← Back to Gallery

🎛️ Process Control

PID Parameters

Tuning Presets

P Only PI PID Ziegler-Nichols

Process Parameters

Disturbance

Process Variable: 0.0%
Control Output: 0.0%
Error: 0.0
Integral: 0.0
Rise Time: --
Overshoot: 0.0%
Settling Time: --
Setpoint (SP)
Process Variable (PV)
Control Output (CO)
Error (e)
PID Control Equation:
u(t) = Kp·e(t) + Ki·∫e(t)dt + Kd·de/dt

FOPDT Process:
τ·dy/dt + y = K·u(t - θ)

Simulates first-order plus dead time (FOPDT) process with feedback control.