Technical data

Unit 4: Standard Command Codes
SATO GL4xxe SBPL Programming Reference Page 4-34
CODE 93
FUNCTION
Specifies CODE93 barcode.
FORMAT
<ESC>BCaabbbccn~n
a = Narrow bar width (01 to 12 dots)
b = Barcode Height (001 to 999 dots)
c = Data Digit Number (01 to 99)
n = Print Data (barcode data)
Place anywhere after <ESC>V but before <ESC>Q.
EXAMPLE
<ESC>H0100<ESC>V1125<ESC>BC0310008123
<ESC>H0155<ESC>V1240<ESC>XS1234ABCD
OUTPUT
(4-23)
NOTES
The quantity of digit data and input data must be equal. A command error will occur if
the digit data and input data are not equal.