Proceedure in causing a CW ID when a message is interrupted 1) Enter the voice message with word '734' as the last word. '734' does not need to be the last word, it is just easier for our example. 2) Event 100 (See Command 064) is called when a voice message with word '734' is interrupted. This event simply calls your CW ID message slot. 3) For our example message slot 05 will be used for the CW ID. 4) Assign event 100 to call message slot 05 064 100 1 005 01 D or unkey or ; routing for port 1 5) When the voice is interrupted it calls event 100 which in turn calls message slot 05. The voice is canceled and event 100 calls a CW message to begin. Example: I want my initial ID to be polite and speak 'Welcome to the KF7FW Repeater" I want a CW message to be sent if interrupted which is in slot 05 1) Initial ID is stored in slot 01 with event 001 calling the message 064 01 1 001 01 D or unkey or ; Routes message to the repeater port 2) Programs the voice ID into slot 01 which is the initial ID 049 01 1 468 002 421 040 035 007 035 052 361 734 D or unkey or ; Puts a voice message into slot 01 3) Programs a CW ID into slot 05 which is the impolite ID 049 05 0 20 15 07 15 32 36 27 D or unkey or ; Puts a CW message into slot 05 4) Programs event 100 to call the impolite CW ID when this event is called 064 100 1 005 01 ; Calls message slot 05 which contains the CW message when the voice ; is interrupted ; ; End of programming example ;