Notices
ECU Flash

TephraMOD V5.8 - testing help required

Thread Tools
 
Search this Thread
 
Old Jul 20, 2008 | 04:46 PM
  #76  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
I can't wait to do some real nasty logs with the 5.8patch. I'd be fun to post up a 2nd 3rd 4th WOT pull with NLTS enabled.
Reply
Old Jul 20, 2008 | 04:55 PM
  #77  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
smog,

was your lean spool turned off on your last rom?

If it was and you moved to this new rom without access to the lean spool yet, it's turn back on which will cause the car to run leaner with the same fuel map.

Are you watching AFR as well?
Reply
Old Jul 20, 2008 | 05:26 PM
  #78  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
smog - to log 2byte load in 5.8 just log 0xFFFF840B... U only need to log 1 byte

then put something like this in your EvoScan xml:

<DataListItem DataLog="Y" Color="" Display="Load 1Byte" LogReference="Load1B" RequestID="41" Eval="1.2*x" Unit="load" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="270" ChartMin="0" ChartMax="270" ScalingFactor="1" Notes="" Priority="1" Visible="False" />

Obviously change your RequestID, and since you are hitting 380 loads you will need to use Eval="1.5*x".

Also update you ecuflash 2byte-1byte factor (in tephra mods) to 1.5 to match your xml...
Reply
Old Jul 20, 2008 | 07:05 PM
  #79  
andenbre's Avatar
Evolved Member
iTrader: (4)
 
Joined: Apr 2002
Posts: 906
Likes: 0
From: chicago area
Originally Posted by Smogrunner
I can, but didn't on that log.



I'll have to add them back in then . I just deleted #2,3,and4 on boost and wastegate for now in my xml. Wierd thing is that in the stock xml, it didn't say "Base," it said "Max" on the wastegate duty. Since they were the only wastegate table that had 1 - 4, I figured it was the right table...
Originally Posted by evodan2004
well i did not know how to delete them. so i just renamed them and added a ''do not mod'' and in the event i ever need it or it becomes usable its all still there and not deleted or disabled..... just left alone which is fine. up to you bud. miles well leave it as you have it. hahah.
this is how I "disabled " the entries.

Code:
    <table name="Boost Desired Engine Load # 1" address="3f80">
        <table name="RPM" address="722e" elements="16"/>
    </table>

    <!--<table name="Boost Desired Engine Load  # 2" address="3f96">
        <table name="RPM" address="722e" elements="16" scaling="RPM"/>
    </table>

    <table name="Boost Desired Engine Load # 3" address="3fb2">
        <table name="RPM" address="722e" elements="16"/>
    </table>
    -->
    
    <table name="Max Wastegate Duty # 1" address="3f38">
        <table name="RPM" address="722e" elements="16"/>
    </table>

    <!--<table name="Max Wastegate Duty # 2" address="3f4e">
        <table name="RPM" address="722e" elements="16"/>
    </table>

    <table name="Max Wastegate Duty # 3" address="3f6a">
        <table name="RPM" address="722e" elements="16"/>
    </table>
    -->
it is max wgdc thats supposed to be dissabled, correct?
Reply
Old Jul 20, 2008 | 07:14 PM
  #80  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
Originally Posted by razorlab
smog,

was your lean spool turned off on your last rom?

If it was and you moved to this new rom without access to the lean spool yet, it's turn back on which will cause the car to run leaner with the same fuel map.

Are you watching AFR as well?
Yes, lean spool was disabled on my last rom. I haven't logged the new rom, but I will tonight or tomorrow. Thanks for the heads up.

To get lean spool enable/diable and to remove my EGR trouble codes and in 5.8, can I add the following tables? I copied straight out of my old 94170008 rom.

<table name="ECU Periphery0" category="Misc" address="faa" type="1D" level="1" scaling="Hex16"/>

<table name="ECU Periphery2" category="Misc" address="fca" type="1D" level="1" scaling="Hex16"/>

<table name="Lean Spool Enable " address="1681" type="1D" level="1" scaling="uint8"/>

<table name="Lean Spool Disable" address="1685" type="1D" level="1" scaling="uint8"/>

56DA is the value for table Periphery0
0DDF is the value for table Periphery2
48 is the value for the lean spool enable
48 is the value for the lean spool disable

Worth a try? I just worry that the 0008 and the 0015 roms are too different...

Last edited by Smogrunner; Jul 20, 2008 at 07:21 PM.
Reply
Old Jul 20, 2008 | 08:18 PM
  #81  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
Smog,

The lean Spool addresses are correct for 94170014/15

value of 48 = 1500rpm

Periphery0 address is correct and stock value is 56DA

Periphery2 address is correct and stock value is EFDF, you having 0DDF in there disables the EGR checks, which is ok if that is what you intended.
Reply
Old Jul 20, 2008 | 08:31 PM
  #82  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
Originally Posted by razorlab
Smog,

The lean Spool addresses are correct for 94170014/15

value of 48 = 1500rpm

Periphery0 address is correct and stock value is 56DA

Periphery2 address is correct and stock value is EFDF, you having 0DDF in there disables the EGR checks, which is ok if that is what you intended.
Thanks a ton Bryan!
Reply
Old Jul 20, 2008 | 09:10 PM
  #83  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
Ok, since my last post, I successfully:
*added lean spool enable/disable
*added the egr cel fix for my AMS VSR intake mani.
*updated my ecuflash 2byte-1byte factor to 1.5 in my tephra mods section

However, I need more help with this (see highlights in black):

Originally Posted by tephra
smog - to log 2byte load in 5.8 just log 0xFFFF840B... U only need to log 1 byte (where do I find/add this value?)

then put something like this in your EvoScan xml: (when I open EvoScan there is no xml that is named 94170015. Should I cut and paste one in and then add this below?

<DataListItem DataLog="Y" Color="" Display="Load 1Byte" LogReference="Load1B" RequestID="41" Eval="1.2*x" Unit="load" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="270" ChartMin="0" ChartMax="270" ScalingFactor="1" Notes="" Priority="1" Visible="False" />

Obviously change your RequestID, and since you are hitting 380 loads you will need to use Eval="1.5*x".
(not obvious I'm still too much a rookie)

Last edited by Smogrunner; Jul 20, 2008 at 09:13 PM.
Reply
Old Jul 20, 2008 | 09:29 PM
  #84  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
no evoscan xml is different to ecuflash xml

look in evoscan directory\DataSettings\data.xml

add my fragment near the existing "Load MUT 2Byte Mod" entry (about 60 lines down??)
Reply
Old Jul 20, 2008 | 09:43 PM
  #85  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
Originally Posted by tephra
no evoscan xml is different to ecuflash xml

look in evoscan directory\DataSettings\data.xml

add my fragment near the existing "Load MUT 2Byte Mod" entry (about 60 lines down??)
Did it!
Now, if anyone has anything they'd like to see logged, speak up.

Reply
Old Jul 20, 2008 | 09:48 PM
  #86  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
What does tephra mean "change my request id?" He's referring to the second column on EvoScan where it is currently at 41. Is 41 wrong?

btw, I remembered to change the 1.2 to 1.5 in that data string.

Last edited by Smogrunner; Jul 20, 2008 at 09:53 PM.
Reply
Old Jul 20, 2008 | 09:53 PM
  #87  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,092
Likes: 1,090
From: Mid-Hudson, NY
i would be interested in seeing 2byte airflow on your setup please.

Also lbs/min if you can.
Reply
Old Jul 20, 2008 | 09:58 PM
  #88  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
Originally Posted by razorlab
i would be interested in seeing 2byte airflow on your setup please.

Also lbs/min if you can.
To do the two byte airflow, I'll need to add that the two byte xml. I'll try to do it before I nod off tonight and I log on my way to work in the morning. Any idea on what the right reference id on the 1 byte mod above is? It says 41 now, but tephra said above that it "obviously" needs to be changed....
Reply
Old Jul 20, 2008 | 10:16 PM
  #89  
Smogrunner's Avatar
Evolved Member
iTrader: (5)
 
Joined: Aug 2003
Posts: 3,558
Likes: 1
From: Inland Empire, CA
Here is what I'm set to log. If anyone interested sees bad request IDs or other function/formula problems, or something that they'd like to see logged, I'll try to accommodate:

Reply
Old Jul 20, 2008 | 10:29 PM
  #90  
tephra's Avatar
Thread Starter
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
yeah u will need to setup a MUT request with 840B (just like 2byte - except only 1 byte :P)

I used 41 because its unused basically...
Reply



All times are GMT -7. The time now is 07:43 AM.