TephraXMOD V1
just looked at the 55590107 rom and everything looked good, but the "alt. cranking enrichment" is missing a scaling... Im assuming it should be "TimeInjCranking" but when I got to the drop down list, its not there.
and is also missing the Cranking Enrichment IPW Adder (Main)
as always Tephra, You Da Man!!!
and is also missing the Cranking Enrichment IPW Adder (Main)
as always Tephra, You Da Man!!!
Thread Starter
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
<scaling name="TimeInjCranking" units="ms" toexpr="x*0.005" frexpr="x/0.005" format="%.3f" min="0" max="500" inc="0.005" storagetype="uint16" endian="big"/>
That's been in evo10base.xml for quite a long time...
Not sure why Golden doesn't include it...
That's been in evo10base.xml for quite a long time...
Not sure why Golden doesn't include it...
My site has all the addresses, scalings and tables in different MYSQL tables. It merges them all together to form a ROM definition. It only includes the scalings that are needed to define the ROM. I don't have "Cranking Enrichment IPW Adder" defined for that ROM, therefore it does not include the "TimeInjCranking" scaler.
I'll define that table so that the scaler comes along for the ride.
I'll define that table so that the scaler comes along for the ride.
Thread Starter
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
55590007:
<table name="Cranking Enrichment IPW Adder (Main)" address="5753e">
<table name="Coolant Temperature" address="6124e"/>
</table>
<table name="Cranking Enrichment IPW Adder (Unused)" address="56b48">
<table name="Coolant Temperature" address="6124e"/>
</table>
<table name="Cranking Enrichment IPW Adder (Main)" address="5753e">
<table name="Coolant Temperature" address="6124e"/>
</table>
<table name="Cranking Enrichment IPW Adder (Unused)" address="56b48">
<table name="Coolant Temperature" address="6124e"/>
</table>
I added those addresses to the site.
nonschlont - You can get a new copy of 55590006.xml and it will fix the issue.
I really need to fix the Temp thing too. I should make a pull down for Celsius or Fahrenheit.
nonschlont - You can get a new copy of 55590006.xml and it will fix the issue.
I really need to fix the Temp thing too. I should make a pull down for Celsius or Fahrenheit.
Thread Starter
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
what do you mean cooling?
the maps are a set, meaning fuel+timing+boost = a power level
you get 2 sets, the stock set, and the altmap set.. two power levels or two fuel types or whatever..
the maps are a set, meaning fuel+timing+boost = a power level
you get 2 sets, the stock set, and the altmap set.. two power levels or two fuel types or whatever..
Does he mean these?
<scaling name="Throttle Cap" units="%" toexpr="x/1024*100" frexpr="x/100*1024" format="%.1f" min="0" max="100" inc=".5" storagetype="uint16" endian="big"/>
<table name="1st gear TPS limiter (Drive)" address="60768" category="SST" type="2D" level="2" scaling="Throttle Cap">
<table name="RPM" address="625cc" type="Y Axis" elements="18" scaling="RPM"/>
</table>
<table name="1st gear TPS limiter (Reverse)" address="60792" category="SST" type="2D" level="2" scaling="Throttle Cap">
<table name="RPM" address="625cc" type="Y Axis" elements="18" scaling="RPM"/>
</table>
<scaling name="Throttle Cap" units="%" toexpr="x/1024*100" frexpr="x/100*1024" format="%.1f" min="0" max="100" inc=".5" storagetype="uint16" endian="big"/>
<table name="1st gear TPS limiter (Drive)" address="60768" category="SST" type="2D" level="2" scaling="Throttle Cap">
<table name="RPM" address="625cc" type="Y Axis" elements="18" scaling="RPM"/>
</table>
<table name="1st gear TPS limiter (Reverse)" address="60792" category="SST" type="2D" level="2" scaling="Throttle Cap">
<table name="RPM" address="625cc" type="Y Axis" elements="18" scaling="RPM"/>
</table>



