What ^DF does
^DF saves the current format to printer memory under a name, with ^FN placeholders for the variable parts. Later, ^XF recalls it and only the changing data is sent — the efficient way to print thousands of similar labels.
Syntax
^DFd:o.xParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
d:o.x | Memory location and format name | — | — |
Example
^XA
^DFR:ORDER.ZPL^FS
^FO50,50^A0N,40,40^FN1^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Related commands
See the full ZPL command reference for all 92 documented commands.
