This bitwise Boolean function realizes a logical OR integration of the operands connected to the input parameters. The function is available as standard function OR and safety-related function OR_S.
OR
|
Parameter |
Data types |
Description |
|
IN1 |
ANY_BIT |
First input value |
|
IN2 |
ANY_BIT |
Second input value |
|
OUT |
ANY_BIT |
Output value |
OR_S
|
Parameter |
Data types |
Description |
|
IN1 |
ANY_SAFEBIT |
First input value |
|
IN2 |
ANY_SAFEBIT |
Second input value |
|
OUT |
ANY_SAFEBIT |
Output value |
NOTE:
Input parameters can be duplicated.
NOTE:
All input parameters must have the same data type.