필터 지우기
필터 지우기

Can we skip states execution in a stateflow diagram?

조회 수: 2 (최근 30일)
Luis Ruiz
Luis Ruiz 2023년 8월 22일
편집: Walter Roberson 2023년 8월 23일
I have a state flow diagram, is it possible to skip the execution of states if the conditions are met?
As shown in this figure, if b>=3 STATE4 is reached.
If b>=3 I execute STATE1, 2 and 3 at least for 1 time step each. But is there a way to go all the way to STATE4 without executing the previous states?
I managed to do it using several entry arrows but i think that is not convenient for large stateflows, also if I am in STATE2 I would like to reach STATE4 without executing STATE3.
Is there some kind of configuration in the stateflow that allows for states to be skipped if the conditions are met?

채택된 답변

Angelo Yeo
Angelo Yeo 2023년 8월 23일
편집: Walter Roberson 2023년 8월 23일
Super-step semantics should be what you are asking for. In effect this will skip the during of a state entered and all possible transitions availble in the same times. See the doc below for further details.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Complex Logic에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by