Data Acquisition problem using ADLINK-1901

4 views (last 30 days)
Hi,
I am using ADLINK-1901 to measuring the pressure from the sensor and would like to read the values using matlab but I am getting error. Can anyone help? ADLINK software is 32 bit, matlab 2015a is 32 bit but my window is 64 bit ( I am not sure how to resolve this problem). Read the documents but it just fly over my head
Error:
>> AD_AI_DAQPilotFile
Error using analoginput (line 46)
The DAQ Legacy Interface is not supported on this platform. For more information on choosing between DAQ
Legacy Interface and Session-Based Interface, see the documentation on choosing the right interface.
To learn about using data acquisition devices on the win64 platform, see the documentation on the
session-based interface.
Error in AD_AI_DAQPilotFile (line 9)
ai_device = analoginput('mwadlink', 0);

Answers (1)

Samay Sagar
Samay Sagar on 28 Feb 2025
Edited: Samay Sagar on 28 Feb 2025
You are encountering the above error because the ADLINK-1901 device is not supported in 32-bit MATLAB R2015a with the Data Acquisition Toolbox Legacy interface. As such, there are no workarounds for this error other than using a supported device. Refer the following document to find the list of supported NI DAQ Devices: https://www.mathworks.com/matlabcentral/answers/uploaded_files/70061/R2015b%2032-bit%20legacy%20NI%20DAQ%20devices.pdf
Hope this helps!

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!