Intermec EasyCoder E4 Programmer's Reference Manual page 12

Direct protocol v2.10
Hide thumbs Also See for EasyCoder E4:
Table of Contents

Advertisement

Chapter 3 Principles of Operation
2. Sending Commands, cont.
ABC
10
Layout Mode
First, create a 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 ↵
Then add the variable input data and a print command:
LAYOUT RUN "LABEL1" ↵
INPUT ON ↵
<STX>
ABC ↵
My FIRST label! ↵
<EOT>
PF ↵
INPUT OFF ↵
Note:
If a label has been printed using a predefi ned layout and you want to
return to Immediate Mode, the predefi ned layout must fi rst be cleared
from the printer's working memory using the following command:
LAYOUT RUN ""
EasyCoder E4 Direct Protocol v2.10 – Programmer's Reference Manual
(start layout recorder)
(enable bar code interpretation)
(select bar code interpr. 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)
(enables layouts and var. data fi elds)
(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)
(disables layouts and var. data fi elds)
(create a box)
(select image)
(save layout)
(select layout)

Advertisement

Table of Contents
loading

Table of Contents