;DR-1X Logic Section ;Is current call digital? MPW 26 0061 D701* ; Logic In 1 active calls D701 MPW 26 0062 D700* ; Logic In 1 inactive calls D700 MPW 20 D701 DD 76 03 0293 D999 D707* ; If Switch 293 (PTT2 active)is on exit, else D707 MPW 29 D701 DD 49 09 01* ; Start timer 09 (PTT Watchdog) MPW 20 D700 DD 63 0294 0* ; Switch 294 off (Digital Idle) MPW 29 D700 DD 71 08* ; Output 8 light off MPW 29 D700 DD 49 09 00* ; Stop timer 09 (PTT Watchdog) MPW 20 D707 DD 63 0294 1* ; Switch 294 on (Digital Call Active) MPW 29 D707 DD 70 08* ; Logic Output 8 on to indicate digital call ;Timers MPW 49 08 03 20* ; Timer 08 set for 2 seconds, wait to check for digital activity again MPW 49 08 02 D711* ; Timer 08 executes D711 MPW 49 09 03 4800* ; Timer 09 duration 480 seconds (DR-1X PTT Watchdog) MPW 49 09 02 MAC5* ; Timer 09 executes macro MAC5 (Power cycle DR-1X) MPW 49 11 03 50* ; Timer 11 set for 5.0 seconds (Delay before setting mode to AMS) MPW 49 11 02 D705* ; Timer 11 executes D705 ;PTT 2 goes active MPW 26 0205 D708* ; PTT 2 Inactive-to-active executes D708 MPW 20 D708 DD 49 11 00* ; Stops Timer 11 MPW 29 D708 DD 63 0296 1* ; Turn on PTT2 request in queue (eligible for late entry) MPW 29 D708 DD 76 04 0001 D710 D716* ; If AMS is active execute D710, else D716 MPW 20 D710 DD 76 03 0294 D712 D714* ; If Digital = yes, D712 else D714 MPW 20 D711 DD 76 03 0296 D708* ; If PTT2 request in queue is active, D708 else end MPW 20 D712 DD 49 08 04* ; Start timer 08 one-shot MPW 20 D714 DD 76 03 0295 D999 D703* ; If master disable off execute D703 MPW 20 D703 DD 71 01* ; Turns off Logic Out 1 (Sets FM Mode) MPW 29 D703 D704* MPW 20 D704 DD 63 0212 1* ; Enable PTT 2 (Enables FM transmit) MPW 29 D704 DD 63 0293 1* ; Switch 0293 on (PTT indicator) MPW 20 D716 DD 76 03 0295 D717 D704* ; If master disable off execute D704 MPW 20 D717 DD 63 0212 0* ; Disable PTT 2 ;PTT 2 goes inactive MPW 26 0207 D702* ; PTT 2 Active-to-inactive after Unkey Delay executes D702 MPW 20 D702 DD 63 0296 0* ; Turn off PTT2 request in queue MPW 29 D702 DD 63 0293 0* ; Switch 0293 off (PTT indicator) MPW 29 D702 DD 49 11 01* ; Start Timer 11 (waits 5 seconds before switching to AMS mode) MPW 20 D705 DD 63 0212 0* ; Disable PTT 2 MPW 29 D705 DD 70 01* ; Turns on Logic Out 1 (Sets AMS Mode) ;PTT2 Master disable MPW 20 MAC1 DD 63 0295 1* ; Switch 295 on (master disable) MPW 29 MAC1 DD 63 0212 0* ; Disable PTT 2 MPW 29 MAC1 MAC3* ; Sets mode to FM MPW 20 MAC2 DD 63 0295 0* ; Switch 295 off MPW 29 MAC2 DD 63 0212 1* ; Enable PTT 2 MPW 29 MAC2 D702* ; Sync back into AMS mode ;AMS Master disable (forces FM mode always) MPW 20 MAC3 MPW 21 D705* ; Deletes macro D705 MPW 29 MAC3 DD 02 2 1 0* ; TX2 encoder on MPW 29 MAC3 DD 15 999305 9960 3510 0688 1093 0248 9999 DB01*; Voice message MPW 29 MAC3 D718* MPW 20 D718 DD 71 01* ; Sets analog mode MPW 20 MAC4 DD 02 2 1 0* ; TX2 encoder on MPW 29 MAC4 DD 15 999305 9960 3510 0688 1093 0255 9999 D715*; Voice message MPW 29 MAC4 D719* MPW 20 D719 MPW 20 D705 DD 63 0212 0* ; Rebuilds macro D705 MPW 29 D719 MPW 29 D705 DD 70 01* ; Rebuilds macro D705 MPW 20 D715 DD 63 0212 0* ; Disable PTT 2 MPW 29 D715 DB01* ; Sets CTCSS encoder mode 4 MPW 29 D715 D702* ; call macro D702 ;DR-1X power cycle MPW 20 MAC5 DD 72 02* ; DC Power cycle (Logic Output 2) MPW 29 MAC5 DD 15 9730 999306 9950 10 10 01 00 09 09* ; Tell IRLP to E-mail control op MPW 09 0001 300* ; Logic Output #2 Momentary Timer = 3 seconds D702* ;Set CTCSS Encoder back to mode 4 MPW 20 DB01 DD 02 1 4 0* ; TX1 CTCSS to 'Any Path Active' MPW 29 DB01 DD 02 2 4 0* ; TX2 CTCSS to 'Any Path Active' ;Assign Power ON-Triggered Macro (Page 5-28) MPW 26 0000 D000* ;Query the 7330 3V Lithium Battery state (Page 5-30) MPW 20 D000 DD 76 04 0012 D001 D002* ; Checks the status of the CR2032 battery MPW 29 D000 D702* ; Cleans up AMS mode after 7330 boot MPW 20 D001 DD 15 9712 9960 0225 0860* ; Battery good MPW 20 D002 DD 15 9712 9960 0225 0373* ; Replace Battery ;End DR-1X Logic Section