why stateflow during never execute?

3 visualizaciones (últimos 30 días)
timo
timo el 31 de Ag. de 2016
Comentada: timo el 31 de Ag. de 2016
If i have a transition from A TO B state(no condition on transition) From B I make transition to C(no condition) I observed B during action never execute; I tested this by putting a breakpoint on B for during action Is this normal ?

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 31 de Ag. de 2016
There is an unconditional transition from B to C, which means there is no during action. But you can see the action in B when you use
entry: out=...
  2 comentarios
timo
timo el 31 de Ag. de 2016
I observed this behaviour also with a conditional action from B to C
timo
timo el 31 de Ag. de 2016
Mathworks states during du Executes when the state is active and a specific event occurs
That means we need to put during action when we have events ? This doesnt make sense as i saw example from Mathworks where they increment variables in du: and they had no event

Iniciar sesión para comentar.

Categorías

Más información sobre Complex Logic en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by