Specifications
9261-7974 Issue 06
ESFIRECODER - Emergency Services Firecoder
Page 35
www.multitone.com
If Event Command:2 Then Page FC "" End
If Event Command:3 Then Page TA "" End
If Event Command:4 Then Page TB "" End
If Event Command:5 Then Page TC "" End
6.27.4 Network Manager, Agent Manager Examples:
If Source 099:0099:01 And MTAStat 3 Then
Display "4 Call IT Support Paging System Failure"
Play "Atten"
End
If Source 099:0099:01 And MTAStat 1 Then
Display "7 Paging System LAN Now Connected"
Send ITSupport "Paging System LAN Now Connected"
End
If Source 099:0099:02 And TextMesg "Fire" Then
Display "1 FIRE ALARM MESSAGE - $M"
Play "Atten,FireAl"
Send FireTeam "$M"
End
If Source 099:0099:02 And TextMesg Then
Display "4 ALARM MESSAGE - $M"
Play "Atten"
Send Estates "$M"
End
If TextMesg "INP # On" Then
Display "1 Closing Contact $S Activated"
Play "Atten"
Send Estates "Closing Contact $S Activated"
End
If TextMesg "INP # Regen" Then
Display "4 Closing Contact $S Repeat Alarm"
Play "Atten"
Send Estates "Closing Contact $S Repeat Alarm"
End