Trouble with Enable subsystem.

1 回表示 (過去 30 日間)
Ram Ramanthan
Ram Ramanthan 2015 年 9 月 17 日
コメント済み: Ram Ramanthan 2015 年 9 月 17 日
Hello Guys, I am implementing a Simulink structure which uses Enable Subsystems. Based on a certain condition either the value of 1 of -1 goes into the Enabled input. When the input is -1, the subsystem is disabled. However, as soon as the input is 1, the Enable is is always set at 1 and it then holds this value and hence the subsystem always computes. I don't want this to happen. I want the Enabled subsystem not to run when the value is -1. How do I do this? Here are some pictures to clarify.
This is the switch I'm using to trigger:
This is the output of the switch:
Here is the output of the Enable:
I don't understand why its always 1.
Any suggestions? Thanks, Prakash

採用された回答

Titus Edelhofer
Titus Edelhofer 2015 年 9 月 17 日
Hi Prakash,
no, the enable system does not compute when the enable signal is not positive. But the outport hold the last computed value. Go into the enable subsystem, open the outport and switch "Output when disabled" from the default "held" to "reset".
Titus
  1 件のコメント
Ram Ramanthan
Ram Ramanthan 2015 年 9 月 17 日
Thank You Titus. This seems to work well.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSubsystems についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by