rev limiter settings bug

This is a forum for discussing the development and testing of alpha MS2/Extra code. Documentation
(Runs on MS2 and Microsquirt)

Moderators: jsmcortina, muythaibxr

Post Reply
elior77
Experienced MS/Extra'er
Posts: 204
Joined: Sun Nov 18, 2012 12:07 am

rev limiter settings bug

Post by elior77 »

"Rev limit TPS bypass %"

The "help" suggest to use a value above 100 in order to disable this option, but when I try something above 100 it will ask to keep it <=100.
97 1.8T DIYPNP Seq Inj
http://megamiata.blogspot.co.il/
jsmcortina
Site Admin
Posts: 39615
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: rev limiter settings bug

Post by jsmcortina »

I've adjusted the upper limit in the ini file for the next release.

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
elior77
Experienced MS/Extra'er
Posts: 204
Joined: Sun Nov 18, 2012 12:07 am

Re: rev limiter settings bug

Post by elior77 »

Can I do the same ?
97 1.8T DIYPNP Seq Inj
http://megamiata.blogspot.co.il/
dontz125
Super MS/Extra'er
Posts: 4221
Joined: Mon May 11, 2009 7:14 pm
Location: York, ON
Contact:

Re: rev limiter settings bug

Post by dontz125 »

Yes. Make sure the project is not open is TS, then open the mainController.ini in your projectCfg folder using WordPad or something similar (for your sanity, DON'T use NotePad ...), and search for the following line:

Code: Select all

TpsBypassCLTRevlim = scalar, S16,   44,             "TPS %",    0.10000,   0.00000, 0,      100,         1 ; * (  2 bytes)
Change the 100 to something higher, like so:

Code: Select all

TpsBypassCLTRevlim = scalar, S16,   44,             "TPS %",    0.10000,   0.00000, 0,      200,         1 ; * (  2 bytes)
Open the project in TS, and set the bypass % to something over 100%.
Temporarily shut down - back soon!
QuadraMAP Sensor Module -- PWM-to-Stepper Controller -- Dual Coil Driver
Coming soon: OctoMAP Sensor Module
TTR Ignition Systems
elior77
Experienced MS/Extra'er
Posts: 204
Joined: Sun Nov 18, 2012 12:07 am

Re: rev limiter settings bug

Post by elior77 »

Great, thanks.
97 1.8T DIYPNP Seq Inj
http://megamiata.blogspot.co.il/
Post Reply