I'm trying to do some programming to automatically turn an HLC light off 10 seconds after it is turned on. Here is the automation:
43. WHEN Stairway ON PRESSED
THEN Stairwell light timer ON FOR 10 SECONDS
44. WHEN Stairwell light timer OFF
THEN Stairway OFF
Stairwell light timer is a flag (unit 396). I find that step 43 never turns the flag on. I do know that if I manually turn the flag off while the light is on, the light goes off so step 44 works correctly. If I monitor the status of flags and turn the light switch on, I do not see the timer flag turn on.
Does anyone know what I'm doing wrong?
Thanks,
Marc
43. WHEN Stairway ON PRESSED
THEN Stairwell light timer ON FOR 10 SECONDS
44. WHEN Stairwell light timer OFF
THEN Stairway OFF
Stairwell light timer is a flag (unit 396). I find that step 43 never turns the flag on. I do know that if I manually turn the flag off while the light is on, the light goes off so step 44 works correctly. If I monitor the status of flags and turn the light switch on, I do not see the timer flag turn on.
Does anyone know what I'm doing wrong?
Thanks,
Marc