Code: Select all
[AutoTune]
#if MS_I
table = veTableMap ; Should be the map3d_id of a TableEditor entry.
allowAutoTune = on ; Displays the check box on the specified tuning dialog.
corrector = egoCorrection ; Variable used for correction algorithm.
; Tuning block parameters
; Global limits on tuning, outside the box and nothing happens.
xLimits = 1500, 4000 ; RPM
yLimits = 60, 90 ; MAP
zLimits = 10, 200 ; VE
; Vertex tolerance parameters
; How close you must be to a vertex before tuning takes place.
xRadius = 200 ; RPM
yRadius = 7 ; MAP
; Controller parameters
initialStartupInterval = 1.0 ; Seconds before first adjustment
updateInterval = 1.0 ; Seconds between each consecutive adjustment.
proportionalGain = 0.5 ; Proportion of (100-corrector) to use for adjustment.
lumpiness = 5 ; Maximum percent adjustment above or below neighboring VE points.