Comfort  Automation/ Security System Forums Home
Home Search search Menu menu Not logged in - Login | Register

Start Entry Delay in Night Mode
 Moderated by: slychiu
 New Topic   Printer Friendly 
 Rate Topic 
AuthorPost
 Posted: Sunday Aug 4th, 2013 03:27 am
   
1st Post
ident
Administrator


Joined: Wednesday Aug 9th, 2006
Location: Singapore
Posts: 3493
Status: 
Offline

  back to top

When the system is armed to Night mode, motion detectors may be active.
This may cause false alarms when people forget to  disarm the system when moving around the house

It is possible to start an entry delay in Night mode when the detector is triggered so giving users a chance to disarm the system

In the Zone Response of the detector assign a Response as follows;

If Security Mode = Night Mode
   Start Entry Delay
Endif
---------------------------------------------------------------------------------------

Another application is in Night Mode, opening a window will cause an alarm
People often forget that the system is armed, and open the window causing an alarm

It is possible to  start an entry delay when an internal motion detector has been triggered  first

The Motion Detector Response is programmed as follows
If SecurityMode = NightMode Then
    Do NullResponse After 30 Seconds Using nightWindowTimer
End If

This starts a timer for 30 seconds. During the 30 seconds opening the window is programmed to start entry delay

The window Zone Response is programmed as folows;

If Timer nightWindowTimer <> 0 Then
    Start EntryDelay
End If

This starts an entry delay only if the nightWindowTimer is running

Change Entry Delay can be placed before Start entry delay to use a different entry delay than the normal entry delay

Last edited on Wednesday Dec 24th, 2014 10:08 am by slychiu



 Current time is 06:18 am
Top




UltraBB 1.172 Copyright © 2007-2014 Data 1 Systems