Specifications

23
ZPL Commands
^B3
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
Comments Extended ASCII is a function of the scanner, not of the bar code. Your scanner
must have extended ASCII enabled for this feature to work. To enable extended ASCII in the
Code 39, you must first encode +$ in your
^FD statement. To disable extended ASCII, you
must encode -$ in your
^FD statement.
f = print
interpretation
line
Accepted Values:
Y = yes
N = no
Default Value: Y
g = print
interpretation
line above code
Accepted Values:
Y = yes
N = no
Default Value: N
Example • This is an example of a Code 39 bar code:
Example • This example encodes a carriage return with line feed into a Code 39 bar code:
Parameters Details
CODE 39 BAR CODE
^XA
^FO100,100^BY3
^B3N,N,100,Y,N
^FD123ABC^FS
^XZ
CODE 39 BAR CODE CHARACTERS
0123456789
ABCDEFGHIJKLMNOPQRSTUVWXYZ
-.$/+%Space
ZPL II CODE
^XA
^FO20,20
^B3N,N,100,Y
^FDTEST+$$M$J-$^FS
^XZ
ZPL II CODE
GENERATED LABELS