Stateflow Transition to error state without line connection

1 Ansicht (letzte 30 Tage)
Felix Brenner
Felix Brenner am 19 Apr. 2022
Beantwortet: Ravi am 21 Dez. 2023
Hi together,
I am in the process of creating a Stateflow chart.
In this chart there is an error state, which is reached by different states if an error flag is set. For clarity I would like to avoid drawing the transition lines and instead implement a kind of "GoTo Transition error" command (see picture). Does anyone have an idea how this works?
Thanks a lot!
Felix

Antworten (1)

Ravi
Ravi am 21 Dez. 2023
Hi Felix Brenner,
I understand that the stateflow diagram is still working regardless of the reason that one transition has no destination linked to it.
The reason here is let us assume there are three states, “A”, “B”, and the “error” state. Let “B” be the state whose transition to the “error” state is not linked. Though one of the transitions in the stateflow diagram is not linked to a destination, it would show a warning but does not throw an error.The “error” state is still executed if it is reachable via other links. If the “error” state is reachable from “A” even though not from “B”, it would execute and show a warning that one of the links is not connected to the destination.
Hope this explanation resolves the issue you are facing.
Thanks,
Ravi Chandra

Kategorien

Mehr zu Complex Logic finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by