Your email :
Quote:
Thanks heaps. Is there an easy way to describe what you did? Is there anything I cant edit without disturbing the ignition cut? And what is the ignition cut limiter set at?
Is there an easy way to describe what you did ?
Here is the summary.
Init FlagRevLimiter :if FlagRevLimiter = False then ValueRevLimiter = 8100 rpm else ValueRevLimiter = 7900 rpm
if Engine_RPM<ValueReLimiter then FlagRevLimiter = False else FlagRevLimiter = True
In Fuel Injection routine :if FlagRevLimiter = False then Fuel Injection = Run else Fuel Injection = Stop
In Ignition routine (I have add) :if FlagRevLimiter = False then Ignition = Run else Ignition = Stop
Is there anything I cant edit without disturbing the ignition cut ? 
It depends on your expertise.
What is the ignition cut limiter set at ? 
I gave the indication in my post above.