I have a very simple example. Two fans (A and B) are in a facility, representing each as a state. State Fan B will enter after 20 seconds state Fan A starts working. Therefore, after 20 sec, state FanA and state FanB will work in parallel.
How can I do this in Stateflow?
When I do parallel decomposition and assign state FanB execution in the second order, both state Fans work together simultaneously, even though I am using the after function (please neglect the L1 and x1 in the example).