Simulink External Mode: Arm Trigger command?

3 ビュー (過去 30 日間)
Benjamin Strom
Benjamin Strom 2015 年 2 月 23 日
回答済み: Ali Asghar Pourostad 2019 年 12 月 13 日
In the Simulink External Mode Control Panel, there is a Arm/Cancel Trigger button. I would like to execute this from the command line.
The mex commands are as follows, but I do not know how to perform them action: EXT_ARM_TRIGGER and action: EXT_CANCEL_LOGGING
What I really want to do is change the sampling duration in External Signal and Triggering dialog, but I am unable to do so unless the trigger is unarmed.
Any advice would be much appreciated, Thank you

回答 (1 件)

Ali Asghar Pourostad
Ali Asghar Pourostad 2019 年 12 月 13 日
You can see this page for full help
short answer is to use this function to arm trigger:
set_param(gcs,'ExtModeCommand','armWired')
and this one for cancel trigger:
set_param(gcs,'ExtModeCommand','cancelWired')
all parameters come in last part of link above

カテゴリ

Help Center および File ExchangeTarget Computer Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by