Honeywell PX940 Installation Instruction page 21

Applicator interface board
Hide thumbs Also See for PX940:
Table of Contents

Advertisement

Feed
When the Feed in signal is received, the application moves to a specified sub-
routine that feeds labels until the Feed in signal is de-asserted.
Example
• 10 ON PORTIN.FEED GOSUB 200
...
200 FORMFEED
210 RETURN
Pause
When the Pause in signal is received, the application moves to a specified sub-
routine that finishes the current print job and then places the printer in pause
mode.
Example
• 10 ON PORTIN.PAUSE GOSUB 90
...
90 pause printer
Startprint
When the Startprint signal is received, the application moves to a specified
subroutine that starts the print job. The Startprint signal must be preceded by
the dataready signal as seen in this example.
Example
• 10 PORTOUT.DATAREADY on
20 ON PORTIN.STARTPRINT GOSUB 60
...
60 my print routine
70 PRINTFEED
80 RETURN
Reprint
When the Reprint signal is received, the application moves to a specified sub-
routine that reprints the last valid label.
20
PX940 Applicator Interface Installation Instructions

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents