S-COM Logo 7K Repeater Controller

7K Cabinet



S-Com Repeater Controller sample Macro programming resource page.




Remote Base (TX2/RX2 <> TX1/RX1) Programming Commands


The first step is to create numerous macros to accomplish the various functions.  
Most of which will be shown below.  The macro names used in the command lines are 
for demonstration purposes, and can be anything you desire.

Be sure to “Select Path Access Mode” as described in Chapter 13 of the manual.
(Macro Name 1)  =  [PW] 20 (Macro Name 1)  [PW] 63 02 0 *  Messages Off

(Macro Name 2) = [PW] 20 (Macro Name 2) [PW] 63 84 1 * Enable TX2 From RX1
Append [PW] 29 (Macro Name 2) [PW] 63 82 1 * Enable RX2 to TX1

(Macro Name 3) Disable TX 2 Only = [PW] 20 (Macro Name 3) [PW] 63 22 0 * TX2 Off

(Macro Name 4)  =  [PW] 20 (Macro Name 4)  [PW] 63 02 1 *  Messages On

(Macro Name 5)  = [PW] 20 (Macro Name 5)  [PW] 15 9981 9960 0000 0418 0049 0413 *
(Speak "Remote Base Receive") 

(Macro Name 7)  Enable TX 2 = [PW] 20 (Macro Name 7) [PW] 63 22 1 *

(Macro Name 8)  = [PW] 20 (Macro Name 8) [PW] 15 9981 9960 0000  0418 0049 0527 *
(Speak "Remote Base Transmit")

(Macro Name 9)  = [PW] 20 (Macro Name 9) [PW] 63 84 0 * Disable TX2 From RX1
Append [PW] 29 (Macro Name 9) [PW] 63 82 0 * Disable RX2 to TX1

(Macro Name 10) = [PW] 20 (Macro Name 10) [PW] 15 9981 9960 0000  0418 0049 0355 *
(Speak "Remote Base Off")



The next macro uses several of the previously created macros appended into one 
which will enable RECEIVE ONLY from the remote base (transceiver).

(Macro Name 6) = Remote Base Receive
[PW] 20 (Macro Name 6) (Macro Name 1)  * Disable Messages
Append [PW] 29 (Macro Name 6) (Macro Name 2)  * Establish Audio Paths
Append [PW] 29 (Macro Name 6) (Macro Name 3)  * Turn OFF TX2  for monitoring only
Append [PW] 29 (Macro Name 6) (Macro Name 4)  * Enable Messages again
Append [PW] 29 (Macro Name 6) (Macro Name 5)  *  Speak "Remote Base Receive"

This next one enables remote base TRANSMIT.

(Macro Name 11) = Remote Base Transmit
[PW] 20 (Macro Name 11) (Macro Name 1)  * Disable Messages
Append [PW] 29 (Macro Name 11) (Macro Name 7)  * Enable TX 2
Append [PW] 29 (Macro Name 11) (Macro Name 4)  * Enable Messages
Append [PW] 29 (Macro Name 11) (Macro Name 8) * Speak "Remote Base Transmit"



This one disables the remote base, and breaks the audio paths.

(Macro Name 12)  = Remote Base Off
[PW] 20 (Macro Name 12) (Macro Name 1) * Disable Messages
Append [PW] 29 (Macro Name 12) (Macro Name 3) * Disable TX 2
Append [PW] 29 (Macro Name 12) (Macro Name 9) * Disable Audio Paths
Append [PW] 29 (Macro Name 12) (Macro Name 4) * Enable Messages
Append [PW] 29 (Macro Name 12) (Macro Name 10) * Speak "Remote Base Off"


PW = Password
MPW = Master Password

Back to Macro Resource page Use of this information is at your own risk, the author of this page assumes no liability.