Intermec 10I2 User Guide

Page of 121
EasyLAN User’s Guide 
59
Chapter 5 — Basic Operations (Fingerprint and IPL)
Printing Labels (Fingerprint)
Creating a Label File
In order to test if the printer has been correctly installed and confi gured, 
you could print a simple label. Th
 e fi le listed below is a text fi le 
containing Intermec Direct Protocol commands. 
First, create a label layout fi le in a text editor, such as Windows Notepad.
Example: 
INPUT ON
 
 
start direct protocol mode
BF ON
   
 
enable bar code interpretation
BF "Swiss 721 BT",6
 
select bar code font
PP 10,10
 
 
insertion point for box fi eld
PX 430,340,15
 
 
create a box
PP 30,30
 
 
insertion point for image fi eld
PM "GLOBE.1"
 
select image
PP 75,270
 
 
insertion point for bar code fi eld
BT "CODE39"
   
select bar code type
PB "ABC"
 
 
input data to bar code fi eld
PP 75,220
 
 
insertion point for text fi eld
FT "Swiss 721 BT",6
 
select text font
PT "My FIRST label"
 
input data to text fi eld
PF
 
 
 
print one copy
Save the fi le under a suitable name, for example 
dptest.txt
.