Hold a value indefinitely once a condition becomes true

32 ビュー (過去 30 日間)
Fawad Farooq Ashraf
Fawad Farooq Ashraf 2022 年 10 月 13 日
コメント済み: Fawad Farooq Ashraf 2022 年 10 月 13 日
I have a simulink block diagram which gives true or false based on a condition (relational operator). My problem is that once I get true for the first time, I want to stop checking the condition and just output true for the rest of simulation time. How can I do that in SIMULINK?

採用された回答

Jim Riggs
Jim Riggs 2022 年 10 月 13 日

その他の回答 (1 件)

Les Beckham
Les Beckham 2022 年 10 月 13 日
One way would be to route the output of the relational operator to two places: (1) a summing junction or an OR block, and (2) a memory block or unit delay block if your signals are discrete time. Then connect the output of the memory block to the other input of the OR block. I don't have Simulink right now or I'd create an example.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by