Page 1 of 1

Task firing at wrong time

Posted: Mon Jan 10, 2005 12:44 pm
by kilowatt
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

Posted: Mon Jan 10, 2005 12:59 pm
by ScottBot
It sounds very similar to a problem in this postthat I have fixed. Let me know if it still doesn't work after the new version is released.



A new release is coming soon....

Posted: Mon Jan 10, 2005 4:24 pm
by kilowatt
Thanks Scott, I'll watch for the update



Mark