|
|
#1 |
|
论坛管理员
注册日期: 2007-04-03
住址: 陕西省西安市
帖子: 417
感谢他人: 4
有 47 帖获得 556 感谢
声望力: 5 ![]() |
Tuning a PID controller appears easy, requiring you to find just three values: proportional, integral, and derivative gains. In fact, safely and systematically finding the set of gains that ensures the best performance of your control system is a complex task. Traditionally, PID controllers are tuned either manually or using rule-based methods. Manual methods are iterative and time-consuming, and if used on the hardware, can cause damage. Rule-based methods also have serious limitations: they do not support certain types of plant models, such as unstable plants, high-order plants, or plants with little or no time delay. In addition to tuning, PID control involves design and implementation challenges, such as discrete-time implementation and fixed-point scaling.
更多... |
|
|
|