Comfort Home Automation/ Security System Forums Home
 Search       Members   Calendar   Help   Home 
Search by username
Not logged in - Login | Register 

Creating a time program to turn off chime.
 Moderated by: admin  
 New Topic   Reply   Print 
AuthorPost
SteveS
Member
 

Joined: Thursday May 1st, 2008
Location:  
Posts: 16
Status:  Offline
 Posted: Saturday Jun 7th, 2008 12:42 am
 Quote  Reply 
Hi, please could someone help my thought process on this one.
Most important to note - I am programming an Ultra 9000 using the engineer menu ( a UCM is a soon to be made upgrade)
I have a sensor in an outbuilding which is set up as a zone type five with an 'on' response that causes the system (keypads) to chime in system off mode.
I would like to disable the chimes for, say 20 mins, by a single - or pair of keystrokes or some other means that does not requires a user sign in.
Alternatively it might be just as effective to reverse (turn off) the response on the zone but again only for a limited period.
Any pointers would be appreciated.

Thanks in anticipation

Steve

garym999
Comfort Installers


Joined: Saturday Aug 19th, 2006
Location: United Kingdom
Posts: 192
Status:  Offline
 Posted: Tuesday Jun 17th, 2008 06:27 pm
 Quote  Reply 
Wait until you get your UCM and that will make programming a whole lot easier :)

I'd use the additional contact to run a response that starts a timer runing for the 20 minutes;

Do NullResponse After 1200 Seconds Using Timer01
(194,1,4,176,0,0, 255)

Then in the response for the outbuilding add a test to see if the timer is running;

If  SecurityMode = SecurityOff Then
    If Timer Timer01 = 0 Then
        Siren Chime
    End If
End If
(73,0, 115,6, 86,1, 115,2, 64,15, 255)

Think that should work


 Current time is 09:52 pm




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
We insist that you abide by the rules and policies stated below. Although the moderators of the Comfort Forums will attempt to keep all objectionable messages off this forum, it is not possible for us to filter all messages. All messages express the views of the author. Cytech Technology is not responsible for the content, views or advice of any message posted by members, including staff of Cytech. By registering for the forums, you warrant that you will not post any messages that are obscene, vulgar, of a sexual nature, abusive, hateful, threatening, of racist nature or otherwise in breach of any laws. Cytech reserves the right to remove, edit or move message or topic for any reason