필터 지우기
필터 지우기

How can a third party hardware be interfaced with MATLAB?

조회 수: 2 (최근 30일)
Chandrajit
Chandrajit 2012년 9월 24일
댓글: ammar al jodah 2021년 2월 23일
I have a PCI card of Advantech. The product name of the card is PCI-1716. I am using MATLAB 2012a where the .dll of this specific hardware is not listed. How can I connect the hardware with MATLAB environment?
  댓글 수: 1
ammar al jodah
ammar al jodah 2021년 2월 23일
https://au.mathworks.com/matlabcentral/fileexchange/87694-simulink-realtime-driver-for-advantech-pci-1716-pci-1716l?s_tid=prof_contriblnk
https://au.mathworks.com/matlabcentral/fileexchange/87689-simulink-realtime-driver-for-advantech-pci-1723?s_tid=prof_contriblnk

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2012년 9월 24일
I'd contact the manufacturer of the board. They may have code they can give you. I don't know what you want to do with it, but you must have a list of functions in the DLL that you want to call and then you call loadlibrary() and then call the functions. You probably also need the .h file for the DLL also.

카테고리

Help CenterFile Exchange에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by