Switching from Constant value to PID controller

1 回表示 (過去 30 日間)
Giuseppe
Giuseppe 2015 年 2 月 8 日
回答済み: mkmat 2015 年 11 月 19 日
Hello!
thanks for your time! i need your help to solve this problem:
i have a system that works with a constant flow rate when the current is zero and, when current is higher than zero, the inlet flow rate must be controlled by a PID controller.
Now i tried to use a Switch block: - the first input is the pid controller; - the second one is linked to current (the control variable) - the last one is the constant block.
the problem encountered are: - i can't automatically tune the PID block ("Pid Tuner could not find an initial stabilizing controller using plant "Plant")
and so the program does not work..
any other solution/ Approach?
thanks to everyone!

回答 (3 件)

Giuseppe
Giuseppe 2015 年 2 月 9 日
Nobody can solve this problem? :(

Arkadiy Turevskiy
Arkadiy Turevskiy 2015 年 2 月 11 日
Can you attach the model? Had to troubleshoot otherwise. One thing that could be happening is that PID Tuner works by linearizing a Simulink model "around" the PID Controller. If your switch is set to select not the PID output, but the other switch input, then the plant PID Tuner will see won't make any sense. So you can try to temporarily remove the switch, wire the PID Controller output to plant input directly and tune then.

mkmat
mkmat 2015 年 11 月 19 日
Did you manage to solve this issue?

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by