Intermec Fingerprint - Intermec easycoder f2 Installation & Operation Manual

Bar code label printer
Hide thumbs Also See for easycoder f2:
Table of Contents

Advertisement

Chapter 2
Print a Label
Intermec
Fingerprint
Y
12
The label we will design in Intermec Fingerprint will contain a box,
an image, a bar code, and a line of text. Note that the illustrations
are not reproductions of the label, but are merely intended to show
the principles of label editing .
Printing a Box
Let us start by printing a box 430 dots high and 340 dots wide
with a 15 dot line thickness. The box is inserted at position X=10,
Y=10:
NEW
PRPOS 10, 10 ↵
10
PRBOX 430,340,15 ↵
20
PRINTFEED ↵
200
END ↵
300
RUN ↵
Note: The printer does not execute the program until you have
X
typed RUN ↵.
Printing an Image
Now we add the image "GLOBE.1" after changing the print
coordinates to X=30,Y=30.
PRPOS 30,30 ↵
30
PRIMAGE "GLOBE.1" ↵
40
RUN ↵
Printing a Bar Code
To print a bar code, you need to choose a bar code type before
you print the bar code. Note there is no blank space in the bartype
name.
PRPOS 75,270 ↵
50
BARTYPE "CODE39" ↵
60
PRBAR "ABC" ↵
70
RUN ↵
Intermec EasyCoder F2 – Installation & Operation Ed. 2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Easycoder f4

Table of Contents