Image save – Dascom 7010 Programmers Manual ZPL User Manual
Page 57

57
Example:
The following example moves the image SAMPLE.GRF from DRAM and prints it in 5 locations in
its original size.
^XA
^FO100,100^IMR:SAMPLE.GRF^FS
^FO100,200^IMR:SAMPLE.GRF^FS
^FO100,300^IMR:SAMPLE.GRF^FS
^FO100,400^IMR:SAMPLE.GRF^FS
^FO100,500^IMR:SAMPLE.GRF^FS
^XZ
Comments:
By using the ^FO command, the graphic image can be positioned anywhere on the label.
The difference between ^IM and ^XG: ^IM does not have magnification, and therefor may require
less formatting time.
^IS
Image Save
Description:
The ^IS command is used to save a ZPL® label format. This command is used within a label format,
typically at the end. It instructs the printer to save that label format rather than a ZPL® script file.
The format can later be recalled with the ^IL command. If the object name is omitted, the default
name “UNKNOWN.GRF” is used.
Format: ^ISd:o,x,p
Parameters:
d = device location of stored object
Accepted Values: E:, B:, R:
Default Value: R
o = object name
Accepted Values: any 1 to 8 character name
Default Value: if no name is entered, UNKNOWN is used
x = extension
Accepted Values: .GRF