Unit installation
10-4
RLC-3 V1.80 Copyright © 1998 Link Communications Inc. 9/17/98
Example #4 (monthly):
One minute after midnight on the first day of each month, you want the controller to speak
"this is" then the name of the month out ports 1, 3, and 5. The word numbers for "this is" are 353
and 205. We will use the variable word number 509 to speak the current month (see Appendix B
for word numbers). To program macro number 503, we enter:
053 503 037 135 D or unkey Program macro to set audio routing variable
to ports 1,3,5
056 503 036 353 205 509 D or unkey Append macro to speak "this is" and the name
of the month
Now we will make scheduler slot 04 call macro 503 monthly on the first day of the month at 12:01
A.M.
082 04 503 01 12 01 0 D or unkey
Example #5 (yearly):
You want to turn DTMF mute off on the repeater on port 1 at 10 minutes after noon on
April fools day. First we program macro 504 to call command 007:
053 504 007 10 D or unkey Macro will call command 007
Then we program scheduler slot 05:
082 05 504 04 01 12 10 1 D or unkey