garygid
Well-known member
Please use this thread to discuss the meaningful data
fields that we are discovering, or investigating.
Please use these conventions in these discussions:
1. The Message ID is always in 3 hex characters, like 5BC
2. Refer to the data bytes as D1, D2, D3, D4, D5, D6, D7, D8
3. Show how to decode and scale the data, if known.
4. By default, D4 means all 8 bits of D4
5. Then, D5[7-4] would be the top 4 bits of D5
List of known values:
Note: A (#) following the description = displayed
on CAN-Do v198 Dashboard.
412 [D2 = Speed, in km per hour (#)
412 [D3,D4,D5 as ((((D3 * 256) + D4) * 256) + D5) = Odometer, in km (#)
373 [D3,D4 as (((D3 * 256) + D4) - 32768) * -0.01 = Pack Amps Out (#)
373 [D5,D6 as ((D5 * 256) + D6) * 0.1 = Pack Volts (#)
----------
6E1, 6E2, 6E3, and 6E4 are a secquence that contains
cell voltages (88 voltages) and teperatures (66 of them).
See the details in a later post #13.
----------
fields that we are discovering, or investigating.
Please use these conventions in these discussions:
1. The Message ID is always in 3 hex characters, like 5BC
2. Refer to the data bytes as D1, D2, D3, D4, D5, D6, D7, D8
3. Show how to decode and scale the data, if known.
4. By default, D4 means all 8 bits of D4
5. Then, D5[7-4] would be the top 4 bits of D5
List of known values:
Note: A (#) following the description = displayed
on CAN-Do v198 Dashboard.
412 [D2 = Speed, in km per hour (#)
412 [D3,D4,D5 as ((((D3 * 256) + D4) * 256) + D5) = Odometer, in km (#)
373 [D3,D4 as (((D3 * 256) + D4) - 32768) * -0.01 = Pack Amps Out (#)
373 [D5,D6 as ((D5 * 256) + D6) * 0.1 = Pack Volts (#)
----------
6E1, 6E2, 6E3, and 6E4 are a secquence that contains
cell voltages (88 voltages) and teperatures (66 of them).
See the details in a later post #13.
----------
Last edited by a moderator: