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,350 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:

https://www.ni.com/en/support/documentation/supplemental/21/using-ni-daqmx-in-text-based-programming...

https://www.ni.com/en/support/documentation/supplemental/18/location-of-ansi-c-ni-daqmx-shipping-exa...

 

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

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