Siemens SIMATIC S5-100U System Manual page 161

Simatic s5 series cpu 100/102/103
Hide thumbs Also See for SIMATIC S5-100U:
Table of Contents

Advertisement

S5-100U
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 6120-02b
Example
CSF
I 0.0
&
I 0.1
Q 1.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

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents