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.

TESTFEED<br />

Chapter 2 Program Instructions<br />

Field of Application Statement for adjusting the label stop sensor while performing a<br />

number of formfeeds.<br />

Syntax TESTFEED[]<br />

is an optional feed length in dots.<br />

Remarks The TESTFEED statement feeds dots while adjusting the label stop/<br />

black mark sensor (LSS) for the characteristics of the paper web presently<br />

loaded. The adjustment is needed to detect paper, gap, black mark and outof-paper<br />

conditions, therefore is must be done for all media types.<br />

If is omitted, is automatically set to 1.5 times the label length<br />

specified in the setup. For the TESTFEED operation to be successful, at least<br />

one gap or black mark must pass the LSS.<br />

In the Immediate Mode, a TESTFEED is performed when the and<br />

keys are pressed simultaneously.<br />

Since the TESTFEED is essential for a proper paper load, some facility for<br />

issuing a TESTFEED statement should be included in all custom-made labelprinting<br />

programs (see the example below).<br />

Example This program performs a TESTFEED statement when the and<br />

key are pressed simultaneously on the printer's built-in keyboard:<br />

10 ON KEY (119) GOSUB QTESTFEED<br />

20 KEY (119) ON<br />

30 QLOOP:<br />

40 GOTO QLOOP<br />

. . . . .<br />

. . . . .<br />

. . . . .<br />

1000 QTESTFEED:<br />

1010 TESTFEED<br />

1020 RETURN<br />

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

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

Saved successfully!

Ooh no, something went wrong!