Is there a possibility to trigger multiple devices at once using Instrument Control Toolbox 2.8 (R2009a)?
2 ビュー (過去 30 日間)
古いコメントを表示
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)?
採用された回答
MathWorks Support Team
2009 年 11 月 19 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Instrument Control Toolbox Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!