ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ibrsv()

Could you give an example on ibrsv(). I tried to used ibrsv() on a slave
(Non-Controller) PC to assert the SRQ, but the function can't send the SRQ
to the master (System Controller) PC as it described in the manual. Also,
after I called the ibrsv() function, it seemed not response to system very
soon. Could you explain why? My development system is VC++ 6.0 in NT 4.0
SP5. The GPIB driver is NI-488.2 v1.6. Thank you!
0 Kudos
Message 1 of 2
(5,942 Views)
Victor,

You may want to try implementing ibrsv through the ibconfig() function,
for example: ibconfig (board, IbcRsv, 64). Even though this KBase entry is
related to GPIB-ENET, you may want to check out
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/18a867925fd3ed6c8525645000512d03?OpenDocument

Rich

Victor wrote:

> Could you give an example on ibrsv(). I tried to used ibrsv() on a slave
> (Non-Controller) PC to assert the SRQ, but the function can't send the SRQ
> to the master (System Controller) PC as it described in the manual. Also,
> after I called the ibrsv() function, it seemed not response to system very
> soon. Could you explain why? My development system is VC++ 6.0 in NT 4.0
> SP5. The GPIB driver is NI-488.2 v1.6. Thank yo
u!
0 Kudos
Message 2 of 2
(5,941 Views)