Specifications

ZPL Commands
^DF
126
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
^DF
Download Format
Description The ^DF command saves ZPL II format commands as text strings to be later
merged using
^XF with variable data. The format to be stored might contain field number
(
^FN) commands to be referenced when recalled.
While use of stored formats reduces transmission time, no formatting time is saved—this
command saves ZPL II as text strings formatted at print time.
Enter the
^DF stored format command immediately after the ^XA command, then enter the
format commands to be saved.
Format ^DFd:o.x
This table identifies the parameters for this format:
For a complete example of the ^DF and ^XF command, see ^DF and ^XF — Download
format and recall format on page 11.
.
Parameters Details
d = device to store
image
Accepted Values: R:, E:, B:, and A:
Default Value: R:
o = image name Accepted Values: 1 to 8 alphanumeric characters
Default Value: if a name is not specified, UNKNOWN is used
x = extension Fixed Value: .ZPL
Example • This example is generated using the ^XF command to recall this format:
^XA
^DFR:STOREFMT.ZPL^FS
^FO25,25
^AD,36,20^FN1^FS
^FO165,25
^AD,36,20^FN2^FS
^FO25,75
^AB,22,14^FDBUILT BY^FS
^FO25,125
^AE,28,15^FN1
^XZ
^XA
^XFR:STOREFMT.ZPL^FS
^FN1^FDZEBRA^FS
^XZ
ZPL II CODE
GENERATED LABEL