![]() |
|
Auto arm to Day Mode - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Products (https://www.comfortforums.com/forum-3.html) +--- Forum: Questions on Using Comfort (https://www.comfortforums.com/forum-159.html) +--- Thread: Auto arm to Day Mode (/thread-3166.html) |
- jbarne41 - 11-19-2012 I have sorted out the Vocab upgrades by recording the Words as WAV Files and building the new Bin file using Voiceproc........All working great, thanks for the help. Now onto the next of the problems I have been unable to sort after upgrading to Comfort II Last year. On my old system I had it set-up so that on coming home and disarming the system from away mode it automatically re-armed into Day Mode to keep the out buildings alarmed. I still haven't been able to sort this out on the new system, something that I thought was going to a simple carry over has proved to be anything but. Using the response SecurityOff in the configurator I get the message ââ¬ÅInvalid call engineer for resetââ¬Â when dis-arming from away mode. I can set it up and get it to work to arm to Day Mode from night mode, but not Away Mode. In a previous attempt to solve this Hendy advised trying using the Disarm response, I have tried but this doesn't work. This is the code for the response: If SecurityMode = AwayMode Then KeyswitchArm DayMode End If Can anyone help with this as I really would like to get it working as it was. - ident - 11-19-2012 This should not work because the security mode is already OFF not Away or night when you test it in the Security Off Response as it has already been disarmed Instead, you can program a Counter with the last security mode which was armed Away Mode Response = set Counter SecMode=1 Night Mode Response= set counter SecMode=2 Day Mode Response = set counter SecMode=2 In Security Off Response, If counter Secmode=1 then.... This will test if the security mode was Away - jbarne41 - 11-26-2012 Many Thanks..now got that sorted. Will be back regarding another issue I am having problems with once I have done some more testing. |