DAVO240
10-10-2009, 04:15 AM
All you people who start tuning with a narrowband and can't get any sence from the EGO correction dial. or it just keeps making it richer and richer to the point of raw fuel out the tailpipe.
after endless searching the MS forums, i've found this stuff
NARROW_BAND_EGO
egoTarget = scalar, U08, 598, "v", -0.004883, -204.800, 0.00, 2.00, 4 ; * ( 1 byte)
is how release extra release is read, the orignal code reads
NARROW_BAND_EGO
egoTarget = scalar, U08, 598, "v", 0.01000, 0.00000, 0.00, 2.00, 4 ; * ( 1 byte)
if you replace the line line above with the line below, the EGO correcting thingo will work again, as will auto tune.
Or you could buy a wideband, as i have just done, but if your like me and other turbobrick members and buy stuff little by little you can be tuning while saving money to buy more volvo parts.
hope it helps some people.
after endless searching the MS forums, i've found this stuff
NARROW_BAND_EGO
egoTarget = scalar, U08, 598, "v", -0.004883, -204.800, 0.00, 2.00, 4 ; * ( 1 byte)
is how release extra release is read, the orignal code reads
NARROW_BAND_EGO
egoTarget = scalar, U08, 598, "v", 0.01000, 0.00000, 0.00, 2.00, 4 ; * ( 1 byte)
if you replace the line line above with the line below, the EGO correcting thingo will work again, as will auto tune.
Or you could buy a wideband, as i have just done, but if your like me and other turbobrick members and buy stuff little by little you can be tuning while saving money to buy more volvo parts.
hope it helps some people.