Examples:
For decoded data "1234567890123ABC", output the first thirteen bytes
"1234567890123"
1. From the conversion table, hexadecimal value of decimal data "13" (required length)
is "0D".
2. Confirm that programming of scanner is enabled.
3. Scan "Modify length of Start section" barcode.
4. Scan the 2 data setting bardcodes "0" and "D" in Appendix B.
5. Scan the "Save Settings" barcode.
6. Scan the "Transmit Start section only" barcode.
For decoded data "1234567890123ABC", output the last 3 bytes "ABC"
1. From the conversion table, hexadecimal value of decimal data "3" (required length)
is "03".
2. Confirm that programming of scanner is enabled.
3. Scan "Modify length of End section" barcode.
4. Scan the 2 data setting bardcodes "0" and "3" in Appendix B.
5. Scan the "Save Settings" barcode.
6. Scan the "Transmit End section only" barcode.
For decoded data "1234567890123ABC", output the middle 4 bytes "6789"
1. Length of Start section is 5 and length of End section is 7. From the conversion table,
hexadecimal value of decimal data "5"and "7" are "05" and "07".
2. Confirm that programming of scanner is enabled.
3. Scan "Modify length of Start section" barcode.
4. Scan the 2 data setting bardcodes "0" and "5" in Appendix B.
5. Scan the "Save Settings" barcode.
6. Scan "Modify length of End section" barcode.
7. Scan the 2 data setting bardcodes "0" and "7" in Appendix B.
8. Scan the "Save Settings" barcode.
9. Scan the "Transmit Center section only" barcode.