11-22-2007 03:50 PM
11-27-2007 03:16 AM
If you are using the VISA-API, this should be possible. See the KB:
http://digital.ni.com/public.nsf/allkb/C42CDC77C00E0B8086256E9B0078F887?OpenDocument
11-28-2007 10:59 AM
It is also possible using the NI-488.2 API. You will just have to open device level handles (ibdev) instead of board level handles (ibfind). Using ibwait with the device level handles, will allow you to get the status information for each of those connections.
I hope this helps,
Steven T.
11-28-2007 12:24 PM
@steven T wrote:
It is also possible using the NI-488.2 API. You will just have to open device level handles (ibdev) instead of board level handles (ibfind). Using ibwait with the device level handles, will allow you to get the status information for each of those connections.
11-29-2007 01:19 PM