Page 1 of 16 12345611 ... LastLast
Results 1 to 15 of 238

Thread: Narrowband Tuning Tool

  1. #1
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007

    Narrowband Tuning Tool

    i'm writing a new tool for narrowband tuning as an alternative to using spreadsheet-based tools or tunerpro's history table thing. it will be based on eehack's analyzer, but way more general purpose and easy to use.

    for input, you will provide CSV log files.

    the program will build a 'log profile' when the very first log is loaded. the log will be parsed for header information and attempts will be made to automatically determine common fields like 'Coolant Temperature' or 'BLM Cell' or 'LTFT' or 'Power Enrichment Active' to build a profile of parameters that are used for BLM-based tuning. i will do some analysis of common XDF files to determine common names.

    afterwards the user will be presented with a list of these parameters to confirm that they're correct, and offered the option to select alternative fields instead, or to 'fill in the blanks' if something has an uncommon name. the user can also select unit of measure for temperature based fields or whatever.

    then the parameters available will automatically be parsed into a rough 'filter list', with parameters such as 'if closed loop active == true' and 'if coolant temperature > 50' to help reject rows with crappy data. the filter list will be user editable, arbitrary parameters can be added, and will be saved on exit.

    this should provide fairly easy to use ecm-independant input from any sane datalogging tool, including scan9495, tunercat, tunerpro with nearly any adx file, eehack, whatever else, and given a reasonable log format, an inexperienced user can probably just press 'ok' at this point and get good results, but an advanced user can carry on adding their own filters to get the best data possible.

    for output:

    maf or speed density will be selectable. one or two bank o2s. integrator data can optionally be used with a tuneable strength parameter. this will not analyze wideband or power enrichment data.

    there will be three modes, and i will work on getting the first mode functional right away.

    first mode is the 'works-for-everyone' case to simply output a list of trim averages, so a list of corrections that need to be made to the existing table(s), exactly like eehack's analyzer works now.

    second 'manual' mode will provide two VE tables with selectable number of rows/columns and intervals, etc. the user will manually mirror the VE table from their XDF, then they can paste the data in, and it'll spit back out a new VE table.

    third 'automatic' mode will load the bin file and make the changes itself (within reason). this will be restricted to some very common masks that i'll add myself to ensure that we aren't breaking bin files by accident. the program will also do some fingerprinting to ensure that we're working on the correct mask. i will add new masks on request.

    i'm thinking that new tuners will be able to get a new VE or MAF table nailed with a minimum amount of effort or knowledge with this kind of design.

    any users? beta testers?

    timeframe is probably within the next month or so for a beta.

  2. #2
    Fuel Injected!
    Join Date
    Jul 2014
    Age
    77
    Posts
    25
    Count me in, if anyone needs help like that it's me!

  3. #3
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by htrdbmr View Post
    Count me in, if anyone needs help like that it's me!
    ok, i'll make sure the new beta works with your stuff

    - what mask are you running
    - can you provide me a sample of an exported CSV log from tunerpro (one that has closed loop activity)
    - can you give me the bin and xdf you're playing with too?

  4. #4
    Fuel Injected!
    Join Date
    Jul 2014
    Age
    77
    Posts
    25
    Quote Originally Posted by steveo View Post
    ok, i'll make sure the new beta works with your stuff

    - what mask are you running
    - can you provide me a sample of an exported CSV log from tunerpro (one that has closed loop activity)
    - can you give me the bin and xdf you're playing with too?
    Will do, probably Friday.

  5. #5
    Fuel Injected!
    Join Date
    Oct 2013
    Age
    36
    Posts
    88
    Count me in too if I can help. I'm running a 7427 TBI MAF setup 0D. But it will be a month before I'm road ready...need new tires.

  6. #6
    Fuel Injected! Terminal_Crazy's Avatar
    Join Date
    Oct 2015
    Location
    Lancashire England
    Posts
    410

    Hi Steveo.

    This sounds a little like i've been trying to write but WAY more detailed.
    I used to use TTS Datamaster. Years ago (around 10) i wrote some software to read the PCM data. Originally for the ABS system, then to filter and adjust the maf tables & BLM's.
    I think there is a hell of a lot more knowledge around here than there was back then.

    Then recently after building the 383 i started looking a better filtering tool to process the data. I only recently managed to start programming again because of this.
    You are more than welcome to look at what i've got. It's basically command line type stuff but it does update a copy of the VE tables.
    It will read in the CSV file and normalise the headings to a default reference that can be used in the program.
    I have a list of matching headings for TTS Datamaster, EEHack, Scan9495, EEHackv2 and EEHack-speedlog, (as you seem to have changed the heading names).
    It's a bit hard wired and really needs some form of scripting language that could be processed by the program and rerun.

    Other earlier bits of code i cobbled together processed BLM's, Ignition timing, Maf tables, RMS of variation of requested idle speed.

    You are welcome to any of it if you want, even just for a laugh.

    Mitch
    Terminal_Crazy
    '95 Z28 M6 -Just the odd mod.
    '80 350 A3 C3 Corvette - recent addition.

  7. #7
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    (as you seem to have changed the heading names).
    If you find any mismatches like that, you just edit the definition file and i'll push your changes into the main branch

    I'm running a 7427 TBI MAF setup 0D
    will work on that too

  8. #8
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,007
    Quote Originally Posted by Terminal_Crazy View Post
    Then recently after building the 383 i started looking a better filtering tool to process the data. I only recently managed to start programming again because of this.
    You are more than welcome to look at what i've got. It's basically command line type stuff but it does update a copy of the VE tables.
    It will read in the CSV file and normalise the headings to a default reference that can be used in the program.
    yeah that's pretty much the idea. i think an automatic detection routine with a dictionary with manual overrides is key to making it universal but also noobable, i'm thinking a pop up a window with some drop-down boxes would be ideal (it automatically selects its best guess at an entry, but doesn't force you to do anything, and always asks the user if it's a sane choice). i will build a really idiot proof ui for it in qt.

  9. #9
    Fuel Injected! sturgillbd's Avatar
    Join Date
    Jun 2012
    Location
    Big Stone Gap, VA
    Age
    50
    Posts
    504
    Sounds like an awesome tool. Thank you steveo for all of your contributions to the tuning scene!

  10. #10
    Fuel Injected!
    Join Date
    Aug 2012
    Posts
    386
    I could help with beta. Runs well enough that I haven't made any changes for a year. BBC lightly modded. Running steady open loop with MAT input. 6395/7427 $OE. I data log in closed loop narrow band and then make my tune for open loop based on that data. If you think I could help just let me know.
    6395, BHDF, 7.4 BBC lightly modded now 6395 BMHM back to BHDF

  11. #11
    Super Moderator dave w's Avatar
    Join Date
    Feb 2011
    Posts
    6,268
    Sounds like a very interesting tool to tune with. I developed a somewhat similar tool for WBO2 tuning ( http://www.gearhead-efi.com/Fuel-Inj...-Band-O2-(WBO2 ... see pics on post 25) using the average "IF" function in Excel ( https://support.office.com/en-us/art...9-f5576d8ac642 ).

    dave w

  12. #12
    Fuel Injected!
    Join Date
    Jul 2014
    Age
    77
    Posts
    25

    My setup

    I just completed installing a new motor 383, 10 1/2:1, 225/231 w/.540",114 lobe sep. 36 lb injectors in a Superram[ I've only got 200 miles on it, and the tune is ok, but far from done. I'm using S_aujp v5, attached is preliminary info.3_6_17 SR.binV5 WB.adx

  13. #13

  14. #14
    Fuel Injected!
    Join Date
    Jun 2015
    Age
    36
    Posts
    354
    This would be great to use with the P66 ADX that Robert built-I'd definitely use it! Seeing as he's written the stuff for most of the 60*v6 computers, I'm sure the fields would be close enough to the same to let it work for most of them, too.

  15. #15
    Fuel Injected! brian617's Avatar
    Join Date
    Apr 2013
    Location
    Arkansas
    Age
    45
    Posts
    711
    I like the sound of this as well. Motivation to order another obd1 cable since mine gave up the ghost last fall sometime.

    7427 $OE
    89 K1500 Scottsdale 5.7L 5spd 3:42 RamJet cam Dart iron TBI heads 427 PCM swap
    95 C2500 Cheyenne 6.5L turbo diesel 4L80e 4:10 DB2-4911 Manual pump conversion 0411 PCM trans control 2Bar COS
    05 Outback XT 2.5L turbo gas auto

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
  •