2026-06-04
Every control loop has a delay between when the controller moves the valve and when the sensor sees the result. Part of that delay is the process lag (the exponential rise of a first-order system), and part is pure dead time — a flat interval where absolutely nothing happens at the measurement. Dead time is the assassin of control loops, and the ratio of dead time to lag determines whether your loop will be easy, hard, or essentially impossible to tune.
Where dead time comes from:
The controllability rule of thumb uses the dead-time-to-time-constant ratio, θ/τ:
Worked example — a sheet dryer: Paper enters a 6 m drying section at 2 m/s. The moisture sensor is at the exit. Dead time θ = 6/2 = 3 seconds before any control action shows up. Suppose the dryer's thermal time constant τ = 4 seconds. Then θ/τ = 0.75 — solidly difficult. A Ziegler-Nichols tuning gives proportional gain Kc ≈ 1.2(τ/θ) = 1.6 and integral time Ti ≈ 2θ = 6 s. Crank Kc higher and the loop will hunt indefinitely, because the controller is reacting to errors that already happened seconds ago.
What engineers actually do about it:
The single most common tuning mistake is raising the gain to fight sluggishness in a dead-time-dominant loop. You can't outrun a delay — you can only respect it.
