Specifications

Programming Instructions
Type the instructions (shown in bold) in the order given. An explana-
tion of what each instruction does is in brackets.
^XA
[^XA - Indicates start of label format.]
^PR2
[^PR2 - Set print rate to speed of 2 inches/second]
^LRY
[^LRY - Reverse print entire label.]
^LH30,30
[^LH - Sets label home position 30 dots to right and 30
dots down from top edge of label.]
^FO0,0^GB400,300,300^FS
[^FO - Set field origin relative to label home.]
[^GB - Create a filled graphic box to be used as
background for reverse printed label. (May need
to adjust parameters for different media size.]
^FO20,10^AF^FDZEBRA^FS
[^FO - Set field origin relative to label home. ]
[^AF - Select font “F.”]
[^FD - Start of field data.]
[ZEBRA- Actual field data.]
[^FS - End of field data.]
^FO20,60^B3,,40^FDAAA001^FS
[^FO - Set field origin relative to label home.]
[^B3 - Select Code 39 bar code.]
[^FD - Start of field data for bar code.]
[AAA001 - Actual field data.]
[^FS - End of field data.]
^PF50
[Slew 50 dot rows at bottom of label.]
44 CHAPTER 4
ZPL II Programming Exercises