![Intermec EasyCoder 501 E Installation & Operation Manual Download Page 14](http://html.mh-extra.com/html/intermec/easycoder-501-e/easycoder-501-e_installation-and-operation-manual_2078580014.webp)
Intermec EasyCoder 501 E – Installation & Operation Ed. 1
13
Chapter 2 Print a Label
Printing Human Readables
To get human readable text printed under the bar code, add these lines
which enable bar code interpretation and select a font for it:
1 BARFONT ON
↵
2 BARFONT "SW030RSN.1"
↵
RUN
↵
Printing a Line of Text
Add text at position X=25; Y=220, select a font, and fi nally provide
the actual text:
80 PRPOS 25,220
↵
90 FONT "SW030RSN.1"
↵
100 PRTXT "My FIRST Label"
↵
RUN
↵
Listing the Program
To view the whole program, type:
LIST
↵
The lines will be listed in ascending order on the screen of your
PC:
1 BARFONT ON
2
BARFONT
"SW030RSN.1"
10
PRPOS
10,10
20
PRBOX
430,340,15
30
PRPOS
30,30
40
PRIMAGE
"GLOBE.1"
50
PRPOS
75,270
60
BARTYPE
"CODE39"
70
PRBAR
"ABC"
80
PRPOS
25,220
90
FONT
"SW030RSN.1"
100 PRTXT "My FIRST label"
200 PRINTFEED
300 END
ok
Intermec Finger-
print, cont.