Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Assert SRQ line manually...

Hello,
 
I'm using LabView 8.2 to develop a GPIB client(device) on PXI. 
I need to assert the SRQ LINE manually to make a service request.
Can someone help me?
 
Thanks.
0 Kudos
Message 1 of 4
(3,687 Views)
If I understand you correctly, something else on the bus is the controller and you've got something presumably running LabVIEW embedded or something. I'm not sure if this will work, but a 30 second perusal of the NI-488 help indicated the function "ibrsv" which is described as "Request service and change the serial poll status byte. ibrsv is used to request service from the Controller and to provide the Controller with an application-dependent status byte when the Controller serial polls the GPIB interface."

This may work for you. There's no LabVIEW primitive that calls this function so you would need to call the NI-488 DLL directly to access this function.
0 Kudos
Message 2 of 4
(3,672 Views)
0 Kudos
Message 3 of 4
(3,668 Views)

It works with the MISC fonction.

thank you for all

0 Kudos
Message 4 of 4
(3,660 Views)