04-13-2017 06:23 AM
Hi to all,
I brought an old application (LabView 2013 upgraded from 5.1) to a new computer, I installed the NiDAQ driver 9.8.x and the Labview Runtime 2013. So far I saw the PCI-MIO-Device was configured by the NiMAX correctly, but I do not get the channel values into my Application.
Is there an additional configuration I forgot?
Thanks for replying.
04-13-2017
07:58 AM
- last edited on
12-29-2024
01:18 PM
by
Content Cleaner
I assume you are using the February 2014 Device Driver DVD (released with LabVIEW 2013 Service Pack 1). In addition to NI-DAQmx, you need to install the Device Drivers for your NI Devices. You say you see your device in MAX (that's good -- you probably have the Drivers). Have you tried running a Test Panel in MAX? That will test that you can actually use the device.
If you are new to DAQmx, I strongly recommend reading the White Paper Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications. I suggest that you do the following:
Note that this procedure, while it is robust, simple, and easy to use, requires MAX and a MAX Task. As you get more expert in DAQmx, you can use some of its more advanced features to build and configure a task "on the fly", which (as I discovered for myself) is sometimes not only desirable but necessary when dealing with more complex setups.
Bob Schor