Scanner Configuration
Provides options to configure scanner behavior.
A700x
These options are set on the Scanner Options tab when configuring a Device Profile in VoiceConsole. Additional information these parameter can be found in the Configuration Parameter help.
Android
There are two repositories in the OneTimeStartupSettings.config file. Each repository has the same options. The ScannerConfi repository configures the internal scanner on the Android Device. The BTScannerConfig repository configures the Bluetooth scanner. Details of these properties are listed below the same config file entries below.
"ScannerConfig": {
"SymbologyProp_DEC_WINDOW_MODE": "false",
"SymbologyProp_TRIG_SCAN_MODE": "oneShot",
"SymbologyProp_DEC_EAN13_ENABLED": "true",
"SymbologyProp_DEC_EAN13_CHECK_DIGIT_TRANSMIT": "true",
"SymbologyProp_DEC_EAN8_ENABLED": "true",
"SymbologyProp_DEC_EAN8_CHECK_DIGIT_TRANSMIT": "true",
"SymbologyProp_DEC_UPCA_ENABLE": "true",
"SymbologyProp_DEC_UPCA_CHECK_DIGIT_TRANSMIT": "false",
"SymbologyProp_DEC_UPCA_TRANSLATE_TO_EAN13": "false",
"SymbologyProp_DEC_UPCA_NUMBER_SYSTEM_TRANSMIT": "true",
"SymbologyProp_DEC_UPCE0_ENABLED": "true",
"SymbologyProp_DEC_UPCE_CHECK_DIGIT_TRANSMIT": "true"
},
"BTScannerConfig": {
"SymbologyProp_DEC_WINDOW_MODE": "false",
"SymbologyProp_TRIG_SCAN_MODE": "oneShot",
"SymbologyProp_DEC_EAN13_ENABLED": "true",
"SymbologyProp_DEC_EAN13_CHECK_DIGIT_TRANSMIT": "true",
"SymbologyProp_DEC_EAN8_ENABLED": "true",
"SymbologyProp_DEC_EAN8_CHECK_DIGIT_TRANSMIT": "true",
"SymbologyProp_DEC_UPCA_ENABLE": "true",
"SymbologyProp_DEC_UPCA_CHECK_DIGIT_TRANSMIT": "true",
"SymbologyProp_DEC_UPCA_TRANSLATE_TO_EAN13": "false",
"SymbologyProp_DEC_UPCA_NUMBER_SYSTEM_TRANSMIT": "true",
"SymbologyProp_DEC_UPCE0_ENABLED": "true",
"SymbologyProp_DEC_UPCE_CHECK_DIGIT_TRANSMIT": "true"
}
SymbologyProp_DEC_WINDOW_MODE
Turn on center decode mode
-
true -enables center decode mode
-
false - disables center decode mode (default)
SymbologyProp_TRIG_SCAN_MODE
Determines the scanner trigger mode.
-
oneShot - trigger enables one scan (default)
-
continuous - trigger continues scanning unique bar codes as long as pressed
SymbologyProp_DEC_EAN13_ENABLED
Enable decoding EAN-13 bar codes.
-
true - EAN-13 bar codes are decoded (default)
-
false - EAN-13 bar codes are not decoded
SymbologyProp_DEC_EAN13_CHECK_DIGIT_TRANSMIT
Enable check digit for EAN-13 bar code.
-
true - enable check digit (default)
-
false - disable check digit
SymbologyProp_DEC_EAN8_ENABLED
Enable decoding EAN-8 bar codes.
-
true - EAN-8 bar codes are decoded (default)
-
false - EAN-8 bar codes are not decoded
SymbologyProp_DEC_EAN8_CHECK_DIGIT_TRANSMIT
Enable check digit for EAN-8 bar code.
-
true - enable check digit (default)
-
false - disable check digit
SymbologyProp_DEC_UPCA_ENABLE
Enable decoding UPC-A bar codes.
-
true - UPC-A bar codes are decoded (default)
-
false - UPC-A bar codes are not decoded
SymbologyProp_DEC_UPCA_CHECK_DIGIT_TRANSMIT
Enable check digit for UPC-A bar code.
-
true - enable check digit (default)
-
false - disable check digit
SymbologyProp_DEC_UPCA_TRANSLATE_TO_EAN13
Enables conversion of UPC-A to EAN-13.
-
true - UPC-A is translated to EAN-13
-
false - UPC-A is not translated (default)
SymbologyProp_DEC_UPCA_NUMBER_SYSTEM_TRANSMIT
Enables transmission of the UPC-A number system.
-
true - UPC-A number system is transmitted (default)
-
false - UPC-A number system not transmitted
SymbologyProp_DEC_UPCE0_ENABLED
Enable decoding UPC-E bar codes.
-
true - UPC-E bar codes are decoded (default)
-
false - UPC-E bar codes are not decoded
SymbologyProp_DEC_UPCE_CHECK_DIGIT_TRANSMIT
Enable check digit for UPC-E bar code.
-
true - enable check digit (default)
-
false - disable check digit