A-2
RLC-4 V1.79 Copyright © 1998 Link Communications Inc. 9/18/98
Your macro would probably execute Command 000 12 and Command 000 13 to do this. The CW
responses from these commands would be "1 n 2 , 1 n 3". It wouldn't take very long to get tired of
hearing that message. To replace it with a different message like "link on", do the following:
Insert Command 038 (suppress audio) as the first command in the macro:
Command 058 168 00 038 <unkey>
If you executed the macro at this point, it would be silent.
Insert the new CW message even before that:
Command 058 168 00 030 21 18 23 20 40 24 23 <unkey>
Now the macro will do the following:
Send the CW message "link on" (command number 030)
Suppress the audio (set the audio routing variable to no ports, command number 038)
Connect ports 1 and 2 (throws the CW response away)
Connect ports 1 and 3 (throws the CW response away)
The same process can be used to suppress or change the CW response from any macro. Any
commands that are executed after Command 038 in a macro will be silent.