psi based boost control
Hey guys,
I feel like a complete dunce, Please help me out.
My Rom ID is 52680022 and it inherits 52680015.
I've tried placing the code into 52680022 and I couldn't see any new tables and nothing named "direct boost"
I also tried placing it 52680015 and evo10base. No matter where I place this code, I cannot see the new tables.
I receive no errors and nothing abnormal, I just simply do not see the new tables anywhere.
What am I doing wrong? Is there some special method for Win 7 based laptops?
Thanks for the help.
I feel like a complete dunce, Please help me out.
My Rom ID is 52680022 and it inherits 52680015.
I've tried placing the code into 52680022 and I couldn't see any new tables and nothing named "direct boost"
I also tried placing it 52680015 and evo10base. No matter where I place this code, I cannot see the new tables.
I receive no errors and nothing abnormal, I just simply do not see the new tables anywhere.
What am I doing wrong? Is there some special method for Win 7 based laptops?
Thanks for the help.
Last edited by tsitalon1; Jul 25, 2010 at 07:17 PM.
Hey guys,
Thanks for all the help, I believe I have everything working, just gotta fine tune now.
I want to log boost error. I understand that it is 2byte and the address is 0x80858E, but what is the formula?
Thanks for all the help, I believe I have everything working, just gotta fine tune now.
I want to log boost error. I understand that it is 2byte and the address is 0x80858E, but what is the formula?
D, I know it's been asked previously but no table has been posted for it yet.
5269xxxx would be appreciated.
They don't match with the 5268xxxx and I've tried all the other without success.

EDIT: Actually I found them I think 40 offset up
Could you please confirm Tephra those are correct.
Until Tephra confirm don't use what's listed below, if you brick you're ECU it's your own fault.
52690019
5269xxxx would be appreciated.
They don't match with the 5268xxxx and I've tried all the other without success.

EDIT: Actually I found them I think 40 offset up

Could you please confirm Tephra those are correct.
Until Tephra confirm don't use what's listed below, if you brick you're ECU it's your own fault.
52690019
Code:
<scaling name="Throttle_Main - Stored Minimum Throttle %" units="%" toexpr="(x+(90/4))*100/255" frexpr="x*255/100-(90/4)" format="%.1f" min="0" max="100" inc="2" storagetype="uint16" endian="big"/> <scaling name="BoostErrorPsi" units="psi" toexpr="(x-128)*0.19347/4" frexpr="(x*4/0.19347)+128" format="%.1f" min="-6.1" max="6.1" inc="0.1" storagetype="uint16" endian="big"/> <scaling name="OffsetWGDC" units="WGDC Change" toexpr="(x-128)/2" frexpr="x*2+128" format="%.1f" min="-64" max="63.5" inc="0.5" storagetype="uint8" endian="big"/> <scaling name="psia8" units="psia" toexpr="x*0.19347" frexpr="x/0.19347" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint8" endian="big"/> <scaling name="psia16" units="psia" toexpr="x*0.19347" frexpr="x/0.19347" format="%.1f" min="0" max="49.5" inc="0.1" storagetype="uint16" endian="big"/> <table name="Atmospheric Boost" category="Direct Boost" address="53484" type="1D" scaling="psia16"/> <table name="Target Boost Error Correction" category="Direct Boost" address="58cd4" type="2D" scaling="OffsetWGDC"> <table name="Boost Error" address="625b8" type="Y Axis" elements="17" scaling="BoostErrorPsi"/> </table> <table name="Boost Target #1A (High Gear Range)" category="Direct Boost" address="58e41" type="3D" swapxy="true" scaling="psia8"> <table name="Throttle" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %" address="62610"/> <table name="RPM" type="Y Axis" elements="18" scaling="RPM" address="6258e"/> </table> <table name="Boost Target #1B (High Gear Range)" category="Direct Boost" address="58eeb" type="3D" swapxy="true" scaling="psia8"> <table name="Throttle" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %" address="62610"/> <table name="RPM" type="Y Axis" elements="18" scaling="RPM" address="6258e"/> </table> <table name="Boost Target #2 (Low Gear Range)" category="Direct Boost" address="573f1" type="3D" swapxy="true" scaling="psia8"> <table name="Throttle" type="X Axis" elements="9" scaling="Throttle_Main - Stored Minimum Throttle %" address="62610"/> <table name="RPM" type="Y Axis" elements="18" scaling="RPM" address="6258e"/> </table> <table name="Variable for Boost Control 0xC774 -> 0xC71A" category="Direct Boost" address="a0d06" type="1D" scaling="Hex16"/> <table name="SHLR->SHLR2 0x5101 -> 0x5102" category="Direct Boost" address="a0d08" type="1D" scaling="Hex16"/> <table name="Boost Error RAM Address 0xC590 -> 0xC58E (is 0x80858E for logging)" category="Direct Boost" address="a0d2e" type="1D" scaling="Hex16"/> <table name="Boost Error RAM Address in Load Error Table 0xC590 -> 0xC58E" category="Direct Boost" address="625b4" type="1D" scaling="Hex16"/>
Last edited by Kasander; Jul 30, 2010 at 01:10 PM.
j/k...I would like this as well, but not screaming need, I just want it. lol.
Last edited by kozmic27; Aug 1, 2010 at 08:32 PM. Reason: damn keyboard sticks
Tephra...I know you have said you were kind of looking at this, but any chance of MAP sensor scaling any time soon? I really want to run psi based boost but with the new build I will be running at least 35psi I think and the MAP sensor won't support that, so we would have to stick with load based boost instead.
Thread Starter
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
working out the scaling for psi boost will be easy - i dont need the sensor for that, omni have formulas on their website.
the real problem is rescaling all the other tables in the ECU, at the moment I should be able to the main 3, but I can't recall if there are any others...
the real problem is rescaling all the other tables in the ECU, at the moment I should be able to the main 3, but I can't recall if there are any others...
working out the scaling for psi boost will be easy - i dont need the sensor for that, omni have formulas on their website.
the real problem is rescaling all the other tables in the ECU, at the moment I should be able to the main 3, but I can't recall if there are any others...
the real problem is rescaling all the other tables in the ECU, at the moment I should be able to the main 3, but I can't recall if there are any others...
So we can try to get it working on my power tune coming in the next few weeks.




