Programming the Scanner
[Data Verifier]
Scan “Program” to enter the programming mode. Scan “Verifier Control” and set bar code symbology to “08” (Interleaved 2 of 5).
Scan “Identified Data Length” and set the length to “16.”
Scan “1st Identified Character” and set the identified position to “00,” then set the identified character to “39” (Hex value for 9).
[Data Formatter]
Scan “Formatter Control” and set bar code symbology to “08.” Scan “1st Insertion” and set the identified position to “06,” then inserted characters to “09” (Hex value for TAB), “53” (Hex value for S), “4E” (Hex value for N).
Scan “2nd Insertion” and set the identified position to “12,” then inserted character to “09.” Finally, you must scan the “FIN” (Finish) code to terminate this selection.
Scan “3rd Insertion” and set the identified position to “16,” then inserted character to “09.” Finally, you must scan the “FIN” (Finish) code to terminate this selection.
A81025[TAB]SN123456[TAB]9876[TAB]. We still need to delete the 98 from the string to get the desired output.
[Data Organizer]
Scan “Organizer Control” and set bar code symbology to “08.” Scan “1st Organization” and set the identified position to “16,” then set the data transmission to “0” (before).
The character position, which counts the added “SN” and TABs, is identified as 00, 01, 02,… so the 16th character is “9.” The include/exclude control, which will be set to 0 for exclude in the last step of the instructions below, determines that the “9” in the 16th position will not be sent. All of the characters before the 16th position will be transmitted.
Scan “2nd Organization” and set the identified position to “17,” which is “8,” in this case, then set the data transmission to “1” to transmit all of the characters after position 17. Whether position 17 gets transmitted along with the string is determined by the include/exclude control, which, in this case, will be excluded in the next step.
[Data Replacer]
Scan “Replacer Control” and set bar code symbology to “08.” Scan “1st Replacement” and set the identified position to “00,” then replaced character to “41” (Hex value for A).
At this point the data string is as follows:
[Include/Exclude Control]
Scan “Include/Exclude Control”.
Scan “0” for transmitted data excluding the data of the identified position.
Scan “END” (Exit) to terminate the programming.