NI Elvis III DAQ

8 visualizaciones (últimos 30 días)
Bach
Bach el 12 de Dic. de 2023
Respondida: Jaynik el 27 de Dic. de 2023
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.

Respuestas (1)

Jaynik
Jaynik el 27 de Dic. de 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:
Hope this helps!

Categorías

Más información sobre Instrument Control Toolbox Supported Hardware en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by