Graph display question


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2003
    Posts
    985

    Default Graph display question

    Hi Guys,

    a simple one...
    Is there a specific term for the kind of graph display that shows
    spikes and dips over time such as the download speed graph in utorrent?

    ...As opposed to an led bargraph on a VU meter for audio
    that forgets the last reading when the new one is displayed...

    Cheers, Art.

  2. #2
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Re: Graph display question

    I think it's a real time graph.

    Anyway, here's a graphing tachometer done with a single custom character (using 5x7 pixels).
    It shows increments of 500 RPM for the last five seconds:



    Done by shifting the custom character bytes to the left every second,
    and adding the new values to bit 0 of every line.
    Cheers, Art.

  3. #3
    Join Date
    Oct 2009
    Location
    Utah, USA
    Posts
    427


    Did you find this post helpful? Yes | No

    Default Re: Graph display question

    Is it called a Histogram??

    Nice work Art,

    It seems to me, though, that for an engine monitor, one would be more interested in what the RPM's are real time than what they were a few seconds ago.
    But it's a neat feature for show. (or am I missing your point?) Possibly your are suffering from "feature creep".

    Not that feature creep is bad... all my projects experience it.
    "Hey I have 600 bytes left.... I bet I can add... "

    I bet you are having fun developing that monitor. I always do when I'm working on a project.
    Last edited by Heckler; - 3rd March 2012 at 19:49.
    Dwight
    These PIC's are like intricate puzzles just waiting for one to discover their secrets and MASTER their capabilities.

  4. #4
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Re: Graph display question

    Well it started out a single bar graph, but the display of info is secondary.

    One of it's functions is to turn off my air conditioner when the engine is laboring heavily,
    but you wouldn't want the aircon to turn off for one second because you revved the
    motor for a second, so better to look at the last five seconds.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

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