Thank you so much srg123!!!
Here are the few fixes I had to apply to your definitions above
Engine Load address was the wrong address, here is the right one:
Code:
<table name="Table_VVL_Related_Engine_Load_Delta_OSV_Current_Additive_Right" category="ALPHA - VVL" address="d657c" type="2D" level="1" scaling="VVL_Test_1">
<table name="Engine Load" address="d6548" type="X Axis" elements="13" scaling="EngineLoad(g/rev)1"/>
</table>
This one was missing a the D before the 64f4:
Code:
<table name="VVL OSV Duty (High Mode)" category="ALPHA - VVL" address="d64f4" type="1D" level="1" scaling="rawecuvalue"/>
These two were using "AcceleratorPedalAngle(%)1", changed them to use "ThrottlePlateOpeningAngle(%)"
Code:
<table name="VVL_Minimum_TPS_Switch_High_Mode_RPM_axis_A" category="ALPHA - VVL" address="d6704" type="2D" level="1" scaling="ThrottlePlateOpeningAngle(%)">
<table name="Engine Speed" category="ALPHA - VVL" address="d66e8" type="X Axis" elements="7" scaling="RPM"/>
</table>
<table name="VVL_Minimum_TPS_Switch_High_Mode_RPM_axis_B" category="ALPHA - VVL" address="d66cc" type="2D" level="1" scaling="ThrottlePlateOpeningAngle(%)">
<table name="Engine Speed" category="ALPHA - VVL" address="d66b0" type="X Axis" elements="7" scaling="RPM"/>
</table>
Next one I can't seem to figure out, EZ1GB10G is on top, EE5K801W is on bottom. Notice how it's seeing the same values for all 3 tables (scaling changes the values slightly). I verified and it is using different tables, checked the hex position references and they do look correct as compared to EZ1GB10G.
Attachment:
VVL Pedal-TPS Switch_EZ1GB10G vs EE5K801W.PNG
So either the Legacy/Outback tune disables it at very low TPS % or those tables are not at those addresses.
Thank you so much once again, your findings got me that much closer to getting these defined!
