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 - Example'''
*'''Byte 0 - Bitfield'''
*:Example Description Byte
**'''Bit 0''' - Unknown
*:Calculation: HEX * 1
**'''Bit 1''' - Unknown
*:Min:
**'''Bit 2''' - Unknown
*:Max:
**'''Bit 3''' - Unknown
*'''Byte 1''' - Unused
**'''Bit 4''' - Unknown
*'''Byte 2''' - Unused
**'''Bit 5''' - Unknown
*'''Byte 3''' - Unused
**'''Bit 6''' - Unknown
*'''Byte 4''' - Unused
**'''Bit 7''' - Unknown
*'''Byte 5''' - Unused
*'''Byte 1 - VSS [LSB]'''
*'''Byte 6''' - Unused
*'''Byte 2 - VSS [MSB]'''
*'''Byte 7 - Bitfield'''
*: Vehicle speed signal in Km/h
**'''Bit 0''' - Example
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
*:Example Description Bitfield
*: Min: 0x2C (0 Km/h)
*:Calculation: HEX * 1
*'''Byte 3''' - Unknown/Unused
*:Min:
*'''Byte 4''' - Unknown/Unused
*:Max:
*'''Byte 5''' - Unknown/Unused
**'''Bit 1''' -
*'''Byte 6''' - Unknown/Unused
**'''Bit 2''' -
*'''Byte 7''' - Unknown/Unused
**'''Bit 3''' -  
**'''Bit 4''' -  
**'''Bit 5''' -  
**'''Bit 6''' -  
**'''Bit 7''' -

Revision as of 10:04, 22 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]) - 44 ) / 15.875
    Min: 0x2C (0 Km/h)
  • Byte 3 - Unknown/Unused
  • Byte 4 - Unknown/Unused
  • Byte 5 - Unknown/Unused
  • Byte 6 - Unknown/Unused
  • Byte 7 - Unknown/Unused