en-us_commands:plc_timer
Table of Contents
PLC timers
Select a delay, pulse, or accumulated-time function and inspect its current state.
Timers
- Iton() — (On Delay Timer) Returns
trueonly after the condition has remained ON for a specified time. - Itof() — (Off Delay Timer) Returns
falseafter the specified time has elapsed since the condition turned OFF. - Itpl() — (Pulse Timer) Returns
truefor the preset time starting when the condition turns ON. - Itmon() — (Monostable Timer) outputs a pulse whose duration is not extended by another input during operation.
- Itmr() — (Retentive Timer) accumulates the time the condition is ON and clears it with the Reset input.
Timer State
- IgetTime() — Returns the current elapsed time of the specified timer.
- IgetState() — Returns the current output state of the specified timer.
en-us_commands/plc_timer.txt · Last modified: by 127.0.0.1
