NI Elvis III DAQ

7 次查看(过去 30 天)
Bach
Bach 2023-12-12
回答: Jaynik 2023-12-27
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
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:
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息

标签

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by