INFICON XTM/2 Thin Film Deposition Monitor User Manual

Page 84

Advertising
background image

3 - 32

IP

N 07

4-

18

6S

XTM/2 Operating Manual

To implement serial polling of the Request for Service bit you need only test for
the RQS bit to be set.

For example:

(serial poll)

CALL IBRSP (XTM2%,SPR%)
B = SPR% / 64 : B = INT(B)
IF B = 1 THEN (continue prog) ELSE (serial poll)

If the RQS bit is set, the program may then be made to read the first 4 bits of
the Status Byte (2^0 through 2^3) to determine which event generated the
service request. Once this is determined the appropriate action may be taken.

Advertising