Ignition cut rev limiter with crome?

werd_103

#1 โ—ˆ 2019-08-23

got my self a chipped P72 and am trying to find if there is a plug in or something for ignition cut rev limiter? went for a bit of a look on the tune with crome website and on the feature under plugins under ROM enhancements it says its a default feature but haven't found anything yet. so any links or info would be helpful

dip

#2 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

If you send me the binary file of the program memory of your P72, I can change the ignition cut rev limiter at your request.

werd_103

#3 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

That'd be great. will do. just wondering if it is something i can do myself? and if not is it just the normal rev limiter rpm i change to change the ignition cut rpm?

werd_103

#4 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

also how would i go about sending the bin file to you?

dip

#5 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

:arrow: d.pelegri@orange.fr

after, I would indicate the addresses to be changed for the rev limit.

werd_103

#6 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

Thanks. Sent the roms to you

dip

#7 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

Received. I work on it.

dip

#8 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

Werd_103, I have send email to you.

"269stock.bin" (no change) => Rev Limiter :
Fuel : Cut at 8100 rpm and Reset at 7900 rpm
Ignition : no actif

"269stock_IngRevCut.bin" (add Ign Rev Limiter) => Rev Limiter :
Fuel : Cut at 8100 rpm and Reset at 7900 rpm
Ignition : Cut at 8100 rpm and Reset at 7900 rpm

If "269stock_IngRevCut.bin" is ok, I make same change in your second bin file.

Didier

dip

#9 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

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 ? :arrow:
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 ? :arrow: It depends on your expertise.


What is the ignition cut limiter set at ? :arrow: I gave the indication in my post above.

dip

#10 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

Image

Image

werd_103

#11 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

thanks heaps dip. ill try it out asap

dip

#12 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

In my last picture :
AL is not "= Image Engine Rpm" but "= Image Ignition Advance".
Sorry.

dip

#13 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

You tested :?:

illegalrevz

#14 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

hey is this still alive ??? i really would like to see a plugin it would be nice thanks

dip

#15 โ—ˆ 2019-08-23

Re: Ignition cut rev limiter with crome?

No news of werd_103