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 Xp1,p2,p3,p4,p5
Parameters This table identifies the parameters for this format:
Parameters Details
p1 = Horizontal start
position
Horizontal start position (X) in dots.
p2 = Vertical start position Vertical start position (Y) in dots.
p3 = Line thickness Line thickness in dots.
p4 = Horizontal end
position
Horizontal end position (X) in dots.
p5 = 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