gokou88 Posted September 17, 2012 Posted September 17, 2012 Here is my program... If From 6:00:00AM For 11 hours Then Repeat Every 1 hour Resource 'Elite TV - AV Mode - ISF Day' Wait 30 seconds Stop program 'AV Mode - ISF Day' When this program runs at 6AM, it runs correctly but the 'Next Scheduled Run' show 5:00:00PM. It should show and run the program again at 7:00:00AM? ISY99 - v3.3.2 (I was on v3.2.6 before today and it exhibited the same behavior) Thanks!
LeeG Posted September 17, 2012 Posted September 17, 2012 The next scheduled run time reflects the end of the time range (+11 hours) when the Program will be triggered, driving the Else clause. What does the Activity column show when the Program is running? EDIT: the Repeat statement does not cause the Program to be triggered again as the Program would start over from the beginning of the Then clause, not the beginning of the Repeat loop. The Activity column would be expected to show Running Then while the Program is waiting for the Repeat time interval to elapse.
gokou88 Posted September 17, 2012 Author Posted September 17, 2012 Oh I see, thanks for the explanation of how the 'repeat' function works in a program. I know how to set up the program now. Thanks LeeG!!
Recommended Posts