Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration IDValue (* indicates default)
EXTRA_SCAN_POWERValue = 0 Disable scanner
          = 1 Enable scanner*
Note: When scanner is enabled, it will take some time to initialize during which all scan requests will be ignored.
EXTRA_TRIG_MODEValue = 0 Level mode
          = 1 Continuous mode
          = 2 Pulse mode*
          = 4 Delay mode*
EXTRA_SCAN_MODEValue = 1 Fill in EditText directly*
          = 2 Simulate keystroke
          = 3 Output via API (required to use Mobile WMS)
SEND_SCAN_FAIL_BROADCASTValue = 0 Disable the send scan fail broadcast
          = 1 Enable the send scan fail broadcast
EXTRA_SCAN_NOTY_SNDValue = 0 Sound notification off
          = 1 Sound notification on*
EXTRA_SCAN_NOTY_VIBValue = 0 Vibration notification off*
          = 1 Vibration notification on 
EXTRA_SCAN_NOTY_LEDValue = 0 LED notification off
          = 1 LED notification on*
SCAN_TIMEOUTSet decode session timeout (millisecond)
Value = 0-9000; default: 3000*
SCAN_INTERVALSet timeout between decode sessions (millisecond)
Value >= 50; default: 50*
TRIGGER_MODE_MAINValue = 0 Disable the Scan key on front panel as scan trigger
         = 1 Enable the Scan key on front panel as scan trigger*
TRIGGER_MODE_LEFTValue = 0 Disable the Scan key on left side as scan trigger
          = 1 Enable the Scan key on left side as scan trigger*
TRIGGER_MODE_RIGHTValue = 0 Disable the Scan key on right side as scan trigger
          = 1 Enable the Scan key on right side as scan trigger* 
TRIGGER_MODE_BLACKValue = 0 Disable the trigger on pistol grip as scan trigger
          = 1 Enable the trigger on pistol grip as scan trigger*
(Precondition: The terminal supports this feature)
NON_REPEAT_TIMEOUTSet reread delay (millisecond)
Value = 0 Reread same barcode with no delay*
          > 0 Do not allow to reread same barcode before the delay expires
SCAN_PREFIX_ENABLEValue = 0 Disable prefix
          = 1 Enable prefix*
SCAN_SUFFIX_ENABLEValue = 0 Disable suffix
          = 1 Enable suffix*
SCAN_PREFIXSet prefix
Value = Hexadecimal value of prefix character; default: null*
e.g. 0x61 should be entered as 61.
SCAN_SUFFIXSet suffix
Value = Hexadecimal value of suffix character; default: null*
e.g. 0x61 should be entered as 61.
SCAN_ENCODECharacter encoding
Value = 1 UTF-8
          = 2 GBK*
          = 3 ISO-8859-1
          = 4 AUTO
          = 5 Other
          Should enter the value of SCAN_OTHER_ENCODE at the same time
          = 6 windows-1251
OUTPUT_RECOVERABLEValue = true  Enable overwrite output
          = false Disable overwrite output*
EXTRA_OUTPUT_EDITOR_ACTION_ENABLEValue = 0 Disable software key event output *
          = 1 Enable software key event output
EXTRA_OUTPUT_EDITOR_ACTIONValue = 0 IME_ACTION_UNSPECIFIED
          = 1 IME_ACTION_NONE
          = 2 IME_ACTION_GO
          = 3 IME_ACTION_SEARCH
          = 4 IME_ACTION_SEND
          = 5 IME_ACTION_NEXT
          = 6 IME_ACTION_DONE *
          = 7 IME_ACTION_PREVIOUS

...