Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 147
Chapter 2 Program Instructions
LBLCOND, cont.
Remarks, cont.
IPL Mode (<nexp
3
> = 1):
If the print image is longer than the physical length of
the label or ticket, the print image will extend into the
following label(s) until the entire print image has been
printed. Then the media is fed out to the next gap or
mark according to the stop adjust setup. This means that
the print image will not be truncated but may extend
into one or more consecutive labels, and some of the
print image may coincide with gaps or slots.
Gap Truncate Mode (<nexp
3
> = 2):
If the print image is longer than the physical length
of the label or ticket, only the part of the print image
that ts on the label or ticket will be printed and the
remainder will be ignored. This means that some of the
print image may not be printed at all, but the following
labels will not be affected.
Verifying a start adjust or stop adjust value in the Setup Mode by pressing
key No. 16 (normally labeled Enter), or setting the value by means
of a setup le or setup string, will revoke any LBLCOND statement for
the parameter in question.
The label stop sensor will be returned to normal operation by the statement:
LBLCOND 2,0
All current LBLCOND statements will be revoked at startup or the execution
of a REBOOT statement. This means that the start and stop adjust will be
decided by the setup and the label stop sensor will work normally.
Example
In this example, the start adjust value in the setup mode is overridden and
the label stop sensor is set to ignore any gaps in the web within 20 mm (240
dots at 12 dots/mm) of media feed:
10 LBLCOND 1,5: LBLCOND 2,240
20 FONT "Swiss 721 BT"
30 PRTXT "Hello"
40 PRINTFEED
RUN