Specifications
ZPL Commands
^B9
38
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
Rules for Proper Product Code Numbers
• If the last three digits in the manufacturer’s number are 000, 100, or 200, valid product
code numbers are 00000 to 00999.
• If the last three digits in the manufacturer’s number are 300, 400, 500, 600, 700, 800, or
900, valid product code numbers are 00000 to 00099.
• If the last two digits in the manufacturer’s number are 10, 20, 30, 40, 50, 60, 70, 80, or 90,
valid product code numbers are 00000 to 00009.
• If the manufacturer’s number does not end in zero (0), valid product code numbers are
00005 to 00009.
g = print
interpretation
line above code
Accepted Values:
N = no
Y = yes
Default Value: N
e = print check digit Accepted Values:
N = no
Y = yes
Default Value: Y
Example • This is an example of a UPC-E bar code:
Parameters Details
UPC-E BAR CODE
^XA
^FO150,100^BY3
^B9N,100,Y,N,Y
^FD1230000045^FS
^XZ
UPC-E BAR CODE CHARACTERS
0123456789
ZPL II CODE