06-18-2013 05:13 PM
Hi,
I would like to learn how to control my NI boards via DAQmx9.3 in MATLAB without using Data Analysis Toolbox.
Thanks,
06-19-2013 10:37 AM
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.