Overview of trigger and timer combinations
- Last UpdatedDec 18, 2024
- 8 minute read
The following table shows a complete list of combinations of timers and triggers.
|
Trigger Condition |
The Trigger condition is true, when... |
|---|---|
|
While True AND Simple Timer
|
...the trigger is true and a specified time period has passed since step activation |
|
While True AND Minute Cyclic Timer
|
...the trigger is true and the specified offset (in seconds) is reached |
|
While True AND Hour Cyclic Timer
|
...the trigger is true and the specified offset (in minutes:seconds) is reached |
|
While True AND Day Cyclic Timer
|
...the trigger is true and the specified offset (in hours:minutes:seconds) is reached |
|
While True AND Week Cyclic Timer
|
...the trigger is true and the specified offset (in days:hours:minutes:seconds) is reached |
|
While True AND Month Cyclic Timer
|
...the trigger is true and the specified offset (in days:hours:minutes:seconds) is reached |
|
While True OR Simple Timer
|
...the trigger is true or a specified time period has passed since step activation |
|
While True OR Minute Cyclic Timer
|
...the trigger is true or the specified offset (in seconds) is reached |
|
While True OR Hour Cyclic Timer
|
...the trigger is true or the specified offset (in minutes:seconds) is reached |
|
While True OR Day Cyclic Timer
|
...the trigger is true or the specified offset (in hours:minutes:seconds) is reached |
|
While True OR Week Cyclic Timer
|
...the trigger is true or the specified offset (in days:hours:minutes:seconds) is reached |
|
While True OR Month Cyclic Timer
|
...the trigger is true or the specified offset (in days:hours:minutes:seconds) is reached |
|
While True DELAY Simple Timer
|
...the trigger is true and a specified time period has passed after the trigger became true, regardless if the trigger becomes false again |
|
While True DELAY Retentive Timer
|
...the trigger is true and remains true for a specified time period. If the trigger becomes false, this timer is halted and continued when it becomes true. |
|
While True DELAY NonRetentive Timer
|
...the trigger is true and remains true continuously for a specified time period. If the trigger becomes false before this time is reached, the timer is reset. |
|
While False AND Simple Timer
|
...the trigger is false and a specified time period has passed since step activation |
|
While False AND Minute Cyclic Timer
|
...the trigger is false and the specified offset (in seconds) is reached |
|
While False AND Hour Cyclic Timer
|
...the trigger is false and the specified offset (in minutes:seconds) is reached |
|
While False AND Day Cyclic Timer
|
...when the trigger is false and the specified offset (in hours:minutes:seconds) is reached |
|
While False AND Day Cyclic Timer False AND Week Cyclic Timer
|
...the trigger is false and the specified offset (in days:hours:minutes:seconds) is reached |
|
While False AND Month Cyclic Timer
|
...the trigger is false and the specified offset (in days:hours:minutes:seconds) is reached |
|
While False OR Simple Timer
|
...the trigger is false or a specified time period has passed since step activation |
|
While False OR Minute Cyclic Timer
|
...the trigger is false or the specified offset (in seconds) is reached |
|
While False OR Hour Cyclic Timer
|
...the trigger is false or the specified offset (in minutes:seconds) is reached |
|
While False OR Day Cyclic Timer
|
...the trigger is false or the specified offset (in hours:minutes:seconds) is reached |
|
While False OR Week Cyclic Timer
|
...the trigger is false or the specified offset (in days:hours:minutes:seconds) is reached |
|
While False OR Month Cyclic Timer
|
...the trigger is false or the specified offset (in days:hours:minutes:seconds) is reached |
|
While False DELAY Simple Timer
|
...the trigger is false and a specified time period has passed after the trigger became false, regardless if the trigger becomes true |
|
While False DELAY Retentive Timer
|
...the trigger is false and remains true for a specified time period. If the trigger becomes true, this timer is halted and continued when it becomes false again. |
|
While False DELAY NonRetentive Timer
|
...the trigger is false and remains false continuously for a specified time period. If the trigger becomes true before this time is reached, the timer is reset. |
|
On True AND Simple Timer
|
...the trigger becomes true from false and a specified time period has passed since step activation |
|
On True OR Simple Timer
|
...the trigger becomes true from false or a specified time period has passed since step activation |
|
On True OR Minute Cyclic Timer
|
...the trigger becomes true from false or the specified offset (in seconds) is reached |
|
On True OR Hour Cyclic Timer
|
...the trigger becomes true from false or the specified offset (in minutes:seconds) is reached |
|
On True OR Day Cyclic Timer
|
...the trigger becomes true from false or the specified offset (in hours:minutes:seconds) is reached |
|
On True OR Week Cyclic Timer
|
...the trigger becomes true from false or the specified offset (in days:hours:minutes:seconds) is reached |
|
On True OR Month Cyclic Timer
|
...the trigger becomes true from false or the specified offset (in days:hours:minutes:seconds) is reached |
|
On True DELAY Simple Timer
|
...the trigger becomes true from false and a specified time period has passed since, regardless if the trigger becomes false in the meantime |
|
On False AND Simple Timer
|
...the trigger becomes false from true and a specified time period has passed since step activation |
|
On False OR Simple Timer
|
...the trigger becomes false from true or a specified time period has passed since step activation |
|
On False OR Minute Cyclic Timer
|
...the trigger becomes false from true or the specified offset (in seconds) is reached |
|
On False OR Hour Cyclic Timer
|
...the trigger becomes false from true or the specified offset (in minutes:seconds) is reached |
|
On False OR Day Cyclic Timer
|
...the trigger becomes false from true or the specified offset (in hours:minutes:seconds) is reached |
|
On False OR Week Cyclic Timer
|
...the trigger becomes false from true or the specified offset (in days:hours:minutes:seconds) is reached |
|
On False OR Month Cyclic Timer
|
...the trigger becomes false from true or the specified offset (in days:hours:minutes:seconds) is reached |
|
On False DELAY Simple Timer
|
...the trigger becomes false from true and a specified time period has passed since, regardless if the trigger becomes true in the meantime |
|
Data Change AND Simple Timer
|
...the trigger changes from true to false (or from false to true) and a specified time period has passed since the step became active |
|
Data Change OR Simple Timer
|
...the trigger changes from true to false (or from false to true) or a specified time period has passed since step activation |
|
Data Change OR Minute Cyclic Timer
|
...the trigger changes from true to false (or from false to true) or the specified offset (in seconds) is reached |
|
Data Change OR Hour Cyclic Timer
|
...the trigger changes from true to false (or from false to true) or the specified offset (in minutes:seconds) is reached |
|
Data Change OR Day Cyclic Timer
|
...the trigger changes from true to false (or from false to true) or the specified offset (in hours:minutes:seconds) is reached |
|
Data Change OR Week Cyclic Timer
|
...the trigger changes from true to false (or from false to true) or the specified offset (in days:hours:minutes:seconds) is reached |
|
Data Change OR Month Cyclic Timer
|
...the trigger changes from true to false (or from false to true) or the specified offset (in days:hours:minutes:seconds) is reached |
|
Data Change DELAY Simple Timer
|
...the trigger changes from true to false (or from false to true) and a specified time period passes since, regardless if the trigger changes again |





















































