Specifications

97
ZPL Commands
^BU
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
^BU
UPC-A Bar Code
Description The ^BU command produces a fixed length, numeric symbology. It is primarily
used in the retail industry for labeling packages. The UPC-A bar code has
11 data characters. The 6 dot/mm, 12 dot/mm, and 24 dot/mm printheads produce the UPC-A
bar code (UPC/EAN symbologies) at 100 percent size. However, an 8 dot/mm printhead
produces the UPC/EAN symbologies at a magnification factor of 77 percent.
^BU supports a fixed print ratio.
Field data (
^FD) is limited to exactly 11 characters. ZPL II automatically truncates or
pads on the left with zeros to achieve required number of characters.
Format ^BUo,h,f,g,e
This table identifies the parameters for this format:
Important • If additional information about the UPC-A bar code is required, go to
www.aimglobal.org.
Parameters Details
o = orientation Accepted Values:
N = normal
R = rotated 90 degrees (clockwise)
I = inverted 180 degrees
B = read from bottom up, 270 degrees
Default Value: current
^FW value
h = bar code height
(in dots)
Accepted Values: 1 to 9999
Default Value: value set by ^BY
f
= print
interpretation
line
Accepted Values:
N = no
Y = yes
Default Value: Y
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