PID: Basics
PID controls work by comparing a setpoint to a measurement.
- P reacts to error
- I removes steady‑state error
- D damps fast changes
Start with P only. Add D if oscillatory, I if you see bias.
PID controls work by comparing a setpoint to a measurement.
Start with P only. Add D if oscillatory, I if you see bias.