Programming instructions
15
Intermec Fingerprint 6.13 – Programmer's Guide
Now we add the image "GLOBE.1" after changing the position
coordinates to X=25,Y=25.
30 PRPOS 25,25 ↵
40 PRIMAGE "GLOBE.1" ↵
RUN ↵
Before you print a bar code, you need to choose a bar code type. We
will use Code 39, which allows alphanumeric input. Note there is
no blank space in the bar code name in the BARTYPE instruction.
50 PRPOS 75,250 ↵
60 BARTYPE "CODE39" ↵
70 PRBAR "ABC" ↵
RUN ↵
To get the bar code input data printed as human readable text under
the bar code, add these lines:
1 BARFONT ON ↵
2 BARFONT "SW030RSN" ↵
RUN ↵
3. Printing an Image
3. CREATING A SIMPLE LABEL, cont'd.
4. Printing a Bar Code
5. Printing Human
Readables
Continued!
☞
Bar Code Field Printing
Also see:
• Chapter 10.3
☞
Image Field Printing
Also see:
• Chapter 10.4