-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculate HP/TQ and compatible with new ST csv files (#77)
* cleanup and mode 22 multi request * added logging support to cli mode * cleanup and bug fixes * added ST pid csv support * relocated default log folder location * Delete gui_config.json * logging mode is no longer case sensitive * calc hp, assignto update * corrections to calcTQ * clean up Also fixes virtual PIDs not showing up in data stream using 3E * ocd cleanup * fixed mode 22 bug * parameter list update * csv updates
- Loading branch information
1 parent
c71498e
commit 5f737e8
Showing
9 changed files
with
620 additions
and
170 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
Name,Unit,Equation,Format,Address,Length,Signed,ProgMin,ProgMax,WarnMin,WarnMax,Smoothing,Enabled,Tabs,Assign To | ||
Airflow,kg/hr,x,%01.0f,0x2032,2,FALSE,0,2000,-1000,5000,0,TRUE,Airflow,f | ||
Airmass,mg/stk,f / r * 8333.33333333,%01.0f,0xffff,1,FALSE,0,2000,-1000,5000,0,TRUE,Airflow, | ||
Ambient Press,kpa,x / 120.60176665439,%01.1f,0x13ca,2,FALSE,50,120,70,120,0.9,TRUE,Misc,a | ||
Airflow,kg/hr,x,%01.0f,0x2032,2,FALSE,0,2000,-1000,5000,0,TRUE,Airflow,air | ||
Airmass,mg/stk,air / rpm * 8333.33333333,%01.0f,0xffff,1,FALSE,0,2000,-1000,5000,0,TRUE,Airflow, | ||
Ambient Press,kpa,x / 120.60176665439,%01.1f,0x13ca,2,FALSE,50,120,70,120,0.9,TRUE,Misc,amb_press | ||
Ambient Temp,°C,x / 128,%01.1f,0x1004,2,TRUE,-40,50,-30,50,0.7,TRUE,Misc, | ||
Battery Voltage,V,x * 0.1015625,%01.1f,0x14a6,1,FALSE,0,2,8,16,0.8,TRUE,Misc, | ||
Boost,psi,(m - a) * 0.1450777202,%01.1f,0xffff,1,FALSE,-15,35,-15,35,0,TRUE,Airflow.Default, | ||
Calc HP,hp,h,%01.0f,0xffff,1,FALSE,0,300,-1000,1000,0,TRUE,Power, | ||
Calc TQ,nm,t,%01.0f,0xffff,1,FALSE,0,500,-1000,1000,0,TRUE,Power, | ||
Boost,psi,(map - amb_press) * 0.1450777202,%01.1f,0xffff,1,FALSE,-15,35,-15,35,0,TRUE,Airflow.Default, | ||
Calc HP,hp,hp,%01.0f,0xffff,1,FALSE,0,300,-1000,1000,0,TRUE,Power, | ||
Calc TQ,nm,tq,%01.0f,0xffff,1,FALSE,0,500,-1000,1000,0,TRUE,Power, | ||
Cooling Fan,%,x * 0.390625,%01.0f,0x101e,1,FALSE,0,100,-1,110,0,TRUE,Misc, | ||
Coolant Temp,°C,x - 40,%01.1f,0x11cd,1,FALSE,-50,120,-100,130,0,TRUE,Misc, | ||
CPU Load,%,x * 0.09765625,%01.1f,0x14ec,2,FALSE,0,100,-1,90,0,TRUE,Misc, | ||
Cruise,,x,%01.0f,0x203c,2,FALSE,0,1,-1,100,0,TRUE,,c | ||
Engine Speed,rpm,x / 4,%01.0f,0xf40c,2,FALSE,0,7000,-1,6000,0,TRUE,Default,r | ||
Cruise,,x,%01.0f,0x203c,2,FALSE,0,1,-1,100,0,TRUE,,cruise | ||
Engine Speed,rpm,x / 4,%01.0f,0xf40c,2,FALSE,0,7000,-1,6000,0,TRUE,Default,rpm | ||
Eth Content,%,x / 2.55,%01.1f,0xf452,1,FALSE,0,100,-50,100,0,TRUE,, | ||
Exhaust Cam Pos,°,(x / 10) - 24,%01.1f,0x201a,2,TRUE,-10,10,-50,50,0,TRUE,, | ||
FP DI,bar,x / 10,%01.0f,0x2027,2,FALSE,0,250,-1,300,0,TRUE,, | ||
FP DI SP,bar,x / 10,%01.0f,0x293b,2,FALSE,0,250,-1,300,0,TRUE,, | ||
FP MPI,bar,x / 1000,%01.2f,0x2025,2,FALSE,0,15,-1,15,0.5,TRUE,Fuel, | ||
FP MPI SP,bar,x / 1000,%01.2f,0x2932,2,FALSE,0,15,-1,15,0.5,TRUE,Fuel, | ||
HPFP Eff Vol,%,x / 100,%01.1f,0x209a,2,FALSE,0,100,-1000,100,0,TRUE,, | ||
Fuel Trim,%,s + l,%01.0f,0xffff,1,FALSE,-35,35,-1000,1000,0,TRUE,Fuel, | ||
Fuel Trim,%,stft + ltft,%01.0f,0xffff,1,FALSE,-35,35,-1000,1000,0,TRUE,Fuel, | ||
Gear,,x,%01.0f,0x210f,2,FALSE,0,6,-1000,10,0,TRUE,, | ||
IAT,°C,x * 0.75 - 48,%01.1f,0x1001,1,FALSE,-40,55,-35,50,0.7,TRUE,Misc.Default, | ||
Ign Avg,°,x / 100,%01.2f,0x2004,2,TRUE,-10,10,-15,100,0,TRUE,Ignition, | ||
Inj PW DI,ms,x / 250,%01.2f,0x13a0,2,FALSE,0,190000,-1000,10000,0,TRUE,Ignition, | ||
Inj PW MPI,ms,x / 250,%01.2f,0x13ac,2,FALSE,0,190000,-1000,10000,0,TRUE,Ignition, | ||
Int Cam Pos,°,30 - (x / 10),%01.1f,0x201e,2,TRUE,-10,10,-50,50,0,TRUE,, | ||
Knock Cyl 1,°,x / 100,%01.2f,0x200a,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition.Default,w | ||
Knock Cyl 2,°,x / 100,%01.2f,0x200b,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition,x | ||
Knock Cyl 3,°,x / 100,%01.2f,0x200c,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition,y | ||
Knock Cyl 4,°,x / 100,%01.2f,0x200d,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition,z | ||
Knock Cyl 1,°,x / 100,%01.2f,0x200a,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition.Default,knock_a | ||
Knock Cyl 2,°,x / 100,%01.2f,0x200b,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition,knock_b | ||
Knock Cyl 3,°,x / 100,%01.2f,0x200c,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition,knock_c | ||
Knock Cyl 4,°,x / 100,%01.2f,0x200d,2,TRUE,0,-5,-4,1000,0,TRUE,Ignition,knock_d | ||
Lambda,l,x / 1024,%01.2f,0x10c0,2,FALSE,0,2,0.7,1000,0,TRUE,Fuel, | ||
Lambda SP,l,x / 32768,%01.2f,0xf444,2,FALSE,0,2,-1000,1000,0,TRUE,Fuel, | ||
LPFP Duty,%,x / 100,%01.1f,0x2028,2,FALSE,0,100,-1,100,0.7,TRUE,Fuel, | ||
LTFT,%,x / 1.28 - 100,%01.1f,0xf407,1,FALSE,-25,25,-20,20,0.7,TRUE,Fuel,l | ||
MAP,kpa,x / 10,%01.0f,0x39c0,2,FALSE,0,300,-1000,300,0,TRUE,Airflow,m | ||
LTFT,%,x / 1.28 - 100,%01.1f,0xf407,1,FALSE,-25,25,-20,20,0.7,TRUE,Fuel,ltft | ||
MAP,kpa,x / 10,%01.0f,0x39c0,2,FALSE,0,300,-1000,300,0,TRUE,Airflow,map | ||
MAP SP,kpa,x / 10,%01.0f,0x39c1,2,FALSE,0,300,-1000,300,0,TRUE,Airflow, | ||
Misfires,,x,%01.0f,0x2904,2,FALSE,0,20,-1000,10,0,TRUE,Misc, | ||
Oil Temp,°C,(x - 2731.4) / 10,%01.1f,0x202f,2,FALSE,-50,130,0,120,0.9,TRUE,Misc, | ||
Pedal Pos,%,x / 10.24,%01.0f,0x1070,2,FALSE,0,100,-1000,1000,0,TRUE,Airflow,d | ||
Pedal Pos,%,x / 10.24,%01.0f,0x1070,2,FALSE,0,100,-1000,1000,0,TRUE,Airflow,pedal | ||
Port Flap Pos,,x,%01.1f,0x295c,1,FALSE,0,1,-1000,1000,0,TRUE,, | ||
PUT,kpa,x / 10,%01.1f,0x202a,2,FALSE,0,300,-1000,300,0,TRUE,Airflow,p | ||
PUT,kpa,x / 10,%01.1f,0x202a,2,FALSE,0,300,-1000,300,0,TRUE,Airflow,put | ||
PUT SP,kpa,x / 10,%01.0f,0x2029,2,FALSE,0,300,-1000,300,0,TRUE,Airflow, | ||
STFT,%,x / 1.28 - 100,%01.1f,0xf406,1,FALSE,-25,25,-20,20,0,TRUE,Fuel,s | ||
Torque,Nm,x / 10,%01.2f,0x437c,2,TRUE,-50,450,-1000,500,0,TRUE,Power, | ||
STFT,%,x / 1.28 - 100,%01.1f,0xf406,1,FALSE,-25,25,-20,20,0,TRUE,Fuel,stft | ||
Torque,Nm,x / 10,%01.2f,0x437c,2,TRUE,-50,450,-1000,500,0,TRUE,Power,tq_rep | ||
Torque Req,Nm,x / 10,%01.1f,0x4380,2,TRUE,0,500,-1000,500,0.7,TRUE,Power, | ||
TPS,%,x / 10,%01.1f,0x20ba,2,TRUE,0,100,-1000,101,0,TRUE,, | ||
Turbo Speed,rpm,x / 163.84,%01.0f,0x1040,2,FALSE,0,190,-1000,195,0,TRUE,Airflow, | ||
Turbo Air Temp,°C,x * 0.005859375 + 144,%01.1f,0x1041,2,TRUE,-40,55,-500,500,0.7,TRUE,Airflow, | ||
Valve Lift Pos,,x,%01.0f,0x167c,1,FALSE,0,1,-100,100,0,TRUE,, | ||
Vehicle Speed,km/hr,x / 100,%01.1f,0x2033,2,FALSE,0,220,-20,220,0,TRUE,Airflow, | ||
Vehicle Speed,km/hr,x / 100,%01.1f,0x2033,2,FALSE,0,220,-20,220,0,TRUE,Airflow,speed | ||
Wastegate,%,100 - x / 100,%01.1f,0x39a2,2,FALSE,0,100,-1000,1000,0,TRUE,, | ||
Wastegate SP,%,100 - x / 100,%01.1f,0x39a3,2,FALSE,0,100,-1000,1000,0,TRUE,, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
Name,Unit,Equation,Format,Address,Length,Signed,ProgMin,ProgMax,WarnMin,WarnMax,Smoothing,Enabled,Tabs,Assign To | ||
Accel. Lat,m/s2,(x - 127) / 10,%01.2f,0xd0015cea,1,FALSE,-10,10,-1000,1000,0.8,TRUE,Default|ROUND|8, | ||
Accel. Long,m/s2,(x - 512) / 32,%01.2f,0xb000bede,2,FALSE,-10,10,-1000,1000,0.4,TRUE,,accel_long | ||
Airmass,g/stk,x * 1000,%01.2f,0xb0008230,4,FALSE,0,2,-100,1000,0,TRUE,Airflow, | ||
Airmass SP,g/stk,x * 1000,%01.2f,0xb0008278,4,FALSE,0,2,-100,1000,0,TRUE,Airflow, | ||
Ambient Press,kpa,x / 120.60176665,%01.2f,0xb000b246,2,FALSE,0,110,0,120,0.9,TRUE,Misc,amb_press | ||
Ambient Temp,°C,(x - 64) / 1.33,%01.2f,0xd0012614,1,FALSE,-25,45,-100,100,0.9,TRUE,Misc, | ||
Battery Volts,V,x / 51.2,%01.1f,0xb000cf82,2,TRUE,10,15,7,16,0.7,TRUE,Misc, | ||
Boost,psi,(map - amb_press) * 0.145077,%01.1f,0xffffffff,1,FALSE,-15,35,-15,35,0,TRUE,Airflow.Default|ROUND|0, | ||
Calc TQ,nm,tq,%01.0f,0xffffffff,1,FALSE,0,500,-1000,1000,0,TRUE,Power, | ||
Calc HP,hp,hp,%01.0f,0xffffffff,1,FALSE,0,300,-1000,1000,0,TRUE,Power.Default|BAR_V|2, | ||
Comb Mode,,x,%01.2f,0xd0012836,1,FALSE,-10,10,-100,100,0,TRUE,, | ||
Coolant Temp,°C,(x - 64) / 1.33,%01.0f,0xd0012c00,1,FALSE,-50,130,-100,150,0.8,TRUE,Misc, | ||
Cruise,,x,%01.0f,0xd001a4ab,1,FALSE,0,1,-1000,1000,0,TRUE,,cruise | ||
DV Position,%,x / 655.36,%01.1f,0xb000950c,2,FALSE,0,100,-1000,5000,0,TRUE,, | ||
EOI Actual,°,x / 2.6666666667,%01.0f,0xb000b69c,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
EOI Limit,°,x / 2.6666666667,%01.0f,0xb000b694,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
Engine Speed,rpm,x,%01.0f,0xb0009c7c,2,FALSE,0,7000,-1,6000,0,TRUE,Default|ROUND|1.WG.Fuel.Airflow.Ignition.Power,rpm | ||
Eth Content,%,x / 2.55,%01.0f,0xd0012671,1,FALSE,0,100,-100,100,0,TRUE,, | ||
Exh Cam Position,°,x / 128,%01.1f,0xb000d48c,2,TRUE,-45,45,-100,100,0,TRUE,, | ||
Exh Flow Factor,,x / 16384,%01.2f,0xb000957c,2,FALSE,0,1.5,-1,10,0,TRUE,, | ||
Exh Pres Desired,kpa,x / 120.60176665,%01.0f,0xb0009642,2,FALSE,0,500,-100,1000,0,TRUE,, | ||
FP DI,kpa,x / 1.884402603,%01.0f,0xb000b228,2,FALSE,0,28000,0,28000,0,TRUE,Fuel, | ||
FP DI SP,kpa,x / 1.8844026039,%01.0f,0xb000b1bc,2,FALSE,0,28000,-1000,30000,0,TRUE,Fuel, | ||
FP MPI,kpa,x / 3.7688052079,%01.0f,0xb000b186,2,FALSE,0,1500,-1000,2000,0,TRUE,Fuel, | ||
FP MPI SP,kpa,x / 3.7688052079,%01.0f,0xb000b17e,2,FALSE,0,1500,-1000,2000,0,TRUE,Fuel, | ||
Fuel Flow,mg/stk,x / 47.181425486,%01.0f,0xb000b1b2,2,FALSE,-100,100,-100,1000,0,TRUE,Fuel, | ||
Fuel Flow SP,mg/stk,x / 47.181425486,%01.0f,0xb000b152,2,FALSE,-100,100,-100,1000,0,TRUE,Fuel, | ||
Fuel Split MPI,,x / 128,%01.0f,0xd0017563,1,FALSE,-100,100,-100,100,0,TRUE,Fuel, | ||
Fuel Trim,%,stft + ltft,%01.1f,0xffffffff,1,FALSE,-35,35,-1000,1000,0,TRUE,Fuel.Default|ROUND, | ||
Gear,gear,x,%01.0f,0xd00162f7,1,FALSE,0,6,-1,7,0,TRUE,,gear | ||
HPFP Eff Vol,%,x / 655.35999999,%01.0f,0xb000b1b8,2,FALSE,-100,100,-1000,1000,0,TRUE,, | ||
IAT,°C,(x - 64) / 1.33,%01.1f,0xd0012616,1,FALSE,-50,70,-30,50,0.9,TRUE,Misc.Default|BAR_V|3, | ||
Ign Table,°,(x - 95) / 2.66667,%01.0f,0xd001521a,1,FALSE,-5,15,-100,100,0,TRUE,Ignition, | ||
Ign Avg,°,(x - 95) / 2.66667,%01.0f,0xd0015238,1,FALSE,-5,15,-100,100,0,TRUE,Ignition, | ||
Inj PW DI,ms,x / 250,%01.1f,0xb000b8fa,2,FALSE,-25,25,-1000,1000,0,TRUE,Fuel, | ||
Inj PW MPI,ms,x / 250,%01.1f,0xb000b4ce,2,FALSE,0,100,-1000,1000,0,TRUE,Fuel, | ||
Intake Cam Pos,°,x / 128,%01.0f,0xb000d48a,2,TRUE,-100,100,-100,100,0,TRUE,, | ||
Intake Flow Fact,,x / 16384,%01.0f,0xb0009582,2,FALSE,0,20,-1000,1000,0,TRUE,, | ||
Knock Avg,°,(x - 128) / 2.66,%01.2f,0xd0017b89,1,FALSE,0,-5,-3,3,0,TRUE,Ignition.Default|BAR_V|4, | ||
Knock Cyl 1,°,(x - 128) / 2.6667,%01.2f,0xd0017b7f,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_a | ||
Knock Cyl 2,°,(x - 128) / 2.6667,%01.2f,0xd0017b80,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_b | ||
Knock Cyl 3,°,(x - 128) / 2.6667,%01.2f,0xd0017b81,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_c | ||
Knock Cyl 4,°,(x - 128) / 2.6667,%01.2f,0xd0017b82,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_d | ||
Lambda,l,x / 32767.999999,%01.2f,0xb0009908,2,FALSE,0.5,1.5,-0.1,5,0,TRUE,Fuel, | ||
Lambda SP,l,x / 1024,%01.2f,0xb000c12c,2,FALSE,0,2,-100,500,0,TRUE,Fuel, | ||
LPFP Duty,%,x / 655.35999999,%01.0f,0xb000b172,2,FALSE,0,100,-1000,100,0,TRUE,Fuel, | ||
LTFT,%,x / 1.28 - 100.0,%01.1f,0xd0015ecd,1,FALSE,-25,25,-20,20,0.7,TRUE,Fuel,ltft | ||
MAP,kpa,x / 1000,%01.1f,0xb0008360,4,FALSE,0,300,-300,300,0,TRUE,Airflow,map | ||
MAP SP,kpa,x / 1000,%01.1f,0xb0008384,4,FALSE,0,300,-300,300,0,TRUE,Airflow, | ||
Misfires,,x,%01.0f,0xb000c2ee,2,FALSE,0,10,-1,10,0,TRUE,Misc, | ||
Oil Temp,°C,x - 40,%01.0f,0xd0012aaa,1,FALSE,-25,120,-1000,1000,0.9,TRUE,Misc, | ||
Pedal Pos,%,x / 10.24,%01.1f,0xb000984c,2,FALSE,0,100,-1000,1000,0,TRUE,,pedal | ||
Port Flap Pos,%,x,%01.0f,0xd00004d1,1,FALSE,0,1,-1000,1000,0,TRUE,, | ||
PUT,kpa,x / 1000,%01.1f,0xb0008394,4,FALSE,0,300,-1000,300,0,TRUE,Airflow,put | ||
PUT SP,kpa,x / 120.601766,%01.1f,0xb000967a,2,FALSE,0,300,-1000,1000,0,TRUE,Airflow, | ||
SOI Actual,°,x / 2.666666666667,%01.0f,0xb000b810,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
SOI Limit,°,x / 2.666666666667,%01.0f,0xb000b80c,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
STFT,%,x / 1.28 - 100,%01.0f,0xd0015ece,1,FALSE,-25,25,-20,20,0.8,TRUE,Fuel,stft | ||
Torque,Nm,x / 32,%01.1f,0xb000d156,2,TRUE,-40,500,-1000,1000,0,TRUE,Power, | ||
Torque Lim,,x,%01.0f,0xb0009696,2,FALSE,0,512,-1000,1000,0,TRUE,Power, | ||
Torque Req,Nm,x / 32,%01.1f,0xb000986c,2,TRUE,-40,500,-1000,500,0,TRUE,Power,tq_rep | ||
TPS,%,x / 2.142128661087,%01.2f,0xd00162cf,1,FALSE,0,100,-1000,1000,0,TRUE,, | ||
Trans Temp,°C,x - 40,%01.0f,0xd0016328,1,FALSE,-50,100,-1000,120,0.9,TRUE,Misc.Default|BAR_V|5, | ||
Turbo Speed,rpm,x / 163.84,%01.1f,0xb00095fc,2,FALSE,0,195,-100,190,0,TRUE,Airflow, | ||
Valve Lift Pos,,x,%01.0f,0xd0017f62,1,FALSE,0,1,-1000,1000,0,TRUE,, | ||
Vehicle Speed,km/h,x / 100,%01.0f,0xb000d3d4,2,FALSE,0,220,-1000,220,0,TRUE,,speed | ||
WG Flow Des,kg/hr,x / 32,%01.1f,0xb00095c4,2,FALSE,0,1024,-1000,10000,0,TRUE,WG, | ||
WG I Value,%,x / 327.68,%01.1f,0xd0007732,2,TRUE,-100,100,-1000,1000,0,TRUE,WG, | ||
WG P-D Value,%,x / 327.68,%01.1f,0xd000773e,2,TRUE,-100,100,-1000,1000,0,TRUE,WG, | ||
WG Pos Base,%,x / 655.3599999999997,%01.1f,0xd000773c,2,FALSE,0,100,-1000,1000,0,TRUE,WG, | ||
WG Pos Final,%,x / 655.3599999999997,%01.1f,0xb000958e,2,FALSE,0,100,-1000,1000,0,TRUE,WG, | ||
WG Voltage,V,x / 6553.6,%01.2f,0xb000953e,2,TRUE,0,5,-10,10,0,TRUE,WG, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
Name,Unit,Equation,Format,Address,Length,Signed,ProgMin,ProgMax,WarnMin,WarnMax,Smoothing,Enabled,Tabs,Assign To | ||
Accel. Lat,m/s2,(x - 127) / 10,%01.2f,0xd0004db0,1,FALSE,-10,10,-1000,1000,0.8,TRUE,Default|ROUND|8, | ||
Accel. Long,m/s2,(x - 512) / 32,%01.2f,0xd001003a,2,FALSE,-10,10,-1000,1000,0.4,TRUE,,accel_long | ||
Airmass,g/stk,x * 1000,%01.2f,0xd00066e8,4,FALSE,0,2,-100,1000,0,TRUE,Airflow, | ||
Airmass SP,g/stk,x * 1000,%01.2f,0xd0006730,4,FALSE,0,2,-100,1000,0,TRUE,Airflow, | ||
Ambient Press,kpa,x / 120.60176665,%01.2f,0xd0011d3a,2,FALSE,0,110,0,120,0.9,TRUE,Misc,amb_press | ||
Ambient Temp,°C,(x - 64) / 1.33,%01.2f,0xd000dadd,1,FALSE,-25,45,-100,100,0.9,TRUE,Misc, | ||
Battery Volts,V,x / 51.2,%01.1f,0xd0014a88,2,TRUE,10,15,7,16,0.7,TRUE,Misc, | ||
Boost,psi,(map - amb_press) * 0.145077,%01.1f,0xffffffff,1,FALSE,-15,35,-15,35,0,TRUE,Airflow.Default|ROUND|0, | ||
Calc TQ,nm,tq,%01.0f,0xffffffff,1,FALSE,0,500,-1000,1000,0,TRUE,Power, | ||
Calc HP,hp,hp,%01.0f,0xffffffff,1,FALSE,0,300,-1000,1000,0,TRUE,Power.Default|BAR_V|2, | ||
Comb Mode,,x,%01.2f,0xd000b158,1,FALSE,-10,10,-100,100,0,TRUE,, | ||
Coolant Temp,°C,(x - 64) / 1.33,%01.0f,0xd000b639,1,FALSE,-50,130,-100,150,0.8,TRUE,Misc, | ||
Cruise,,x,%01.0f,0xd00185c1,1,FALSE,0,1,-1000,1000,0,TRUE,,cruise | ||
DV Position,%,x / 655.36,%01.1f,0xd001180c,2,FALSE,0,100,-1000,5000,0,TRUE,, | ||
EOI Actual,°,x / 2.6666666667,%01.0f,0xd0014936,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
EOI Limit,°,x / 2.6666666667,%01.0f,0xd001492e,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
Engine Speed,rpm,x,%01.0f,0xd0011b82,2,FALSE,0,7000,-1,6000,0,TRUE,Default|ROUND|1.WG.Fuel.Airflow.Ignition.Power,rpm | ||
Eth Content,%,x / 2.55,%01.0f,0xd000e7c2,1,FALSE,0,100,-100,100,0,TRUE,, | ||
Exh Cam Position,°,x / 128,%01.1f,0xd00124c8,2,TRUE,-45,45,-100,100,0,TRUE,, | ||
Exh Flow Factor,,x / 16384,%01.2f,0xd001455e,2,FALSE,0,1.5,-1,10,0,TRUE,, | ||
Exh Pres Desired,kpa,x / 120.60176665,%01.0f,0xd001460a,2,FALSE,0,500,-100,1000,0,TRUE,, | ||
FP DI,kpa,x / 1.884402603,%01.0f,0xd0011586,2,FALSE,0,28000,0,28000,0,TRUE,Fuel, | ||
FP DI SP,kpa,x / 1.8844026039,%01.0f,0xd0011566,2,FALSE,0,28000,-1000,30000,0,TRUE,Fuel, | ||
FP MPI,kpa,x / 3.7688052079,%01.0f,0xd00136f4,2,FALSE,0,1500,-1000,2000,0,TRUE,Fuel, | ||
FP MPI SP,kpa,x / 3.7688052079,%01.0f,0xd0013744,2,FALSE,0,1500,-1000,2000,0,TRUE,Fuel, | ||
Fuel Flow,mg/stk,x / 47.181425486,%01.0f,0xd0011594,2,FALSE,-100,100,-100,1000,0,TRUE,Fuel, | ||
Fuel Flow SP,mg/stk,x / 47.181425486,%01.0f,0xd0011cf4,2,FALSE,-100,100,-100,1000,0,TRUE,Fuel, | ||
Fuel Split MPI,,x / 128,%01.0f,0xd0000c33,1,FALSE,-100,100,-100,100,0,TRUE,Fuel, | ||
Fuel Trim,%,stft + ltft,%01.1f,0xffffffff,1,FALSE,-35,35,-1000,1000,0,TRUE,Fuel.Default|ROUND, | ||
Gear,gear,x,%01.0f,0xd000b663,1,FALSE,0,6,-1,7,0,TRUE,,gear | ||
HPFP Eff Vol,%,x / 655.35999999,%01.0f,0xd001159a,2,FALSE,-100,100,-1000,1000,0,TRUE,, | ||
IAT,°C,(x - 64) / 1.33,%01.1f,0xd000dadf,1,FALSE,-50,70,-30,50,0.9,TRUE,Misc.Default|BAR_V|3, | ||
Ign Table,°,(x - 95) / 2.66667,%01.0f,0xd000b41a,1,FALSE,-5,15,-100,100,0,TRUE,Ignition, | ||
Ign Avg,°,(x - 95) / 2.66667,%01.0f,0xd000b436,1,FALSE,-5,15,-100,100,0,TRUE,Ignition, | ||
Inj PW DI,ms,x / 250,%01.1f,0xd0014a6e,2,FALSE,-25,25,-1000,1000,0,TRUE,Fuel, | ||
Inj PW MPI,ms,x / 250,%01.1f,0xd0016ffe,2,FALSE,0,100,-1000,1000,0,TRUE,Fuel, | ||
Intake Cam Pos,°,x / 128,%01.0f,0xd00124c6,2,TRUE,-100,100,-100,100,0,TRUE,, | ||
Intake Flow Fact,,x / 16384,%01.0f,0xd0014562,2,FALSE,0,20,-1000,1000,0,TRUE,, | ||
Knock Avg,°,(x - 128) / 2.66,%01.2f,0xd0000d94,1,FALSE,0,-5,-3,3,0,TRUE,Ignition.Default|BAR_V|4, | ||
Knock Cyl 1,°,(x - 128) / 2.6667,%01.2f,0xd0000d8a,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_a | ||
Knock Cyl 2,°,(x - 128) / 2.6667,%01.2f,0xd0000d8b,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_b | ||
Knock Cyl 3,°,(x - 128) / 2.6667,%01.2f,0xd0000d8c,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_c | ||
Knock Cyl 4,°,(x - 128) / 2.6667,%01.2f,0xd0000d8d,1,FALSE,0,-5,-5,1000,0,TRUE,Ignition,knock_d | ||
Lambda,l,x / 32767.999999,%01.2f,0xd00118b0,2,FALSE,0.5,1.5,-0.1,5,0,TRUE,Fuel, | ||
Lambda SP,l,x / 1024,%01.2f,0xd0012298,2,FALSE,0,2,-100,500,0,TRUE,Fuel, | ||
LPFP Duty,%,x / 655.35999999,%01.0f,0xd0013738,2,FALSE,0,100,-1000,100,0,TRUE,Fuel, | ||
LTFT,%,x / 1.28 - 100.0,%01.1f,0xd000b4bc,1,FALSE,-25,25,-20,20,0.7,TRUE,Fuel,ltft | ||
MAP,kpa,x / 1000,%01.1f,0xd0006800,4,FALSE,0,300,-300,300,0,TRUE,Airflow,map | ||
MAP SP,kpa,x / 1000,%01.1f,0xd0006828,4,FALSE,0,300,-300,300,0,TRUE,Airflow, | ||
Misfires,,x,%01.0f,0xd0012372,2,FALSE,0,10,-1,10,0,TRUE,Misc, | ||
Oil Temp,°C,x - 40,%01.0f,0xd000e7d0,1,FALSE,-25,120,-1000,1000,0.9,TRUE,Misc, | ||
Pedal Pos,%,x / 10.24,%01.1f,0xd0012682,2,FALSE,0,100,-1000,1000,0,TRUE,,pedal | ||
Port Flap Pos,%,x,%01.0f,0xd0001ef2,1,FALSE,0,1,-1000,1000,0,TRUE,, | ||
PUT,kpa,x / 1000,%01.1f,0xd0006830,4,FALSE,0,300,-1000,300,0,TRUE,Airflow,put | ||
PUT SP,kpa,x / 120.601766,%01.1f,0xd001463e,2,FALSE,0,300,-1000,1000,0,TRUE,Airflow, | ||
SOI Actual,°,x / 2.666666666667,%01.0f,0xd00149c8,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
SOI Limit,°,x / 2.666666666667,%01.0f,0xd00149c6,2,FALSE,0,720,-1000,1000,0,TRUE,, | ||
STFT,%,x / 1.28 - 100,%01.0f,0xd000b4bd,1,FALSE,-25,25,-20,20,0.8,TRUE,Fuel,stft | ||
Torque,Nm,x / 32,%01.1f,0xd0014bb8,2,TRUE,-40,500,-1000,1000,0,TRUE,Power, | ||
Torque Lim,,x,%01.0f,0xd0014656,2,FALSE,0,512,-1000,1000,0,TRUE,Power, | ||
Torque Req,Nm,x / 32,%01.1f,0xd0013760,2,TRUE,-40,500,-1000,500,0,TRUE,Power,tq_rep | ||
TPS,%,x / 2.142128661087,%01.2f,0xd000e797,1,FALSE,0,100,-1000,1000,0,TRUE,, | ||
Trans Temp,°C,x - 40,%01.0f,0xd000b686,1,FALSE,-50,100,-1000,120,0.9,TRUE,Misc.Default|BAR_V|5, | ||
Turbo Speed,rpm,x / 163.84,%01.1f,0xd00145cc,2,FALSE,0,195,-100,190,0,TRUE,Airflow, | ||
Valve Lift Pos,,x,%01.0f,0xd0000f07,1,FALSE,0,1,-1000,1000,0,TRUE,, | ||
Vehicle Speed,km/h,x / 100,%01.0f,0xd00127a8,2,FALSE,0,220,-1000,220,0,TRUE,,speed | ||
WG Flow Des,kg/hr,x / 32,%01.1f,0xd001459a,2,FALSE,0,1024,-1000,10000,0,TRUE,WG, | ||
WG I Value,%,x / 327.68,%01.1f,0xd0016b20,2,TRUE,-100,100,-1000,1000,0,TRUE,WG, | ||
WG P-D Value,%,x / 327.68,%01.1f,0xd0016b28,2,TRUE,-100,100,-1000,1000,0,TRUE,WG, | ||
WG Pos Base,%,x / 655.3599999999997,%01.1f,0xd0016b26,2,FALSE,0,100,-1000,1000,0,TRUE,WG, | ||
WG Pos Final,%,x / 655.3599999999997,%01.1f,0xd001456a,2,FALSE,0,100,-1000,1000,0,TRUE,WG, | ||
WG Voltage,V,x / 6553.6,%01.2f,0xd0011834,2,TRUE,0,5,-10,10,0,TRUE,WG, |
Oops, something went wrong.