« Back to Product

Documentation

Timer cyclic minute

The "Timer cyclic minute" module allows you to implement a timer that calls up the logic script cyclically at the set interval.

Module "Timer Cyclic Minutes"

Properties

Name Description
Interval Interval in minutes 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 every minute at the specified interval.
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.
Any questions?