Ok this is very simple pervtalk device for interfacing with your OBD-II supporting vehicle.
What can i get ?
Currently plugin supports only:
* vehicle speed (in km/h)
* tachometer (rpm)
What do i need?
* A vehicle
made after 1996 if u r in US of A, possibly newer in EU.
* OBDII interface
based on ELM322 (VPW) chip. Other ELM OBD-II chips might work. However if u end up scorching ur vehicle and half of the neighborhood, i wont assume responsibility of anykind. Check out the [url="http://www.elmelectronics.com"]source[/url] for chips, they seem to be very DIY-friendly. Here is also link for [url="http://www.scantool.net"]off-the-shelf[/url] interface manufacturer incase u only get blisters from soldering iron.
* CarPC running MS windows.
HTPC is ok too... when car is driven on the yard
* pt environment
As with any PervTalk device u gonna need PervHub and incase u wanna interface with Xlobby u also need xPerT plugin, check instructions how to set up a environment with these software on xPerT thread. Download softs within Marb's Z1skin or from Sharps site.
Luckily documenting this plugin will be piece of cake... its so simple that theres not much to say about it. Plugin takes two command line parameters, u can set them in pervtalk's autorun.ini file as usual.
- Code: Select all
ELMd alias COMx
Where "alias" is pervtalk alias which makes it possible to refer single device when u r running multiple ELM devices... perhaps u roll on towing truck listening country songs and wanna investigate vehicle on tow while getting to your junk yard IF omitted "Pervette" is assumed.
"COMx" is com port connecting to interface. surely u realise u r not suppose to write "x" there but replace it with the number of the port "COM" is literal though and required.
And finally the usage:
if u want to read the vehicle speed on your xlobby screen, u add a button or text field with following variable:
- Code: Select all
plugin>xPerT>Variable>ID>Pervette>speed
where "ID" can be anything but it must also be the value of the ID-field of your button.
"Pervette" is pervtalk name pointing to device if u have another vehicle in tow u might wanna use the alias u gave while launching the device otherwise using name "ELMd" here might be just enough.
"speed" stands for sensor we are interested in, in this case vehicle speed (in km/h). if u want rpm, u simply replace speed with "rpm", remember to use unique ID though if u use both.
Allthough u guys already have all the info needed to use this plugin together with presentors called gauges implemented in xPerT, i will write a short HOWTO on this thread about how to use them together at time of the beta release.