11-19-2012, 08:29 AM
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.
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.