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