Task firing at wrong time
Posted: Mon Jan 10, 2005 12:44 pm
I created a task that is set to fire six times per day.
If ('System Time.Time Without Seconds' is Equal'1:00 am') Or
If ('System Time.Time Without Seconds' is Equal'5:00 am') Or
If ('System Time.Time Without Seconds' is Equal'9:00 am') Or
If ('System Time.Time Without Seconds' is Equal'1:00 pm') Or
If ('System Time.Time Without Seconds' is Equal'5:00 pm') Or
If ('System Time.Time Without Seconds' is Equal'9:00 pm') Then
Change 'Circulator Timer.Running' to 'Yes'
Change 'Circulator.Power State' to 'On'
This works fine except it also runs at 2:00 am. I can see this in the history log for both of the properties it controls. The log shows this same task effecting the property at the six times expected and at 2:00 am.
Mark
If ('System Time.Time Without Seconds' is Equal'1:00 am') Or
If ('System Time.Time Without Seconds' is Equal'5:00 am') Or
If ('System Time.Time Without Seconds' is Equal'9:00 am') Or
If ('System Time.Time Without Seconds' is Equal'1:00 pm') Or
If ('System Time.Time Without Seconds' is Equal'5:00 pm') Or
If ('System Time.Time Without Seconds' is Equal'9:00 pm') Then
Change 'Circulator Timer.Running' to 'Yes'
Change 'Circulator.Power State' to 'On'
This works fine except it also runs at 2:00 am. I can see this in the history log for both of the properties it controls. The log shows this same task effecting the property at the six times expected and at 2:00 am.
Mark