π Back to Ladder Logic Functions
A Timer in PLC ladder logic is a function that measures time intervals and is used to create delays or time-based control actions within a PLC program. Timers can be configured to operate in different modes, such as ON-delay, OFF-delay, or retentive timing, depending on the specific requirements of the application.
There are two main types of timers commonly used in PLC programming:
This can be seen in the below graphs:
![]()
There are two main values associated with a timer:
Timers are used in various applications, such as controlling the timing of processes, creating delays for safety interlocks, and managing sequential operations in industrial automation systems.
The below table summarizes the behavior of an Output Coil:
| Input Condition | Timer State | Output State |
|---|---|---|
| False (No Signal) | Not Timing | Output Off |
| True (Signal Present) | Timing | Output On after PT |