Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Internal Door
#1
I have a job that has a door contact on an internal door between the garage and the house. The contact only wants to be active when set to vacation mode. there is also a keypad on one side of the door.
If I set the zone type to SwitchNC and use the following response will it work?

If SecurityMode = VacationMode Then
If Input DC3_Coats <> 0 Then
Start EntryDelay
End If
End If

Thanks
Reply

#2
The Zone Response should be
If SecurityMode = VacationMode Then
Start EntryDelay
End If

There is no need to test for InputDC3_coats assuming that this is the door itself


You can also make it a Entry Door ZoneType and do this

If SecurityMode < VacationMode Then
Skip Alarm
End If

Reply

#3
I like the second example but won\'t it prevent the alarm from setting as there door will be open most of the time?
Reply

#4
You are right. If it is open most of the time, then that example is not suitable
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

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