Advertising:

CAN Bus ID 0x153 ASC1: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
Line 7: Line 7:
*'''Byte 2 - VSS [MSB]'''
*'''Byte 2 - VSS [MSB]'''
*: Vehicle speed signal in Km/h
*: Vehicle speed signal in Km/h
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 352 ) / 127
*: Min: 0x2C (0 Km/h)
*: Min: 0x160 (0 Km/h)
*'''Byte 3''' - Unknown/Unused
*'''Byte 3''' - Unknown/Unused
*'''Byte 4''' - Unknown/Unused
*'''Byte 4''' - Unknown/Unused

Revision as of 04:58, 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 - Unknown/Unused
  • 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