My ecuEdit XML for A4SGC00C ROMs

Developer topics relating to software that provides a tuning UI to alter ECU code and data

Moderator: Freon

Postby rewt » Fri Mar 10, 2006 2:37 pm

hmm... i've started using big endian support in ecuEdit, but now, certain formulas are no longer working. for example, the following formulas for MAF Sensor scaling are no longer working:

<function name="toMAFvolt" expr="[value]*0.019534"/>
<function name="toAirFlow" expr="[value]*300/256"/>
<function name="toAirFlow16" expr="[value]*300/65536"/>

Also, injector scaling displays 380cc's on my stock ROM when I use:
func_2val="2447960/[value]"

I thought the stock injectors were 400+ cc's.
rewt
 
Posts: 21
Joined: Thu Nov 24, 2005 9:15 pm
Location: Northern DE

Postby qoncept » Fri Mar 10, 2006 4:28 pm

From my understanding, the stock WRX injectors are rated at something like 440cc but actually only flow 380cc/min. I'm not really sure.

This is just off the top of my head, but try this..

<function name="toMAFvolt" expr="[value]*0.019534*256"/>
<function name="toAirFlow" expr="[value]*300"/>
<function name="toAirFlow16" expr="[value]*300/256"/>
qoncept
 
Posts: 249
Joined: Tue Oct 04, 2005 6:43 pm
Location: Montgomery, AL

Previous

Return to Tuning Software

Who is online

Users browsing this forum: No registered users and 3 guests