|
|
|
|
|
by oehpr
2286 days ago
|
|
It's funny you should mention that, because most PID configurations are not very stable. Once you introduce the Integral and the Derivative, if you're not careful that PID will oscillate into the stratosphere. In fact, I'd say that PID's that are functioning most efficiently are very nearly tuned to the point of oscillating. Even worse is the kinds of adjustments you have to make to PID's when there is significant lag between their inputs and outputs. |
|
You can extract more performance out of a system by having a very good predictive model of it and measuring its inputs: This can really improve how you drive the system but it's much more difficult to achieve, and you're still limited by how quickly information moves through the system in terms of how you can react.