NI Elvis III DAQ
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to connect an NI Elvis III device to Matlab (and Simulink). However, the current NI-DAQmx only supports Elvis IIs, so I am wondering if there is another way to achieve this.
Antworten (1)
Jaynik
am 27 Dez. 2023
Hi Bach,
I understand that you want to connect an "NI ELVIS III" device to MATLAB. Currently, there is no direct way to connect it through the "Data Aquisition Toolbox".
However, you can explore the toolkits for "ELVIS III" provided by "NI". It will most likely include the APIs or SDKs that you can use to interface with the hardware. I recommend reviewing the documentation for the specific toolkit to determine compatibility with MATLAB. If it includes a C/C++ API, you could use MATLAB's MEX files to call functions from the API.
Additionally, if the "NI Elvis III" supports communication through standard protocols like Serial, TCP/IP, or UDP, you can establish direct communication using MATLAB scripts. The "Instrument Control Toolbox" provides functions for setting up and managing these types of communications. You would need to know the communication protocol and command set for the "NI Elvis III" to implement this.
For more information on integrating C++ with MATLAB and using the "Instrument Control Toolbox", please refer to the following links:
- Integrating C++ with MATLAB: https://www.mathworks.com/help/matlab/cpp-language.html
- Instrument Control Toolbox: https://www.mathworks.com/help/instrument/index.html
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Instrument Control Toolbox Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!