17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

OPTIMIZE BATCH ON/OFF<br />

Chapter 2 Program Instructions<br />

Field of Application Statement for enabling/disabling optimizing for batch printing.<br />

Syntax OPTIMIZE "BATCH" ↔ ON | OFF<br />

ON|OFF enables/disables optimizing respectively.<br />

Default: Disabled (OFF)<br />

Remarks This facility is intended to speed up batch printing, i.e. the uninterrupted<br />

printing of large numbers of identical or very similar labels. OPTIMIZE<br />

BATCH is not recommended for the printing of labels with frequently<br />

varying content.<br />

The program execution will not wait for the printing of the label to be<br />

completed, but proceeds executing next label image into the other of the two<br />

image bufferes as soon as possible.<br />

By default, OPTIMIZE BATCH is disabled (OFF). However, if the following<br />

conditions are all fulfilled, the OPTIMIZE BATCH is automatically enabled<br />

(ON):<br />

- A value larger than 1 has been entered for the PRINTFEED statement.<br />

- LTS& OFF (default)<br />

- CUT OFF (default)<br />

Examples Run these two examples and watch the differences in the printer's performance:<br />

10 OPTIMIZE "BATCH" ON<br />

20 FOR I%=1 TO 10<br />

30 PRTXT I%<br />

40 PRINT "Before printfeed"<br />

50 PRINTFEED<br />

60 PRINT "After printfeed"<br />

70<br />

RUN<br />

NEXT<br />

10 OPTIMIZE "BATCH" OFF<br />

20 FOR I%=1 TO 10<br />

30 PRTXT I%<br />

40 PRINT "Before printfeed"<br />

50 PRINTFEED<br />

60 PRINT "After printfeed"<br />

70 NEXT<br />

RUN<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 167

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!