Yokogawa USB device access using Instrument Control Toolbox
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am trying establishing communication with the WT1800 Yokogawa power analyzer from Matlab using Instrument Control Toolbox.
I installed Yokogawa USB driver. I find Yokogawa USB device in the device manager as a separate unit (not under Ports), when the USB is pluged into computer. By using the command serialportlist all available COM ports are listed but not Yokogawa USB device. How can I access Yokogawa USB device from Matlab? On the power analyzer Remote Control menu I have a serial number for the USB, but what to do with it. serialport() command accept only Com number as input.
Thank you.
Best regards
Ana
0 Kommentare
Antworten (1)
Divyanshu
am 14 Dez. 2023
Hi Ana,
I understand that you are trying to access Yokogawa USB device from MATLAB using Instrument Control Toolbox but are facing challenges using the 'serialport()' function.
A possible workaround that you can try is to access USB device from MATLAB using 'VISA Intrument object' which in turn allows user to communicate with the instrument using VISA standard.
Please refer the following documentation for further details about VISA:
As you want to communicate with the USB device, you can go through the following documentation which has details about working with USB interface using VISA standard:
Hope it helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Instrument Control Toolbox Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!