Hand Calculations logo Hand Calculations All help pages ▾

Pid Output⚠ unverified

Physics / Controls · Compute the PID controller output

Parameters

InputSymbolUnitDefaultDescription
kpkp1.0Proportional gain
kiki1.0Integral gain
kdkd1.0Derivative gain
errorerror1.0Current error signal (setpoint minus measurement)
integralintegral1.0Accumulated integral of the error over time
derivativederivative1.0Rate of change of the error
OutputSymbolUnitDescription
resultuController output (control effort)

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

By definition of the parallel PID: proportional on error, integral on accumulated error, derivative on error rate. Laplace form $U(s) = (K_p + K_i/s + K_d s) E(s)$ is the same law in the $s$-domain.

History

PID control dominates industrial process control; the three-term structure dates to early 20th-century governors and pneumatic controllers.

Related Concepts: Phase Margin, Lead Compensator Phase, Lag Compensator Attenuation, Velocity Error Constant

Notes: Registry calculator pid-output (unverified). Snapshot evaluation only — not a dynamic simulator.

← Back to the workspace  ·  All help pages  ·  Getting started