RFC-1 Programming Examples page 7.3
7.3 Action Sequence
In this example we will program action sequence 2 to activate the channel 00 “on” relay, pause 15 seconds, and then
activate the channel “01” on relay. A sequence like this might be used to power up transmitter filaments with a short
delay then turn on the plate voltage.
The commands used by action sequences are documented in Section 6 of this manual. The commands in the
example come from tables in Section 6.5.
1. Enter the advanced programming mode: 80
2. Enter the advanced programming security code: 4150
3. Enter the starting address from the address table for Action Sequence 2: 0740
4. Find the action sequence command for “channel 00 on” and get V1 and V2: V1=0, V2=0
5. Enter V1 for the command channel 00 on: 0
6. Press the # key to enter this value and increment to the next address in memory
7. Enter V2 for the command channel 00 on: 0
8. Press the # key to write this value and increment to the next address in memory
9. Find the action sequence command for a 15 second pause and get V1 and V2: V1=8, V2=3
10. Enter V1 for the 15 second pause command: 8
11. Press the # key to enter this value and increment to the next address in memory
12. Enter V2 for the 15 second pause command: 3
13. Press the # key to write this value and increment to the next address in memory
14. From Section 6, find the command for channel 01 on and get V1 and V2: V1=0, V2=1
15. Enter V1 for the command channel 01 on: 0
16. Press the # key to enter this value and increment to the next address in memory
17. Enter V2 for the command channel 01 on: 1
18. Press the # key to write this value and increment to the next address in memory
19. Press the ❊ key to exit the programming mode
An action sequence is of little use by itself—it is merely a set of instructions to perform a task. It must be told when to
perform that task. When combined with a time trigger or an alarm, an action sequence gives the RFC-1 the ability to
perform functions automatically.
In the next example we will program a time trigger that could be used to call upon this action sequence to turn the
transmitter on.