Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

what is the exact GPIB command sequence when calling viclear

I am experiencing some call box lockup problem and viclear is the possible root. What is the exact GPIB command sequence when I call viclear? I need this information to work with Agilent to find the root of the problem. Thanks! I need the exact GPIB commands sent to the equipment.
0 Kudos
Message 1 of 2
(3,184 Views)

Hi,

viClear calls the ibclr NI-488.2 function. The ibclr function sends the following bus commands according to the NI-488.2 Software reference Manual:

ibclr calls the board function ibcmd to send the following commands using the designated access board:
� Talk address of access board
� Unlisten (UNL)
� Listen address of the device
� Secondary address of the device, if applicable
� Selected Device Clear (SDC)

Hope this helps.

DiegoF.
National Instruments

0 Kudos
Message 2 of 2
(3,184 Views)