OR gate
Help / Logic / OR gate / Inputs / Outputs / End of text
Function
This modules provides for the OR operation of 2, 4 or 8 inputs.
When at least one of the inputs has a value of <> 0 (not equal to zero) then the result is 1.
Inputs (version with 8 inputs)
Type Initial value Description
Input 1 0 The first communication object is assigned here.
Input 2 0 The second communication object is assigned here.
Input 3 0 etc.
Input 4 0  
Input 5 0  
Input 6 0  
Input 7 0  
Input 8 0  
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
HS Commands (output 1) - The commands assigned here are run when the value of output 1 is not equal to zero.
HS Commands (output 2) - The commands assigned here are run when the value of output 2 is not equal to zero.
HS Commands (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.
HS Commands (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: 9005
Internal designation for 4 inputs: 9006
Internal designation for 8 inputs: 9007
Similar functions
XOR gate, AND gate

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