« Back to Product

Documentation

Once a day

The "Timer cyclic second" module allows you to implement a timer that calls up the logic script every day at a specific time.

Module "Timer Cyclic Day"

Properties

Name Description
Time Time 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 set time every day.
Hour Data point of the module that controls the hour of triggering. If the input is not connected, the value of the "Time" property is used for triggering.
Minute Data point of the module that controls the minute of triggering. If the input is not connected, the value of the "Time" 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?