Programming instructions
108
Intermec Fingerprint 6.13 – Programmer's Guide
Summary:
To print a text field, the following information and instructions must
be given (in most cases default values will substitute missing
parameters):
Purpose Instruction Default Remarks
X/Y Position PRPOS (PP) 0/0 Number of dots
Alignment ALIGN (AN) 1 Select ALIGN 1 – 9
Direction DIR 1 Select DIR 1 – 4
Typeface FONT (FT) n.a. e.g. "SW030RSN"
Magnification MAG 1,1 Height 1–4, Width 1–4
Style INVIMAGE (II) no White on black print
NORIMAGE (NI) yes Black print (revokes INVIMAGE)
Text PRTXT (PT) n.a.
Print a label PRINTFEED (PF) n.a. Resets parameters to default
Example:
10 PRPOS 100,200
20 ALIGN 7
30 DIR 2
40 FONT "SW030RSN"
50 MAG 2,2
60 INVIMAGE
70 PRTXT "HELLO"
80 PRINTFEED
RUN
10. LABEL DESIGN, cont'd.
2. Text Field, cont'd.