Interactive closed-loop simulation with auto-tuning. Adjust PID gains and visualize step response in real time.
Interactive PID tuning and process control simulations. Adjust parameters in real time and visualize step responses and tuning rules.
Time-constant form (ISA / PID standard):
Kp = proportional gain
Ti = integral time constant (s)
Td = derivative time constant (s)
Standard gain form:
Ki = Kp / Ti (integral gain)
Kd = Kp · Td (derivative gain)
Implementation: This simulator uses the standard gain form with anti-windup, derivative-on-measurement, and first-order derivative filtering (τd). See the relay-feedback tutorial → for derivation.
New to PID tuning? Read the Getting Started Tutorial →