Block library TeleControl ST7
5.7 Master copies
TIM 1531 IRC
Operating Instructions, 02/2018, C79000-G8976-C468-02
253
Even when "IntervalMode" = 0, time intervals can be set in certain ranges, see the following
examples.
Permitted values for the time parameters:
-59
-12
Examples:
● IntervalMode = FALSE
The output "TriggerOutput" is set once on 04.02.91 at 06:45:12:
– Hour_Minute : W#16#0645
– Second_Day : W#16#1204
– Month_Year : W#16#0291
● IntervalMode = FALSE
The output "TriggerOutput" is set every day at 06:00:00:
– Hour_Minute : W#16#0600
– Second_Day : W#16#00FF
– Month_Year : W#16#FFFF
● IntervalMode = FALSE
The output "TriggerOutput "is set on the 1st of every month at 06:00:00:
– Hour_Minute : W#16#0600
– Second_Day : W#16#0001
– Month_Year : W#16#FFFF
● IntervalMode = FALSE
The output "TriggerOutput" is set every year on October 1, at 06:00:00:
– Hour_Minute : W#16#0600
– Second_Day : W#16#0001
– Month_Year : W#16#10FF
IntervalMode = TRUE (or 1)
The FC operates according the time interval principle. When the time value set or a multiple
of it is reached, the output "TriggerOutput" is set for one OB1 cycle.
Only the specifications for hours, minutes and seconds are relevant. The date parameters
are ignored. A time interval can also only be set in hours or in minutes or in seconds. Time
parameters not required should be assigned FF.