11-03-2019 03:10 PM
Hello,
I am going to use 6501 digital I/O with Labwindows CVI. But I could not find the driver and also solve the problem which how I can control the instrument with using CVI.
Could you help me?
Solved! Go to Solution.
11-03-2019 03:49 PM
The driver for all NI data acquisition hardware is the same: DAQmx.
Download it (it is a big download) or install from CD. Make sure you select the LabWindows support option while installing.
For application development, the examples are much more informative than anybody can be in the forum.
You can also configure your task and give it a name using NI-MAX (a GUI tool that comes with DAQmx), and then load and run it from your CVI application, using that name.
Hope this helps you to start.
But if you have specific questions, come back and post it.
Regards,
11-15-2019 02:02 AM
Thank you so much! It works.