View single post by slychiu
 Posted: Monday Aug 10th, 2015 06:26 am
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5845
Status: 
Offline

  back to top

Yes Flags are the way to go

Your zone on response could be
If NightTime <> 0 Then
    Do SideOsLitesOn
    Do OsSpot3and2On
    If Flag001 =0 then
    Do OsSpot3and2off After 120 Seconds Using OsSpots2and3
    Do SideOsLitesOff After 120 Seconds Using SideLightTimer
    Endif
End If

Hence set the flag Flag001 in the control menu and Intruder Alarm or in other events that you dont want the lights to be switched off

However take care to turn OFF the flag afterwards otherwise the lights would never turn off after 120 seconds when you want them to

 Close Window