Documentation
Timer cyclic second
The "Timer cyclic second" module enables the implementation of a timer that calls up the logic script cyclically with the set interval.
Properties
Name | Description |
---|---|
Interval | Interval in seconds for triggering the timer. |
data points input
Name | Description |
---|---|
Active | Activation of the timer; if TRUE, the timer is activated and triggers the logic script at the specified interval every second. |
Interval | Data point of the module for controlling the interval. If the input is not connected, the value of the "Interval" property is used for triggering. |
data point output
Name | Description |
---|---|
Triggering | Data point of the module that returns TRUE when the module has triggered. This occurs every second when the timer is active. The subsequent branch of the logic script is only executed if the timer has been triggered. |
No triggering | Data point of the module that returns TRUE if the module has not triggered. The following branch of the logic script is only executed if the timer has not been triggered. |