|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Timer problem Bruce Prager Thu, 21 Oct 1999 19:04:25 -0400 |
Mark , the following event works fine EXCEPT
First time the timer code runs, I get a value set in ECS of 101
Any subsquent times the code fires while the timer > 0, it resets to 120 as
indicated by the code.
Once the timer reaches 0, the next time the timer is set, it again only
goes to 101.
Any ideas?
If Porch IR Sensor Is Now On
Or Driveway IR Sensor Is Now On
Or Driveway Mag Sensor Is Now On
Then Logical 1 Set True
Else Logical 1 Set False
; Motion detected in Front yard. If nighttime, set the timer
BEGINIF Daytime Is False
And Logical 1 Is Now True
Do Front Lights Timer Set 120
; If the lights are off, turn them on. The timer will
; automatically turn them off
If Front-Yard Lights Is Off
Then Front-Yard Lights Set On
ENDIF
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects