Using Intermec Direct Protocol - Intermec EasyCoder 501 E Installation & Operation Manual

Bar code label printer
Hide thumbs Also See for EasyCoder 501 E:
Table of Contents

Advertisement

Using Intermec
Direct Protocol
Intermec EasyCoder 501 E – Installation & Operation Ed. 1
You can use Intermec Direct Protocol in many ways. This section
shows you how to use Intermec Direct Protocol to create the same
label as the one you created using Intermec Fingerprint in the
previous section. You will fi rst create the format and then provide
input data to the variable fi elds. Note that many of the commands
are abbreviated. We assume that you use Intermec Shell to enter
Intermec Direct Protocol. For help, see "Starting Up with Intermec
Shell" in Chapter 9.
First, create a format:
LAYOUT INPUT "tmp:LABEL1"
BF ON
BF "SW030RSN.1"
PP 10,10
PX 430,340,15
PP 30,30
PM "GLOBE.1"
PP 75,270
BT "CODE39"
PB VAR1$
PP 75,220
FT "SW030RSN.1"
PT VAR2$
LAYOUT END
Then add the variable data and a print instruction:
LAYOUT RUN "tmp:LABEL1"
<STX>
ABC
My FIRST label
<EOT>
PF
Chapter 2
(start format recorder)
(enable bar code interpretation)
(select bar code font)
(insertion point for box fi eld)
(insertion point for image fi eld)
(insertion point for bar code fi eld)
(select bar code type)
(variable input data to bar code fi eld)
(insertion point for text fi eld)
(select text font)
(variable input data to text fi eld)
(select format)
(start of input data, ASCII 02 dec.)
(variable input data to VAR1$)
(variable input data to VAR2$)
(end of input data, ASCII 04 dec.)
(print one label)
Print a Label
(create a box)
(select image)
(save format)
15

Advertisement

Table of Contents
loading

Table of Contents