O
pe
ra
to
r
P
an
el
P
ro
gr
am
m
in
g
E
xa
m
ple
s
5--5
Programming Examples
The five function buttons will appear as control relay coils in your program (assuming
the register copy rung shown previously is in the program).
C0
This rung turns on output Y1 when pushbutton
F1 is active.
OUT
Y1
F1
C1
This rung turns on output Y2 when pushbutton
F2 is active.
OUT
Y2
F2
C2
This rung turns on output Y3 when pushbutton
F3 is active.
OUT
Y3
F3
C3
This rung turns on output Y4 when pushbutton
F4 is active.
OUT
Y4
F4
C4
OUT
Y5
F5
This rung turns on output Y5 when pushbutton
F5 is active.
Using a Function
Button