My system dials out on power failure even when it is not armed. Should this normally occur? Can I set it so that power fail dialout only happens when it is armed?
Thanks
Rob
The dial out behaviour for each alarm is determined by Comfigurator in Security Types > Alarm Types > Power Failure see attached
To prfevent dial out except when the system is armed, program the following in the Alarm Response
If SecurityMode = SecurityOff Then
Limit DialOut
End If
This prevents dial out if Security is off