View Single Post
Old 04-30-2015, 10:51 PM   #232
Andrew025
Senior Member
 
Andrew025's Avatar
 
Join Date: Jul 2013
Drives: Neptune GR86
Location: Portland
Posts: 3,862
Thanks: 1,438
Thanked 3,505 Times in 1,806 Posts
Mentioned: 60 Post(s)
Tagged: 2 Thread(s)
Quote:
Originally Posted by akahenry View Post
Man I'm confused. I have no idea how to add the remaining sections of: "MAF Correction After Start (Neutral)" and "MAF Correciton After Start (In Gear)" into my "definition"/ rom. People are saying to edit a definition... how do I go about doing this? When I try to copy and past the following into my "definition," nothing happens.
Code:
<table name="MAF Correction After Start (Neutral)" storageaddress="11C868">
  <table type="X Axis" storageaddress="11C81C" />
  <table type="Y Axis" storageaddress="11C848" />
</table>
<table name="MAF Correction After Start (In Gear)" storageaddress="11C964">
<table type="X Axis" storageaddress="11C918" />
<table type="Y Axis" storageaddress="11C944" />
</table>
and

Code:
<table type="3D" name="MAF Correction After Start (In Gear)" category="Mass Airflow / Engine Load" storagetype="uint16" endian="big" sizex="11" sizey="8" userlevel="4">
      <scaling units="g/s" expression="x*0.004577637" to_byte="x/0.004577637" format="0.0" fineincrement="0.1" coarseincrement="1" />
      <table type="X Axis" name="Coolant Temperature" storagetype="float" >
        <scaling units="DegreesF" expression="(x*1.8)+32" to_byte="(x-32)/1.8" format="0.0" fineincrement="1" coarseincrement="10" />      
        </table>
      <table type="Y Axis" name="Idle Mode" storagetype="float" >
        <scaling units="Mode Counter" expression="x" to_byte="x" format="0" fineincrement="1" coarseincrement="5" />
      </table>
    </table>
    <table type="3D" name="MAF Correction After Start (Neutral)" category="Mass Airflow / Engine Load" storagetype="uint16" endian="big" sizex="11" sizey="8" userlevel="4">
      <scaling units="g/s" expression="x*0.004577637" to_byte="x/0.004577637" format="0.0" fineincrement="0.1" coarseincrement="1" />
      <table type="X Axis" name="Coolant Temperature" storagetype="float" >
        <scaling units="DegreesF" expression="(x*1.8)+32" to_byte="(x-32)/1.8" format="0.0" fineincrement="1" coarseincrement="10" />      
        </table>
      <table type="Y Axis" name="Idle Mode" storagetype="float" >
        <scaling units="Mode Counter" expression="x" to_byte="x" format="0" fineincrement="1" coarseincrement="5" />
      </table>
    </table>
In other words, I'm a noob and don't know how to edit the my rom. Can anyone make a step by step guide?

I'm using the "OFT_ZA1JB10C" rom, more specifically the Stage 2 UEL bin.
What are you using to edit the definition?
If you're not already using it, download notepad++ and open the definition with that.
__________________
Andrew025 is offline   Reply With Quote