Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1019 Bytes

0x330.md

File metadata and controls

38 lines (33 loc) · 1019 Bytes

CAN ID 0x330 Mileage:

  • Type: CAN Standard
  • ID: 0x330
  • DLC: 8
  • Tx method: cycle
  • Cycle time: 10000ms
Signal Start bit Length Order Value type Factor Offset Unit
MILE_KM 0 24 Intel Unsigned 1 0 km
FLLV_FUTA 24 8 Intel Unsigned 1 0
FLLV_FUTA_LH 32 8 Intel Unsigned 0.5 0 l
FLLV_FUTA_RH 40 8 Intel Unsigned 0.5 0 l
ST_FLLV_FUTA_SPAR 48 8 Intel Unsigned 1 0
RNG 56 8 Intel Unsigned 1 0 km
  • MILE_KM, mileage in km or mls
  • FLLV_FUTA, total fuel amount
  • FLLV_FUTA_LH, total fuel amount in left tank half
  • FLLV_FUTA_RH, total fuel amount in right tank half
  • ST_FLLV_FUTA_SPAR, reserve indicator
Value Description
0x0 off
0x1 on
0x3 signal invalid
  • RNG, range in km or mls

Message example:

  • 0x330 8 1F 8A 02 11 0A 18 00 09:
    • MILE_KM: 0x28A1F -> 166431 km
    • FLLV_FUTA: 0x11 -> 17l
    • FLLV_FUTA_LH: 0xA -> 5l
    • FLLV_FUTA_LH: 0x18 -> 12l
    • ST_FLLV_FUTA_SPAR: 0x0
    • RNG: 0x09 -> 144km