S Mode Functions
Chapter 5
GPIB-232CT User Manual
5-24
© National Instruments Corp.
If you passed control to some other GPIB device, control must
be passed back to you or you must send IFC to make yourself
CIC before making this call. Otherwise, the ECIC error will
be posted.
If you call
loc
without
alist
, and the GPIB-232CT is
System Controller, the GPIB-232CT returns all devices to
local mode by unasserting REN and asserting it again. If you
call
loc
without
alist
and the GPIB-232CT is not System
Controller, the GPIB-232CT records the ESAC error.
See Also:
Appendix B for more error information.
Examples:
1.
PRINT #1,"loc 6+22,4+23,7"
'Put 3 devices in local
'mode.
2.
PRINT #1,"LOC"
'Put all devices in local
'mode.