OnDelay
OnDelay refers to a timing function used in control systems and automation to postpone the activation of an output after an input signal becomes true. It is commonly implemented as a timer-on-delay (TON) feature in programmable logic controllers (PLCs), relay logic, and related software libraries. The core purpose is to ensure a condition persists for a specified interval before any action is taken.
Operation of an OnDelay timer is typically straightforward. When the input condition transitions to true, the
Variants and implementations can be hardware-based, such as mechanical timing relays or electronic timers in relay
Applications of OnDelay timers include debouncing noisy signals, ensuring a condition is stable before starting a
See also: timer-on-delay (TON), timer relays, debouncing, PLC programming, delay timers.