Centrafuse Carputer, CarPC & UMPC Forums

Go Back   Centrafuse Carputer, CarPC & UMPC Forums > 3rd Party Development > Plugin Development

Plugin Development Extend the functionality of Centrafuse by developing plugins


Reply
 
LinkBack (28) Thread Tools Display Modes
Old March 2nd, 2008, 06:34 AM   27 links from elsewhere to this Post. Click to view. #1 (permalink)
10 Farad - Flux Capacity
wolfgang928's CarPC Specs
 
wolfgang928's Avatar
 
Join Date: Mar 2007
Location: Germany Oldenburg
Vehicle: Lotus Elan M100
Posts: 329
wolfgang928 is a jewel in the roughwolfgang928 is a jewel in the roughwolfgang928 is a jewel in the rough
Lightbulb TPMS (tire monitoring system) plugin

New TPMS (tire monitoring system) ready for use

Based on the great work of Roberto Montanari's USB receiving device and the
great work of Dejan and MrBean we now are able to present this new CENTRAFUSE plugin.

This TPMS Plug-In is able to show pressure and temperature failures of each car tire. It is possible to configure up to five tires to be controlled. You can use a setup routine to configure minimum and maximum pressure limits and maximum temperature limits for each tire including the spare wheel inside the carpet.

This plugin is based on a hardware development, which is documented at RRTMS - RoadRunner tire monitoring system extension plugin - MP3Car.com

_Dejan_ from this forum has made wonderfull electronical boards for me to include this piece of TPMS hardware.

Name:  TPMS-Main.jpg
Views: 18753
Size:  30.0 KB
Main screen in side view mode

Name:  TPMS-Main-Top.jpg
Views: 9665
Size:  27.4 KB
main screen in top view mode

Name:  Setup-Page2.jpg
Views: 9253
Size:  31.6 KB
setup page 2

Download TPMS 2.1.8.0 for Centrafuse 2.x

Current version: 2.1.8.0

Code:
Version: 2.1.8.0
============
- new tire to sensor assignment dialog to enable the switching of learned sensors
  around the car. This dialog you access via button 4 of setup page 1.
  The skins AURA, ONYX DAY and ONYX NIGHT are supported.
  
- Suspend / Resume mode during hibernation now supported with event handling
  to restart the searching data process
  
- new feature to modify the tire mounting position inside config.xml file

- new skin layout to support 4 and 5 tire configuration
- new config.xml parameters
	<ALERTREPEATTIME> time in milliseconds between voice output messages
	<USE5TIRES> boolean, to define a five tire configuration
- PSI values now rounded, no decimal values anymore
- new plugin to plugin data exchange option integrated 
- CF_pluginData(string command, string param)
   if param has a "." inside you can use "1.Bar" as "return value of tire 1 and   display value in bar.
	"GETPRESSURE" 		= returns the current pressure of the <param> tire
	
	"GETTEMPERATURE" 	= returns the current temperature of ...

Version: 2.0.0.8
============
- adapted to new CF2.x cfplugin.dll.
- modified sound output handling
- setup routine rewritten to use the private configuration files with CF 2.x also
- build in new log file function [USEDEBUG] as used in other plugins
- no further support of CF 1.x versions, no error correction for old system
 
Version: 0.5.0.4
==============
UPDATES
- documentation updated

NEW FEATURES
- Added language specific string <MSG_NO_TIRE_SELECTED>, please adapt to your locale language, default is english
- plugin to plugin data exchange integrated - CF_pluginData(string command, string param)
  where <param> must be a tire number (string) 
  where <command> is one of the following commands:
	"GETPRESSURE" 		= returns the current pressure of the <param> tire
	"GETTEMPERATURE" 	= returns the current temperature of ...
	"GETBATTERY"		= ....                battery level
	"GETREASON"		= ...		      error reason
	"ISALERT"		= ..      string converted bool value

  GETPRESSURE and GETTEMPERATURE returns only the byte values out of the USB receiver, not the 
  converted value string (returns 300 instead of 300 KPa or 3.0 Bar..)


BUG FIXES
- learning mode not working - FIXED
- small information screens (this.CF_systemCommand(CF_Actions.SHOWINFO, "...") not visible) - FIXED
- after setup changes the new values are not used - FIXED
- a lot off small bugs - FIXED
- Setup programm crashes if the installation path is longer than 63 letters - FIXED
 
Version: 0.4.3.3
==============
bug fixes: 
     -   shadow buttons and empty line in setup 
     -   missing skin files

Version:  0.4.2.0 first public version
Bye Wolfgang928

Last edited by wolfgang928; February 9th, 2009 at 05:21 PM. Reason: New Version available
wolfgang928 is offline   Reply With Quote
The Following 2 Users Say Thank You to wolfgang928 For This Useful Post:
Old March 2nd, 2008, 06:35 AM   #2 (permalink)
10 Farad - Flux Capacity
wolfgang928's CarPC Specs
 
wolfgang928's Avatar
 
Join Date: Mar 2007
Location: Germany Oldenburg
Vehicle: Lotus Elan M100
Posts: 329
wolfgang928 is a jewel in the roughwolfgang928 is a jewel in the roughwolfgang928 is a jewel in the rough
TPMS versions

UPDATES:

Unzip all files of the entired package and save files into plugins\tpms path

2.1.8.1: Bug fix DLL File "Force Detection Flag"
2.1.9.0: Bug fix DLL File "Sensor tire assigment"
tpms_2.1.9.0.zip

Bye Wolfgang928

Last edited by wolfgang928; February 16th, 2009 at 09:36 AM.
wolfgang928 is offline   Reply With Quote
The Following 2 Users Say Thank You to wolfgang928 For This Useful Post:
Old March 2nd, 2008, 06:43 AM   #3 (permalink)
3 Farad - Moderate Capacity
sP3ci4L-K's CarPC Specs
 
sP3ci4L-K's Avatar
 
Join Date: Feb 2008
Location: Germany
Vehicle: BMW E36 Cabrio
Posts: 33
sP3ci4L-K is on a distinguished road
Send a message via MSN to sP3ci4L-K
hello...

seems to be a great plugin...but which hardware do i need to use it? i got an bmw e36 an there is no tire monitoring system integrated... how can i upgrade it?
sP3ci4L-K is offline   Reply With Quote
Old March 2nd, 2008, 09:36 AM   #4 (permalink)
10 Farad - Flux Capacity
wolfgang928's CarPC Specs
 
wolfgang928's Avatar
 
Join Date: Mar 2007
Location: Germany Oldenburg
Vehicle: Lotus Elan M100
Posts: 329
wolfgang928 is a jewel in the roughwolfgang928 is a jewel in the roughwolfgang928 is a jewel in the rough
Quote:
Originally Posted by sP3ci4L-K View Post
hello...

seems to be a great plugin...but which hardware do i need to use it? i got an bmw e36 an there is no tire monitoring system integrated... how can i upgrade it?
Have a look to the updated first post

Bye Wolfgang928
wolfgang928 is offline   Reply With Quote
Old March 2nd, 2008, 07:45 PM   #5 (permalink)
Super Moderator
MrBean's CarPC Specs
 
MrBean's Avatar
 
Join Date: Jun 2007
Posts: 864
MrBean is a glorious beacon of lightMrBean is a glorious beacon of lightMrBean is a glorious beacon of lightMrBean is a glorious beacon of lightMrBean is a glorious beacon of light
Hey Guys,
Just a word of thanx to Wolfgang for developing this plugin, I probably drove him nuts with all the feedback on the alpha-versions

But, anyway, here's 2x screenies, one of Aura, the other Onyx Day skin, to show what it looks like on my system.

@ Wolfgang - you are free to use these in your documentation as requested earlier, just thought I'd post them up here too.

Kind regards,
MrBean.
Attached Images
File Type: jpg CF TPMS Aura Top.JPG (58.2 KB, 8161 views)
Highslide JS
File Type: jpg CF TPMSOnyx day Top.JPG (81.2 KB, 6507 views)
Highslide JS
MrBean is offline   Reply With Quote
Old March 3rd, 2008, 03:00 PM   #6 (permalink)
10 Farad - Flux Capacity
wolfgang928's CarPC Specs
 
wolfgang928's Avatar
 
Join Date: Mar 2007
Location: Germany Oldenburg
Vehicle: Lotus Elan M100
Posts: 329
wolfgang928 is a jewel in the roughwolfgang928 is a jewel in the roughwolfgang928 is a jewel in the rough
Exclamation TPMS ready for download

Have a look at the first post of this thread.

Thanks again to Dejan and MrBean and of course to the hardware developing guru Roberto.

Bye Wolfgang928
wolfgang928 is offline   Reply With Quote
Old March 3rd, 2008, 03:39 PM   #7 (permalink)
5 Farad - High Capacity
alpha_tc's CarPC Specs
 
Join Date: Jan 2008
Location: Sohland a.R Germany/Saxony
Posts: 78
alpha_tc is on a distinguished road
Send a message via ICQ to alpha_tc
in first post is only describe software tools...but which tire-sensors i need which are compatible with this prog?


but THIS IS A GREAT PLUGIN!!!
__________________
---------------------------------------------
Alfa 156 Sportwagon 1.9Jtd 16V Phase2 150CV
alpha_tc is offline   Reply With Quote
Old March 3rd, 2008, 03:58 PM   #8 (permalink)
Super Moderator
MrBean's CarPC Specs
 
MrBean's Avatar
 
Join Date: Jun 2007
Posts: 864
MrBean is a glorious beacon of lightMrBean is a glorious beacon of lightMrBean is a glorious beacon of lightMrBean is a glorious beacon of lightMrBean is a glorious beacon of light
@ Alpha TC:here is the link at Mp3Car to see what is needed to make this work.

Enjoy.
MrBean is offline   Reply With Quote
Old March 3rd, 2008, 06:12 PM   #9 (permalink)
3 Farad - Moderate Capacity
 
deltabi's Avatar
 
Join Date: Feb 2008
Location: NW Italian Alps
Posts: 36
deltabi is on a distinguished road
Wolfgang,

This is really a great plugin! I was waiting for it before ordering the TPMS kit, now I can buy it!!!

I have shortly tested the plugin and I would like to contribute to it by providing the italian localization of the plugin text messages, if you agree.
I've seen the xml files containing the program messages in the Languages folder and I was wondering if it would be enough to translate those lines: I can provide the new italian.xml file to you to include in a next release of the plugin.

I would also suggest you to let the plugin choose the english messages if you don't find the correct language file (now the plugin presents german text).

Thanks again.
deltabi is offline   Reply With Quote
Old March 4th, 2008, 04:04 AM   #10 (permalink)
10 Farad - Flux Capacity
wolfgang928's CarPC Specs
 
wolfgang928's Avatar
 
Join Date: Mar 2007
Location: Germany Oldenburg
Vehicle: Lotus Elan M100
Posts: 329
wolfgang928 is a jewel in the roughwolfgang928 is a jewel in the roughwolfgang928 is a jewel in the rough
Italien language file

Hello deltabi,

thank you for your offer to write an italien language file. I will place it into the next version

I will have a look inside because of the standard language, it should be english in case of not finding a language file, but i have seen, it is not.

I have just fixed it and will publish an update dll.

Bye Wolfgang928
wolfgang928 is offline   Reply With Quote
Reply

Bookmarks

Tags
monitoring, plugin, system, tire, tpms

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


LinkBacks (?)
LinkBack to this Thread: http://forums.fluxmedia.net/plugin-development/2356-tpms-tire-monitoring-system-plugin.html
Posted By For Type Date
DISCO3.CO.UK - View topic - Uploading/dowloading waypoints and/or tracks This thread Refback November 13th, 2008 04:16 AM
Welche Funktionen bietet Centrafuse mit OBD2? - OBD-II Fahrzeugdiagnose - Centrafuse? - Die ultimative CarPC Software This thread Refback November 9th, 2008 07:31 AM
Welche Funktionen bietet Centrafuse mit OBD2? - OBD-II Fahrzeugdiagnose - Centrafuse? - Die ultimative CarPC Software This thread Refback October 30th, 2008 03:30 AM
Welche Funktionen bietet Centrafuse mit OBD2? - OBD-II Fahrzeugdiagnose - Centrafuse? - Die ultimative CarPC Software This thread Refback October 30th, 2008 03:16 AM
TPMS sur votre carmedia - Forum Carmedia.org This thread Refback October 27th, 2008 01:01 PM
TPMS sur votre carmedia - Forum Carmedia.org This thread Refback October 26th, 2008 06:51 PM
TPMS sur votre carmedia - Forum Carmedia.org This thread Refback October 26th, 2008 05:58 PM
TPMS sur votre carmedia - Forum Carmedia.org This thread Refback October 26th, 2008 05:41 PM
KDJoteros.com - Toyota Landcruiser KDJ This thread Refback October 19th, 2008 05:19 PM
PCCar.ru - - This thread Refback October 17th, 2008 11:28 PM
TPMS (контроль давления в шинах) для CarPC - PCCar.ru - Ваш автомобильный компьютер This thread Refback October 16th, 2008 02:23 PM
Микроконтролери и електроника :: Преглед на тема - usb sensor reader This thread Refback October 4th, 2008 10:55 AM
TPMS (контроль давления в шинах) для CarPC - PCCar.ru - Ваш автомобильный компьютер This thread Refback September 23rd, 2008 09:44 AM
TPMS (контроль давления в шинах) для CarPC - PCCar.ru - Ваш автомобильный компьютер This thread Refback September 23rd, 2008 09:33 AM
TPMS (контроль давления в шинах) для CarPC - PCCar.ru - Ваш автомобильный компьютер This thread Refback September 23rd, 2008 05:46 AM
KDJoteros.com - Toyota Landcruiser KDJ This thread Refback September 10th, 2008 07:09 PM
MP3Car.com - View Single Post - Custom USB tyre pressure monitoring interface This thread Refback August 28th, 2008 11:34 AM
www.bukowc.com This thread Refback July 19th, 2008 08:34 AM
TPMS - A luxury feature for a non-luxury price. - Forums - Portal Media - Your Gateway to Mobile Information and Media This thread Refback July 19th, 2008 04:24 AM
Custom USB tyre pressure monitoring interface - Page 30 - MP3Car.com This thread Refback July 13th, 2008 05:46 PM
Custom USB tyre pressure monitoring interface - Page 34 - MP3Car.com This thread Refback July 10th, 2008 06:19 PM
www.soloCarputer.com :: Ver tema - Sensor de presion USB This thread Refback July 9th, 2008 02:06 PM
MP3Car.com - View Single Post - Custom USB tyre pressure monitoring interface This thread Refback July 8th, 2008 01:43 PM
CarComputer.si This thread Refback July 5th, 2008 03:56 AM
Микроконтролери и електроника :: Преглед на тема - usb sensor reader This thread Refback July 2nd, 2008 05:41 PM
www.bukowc.com This thread Refback June 27th, 2008 12:56 PM
Custom USB tyre pressure monitoring interface - MP3Car.com This thread Refback June 27th, 2008 11:09 AM
New TPMS Beta Ready for download - MP3Car.com This thread Refback June 25th, 2008 06:23 PM



All times are GMT -4. The time now is 03:26 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2009 Flux Media, Inc. All rights reserved.Ad Management plugin by RedTyger