Unkown error in stateflow simulink

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

Mark McBroom
Mark McBroom il 12 Dic 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 Commenti
Mark McBroom
Mark McBroom il 13 Dic 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 il 14 Dic 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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Simulink Functions in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by