DL205 User Manual, 4th Edition, Rev. B
5–6
Chapter 5: Standard RLL Instructions - Boolean
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Normally Closed Contact
Normally closed contacts are also very common. This is accomplished with the Store Not, or
STRN instruction. The following example shows a simple rung with a normally closed
contact.
Contacts in Series
Use the AND instruction to join two or more contacts in series. The following example shows
two contacts in series and a single output coil. The instructions used would be STR X0, AND
X1, followed by OUT Y0.
Midline Outputs
Sometimes it is necessary to use midline outputs to get additional outputs that are conditional
on other contacts. The following example shows how you can use the AND instruction to
continue a rung with more conditional outputs.
OUT
Y0
X0
END
X1
Direct
S
O
F
T
E
xample
Handheld Mnemonics
S
T
R
X0
A
ND
X1
OUT
Y0
END
OUT
Y0
X0
END
X1
Direct
S
O
F
T
E
xample
Handheld Mnemonics
S
T
R
X0
A
ND
X1
OUT
Y0
A
ND
X
2
OUT
Y1
A
ND
X
3
OUT
Y
2
END
X
2
OUT
Y1
X
3
OUT
Y
2
OUT
Y0
X0
END
Direct
SOFT Example
Handheld Mnemonics
STRN X0
OUT Y0
END