04-15-2015 08:58 AM
Hi everybody,
I am making a program in LabWindows and so far I have got two instruments running without any problems. But I am trying to add an NI USB6008 to the program. I have downloaded something called "NIDAQmxBase" and added a file called "NIDAQmxBase.h" but I can´t find the ".fp" file and therefore I have no functions to communicate with the instrument.
Can anyone help me?
Solved! Go to Solution.
04-15-2015 10:32 AM
04-16-2015 01:59 AM
I also tried DAQmx, but I read something on this forum about that one should use DAQmxbase for LabWindows.
But either way, DAQmx or DAQmxbase, I can´t find this funtion panel ".pf " file. I only find a " .lib " file.
I need this ".fp" file to find the functions and initialize and control the DAQ.
Regards,
DANBKM
04-16-2015 02:00 AM
And I am running Windows 8.1
04-16-2015 08:56 AM
The 6008 definitely can use DAQmx.
Regardless the chouce about the daqmx package to install, you must install it AFTER CVI has been installed, and in the installation process you must indicate to install support for that development environment.
After that, you should see daq function inside the Library menu (if the corresponding item is dimmed, go to Library >> Customize, mark the corresponding checkbox, press OK and restart CVI to see the menu populated with data acquisition functions).
04-16-2015 09:31 AM
04-17-2015 02:13 AM
I found it in library.
Problem solved. Thank you for your help!