Timer Relay Basics

Timer Relay Basics: ON Delay, OFF Delay, and Field Checks

A practical guide to hardwired timer relays, the difference between ON-delay and OFF-delay operation, PLC timer differences, and troubleshooting points in control panels.

  • Understand what changes after the set time
  • Compare ON-delay and OFF-delay behavior
  • Check power, setting, contacts, and timing safely

Good for you if

  • You see timer relays in hardwired control panels.
  • You want to understand ON-delay and OFF-delay differences.
  • You need a simple field-check order before replacing a timer.

Maybe not needed yet if

  • You only need PLC instruction programming details.
  • You are looking for a specific model parameter table.
  • You already know the timer contact chart in the manual.

Main takeaway

  • A timer relay changes contacts after a set time condition.
  • ON-delay and OFF-delay behave differently when the input changes.
  • Always confirm supply, setting range, contact type, and actual timing.

Mini table of contents

What is a timer relay?

A timer relay is a hardwired control component that changes its contacts based on a time condition.

In a normal relay, the contact state changes almost immediately when the coil is energized or de-energized. A timer relay adds a time condition between the input signal and the contact change.

This makes it useful when a machine needs a short waiting time, a delayed start, a delayed stop, or a sequence that must not happen immediately.

Timer relay overview showing input signal, timer unit, and delayed contact output
Overview image: the timer relay receives an input, counts the set time, and then changes its output contacts.

Do not treat every timer as the same.

The most important first check is whether the timer is ON-delay, OFF-delay, flicker, interval, or another timing mode.

ON-delay timer: the contact changes after the input turns on

An ON-delay timer starts counting when its input or coil is energized. After the set time has elapsed, the timed contact changes state.

For example, if the timer is set to 5 seconds, the output contact does not change immediately when the start signal enters. It changes after the 5-second delay.

ON-delay timer timing chart showing input on, waiting time, and delayed output
ON-delay image: the input turns on first, then the output changes after the preset delay time.

1. Input turns on

The timer receives power or a start signal.

2. Time counts

The timer waits for the preset time.

3. Contact changes

The timed contact switches after the delay.

OFF-delay timer: the contact stays active after the input turns off

An OFF-delay timer behaves differently. The output contact may change when the input is on, but when the input turns off, the output stays in its timed state for a set period before returning.

This is often used when something should continue for a short time after the command disappears, such as keeping a fan, lamp, or relay output active briefly after a stop condition.

OFF-delay timer timing chart showing output remaining on after input off
OFF-delay image: the output remains active for the preset time after the input turns off.

Common field mistake

Many timing troubles come from confusing ON-delay and OFF-delay operation. Always check the timing chart printed on the timer or in the manual.

Hardware timer relay vs PLC software timer

A hardware timer relay is a physical device in the panel. A PLC software timer is an instruction inside the PLC program. Both can create time-based behavior, but the checking method is different.

With a hardware timer, you check the supply voltage, dial or setting value, contact terminals, timing mode, and output contact state. With a PLC timer, you check the program condition, timer current value, preset value, and output bit.

Comparison between a hardware timer relay and a PLC software timer
Comparison image: a panel-mounted timer relay is checked physically, while a PLC timer is checked in the program and monitor screen.
PointHardware timer relayPLC software timer
Where it existsPhysical device in the control panel.Instruction and data inside the PLC program.
Typical checkPower, setting dial, mode, terminals, contacts.Input condition, preset value, current value, output bit.
Field cautionWrong timing range or mode can cause confusion.Program condition may not be true even if the device is normal.

How to read a timer relay in a control panel

When you find a timer relay in a panel, do not start by turning the dial. First identify what signal drives the timer and what contact the timer output controls.

Look for the coil or input terminals, the timed contacts, the selected timing range, and the wiring destination. This helps you understand whether the timer is controlling a lamp, relay, contactor, valve, or PLC input.

Input side

Which signal energizes or starts the timer?

Timed contact

Which contact changes after the set time?

Time range

Is the scale seconds, minutes, or another range?

Mode setting

Does the selected mode match the expected operation?

Troubleshooting timer relay problems

When a timer relay does not operate as expected, split the problem into input, timing, contact output, and load side. This avoids replacing the timer before checking the circuit around it.

Timer relay troubleshooting flow for supply, setting, timing, contacts, and load side
Troubleshooting image: check supply, input signal, setting range, timed contact, and the load side in order.
Senior technician
Senior

Before replacing the timer, check whether the input signal is actually reaching it and whether the timing mode matches the circuit.

Junior technician
Junior

So I should check the input, time setting, contact output, and load side step by step instead of judging only from the delay behavior.

Supply voltage

Confirm the timer has the correct rated voltage.

Input condition

Check whether the start signal or coil signal is present.

Setting and range

Confirm seconds/minutes scale and selected operation mode.

Timed contact

Measure whether the output contact changes after the set time.

Summary

A timer relay is a practical hardwired component that changes contacts based on a time condition. It is often used when a control circuit needs a delay before starting, a delay before stopping, or a clear time-based sequence.

The key beginner point is to separate ON-delay and OFF-delay behavior. Then check the supply voltage, input condition, timing range, operation mode, timed contact, and load side in order.

Field-friendly way to remember it

Timer relay troubleshooting is not only β€œis the timer broken?” It is β€œdid the timer receive the right signal, count the right time, and switch the right contact?”