Centrafuse Carputer, CarPC & UMPC Forums
Go Back   Centrafuse Carputer, CarPC & UMPC Forums > CarPC General > OBD-II - Auto Diagnostics

OBD-II - Auto Diagnostics Access diagnostic information from your car's ECU.

Reply
 
LinkBack (1) Thread Tools Display Modes
Old August 7th, 2008, 07:15 AM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
5 Farad - High Capacity
Nislo's CarPC Specs
 
Nislo's Avatar
 
Join Date: Dec 2007
Location: Gold Coast, Australia
Vehicle: 2006 Subaru Impreza 2.0R
Posts: 51
Nislo is on a distinguished road
SSM Support - Temp Solution

As I mentioned here, I want to start on an SSM plugin, however due to my poor knowledge of .net, or anything thats not VB6 for that matter, it's going to take some time.

Between now and then though, I have embedded an existing SSM project by NateW that nemo posted in the same thread. The SSM project (called Lumberjack) can be found here and is a very simple SSM monitor program that displays simple data in a nice clean format and has scaling built in. Once embedded it looks excellent.

If you want it, download Lumberjack from the link above and install it onto you carpc. In CF, add treehugger.exe with no parameters, fullscreen off and the window name as mainform. Dont forget to add a button to CF in Seetings > Button Layout.

Getting Lumberjack to display the data you want is a little difficult as you need to know what the parameter ID's for each sensor and their display format. I found the easiest way was to get them from \Lumberjack\Configuration\logger.xml. Write down the Parameter ID (Eg. P2) and the conversion unit applicable to you (Eg. F or C) for each of the 6 readings you want to display.

Code:
<parameter id="P2" name="Coolant Temperature" desc="" ecubyteindex="8" ecubit="6">
  <address>0x000008</address> 
- <conversions>
  <conversion units="F" expr="32+9*(x-40)/5" format="0" /> 
  <conversion units="C" expr="x-40" format="0" /> 
  </conversions>
You then need to open up the treehugger.exe.config file and change the values in keys 0 - 5 accordingly. Make sure you keep the same format and the conversion units seems to be case sensitive.

Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="Left" value="0"/>
    <add key="Top" value="0"/>
    <add key="Width" value="800"/>
    <add key="Height" value="600"/>
    <add key="Port" value="COM8"/>
    <add key="0" value="P2,C"/>
    <add key="1" value="P10,degrees"/>
    <add key="2" value="P58,AFR"/>
    <add key="3" value="P8,rpm"/>
    <add key="4" value="P11,C"/>
    <add key="5" value="P17,V"/>
  </appSettings>
</configuration>
Make sure you change the com port to right one too, but you can leave everything else as is.

I think that covers it. See how you guys go...
Attached Images
File Type: jpg 1.jpg (35.6 KB, 389 views)
Highslide JS
File Type: jpg 2.jpg (31.0 KB, 86 views)
Highslide JS
__________________
I like cats too... Let's exchange recipes.
Nislo is offline   Reply With Quote
Sponsored Links
Old August 7th, 2008, 08:37 PM   #2 (permalink)
5 Farad - High Capacity
Nislo's CarPC Specs
 
Nislo's Avatar
 
Join Date: Dec 2007
Location: Gold Coast, Australia
Vehicle: 2006 Subaru Impreza 2.0R
Posts: 51
Nislo is on a distinguished road
I've just found that this isn't a perfect solution as Lumberjack doesn't handle hibernation very well... or at all really. When resuming you need to close lumberjack and start it again. A small price to pay for now though IMO.
__________________
I like cats too... Let's exchange recipes.
Nislo is offline   Reply With Quote
Old August 8th, 2008, 06:43 PM   #3 (permalink)
5 Farad - High Capacity
 
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 91
nemo is on a distinguished road
Great stuff, Nislo. I downloaded Lumberjack and I tried to use it, but it gave me errors when I tried connecting. I think it doesn't support my ELM Device. That kind of pisses me off.
nemo is offline   Reply With Quote
Old August 9th, 2008, 06:58 PM   #4 (permalink)
5 Farad - High Capacity
Nislo's CarPC Specs
 
Nislo's Avatar
 
Join Date: Dec 2007
Location: Gold Coast, Australia
Vehicle: 2006 Subaru Impreza 2.0R
Posts: 51
Nislo is on a distinguished road
Yeah, I don't think that there are any ELM based SSM scantools available and lumberjack only use SSM not OBD-II. You'll need a tactrix cable to use lumberjack/get SSM data
__________________
I like cats too... Let's exchange recipes.
Nislo is offline   Reply With Quote
Reply

Bookmarks

Tags
evoscan, romraider, solution, ssm, subaru, support, temp

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forums.fluxmedia.net/obd-ii-auto-diagnostics/4080-ssm-support-temp-solution.html
Posted By For Type Date
Subaru SSM - Working!...almost - MP3Car.com This thread Refback August 7th, 2008 11:22 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
support email bouncing Barren Centrafuse Customer Comments 5 July 4th, 2008 09:44 AM
Support email wpiman General Centrafuse Questions 2 April 25th, 2008 09:35 AM
Temp sensor cybergeek General CarPC Hardware Questions 1 April 12th, 2008 05:08 AM
Centrafuse 1.30 Beta Update and Infill Support David Release Information 1 September 20th, 2007 06:23 PM
HQCT : (High Quality Car Tuner) Support. jamskate Centrafuse Suggestions & Requests 14 November 16th, 2006 04:52 PM


All times are GMT -4. The time now is 09:25 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Advertisement System V2.5 By   Branden
©Copyright 2008 Flux Media, Inc. All rights reserved.