Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 1.68 KB

0x0A8.md

File metadata and controls

63 lines (55 loc) · 1.68 KB

CAN ID 0xA8 Torque 1

  • Type: CAN Standard
  • ID: 0x0A8
  • DLC: 8
  • Tx method: cycle
  • Cycle time: 10ms
Signal Start bit Length Order Value type Factor Offset Unit
CHK_SUM_TORQ_1_DME 0 8 Intel Unsigned 1 0
ALIV_TORQ_1_DME 8 4 Intel Unsigned 1 0
TORQ_AVL 12 12 Intel Signed 0.5 0 Nm
ST_TORQ_AVL 24 4 Intel Unsigned 1 0
TORQ_AVL_DMEE 28 12 Intel Signed 0.5 0 Nm
ST_DMEA_SWO 44 2 Intel Unsigned 1 0
RCPT_ACC_SWO_SYS_DME 46 2 Intel Unsigned 1 0
ST_RCPT_ENG_ACC 48 2 Intel Unsigned 1 0
ST_RCPT_ENG_ARS 50 2 Intel Unsigned 1 0
ST_RCPT_ENG_DSC 52 2 Intel Unsigned 1 0
ST_RCPT_ENG_EGS 54 2 Intel Unsigned 1 0
ST_OBD_CTFN_GRB 56 5 Intel Unsigned 1 0
ST_CT_BRPD_DME 61 3 Intel Unsigned 1 0
  • ST_TORQ_AVL, status moment intervention
Value Description
0x0 intervention request executed
0x1 intervention ignition request not executed
0x2 intervention injection request not executed
0x3 intervention ignition and injection request not executed
0xF signal invalid
  • ST_DMEA_SWO, acc relevant motronic error:
Value Description
0x0 no error
0x1 shutdown because of error
  • ST_RCPT_ENG_...
Value Description
0x0 status okay
0x1 plausibility/activity error
0x2 timeout error

Message example:

  • 0xA8 8 C7 08 03 00 03 0F 00 02
    • CHK_SUM_TORQ_1_DME: 199
    • ALIV_TORQ_1_DME: 8
    • TORQ_AVL: 24Nm
    • ST_TORQ_AVL: 0
    • TORQ_AVL_DMEE: 24Nm
    • ST_DMEA_SWO: 0
    • RCPT_ACC_SWO_SYS_DME: 0
    • ST_RCPT_ENG_ACC: 0
    • ST_RCPT_ENG_ARS: 0
    • ST_RCPT_ENG_DSC: 0
    • ST_RCPT_ENG_EGS: 0
    • ST_OBD_CTFN_GRB: 2
    • ST_CT_BRPD_DME: 0