Specifications

Table Of Contents
Programming Description
FK”EXAM-11”¿
FS”EXAM-11”¿
Queue form to save to printer memory.
Start form store sequence.
Set Variables (00-99)
V00,15,C,”Enter company name”¿
V01,17,C,”Enter product name”¿
V02,8,N,”Enter product code”¿
Set variable “00”, max. 15 characters, centered.
Set variable “01”, max. 17 characters, centered.
Set variable “02”, max. 8 characters, no justification.
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)
GG80,100,”WORLD”¿
A160,1,0,1,5,5,N,V00¿
A0,290,0,1,4,4,N,V01¿
B70,370,0,3,4,12,120,B,V02¿
Loads PCX graphic.
Inserts variable data (V00) when printing label
Inserts variable data (V01) when printing label
Inserts variable data (V02) when printing label
Label/Form Completion
FE¿
End form store sequence
A form can print without a called (GM) graphic be-
ing present in printer memory. The form will print
less any graphics not loaded in memory.
H-22
980009-001 Rev.F
Appendix H - Programming Examples