Specifications

ZPL Commands
^HF
166
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
^HF
Host Format
Description The ^HF command sends stored formats to the host.
Format ^HFd,o,x
This table identifies the parameters for this format:
Parameters Details
d = device to recall
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 shows the sequence and results.
Using a terminal emulator, you download this code to the printer:
^XA
^DFB:FILE1.ZPL
^FO100,100^A0,100
^FDTEST^FS
^XZ
Then you send this code to the printer:
^XA
^HFB:FILE1.ZPL
^XZ
The terminal emulator returns this code:
^XA^DFFILE1,
^FO100,100^A0,100^FDTEST^FS
^XZ