Specifications
ZPL Commands
^SF
256
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
Examples • These examples show the importance of capitalization and location within the
mask.
In this example, the printer cycles with every two printed labels and alternates between H
(position 18), and then Z (position 36). With n or N, the serial number increments from 0 - 9
and a–z or A–Z (36 positions overall). With each completed cycle, the second cluster (nn)
increments one position (from 00, 01, 02 …) per cycle:
In this example, lower case i increments with a mask string of nnN. Nothing changes because
the first cluster (Z) never triggers the second cluster (zz) to change.
GENERATED LABELS
ZPL II CODE
^XA
^FO100,50^A0N,50,50^FDzzZ^SFnnN,I^FS
^PQ10
^XZ
GENERATED LABELS
ZPL II CODE
^XA
^FO100,50^A0N,50,50^FDzzZ^SFnnN,i^FS
^PQ10
^XZ