3. Batch Printing,
cont'd.
Intermec EasyCoder 301 Direct Protocol 2.0 – Programmer's Guide Ed. 3
Clearing the Image Buffer
The image buffer stores the bitmap pattern of the label between
processing and printing. The image buffer can be cleared partially
or completely by means of a CLL command.
CLL [<field>%]
<field>
CLL
CLL <field>%
Complete clearing is useful to avoid printing a faulty label after
certain errors have occurred.
Partial clearing is used in batch printing when only part of the label
should be modified between the copies. In this case, the CLL state-
ment must include a reference to a field, specified by a FIELDNO
command. When a CLL command is issued, the image buffer will
be cleared from the specified field to the end of the label.
<field>% = FIELDNO
<field>
Example:
FT "Swiss 721 Bold BT"
MAG 2,2
PP 100,300
PT "MONTH:"
PP 100,200
A%=FIELDNO
PT "JANUARY":PF
CLL A%
PP 100,200
PT "FEBRUARY":PF
CLL A%
PP 100,200
PT "MARCH":PF
CLL A%
Chapter 5
Feeding & Printing Commands
the same alphanumeric designator as in the
corresponding FIELDNO command, followed
by a mandatory % sign.
clears the image buffer completely
clears the image buffer from the correspond-
ing FIELDNO command to the end of the la-
bel
the same alphanumeric designator as in the
corresponding CLL command followed by a
mandatory % sign.
(kept in the image buffer for re-use)
(cleared from the buffer after printing)
(cleared from the buffer after printing)
(cleared from the buffer after printing)
43
Need help?
Do you have a question about the EasyCoder 301 and is the answer not in the manual?