How are floating point values converted in Schneider Electric energy meters?

The architecture of this number format is the following:

S E F
0 1_______8 9_______________________31

S: sign
E: exponent
F: faction (also referred to as the mantissa or significand)

calculation would be = (-1)^S * 2^(E [dec format]-127) * (1.F)[Base 10]

 

Source: How are floating point values converted in Schneider Electric energy meters?

How are floating point values converted in Schneider Electric energy meters? was last modified: January 4th, 2021 by Jovan Stosic

Leave a Reply