02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Chapter —Program Instructions<br />

LTS& ON/OFF<br />

Purpose Statement for enabling or disabling the label taken sensor.<br />

Syntax LTS& ON|OFF<br />

Default: LTS& OFF<br />

Remarks The label taken sensor (LTS) is a photoelectric device that can be fitted in<br />

the vicinity of the printer’s label outfeed slot and detects if a printed label<br />

or ticket has been removed or not. (Usually, a self-adhesive label is not fed<br />

out completely, but will remain partly stuck to the liner so it will not fall<br />

off.)<br />

Using the LTS ON statement, you can order the printer to stop the execution<br />

at next PRINTFEED statement until the LTS no longer detects any<br />

label. Then the PRINTFEED is executed. This is most useful when printing<br />

batches of labels or tickets. As soon as a label is taken, the next one is<br />

printed and awaits being taken care of.<br />

The same result can also be obtained in a more cumbersome way by a program<br />

based on the PRSTAT(2) function.<br />

LTS& OFF revokes LTS& ON.<br />

Example 10 LTS& ON<br />

20 FOR A%=1 TO 5<br />

30 B$=STR$(A%)<br />

40 FONT "Swiss 721 BT"<br />

50 PRPOS 200,200<br />

60 PRTXT B$<br />

70 PRINTFEED<br />

80 NEXT<br />

RUN<br />

1 <strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong>

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

Saved successfully!

Ooh no, something went wrong!