Effacer les filtres
Effacer les filtres

The data type of Data Store Memory 'LEDON' used by a Chart cannot be set to 'auto' and must be known prior to type propagation. Please explicitly enter the data type in the Data Store Memory dialog.

4 vues (au cours des 30 derniers jours)
Design stateflow, If engine speed is less than threshold1, switch off the LED. Blink LED on and off (On for 0.5 sec and Off for 0.5 sec) if the engine speed is greater than threshold1 but less than threshold2. Blink LED on and off (On for 1 sec and Off for 0.5 sec) if the engine speed is greater than threshold2.
I treid adding Data Store Memory but it is throwing the following error.
The data type of Data Store Memory 'LEDON' used by a Chart cannot be set to 'auto' and must be known prior to type propagation. Please explicitly enter the data type in the Data Store Memory dialog.
Component:Simulink | Category:Block error
I have tried designing it to some extent and the snapshots of model are attached here.

Réponse acceptée

Markus
Markus le 18 Mai 2021
Modifié(e) : Markus le 18 Mai 2021
It seems like Simulink does not know the data type and wether it is a real variable or complex.
Try specifying it like that:
And the Data Type, I went with "single" as an example here, but you can use boolean or uint if you are only using on/off states for that variable.
  1 commentaire
Shoaib Ahmed
Shoaib Ahmed le 20 Mai 2021
Yes I need on/off states in this design, Then I will be using boolean for that.
I appreciate your time to through this design. Thanks for the answer, Now I can look forward to clear it.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by