View single post by slychiu
 Posted: Monday Jul 31st, 2006 01:17 pm
 Full Topic 
slychiu



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

  back to top

A zone can be programmed to announce on the keypads whenever it is triggered. This is not referring to Walk test, which is a test mode in which all zones are announced when triggered.

To program a zone to announce, Assign a Response with action Say ZoneName in the Zone Response (using Response Wizard in Comfigurator)

The Zone Response is activated whenever the zone is triggered (eg door open or Movement detected). The Say Zone Name action will cause the programmed zone name to be announced



The Response can be smarter, eg it can announce only at certain times
eg
If Hours >= 7 And Hours < 22 Then
    Say ZoneName
End If


An example file is attached
Zone 1 will will announce when open
Zone 2 will announce only from 7 AM to before 10 PM

This will announce the zone only between 8 PM and 6 AM


Comfort Responses has powerful conditional programming to allow for almost any situation

Attachment: announcezone.zip (Downloaded 18 times)

Last edited on Tuesday May 31st, 2011 01:43 pm by

 Close Window