traction control: wheel-slip based close ETB #5843
This commit is contained in:
parent
9777e730a9
commit
7ddf7f980c
|
@ -75,7 +75,7 @@ void setDefaultBaseEngine() {
|
|||
|
||||
engineConfiguration->watchOutForLinearTime = true;
|
||||
|
||||
setLinearCurve(engineConfiguration->tractionControlSlipBins, /*from*/0.8, /*to*/1.2, 0.1);
|
||||
setLinearCurve(engineConfiguration->tractionControlSlipBins, /*from*/0.8, /*to*/1.2, 0.05);
|
||||
setLinearCurve(engineConfiguration->tractionControlSpeedBins, /*from*/10, /*to*/120, 5);
|
||||
|
||||
engineConfiguration->turbochargerFilter = 0.01f;
|
||||
|
|
|
@ -1403,7 +1403,7 @@ tChargeMode_e tChargeMode;
|
|||
uint8_t autoscale triggerCompHystMax;Trigger comparator hysteresis voltage (Max);"V", @@VOLTAGE_1_BYTE_PACKING_DIV@@, 0, 0, 5.1, 2
|
||||
uint8_t autoscale triggerCompSensorSatRpm;VR-sensor saturation RPM;"RPM", 50, 0, 0, 12000, 0
|
||||
|
||||
uint16_t[TRACTION_CONTROL_ETB_DROP_SIZE] autoscale tractionControlSlipBins;;"ratio", 0.1, 0, 0, 999, 1
|
||||
uint16_t[TRACTION_CONTROL_ETB_DROP_SIZE] autoscale tractionControlSlipBins;;"ratio", 0.01, 0, 0, 999, 1
|
||||
uint8_t[TRACTION_CONTROL_ETB_DROP_SIZE] tractionControlSpeedBins;;"RPM", 1, 0, 0, 250, 0
|
||||
int8_t[2] unusedHere
|
||||
|
||||
|
|
Loading…
Reference in New Issue