Advertising:

CAN Bus ID 0x443 EGS2

From MS4X Wiki

NOTE! This info is not verified yet. The CAN frame includes transmission oil temp (T_OEL) and also turbine input speed (N_TURBINE)

Refresh Rate: 20ms

  • Byte 0 - T_OEL
  • Byte 1 - N_TURBINE [LSB]
  • Byte 2 - N_TURBINE [MSB]
    turbine/gearbox input shaft speed (N_GB)
    Calculation = ( (HEX[MSB] * 256 + HEX[LSB]) ) / 8
  • Byte 3 - MD_IND_GS_LM
  • Byte 4
    • Bit 0 - STAT_MD_GS [0]
    • Bit 1 - STAT_MD_GS [1]
    • Bit 2 - S_ERR_EGS [0]
    • Bit 3 - S_ERR_EGS [1]
    • Bit 4 - ALIV_EGS2 [0]
    • Bit 5 - ALIV_EGS2 [1]
    • Bit 6 - ALIV_EGS2 [2]
    • Bit 7 - ALIV_EGS2 [3]
  • Byte 5 - MD_IND_GS
  • Byte 6 - Unused
  • Byte 6 - CHKSM_EGS2