Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 42

Thread: GaugeDisplay - Got an ELM? Let's talk.

  1. #21
    Low Bitrate TonyWare's Avatar
    Join Date
    Jun 2007
    Location
    Ottawa Canada
    Posts
    71
    Good effort! One thing, can you make the com port this is suppose to connect re-configurable in the xml file?


    edit: ooops, sorry, missed that it was there. good effort anyways.

  2. #22
    Variable Bitrate
    Join Date
    Jan 2008
    Location
    Washington DC
    Posts
    278
    Malcolm,

    Wow, this looks great!

    You tried to work with me a while ago on an OBD-II plug-in for CF...and I totally dropped the ball on it. For that, I apologize. I've been so frustrated with my CarPC that I gave up on getting it to do anything but the basics...and it wouldn't always pull that off. I finally got my major USB issues worked out and it's become usable...what I initially wanted it to be.

    This new version looks very nice! I'm going to try to embed it in CF. I should be able to do that as an external application.

    I have a few quick questions about the skin.xml.

    - The Properties type="dial"...are there other options other than "dial"?

    - The "warning" and "danger" values...is that just the color-change (yellow, then red) or does exceeding these values cause an audible warning (I'm not asking because I want audible...I don't)? (EDIT: I just reread your release notes and saw where you talked about this in the v0.2 release...nevermind!)

    - The "Rev="0""...any chance that causes the gauge to run in reverse (counter-clockwise)? If it doesn't a) what does it do and b) is there a way to make a gauge run counter-clockwise?

    - Is there any way to make one or more of the gauges a half/partial-circle?
    2003 Lexus SC430 - Black with Ecru. VaisTech & NavTool with Centrafuse integrated into factory nav screen (hands-free Bluetooth, Voice Command, mp3's, videos, HD Radio, Sirius Sat. radio, DVD, Internet, & digital gauges (via OBD-II)), & LuxLink module.

  3. #23
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    Hey Habious, I figured life/carpc problems had gotten in the way, I kinda lost interest in CF anyway (Check out my sig, I made my own frontend).
    To answer your questions:

    - Yes, there are other types, they are still in development.

    - Yes, this is just a color change, if audable warning is wanted, that can be a skin option

    - Yes, gauges can run in reverse. Try it

    - Setting start and end angles to say, 0 and 180, would be a half circle. 90 and 270, 180 and 315, etc would have the same effect. combine with rev=1 for some awesome fun.

    On another note, if you're going to be embedding it, I can make an option to remove the titlebar from the window (to make for a cleaner embed)
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  4. #24
    Variable Bitrate
    Join Date
    Jan 2008
    Location
    Washington DC
    Posts
    278
    OK, I'm playing...and I'm doing some things wrong, obviously.

    When I try to embed it in CF...I get this lovely sight....




    The real gauges will flash on the screen for a second, only to be replaced with the above.

    When playing with it outside of CF, it displays fine. However, when I try to change "Rev="1"...nothing happens. See example below...




    And, I can't seem to figure out how to make a half-circle. All I get is a full circle...with numbers on half the dial.

    But...wow...I can see the potential here
    2003 Lexus SC430 - Black with Ecru. VaisTech & NavTool with Centrafuse integrated into factory nav screen (hands-free Bluetooth, Voice Command, mp3's, videos, HD Radio, Sirius Sat. radio, DVD, Internet, & digital gauges (via OBD-II)), & LuxLink module.

  5. #25
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    Haha, oops sorry. Yeah the background doesn't draw half circle, I can add that in on the next release though.

    I may not have implemented rev yet... I thought I did. could be wrong. As for the CF issue... how did you embed it? via SetParent? The way it's coded, it draws the gauges on a onPaint event. I'll bet something in how CF embeds windows doesn't allow it to repaint itself perhaps? can you send a WM_PAINT message to the window every half second or something see if that helps? I'll have to download the trial of CF again and check this out.
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  6. #26
    Variable Bitrate
    Join Date
    Jan 2008
    Location
    Washington DC
    Posts
    278
    SetParent? WM_PAINT message? Who do you think you're talking to? An intelligent person!?

    I honestly don't know what either of those mean!

    I just tried to launch it as an "application" bit hitting the big "+" sign on the settings menu.
    2003 Lexus SC430 - Black with Ecru. VaisTech & NavTool with Centrafuse integrated into factory nav screen (hands-free Bluetooth, Voice Command, mp3's, videos, HD Radio, Sirius Sat. radio, DVD, Internet, & digital gauges (via OBD-II)), & LuxLink module.

  7. #27
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    Haha my apologies, I was in programming mode when I answered that. I'll download CF and check it out.
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  8. #28
    SuperMod - OBDII GPS Logger forum
    Auto Apps:loading...

    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    917
    Heh, heh. WM_PAINT

    Silly windows programmers.

  9. #29
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    Odd, I just tried and it loads the program and runs just fine, but it doesn't embed it.


    Edit: nevermind it works fine for me, and embeds properly...
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  10. #30
    Newbie
    Join Date
    May 2009
    Posts
    1
    Hi malcom2073,
    I just try your program and it's good! Few question if you don't mind:
    1- the MAF pid is 0110 on wikipedia and it's 0111 in your skin.xml. which one is true?
    2- the Temp in your program is in F or in Celcius?
    3- How can I convert MPG to KMPL (Kilometer Per Liter)?
    I'm in Canada so the KM/H and Celcius is familiar with me than MPH and F.

    When I exit the program I receive the message "Method not found: 'System.GCNotificationStatus System.GC.WaitForFullGCComplete()'.".

    Thanks,

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Elm327 v1.3 chip released
    By glm in forum Engine Management, OBD-II, Engine Diagnostics, etc.
    Replies: 10
    Last Post: 10-18-2008, 06:55 PM
  2. elm 327 won't talk to PCM..........or maybe it's the other way around.......
    By greatwhite in forum Engine Management, OBD-II, Engine Diagnostics, etc.
    Replies: 1
    Last Post: 05-12-2008, 10:33 AM
  3. My Thread Mafia - We are still alive :)
    By kevinlekiller in forum Off Topic
    Replies: 115
    Last Post: 05-18-2007, 09:29 AM
  4. Advice for system??
    By sseverett in forum Engine Management, OBD-II, Engine Diagnostics, etc.
    Replies: 23
    Last Post: 01-11-2007, 06:09 PM

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
  •