EPL Commands
LO
118
14245L-003 Rev. A EPL Programming Guide 12/16/13
LO
Line Draw Black
Description Use this command to draw black lines, overwriting previous information.
Syntax LOp
1
,p
2
,p
3
,p
4
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
= Horizontal length
Horizontal length in dots.
p
4
= Vertical length
Vertical length in dots.
Example •
N↵ : clear image buffer
LO50,200,400,20
↵ : draw a line
LO200,50,20,400
↵ : draw another line
P1
↵ : print one label
will produce this label: