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

 채택된 답변

chrisw23
chrisw23 2023년 2월 23일

1 개 추천

i recommed to use the .net api
use NET.addassembly(...
start with LJM.OpenS

댓글 수: 4

Stark Volt
Stark Volt 2023년 2월 23일
Thanks @chrisw23 I managed to connect but i'm not sure if the data being stream can be save.
chrisw23
chrisw23 2023년 2월 24일
편집: chrisw23 2023년 2월 24일
use methodsview(LJM) to figure out how the method interfaces are to be used
use details(LJM) to get all available Props/Methods/Events
asm = NET.addassembly(...
asm.Classes shows which classes may be instanciated
Brian
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
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개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

릴리스

R2022b

질문:

2023년 2월 22일

댓글:

2023년 2월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by