Specifications

9261-7974 Issue 06
ESFIRECODER - Emergency Services Firecoder
Page 34
www.multitone.com
6.27 Agent Manager Examples
Typical examples only – not exhaustive
6.27.1 Router, Agent Manager Examples:
$Console = 099:0003:50
If Event Mains_Fail Then
Activate $Console 0
Play "MainsFl"
End
If Event Mains_OK Then
Deactivate $Console 0
Play "MainsRs"
End
If Event Battery_Low Then Activate $Console 1 End
If Event Battery_OK Then Deactivate $Console 1 End
If Event System_Fault Then Activate $Console 7 End
If Event System_OK Then Deactivate $Console 7 End
6.27.2 Printer Agent, Agent Manager Examples:
If Event Admin Then Play “@PA” End
If Event Mobilise:* Then Play “@PM$S” End
If Event CallSign:* Then Play “@C$S” End
If Event Repeat:* Then Play “@PR$S” End
If Event RepeatCall:* Then Play “@C$S” End
If Event Finish:* Then Play “@PF$S” End
If Event NoPower Then Play “@S03” End
If Event NoPaper Then Play “@S03” End
If Event OffLine Then Play “@S03” End
If Event Error Then Play “@S03” End
If Event PaperLow Then Play “@S03” End
6.27.3 Console Agent, Agent Manager Examples:
If Event Command:0 Then Page FA "" End
If Event Command:1 Then Page FB "" End