AND gate
Help / Logic / AND gate / Inputs / Outputs / End of text
Function
This module provides for the AND operation of 2, 4 or 8 inputs.
When all inputs have a value of <> 0 (not equal to zero) then the result is 1.
Inputs (version with 8 inputs)
Input 1 1 The first communication object is assigned here.
Input 2 1 The second communication object is assigned here.
Input 3 1 etc.
Input 4 1  
Input 5 1  
Input 6 1  
Input 7 1  
Input 8 1  
Outputs
Output 1 (send) 0 The link result of the inputs is output here.
A 1-bit value is output.
Output 2 (negates send) 0 The negated link result of the inputs is output here.
A 1-bit value is output.
Output 3
(send by change)
0 The link result of the inputs is output here.
A 1-bit value is output.
The output does not send on a restart.
Output 4
(negates send by change)
0 The negated link result of the inputs is output here.
A 1-bit value is output.
The output does not send on a restart
Commands
Command (Output 1) - The commands assigned here are run when the value of output 1 is not equal to zero.
Command (Output 2) - The commands assigned here are run when the value of output 2 is not equal to zero.
Command (Output 3) - The commands assigned here are run when the value of output 3 is not equal to zero and when a telegram is sent.
Command (Output 4) - The commands assigned here are run when the value of output 4 is not equal to zero and when a telegram is sent.
Other
Telegram interval 0 Can be changed.
Recalculated on start Yes  
Module is retentive No  
Internal designation for 2 inputs: 9002
Internal designation for 4 inputs: 9003
Internal designation for 8 inputs: 9004
Similar functions
OR gate, XOR gate, Lock

Help / Logic / AND gate / Inputs / Outputs / Beginning of text