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.

5 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Markus
Markus am 18 Mai 2021
Bearbeitet: Markus am 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 Kommentar
Shoaib Ahmed
Shoaib Ahmed am 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by