08-19-2013 02:34 AM
I would like to check if a device (USB-6210) is plugged in using the C API, but I could not find any suitable function for this. Can anyone help me?
08-19-2013 10:45 AM
You need to query the system properties for DAQmx Devices. This gives you the basic idea http://digital.ni.com/public.nsf/allkb/AE521D8AEFD27E1E86256F9F007DF570
Here's the function...
http://zone.ni.com/reference/en-XX/help/370471W-01/mxcprop/attr193b/
08-20-2013 12:01 AM
Thanks, this was helpful 🙂