03-16-2018 12:21 AM
Hello,
I am trying to communicate with cDAQ-9184 through LabVIEW 2017. I am able to get the details of the connected device when it is active. But the device is still present in the memory even after disconnected the device the system. Can anybody help me to get the status for the devices which are not connected. Thank you.
Solved! Go to Solution.
03-16-2018 01:24 AM
@vidya1825 wrote:
Hello,
I am trying to communicate with cDAQ-9184 through LabVIEW 2017. I am able to get the details of the connected device when it is active. But the device is still present in the memory even after disconnected the device the system. Can anybody help me to get the status for the devices which are not connected. Thank you.
Just try to reserve a DAQmx task for the device, it will throw an error if it is not connected. Handle the error as you need (report user the absence of device, and erase error based on the specific error code).
03-16-2018 01:50 AM
Hello Blokk,
Thank you very much. Now am able to filter out the disconnected devices.