Advertising:

CAN Bus ID 0x1F0 ASC2: Difference between revisions

From MS4X Wiki
No edit summary
No edit summary
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 ASC/DSC at a refresh rate of 10ms.


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

Revision as of 09:53, 22 April 2021

CAN Arbitration ID for ASC2 is 0x1F0.

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

  • 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]) - 352 ) / 127
  • 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]) - 352 ) / 127
  • 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]) - 352 ) / 127
  • 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]) - 352 ) / 127