Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx with MATLAB without Data Analysis Toolbox

Hi,

 

I would like to learn how to control my NI boards via DAQmx9.3 in MATLAB without using Data Analysis Toolbox.

 

Thanks,

 

 

0 Kudos
Message 1 of 2
(3,252 Views)

We do have a C API for DAQmx, which you should be able to call from any text based programming language able to load DLL's. (dynamic link library)

 

The MathWorks, Inc. has a few pages that discuss that functionality in MATLAB®. 

http://www.mathworks.com/support/solutions/en/data/1-1ABRP/

http://www.mathworks.com/help/matlab/using-c-shared-library-functions-in-matlab-.html

 

Information on the function calls inside the C API, examples on their use, and where to find the DLL are in the following KnowledgeBases:

http://www.ni.com/white-paper/5409/en/

http://digital.ni.com/public.nsf/allkb/FB26BDA52FFFD4EE86257124005C36C3

 

Note: MATLAB® is a registered trademark of The MathWorks, Inc.

Applications Engineer
National Instruments
CLD Certified
0 Kudos
Message 2 of 2
(3,233 Views)