101
Intermec EasyCoder 501 – Service Manual Ed. 7
Chapter 12 Paper Cutter
12.4 Installation, cont.
LinerLess Cutter, cont.
The LTS in the cutter is adjusted the same way as the front-fi tted
LTS (see Chapter 11) with one exception; there must be no jumper
fi tted on P-607 on the CPU board. Keep this in mind when install-
ing a cutter on an EasyCoder 501 LL or replacing a CPU board.
The LTS fi tted inside the cutter on an EasyCoder 501 LL can be
used for detecting paper jams. This function does not interfere with
the “normal” LTS function. Just write a few lines in a Fingerprint
program, as illustrated by the following example:
IMMEDIATE OFF
'Init
QJAMWAIT%=150
(see note)
OPTIMIZE "BATCH" ON
.....
'MAIN LOOP
W%=TICKS+QJAMWAIT%
PF
.....
WHILE (TICKS<W%) AND (NOT(PRSTAT AND 2))
.....
WEND
IF NOT (PRSTAT AND 2) THEN GOSUB JAMHANDLER
.....
JAMHANDLER:
BEEP
RETURN
Note:
If necessary, adjust value of QJAMWAIT% variable to obtain
proper jam detection.