1. Attachments are working again! Check out this thread for more details and to report any other bugs.

CAN-View Software Updates

Discussion in 'Gen 2 Prius Technical Discussion' started by efusco, Feb 9, 2006.

  1. efusco

    efusco Moderator Emeritus
    Staff Member

    Joined:
    Nov 26, 2003
    19,891
    1,191
    9
    Location:
    Nixa, MO
    Vehicle:
    2004 Prius
    Model:
    N/A
    This thread is specifically dedicated for Norm (eflier) to post his software updates (beta and permanant). Please post your bug reports, install issues, comments and suggestions for updates of software here. Please try to keep the thread on topic so future browsers can find useful information quickly. General comments can go under one of the other CAN-View threads in the Commercial Sales forum

    Feb 9th: latest Beta test codes posted for those who like to take their CAN-videws indoors and talk to them. Adds instantaneous MPG in text, format and graph form.
    Thats miles-per-US-gallon for now till I get more feedback. For simplicity I've limited maximum displayed MPG to 255. I also think the occasions its over 100mpg are so rare that the graph would be more use if it were scaled 0-100 (but leave the numbers still displaying to 255) I can change it. But no doubt I'll hear other ideas.....

    Seeing 3mpg as I scoot off from an intersection is scary enough.

    Load all 3 codes or you won't get the right text on the format screen from the TV chip and you won't get a fix for occasional low temperature start problems in the IE chip.

    http://www.hybridinterfaces.ca/downloads.html
     
    1 person likes this.
  2. DaveinOlyWA

    DaveinOlyWA 3rd Time was Solariffic!!

    Joined:
    Apr 13, 2004
    15,140
    611
    0
    Location:
    South Puget Sound, WA
    Vehicle:
    2013 Nissan LEAF
    Model:
    Persona
    i just checked the website and it still has the jan 26 versions up. is this the new file with the old name?
     
  3. Frank Hudon

    Frank Hudon Senior Member

    Joined:
    Jan 11, 2004
    4,147
    18
    0
    there on the bottom of the download page when I checked.
     
  4. mrbigh

    mrbigh Prius Absolutum Dominium

    Joined:
    Sep 6, 2005
    3,686
    699
    2
    Location:
    Long Island, NY
    Vehicle:
    Other Electric Vehicle
    These last updates are for "now" beta test and for specific users with specific problems, probably not recomended to everybody to use.

    Correction:
    My appologies to the forum, I miss these last updates. This afternoon where not there. :rolleyes:
     
  5. mrbigh

    mrbigh Prius Absolutum Dominium

    Joined:
    Sep 6, 2005
    3,686
    699
    2
    Location:
    Long Island, NY
    Vehicle:
    Other Electric Vehicle
     
  6. Frank Hudon

    Frank Hudon Senior Member

    Joined:
    Jan 11, 2004
    4,147
    18
    0
    it's the three below the frenchie and horatio test codes, starting with CVfeb096,
     
  7. DaveinOlyWA

    DaveinOlyWA 3rd Time was Solariffic!!

    Joined:
    Apr 13, 2004
    15,140
    611
    0
    Location:
    South Puget Sound, WA
    Vehicle:
    2013 Nissan LEAF
    Model:
    Persona
    well im not seeing it. guess i'll try flushing my cache
     
  8. efusco

    efusco Moderator Emeritus
    Staff Member

    Joined:
    Nov 26, 2003
    19,891
    1,191
    9
    Location:
    Nixa, MO
    Vehicle:
    2004 Prius
    Model:
    N/A
    Load the page then hit reload...I couldn't see them either, apparently that page doesn't automatically reload each time you go there.
     
  9. efusco

    efusco Moderator Emeritus
    Staff Member

    Joined:
    Nov 26, 2003
    19,891
    1,191
    9
    Location:
    Nixa, MO
    Vehicle:
    2004 Prius
    Model:
    N/A
    Ah, the page name's been changed...it's /downloads

    http://www.hybridinterfaces.ca/downloads.html

    I'll change it above too.
     
  10. DaveinOlyWA

    DaveinOlyWA 3rd Time was Solariffic!!

    Joined:
    Apr 13, 2004
    15,140
    611
    0
    Location:
    South Puget Sound, WA
    Vehicle:
    2013 Nissan LEAF
    Model:
    Persona
    thanks EVAN that did it... oh well, time to flush the cache anyway
     
  11. eflier

    eflier Silver Business Sponsor

    Joined:
    Jul 23, 2005
    164
    5
    0
    Location:
    Fraser Valley BC
    Not seeing an updated web-page is usualy your browser set to not check for new page every time; hitting the 'refresh' icon is the quickest fix.

    To answer Dolio in this thread now that Evan's set it up, MPG data is not on the CAN or AVC, but the basic elements are: Toyota reports speed in one km per hour increments and fuel burn in ~0.1 litre/hour increments. Any display in other units for different countries is always calculated back to these basics.

    So just divide speed by fuel and then convert from km to miles and litres to US gallons. Took me 2 days to remember how to do 16 bit division properly.

    I think it's important to realise what these short-lived real high mileage numbers mean, so we don't read too much into them. Yes, I can see 230mpg dawdling along a local flat road. And yes it helps to increase the overall real mileage. But you should realise what the numbers are based on before we get a bunch of ' I got 235mpg and you only saw 227mpg' posts.

    mpg is speed (miles per hour) divided by fuel burn rate (gallon sper hour)
    So as the fuel burn rate gets progressively smaller for these very high mpg figures, the resolution of the result begins to suffer. For example, suppose at 35mph by some means you manage to burn just 0.15 usg/hour, resulting in 233 mpg. The smallest possible change to this is the 0.1 litre (or 0.0268 usgallon) increment reported by CAN, so that changes the answer to 35/(0.15+0.0268) =198mpg Its not that it suddenly dropped from 233 mpg to 198mpg, its that the Prius only reported the fuel flow change to that resolution. In contrast, at normal rates of say 60mph and 1.2usg/hr for 50mpg, each increment is only2% and so not so obvious. Any attempt to filter these results in software is just making a pretty display, its not showing the real result.


    I knew this would then lead to someone saying, well why can't also we have average mpg over a longer time or distance? This is much more complicated because it means keeping track of all speed and fuel data constantly and with all the housekeeping tasks CANview has to do this is not a simple matter. I suspect the Prius manages average mpg because it has a much more powerful processor and very little else to do. I am trying something similar with Amp-hours and by not collecting every single message while I handle other things, I build up a significant cumulative error. It needs a new approach to recognise vital messages and process every one, but recognise relatively unimportant repeat messages ando do the necessary chores during them. It can probably be done, but don't expect it too soon.
     
    NortTexSalv04Prius likes this.
  12. efusco

    efusco Moderator Emeritus
    Staff Member

    Joined:
    Nov 26, 2003
    19,891
    1,191
    9
    Location:
    Nixa, MO
    Vehicle:
    2004 Prius
    Model:
    N/A
    The current version is a nice update Norm. If it's not a big problem I'd suggest putting an "infinity" symbol or a C (for coast) or an S (for stealth), or N/A or div/0 or just some --- instead of just the blank space...it's kinda odd when the readout area goes completely away.
     
  13. joelparks

    joelparks New Member

    Joined:
    Sep 27, 2005
    82
    0
    0
    Location:
    Bedford, MA
    I just want to take this opportunity to point out how fortunate we are to have Norm working on this nifty widget. While I'm feeling a little deprived that I haven't had a chance to connect with my neighbor tomdeimos and update to newer (or newest) code yet, and a little guilty that I'm not really contributing to the 'effort' (I try not to drive around too much,) I'm still sort of amazed (and definitely thrilled) that Norm is popping out these updates like this.

    Thanks again Norm!
    Joel
     
  14. arniesalsared

    arniesalsared Junior Member

    Joined:
    Aug 23, 2004
    41
    1
    0
    Location:
    Phoenix, AZ
    Vehicle:
    2008 Prius
    Model:
    II
    What would we do without Norm??
    :unsure: If I was an avid Republican I's say "MegaDittos"! But I'm not too avid anymore.
    Arnie
     
  15. DaveinOlyWA

    DaveinOlyWA 3rd Time was Solariffic!!

    Joined:
    Apr 13, 2004
    15,140
    611
    0
    Location:
    South Puget Sound, WA
    Vehicle:
    2013 Nissan LEAF
    Model:
    Persona
    any thoughts on the mystery graph?? it seems to only run when the ICE does. i rotated each graph option with the mystery to see if any seemed to match. although it doesnt vary in any discernable ratio with ICE RPM, it does come on at the same time the ICE does.
     
  16. eflier

    eflier Silver Business Sponsor

    Joined:
    Jul 23, 2005
    164
    5
    0
    Location:
    Fraser Valley BC
    Evan suggests that instead of X2 size display going blank at 255 mpg, it be infinity or at least '---' My limited X2 char set means I can't offer the logical infinity sign, but I can put in '!!!!' or '****' or '----'
    preferences?
    hmmm, space for 4 letters possible... if you drive really carefully, your mpg can get to 'evan'? sorry, bad pun, couldn't resist.


    Also as the amount of time >100mpg is very limited, should I scale the graph portion alone to be say 100mpg =full scale bar, (but leaving the numbers to go to 255) so its more useful in 'normal' driving
    Preferences?
     
  17. tomdeimos

    tomdeimos New Member

    Joined:
    Feb 16, 2004
    995
    2
    0
    Location:
    Lexington, MA
    I vote for doing similar to Toyota!

    For graph: go to 100 and when higher just read 100.

    For text: go to 255 and when over just read 255.
     
  18. DaveinOlyWA

    DaveinOlyWA 3rd Time was Solariffic!!

    Joined:
    Apr 13, 2004
    15,140
    611
    0
    Location:
    South Puget Sound, WA
    Vehicle:
    2013 Nissan LEAF
    Model:
    Persona
    how about...


    ! to me means an error (which in this case maybe true)

    ? means unknown (the rate could be figured if we determined how much gas it takes to burn to get a certain amount of charge and factored in how fast we were dissipating the charge

    or we could use Џ to symbolize a goal or "touchdown" metaphorically.

    or maybe

    Ө to symbolize hybriditiy... half gas half electric...since the electricity came from the gas...

    or maybe to symbolize "humming along in EV?"


    or maybe...ok maybe im getting carried away by the character map. you say you can do 4 characters??? how about 9999?
     
  19. Frank Hudon

    Frank Hudon Senior Member

    Joined:
    Jan 11, 2004
    4,147
    18
    0
    include my vote for "evan"
     
  20. Frank Hudon

    Frank Hudon Senior Member

    Joined:
    Jan 11, 2004
    4,147
    18
    0
    boy your going to do a double take when it goes from 9999 down to 198, I'll probably hear you scream all the way up here.