Chapter 5
S Mode Functions
© National Instruments Corp.
5-5
GPIB-232CT User Manual
Examples:
1.
PRINT #1,"caddr 0+22"
'Give GPIB-232CT a
'primary address of 0
'and a secondary
'address of 22.
2.
PRINT #1,"CADDR 1"
'Change GPIB-232CT
'primary address to 1
'and disable secondary
'addressing.
3.
PRINT #1,"CADDR"
'Return current GPIB-
'232CT address.
response: 1<CR><LF>