Programming instructions

113
Intermec Fingerprint 6.13 – Programmer's Guide
10. LABEL DESIGN, cont'd.
6. Line Field
A line can be printed in right angles along or across the paper
according to the print direction.
In addition to the standard positioning statements PRPOS, ALIGN
and DIR, a line field can only contain the following instruction:
PRLINE (PL)
Specifies the size of the line in regard of length and line weight
(thickness) in dots.
Summary
To print a line, the following information and instructions must be
given (in some cases default values will substitute missing informa-
tion):
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
Line spec:s PRLINE (PL) n.a. Length and thickness in dots
Print a label PRINTFEED (PF) n.a. Resets parameters to default
Example:
10 PRPOS 100,100
20 ALIGN 1
30 DIR 4
40 PRLINE 200,10
50 PRINTFEED
RUN