
95
Learning ZPL
Basic ZPL Exercises and Examples
10/29/2010 Software Integrator Guide P1026208-001 Rev. B
Exercise 30 • This exercise shows how store a format as a graphic and recall it as a graphic.
Format objects can be converted from text command strings to a graphic for fast recall
where time is critical (typically less than a second) with the
^IS (.Image Save) command.
The stored graphic of the layout can be brought into the image map in place with the
^IL (Image Load) command.
1. Send this format to the printer:
ZPL II CODE
GENERATED LABEL
^XA
^MNN
^KV0,2
^LL560
^CF032,32
^FO30,30^GB590,490,5,B^FS
^FO370,050^FDName^FS
^FO370,250^FDTitle^FS
^FO50,50^XGE:ZEBRALOGO.PNG,,^FS
^ISE:PaperBadge1.PNG,Y
^CN1
^PN0
^XZ
^XA
^ILE:PaperBadge1.PNG^FS
^CN1
^PN0
^XZ
Prints Receipt Twice
Kommentare zu diesen Handbüchern