View single post by slychiu
 Posted: Tuesday Mar 31st, 2015 06:55 am
 PM  Quote  Reply  Full Topic 
slychiu



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

  back to top

When you put the Response in the Entry Alert Alarm Type, it means  that the Entry Alert  has triggered this alarm type

Your Response is
If Entry Alert <> 0
   Then ...
EndIf

This is unnecessary as the alarm is triggered by Entry Alert
The If condition fails here and thus the following action is not performed

The If Entry Alert condition is actually mean for the next zone trigger to check if an entry alert has already occured

Removing "If Entry Alert " condition will fix your problem

 Close Window