필터 지우기
필터 지우기

Please help me to Data Acquisition Library for MATLAB ML-DAQ Setup

조회 수: 2 (최근 30일)
NGUYEN
NGUYEN 2024년 4월 26일
편집: Bhanu Prakash 2024년 5월 31일
I am currently using MATLAB version R2012b and I am interested in integrating a Contec analog input/output board with MATLAB's Data Acquisition Toolbox. Could you please provide me with guidance or documentation on how to properly initialize the DataAcquisition object for this hardware?

답변 (1개)

Bhanu Prakash
Bhanu Prakash 2024년 5월 31일
편집: Bhanu Prakash 2024년 5월 31일
Hi Nguyen,
I see that you are trying to integrate Contec analog input/output board with MATLAB R2012b and initialize a 'DataAcquisition' object.
Unfortunately, you might not be able to do it beause the 'DataAcquisition' object was introduced in the MATLAB R2020a release and is not available in R2012b. I suggest you update your MATLAB to R2020a or the later releases in order to create the object.
Once updated, you can follow the below mentioned workflow to integrate the board with MATLAB:
  • Verify if the board is supported using the list provided here:
  • Verify if the required drivers and support packages are installed using the following documentation:
  • Create a 'DataAcquisition' object:
Additional information on the above mentioned steps can be found here:

태그

Community Treasure Hunt

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

Start Hunting!

Translated by