VISOR
®
Communications manual
In SensoConfig/SensoView "Score" = 35 is displayed.
For example, via Ethernet, the following four bytes are received: 000,000,139,115
Formula for recalculating: (HiWordByte*256 + HiLowByte) *65536 + HiByte*256 + LoByte =
Value
Because big-endian (from the sensor) is sent, the following applies:
000 = HiWordByte, 000 = HiLowByte, 139 = HiByte, 115 = LoByte
(0*256 + 0) * 65536 + (139 * 256) + 115 = 35699 / 1000 = 35.699 (= real score value)
Angle data or other negative values are represented in two's complement.
06814859 - 1/24/2019-00 Page 262 EN