Connect to unsupported vendor's GPIB controller
Ältere Kommentare anzeigen
Hi All,
I've been using the instrument control toolbox for a bit now to control an Agilent piece of equipment, and have easily connected to it by creating a VISA object for the GPIB controller on the instrument, i.e.
instrument = visa('agilent', 'GPIB0::17::INSTR');
I'd now like to control another instrument, made by Stanford Research, that has a GPIB interface, but is not a supported vendor. Is this possible via the instrument control toolbox? If the interface is the same, how does the vendor need to be 'supported'? Is there a way to create a GPIB object for an arbitrary device?
Thank you for any help
Antworten (1)
Darin
am 12 Mär. 2012
0 Stimmen
Kategorien
Mehr zu Instrument Connection and Communication finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!