View Single Post
Old 04-30-2015, 10:28 PM   #231
akahenry
Senior Member
 
akahenry's Avatar
 
Join Date: Jul 2013
Drives: '18 STi
Location: Bay Area
Posts: 837
Thanks: 1,315
Thanked 201 Times in 155 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
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.
akahenry is offline   Reply With Quote