« Back to Product

Documentation

Timer cyclic hour

The "Timer cyclic hour" module enables the implementation of a timer that calls up the logic script cyclically with the set interval.

Module "Timer Cyclic Hour"

Properties

Name Description
Interval Interval in hours 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 hour.
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 subsequent branch of the logic script is only executed if the timer has not been triggered.
Any questions?