Defined Rear 02 AFR 3 correction limits for 2013 USDM WRX, ECU ID: AE5L600L, may be the same for the Sedan with AE5L500L or whatever it is.
past into ecu def:
Code:
<table name="AF 3 Correction Limits" category="AFR 3 REAR O2 INPUT" address="33c2c" type="2D" level="1" scaling="A/FLearning#1Limits(%)">
<description>CHANGING THIS VALUE MIN-MAX TO 0 INPUT RESULTS IN THE DISABLITY OF THE REAR O2 SENSOR INPUT ON TARGET AFR, THIS AFR TRIM 3 CAN CAUSE RICHER THAT DISIRED IDLES WHEN LEFT ON. DISABLE IF EXPERINCING RICHER THAN IDEAL IDLES WHEN ALL OTHER SCALING IS VERIFYED CORRECT OR REAR O2 SENSOR DELETE. </description>
<table name="limits" type="X Axis" elements="2"/>
</table>
<table name="AF 3 Learning Limits" category="AFR 3 REAR O2 INPUT" address="38150" type="2D" level="1" scaling="A/FLearning#1Limits(%)">
<description>CHANGING THIS VALUE MIN-MAX TO 0 INPUT RESULTS IN THE DISABLITY OF THE REAR O2 SENSOR INPUT ON TARGET AFR, THIS AFR TRIM 3 CAN CAUSE RICHER THAT DISIRED IDLES WHEN LEFT ON. DISABLE IF EXPERINCING RICHER THAN IDEAL IDLES WHEN ALL OTHER SCALING IS VERIFYED CORRECT OR REAR O2 SENSOR DELETE. </description>
<table name="limits" type="X Axis" elements="2"/>
</table>
Past into 32 bit definition, (The scaling part is not my work, I sampled it from a post of this topic but do not remember who. Not trying to take credit from anyone just help others get this parameter easily):
Code:
<scaling name="AF3_Adder2" units="units" toexpr="x*0.000015258789" frexpr="x/0.000015258789" format="%.6f" min="0" max="255" inc="1e-05" storagetype="uint16" endian="big"/>
<table name="AF 3 Correction Adder (Increase) B" category="ALPHA AF 3 (Rear O2 Sensor)" type="2D" level="1" scaling="AF3_Adder2">
<table name="TPS Opening %" type="Y Axis" elements="9" scaling="TargetThrottlePlateOpeningAngle(%)1"/>
</table>
<table name="AF 3 Correction Adder (Decrease)" category="ALPHA AF 3 (Rear O2 Sensor)" type="2D" level="1" scaling="AF3_Adder2">
<table name="TPS Opening %" type="Y Axis" elements="9" scaling="TargetThrottlePlateOpeningAngle(%)1"/>
</table>