Clear Filters
Clear Filters

How can a third party hardware be interfaced with MATLAB?

2 views (last 30 days)
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 Comment
ammar al jodah
ammar al jodah on 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

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 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.

Categories

Find more on Instrument Control Toolbox Supported Hardware 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!