Mapping normalized pids to ecu mode one pids – Innovate Motorsports OT-2 SDK User Manual
Page 74
74
"TIMING"
,
"Ignition Timing"
,
"deg"
,
-10.0, 50.0,
"MAP3BA"
,
"MAP 3Ba"
,
"PSIa"
,
0.0,
44.1,
"MAP1BA"
,
"MAP 1Ba"
,
"PSIa"
,
0.0,
14.7,
"MAP3BG"
,
"MAP 3Bg"
,
"PSIg"
,
-14.7, 29.4,
"MAP1BG"
,
"MAP 1Bg"
,
"PSIg"
,
-14.7, 0.0,
"ACC2"
,
"Acceleration 2G"
,
"g"
,
-2.0, 2.0,
"ACC1"
,
"Acceleration 1G"
,
"g"
,
-1.0, 1.0,
"ACC25"
,
"Acceleration .25G"
,
"g"
,
-0.25, 0.25,
"AUX"
,
"Aux. Input Volts"
,
"Volt"
,
0.0,
5.0,
"AUXP"
,
"Aux. Input Percentage"
,
"%"
,
0.0,
100.0,
};
Mapping normalized PIDs to ECU mode one PIDs:
typedef
struct
{
unsigned char ecuPid;
char
description[32];
} _ECU_PID;
static
_ECU_PID EcuPidMap[] = {
//
PID
Description
0,
"None - Inactive"
,
0xC,
"RPM - Engine RPM"
,
0x11,
"TP - Throttle Pos.(abs)"
,
0x04,
"LOAD_PCT - Eng. Load(calc)"
,
0x0E,
"SPARKADV - Timing Advance"
,
0x10,
"MAF - Mass Air Flow"
,
0x0B,
"MAP - Manifold Abs. Pres."
,
0x0D,
"VSS - Vehicle Speed Sensor"
,
0x05,
"ECT - Engine Coolant Temp"
,
0x0F,
"IAT - Intake Air Temp"
,
0x1E,
"PTO_STAT - PTO Status"
,
0x03,
"FUEL1_OL - Fuel1 Open Loop"
,
0x03,
"FUEL2_OL - Fuel2 Open Loop"
,
0x06,
"SHRTFT1 - Short Fuel Trim 1"
,
0x07,
"LONGFT1 - Long Fuel Trim 1"
,
0x08,
"SHRTFT2 - Short Fuel Trim 2"
,
0x09,
"LONGFT2 - Long Fuel Trim 2"
,
0x06,
"SHRTFT3 - Short Fuel Trim 3"
,
0x07,
"LONGFT3 - Long Fuel Trim 3"
,
0x08,
"SHRTFT4 - Short Fuel Trim 4"
,
0x09,
"LONGFT4 - Long Fuel Trim 4"
,
0x0A,
"FRP - Fuel Rail Pressure"
,
0x22,
"FRP_MED - Fuel Rail Pres."
,
0x23,
"FRP_HIGH - Fuel Rail Pres."
,
0x44,
"EQ_RAT - Cmd. Equiv. Ratio"
,
0x43,
"LOAD_ABS - Abs Load Value"
,
0x2C,
"EGR_PCT - Cmd. EGR"
,
0x2D,
"EGR_ERR - EGR Error"
,
0x45,
"TP_R - Throttle Pos.(rel)"
,
0x47,
"TP_B - Throttle Pos. B(abs)"
,
0x48,
"TP_C - Throttle Pos. C(abs)"
,
0x49,
"APP_D - Acc. Pedal Pos. D"
,
0x4A,
"APP_E - Acc. Pedal Pos. D"
,
0x4B,
"APP_F - Acc. Pedal Pos. D"
,
0x4C,
"TAC_PCT - Cmd. Throttle"
,
0x2E,
"EVAP_PCT - Cmd. Evap. Purge"
,
0x32,
"EVAP_VP - Evap. Vapor Pres."
,
0x12,
"AIR_UPS - Secondary Air DNS"
,
0x12,
"AIR_DNS - Secondary Air DNS"
,
0x12,
"AIR_OFF - Secondary Air DNS"
,
0x2F,
"FLI - Fuel Level Indicator"
,
0x33,
"BARO - Barometric Pres"
,
0x46,
"AAT - Ambient Air Temp"
,
0x42,
"VPWR - Control Module Volts"
,
0x01,
"MIL - Malfunction Ind. Lamp"
,
0x01,
"DTC_CNT - DTC Count"
,
0x21,
"MIL_DIST - Dist. MIL active"
,
0x4D,
"MIL_TIME - Hours MIL active"
,