DeviceInfo of daqlist not recognized

14 views (last 30 days)
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;

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 29 Mar 2024
Edited: MathWorks Support Team on 29 Mar 2024 at 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. 

More Answers (0)

Categories

Find more on Hardware Discovery and Setup in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!