Sequencer object step delay timer
- Last UpdatedJul 19, 2024
- 1 minute read
The Step or Jump Condition is fulfilled if the delay timer has elapsed. Delay Timers can either be:
Delay Simple timer
Is started when the trigger condition is met. Once started, it runs down unconditionally. When the timer elapses, the condition is set to true.
Retentive
Allows summing up the times a trigger condition is true until it reaches the specified interval.
Non-Retentive
Tests for a minimum time a trigger condition needs to be continuously true before triggering.