|
|
|
|
|
by roland35
2223 days ago
|
|
PID loops are simple and effective control solutions and are relatively easy to incorporate into embedded controllers as well. Generally I have left out the integration step because it can easily cause instabilities, even with a wind-up preventer. When things get more complicated like with flight controllers or advanced motor drives PID is not recommended. Another problem I've seen is people gloss over tuning a PID controller properly too. |
|
Funny, in automotive we always left out the derivative component not the integral which IMHO is the most useful component of the controller.