facebook pixel
Every stable machine you have ever touched is running an argument between three opinions about error. That argument is PID control. Proportional, Integral, Derivative. It is the most widely deployed control algorithm on Earth, governing cruise control, thermostats, quadcopter attitude loops, reactor temperature and hard drive head positioning. The setup is simple. You have a setpoint, the value you want. You have a process variable, the value a sensor actually reports. The difference between them is error. A PID controller converts that error into a command signal: u = Kp e + Ki integral of e dt + Kd de/dt Three terms, three tenses of time. - Proportional acts on the present. Larger error, harder push. Used alone it always settles short of target, because zero error would mean zero output, and a heater holding temperature needs a non zero output to exist. - Integral acts on the past. It accumulates residual error until the offset is driven out. This is what actually delivers accur...

 2.5k

 37

 1

 2.5k

    Suggested Credits
    Tags, Events, and Projects