Honeywell 1900gsr 2 User Manual
Here you can view all the pages of manual Honeywell 1900gsr 2 User Manual. The Honeywell manuals for Scanner are available online for free. You can easily download all the documents as PDF.
Page 191
Xenon/Granit User Guide 171 Insert a character multiple times F4Send “xx” character “nn” times in the output message, leaving the cursor in the current position. Syntax = F4xxnn where xx stands for the insert character’s hex value for its ASCII code, and nn is the numeric value (00-99) for the number of times it should be sent. Refer to the ASCII Conversion Chart (Code Page 1252), beginning on page 342 for decimal, hex and character codes. E9 and F4 Example: Send all but the last characters, followed...
Page 192
172 Xenon/Granit User GuideBA is the “Insert a string” command 0002 is the length of the string to be added (2 characters) 2A is the hex value for an asterisk (*) 2A is the hex value for an asterisk (*) F1 is the “Send all characters” command 0D is the hex value for a CR The data is output as: 1234567890**ABCDEFGHIJ Insert symbology name B3Insert the name of the bar code’s symbology in the output message, without moving the cursor. Only symbologies with a Honeywell ID are included (see Symbology...
Page 193
Xenon/Granit User Guide 1730D is the hex value for a CR The data is output as: Code128 20 1234567890ABCDEFGHIJ Insert key strokes B5Insert a key stroke or combination of key strokes. Key strokes are dependent on your keyboard (see Keyboard Key References on page 349). Any key can be inserted, including arrows and functions. Syntax = 5CB5xxssnn where xx is the number of keys pressed (without key modifiers), ss is the key modifier from the table below, and nn is the key number from the Keyboard Key...
Page 194
174 Xenon/Granit User GuideMove the cursor forward 3 characters, then send the rest of the bar code data from the bar code above. End with a carriage return. Command string: F503F10D F5 is the “Move the cursor forward a number of characters” command 03 is the number of characters to move the cursor F1 is the “Send all characters” command 0D is the hex value for a CR The data is output as: 4567890ABCDEFGHIJ Move the cursor backward a number of characters F6Move the cursor back “nn” characters from...
Page 195
Xenon/Granit User Guide 175 Move the cursor to the end EAMove the cursor to the last character in the input message. Syntax = EA. Search Commands Search forward for a character F8Search the input message forward for “xx” character from the current cursor position, leaving the cursor pointing to the “xx” character. Syntax = F8xx where xx stands for the search character’s hex value for its ASCII code. Refer to the ASCII Conversion Chart (Code Page 1252), beginning on page 342 for decimal, hex and...
Page 196
176 Xenon/Granit User Guide Search forward for a string B0Search forward for “s” string from the current cursor position, leaving cursor pointing to “s” string. Syntax = B0nnnnS where nnnn is the string length (up to 9999), and S consists of the ASCII hex value of each character in the match string. For example, B0000454657374 will search forward for the first occurrence of the 4 character string “Test.” Refer to the ASCII Conversion Chart (Code Page 1252), beginning on page 342 for decimal, hex and...
Page 197
Xenon/Granit User Guide 177 Search forward for a non-matching character E6Search the input message forward for the first non-“xx” character from the current cursor position, leaving the cursor pointing to the non-“xx” character. Syntax = E6xx where xx stands for the search character’s hex value for its ASCII code. Refer to the ASCII Conversion Chart (Code Page 1252), beginning on page 342 for decimal, hex and character codes. E6 Example: Remove zeros at the beginning of bar code data This example...
Page 198
178 Xenon/Granit User GuideFB Example: Remove spaces in bar code data This example shows a bar code that has spaces in the data. You may want to remove the spaces before sending the data. Using the bar code above: Command string: FB0120F10D FB is the “Suppress characters” command 01 is the number of character types to be suppressed 20 is the hex value for a space F1 is the “Send all characters” command 0D is the hex value for a CR The data is output as: 34567890 Stop suppressing characters FCDisables...
Page 199
Xenon/Granit User Guide 1790D is the hex value for a CR (the character that will replace the 0) F1 is the “Send all characters” command 0D is the hex value for a CR The data is output as: 1234 5678 ABC Stop replacing characters E5Terminates character replacement. Syntax = E5. Compare characters FECompare the character in the current cursor position to the character “xx.” If characters are equal, move the cursor forward one position. Syntax = FExx where xx stands for the comparison character’s hex...
Page 200
180 Xenon/Granit User GuideIf this bar code is read, the next data format, if there is one, will be used on the data. If there is no other format, the format fails and the raw data is output as AB1234. If this bar code is read: the data is output as: 1234AB Check for non-numeric character EDCheck to make sure there is a non-numeric ASCII character at the current cursor position. The format is aborted if the character is numeric. ED Example: Only output the data if the bar code begins with a...