Specifications
27
ZPL Commands
^B4
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
f = print
interpretation
line
Accepted Values:
N = no line printed
A = print interpretation line above code
B = print interpretation line below code
Default Value: N
When the field data exceeds two rows, expect the
interpretation line to extend beyond the right edge of the bar
code symbol.
m = starting mode Accepted Values:
0 = Regular Alphanumeric Mode
1 = Multiple Read Alphanumeric
2 = Regular Numeric Mode
3 = Group Alphanumeric Mode
4 = Regular Alphanumeric Shift 1
5 = Regular Alphanumeric Shift 2
A = Automatic Mode. The printer determines the starting
mode by analyzing the field data.
Default Value: A
Example • This is an example of a Code 49 bar code:
Parameters Details
CODE 49 BAR CODE
^XA
^FO150,100^BY3
^B4N,20,A,A
^FD12345ABCDE^FS
^XZ
ZPL II CODE