DL205 User Manual, 4th Edition, Rev. B
5–7
Chapter 5: Standard RLL Instructions - Boolean
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Parallel Elements
You may also have to join contacts in parallel. The OR instruction allows you to do this. The
following example shows two contacts in parallel and a single output coil. The instructions
would be STR X0, OR X1, followed by OUT Y0.
Joining Series Branches in Parallel
Quite often it is necessary to join several groups of series elements in parallel. The Or Store
(ORSTR) instruction allows this operation. The following example shows a simple network
consisting of series elements joined in parallel.
Joining Parallel Branches in Series
You can also join one or more parallel branches in series. The And Store (ANDSTR)
instruction allows this operation. The following example shows a simple network with contact
branches in series with parallel contacts.
Combination Networks
You can combine the various types of
series and parallel branches to solve most
any application problem. The following
example shows a simple combination
network.
OUT
Y0
X0
END
X1
Direct
SOFT Example
Handheld Mnemonics
STR X0
OR X1
OUT Y0
END
OUT
Y0
X0
END
X2
X1
X3
Direct
S
O
F
T
E
xample
Handheld Mnemonics
S
T
R
X0
A
ND
X1
S
T
R
X2
A
ND
X3
O
RS
T
R
OUT
Y0
END
OUT
Y0
X0
END
X1
X2
Direct
SOFT Example
Handheld Mnemonics
STR X0
STR X1
OR X2
ANDSTR
OUT Y0
END
OUT
Y0
X
0
END
X
2
X
3
X
1
X
4
X
5
X
6