Programming instructions

112
Intermec Fingerprint 6.13 – Programmer's Guide
10. LABEL DESIGN, cont'd.
5. Box Field
A box is a hollow square or rectangle that can be rotated with an
increment of 90° according to the print direction. If the line
thickness is sufficiently large, the box will appear to be filled
(another method is to print an extremely thick short line).
In addition to the standard positioning statements PRPOS, ALIGN
and DIR, a box field can only contain the following instruction:
PRBOX (PX)
Specifies the size of the box in regard of height, width and line
weight (thickness) in dots.
Summary
To print a box, 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
Box spec:s PRBOX (PX) n.a. Height, width and line weight
in dots
Print a label PRINTFEED (PF) n.a. Resets parameters to default
Example:
10 PRPOS 250,250
20 ALIGN 1
30 DIR 3
40 PRBOX 200,200,10
50 PRINTFEED
RUN