How do I create and use a MATLAB Instrument Driver (.mdd) file for use with SEGGER J-Link Pro interface?

조회 수: 11 (최근 30일)
I am using the Instrument Control Toolbox in MATLAB to communicate with and control a SEGGER J-Link pro interface. I have installed the appropriate Matlab Instrument drivers for this instrument. I am trying to create a MATLAB Instrument Driver (.mdd) file in order to control the instrument through an interface object.
When using the MAKEMID command to do this, I am getting the following error:
Error using makemid (line 129) The specified driver could not be loaded.

답변 (1개)

Vinod
Vinod 2016년 7월 24일
편집: Vinod 2016년 7월 24일
It doesn't appear that the device in question has an IVI or VXIPnP driver. In this case, you will want to open up MIDEDIT and create your MDD as a generic driver. The MATLAB code in the MDD will use LOADLIBRARY and CALLIB calls into the DLL provided by the device manufacturer. See the documentation on writing a generic driver

카테고리

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