S
ys
te
m
S
et
up
Yo
ur
P
an
el
C
on
fig
ur
in
g
P
ro
gr
am
m
in
g
E
xa
m
pl
es
5--6
Programming Examples
Lighting a lamp simply requires activating the control relay associated with the lamp.
The following example will light the first lamp when relay C1 is on. Remember to
place the register copy rung shown previously in the program.
C1
OUT
C20
(DL250,DL350,DL 450 Only)
OUT
V2015.0
In this example, C1 represents the pushbutton
No. 2 (F2) via the mapping process. When
alter-
nating
pushbutton No. 2 is pressed internal Con-
trol Relay C20 is true and via mapping process
Control register Bit 0 (L1 Lamp) is energized.
* Control Register (M+13) = V40601: C20 -- C37
ON
ON
V2014.1
LAMP1
Direct bit register access
Flashing a lamp simply requires activating the lamp control relay (to turn the lamp
on) and the flash control relay.
C21
C24
C2
OUT
(DL250/D3--350/D4--450 Only)
OUT
In this example, C2 represents the pushbutton
No. 3 (F3) via the mapping process. When
alter-
nating
pushbutton No. 3 is pressed internal Con-
trol Relay C21 and C24 are energized ON. This
process manipulates Control Register bits 1 and
4 which controls lamp L2 on/off and L2 flashing
(LF2).
*Control Register (M+13) = V40601: C20--C37
ON
ON
V2014.2
OUT
OUT
V2015.4
Direct bit register access
V2015.1
12 11
13
14
15
16
9
10
5
6
7
8
1
2
3
4
Status Register
F1
F2
F3
F4
12
13
14
15
8
9
10
11
4
5
6
7
0
1
2
3
LSB
MSB
Register V40600
Bit
C0
C1
C2
C3
Control relays C0--C4 will be associated
with pushbuttons F1--F5.
F1 F2 F3 F4 F5
F5
C4
12 11
13
14
15
16
9
10
5
6
7
8
1
2
3
4
Control Register
12
13
14
15
8
9
10
11
4
5
6
7
0
1
2
3
LSB
MSB
Register V40601
Bit
L1
L2
L3
LF1
C20
C21
C22
C23
LF2
C24
C25
C26
LF3
BD
L1
L2
L3
Control relays C20--C22 will be associated with
lamps L1--L3 and C23--C25 will control L1--L3
flashing. C26 controls whether pushbuttons
F1--F5 beep when pressed.
Lighting a Lamp
Flashing a Lamp