24.07.2017, 08:52
If you try writing 103 with ETS you will get 103.04. The thing is that it's not possible to encode 103 as a 2-byte float value, you either get 102.96 or 103.04. If you need better precision then use 4-byte float if your devices support it.