Specifications
255
ZPL Commands
^SF
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
This mask has the first characters as alphanumeric (nn = 12) and the last digit as uppercase
alphabetic (A). The decimal value of the increment number is equivalent to 5 (F). The number
of labels generated depends on the number specified by the
^PQ command.
In a similar instance, the
^FD string could be replaced with either of the ^FD strings below to
generate a series of label, determined by
^PQ.
Using this ZPL code:
^FDBL0000^SFAAdddd,1
The print sequence on this series of labels is:
BL0000, BL0001,...BL0009, BL0010,...
BL0099, BL0100,...BL9999, BM0000...
Using this ZPL code:
^FDBL00-0^SFAAdd%d,1%1
The print sequence on this series of labels is:
BL00-0, BL01-1, BL02-2,...BL09-9,
BL11-0, BL12-1...
Example • This is an example of serializing a ^FD string. The ZPL II code generates three
separate labels as seen in Generated Labels:
^XA
^FO100,100
^CF0,100
^FD12A^SFnnA,F^FS
^PQ3
^XZ
ZPL II CODE
GENERATED LABELS