Advertising:

CAN Bus ID 0x153 ASC1: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
Line 3: Line 3:
Its sent out by the ASC/DSC traction control module at a refresh rate of 10ms.
Its sent out by the ASC/DSC traction control module at a refresh rate of 10ms.


*'''Byte 0''' - Unknown/Unused
*'''Byte 0 - Bitfield'''
**'''Bit 0 - Unknown'''
**'''Bit 1 - Unknown'''
**'''Bit 2 - Unknown'''
**'''Bit 3 - Unknown'''
**'''Bit 4 - Unknown'''
**'''Bit 5 - Unknown'''
**'''Bit 6 - Unknown'''
**'''Bit 7 - Unknown'''
*'''Byte 1 - VSS [LSB]'''
*'''Byte 1 - VSS [LSB]'''
*'''Byte 2 - VSS [MSB]'''
*'''Byte 2 - VSS [MSB]'''

Revision as of 05:00, 23 April 2021

CAN Arbitration ID for ASC1 is 0x153.

Its sent out by the ASC/DSC traction control module at a refresh rate of 10ms.

  • Byte 0 - Bitfield
    • Bit 0 - Unknown
    • Bit 1 - Unknown
    • Bit 2 - Unknown
    • Bit 3 - Unknown
    • Bit 4 - Unknown
    • Bit 5 - Unknown
    • Bit 6 - Unknown
    • Bit 7 - Unknown
  • Byte 1 - VSS [LSB]
  • Byte 2 - VSS [MSB]
    Vehicle speed signal in Km/h
    Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 352 ) / 127
    Min: 0x160 (0 Km/h)
  • Byte 3 - Unknown/Unused
  • Byte 4 - Unknown/Unused
  • Byte 5 - Unknown/Unused
  • Byte 6 - Unknown/Unused
  • Byte 7 - Unknown/Unused