;................... ;: : ;: UHF/HF/10M : ;: Link : ;:.................: ; ;-File Updated 16 Dec 1998 ; ;This file will program a Macro for use when all Repeater/Links ;are connected for Nets. ;The Macro's will have level 5 security. ; ! ;Get DTMF Prompt. ; n050 09 0 ;Turn Voice responces off. ; ;Macro 715, Ports Connected, Transmit only, Port 7 receive only. ;Set RX Link Freq. to 439.000MHz for Broadcast ; n053 715 038 ;Mask responces. n056 715 142 439000 ;Set Remote to 439.000MHz. n056 715 001 17 ;Port 1 Monitor Port 7. n056 715 001 27 ;Port 2 Monitor Port 7. n056 715 001 37 ;Port 3 Monitor Port 7. n056 715 005 1 0 ;Port 1, no Access. n056 715 005 2 0 ;Port 2, no Access. n056 715 005 3 0 ;Port 3, no Access. n056 715 155 7 0 ;Port 7 Transmit Disabled. n056 715 065 ;Unmask responces. n056 715 036 336 292 359 ;Say "Net Link Open". n010 715 9001 ;Change Macro 715 to 9001. ; ;Macro 716, Net Mode Disabled. ; n053 716 038 ;Mask responces. n056 716 002 17 ;Disconnect Port 1 from Port 7. n056 716 002 27 ;Disconnect Port 2 from Port 7. n056 716 002 37 ;Disconnect Port 3 from Port 7. n056 716 005 1 1 ;Turn Access on for Port 1 to COR or PL. n056 716 005 2 1 ;Turn Access on for Port 2 to COR or PL. n056 716 005 3 1 ;Turn Access on for Port 3 to COR or PL. n056 716 151 0 ;Turn Remote Power Off. n056 716 065 ;Unmask responces. n056 716 036 336 292 130 ;Say "Net Like Closed". n010 716 9000 ;Change Macro 716 to 9000. ; n190 715 716 5 ;Set Macro to Level 5 access. ; ;End Programming.