フィルターのクリア

Simulink coder with PID - Algebraic loop when using antiwindup

3 ビュー (過去 30 日間)
alex pabouctsidis
alex pabouctsidis 2013 年 8 月 28 日
I'm using simulink coder to generates code for the STM32 microcontroller. My model uses a couple of PIDs and everything works fine so far. However, i noticed that i need to have some sort of anti windup active in the PIDs. I tried to use both the back-calculation and clamping options, but in either case i get the following error:
Algebraic loops are not supported in generated code. Use the 'ashow' command in the Simulink Debugger to see the algebraic loops
I'm surprised that there is any algebraic loop in the first place since the anti windup error feedback goes through an integrator (for back-calculation).
Is there any way to work around this?
Thanks, Alex

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013 年 8 月 30 日
In the block dialog, make sure you have "Forward Euler" selected for both integrator method and filter method.
HTH.

カテゴリ

Help Center および File ExchangeDiscontinuities についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by