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.

CLEANFEED<br />

Field of Application Statement running the printer's feed mechanism.<br />

Syntax CLEANFEED<br />

Chapter 2 Program Instructions<br />

is the feed length expressed as a positive or negative number<br />

of dots.<br />

Remarks The CLEANFEED statement activates the stepper motor that drives the<br />

printer's pressing roller (the rubber roller beneath the printhead). In case of<br />

thermal transfer printers, it also often drives the ribbon mechanism. The<br />

motor will run regardless of possible error conditions, e.g. if the printhead is<br />

lifted or not, or if there is no ribbon or paper supply left.<br />

Thus, the CLEANFEED statement is suitable for cleaning and for the loading<br />

of transfer ribbon.<br />

A positive CLEANFEED value makes the stepper motor rotate the rollers<br />

forward, i.e. as when feeding out a label.<br />

A negative CLEANFEED value makes the stepper motor rotate the rollers<br />

backwards, i.e. as when pulling back a label.<br />

The execution of a CLEANFEED statement, as opposed to TESTFEED,<br />

does not affect the adjustment of the label stop sensor or black mark sensor,<br />

regardless what type of media or other objects that passes the sensor.<br />

Note that the CLEANFEED statement, as opposed to FORMFEED, always<br />

must be specified in regard of feed length.<br />

Example In order to pull a cleaning card back and forth under the printhead three<br />

times, three 1200 dots long positive CLEANFEEDs and then the same<br />

amount of negative CLEANFEEDs are performed:<br />

10 FOR A%=1 TO 3<br />

20 CLEANFEED 1200<br />

30 CLEANFEED -1200<br />

40<br />

RUN<br />

NEXT<br />

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

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

Saved successfully!

Ooh no, something went wrong!