Intermec Direct Protocol - Intermec EasyCoder 601 XP Installation And Operation Manual

Bar code label printer
Hide thumbs Also See for EasyCoder 601 XP:
Table of Contents

Advertisement

Intermec Direct
Protocol
Intermec EasyCoder 601 XP – Installation & Operation Ed. 3
The Intermec Direct Protocol can be used in many ways. Here, we
will illustrate how to build a layout first and then provide input data
to variable fields in that layout, assuming that you have entered the
Intermec Direct Protocol via Intermec Shell (see chapter 9). The
final result will be the same label as created in the example for
Intermec Fingerprint.
First, create a layout:
LAYOUT INPUT "tmp:LABEL1"
BF ON
BF "Swiss 721 BT",6
PP 10,10
PX 430,340,15
PP 30,30
PM "GLOBE.1"
PP 75,270
BT "CODE39"
PB VAR1$
PP 75,220
FT "Swiss 721 BT",6
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 layout recorder)
(enable bar code interpretation)
(select bar code font)
(insertion point for box field)
(insertion point for image field)
(insertion point for bar code field)
(select bar code type)
(variable input data to bar code field)
(insertion point for text field)
(variable input data to text field)
(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 a Label
(create a box)
(select image)
(select text font)
(save layout)
(select layout)
(print one label)
15

Advertisement

Table of Contents
loading

Table of Contents