Why is my PicoScope not recognized by the Test and Measurement Tool?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 25 Ott 2021
Risposto: MathWorks Support Team
il 18 Nov 2021
I have a PicoScope 5443D which I am trying to use with MATLAB. I have installed all the necessary support packages, but the device is not found by the Test and Measurement Tool. Also, I am able to connect the scope to an application outside of MATLAB.
Risposta accettata
MathWorks Support Team
il 25 Ott 2021
The PicoScope drivers are "generic" drivers created by the manufacturer (PicoTech) which interface with the vendor's proprietary driver DLLs. You may use the Test and Measurement Tool (TMTOOL) to create a device object and execute functions in the driver, but they will be not be detected like other instruments in TMTOOL. The recommended workflow is to communicate with the instrument programmatically in MATLAB code using the "icdevice" function and the vendor's MDD driver (available in File Exchange):
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Instrument Control Toolbox Supported Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!