Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
01-29-2007, 02:01 PM
|
#61
|
|
Variable Bitrate
Join Date: Jul 2005
Location: Rosemount, MN
Posts: 228
|
I could write a tool that would feed the application data so it made it look like it was pulling from the obd2 port. The plus side is you could get some bad *** horsepower readings out of it. The down side is it would all be fake.
|
|
|
01-29-2007, 04:41 PM
|
#62
|
|
Variable Bitrate
Join Date: Jul 2005
Location: Rosemount, MN
Posts: 228
|
Quote: Originally Posted by TunerTools 
Hey Joel, that might have some market potential especially if we shipped it with a bunch of those stickers that make your car fast 

|
|
|
01-31-2007, 04:52 AM
|
#63
|
|
Newbie
Join Date: May 2005
Posts: 3
|
I love this idea, but I have one thing to add. It's just my 2 cents worth, but I think you should license the system to Dakota Digital instead of selling. Go through the legalities and get a lawyer to handle it. I would hate to see something like Linux turn into something like MS.
Anyway, I LOVE this idea and would like to see it continue to evolve.
-Robert
|
|
|
02-04-2007, 03:52 PM
|
#64
|
|
Newbie
Join Date: Jan 2007
Posts: 26
|
hey, lets see some pics of that screen in your das ins. cluster. done yet?
|
|
|
04-01-2007, 12:33 PM
|
#65
|
|
Newbie
Join Date: Apr 2007
Posts: 6
|
Multiple dial display
I like Necrolyte's display :-). Is it your own code ?. I want to do something similar for the twin diesels in my boat. I have an industrial adc unit(Datascan 7320), which, at 16, should have enough inputs for the job !. Does anyone know of source code, or configurable application that will run on Linux ?
|
|
|
04-08-2007, 05:17 PM
|
#66
|
|
Newbie
Join Date: Apr 2007
Posts: 6
|
Virtual instruments
In response to turbocad6's concerns, the most likely bit to fail is the sensor, rather than the computer. At least the computer(if sensible programmed) will let you know that there is a fault. Most electronic interfaces will include a "sensor fault" detection, and the program should indicate this state.
I just love necrolyte's setup. Now, if it could run on Linux .......... Where are you on it now ?. If there is anything I am likely to be able to do to help, in return for getting access to what you have done, let me know. I am an electronics engineer, with quite a few years on microcontrollers.
For "splitting" displays, there are systems used for "video wall" setups which do that. What the technology is, I don't know.
Last edited by sbkenn : 04-08-2007 at 05:17 PM.
Reason: Automerged Doublepost
|
|
|
06-13-2007, 07:43 AM
|
#67
|
|
Variable Bitrate
Join Date: Feb 2006
Location: Melbourne, Australia
Vehicle: Ford F6 Tornado UTE
Posts: 395
|
Hello Guys,
I am busy with something similar, will run 3x6" displays, or 2x 7" Xenarcs to display everything I want to.
Below is a sample of a setup I have designed, basically playing, there's so many options, but this is just an idea of what I am planning for the virtual cluster.
I will add the FPV logo to the main gauges, and most likely overlay GPS inside the speedo unit, so that only the edge of the pointer will be visible once in GPS mode.
Well, there is really so many possibilities with a virtual cluster, it's up to your imagination.
Let me know what you guys think of my first effort. See my project log link in my sig to see the vehicle they will go into

|
|
|
06-13-2007, 09:38 AM
|
#68
|
|
Newbie
Join Date: Mar 2006
Posts: 33
|
It might we worth looking at this thread which has similar content.
http://www.mp3car.com/vbulletin/hard...ed-guages.html
It shows a couple of early screens for my race car taken last year.
Regards gauge update times - I found that for numeric values anything more than 0.5 seconds is pointless as you can't "decode" the information fast enough. If you need faster updates than use some sort of graphical display - even then I find that updates more often than 0.2s just become noisy. Also make sure all gauges support flexible damping / smoothing / filtering algorithms (I use all 3 for different gauges) again this helps reduce noisy fluctuations around a base point.
Take for example, my "curved" rpm gauge, each bar segment is 100 rpm and it updates 5 times a second, I also now show rpm rounded to the nearest 20 rpm (not shown).
For my actual race screens, I only show RPM, speed - more for the benefit of in-car camera than me to watch (I use shift light reflections on the windscreen to determine gear shift). The only race specific gauge shown is stopwatch (autostarts when the wheels start moving and stop when the course length is reached) and a BIG segment bar showing the amount of time I am up (green) or down (red) on my best course time. Anything else of importance is flashed up in an alarm window and logged for posterity.
The only other felixible and costly commerical systems I have seen are the ones from Cougar Data Recording www.cougardatarecording.co.uk and X-Dash from http://www.dtafast.co.uk/XDash.htm.
|
|
|
06-13-2007, 10:31 PM
|
#69
|
|
Variable Bitrate
Join Date: Feb 2006
Location: Melbourne, Australia
Vehicle: Ford F6 Tornado UTE
Posts: 395
|
Thanx for the input, and your link - looks like a good project you have going.
I see you mentioned in your log that OBD is slow?
My car's netowk is running the CANbus protocol, which is is fully OBD-II compliant, and the datarate is 500kbits, so no problem there.
Of course, some older busses like the ISO protocol is a fair bit slower.....
I will keep your advice re damping etc in hand, thanx 
|
|
|
06-14-2007, 05:58 AM
|
#70
|
|
Newbie
Join Date: Mar 2006
Posts: 33
|
My race car isn't running an OBD2 device but luckily the ECU and data logger spew out data more than fast enough
I have diagnostic pages for each device which simply shows all raw data received from that device in numerical form at least 5 times a second, usually to a greater degree of accuracy than I ever show.
One other thing, when developing on a nice fast desktop PC at 3GHz, lots of ram and fast graphics card, its a world away from running on the target hardware (in my case a M12000, on board video and 512 MB RAM. I have had to spend a lot of time optimising the instrument graphics especially the painting of the dial and bar gauges. To aid in this I have several internal data channels which include various redraw times and CPU usage.
Have fun
|
|
|
06-15-2007, 12:53 AM
|
#71
|
|
Constant Bitrate
Join Date: Jul 2004
Posts: 124
|
Quote: Originally Posted by TunerTools 
Have you seen the new DashDAQ coming out next month? From the early reports I'm hearing, you guys might be impressed...
Is the unit being sold yet? I'm getting one for sure...
__________________
2003 Black Impala
|
|
|
10-30-2007, 11:55 AM
|
#72
|
|
Newbie
Join Date: Oct 2007
Posts: 18
|
i have had this idea for a while as well but have never had the resources to start a project, it would be nice to see in the future a system where you can just replace the entire gauge cluster and plug it in using the stock harness, and one that runs independantly of other systems. where it has its own processor and software for displaying the interface and interpretting the incoming signals. you could change the gauge configuration and style on a PC and then upload it with a USB drive....or just directly upload it through a carpc. then if you dont have a carpc you can still add on things like radar detecters and backup camera's, boost gauges....customize things like RPM limiter warnings and stuff like that
|
|
|
10-30-2007, 12:02 PM
|
#73
|
|
Newbie
Join Date: Mar 2006
Posts: 33
|
The trouble is every car is different from each other so you would have to make an interface converter... there simply isn't enough demand to warrant development at a profit.
|
|
|
10-31-2007, 11:56 AM
|
#74
|
|
Newbie
Join Date: Apr 2007
Location: Northern Virginia
Vehicle: 2004 Toyota 4Runner
Posts: 33
|
You could do a fair amount of this with a front end like Street Deck or RoadRunner and an OBD-II system. The difficult part would be the dashboard system. I also think that speedometers are "legislated" in some areas (due to the mileage gauge).
I'm pretty sure some folks have done similar things with RoadRunner.
|
|
|
11-03-2007, 01:02 PM
|
#75
|
|
Low Bitrate
Join Date: Mar 2006
Posts: 68
|
We provide OBD-II dashboard software that is designed to be easily embedded into a front end like Street Deck. Our DashCommand™ software is a touch screen friendly software application that delivers high quality dashboards on any screen size. The dashboards are fully customizable with both digital and analog gauges, and scale to fit any screen size from 320x240 to 1600x1200 and larger. It is designed to work on any desktop, laptop, or in-car computer that runs Windows. It supports any display resolution and has a completely customizable skin-able interface!
If anyone would like help designing custom dashboards, just let me know and I'd be glad to assist.
-Brian
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:14 PM.
|
|