Results 1 to 15 of 1070

Thread: new $EE tuning thing!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected! fbody_Brian's Avatar
    Join Date
    Mar 2013
    Location
    Biloxi MS
    Posts
    166
    Awesome!
    I compiled it against the 5.6 beta release located here:
    http://download.qt.io/development_re....6/5.6.0-beta/
    1994 LT1/4L60E Formula

  2. #2
    Fuel Injected! fbody_Brian's Avatar
    Join Date
    Mar 2013
    Location
    Biloxi MS
    Posts
    166
    and let me just state how fantastic it is to have this as a native binary running on linux!
    Really stoked about that.
    1994 LT1/4L60E Formula

  3. #3
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,056
    and let me just state how fantastic it is to have this as a native binary running on linux!
    Really stoked about that.
    me too.. it wasn't really an official goal, just a side effect.

    it's too bad it requires bleeding edge QT to run, though, that screws us out of distribution packages for probably a year. hell, most distributions still run QT4.x

    being GPL i could technically just copy qserialport into my source tree, rename the class, and then the serial driver is part of eehack's distribution, but i'd like to avoid that.

    Next test.... flashing.
    if datalogging and tweaking parameters works without generating errors, it should be alright.

  4. #4
    Fuel Injected! fbody_Brian's Avatar
    Join Date
    Mar 2013
    Location
    Biloxi MS
    Posts
    166
    an observation
    when loading multiple log files (appending) if you have already selected items in the graph view they do not update or append the view until you select a different item in that graph. Once you select a new item then the graph extends to include the appended data.

    here, the bottom graph shows the whole datalog, whereas the upper graph still shows the previously loaded data.
    Attachment 10068

    any way to have it replot on loading or appending a log file?
    Edit:
    Should I be submitting these things as requests/bug reports to github? or is it ok to post in this thread?
    Last edited by fbody_Brian; 01-01-2016 at 06:49 AM.
    1994 LT1/4L60E Formula

  5. #5
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,056
    when loading multiple log files (appending) if you have already selected items in the graph view they do not update or append the view until you select a different item in that graph
    as it stands right now, i expect when new data is added, that the user click the re-plot button themselves to update the graphs.

    here, the bottom graph shows the whole datalog, whereas the upper graph still shows the previously loaded data.
    having the two graphs out-of-sync due to selecting new data in one graph is certainly a case i didn't think of. i'll likely have to make it refresh BOTH graphs when selecting new data. this isn't a large amount of overhead, as plotting is very fast.

    any way to have it replot on loading or appending a log file?
    i'd rather force the user to do that manually, otherwise, do i draw the line just at loading a log? what about recording new data?

    i originally planned to have to manually refresh all the time, but updating the graphs when selecting data sets was just too useful to pass up.

    i want to avoid graphing causing any unintended overhead in the rest of the program. if a user selects a graph item, then goes to load a new log, should he really have to wait extra time for the graph to update?

    perhaps i should simply clear the graph when loading new log data or recording new data, but i'd rather leave it plotted as-is

  6. #6
    Fuel Injected! fbody_Brian's Avatar
    Join Date
    Mar 2013
    Location
    Biloxi MS
    Posts
    166
    Quote Originally Posted by steveo View Post

    perhaps i should simply clear the graph when loading new log data or recording new data,
    This gets my vote.

    As it is now, you can clear the logged data and load a new log yet the graph still shows the previous logs data. If the user is aware of the behavior it's really not a big deal though. it's simple enough to click the replot button.
    1994 LT1/4L60E Formula

  7. #7
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,056
    go grab fresh source from git, i think i fixed the graphing behavior.

    it uses a simple 'data stale' state flag, and works on the assumption that data can't be loaded while the graph tab is active, and switching to the graph tab is only done when graphs are desired

    it also actually 'clears' the graph when there's no data (before it just bailed if there was no data)

    see if you can break it

Similar Threads

  1. 1badcell and thats not the only thing
    By 1badcell in forum Introductions
    Replies: 2
    Last Post: 12-31-2013, 02:25 AM
  2. Replies: 6
    Last Post: 11-27-2012, 09:03 PM
  3. Replies: 2
    Last Post: 11-07-2012, 05:26 PM
  4. Minor thing.
    By historystamp in forum GearHead EFI Forum Support
    Replies: 7
    Last Post: 01-22-2012, 12:00 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
  •