Filter löschen
Filter löschen

How can a third party hardware be interfaced with MATLAB?

2 Ansichten (letzte 30 Tage)
Chandrajit
Chandrajit am 24 Sep. 2012
Kommentiert: ammar al jodah am 23 Feb. 2021
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 Kommentar
ammar al jodah
ammar al jodah am 23 Feb. 2021
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 24 Sep. 2012
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.

Kategorien

Mehr zu Instrument Control Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by