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

Antworten (1)

Deepak Chaware
Deepak Chaware am 16 Nov. 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.

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by