UBI EasyCoder 401 Linerless – Installation Instructions
7
Paper Jam Detection
• Remove the label. The beeping should cease immediately.
• If necessary, readjust the potentiometer.
• Break the program by typing X on the host.
• When the label-taken sensor works properly, put back the left-
hand cover and close the front hatch and right-hand door. Then the
printer is ready for operation.
The built-in LTS can be used for detecting paper jams by means of
a few lines in a UBI 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.
PAPER CUTTER KIT, cont'd.
LSS Adjustment, cont'd.