Intermec EasyCoder E4 Installation & Operation Manual page 20

Linerless label printer
Hide thumbs Also See for EasyCoder E4:
Table of Contents

Advertisement

Programming a
Label, cont'd.
ABC
↵ = Carriage Return
Intermec EasyCoder E4 LinerLess – Installation & Operation Ed. 1
As an example, the programming for "My First Label" is included
here to help you to get started with designing and programming
your own labels and layouts.
You can send the programme as a single string of data, with the
individual commands separated by a colon (:):
BF ON:BF "Swiss 721 BT",9,0:PP 10,20:PX 400,300,10:
PP 25,25:PM "ROM:GLOBE.1":PP 75,250:BT "CODE39":PB
"ABC":PP 75,200:FT "Swiss 721 BT",9,0:PT "My FIRST
label!":PF
You can also send the same data string line by line, or type it into a
text editor and send it as a complete text file:
BF ON
BF "Swiss 721 BT",9,0
PP 10,20
PX 400,300,10
PP 25,25
PM "ROM:GLOBE.1"
PP 75,250
BT "CODE39"
PB "ABC"
PP 75,200
FT "Swiss 721 BT",9,0
PT "My FIRST label!"
PF
If you wish to create a layout which you can use to produce labels
with different text or bar code content, you must do it in two stages.
First create the layout:
LAYOUT INPUT "LABEL1" ↵
BF ON
BF "Swiss 721 BT",9,0
PP 10,20
PX 400,300,10
PP 25,25
PM "ROM:GLOBE.1"
PP 75,250
BT "CODE39"
PB VAR1$
PP 75,200
FT "Swiss 721 BT",9,0
PT VAR2$
LAYOUT END
Chapter 4
(enable bar code interpretation)
(select interpretation font)
(insertion point for box field)
(insertion point for image field)
(insertion point for bar code field)
(input data to bar code field)
(insertion point for text field)
(select font for text field)
(input data to text field)
(start layout recorder)
(enable bar code interpretation)
(select interpretation font)
(insertion point for box field)
(insertion point for image field)
(insertion point for bar code field)
(variable input data to bar code field)
(insertion point for text field)
(select font for text field)
(variable input data to text field)
Programming
(create a box)
(select image)
(select bar code type)
(print one label)
(create a box)
(select image)
(select bar code type)
(save layout)
19

Advertisement

Table of Contents
loading

Table of Contents