LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I get dataacq.h?

I am trying to work on some LabWindows/CVI code given to me from a prior version of an application I am upgrading. When I try to build, it seems I am missing the "dataacq.h" header in my LW/CVI installation. I have searched for this file and it is nowhere to be found in my installation directory. Is there another code module or instrument driver I need to install? Does anyone know how I get that particular header file? Thanks in advance,

Andy
0 Kudos
Message 1 of 19
(10,128 Views)
forgot to mention, I am using version 7.0, whereas the old application was built w/ either version 5.5 or 6.0 of LW/CVI.
0 Kudos
Message 2 of 19
(10,124 Views)
The following two links may help you out:

http://groups-beta.google.com/group/natinst.public.labwindows-cvi.general/browse_thread/thread/a224606435abf937/2b41ae1a9f61ba2a?q=%22dataacq.h%22&rnum=1&hl=en#2b41ae1a9f61ba2a

http://groups-beta.google.com/group/natinst.public.labwindows-cvi.general/browse_thread/thread/cfca2e07480f6f38/566cd1f687c916a8?q=%22dataacq.h%22&rnum=4&hl=en#566cd1f687c916a8
0 Kudos
Message 3 of 19
(10,129 Views)
thanks, Dave. In reading those links, it looks like I need to load the NI DAQ driver. I guess this is a separate product from LW/CVI & I need to look into either downloading it or buying it, whichever. I assume there is some info on NI's site, I am not familiar with this product and will have to research it further. Thanks again,

Andy
0 Kudos
Message 4 of 19
(10,113 Views)

Hi AJ-

The NI-DAQ driver is a free download from www.ni.com

All versions of NI-DAQ (including NI-DAQmx 7.4) include the Traditional DAQ API that will install the file you are missing. You will need to make sure that LabWindows/CVI support is installed- this option should be enabled by default, but make sure that the installation directory is the same directory that CVI is installed on your system.

Thanks,

Message Edited by Tom W. on 05-16-2005 12:21 PM

Message Edited by Tom W. on 05-16-2005 12:22 PM

Tom W
National Instruments
0 Kudos
Message 5 of 19
(10,105 Views)

Hi AJ-

The NI-DAQ driver is a free download from www.ni.com

All versions of NI-DAQ (including NI-DAQmx 7.4) include the Traditional DAQ API that will install the file you are missing. You will need to make sure that LabWindows/CVI support is installed- this option should be enabled by default, but make sure that the installation directory is the same directory that CVI is installed on your system.

Thanks,

Message Edited by Tom W. on 05-16-2005 12:22 PM

Tom W
National Instruments
0 Kudos
Message 6 of 19
(10,099 Views)
thanks, Tom W. RE: "....but make sure that the installation directory is the same directory that CVI is installed on your system."

Sounds like a good tip, I will watch out for that.

Regards,

aj
0 Kudos
Message 7 of 19
(10,077 Views)

I am using LabWindows/CVI version 8.0.1 and have downloaded NIDAQ version 8.1.0 but I do not have the file "dataacq.h" anywhere.

Do I have the wrong versions/components????

0 Kudos
Message 8 of 19
(9,799 Views)
 

Hi Bendt-

The information I posted previously is incorrect now; the Traditional NI-DAQ (Legacy) driver is not bundled with versions of NI-DAQmx 7.5 and later.  There is a seperate download available.

Hopefully this helps-

Tom W
National Instruments
0 Kudos
Message 9 of 19
(9,774 Views)
Thanks, Tom W. that works.
0 Kudos
Message 10 of 19
(9,755 Views)