Connect LabJack T7 Pro to MATLAB
조회 수: 21 (최근 30일)
이전 댓글 표시
I'm trying to connect LabJACK T7 Pro to MATLAB.
If I seach it by this 'info = daq.getDevices' in the command window it says '(No data acquisition devices available)'.
I install the DATA aquisition toolbox and also the the National instrument Toolbox but still I don't have connection. I verify using the KIPLING software and it is connected Via USB.
Thanks
댓글 수: 1
Walter Roberson
2023년 2월 22일
I think you might need to use the Instrument Control Toolbox. See https://www.mathworks.com/matlabcentral/fileexchange/27597-labjacku3
채택된 답변
chrisw23
2023년 2월 23일
i recommed to use the .net api
- LJM Library and .NET assembly - Install the LJM Library
use NET.addassembly(...
start with LJM.OpenS
댓글 수: 4
Brian
2023년 2월 27일
Hi there, I'm kind of new to MATLAB--can you clarify what you mean by "start with LJM.OpenS?"
Thanks,
Michael
chrisw23
2023년 2월 28일
Hi Michael,
this is just the first step (function call) to open up the communication after instanciating the driver.
The Matlab functionality behind is just the interface to .Net
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!