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

Accepted Answer

Markus
Markus on 18 May 2021
Edited: Markus on 18 May 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 Comment
Shoaib Ahmed
Shoaib Ahmed on 20 May 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.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!