Connect LabJack T7 Pro to MATLAB
49 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Stark Volt
el 22 de Feb. de 2023
Comentada: chrisw23
el 28 de Feb. de 2023
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1303995/image.jpeg)
1 comentario
Walter Roberson
el 22 de Feb. de 2023
I think you might need to use the Instrument Control Toolbox. See https://www.mathworks.com/matlabcentral/fileexchange/27597-labjacku3
Respuesta aceptada
chrisw23
el 23 de Feb. de 2023
i recommed to use the .net api
- LJM Library and .NET assembly - Install the LJM Library
use NET.addassembly(...
start with LJM.OpenS
4 comentarios
Brian
el 27 de Feb. de 2023
Hi there, I'm kind of new to MATLAB--can you clarify what you mean by "start with LJM.OpenS?"
Thanks,
Michael
chrisw23
el 28 de Feb. de 2023
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!