Unkown error in stateflow simulink
조회 수: 2 (최근 30일)
이전 댓글 표시
Hey all!!
I am trying to simulate railway traffic signal having 2 platforms. I am encountering an error which I am not able to understand.
Kindly someone please help me build this model. Please reply if you are not able to understand my symbols.
댓글 수: 0
채택된 답변
Mark McBroom
2020년 12월 12일
It looks like you are attempting to access P1 and P2 in multiple state machines. You have defined P1 and P2 as global variables in your statecharts. YOu need to add a global Data Store Memory in the Simulink model for P1 and P2 that the statecharts can access.
Thanks.
Mark.
댓글 수: 3
Mark McBroom
2020년 12월 13일
For UI, easiest approach is to use Simulink Dashboard blocks:
if you need more capability that is available in Dashboard blockset, you can create your own MATLAB UI using Application Designer, but this is more work. https://www.mathworks.com/help/vnt/ug/developing-an-app-designer-app-for-a-simulink-model-using-can.html
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!