Intermec EasyCoder E4 Installation And Operation Manual page 61

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

Advertisement

Appendix 4 Programming
Programming a
Label, cont.
ABC
= Carriage Return
60
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 sign.
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 fi le:
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 (format) which you can use to produce
labels with different text or bar code content, you must do it in two
steps. 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
Intermec EasyCoder E4 – Installation & Operation Ed. 2
(enable bar code interpretation)
(select interpretation font)
(insertion point for box fi eld)
(insertion point for image fi eld)
(insertion point for bar code fi eld)
(select bar code type)
(input data to bar code fi eld)
(insertion point for text fi eld)
(select font for text fi eld)
(input data to text fi eld)
(print one label)
(start layout recorder)
(enable bar code interpretation)
(select interpretation 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 font for text fi eld)
(variable input data to text fi eld)
(create a box)
(select image)
(create a box)
(select image)
(save layout)

Advertisement

Table of Contents
loading

Table of Contents