EcuEdit... deceleration ignition tables

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

Moderator: Freon

EcuEdit... deceleration ignition tables

Postby thejean » Sun Jul 23, 2006 3:56 pm

Can someone tell how to (or even if we can) access the deceleration ignition tables in EcuEdit? I tried looking but didn't see them. There are a couple of ??unknown tables... I wonder if on of these is it? Cheers, JC
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby intrawrx » Sun Jul 23, 2006 5:47 pm

I didn't think it was "up to" ecuedit to define the deceleration ignition tables. If you want stuff like that mapped, you'll need to edit the XML definition file to account for the things you want in that ROM location.
intrawrx
 
Posts: 58
Joined: Tue Nov 01, 2005 6:57 pm

Postby thejean » Mon Jul 24, 2006 8:18 am

Ahhh, I see then. Thanks. Now, to figure how in the heck to do that... This XML stuff is totally new to me. :( So, how would I go about modifying the XML definition file to include the deceleration ignition table in the rom image?
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby thejean » Mon Jul 24, 2006 12:41 pm

Would the Ignitition Acceleration Compensation A - #81 - 29B3D be the table I am looking for perhaps? If so, that sucks because one of the axis is undefined.
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby ride5000 » Thu Sep 14, 2006 6:09 am

thejean wrote:Would the Ignitition Acceleration Compensation A - #81 - 29B3D be the table I am looking for perhaps? If so, that sucks because one of the axis is undefined.


i believe that this table will alter ignition timing depending on the rate of change of vehicle speed. not sure though.

ken
ride5000
 
Posts: 44
Joined: Tue Feb 01, 2005 12:18 pm
Location: lincoln, ri

Postby thejean » Thu Sep 14, 2006 8:24 am

Thats what I figured Ken. Care to work with me on figuring out the scaling for these tables? The tables I need are ignition timing and fuelling on overrun. Cobb has confirmed that they are in there and are used but I don't which tables theya re because the numbers the ECU spit out without scaling make no sense to me.

EDIT: Related thread... http://forums.openecu.org/viewtopic.php?t=957
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby ride5000 » Thu Sep 14, 2006 10:29 am

actually, i changed my mind... it's probably ignition correction based on delta rpm, which is more pertinant.

i just changed mine and will keep an eye out in the logs to see if it has an effect on timing numbers.

i am also on the hunt for where exactly the ecu gets timing numbers for idle. it doesn't seem to get them from the main ign table.

not only just literally at idle rpm, but also, any time the tps is in the "idle" range, regardless of rpm, it pulls a timing number from SOMEWHERE, but i don't know where. it's around 11-14* in my case.

i'm afraid at this point we are getting really into the nitty gritty and poring over the hex is the only way to go about it. that is unless someone with protuner can make a change and compare maps for us... ;)
ride5000
 
Posts: 44
Joined: Tue Feb 01, 2005 12:18 pm
Location: lincoln, ri

Postby thejean » Thu Sep 14, 2006 11:22 am

ride5000 wrote:i am also on the hunt for where exactly the ecu gets timing numbers for idle. it doesn't seem to get them from the main ign table.


When you use ecuedit for editing you will find an idle ignition map. Its a 2x2 map with min/max rpm and timing figures.

ride5000 wrote:that is unless someone with protuner can make a change and compare maps for us... ;)


You read my mind... :D

But, not all tables are available in protuner. We need someone with access to E***K to do this for us. Takers, PM me.
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby thejean » Thu Sep 14, 2006 1:50 pm

Assuming the X axis is load and the Y axis is RPM, does this look like it could be a decel timing table?

Image
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby ride5000 » Sun Oct 08, 2006 12:30 pm

could be.

it looks like there may be a corresponding dynamic advance table to go along with that one.
ride5000
 
Posts: 44
Joined: Tue Feb 01, 2005 12:18 pm
Location: lincoln, ri

Postby Freon » Sun Oct 08, 2006 12:43 pm

These sort of questions are very ECU specific. Post a link to your ROM and I can try to take a look. I'm far more familiar with the DBW ECU, though.
Freon
 
Posts: 700
Joined: Thu Nov 17, 2005 5:50 pm
Location: Indianapolis, IN

Postby thejean » Mon Oct 09, 2006 10:27 am

Freon wrote:These sort of questions are very ECU specific. Post a link to your ROM and I can try to take a look. I'm far more familiar with the DBW ECU, though.


Here you go. Thanks, JC
Attachments
2002wrxstock_A4SGD10C_US_192.hex
(192 KiB) Downloaded 1523 times
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby thejean » Mon Oct 09, 2006 10:51 am

thejean wrote:Assuming the X axis is load and the Y axis is RPM, does this look like it could be a decel timing table?

Image


That was actually some math I applied to a CPC duty cycle table so I don't think it has anything to do with decel ign timing.
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby thejean » Mon Oct 09, 2006 10:54 am

ride5000 wrote:i am also on the hunt for where exactly the ecu gets timing numbers for idle. it doesn't seem to get them from the main ign table.

not only just literally at idle rpm, but also, any time the tps is in the "idle" range, regardless of rpm, it pulls a timing number from SOMEWHERE, but i don't know where. it's around 11-14* in my case.


In my XML def, it pulls up a idle ign map and a throttle into idle map and a throttle out of idle map. JC
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Postby thejean » Mon Oct 09, 2006 10:57 am

ride5000 wrote:actually, i changed my mind... it's probably ignition correction based on delta rpm, which is more pertinant.

i just changed mine and will keep an eye out in the logs to see if it has an effect on timing numbers.


Ken, anything to report back on this? JC
thejean
 
Posts: 70
Joined: Tue Mar 28, 2006 12:14 pm
Location: Calgary, AB

Next

Return to Tuning Software

Who is online

Users browsing this forum: No registered users and 1 guest