Specifications

ZPL Commands
^IS
186
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
^IS
Image Save
Description The ^IS command is used within a label format to save that format as a
graphic image, rather than as a ZPL II script. It is typically used toward the end of a script. The
saved image can later be recalled with virtually no formatting time and overlaid with variable
data to form a complete label.
Using this technique to overlay the image of constant information with the variable data
greatly increases the throughput of the label format.
\
Format ^ISd:o.x,p
This table identifies the parameters for this format:
Important • See ^IL on page 183.
Parameters Details
d = location of stored
object
Accepted Values:
R:, E:, B:, and A:
Default Value: R:
o
= object name
Accepted Values:
1 to 8 alphanumeric characters
Default Value: if a name is not specified, UNKNOWN is used
x = extension
Accepted Values:
.GRF or .PNG
Default Value: .GRF
p
= print image after
storing
Accepted Values:
N = no
Y = yes
Default Value:
Y