An on-delay timer waits a preset duration after receiving power before switching its output contacts, while an off-delay timer switches its contacts immediately upon receiving power but waits a preset duration after losing power before reverting them. These two timing modes form the backbone of hardwired industrial and residential sequencing, allowing you to automate staggered starts, safety run-ons, and transition logic without programming a PLC or microcontroller. What this changes in a real installation is the ability to execute complex, time-based interlocking using simple 24VDC or 120VAC control circuits, saving thousands of dollars on programmable automation hardware for straightforward tasks.
The Core Logic: Timing Modes Compared
Before wiring a control panel, you must map your sequence to the correct timing function. While on-delay and off-delay are the most common, manufacturers like Macromatic and Siemens bundle these with interval and repeat-cycle modes in multi-function relays. Misidentifying the mode is the number one cause of commissioning failures in hardwired control panels.
| Timer Mode | Trigger Event | Contact State During Delay | Contact State After Delay | Power Required to Complete Timing? |
|---|---|---|---|---|
| On-Delay (TON) | Coil energizes | Normal (Unswitched) | Switched (Timed-out) | Yes (Continuous) |
| Off-Delay (TOF) | Coil de-energizes | Switched (Immediate) | Normal (Timed-out) | No (True TOF uses internal caps) |
| Interval (One-Shot) | Coil energizes (or pulse) | Switched (Immediate) | Normal (Timed-out) | No (Ignores trigger removal) |
| Repeat Cycle | Coil energizes | Oscillates ON/OFF | Oscillates ON/OFF | Yes (Continuous) |
Worked Numeric Example: 15kW Star-Delta Motor Starter
To see on-delay logic in action, let us look at a classic industrial application: a star-delta reduced-voltage motor starter. According to the Electrical Engineering Portal, starting a large induction motor direct-on-line (DOL) causes massive voltage dips and mechanical stress.
Consider a 3-phase, 400V, 15kW (approx. 20 HP) squirrel-cage induction motor. The Full Load Current (FLC) is roughly 28A. If started DOL in a delta configuration, the inrush current spikes to about 6 times the FLC, hitting 168A. This can trip upstream breakers or dim facility lighting.
By starting the motor in a Star (Wye) configuration, the voltage across each winding is reduced from 400V to 230V (400 / √3). This reduces the starting current to roughly one-third of the DOL delta inrush, dropping it to a manageable 56A. However, a motor cannot run continuously in star; it will overheat and lack the torque to drive the load. It must transition to delta once it reaches about 80% of its rated RPM.
The On-Delay Sequence:
- T = 0.0s: The operator presses the Start button. The Star contactor and the On-Delay timer coil (e.g., an Omron H3Y-2 set to 5.0 seconds) energize simultaneously. The motor begins spinning in Star.
- T = 0.1s to 4.9s: The timer's internal clock counts up. Its Normally Closed (NC) timed-contact remains closed, holding the Star contactor in. Its Normally Open (NO) timed-contact remains open, keeping the Delta contactor dropped.
- T = 5.0s: The preset time is reached. The timer's NC contact opens, dropping the Star contactor. Simultaneously, the NO contact closes, energizing the Delta contactor.
- T = 5.1s+: The motor runs in Delta at full 400V line voltage. The timer coil remains energized as long as the motor runs, holding the contacts in their timed-out state.
If the timer fails or is set incorrectly (e.g., 0.5 seconds), the motor will transition to delta before reaching sufficient RPM, resulting in a secondary current spike that defeats the purpose of the starter. If set too long (e.g., 15 seconds), the motor lugs in star, overheating the windings.
Where You Meet This in Practice
Beyond motor starters, on-delay and off-delay timers solve specific physical problems in HVAC, plumbing, and safety systems.
HVAC Blower Run-On (Off-Delay)
In a gas-fired furnace, the thermostat calls for heat, energizing the gas valve and the blower fan simultaneously. When the room reaches the setpoint, the thermostat opens, cutting power to the gas valve. If the blower stopped instantly, the residual heat trapped in the steel heat exchanger would warp the metal or trigger the high-limit safety switch. An off-delay timer wired to the blower motor keeps the fan running for 90 to 120 seconds after the gas valve drops, extracting the remaining thermal energy and cooling the exchanger safely.
Anti-Short Cycle Protection (On-Delay)
HVAC compressors and refrigeration units require a minimum off-time to allow system pressures to equalize. If a compressor tries to start against high head pressure, it will draw locked-rotor amperage (LRA) and trip the thermal overload. An on-delay timer wired to the compressor contactor coil enforces a mandatory 3-minute to 5-minute delay after a power interruption or thermostat cycle before allowing the compressor to restart.
Staircase and Hallway Lighting (Off-Delay Analogy)
Think of the classic push-button staircase timer in a hotel or apartment building. When you press the button, the lights turn on immediately. When you release the button (removing the trigger), the lights stay on for a preset duration (e.g., 3 minutes) before clicking off. This is the exact mechanical logic of an off-delay relay, just packaged in a wall-mounted consumer format.
Common Confusions and Hardware Gotchas
When sourcing time delay relays for a project, reading the datasheet carefully prevents catastrophic logic failures. Here are the most common traps:
"True" Off-Delay vs. Solid-State Edge-Triggered
This is the most dangerous confusion in control wiring. A true off-delay timer (often electromechanical, pneumatic, or equipped with a large internal supercapacitor bank) will complete its timing cycle even if total control power to the panel is lost. When the trigger is removed, it uses stored energy to time out and then drop the contacts.
Conversely, many cheap solid-state "off-delay" modules are actually just microcontrollers monitoring a logic pin. They require continuous VCC (power) to operate. If your control circuit loses power entirely, the microcontroller brownouts instantly, and the output contacts revert immediately, bypassing the off-delay entirely. If your safety logic requires a run-on during a total power failure, you must specify a "True Off-Delay" or "Power-Off Delay" relay, not a standard solid-state TOF module.
Interval (One-Shot) vs. On-Delay
People frequently confuse on-delay with interval timers. An on-delay timer requires the trigger signal to remain present for the entire duration of the delay. If the trigger drops at 4 seconds on a 10-second on-delay timer, the timer resets to zero and the contacts never switch. An interval (one-shot) timer, however, only needs a momentary pulse to trigger. Once pulsed, it ignores the trigger state and completes the full 10-second cycle regardless of whether the initiating switch is still held down. Use interval timers for momentary pushbuttons; use on-delay timers for maintained selector switches or continuous sensor outputs.
Contact Bounce and False Triggering
When wiring mechanical limit switches or float switches to the trigger terminals of a solid-state multi-function timer, contact bounce can cause the timer's microcontroller to register multiple rapid triggers. If configured as an interval timer, this can cause erratic resets. Always use a timer with built-in input debouncing, or wire a small RC snubber network (e.g., 100Ω resistor in series with a 0.1µF capacitor) across the mechanical switch contacts to absorb the bounce.
Frequently Asked Questions
A: No. Swapping the Normally Open and Normally Closed contacts only inverts the resting state of the output; it does not change the timing logic. An on-delay timer will still wait to switch after power is applied, and will instantly revert when power is removed. You must purchase a dedicated off-delay or multi-function timer to achieve run-on logic.
A: You likely have a solid-state timer that requires continuous control power (VCC) to maintain its internal timing circuit. When the main disconnect opens, VCC drops to zero, the internal logic dies, and the output relay drops out instantly. You need a "True Off-Delay" relay with an internal energy-storage capacitor designed to time out on the falling edge of the power supply.
A: Modern digital DIN-rail timers (like the Siemens Sirius 3RP25 or Omron H3DT series) offer a repeat accuracy of ±0.5% or better. Older analog dial timers (RC-timing based) can drift by ±5% to ±10% depending on ambient temperature and component aging. For critical sequencing like star-delta transitions, always use digital solid-state timers.






