Difference between revisions of "GT350 CAN Bus Topology"

From Wiki-DIY
Jump to: navigation, search
Line 161: Line 161:
 
   |383.00
 
   |383.00
 
   |Coolant temperature (deg-F)
 
   |Coolant temperature (deg-F)
 +
 +
|-
 +
  |
 +
  |UNKNOWN_TEMP_C
 +
  |0x156
 +
  |B1[0]
 +
  |B1[7]
 +
  |8
 +
  |Big-Endian
 +
  |Unsigned Integer
 +
  |1
 +
  |<nowiki>-60.00</nowiki>
 +
  |<nowiki>-60.00</nowiki>
 +
  |195.00
 +
  |Unknown temperature sensor (deg-C)
 
  |}
 
  |}

Revision as of 19:30, 17 April 2017

                y=mX+b Range  
Name Field Name Address Start End Length (bits) Direction Data Format Data Scale (m) Data Offset (b) Start End Description
GT350_STEERING_ANGLE STEERING_ANGLE_DEG 0x76 B1[0] B0[6] 15 Big-Endian Unsigned Integer -0.1 1600 -450 450 Steering angle (degrees)
STEERING_ANGLE_RAD 0x76 B1[0] B0[6] 15 Big-Endian Unsigned Integer -0.00174533 27.92528 -7.854 7.854 Steering angle (radians)
REVERSE_SW 0x76 B1[7] 1 Bit 1=Reverse engaged
GT350_BRAKE_PRESSURE BRAKE_PRESSURE_BAR 0x7D B1[0] B0[5] 14 Big-Endian Unsigned Integer 0.025 0 0.0 409.6 Brake pressure (bar)
BRAKE_PRESSURE_KPA 0x7D B1[0] B0[5] 14 Big-Endian Unsigned Integer 2.5 0 0.0 40960 Brake pressure (kPa)
BRAKE_PRESSURE_PSI 0x7D B1[0] B0[5] 14 Big-Endian Unsigned Integer 0.362595 0 0.00 5940.75 Brake pressure (psi)
GT350_ENGINE_TEMPS_01 COOLANT_TEMP_C 0x156 B0[0] B0[7] 8 Big-Endian Unsigned Integer 1 -60.00 -60.00 195.00 Coolant temperature (deg-C)
COOLANT_TEMP_K 0x156 B0[0] B0[7] 8 Big-Endian Unsigned Integer 1 213.15 213.15 468.15 Coolant temperature (deg-K)
COOLANT_TEMP_F 0x156 B0[0] B0[7] 8 Big-Endian Unsigned Integer 1.80 -76.00 -76.00 383.00 Coolant temperature (deg-F)
UNKNOWN_TEMP_C 0x156 B1[0] B1[7] 8 Big-Endian Unsigned Integer 1 -60.00 -60.00 195.00 Unknown temperature sensor (deg-C)