Specifications

Table Of Contents
Programming
Breakdown:
Programming Description
FK”EXAM-14”¿
FS”EXAM-14”¿
Queue form to save to printer memory.
Start form store sequence.
Set Counters (0-9)
C0,4,L,+1,"Starting Registration Number:"¿
Set counter “0”, max. 4 numbers, left justified
Set Printer Control Parameters and Options
D8¿
S2¿
Set Density
Set Speed
Set Label Parameters
Q609,24¿
q784¿
Label Length and Gap
Buffer Width (center aligned)
Label Elements (Text, Lines, Bar Codes and Graphics)
A50,50,0,1,3,3,N,"Registration No.:"C0¿
Inserts counter data (C0) when printing label
Label/Form Completion
FE¿
End form and save
Load Form/Label
FR”EXAM-14”¿
Recall form from printer memory
Insert Variables (00-99) and Counters (0-9)
?¿
1¿
Initiates Variable and Counter download, in
sequence
Insert counter “0” (C0)
Print Label
P3,1¿
Print 3 Labels - Wait for next command
Form Break
¿
Required to separate multiple form
(? - variable and counter) entry processes
for programming compatibility between all
EPL2 printers
Insert Variables (00-99) and Counters (0-9)
?¿
1¿
Initiates Variable and Counter download, in
sequence
Insert counter “0” (C0)
Print Label
P3,1¿
Print 3 Labels - Wait for next command
980009-001 Rev.F H-29
Appendix H - Programming Examples