Chapter 8
G Mode Functions
© National Instruments Corp.
8-19
GPIB-232CT User Manual
3.
10 REM Turn on continuous status reporting,
20 REM in symbolic format.
30 WRT$="stat c s"
40
CALL
IBWRT(GPIB232%,WRT$)
50 REM Read the GPIB-232CT status; read 50
60 REM bytes or until EOI is received.
70
RD$=SPACE$(50)
80
CALL
IBRD(GPIB232%,RD$)
90 REM Print the status information.
100 PRINT "GPIB-232CT status is: ";RD$
Printed information is:
GPIB-232CT status is : CMPL
NGER
NSER
3