Page 13 of 16 FirstFirst ... 38910111213141516 LastLast
Results 181 to 195 of 238

Thread: Narrowband Tuning Tool

  1. #181
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by BlackZR1 View Post
    SUCCESS!
    After trying it on a 3rd machine, Win7 with same result I remembered a previous post where Steve said to reset advanced settings.
    So even though I never installed a previous version or messed with the advanced settings I went to the advanced settings page and clicked on "reset to defaults" and now all is good.
    I do notice that the "VE Interpolation map" button that was present on an earlier version (post #46) is no longer there.
    Thanks to Steve, Stokes1114, Terminal_Crazy, Chewy1576, & Eds for help narrowing this down.

    Thanks,
    Roger
    i'm having trouble finding the source of this problem,

    do you still have a computer which exhibits the problem that you haven't reset settings on yet?

    if you do, don't reset it, i want to look at the registry entries...

  2. #182
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by steveo View Post
    i'm having trouble finding the source of this problem,

    do you still have a computer which exhibits the problem that you haven't reset settings on yet?

    if you do, don't reset it, i want to look at the registry entries...
    never mind, i've found the problem.

    i'll fix it soon.

  3. #183

  4. #184
    Fuel Injected! spfautsch's Avatar
    Join Date
    Apr 2015
    Location
    Montgomery City, MO
    Age
    52
    Posts
    883
    Hey steveo - are MAF layouts working at all? Anything I touch related to a MAF layout gives me a fatal error "inappropriate engine in analyze_maf()".

    I know you're going to tell me I'm capable of looking for myself, but I just enabled MAF in my tune after getting my VE tables dialed in really well and lo and behold my idle / low tps splits went from 17 to 6 (LT1 w/ comp cams 467 / xfi280). Needless to say I'm both baffled and excited. All of a sudden I no longer need to goose the throttle while slipping the clutch.

    I have some changes relative to knock event noise filtering I need to figure out how to push to git for you to peruse. I emailed you about this - was seeing anywhere from 10-30% of my knock events were corrupt frames (assuming caused by comm noise).

    edit: Speaking of splits, if it wouldn't be a ton of work I'm sure the non-$EE folks would greatly appreciate something similar to eehack's "CL Performance" tab.

  5. #185
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by spfautsch View Post
    Hey steveo - are MAF layouts working at all? Anything I touch related to a MAF layout gives me a fatal error "inappropriate engine in analyze_maf()".

    I know you're going to tell me I'm capable of looking for myself, but I just enabled MAF in my tune after getting my VE tables dialed in really well and lo and behold my idle / low tps splits went from 17 to 6 (LT1 w/ comp cams 467 / xfi280). Needless to say I'm both baffled and excited. All of a sudden I no longer need to goose the throttle while slipping the clutch.

    I have some changes relative to knock event noise filtering I need to figure out how to push to git for you to peruse. I emailed you about this - was seeing anywhere from 10-30% of my knock events were corrupt frames (assuming caused by comm noise).

    edit: Speaking of splits, if it wouldn't be a ton of work I'm sure the non-$EE folks would greatly appreciate something similar to eehack's "CL Performance" tab.
    i'm thinking my spam filter caught your email.

    with git, what you want to do is a 'pull request'. https://help.github.com/articles/about-pull-requests/

    this is a bit overkill so you can also just email me a diff or tell me what you've changed.

    i'm not sure if it's really necessary, if you have 'corrupt frames' you need to have your ADX file or whatever check the checksums and reject records that fail... way too many ADX files ignore that checksum. it's there for a reason; if it doesn't pass, then you have bad data somewhere.

    i thought about adding the cl performance tab thing. unfortunately BLM cell number, o2 voltages, etc are kind of a requirement, it might require too much user input. i'm going for minimal time to complete an analysis for most use cases here. i will reconsider it.

  6. #186
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    sorry i forgot all about maf layouts.

    they're working, as far as i know. they're badly tested. they don't automatically modify the table in the clipboard yet, but they should work.

    i'm not sure why you're getting that error, but i'd guess somehow that it's allowing you to select the geometric analyzer, when that doesn't work with a two dimensional table. try selecting loose or strict cell. it's supposed to disable that option when analyzing maf. i'll look at it.

  7. #187
    Fuel Injected! spfautsch's Avatar
    Join Date
    Apr 2015
    Location
    Montgomery City, MO
    Age
    52
    Posts
    883
    Quote Originally Posted by steveo View Post
    i'm not sure if it's really necessary, if you have 'corrupt frames' you need to have your ADX file or whatever check the checksums and reject records that fail... way too many ADX files ignore that checksum. it's there for a reason; if it doesn't pass, then you have bad data somewhere.
    I'm happily ignorant of what an ADX file is. I use eehack for logging. Perhaps you've heard of it.

    I'm relatively sure I have bad data, as it seems unlikely I was doing 75mph with 400+ measured g/s from the MAF (that was disabled in the calibration) one frame after 45 mph and 0.0 MAF.

    Quote Originally Posted by steveo View Post
    i thought about adding the cl performance tab thing. unfortunately BLM cell number, o2 voltages, etc are kind of a requirement, it might require too much user input. i'm going for minimal time to complete an analysis for most use cases here. i will reconsider it.
    I hadn't thought about BLM cell #s in logging data. I'm sure we could all live without o2 voltage data points but the cell #s are certainly critical and it hadn't occurred to me that it might not be a standard parameter to log. Forgive me, it's been nearly 10 years since my last foray into PCM tuning.

    Whatever the case, trimalyzer has been a godsend for getting my VE tables tweaked. I've been blessed with a precipitation-free forecast for the next few days so I'm hoping to take full advantage and make some headway with MAF enabled. Thankfully you made that easy enough with eehack. Thanks again steveo, you rock!

  8. #188
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by spfautsch View Post
    Hey steveo - are MAF layouts working at all? Anything I touch related to a MAF layout gives me a fatal error "inappropriate engine in analyze_maf()".
    i found that bug, it was in the actual analysis selector box.

    when you change to maf mode (or back to ve mode) it has to repopulate that box, since the 'geometric' analysis has to be removed (or added).

    repopulating the box was triggering an event that caused the table to be redrawn before it's actually ready, since other parts of the code expects that selector box to already be populated. it also caused the table to be drawn twice on initial analysis.

    posted a new version that fixes that bug, so maf analysis should work now

  9. #189
    Fuel Injected! spfautsch's Avatar
    Join Date
    Apr 2015
    Location
    Montgomery City, MO
    Age
    52
    Posts
    883
    Sweet, thanks!

    My next question - why isn't eehack discarding munged data? (see question in eehack discussion)

  10. #190
    Fuel Injected!
    Join Date
    Jan 2012
    Location
    Poland
    Posts
    147
    OK, I'm trying to analyze logs from $6E MAF ECM. (log attached).
    The MAF sensor table gets populated, but there's 50% enrichment everywhere. I created new column with WB Trim (WB AFR / Target AFR * 100) in the log file using excel.
    I can see that "Target" in Table Analysis is always 128, no matter what I select in the Trim Input Type box.
    Attached Files Attached Files
    Last edited by dzidaV8; 05-15-2017 at 12:36 AM.

  11. #191
    Fuel Injected!
    Join Date
    Jan 2012
    Location
    Poland
    Posts
    147
    I've tried making the trim column match BLM (0-255) (WB AFR/Target AFR) * 128
    But the result is the same - everywhere 50% rich.

    [EDIT]
    Found the issue, header line in csv file had extra commas that skewed columns for trimalyzer. Working now :)
    Last edited by dzidaV8; 05-15-2017 at 12:54 AM.

  12. #192
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    yes, if your csv files are screwey, trimalyzer will fail.

    earlier versions would have refused to load that file, but since alsldroids csv export isn't very good, i had to break error checking (the number of header columns should match the number of data columns or data bad, imo)

  13. #193
    Carb and Points!
    Join Date
    Sep 2016
    Age
    45
    Posts
    6
    how do you make cell 16 false steveo

  14. #194
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by davidneson View Post
    how do you make cell 16 false steveo
    press 'add filter'.

    find your BLM cell field in that list (typing 'cell' or 'blm' in the search field will probably help).

    select operation 'Not Equals'.

    set that filter's value to 16.

    this will allow all records with blm not equal to 16.

    alternatively filter for less than 16. this also rejects cells 17 and 18 (a good idea imo)

  15. #195

Similar Threads

  1. LS1 Flash Tool Released
    By antus in forum OBDII Tuning
    Replies: 118
    Last Post: 4 Weeks Ago, 07:02 PM
  2. Scan Tool Data Help
    By Kaweh in forum TunerPro Tuning Talk
    Replies: 1
    Last Post: 05-12-2015, 12:15 AM
  3. LT1 auto-tuning tool (web based)
    By steveo in forum GM EFI Systems
    Replies: 3
    Last Post: 10-17-2014, 08:07 AM
  4. Narrowband o2 sensors all created equal?
    By Accrdwgnguy in forum GM EFI Systems
    Replies: 4
    Last Post: 12-19-2013, 12:46 AM
  5. TunerPro Rt used as a scan tool?
    By mudbuggy in forum TunerPro Tuning Talk
    Replies: 21
    Last Post: 01-10-2012, 03:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •