dwell
A planned delay in a timed control program.
dwell: the pause that makes timing work
In power generation and distribution, dwell is the interval during which a control circuit holds a valve, switch, or solenoid in a given state before releasing it or transitioning to the next step. It is a deliberate pause inserted into an automated sequence, not a malfunction or hesitation. Dwell prevents mechanical shock, allows pressure stabilization, or ensures that a preceding action completes fully before the next one begins.
Dwell appears most commonly in steam turbine control systems, where it might delay the opening of throttle valves by hundreds of milliseconds after a demand signal arrives. In boiler feedwater systems, dwell can hold a pump discharge valve closed long enough for backpressure to equalize, reducing water hammer and cavitation damage. Gas turbine fuel control units use dwell to separate fuel metering steps, preventing surges that upset combustion. The duration is set by the designer and is often adjustable in commissioning.
Why dwell matters in practice
Without dwell, solenoid-operated directional control valves can chatter or hunt when switching between positions, leading to oscillation and noise. In pneumatic or hydraulic pilot-operated systems, a dwell between pilot pressure removal and spool return prevents the main spool from snapping too hard onto its stop, which accelerates wear and generates pressure spikes. Modern PLC-based systems implement dwell as a timer instruction; older relay logic used mechanical time-delay relays or fixed RC networks.
The term comes from the same root as "dwelling," meaning to remain or tarry. In engine ignition systems, dwell traditionally meant the angle (in crankshaft degrees) during which the contact breaker points remained closed to allow the ignition coil to build magnetic energy. That older usage was more time-independent; modern electronic control systems measure dwell in milliseconds instead. The word has carried over into process control more broadly.
Dwell must be distinguished from dead time, the pure transport delay in a system that cannot be reduced by design. Dwell is intentional and typically short, measured in tens to low hundreds of milliseconds. It is set during commissioning and documented in the control logic narrative. When troubleshooting slow valve response or erratic solenoid operation, checking dwell timing is often one of the first steps.