;............................. ;: : ;: Analog Macros : ;:...........................: ; ;File Updated 21 March 1999. ;Updated file to include POCSAG encoding ;File Updated 16 Dec 1998. ; ;This program commands the controller to give the analog ;responces. Using Macro's 791 to 816. ; ! ;get "DTMF" prompt ; n050 09 ;Turn off Voice Responce to Ports. ; ;Macros 799 and 800, Quick Responce, All Analog Inputs from board 1. ; n053 799 036 411 142 587 ;Say "Repeater Control." n056 799 036 002001 587 848 587 002002 589 841 587 ;1-Voltage,2-??. n056 799 036 002003 587 850 587 002004 587 851 587 ;3-??,4-??. n056 799 800 ;Call Macro 800 ; n053 800 036 002005 587 852 587 002006 587 853 587 ;5-??,6-??. n056 800 036 002007 587 854 587 002008 587 855 587 ;7-??,8-Temp. n056 800 036 411 142 189 ;Say "Repeater Control Exit." n010 799 a3000 ;Chg Macro 799 to A3000 n190 799 5 ;Access Level 5. n190 800 7 ;Access Level 7. ; ;Macro 801, Analog 1/1 - 70cm Repeater, 8250 S Meter. ;Also uses Macro 791 for resetting High/Low readings. ;Output from RX is ??? for 0-9+60db. ; n053 801 036 920 001 ;"S" Meter report for 70cm's. n053 791 038 ;Mask responces. n056 791 160 121 ;Clear Board 2, High/Low readings, Analog Input 1. n157 000 791 ;Set Event 000, COR Active to Execute Macro 791. n010 801 8250 ;Change Macro 801 to "8250". ; ;Macro 802, Analog 1/2 - 2mtr Repeater, 7325 S Meter. ;Also uses Macro 792 for Resetting High/Low Readings. ;Output from RX is 0-5volts for 0-9+60db. ; n053 802 036 920 002 ;"S" Meter report for 2M's. n053 792 038 ;Mask responces. n056 792 160 122 ;Clear Board 1,High/Low Readings,Analog Input 2. n157 001 792 ;Set Event 001, COR Active to Execute Macro 792. n010 802 7325 ;Change Macro 802 to "7325". ; ;Macro 803, Analog 1/3 - VHF/UHF Remote "S" Meter. ;Also uses Macro 793 for Resetting High/Low Readings. ;Output from Interface is 0-5volts for 0-9+60db. ; n053 803 036 920 003 ;"S" Meter report for Remote. n053 793 038 ;Mask Responces. n056 793 160 123 ;Clear Board 1, High/Low Readings, Analog Input 3. n157 002 793 ;Set Event 002, COR Active to Execute Macro 793. n010 803 8400 ;Change Macro 803 to "8400". ; ;Macro 804, Analog 1/4 - Link Remote "S" Meter. ;Also uses Macro 794 for Resetting High/Low Readings. ;Output from RX is ??? for 0-9+60db. ; n053 804 036 920 004 ;"S" Meter for Link Remotes. n053 794 038 ;Mask Responces. n056 794 160 124 ;Clear Board 1, High/Low Readings, Analog Input 4. n157 003 794 ;Set Event 003, COR Active to Execute Macro 794. n010 804 8500 ;Change Macro 804 to "8500". ; ;Macro 805, Analog 1/5 - ;Macro 806, Analog 1/6 - ;Macro 807, Analog 1/7 - ;Macro 808, Analog 1/8 - ; n190 801 808 0 ;Set Access Level for Macro's 801 to 808 to "0". ; ;Macro 809, Analog 2/1 - Voltage Reading. Warning, make sure Voltage divider is on. ; n053 809 036 476 098 676 270 848 ;Say "The Battery Voltage is ??". n056 809 034 5 067 065 049 048 048 048 057 054 049 052 013 ;Send Serial Message out port 5. ;"CA10007774" n056 809 033 5 Repeater Voltage . n010 809 a3001 ;Chg Macro 809 to a3001. n190 809 5 ;Access Level 5. ; ;Macro 810, Analog 2/2 - ; ;Macro 811, Analog 2/3 - ;MAcro 812, Analog 2/4 - ;Macro 813, Analog 2/5 - ;Macro 814, Analog 2/6 - ;Macro 815, Analog 2/7 - ; ;Macro 816, Analog 2/8 - Temperture Readings. ; n053 816 036 476 411 469 270 855 161 121 ;Say "The Repeater Temp is ?? Degrees Celsius. n056 816 034 5 067 065 049 048 048 048 057 054 049 052 013 ;Send Serial Message out port 5. ;"CA10007774" n056 816 033 5 Repeater Temp. n010 816 a3008 ;Chg Macro 816 to a3008. n190 816 5 ;Access Level 5. ; n190 809 816 5 ;Set Macro's 809 to 816 to Access Level "5". ;End Programming. ;