|
![]() |
|
|||||||
| OBD-II - Auto Diagnostics Access diagnostic information from your car's ECU. |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|
#1 (permalink)
|
|
5 Farad - High Capacity
Join Date: Dec 2007
Location: Gold Coast, Australia
Vehicle: 2006 Subaru Impreza 2.0R
Posts: 51
![]() |
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> 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>
I think that covers it. See how you guys go...
__________________
I like cats too... Let's exchange recipes. |
|
|
|
| Sponsored Links | |
|
|
#2 (permalink) |
|
5 Farad - High Capacity
Join Date: Dec 2007
Location: Gold Coast, Australia
Vehicle: 2006 Subaru Impreza 2.0R
Posts: 51
![]() |
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. |
|
|
|
|
|
#3 (permalink) |
|
5 Farad - High Capacity
Join Date: Jun 2008
Location: 914.ny
Vehicle: 2008 Subaru Legacy GT
Posts: 91
![]() |
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.
|
|
|
|
|
|
#4 (permalink) |
|
5 Farad - High Capacity
Join Date: Dec 2007
Location: Gold Coast, Australia
Vehicle: 2006 Subaru Impreza 2.0R
Posts: 51
![]() |
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. |
|
|
|
![]() |
| Bookmarks |
| Tags |
| evoscan, romraider, solution, ssm, subaru, support, temp |
| Thread Tools | |
| Display Modes | |
|
|
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 |