Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to call NIdaq legacy C functions??

What is the name for dll file and which header files I will need to include my MATLAB program?
Thanks
0 Kudos
Message 1 of 3
(3,102 Views)
Hello DeekPark,
 
After you have installed NI-DAQ you can use the "nidaq.h" header file located in the C:\Program Files\National Instruments\NI-DAQ\Include.  Also, the library file, "nidaq32.lib" is located in C:\Program Files\National Instruments\NI-DAQ\Lib.  If you wish to call the dll functions directly the DLL is "nidaq32.dll" located in C:\WINDOWS\system32.

I hope this helps get you started, and have a great weekend!
Brooks
0 Kudos
Message 2 of 3
(3,081 Views)

Hi Brooks,

Thanks for the help. I got it done.

 

0 Kudos
Message 3 of 3
(3,052 Views)