DeviceInfo of daqlist not recognized

14 visualizaciones (últimos 30 días)
MathWorks Support Team
MathWorks Support Team el 15 de Sept. de 2021
Editada: MathWorks Support Team el 29 de Mzo. de 2024
I have an application that uses an MCC device through Data Acquisition Toolbox. I compiled this application and tried to run it on a machine that doesn't have the toolbox installed. I got the error "Unrecognized table variable name 'DeviceInfo'", and this is coming from the commands below.
x = daqlist;
y = x.DeviceInfo;

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 29 de Mzo. de 2024
Editada: MathWorks Support Team el 29 de Mzo. de 2024 a las 10:32
First, make sure you installed the device driver separately on your deployment machine. Once you have the device driver installed, try to connect to your hardware on your deployment machine outside of the compiled application or MATLAB. The Universal Library software provided by Measurement Computing should allow you to do that. To download this, please refer to the link below. 

Más respuestas (0)

Categorías

Más información sobre Hardware Discovery and Setup en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by