Effacer les filtres
Effacer les filtres

Unkown error in stateflow simulink

3 vues (au cours des 30 derniers jours)
Mrudul Agrawal
Mrudul Agrawal le 9 Déc 2020
Commenté : Mrudul Agrawal le 14 Déc 2020
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.

Réponse acceptée

Mark McBroom
Mark McBroom le 12 Déc 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 commentaires
Mark McBroom
Mark McBroom le 13 Déc 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 le 14 Déc 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Complex Logic dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by