Is there a possibility to trigger multiple devices at once using Instrument Control Toolbox 2.8 (R2009a)?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am currently using two Keithley USB adaptors for GPIB. I would like to trigger both devices simultaneously using the Instrument Control Toolbox 2.8 (R2009a). Currently, when I issue the TRIGGER command as shown below:
trigger(obj)
only one of the devices is triggered. The example provided in the documentation of the Instrument Control Toolbox also describes the scenario when one device is present.
When I use the application provided by Keithley Instruments, I am able to trigger multiple devices simultaneously.
Is it possible to trigger both the Keithley adaptors simultaneously using the Instrument Control Toolbox 2.8 (R2009a)?
Risposta accettata
MathWorks Support Team
il 19 Nov 2009
The ability to trigger multiple devices simultaneously using TRIGGER function is not available in Instrument Control Toolbox. The TRIGGER function accepts only 1 interface object as an input and not an array of interface objects.
However, if a time delay between triggering multiple devices is acceptable, then a separate TRIGGER command can be issued for each additional device to be triggered.
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!