A timer delay is an electronic or electromechanical control function that introduces a precise, pre-set time interval between a trigger signal and the resulting output state change. In a real circuit or installation, it changes the system from reacting instantaneously to sequencing events—preventing massive inrush current spikes, ensuring mechanical processes complete before the next step begins, or keeping a load running after the primary switch is turned off. Whether you are wiring a 400V industrial motor starter or programming an ESP32 to debounce a button, understanding how and when to delay a signal is foundational to reliable control design.
The Core Timer Delay Modes and Specifications
When you open a control panel or look at a PLC datasheet, you will not just see a generic 'timer.' Timing relays and solid-state timers are categorized by their specific logic functions. The international standard IEC 61812-1 defines these functions with specific designations to ensure a replacement part behaves exactly like the original.
Before we get into the math of sizing these for a load, here is the reference table for the four most common timer delay modes you will encounter on the bench or in the field.
| Mode Name | IEC 61812-1 Designation | Trigger Condition | Output Action | Typical Part Example (2026) |
|---|---|---|---|---|
| On-Delay | TON (Function 1) | Coil/Logic energized | Output closes AFTER set time elapses | Omron H3Y-2 (5s range) |
| Off-Delay | TOF (Function 2) | Coil/Logic de-energized | Output opens AFTER set time elapses | Schneider Electric Zelio RE22 |
| Interval / One-Shot | One-Shot (Function 4) | Trigger pulse received | Output closes FOR set time, then opens | Siemens Sirius 3RP25 |
| Star-Delta | Star-Delta (Function 12) | Start command given | Star closes, waits, opens, dead-time, Delta closes | Finder 80.01 Series |
Worked Numeric Example: Sizing a Star-Delta On-Delay
The most critical application of a timer delay in heavy electrical work is the Star-Delta (Wye-Delta) motor starter. This circuit uses an on-delay timer to transition a 3-phase induction motor from a reduced-voltage starting configuration (Star) to a full-voltage running configuration (Delta). If the timer delay is set too short, the motor hasn't built up enough back-EMF, and the transition to Delta causes a current spike nearly as bad as Direct-On-Line (DOL) starting. If set too long, the motor overheats in the Star configuration because it cannot reach its rated torque.
Let us run the numbers for a 15 kW (20 HP), 400V, 3-phase IE3 efficiency motor.
- Calculate Full Load Current (FLC): Using the formula $I = P / (\sqrt{3} \times V \times \cos\phi \times \eta)$. Assuming a power factor of 0.85 and efficiency of 0.90, the FLC is approximately 27A.
- Determine DOL Inrush: A standard squirrel-cage motor draws about 6x FLC on startup. $27A \times 6 = $ 162A inrush.
- Star Configuration Reduction: In Star, the voltage across each winding is reduced to $V_{line} / \sqrt{3}$ (230V). This reduces the starting current to exactly one-third of the DOL inrush. $162A / 3 = $ 54A starting current.
- Setting the Timer Delay: The timer must hold the Star contactor closed until the motor reaches roughly 80% of its rated synchronous speed. For a 15 kW 4-pole motor (1500 RPM nominal), this typically takes 4 to 6 seconds under normal load. We set the On-Delay timer to 5.0 seconds.
- The Transition Dead-Time: This is where people make mistakes. When the timer expires, it must open the Star contactor and close the Delta contactor. If both close simultaneously, you create a dead short across the phases. Modern timers like the Finder 80.01 have a built-in fixed transition dead-time (pause) of 50 milliseconds to allow the Star contactor's arc to extinguish before the Delta contactor pulls in.
Where You Meet Timer Delays in Practice
Beyond heavy industrial motor starters, timer delays are everywhere in commercial and residential control systems. Recognizing which mode is being used helps you troubleshoot them when they fail.
- HVAC Fan Blowers (Off-Delay / TOF): When your thermostat calls for heat, the furnace ignites. When the thermostat is satisfied, the gas valve closes immediately, but the blower fan stays on for an Off-Delay of 60 to 90 seconds. This extracts residual heat from the heat exchanger. If the fan stops immediately, the heat exchanger can warp from thermal shock.
- Sump Pump Controllers (On-Delay / TON): To prevent 'short-cycling' (where the pump turns on and off rapidly, burning out the start capacitor), solid-state pump controllers use an On-Delay. Even if the float switch bounces or water rushes back into the pit, the timer forces a minimum 30-second delay before the pump contactor can re-energize.
- Staircase and Hallway Lighting (Interval / One-Shot): A momentary push-button sends a 100ms pulse to an interval timer relay. The relay latches the lighting contactor closed for exactly 5 minutes, then drops it out. This prevents lights from being left on indefinitely while avoiding the need for complex occupancy sensors in low-traffic areas.
- PLC Debounce Logic (Software TON): In an Allen-Bradley or Siemens PLC, mechanical limit switches suffer from contact bounce. A software On-Delay timer (TON instruction) set to 20ms ignores the rapid 5ms open/close spikes of the physical switch, ensuring the logic only registers a stable, closed state.
Common Confusions and Troubleshooting Pitfalls
When a timed circuit misbehaves, the fault usually traces back to a misunderstanding of the timer's logic mode or a confusion with passive analog components.
Confusion 1: TON vs. TOF in HVAC
The most common troubleshooting error in residential and light commercial HVAC is swapping On-Delay and Off-Delay logic in the controller. If a technician replaces a blower control board and accidentally programs an On-Delay instead of an Off-Delay, the fan will not start immediately when heat is called for (leading to a high-limit switch trip), and it will stop instantly when the call for heat ends (trapping heat in the exchanger). Always verify the IEC designation on the replacement relay matches the OEM schematic.
Confusion 2: Discrete Timer Relays vs. RC Analog Delays
On the electronics workbench, hobbyists often confuse a discrete timer delay (like a 555 monostable circuit or a solid-state relay module) with a simple RC (Resistor-Capacitor) low-pass filter.
An RC filter creates an analog voltage ramp. If you feed an RC delay into a microcontroller GPIO pin, the voltage rises slowly through the microcontroller's undefined logic threshold region (between $V_{IL}$ and $V_{IH}$), which can cause the input buffer to oscillate, draw excess current, and potentially brownout the ESP32 or Arduino. A proper timer delay circuit uses a Schmitt trigger or a dedicated IC (like the NE555 timer) to provide a sharp, clean digital transition exactly at the end of the delay period. Never use a raw RC network to delay a digital logic signal without a Schmitt trigger inverter (like a 74HC14) to square off the edges.
Troubleshooting a Stuck Timer Relay
If your Omron H3Y-2 or similar plug-in timer fails to switch the load after the delay expires, follow this decision path:
- Check the Power LED: If it is off, you have a control circuit wiring fault (blown fuse, broken neutral). If it is flashing, the timer is actively counting.
- Listen for the Internal Relay: Most plug-in timers have an audible click at the end of the delay. If it clicks but the load does not energize, the internal relay contacts are likely welded open or pitted from switching inductive loads without a snubber diode or RC suppression network.
- Measure the Output: Use a multimeter to check for line voltage across the NO (Normally Open) and COM (Common) terminals after the delay expires. If voltage is present at the timer but not at the contactor coil, you have an open wire in the load circuit.
By understanding the exact mode, timing values, and transition dead-times required by your specific application, you can specify, wire, and troubleshoot timer delay circuits with confidence, whether you are dealing with 24V DC logic or 480V AC power circuits.






