Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there as way to set the Status Byte, other than ibrsv?

I am trying to emulate an instrument that sets the status byte to 64, but does not assert the SRQ line. Using ibrsv asserts SRQ, which seems to cause problems with my legacy test system. I am using LabWindows/CVI under Windows NT and a PXI-GPIB.
0 Kudos
Message 1 of 3
(3,364 Views)
Hi,

According to the IEEE 488.2 standard, bit 6 of the status byte register (value 64 or 0x40 hex) indicates that the instrument is requesting service. Usually setting this bit will automatically assert the SRQ line. The NI-488.2 does not provide a function that just set this bit without the interface asserting the service request line.

DiegoF.
0 Kudos
Message 2 of 3
(3,364 Views)
If your instrument never asserts the SRQ line, you could create a custom cable that does not have that line connected. Just a thought.
0 Kudos
Message 3 of 3
(3,364 Views)