Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto arm to Day Mode
#1
 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.
Reply

#2
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






Reply

#3
Many Thanks..now got that sorted.

Will be back regarding another issue I am having problems with once I have done some more testing.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.