Borrar filtros
Borrar filtros

Simulink: Generated C code for a PID controller is delayed compared to its model

6 visualizaciones (últimos 30 días)
Hi,
For an embedded project we created a PID controller with Simulink. Then, we generated C code from this model and integrated it into our embedded project. However, when we tested the controller on our hardware (AVR microcontroller), we noticed a rather large overshoot. Since the model has no such problem, we plotted our measured controller output and compared it with the model. We noticed that our measured data is delayed by ~120 seconds compared to the modelled data. This is even the case when we only locally test the generated C code with the measured input values (thus, the error does not lie in our hardware/controller, but in the generated C code).
Does someone has an idea, what could be configured wrong in Simulink, such that this happens?
Thanks in advance, Moritz

Respuestas (1)

Sarthak
Sarthak el 21 de Dic. de 2023
Hi Moritz,
I faced a similar issue. The variable I was using for indexes was of type double. I was able to resolve the issue after changing it to int32 type. If this doesn't resolve your issue, you can create a technical support service request at the following link:
I hope this helps!

Categorías

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

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by