Unkown error in stateflow simulink

1 view (last 30 days)
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.

Accepted Answer

Mark McBroom
Mark McBroom on 12 Dec 2020
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 Comments
Mark McBroom
Mark McBroom on 13 Dec 2020
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
Mrudul Agrawal
Mrudul Agrawal on 14 Dec 2020
Thanks Mark
My model is working now but not upto the mark. I want the train should go to platform 2 when platform 1 is occupied and vice versa but it is occupying only 1 platform at a time. Can you please help me with this??
I am attaching the updated copy of the model

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!