View Single Post
      02-07-2017, 06:58 PM   #90
dbronnik
Lieutenant
dbronnik's Avatar
223
Rep
542
Posts

Drives: N54 E88
Join Date: Mar 2012
Location: California

iTrader: (4)

Garage List
Found a 1M trace file to pull values and compare to.. I used the TRC file provided by someone earlier in this thread for a 135i without active steering. I'm not sure if his car was a manual or automatic.

Main variables from this thread:
Code:
DIFF_LOCK // e-diff
135i: wert_02
1M:   wert_00

FBS // Brake Fading Compensation
135i: wert_01
1M:   wert_01

FLR // Engine Power Reduction to Prevent Brake Disc Overheating
135i: wert_01
1M:   wert_00

BB_RAB // Ready Alert Brake
135i: wert_01
1M:   wert_01
Other interesting parameters with differences in DSC module:
Code:
ASC_AMR_STB // Drive torque control
135i: wert_03
1M:   wert_00

BBV_KORR_VA // Brake Pad Wear Compensation, Front Axle
135i: wert_02
1M:   wert_00

BBV_KORR_HA // Brake Pad Wear Compensation, Rear Axle
135i: wert_02
1M:   wert_01 (C08)

DELTA_PSI_BETA_LIMIT // Delta-Psi-Beta Limit Correction
135i: wert_01
1M:   wert_00

DELTA_PSI_BETA_LIMITKORR2
135i: <value does not exist>
1M:   wert_01

DRUCKMODELL_VA // Pressure Model Front Axle
135i: wert_06
1M:   wert_00

DRUCKMODELL_HA // Pressure Model Rear Axle
135i: wert_05
1M:   wert_00

GMK_ECBA_HA // Yaw Moment Compensation Effective Friction Radius, Rear Axle
135i: wert_02
1M:   wert_02 (base value is wert_02, all C0X values are wert_00, not sure what true value is)

LENKWINKELKENNLINIE // Steering Angle Characteristic Curve
135i: wert_03
1M:   wert_00

UEBERSTEUERN_MUE_0 // Understeer Friction Coefficient 0
135i: wert_04
1M:   wert_00 (base value is wert_01, C04 value is wert_04, others are wert_00, not sure what the true value is)

UEBERSTEUERN_MUE_1_2 // Understeer Friction Coefficient 1 2 [DATA<128 ? COEFFICIENT = 2.5 + (DATA/64) : COEFFICIENT = 2.5 + ((DATA/64-256)/64)]
135i: wert_05
1M:   wert_00 (base value is wert_01, C04 value is wert_04, others are wert_00, not sure what the true value is)

UNTERSTEUERSCHWELLE // Understeer Threshold
135i: wert_01
1M:   wert_00 (C03 is wert_02, C04 is wert_04, others are wert_00)
If you're interested in looking at the FSW_PSW.TRC file directly, you can find it at bmw coding dot com page (search for "2011 E82 1M" in "FSW PSW Trace and VO dumps" forum).
__________________

Last edited by dbronnik; 02-08-2017 at 03:54 PM..
Appreciate 3
feuer4275.50