Chapter 9—C445 Logic Engine and Expansion I/O
188 Power Xpert C445 Global Motor Management Relay MN042003EN—January 2019 www.eaton.com
Type Conversion Group
BINDEC—Binary to Decimal with Offset
The BINDEC function block is an 8-bit binary to decimal converter with an INT offset. Using
this block, any number between –32768 and 32767 can be realized. Inputs L1 to L128 are
8-bit inputs and N256 is the INT offset.
The implementation is as shown below.
Examples
Parameter Data type Description
L1 BOOL Binary input bit 0
L2 BOOL Binary input bit 1
L4 BOOL Binary input bit 2
L8 BOOL Binary input bit 3
L16 BOOL Binary input bit 4
L32 BOOL Binary input bit 5
L64 BOOL Binary input bit 6
L128 BOOL Binary input bit 7
N256 INT Offset
OUT INT Decimal output
L128…L1 N256 OUT
01000001 500 565
00100000 1000 1032
01111110 1250 1376