16-3
Version 1.73 Copyright © 1997 Link Communications Inc. 1/18/97
038: Kill All Responses Following This Command
This command kills all voice/CW responses beyond this point. This command designed for use
within a macro. When multiple commands are executed inside a macro, the commands that are
executed contain their own message responses. To keep from hearing all of the responses when
the macro is executed, simple execute command 038 first, then all messages following that
command are canceled. If you wants a message response to occur from within a macro, speak
the response before you execute 038.
<038>
Parameters:
- 038 is the default command name.
Notes:
The changes made to the audio routing variable by this command affect all commands
(including other macros) executed until the end of the macro containing this command, or until
command 037 or 038 are executed again, whichever occurs first.
Example:
Want to read the change the access mode of port 1 and speak a message indicating what you
did.
1) Use a multiple command macro for this purpose
Command 400 will be used to execute this sequence (Macro 400)
2) 005 is the Access mode change command
Want to change the mode to COR and PL Access
005 1 2 "Port 1 COR and PL"
3) 036 is the Voice message speak command
Want to speak "Repeater on PL"
4) Macro programming:
055 400 ; erase the macro
056 400 036 267 229 046 042 ; speak "Repeater on PL"
056 400 038 ; be quiet for rest of macro
056 400 005 1 2 ; set to PL access mode
5) The macro will speak the message "Repeater On P L" and not the mode change message "1
2"