05-16-2023 12:45 PM
I have a cDAQ-9185 and am able to see it in MAX. It passed all the self tests. However, even if I unreserve the network device, I cannot see it in LabVIEW.
I have tried using test VIs for the DAQmx and adding a target device to a project. Both methods do not show the 9185. And setting up a new target only allows me to setup the 913x devices. What do I need to install for LabVIEW to be able to use the cDAQ-9185? From what I have read, NI-DAQmx driver is all I need.
Solved! Go to Solution.
05-16-2023 01:12 PM
cDAQ-9185 does not have its own controller. You cannot and don't have to add the it in the LabVIEW project. Instead, you just create a VI under My Computer and you will be able to access the modules with DAQmx API.
05-16-2023 01:40 PM
Ah, okay. First time using cDAQ. I had it pictured that I needed to set it up as a target. I was able to see it using the API.