; 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 3 ;---------------------------------- ; ;---------------------------------- ; Mode Commands ; ; 6300*, Port Mode Normal MPW 21 6300 * ; Erase if already exists ; ; QUICKSTART -- Adjust this list as required to define Normal for this port ; ; Normal for this port MPW 20 6300 6341 * ; Transmitter PTT Enable MPW 29 6300 6351 * ; Receiver Enable MPW 29 6300 6354 * ; Receiver COR-And-CTCSS MPW 29 6300 6356 * ; DTMF Mute On MPW 29 6300 6360 * ; Anti-Kerchunk Off MPW 29 6300 6310 * ; Crosslink Port 1 Off MPW 29 6300 6321 * ; Crosslink Port 2 On ; 6301*, Port Control: Enable Port, Both RX and TX MPW 21 6301 * ; Erase if already exists MPW 20 6301 6341 * ; Transmitter PTT Enable MPW 29 6301 6351 * ; Receiver Access Enable ; 6302*, Port Control: Disable Port, Both RX and TX MPW 21 6302 * ; Erase if already exists MPW 20 6302 6340 * ; Transmitter PTT Disable MPW 29 6302 6350 * ; Receiver Access Disable ;---------------------------------- ; Crosslink Commands ; ; 6310*, Port 1 Control: Disable Crosslink MPW 21 6310 * ; Erase if already exists MPW 20 6310 DD 63 0143 0 * ; Path RX3-TX1 Disabled (enabled, default) MPW 29 6310 DD 63 0341 0 * ; Path RX1-TX3 Disabled (enabled, default) ; 6311*, Port 1 Control: Enable Crosslink MPW 21 6311 * ; Erase if already exists MPW 20 6311 DD 63 0143 1 * ; Path RX3-TX1 Enabled (enabled, default) MPW 29 6311 DD 63 0341 1 * ; Path RX1-TX3 Enabled (enabled, default) ; 6312*, Port 1 Control: Monitor Receiver MPW 21 6312 * ; Erase if already exists MPW 20 6312 DD 63 0143 0 * ; Path RX3-TX1 Disabled (enabled, default) MPW 29 6312 DD 63 0341 1 * ; Path RX1-TX3 Enabled (enabled, default) ; 6313*, Port 1 Control: Receiver to COR Access MPW 21 6313 * ; Erase if already exists MPW 20 6313 DD 57 13 1 * ; RX1-TX3 Receiver COR Access MPW 29 6313 DD 15 999310 9960 0339 0001 0243 0314 * ; Say "Receiver 1 CTCSS OFF" ; 6314*, Port 1 Control: Receiver to COR-and-CTCSS Access MPW 21 6314 * ; Erase if already exists MPW 20 6314 DD 57 13 3 * ; RX1-TX3 COR-and-CTCSS Access To Repeater MPW 29 6314 DD 15 999310 9960 0339 0001 0243 0315 * ; Say "Receiver 1 CTCSS ON" ; 6315*, Port 1 Control: DTMF Mute Off, Pass tones MPW 21 6315 * ; Erase if already exists MPW 20 6315 DD 63 0351 0 * ; RX1-TX3 DTMF Mute Disable ; 6316*, Port 1 Control: DTMF Mute On, Mute tones MPW 21 6316 * ; Erase if already exists MPW 20 6316 DD 63 0351 1 * ; RX1-TX3 DTMF Mute Enable ; 6319*, Port 1 Control: Reset Timeout Timer MPW 21 6319 * ; Erase if already exists MPW 20 6319 DD 63 0371 1 * ; RX1-TX3 Reset Timeout Timer ; 6320*, Port 2 Control: Disable Crosslink MPW 21 6320 * ; Erase if already exists MPW 20 6320 DD 63 0142 0 * ; Path RX2-TX1 Disabled (enabled, default) MPW 29 6320 DD 63 0241 0 * ; Path RX1-TX2 Disabled (enabled, default) ; 6321*, Port 2 Control: Enable Crosslink MPW 21 6321 * ; Erase if already exists MPW 20 6321 DD 63 0142 1 * ; Path RX2-TX1 Enabled (enabled, default) MPW 29 6321 DD 63 0241 1 * ; Path RX1-TX2 Enabled (enabled, default) ; 6322*, Port 2 Control: Monitor Receiver MPW 21 6322 * ; Erase if already exists MPW 20 6322 DD 63 0142 1 * ; Path RX2-TX1 Enabled (enabled, default) MPW 29 6322 DD 63 0241 0 * ; Path RX1-TX2 Disabled (enabled, default) ; 6323*, Port 2 Control: Receiver to COR Access MPW 21 6323 * ; Erase if already exists MPW 20 6323 DD 57 21 1 * ; RX2-TX1 Receiver COR Access MPW 29 6323 DD 15 999310 9960 0339 0003 0243 0314 * ; Say "Receiver 2 CTCSS OFF" ; 6324*, Port 2 Control: Receiver to COR-and-CTCSS Access MPW 21 6324 * ; Erase if already exists MPW 20 6324 DD 57 21 3 * ; RX2-TX1 COR-and-CTCSS Access To Repeater MPW 29 6324 DD 15 999310 9960 0339 0003 0243 0315 * ; Say "Receiver 2 CTCSS ON" ; 6325*, Port 2 Control: DTMF Mute Off, Pass tones MPW 21 6325 * ; Erase if already exists MPW 20 6325 DD 63 0152 0 * ; RX2-TX1 DTMF Mute Disable ; 6326*, Port 2 Control: DTMF Mute On, Mute tones MPW 21 6326 * ; Erase if already exists MPW 20 6326 DD 63 0152 1 * ; RX2-TX1 DTMF Mute Enable ; 6329*, Port 2 Control: Reset Timeout Timer MPW 21 6329 * ; Erase if already exists MPW 20 6329 DD 63 0172 1 * ; RX2-TX1 Reset Timeout Timer ;---------------------------------- ; Port Transmitter Commands ; ; 6340*, Port Control: Transmitter PTT Disable MPW 21 6340 * ; Erase if already exists MPW 20 6340 DD 63 0112 0 * ; Tx1 PTT Disable MPW 29 6340 DD 63 0113 0 * ; Tx1 Untimed Unkey ; 6341*, Port Control: Transmitter PTT Enable MPW 21 6341 * ; Erase if already exists MPW 20 6341 DD 63 0112 1 * ; Tx1 PTT Enable MPW 29 6341 DD 63 0113 0 * ; Tx1 Untimed Unkey ; 6342*, Port Control: Transmitter Key With No Timeout ; Continuous Keying, Use for testing MPW 21 6342 * ; Erase if already exists MPW 20 6342 DD 63 0112 1 * ; Tx1 PTT Enable MPW 29 6342 DD 63 0113 1 * ; Tx1 Untimed Key ; 6343*, Force Initial Identifier Sequence MPW 21 6343 * ; Erase if already exists MPW 20 6343 DD 63 0114 1 * ; Cause the Identifier to go thru its Initial ID cycle ;---------------------------------- ; Port Receiver Access Commands ; ; 6350*, Port Control: Receiver Access Disabled To All Paths MPW 21 6350 * ; Erase if already exists MPW 20 6350 DD 63 0119 0 * ; Set Receiver Disabled MPW 29 6350 DD 15 999310 9960 0339 0001 0314 * ; Say "Receiver 1 OFF" ; 6351*, Port Control: Receiver Access Enabled To All Paths MPW 21 6351 * ; Erase if already exists MPW 20 6351 DD 63 0119 1 * ; Set Receiver Enabled MPW 29 6351 DD 15 999310 9960 0339 0001 0315 * ; Say "Receiver 1 ON" ; 6353*, Port Control: Receiver to COR Access MPW 21 6353 * ; Erase if already exists MPW 20 6353 DD 57 11 1 * ; Set Receiver COR Access MPW 29 6353 DD 15 999310 9960 0342 0243 0314 * ; Say "Repeater CTCSS OFF" ; 6354*, Port Control: Receiver to COR-and-CTCSS Access MPW 21 6354 * ; Erase if already exists MPW 20 6354 DD 57 11 3 * ; Set COR-and-CTCSS Access To Repeater MPW 29 6354 DD 15 999310 9960 0342 0243 0315 * ; Say "Repeater CTCSS ON" ; 6355*, Port Control: DTMF Mute Off, Pass tones MPW 21 6355 * ; Erase if already exists MPW 20 6355 DD 63 0151 0 * ; RX1-TX1 DTMF Mute Disable ; 6356*, Port Control: DTMF Mute On, Mute tones MPW 21 6356 * ; Erase if already exists MPW 20 6356 DD 63 0151 1 * ; RX1-TX1 DTMF Mute Enable ; 6359*, Port Control: Reset Timeout Timer MPW 21 6359 * ; Erase if already exists MPW 20 6359 DD 63 0171 1 * ; Reset Timeout Timer ;---------------------------------- ; Maintenance Commands ; ; 6390*, Command Responses Off for commands in macros MPW 21 6390 * ; Erase if already exists MPW 20 6390 DD 63 0118 0 * MPW 29 6390 DD 15 999310 9960 1045 0314 * ; Say "Maintain Off" ; 6391*, Command Responses On for commands in macros MPW 21 6391 * ; Erase if already exists MPW 20 6391 DD 63 0118 1 * MPW 29 6391 DD 15 999310 9960 1045 0315 * ; Say "Maintain On" ; 6392*, Send CW Test Tones ; Send CW 0 thru 9 MPW 21 6392 * ; Erase if already exists MPW 20 6392 DD 15 9730 999310 99 00 00 01 02 03 04 05 06 07 08 09 * ; 6393*, Send Paging Test Tone 1084Hz, 8 Seconds MPW 21 6393 * ; Erase if already exists MPW 20 6393 DD 10 0103 00 * ; max level MPW 29 6393 DD 15 9730 999310 9920 0165 80 * ; 6394*, Send DTMF Test Tones, Digit 5, 10 Seconds MPW 21 6394 * ; Erase if already exists MPW 20 6394 DD 15 9730 999310 9950 5199 05 *