NI Elvis III DAQ
7 次查看(过去 30 天)
显示 更早的评论
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.
回答(1 个)
Jaynik
2023-12-27
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!