V7 PSI based boost control
anyone know if is ok to tune psi based boost on a evo 9 with a 3 bar gm boost sensor? (setup properly)
if my egr is removed and blocked i have to setup also the map sensor section in ecuflash on tehpra v7 rom?(running maf not sd)
if my egr is removed and blocked i have to setup also the map sensor section in ecuflash on tehpra v7 rom?(running maf not sd)
here are the scalings you will need for the gm 3 bar
cheers
Code:
<scaling name="BoostErrorPsi GM3barMAP" units="psi" toexpr="(x-128)/(8*5.728)" frexpr="x*8*5.728+128" format="%.1f" min="-2.8" max="2.8" inc="0.1" storagetype="uint16" endian="big"/> <scaling name="PSIa16 GM3barMAP" units="PSIa" toexpr="x/(5.728*2)" frexpr="x*(2*5.728)" format="%.1f" min="0" max="29" inc="0.1" storagetype="uint16" endian="big"/> <scaling name="PSIa8 GM3barMAP" units="PSIa" toexpr="x/(5.728*2)" frexpr="x*(2*5.728)" format="%.1f" min="0" max="30" inc="0.1" storagetype="uint8" endian="big"/>






