RomRaider

Open Source ECU Tools
 FAQ •  Register •  Login 

RomRaider

Documentation

Community

Developers

It is currently Sat May 18, 2013 2:43 am

All times are UTC - 5 hours [ DST ]





Post new topic Reply to topic  [ 116 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Jan 11, 2012 3:02 am 
Offline
Newbie

Joined: Thu Mar 23, 2006 5:10 pm
Posts: 5
wrx barge wrote:
Can anybody help me with finding this in the 04wrx A4TF520F rom?


Muddling my way around I think I found it.
per the previously defined 16bit defs
Code:
  <table name="Fuel Pump Duty (Idle)" storageaddress="0x0E6C3" />
  <table name="Fuel Pump Duty (Cruise)" storageaddress="0x0E6B1" />


Idle duty i'm getting 33.33 and cruise duty i'm getting 66.67


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Tue Feb 07, 2012 8:40 pm 
Offline
Newbie

Joined: Mon Feb 11, 2008 12:31 am
Posts: 15
I would love to try this out on my LGT.

ECU ID: 52125A5007
Internal ID: A2TB000N

I have similar symptoms since I got a rotated kit.


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Feb 08, 2012 4:29 am 
Offline
RomRaider Donator

Joined: Thu May 20, 2010 4:01 am
Posts: 1423
Location: Johannesburg, South Africa
lordeldor wrote:
I would love to try this out on my LGT.

ECU ID: 52125A5007
Internal ID: A2TB000N

I have similar symptoms since I got a rotated kit.



Here you go (in red):

ROM:00045CAC flt_45CAC: .float 66.699997 ; DATA XREF: sub_45BEA+5Ao
ROM:00045CB0 flt_45CB0: .float 33.299999 ; DATA XREF: sub_45BEA+72o

_________________
___________________________________
He who dies with the most gadgets wins.


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Feb 08, 2012 11:37 am 
Offline
Newbie

Joined: Mon Feb 11, 2008 12:31 am
Posts: 15
Awesome! Thanks. I will dig in on this tonight and see if I can report back after I check it out.

Thanks td-d!


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Feb 08, 2012 4:27 pm 
Offline
Newbie

Joined: Mon Feb 11, 2008 12:31 am
Posts: 15
I am struggling a little here. I am looking to update my ecu's xml def in ecuflash so I can edit these parameters. But the xml snippet only calls for one address. Which address should that be for my ecu?

This is an example of the XML snippet I added. Which I added directly to my ecu's xml file.

<table name="Fuel Pump Duty" storageaddress="45CB0" />
<table type="2D" name="Fuel Pump Duty" category="Fueling - Injectors" storagetype="float" endian="little" sizey="2" userlevel="2">
<scaling units="Duty %" fineincrement="1" coarseincrement="5" />
<table name="Fuel Pump Duty" type="Static Y Axis" sizey="2">
<data>Medium</data>
<data>Low</data>
</table>
<description>The ECU will set fuel pump duty cycle to 0%, 100%, or one of these two values.</description>
</table>

I tried these three values for storageaddress, and none of them appear to be appropriate:
45CAC
45CB0
45BEA

The new parameter shows up in ecuflash, but when I click to edit the map it does not have any values in the Medium, and Low categories. They are simply blank.

I assume I am missing something here. Any help would be greatly appreciated.

Thank you!


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Feb 08, 2012 8:04 pm 
Offline
RomRaider Developer

Joined: Wed May 20, 2009 9:49 pm
Posts: 3655
Location: Canada eh!
lordeldor wrote:
I am struggling a little here. I am looking to update my ecu's xml def in ecuflash so I can edit these parameters. But the xml snippet only calls for one address. Which address should that be for my ecu?

This is an example of the XML snippet I added. Which I added directly to my ecu's xml file.

<table name="Fuel Pump Duty" storageaddress="45CB0" />
<table type="2D" name="Fuel Pump Duty" category="Fueling - Injectors" storagetype="float" endian="little" sizey="2" userlevel="2">
<scaling units="Duty %" fineincrement="1" coarseincrement="5" />
<table name="Fuel Pump Duty" type="Static Y Axis" sizey="2">
<data>Medium</data>
<data>Low</data>
</table>
<description>The ECU will set fuel pump duty cycle to 0%, 100%, or one of these two values.</description>
</table>

I tried these three values for storageaddress, and none of them appear to be appropriate:
45CAC
45CB0
45BEA

The new parameter shows up in ecuflash, but when I click to edit the map it does not have any values in the Medium, and Low categories. They are simply blank.

I assume I am missing something here. Any help would be greatly appreciated.

Thank you!

Use the updated 32BITBASE from this post.
Then just add this line to the XML file that EcuFlash uses for your ROM.
Code:
<table name="Fuel Pump Duty" address="45cac" />


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Thu Feb 09, 2012 12:43 am 
Offline
Newbie

Joined: Mon Feb 11, 2008 12:31 am
Posts: 15
Yep that did the trick. Thanks!

After setting the pump duty to 70/100 I took an initial drive. The response in the 2000-3500 range with light to moderate throttle is much more steady. The stumble appears to be mostly gone. I think I have some other issues contributing to odd low load low rpm hesitation. That situation aside, this one change has made the car more smooth at cruising speeds and during mild acceleration.

My mechanical setup is:
2008 Legacy GT
Perrin 30R kit for an STi.
Custom Air to Water intercooler.
850cc injectors (Forget which, scaled to about 700)
Walbro 255lph

Thanks again for the help!


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Thu Feb 09, 2012 12:45 am 
Offline
RomRaider Developer

Joined: Wed May 20, 2009 9:49 pm
Posts: 3655
Location: Canada eh!
You may be interested in this: viewtopic.php?t=8063


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Thu Feb 09, 2012 7:03 am 
Offline
RomRaider Donator

Joined: Thu May 20, 2010 4:01 am
Posts: 1423
Location: Johannesburg, South Africa
Beat me to it, Dale. Thanks for that - glad you got it sorted.

_________________
___________________________________
He who dies with the most gadgets wins.


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Mar 14, 2012 9:40 pm 
Offline
Newbie

Joined: Tue Aug 10, 2010 5:03 am
Posts: 12
Can someone help me with an ADM 06 WRX A8DH200O address please?


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Thu Mar 15, 2012 3:59 am 
Offline
Senior Member

Joined: Sat Feb 12, 2011 7:27 pm
Posts: 1101
Location: Australian STi & FozXT owner
Rich_D wrote:
Can someone help me with an ADM 06 WRX A8DH200O address please?


Done :)

_________________
Amateurs built the Ark, Professionals built Titanic
White S206 - PBMS Rollcage, HKS DP, Ti catback
Blue SH9 XT - E85 32bit Multimode Test Vehicle(IAM = 2.000)
Black N14 SSS Pulsar(with a 3.5L V6 Altima swap) getting an EZ30R ECU


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Sat Mar 17, 2012 2:51 am 
Offline
Newbie

Joined: Tue Aug 10, 2010 5:03 am
Posts: 12
throttlehappy wrote:
Rich_D wrote:
Can someone help me with an ADM 06 WRX A8DH200O address please?


Done :)


Love your work :)


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Tue Mar 20, 2012 11:12 pm 
Offline
Newbie

Joined: Fri Nov 14, 2008 6:08 am
Posts: 15
Could anyone please help in finding the table for JDM08STI - AZ1G300F?

Thanks in advance.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Mar 21, 2012 2:21 am 
Offline
Senior Member

Joined: Sat Feb 12, 2011 7:27 pm
Posts: 1101
Location: Australian STi & FozXT owner
marten wrote:
Could anyone please help in finding the table for JDM08STI - AZ1G300F?

Thanks in advance.


3DDB0 :)

_________________
Amateurs built the Ark, Professionals built Titanic
White S206 - PBMS Rollcage, HKS DP, Ti catback
Blue SH9 XT - E85 32bit Multimode Test Vehicle(IAM = 2.000)
Black N14 SSS Pulsar(with a 3.5L V6 Altima swap) getting an EZ30R ECU


Top
 Profile  
 
 Post subject: Re: Fuel pump duty tables
PostPosted: Wed Mar 21, 2012 2:27 am 
Offline
Senior Member

Joined: Sat Feb 12, 2011 7:27 pm
Posts: 1101
Location: Australian STi & FozXT owner
32bit ECU is a Hex search for 42856666 to find the address :)

_________________
Amateurs built the Ark, Professionals built Titanic
White S206 - PBMS Rollcage, HKS DP, Ti catback
Blue SH9 XT - E85 32bit Multimode Test Vehicle(IAM = 2.000)
Black N14 SSS Pulsar(with a 3.5L V6 Altima swap) getting an EZ30R ECU


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 116 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subsilver by phpBBservice.nl