03-26-2012 10:38 AM
Hi,
Is there a way to find out if there are any RTSI buses registered in MAX and what devices are connected to the bus, programmatically using the NIDAQmx C API. I know I can go to MAX and look at "Connected Devices" for a particular RTSI cable, but I would like to be able to do the same using the C API.
Thanks!
Regards,
Manisha Singh
The MathWorks
03-27-2012 11:25 AM
Hi Manisha,
I pretty certain that the only way to create or configure a pre-existing RTSI connection is to use MAX. If you just want to view what devices are connected via RTSI, I think your best bet is to export a MAX configuration file and then pull the information off of the .ini file created.
Regards,
Jason L.