Below is an example of the message received as recorded by our CanTrace (Line 204 to 206) 3 packets of 8 bytes):
- 204) 4391.3 Rx 19FF0101 8 00 0F 32 99 00 F1 00 00
205) 4391.9 Rx 19FF0101 8 01 1D 1B 00 EA 04 00 00
206) 4392.4 Rx 19FF0101 8 02 3D 07 FF FF FF FF FF
My problems are:
1) Byte 1(0x32) and Byte 2(0x99). The display(transmission page) show a value of 0 for both. Instead of 50 and 153 as expected. Data is being displayed in Black saying tha valid data has been received.

2) Byte 3 - Device type read 0 but network value is 0 so may be OK.

3) Byte 4 - First 4 bits- Device Placement displays 0 instead of 1

4) Byte 5&6 - Alarm status display 0 as expected.

5) Byte 7 and 8: Motor and Controller temp are properly read and displayed

4) Byte 9 - remaining capacity: Display 0 same as data received

5) Byte 10&11 - Motor Volt Display in read as invalid data.

6) Byte 12&13 - Motor speed show 0 as sent

7) Byte 14&15 - Motor current Display proper value 185.3A 0x07 0x3D

In short I am not sure what is going on
Byte 1&2, 4, 10&11 are definitively not working while
Byte 7,8, 14&15 are working.
I cannot prove or disprove the other bytes.
Am I doing something wrong or is there a bug?