Borrar filtros
Borrar filtros

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 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Markus
Markus el 18 de Mayo de 2021
Editada: Markus el 18 de Mayo de 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 comentario
Shoaib Ahmed
Shoaib Ahmed el 20 de Mayo de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by