How do I determine a good value for ki term in controller?
2 ビュー (過去 30 日間)
古いコメントを表示
Rookie controls question here:
Here is an image of my controller:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/317502/image.gif)
The controller works fine when I set the ki = 0, but holds a 5m error. My controller diverges after 150 seconds when I set the ki value to -.01. what is a good way to determine the appropriate ki value?
0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 6 月 17 日
I suggest using the PID controller block: https://www.mathworks.com/help/releases/R2020a/simulink/slref/pidcontroller.html, which has a built-in tune option.
2 件のコメント
Ameer Hamza
2020 年 6 月 18 日
It seems that there is some instability in your system. Therefore, the tuning function of the PID block failed. In that case, I guess you need to follow the manual tuning methods mentioned here: https://en.wikipedia.org/wiki/PID_controller#Manual_tuning
参考
カテゴリ
Help Center および File Exchange で PID Controller Tuning についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!