;---------------------------------- ;---------------------------------- ; S-COM Sample 7330 Script file ; 5/4/2013, Dave Maciorowski, wa1jhk@ix.netcom.com ; ; Comments begin with a semi-colon and can be on the end ; of lines containing commands. ; ;---------------------------------- ; Control Operator Macros ; Port 1 ;---------------------------------- ; ;---------------------------------- ; Mode Commands ; ; 6100*, Port Mode Normal MPW 21 6100 * ; Erase if already exists ; ; QUICKSTART -- Adjust this list as required to define Normal for this port ; ; Normal for this port MPW 20 6100 6141 * ; Transmitter PTT Enable MPW 29 6100 6151 * ; Receiver Enable MPW 29 6100 6154 * ; Receiver COR-And-CTCSS MPW 29 6100 6156 * ; DTMF Mute On MPW 29 6100 6160 * ; Anti-Kerchunk Off MPW 29 6100 6121 * ; Crosslink Port 2 On MPW 29 6100 6130 * ; Crosslink Port 3 Off ; 6101*, Port Control: Enable Port, Both RX and TX MPW 21 6101 * ; Erase if already exists MPW 20 6101 6141 * ; Transmitter PTT Enable MPW 29 6101 6151 * ; Receiver Access Enable ; 6102*, Port Control: Disable Port, Both RX and TX MPW 21 6102 * ; Erase if already exists MPW 20 6102 6140 * ; Transmitter PTT Disable MPW 29 6102 6150 * ; Receiver Access Disable ;---------------------------------- ; Crosslink Commands ; ; 6120*, Port 2 Control: Disable Crosslink MPW 21 6120 * ; Erase if already exists MPW 20 6120 DD 63 0142 0 * ; Path RX2-TX1 Disabled (enabled, default) MPW 29 6120 DD 63 0241 0 * ; Path RX1-TX2 Disabled (enabled, default) ; 6121*, Port 2 Control: Enable Crosslink MPW 21 6121 * ; Erase if already exists MPW 20 6121 DD 63 0142 1 * ; Path RX2-TX1 Enabled (enabled, default) MPW 29 6121 DD 63 0241 1 * ; Path RX1-TX2 Enabled (enabled, default) ; 6122*, Port 2 Control: Monitor Receiver MPW 21 6122 * ; Erase if already exists MPW 20 6122 DD 63 0142 1 * ; Path RX2-TX1 Enabled (enabled, default) MPW 29 6122 DD 63 0241 0 * ; Path RX1-TX2 Disabled (enabled, default) ; 6123*, Port 2 Control: Receiver to COR Access MPW 21 6123 * ; Erase if already exists MPW 20 6123 DD 57 21 1 * ; RX2-TX1 Receiver COR Access MPW 29 6123 DD 15 999310 9960 0339 0003 0243 0314 * ; Say "Receiver 2 CTCSS OFF" ; 6124*, Port 2 Control: Receiver to COR-and-CTCSS Access MPW 21 6124 * ; Erase if already exists MPW 20 6124 DD 57 21 3 * ; RX2-TX1 COR-and-CTCSS Access To Repeater MPW 29 6124 DD 15 999310 9960 0339 0003 0243 0315 * ; Say "Receiver 2 CTCSS ON" ; 6125*, Port 2 Control: DTMF Mute Off, Pass tones MPW 21 6125 * ; Erase if already exists MPW 20 6125 DD 63 0152 0 * ; RX2-TX1 DTMF Mute Disable ; 6126*, Port 2 Control: DTMF Mute On, Mute tones MPW 21 6126 * ; Erase if already exists MPW 20 6126 DD 63 0152 1 * ; RX2-TX1 DTMF Mute Enable ; 6129*, Port 2 Control: Reset Timeout Timer MPW 21 6129 * ; Erase if already exists MPW 20 6129 DD 63 0172 1 * ; RX2-TX1 Reset Timeout Timer ; 6130*, Port 3 Control: Disable Crosslink MPW 21 6130 * ; Erase if already exists MPW 20 6130 DD 63 0143 0 * ; Path RX3-TX1 Disabled (enabled, default) MPW 29 6130 DD 63 0341 0 * ; Path RX1-TX3 Disabled (enabled, default) ; 6131*, Port 3 Control: Enable Crosslink MPW 21 6131 * ; Erase if already exists MPW 20 6131 DD 63 0143 1 * ; Path RX3-TX1 Enabled (enabled, default) MPW 29 6131 DD 63 0341 1 * ; Path RX1-TX3 Enabled (enabled, default) ; 6132*, Port 3 Control: Monitor Receiver 3 MPW 21 6132 * ; Erase if already exists MPW 20 6132 DD 63 0143 1 * ; Path RX3-TX1 Enabled (enabled, default) MPW 29 6132 DD 63 0341 0 * ; Path RX1-TX3 Disabled (enabled, default) ; 6133*, Port 3 Control: Receiver to COR Access MPW 21 6133 * ; Erase if already exists MPW 20 6133 DD 57 31 1 * ; RX3-TX1 Receiver COR Access MPW 29 6133 DD 15 999310 9960 0339 0005 0243 0314 * ; Say "Receiver 3 CTCSS OFF" ; 6134*, Port 3 Control: Receiver to COR-and-CTCSS Access MPW 21 6134 * ; Erase if already exists MPW 20 6134 DD 57 21 3 * ; RX3-TX1 COR-and-CTCSS Access To Repeater MPW 29 6134 DD 15 999310 9960 0339 0005 0243 0315 * ; Say "Receiver 3 CTCSS ON" ; 6135*, Port 3 Control: DTMF Mute Off, Pass tones MPW 21 6135 * ; Erase if already exists MPW 20 6135 DD 63 0153 0 * ; RX3-TX1 DTMF Mute Disable ; 6136*, Port 3 Control: DTMF Mute On, Mute tones MPW 21 6136 * ; Erase if already exists MPW 20 6136 DD 63 0153 1 * ; RX3-TX1 DTMF Mute Enable ; 6139*, Port 3 Control: Reset Timeout Timer MPW 21 6139 * ; Erase if already exists MPW 20 6139 DD 63 0173 1 * ; RX3-TX1 Reset Timeout Timer ;---------------------------------- ; Port Transmitter Commands ; ; 6140*, Port Control: Transmitter PTT Disable MPW 21 6140 * ; Erase if already exists MPW 20 6140 DD 63 0112 0 * ; TX1 PTT Disable MPW 29 6140 DD 63 0113 0 * ; TX1 Untimed Unkey ; 6141*, Port Control: Transmitter PTT Enable MPW 21 6141 * ; Erase if already exists MPW 20 6141 DD 63 0112 1 * ; TX1 PTT Enable MPW 29 6141 DD 63 0113 0 * ; TX1 Untimed Unkey ; 6142*, Port Control: Transmitter Key With No Timeout ; Continuous Keying, Use for testing MPW 21 6142 * ; Erase if already exists MPW 20 6142 DD 63 0112 1 * ; TX1 PTT Enable MPW 29 6142 DD 63 0113 1 * ; TX1 Untimed Key ; 6143*, Force Initial Identifier Sequence MPW 21 6143 * ; Erase if already exists MPW 20 6143 DD 63 0114 1 * ; TX1 Cause the Identifier to go thru its Initial ID cycle ;---------------------------------- ; Port Receiver Access Commands ; ; 6150*, Port Control: Receiver Access Disabled To All Paths MPW 21 6150 * ; Erase if already exists MPW 20 6150 DD 63 0119 0 * ; Set Receiver Disabled MPW 29 6150 DD 15 999310 9960 0339 0001 0314 * ; Say "Receiver 1 OFF" ; 6151*, Port Control: Receiver Access Enabled To All Paths MPW 21 6151 * ; Erase if already exists MPW 20 6151 DD 63 0119 1 * ; Set Receiver Enabled MPW 29 6151 DD 15 999310 9960 0339 0001 0315 * ; Say "Receiver 1 ON" ; 6153*, Port Control: Receiver to COR Access MPW 21 6153 * ; Erase if already exists MPW 20 6153 DD 57 11 1 * ; RX1-TX1 Receiver COR Access MPW 29 6153 DD 15 999310 9960 0342 0243 0314 * ; Say "Repeater CTCSS OFF" ; 6154*, Port Control: Receiver to COR-and-CTCSS Access MPW 21 6154 * ; Erase if already exists MPW 20 6154 DD 57 11 3 * ; RX1-TX1 COR-and-CTCSS Access To Repeater MPW 29 6154 DD 15 999310 9960 0342 0243 0315 * ; Say "Repeater CTCSS ON" ; 6155*, Port Control: DTMF Mute Off, Pass tones MPW 21 6155 * ; Erase if already exists MPW 20 6155 DD 63 0151 0 * ; RX1-TX1 DTMF Mute Disable ; 6156*, Port Control: DTMF Mute On, Mute tones MPW 21 6156 * ; Erase if already exists MPW 20 6156 DD 63 0151 1 * ; RX1-TX1 DTMF Mute Enable ; 6159*, Port Control: Reset Timeout Timer MPW 21 6159 * ; Erase if already exists MPW 20 6159 DD 63 0171 1 * ; RX1-TX1 Reset Timeout Timer ;---------------------------------- ; Maintenance Commands ; ; 6190*, Command Responses Off for commands in macros MPW 21 6190 * ; Erase if already exists MPW 20 6190 DD 63 0118 0 * MPW 29 6190 DD 15 999310 9960 1045 0314 * ; Say "Maintain Off" ; 6191*, Command Responses On for commands in macros MPW 21 6191 * ; Erase if already exists MPW 20 6191 DD 63 0118 1 * MPW 29 6191 DD 15 999310 9960 1045 0315 * ; Say "Maintain On" ; 6192*, Send CW Test Tones ; Send CW 0 thru 9 MPW 21 6192 * ; Erase if already exists MPW 20 6192 DD 15 999310 9710 99 00 00 01 02 03 04 05 06 07 08 09 * ; 6193*, Send Paging Test Tone 1084Hz, 8 Seconds MPW 21 6193 * ; Erase if already exists MPW 20 6193 DD 10 0103 00 * ; max level MPW 29 6193 DD 15 999310 9710 9920 0165 80 * ; 6194*, Send DTMF Test Tones, Digit 5, 10 Seconds MPW 21 6194 * ; Erase if already exists MPW 20 6194 DD 15 999310 9710 9950 5199 05 *