Using Simulink Clock as a Chart Transition Condition
이전 댓글 표시
After bringing in the clock I am using its value as a relational operand in a transition condition (t > x). Upon reaching the state with the outbound transition, the clock's value magically jumps from t < x to t > x which makes the condition always true. This is unexpected. I want it to monotonically increase (as usual) until the condition becomes true. How can I make the clock behave differently?
댓글 수: 1
Fangjun Jiang
2019년 3월 29일
Not clear. Are you using a "Clock" block in Simulink and make it as an input to your Stateflow chart, or do you have a counter/timer within the chart?
답변 (4개)
Chuck Rogal
2019년 3월 29일
0 개 추천
댓글 수: 1
Fangjun Jiang
2019년 3월 29일
It should not happen like that. Make a simple example showing the problem so you can be helped.
Vignesh
2019년 4월 1일
0 개 추천
Can you help us understand the usecase better? Most clock mechanisms could be implemented with absolute time temporal logic, to take transition after certain time interval.
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!