Chapter 9—C445 Logic Engine and Expansion I/O
168
Power Xpert C445 Global Motor Management Relay
MN042003EN—January 2019
www.eaton.com
OR—Bitwise OR
The OR function block performs a bitwise OR operation on all the inputs. Up to 5 inputs
IN1 – IN5 are supported.
OUT = IN1 OR IN2 OR …. IN5
XOR—Bitwise XOR
The XOR function block performs a bitwise exclusive OR operation on all the inputs. Up to
5 inputs IN1 – IN5 are supported.
OUT = IN1 XOR IN2 XOR …. IN5
Examples with UINT inputs
Parameter
Data type
Description
IN1 … IN5
BOOL, INT, DINT, UINT
Input operands
OUT
BOOL, INT, DINT, UINT
Result
Parameter
Data type
Description
IN1 … IN5
BOOL, INT, DINT, UINT
Input operands
OUT
BOOL, INT, DINT, UINT
Result
Function
IN1
IN2
OUT
AND
0x1234
0x4567
0x0024
NOT
0x1234
0xEDCB
OR
0x1234
0x4567
0x5777
XOR
0x1234
0x4567
0x5753