88590015 wastegate solenoid xml
Thread Starter
Evolving Member
iTrader: (4)
Joined: Dec 2006
Posts: 392
Likes: 1
From: Twin Cities, MN
88590015 wastegate solenoid xml
Could someone post the ecuflash xml for the wastegate solenoid activation tables?
When I open mine there is nothing there, just a "." where the table would be. This is what's in my xml..
edit - "Wastegate Solenoid Activation RPM-Active" works, the other 3 dont..
thanks
When I open mine there is nothing there, just a "." where the table would be. This is what's in my xml..
Code:
<table name="Wastegate Solenoid Activation RPM-Active" address="1668"/> <table name="Wastegate Solenoid Activation RPM-De-activate" address="166a"/> <table name="Wastegate Solenoid De-activation RPM-De-activate" address="166c"/> <table name="Wastegate Solenoid De-activation RPM-Re-activate" address="166e"/>
thanks
Thread Starter
Evolving Member
iTrader: (4)
Joined: Dec 2006
Posts: 392
Likes: 1
From: Twin Cities, MN
Figured this out with some help from mplspilot. I recreated the table for solenoid activation with the correct scaling and it had 24000 in it.. changed that to 2250 and it worked
in 88590015:
<table name="Wastegate Solenoid Re/De-Activation RPM" address="1668" level="1" scaling="RPMStatLimit">
<table name="Condition" elements="4"/>
</table>
In evo9base:
<table name="Wastegate Solenoid Re/De-Activation RPM" category="Turbo" type="2D" level="1" scaling="RPMStatLimit">
<table name="Condition" type="Static Y Axis" elements="4">
<data>Reactivate On</data>
<data>Reactivate Off</data>
<data>Deactivate On</data>
<data>Deactivate Off</data>
</table>
</table>
Values should come up in the table as:
2250
2156
7500
7500
btw, if you rev past 7500 and have a GM solenoid, you will probably want to up the 'Deactivate On/Off' values from 7500 to something higher. If you keep it at 7500, and you have WGDC below 100%, the WGDC will jump to 100% no matter what past 7500. Even if you have rescaled your WGDC tables past 7500.
<table name="Wastegate Solenoid Re/De-Activation RPM" address="1668" level="1" scaling="RPMStatLimit">
<table name="Condition" elements="4"/>
</table>
In evo9base:
<table name="Wastegate Solenoid Re/De-Activation RPM" category="Turbo" type="2D" level="1" scaling="RPMStatLimit">
<table name="Condition" type="Static Y Axis" elements="4">
<data>Reactivate On</data>
<data>Reactivate Off</data>
<data>Deactivate On</data>
<data>Deactivate Off</data>
</table>
</table>
Values should come up in the table as:
2250
2156
7500
7500
btw, if you rev past 7500 and have a GM solenoid, you will probably want to up the 'Deactivate On/Off' values from 7500 to something higher. If you keep it at 7500, and you have WGDC below 100%, the WGDC will jump to 100% no matter what past 7500. Even if you have rescaled your WGDC tables past 7500.
Last edited by razorlab; Oct 18, 2007 at 12:03 AM.
Hey merkzu!
Found you here! ok your edit ("edit - "Wastegate Solenoid Activation RPM-Active" works, the other 3 dont..") is easily fixable too
That new table you created (with 1668 address) , i forget what you named it, do this now:
Right click on it and do "edit"
Change "1D" to "2D"
Name bottom table "condition", chage type from "x axis" to "static Y axis"
In the "Static value" section, write:
"ON
OFF
ON
OFF"
Close rom, reopen, enjoy!!
Found you here! ok your edit ("edit - "Wastegate Solenoid Activation RPM-Active" works, the other 3 dont..") is easily fixable too
That new table you created (with 1668 address) , i forget what you named it, do this now:
Right click on it and do "edit"
Change "1D" to "2D"
Name bottom table "condition", chage type from "x axis" to "static Y axis"
In the "Static value" section, write:
"ON
OFF
ON
OFF"
Close rom, reopen, enjoy!!
Trending Topics
I still dont get it.. the option appears grayed out.. do I have to edit the map??
Can you plz post a dummy proof post.. detail by detail.. why is it that the OP has 4 tables in his XML and you only post on table..?
Can you plz post a dummy proof post.. detail by detail.. why is it that the OP has 4 tables in his XML and you only post on table..?
\OpenECU\EcuFlash\rommetadata\mitsubishi\evo\88590 015 (or whatever rom you have)
add:
<table name="Wastegate Solenoid Re/De-Activation RPM" address="1668" level="1" scaling="RPMStatLimit">
<table name="Condition" elements="4"/>
</table>
----------------------------------------
\OpenECU\EcuFlash\rommetadata\mitsubishi\evo\evo9b ase
add:
<table name="Wastegate Solenoid Re/De-Activation RPM" category="Turbo" type="2D" level="1" scaling="RPMStatLimit">
<table name="Condition" type="Static Y Axis" elements="4">
<data>Reactivate On</data>
<data>Reactivate Off</data>
<data>Deactivate On</data>
<data>Deactivate Off</data>
</table>
</table>
Values should come up in the table as:
2250
2156
7500
7500
Then you could delete these if you want as above basically takes these and puts them in one entry/table with 4 different parameters:
<table name="Wastegate Solenoid Activation RPM-Active" address="1668"/>
<table name="Wastegate Solenoid Activation RPM-De-activate" address="166a"/>
<table name="Wastegate Solenoid De-activation RPM-De-activate" address="166c"/>
<table name="Wastegate Solenoid De-activation RPM-Re-activate" address="166e"/>
----------------------------------------
btw, if you rev past 7500 and have a GM solenoid, you will probably want to up the 'Deactivate On/Off' values from 7500 to something higher. If you keep it at 7500, and you have WGDC below 100%, the WGDC will jump to 100% no matter what past 7500. Even if you have rescaled your WGDC tables past 7500.
razorlab,
good that you managed to fix it.
i am looking for this whole xml file if you can post it our email it to me i will appriciate it.
fbikawi AT yahoo DOT com
thanks in advance
good that you managed to fix it.
i am looking for this whole xml file if you can post it our email it to me i will appriciate it.
fbikawi AT yahoo DOT com
thanks in advance






