Best if I cushion this thread at the beginning - maybe I'll be seeing a few responses which don't agree - that's okay, I'm genuinely interested to get reactions, ideally well argued, both for and against.
Proportional Integral Differential control systems were developed over 100 years ago. By developed, I mean both mathematics and actual implementation. They apply to linear systems. The mathematics is interesting - I learnt it 50 years ago. And the concept of the three terms is possible to explain in simple terms. Proportional because the further you are from a setpoint the bigger the effort to get there, Differential because you need to damp the change to avoid excessive overshoot and Integral to close in on the setpoint. (PID just sounds better than PDI - Light Oscillators are called Light Amplifiers for a similar reason)
But how often are PID control systems genuinely used these days? With the availability of cheap processing power most control systems are effectively state machines. Temperature control is a classic example. To get to a set point quickly you might as well turn the heater full on. If the controller is still in learning mode it could stop heating for a while half way to the set point and note how the temmperature rise continues for a while and flattens. This would give it a first approximation of the measured temperature it needs to reach before the setpoint at which it can turn the heater off. By this time it has sufficient information to know what mark/space heater on/off it needs to hold the temperature within the acceptable limits - PWM if it's electronic. Algorithm for holding temperature quite different from the one to reach the setpoint.
So why do learned articles and temperature control manufacturers constantly waffle on about PID control as if it's still state of the art? It was brilliant in its day, as was the slide rule, but it's not actually relevant to most physical (low bandwidth) control systems in 2022
Proportional Integral Differential control systems were developed over 100 years ago. By developed, I mean both mathematics and actual implementation. They apply to linear systems. The mathematics is interesting - I learnt it 50 years ago. And the concept of the three terms is possible to explain in simple terms. Proportional because the further you are from a setpoint the bigger the effort to get there, Differential because you need to damp the change to avoid excessive overshoot and Integral to close in on the setpoint. (PID just sounds better than PDI - Light Oscillators are called Light Amplifiers for a similar reason)
But how often are PID control systems genuinely used these days? With the availability of cheap processing power most control systems are effectively state machines. Temperature control is a classic example. To get to a set point quickly you might as well turn the heater full on. If the controller is still in learning mode it could stop heating for a while half way to the set point and note how the temmperature rise continues for a while and flattens. This would give it a first approximation of the measured temperature it needs to reach before the setpoint at which it can turn the heater off. By this time it has sufficient information to know what mark/space heater on/off it needs to hold the temperature within the acceptable limits - PWM if it's electronic. Algorithm for holding temperature quite different from the one to reach the setpoint.
So why do learned articles and temperature control manufacturers constantly waffle on about PID control as if it's still state of the art? It was brilliant in its day, as was the slide rule, but it's not actually relevant to most physical (low bandwidth) control systems in 2022