View Single Post
Old 12-10-2014, 02:20 PM   #188
Foobar
SLO NO MO
 
Foobar's Avatar
 
Join Date: Jul 2012
Drives: '19 Tesla Model 3 Performance
Location: NY, USA
Posts: 2,961
Thanks: 224
Thanked 1,062 Times in 738 Posts
Mentioned: 34 Post(s)
Tagged: 0 Thread(s)
Garage
Quote:
Originally Posted by acj47 View Post
So if I am using OFT v2.06 map and my calid is A01C, which file do I need to reference?

Thank you.
The B01C definition should have the appropriate mappings.

Specifically, you'll need
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>
I think that's all you're missing.
Foobar is offline   Reply With Quote
The Following 3 Users Say Thank You to Foobar For This Useful Post:
acj47 (12-10-2014), Andrew025 (01-05-2015), RavioliG (01-26-2015)