A SERVICE OF

logo

EPL Commands
X
168
14245L-003 Rev. A EPL Programming Guide 12/16/13
X
Box Draw
Description Use this command to draw a box shape.
Syntax Xp
1
,p
2
,p
3
,p
4
,p
5
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.
p
3
= Line thickness
Line thickness in dots.
p
4
= Horizontal end
position
Horizontal end position (X) in dots.
p
5
= Vertical end position
Vertical end position (Y) in dots.
Example • This example will produce the results shown below.
N
X50,200,5,400,20
X200,50,10,20,400
P1