Data Acquisition problem using ADLINK-1901

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);

답변 (1개)

Samay Sagar
Samay Sagar 2025년 2월 28일
편집: Samay Sagar 2025년 2월 28일

0 개 추천

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!

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2021년 3월 9일

편집:

2025년 2월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by