Stateflow Transition to error state without line connection

2 views (last 30 days)
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

Answers (1)

Ravi
Ravi on 21 Dec 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

Categories

Find more on Complex Logic in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!