A SERVICE OF

logo

105
EPL Commands
GG
12/16/13 EPL Programming Guide 14245L-003 Rev. A
GG
Print Graphics
Description Use this command to print a PCX (format) graphic that has been previously
stored in printer memory.
Syntax GGp
1
,p
2
,{”NAME” | Variable Data}
Parameters This table identifies the parameters for this format:
Parameters Details
p
1
= Horizontal start
position
Horizontal start position (X) in dots.
p
2
= Vertical start position
Vertical start position (Y) in dots.
“NAME” or Variable
Data =Graphic
name
This is the graphic name used when the graphic was stored.
This name can be supplied via variable data (V00 - V99).
The name may be up to 8 characters long.
Graphic names stored by the printer are case sensitive and
will be stored exactly as entered with the GM command
line; i.e. “GRAPHIC1”, “graphic1” and “graPHic1” are
three different graphics when stored into the printer or
when retrieved by the user.
Example • This example
FK"TESTFORM"
: delete form “TESTFORM”
FS"TESTFORM"
: begins the form store
sequence of the form
“TESTFORM”
V00,8,N,"Enter Graphic Name:"
GG50,50,V00
FE : ends form store sequence
FR"TESTFORM" : retrieves the form named
TESTFORM
?
: Download variables
LOGO1
: Graphic name to be recalled
and printed
P1
: Print one label with graphic
LOGO1