For more information visit:
www.EatonElectrical.com
Programming wiring
MN05013005E
246
Example 1:
Input value >I1: +7
dec
BCD binary value: 0111
Hexadecimal value: 0111
Decimal value QV>: + 7
Example 2:
Input value >I1: +11
dec
BCD binary value: 00010001
Hexadecimal value: 00010001
Decimal value QV>: +17 (1 + 16)
Hexadecimal value:
Bit 0 has the value 1.
Bit 4 has the value 16
Total: Bit 0 plus Bit 4 = 17
Example 3:
Input value >I1: 19
dec
BCD binary value: 00011001
Hexadecimal value: 00011001
Decimal value QV>: 25 (1 + 8 + 16)
Example 4:
Input value >I1: 9999999
dec
BCD binary value: 1001100110011001100110011001
Hexadecimal value: 1001100110011001100110011001
Decimal value QV>: 161061273
Example 5:
Input value >I1:–61673
dec
BCD binary value: 10000000000001100001011001110011
Hexadecimal value:
10000000000001100001011001110011
Decimal value QV>: –398963
Example 6:
Input value >I1: 2147483647
dec
BCD binary value: 01111111111111111111111111111111
J
Bit 32 is the sign bit. Bit 32 = 1
J
Sign = Minus.