Hi,
The .xdf file in the DL section has a real common error that can really mess someone up that is starting to tune. EVERY single .xdf for 8F I've seen has this wrong.
Problem lies with the rev limiters.
"RETURN ALL FUEL IF RPM <= THIS"
and
"SHUTOFF ALL FUEL IF RPM >= THIS"
The conversion for both reads "25.0000 * X + 0.0000"
should read : "1310732.000000 / X + 0.000000"
I know it's a minor issue, but we may as well fix it. It confused the hell out of me once, I was raising rev limiters and they were actually being lowered and it was annoying.
That is all.
I can't attach my updated file cause I don't have the Winzip.
The .xdf file in the DL section has a real common error that can really mess someone up that is starting to tune. EVERY single .xdf for 8F I've seen has this wrong.
Problem lies with the rev limiters.
"RETURN ALL FUEL IF RPM <= THIS"
and
"SHUTOFF ALL FUEL IF RPM >= THIS"
The conversion for both reads "25.0000 * X + 0.0000"
should read : "1310732.000000 / X + 0.000000"
I know it's a minor issue, but we may as well fix it. It confused the hell out of me once, I was raising rev limiters and they were actually being lowered and it was annoying.
That is all.
I can't attach my updated file cause I don't have the Winzip.
Comment