;........................ ;: ANALOG ALARM LOW : ;: Uses macros 292-299 : ;.......................: ; ;-File Updated 21 March 1999. ;Updated file to include POCSAG encoding. ;-File Updated 16 Dec 1998. ; ;This program is used to change the status of the controller when the ;mains power has been off, and the battery has reached a limit where ;further control needs to be done. ;This could be that the Trustees may need to investegate further into ;the problem. ; ! ;Get DTMF Prompt. ; ;Macro 300 - Analog 2/1 - Supply Voltage Low. All Courtesy Tones ;switch to the CW letter 'B', meaning the repeater is on battery ;power and the voltage is low. ; n053 300 038 ;Mask responces. n056 300 002 18 ;Turn off Cross Points, Remotes if active. n056 300 094 21 ;Turn Off HF, if Active. Switch 2/1. n056 300 881 ;Call Macro 881. Send POCSAG Group Page. See Pager.txt file. n056 300 609 ;Call Macro 609. Change Courtesy Tones for Ports. n056 300 610 ;Call Macro 610. Change Timers. n056 300 037 12 ;Set Audio Path within Macro to goto Ports 1 and 2. n056 300 065 ;Unmask responces. n056 300 036 587 153 587 098 676 298 587 840 516 587 ;Say "Danger. Battery Voltage Low. ??Volts. n056 300 036 587 618 358 438 484 364 587 ;Say 'Controller on Short Time Out'. ; ;Macros 601 to 608 are used to store the courtesy tones of ports 1 to 8, ;(Macros 268 to 295). ; ;Macro 609, Used for extra commands from Macro 292, Changes Courtesy Tones ;for Ports 1/2/3. ; n053 609 057 268 601 ;Copy Macro 268(port 1, 70cm Repeater courtesy tones) to Macro 601. n056 609 057 269 602 ;Copy Macro 269(port 2, 2m Repeater courtesy tones) to Macro 602. n056 609 057 270 603 ;Copy Macro 270(port 3, 10m Repeater courtesy tones) to Macro 603. n056 609 053 268 030 11 ;Program Macro 268 with the CW letter 'B'. n056 609 053 269 030 11 ;Program Macro 269 with the CW letter 'B'. n056 609 053 270 030 11 ;Program Macro 270 with the CW letter 'B'. ; ;Macro 610, Used for extra commands from Macro 292, Change Timers. ;for Ports 1/2/3. ; n053 610 020 074 120 ;Change Port 1 Time-out to 2mins. n056 610 020 075 120 ;Change Port 2 Time-out to 2mins. n056 610 020 076 120 ;Change Port 3 Time-out to 2mins. ; ;Macro 306, - Analog 2/7 - Not Used ; n055 306 ;Delete Contents of Macro. ; ;macro 307, - Analog 2/8 - Low Temperture. ; n053 307 038 ;Mask Responces. n056 307 886 ;Call Macro 886. n056 307 037 12 ;Set Audio Path within Macro to goto Ports 1 and 2. n056 307 065 ;Unmask Responces. n056 307 036 587 411 469 298 587 ;Say "Repeater Temperture Low" ; ;End Programming. ;