why stateflow during never execute?

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 ?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 31일

0 개 추천

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

timo
timo 2016년 8월 31일
I observed this behaviour also with a conditional action from B to C
timo
timo 2016년 8월 31일
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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Stateflow에 대해 자세히 알아보기

제품

태그

질문:

2016년 8월 31일

댓글:

2016년 8월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by