6-6
RLC-4 V1.79 Copyright © 1998 Link Communications Inc. 9/18/98
9 - High-Low Beep 0665 100mS 0mS
.... 0500 100mS 0mS
10 - Cover Tone 0440 200mS 300mS
Example:
I want port 1's courtesy beep to be number 1 as listed above.
1) Locate the courtesy beep macro for port 1 in Chapter 8.
- Port 1's courtesy beep macro is number 159
2) Command 055 deletes the old contents of a macro
055 159 D or unkey or <Enter>
3) Command 056 appends a command onto the end of a macro - we will do the first tone
056 159 040 010 000 0330 D or unkey or <Enter>
010 is the duration of the beep in 10 millisecond increments
000 is the length of the pause in 10 millisecond increments
0330 is the frequency of the tone in hertz
4) Command 056 appends a command onto the end of a macro - the second tone
056 159 040 010 000 0500 D or unkey or <Enter>
010 is the duration of the beep in 10 millisecond increments
000 is the length of the pause in 10 millisecond increments
0500 is the frequency of the tone in hertz
5) Command 056 appends a command onto the end of a macro - the third beep
- It is a dual tone beep
056 159 040 010 000 0660 D or unkey or <Enter>
010 is the duration of the beep in 10 millisecond increments
000 is the length of the pause in 10 millisecond increments
0660 is the frequency of one tone in hertz
6) Now when port 1's courtesy beep needs to be sent, the courtesy beep macro will call Command
040 three times to generate the three beeps.