Siemens SIMATIC S5-95F Manual page 183

Table of Contents

Advertisement

S5-95F
AND Operation
The AND operation scans to see if various conditions are satisfied simultaneously.
Output Q 1.0 is "1" when all three inputs are "1".
The output is "0" if at least one input is "0".
The number of scans and the sequence of the logic
statements are at random
STL
A
I
0.0
A
I
0.1
A
I
0.2
=
Q
1.0
OR Operation
The OR operation scans to see if one of two (or more) conditions has been satisfied.
Output Q 1.0 is "1" when at least one of the inputs is "1".
Output Q 1.0 is "0" when all inputs are "0" simultaneously.
The number of scans and the sequence of their
programming are optional.
STL
O
I
0.0
O
I
0.1
O
I
0.2
=
Q
1.0
EWA 4NEB 812 6210-02
Example
CSF
I 0.0
&
I 0.1
Q
A 11.0
I 0.2
Example
CSF
I 0.0
=1
>
I 0.1
I 0.2
Q 1.0
STEP 5 Operations
Circuit Diagram
I 0.0
I 0.1
I 0.2
Q 1.0
LAD
I 0.1
I 0.0
I 0.2
Q 1.0
Circuit Diagram
I 0.0
I 0.1
I 0.2
Q 1.0
LAD
Q 1.0
I 0.0
I 0.1
I 0.2
8-3

Advertisement

Table of Contents
loading

Table of Contents