Simulink: Generated C code for a PID controller is delayed compared to its model
4 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Sarthak
2023-12-21
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!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!