Advertising:

CAN Bus ID 0x1F0 ASC2: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
CAN Arbitration ID for ASC2 is 0x1F0.
CAN Arbitration ID for ASC2 is 0x1F0.


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


*'''Byte 0 - Bitfield'''
*'''Byte 0 - Signal wheel 1 [LSB]'''
**'''Bit 0''' -
*'''Byte 1 - Signal wheel 1 [MSB]'''
**'''Bit 1''' -
*: Wheel 1 speed signal in Km/h
**'''Bit 2''' -
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
**'''Bit 3''' -
*: Min: 0x2C (0 Km/h)
**'''Bit 4''' -
*'''Byte 2 - Signal wheel 2 [LSB]'''
**'''Bit 5''' -
*'''Byte 3 - Signal wheel 2 [MSB]'''
**'''Bit 6''' -
*: Wheel 2 speed signal in Km/h
**'''Bit 7''' -
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
*'''Byte 1 - Bitfield'''
*: Min: 0x2C (0 Km/h)
**'''Bit 0''' -
*'''Byte 4 - Signal wheel 3 [LSB]'''
**'''Bit 1''' -
*'''Byte 5 - Signal wheel 3 [MSB]'''
**'''Bit 2''' -  
*: Wheel 3 speed signal in Km/h
**'''Bit 3''' -
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
**'''Bit 4''' -
*: Min: 0x2C (0 Km/h)
**'''Bit 5''' -
*'''Byte 6 - Signal wheel 4 [LSB]'''
**'''Bit 6''' -
*'''Byte 7 - Signal wheel 4 [MSB]'''
**'''Bit 7''' -
*: Wheel 4 speed signal in Km/h
*'''Byte 2 - Bitfield'''
*: Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
**'''Bit 0''' -
*: Min: 0x2C (0 Km/h)
**'''Bit 1''' -
**'''Bit 2''' -
**'''Bit 3''' -  
**'''Bit 4''' -
**'''Bit 5''' -
**'''Bit 6''' -
**'''Bit 7''' -  
*'''Byte 3''' -
*'''Byte 4''' -
*'''Byte 5 - Bitfield'''
**'''Bit 0''' -
**'''Bit 1''' -  
**'''Bit 2''' -
**'''Bit 3''' -  
**'''Bit 4''' -
**'''Bit 5''' -
**'''Bit 6''' -
**'''Bit 7''' -
*'''Byte 6''' -  
*'''Byte 7''' -

Latest revision as of 23:37, 12 January 2022

CAN Arbitration ID for ASC2 is 0x1F0.

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

  • Byte 0 - Signal wheel 1 [LSB]
  • Byte 1 - Signal wheel 1 [MSB]
    Wheel 1 speed signal in Km/h
    Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
    Min: 0x2C (0 Km/h)
  • Byte 2 - Signal wheel 2 [LSB]
  • Byte 3 - Signal wheel 2 [MSB]
    Wheel 2 speed signal in Km/h
    Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
    Min: 0x2C (0 Km/h)
  • Byte 4 - Signal wheel 3 [LSB]
  • Byte 5 - Signal wheel 3 [MSB]
    Wheel 3 speed signal in Km/h
    Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
    Min: 0x2C (0 Km/h)
  • Byte 6 - Signal wheel 4 [LSB]
  • Byte 7 - Signal wheel 4 [MSB]
    Wheel 4 speed signal in Km/h
    Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) - 44 ) / 15.875
    Min: 0x2C (0 Km/h)