Borrar filtros
Borrar filtros

Why do I recieve the error the model referenced by it contains a block that updates persistent or state variables while computing outputs and is not supported in an algebraic

104 visualizaciones (últimos 30 días)
Hello Everyone.
I want to generate the C code of ISReferrence ,which is the example of Vehicle Dynamic Blockset. But I recieve the error
'ISReferenceApplication/Driver Commands/Driver Commands/Longitudinal Driver/Longitudinal Driver/Longitudinal Driver/Shift/Scheduled/Shift Controller' or the model referenced by it contains a block that updates persistent or state variables while computing outputs and is not supported in an algebraic loop. It is in an algebraic loop with the following blocks.
My Type is Fixed-step,ODE4, Solver is ODE4.
What should I do to generate C/C++ code?

Respuestas (1)

Deepak Chaware
Deepak Chaware el 16 de Nov. de 2022
You could work around this error by introducing a delay to the outputs of the Stateflow chart with the "memory" block. The memory block outputs the input from the previous time set. This single-step delay breaks the algebraic loop, and eliminates the source of the error.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by