A PID controller has three knobs — proportional, integral, derivative — and no obvious way to know where to set them. Turn them by feel and you either get a sluggish system that crawls to its target, or a jumpy one that overshoots and rings.
In 1942, engineers John Ziegler and Nathaniel Nichols published a shortcut that needed no model of the plant at all. Instead of computing anything, you provoke the system: turn up the proportional gain, and only the proportional gain, until the loop starts to oscillate on its own and keeps oscillating with constant amplitude — neither growing nor dying out. Read off two numbers from that one experiment, plug them into a small table, and out come working PID gains.
It is a strange kind of answer to a hard question: instead of solving the system's equations, you let the system show you where its instability lives, then back away from the edge by a fixed, well-tested amount.
Comments
Loading comments...