Custom ini help

Testing and development of Megasquirt 3

Moderators: jsmcortina, muythaibxr

Post Reply
Karlou426hemi
MS/Extra Newbie
Posts: 6
Joined: Mon Aug 31, 2015 11:07 am

Custom ini help

Post by Karlou426hemi »

I have a custom compound turbo setup on my car and I am having trouble with closed loop boost control.

I have identified the portion of the code that is giving me trouble ....

} else if (outpc.map >= (targ_load - lowerlimit)) {
ret = 0;

I want to use closed loop boost for my big turbo wastegate but as the small one spool up the controller kick in witch causes all my problems.

so I would like to replace the '' outpc.map '' for my sensor03 reading witch is a map between to two turbos. this way, the controller will still rack the map sensor but will activate under a different condition

Would it be outpc.sensor03 ???? or is sensor03 under a different name in the code ?




Also, stage injection MAP is limited to 250Kpa in tuner studio., but I would need up to 400 kpa. Do modifying the .ini file to raise the limit will make it work or will the source code need to be modified to ?
Post Reply