02-15-2023 08:08 AM
Hello,
A very basic question, but it seems difficult to me. I have Labview 2016 installed on a Win10 laptop, and try to install a USB-6000 device in the system. After having installed latest DAQmx, the device is successfully detected in MAX. But I do not understand how to connect to the device in LabView - under Measurement / IO only a system configuration folder and a NI scan engine folder are visible. Something seems to be mising ... As I understand the drivers for the USB-6000 device should be available through DAQmx, so what is the problem?
Could someone find a solution? A guess would be some kind of compability issue between latest DAQmx and LabView 2016.
/Martin
02-15-2023 08:48 PM
You are missing the DAQmx Support for LabVIEW. Most likely because you install the DAQmx driver before LabVIEW. Reinstall the NI-DAQmx driver again to install the missing package.
02-17-2023 02:32 AM
It was a compability issue - the Daqmx version has to match the LabView version. Now it works! Thanks.