Chapter 4 - 7SR10 · Data Communications Definitions
© 2018 Siemens Protection Devices
Chapter 4 - Page 25 of 78
Address
Value
30002
2400
On reception these two registers should be interpreted in the correct order as IEEE754 floating point
representation.
4.2.2 FP_32BITS_3DP
The FP_32BITS_3DP is a 32 bit integer fixed point value, containing 3 decimal places of information. It is used
to send a real value to 3 decimal places as an integer. For example, if the value in a device is 123.456 it will
be sent as 123456. As it is an integer, negative numbers are sent as 2's complement.
FP_32BITS_3DP & MODBUS
In this MODBUS implementation the 32 bit value is stored in 2 16 registers in Big-Endian format. As
an example, if we take the hex representation of 123456, we have 1E240h. Assume this is stored in
the registers 30001 and 30002, it would look as follows:
Address
Value
30001
1
30002
E240
On reception these two registers should be interpreted in the correct order as a 32 bit integer.
4.2.3 UINT32
The UINT32 is a signed 32 bit integer. As it is an integer, negative numbers are sent as 2's complement.
UINT32 & MODBUS
In this MODBUS implementation the 32 bit value is stored in 2 16 bit registers in Big-Endian format. As
an example, if we take the hex representation of -123456, in 2's complement, we have FFFE1DC0h.
Assume this is stored in the registers 30001 and 30002, it would look as follows:
Address
Value
30001
FFFE
30002
1DC0
On reception these two registers should be interpreted in the correct order as a 32 bit integer.
4.2.4 UINT16
The UINT16 is a signed 16 bit integer. As it is an integer, negative numbers are sent as 2's complement.
UINT16 & MODBUS
In this MODBUS implementation the 16 bit value is stored in a 16 bit register in Big-Endian format. As
an example, if we take the hex representation of 5678 we have 162Eh. Assume this is stored in the
register 30001, it would look as follows:
Address
Value
30001
162E
On reception this register should be interpreted as a 16 bit integer.
Summary of Contents for 7SR10 Argus Series
Page 1: ...7SR10 Argus Overcurrent Relay Reyrolle Protection Devices ...
Page 2: ...Siemens Protection Devices Limited 2 ...
Page 152: ...7SR10 Technical Manual Chapter 4 Page 2 of 78 2018 Siemens Protection Devices ...
Page 156: ...7SR10 Technical Manual Chapter 4 Page 6 of 78 2018 Siemens Protection Devices ...
Page 188: ...7SR10 Technical Manual Chapter 4 Page 38 of 78 2018 Siemens Protection Devices ...
Page 216: ...7SR10 Technical Manual Chapter 4 Page 66 of 78 2018 Siemens Protection Devices ...
Page 218: ...7SR10 Technical Manual Chapter 4 Page 68 of 78 2018 Siemens Protection Devices ...
Page 220: ...7SR10 Technical Manual Chapter 4 Page 70 of 78 2018 Siemens Protection Devices ...
Page 222: ...7SR10 Technical Manual Chapter 4 Page 72 of 78 2018 Siemens Protection Devices ...