04-15-2015 06:36 AM
Hi,
My C++ application attempts to reserve several cDAQ9184 chassis at start-up using 'DAQmxReserveNetworkDevice'. This appears to work but if a chassis is not connected, or is switched off, the function appears to take several seconds to return an error. Is there another function I can call first to check if the chassis is reachable before I try to reserve it, in the hope that I can speed up my start-up code?
Thanks 🙂
Solved! Go to Solution.
04-20-2015 09:28 AM
Hi Software_Monkey,
You may be interested in this post:
"How to check if DAQmx device is connected ?"
http://forums.ni.com/t5/LabVIEW/How-to-check-if-DAQmx-device-is-connected/m-p/3110101
Or possibly try to use a self test VI to see if that speeds up the connection.
Regards,