Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmxReserveNetworkDevice Long Delay

Solved!
Go to solution

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 🙂

 

 

0 Kudos
Message 1 of 2
(3,828 Views)
Solution
Accepted by topic author Software_Monkey

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,

 

Art
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,796 Views)