RTO (retentive timer, on-delay)
The RTO instruction increases an internal timer when input is active, but does not reset the internal timer when input changes to inactive.
Operation details:
- For Micro810 or L20E controllers, the RTO internal timer does not persist through a power cycle by default. To persist the internal timer, set the Retained configuration parameter to true.
- For L50E controllers, the RTO internal timer persists through a power cycle.
Languages supported: Function block diagram, ladder diagram, structured text.
This instruction applies to the Micro810, L20E, L50E, and L70E controllers.
RTO

Parameter | Parameter type | Data type | Description |
---|---|---|---|
IN | Input | BOOL | Input control.
|
RST | Input | BOOL |
|
PT | Input | TIME | Maximum programmed on-delay time. PT is defined using the Time data type. |
Q | Output | BOOL |
|
ET | Output | TIME | Current elapsed time. Values range from 0ms through 1193h2m47s294ms. ET is defined using the Time data type. |
RTO examples
RTO timing diagram example

RTO function block diagram example

RTO ladder diagram example

RTO structured text example

Results

Provide Feedback