Is there a possibility to trigger multiple devices at once using Instrument Control Toolbox 2.8 (R2009a)?

1 view (last 30 days)
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)?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 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.

More Answers (0)

Categories

Find more on Instrument Connection and Communication in Help Center and File Exchange

Products


Release

R2009a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!