Page 1 of 1
tryin to create tunerpro definition
Posted: Fri Jun 20, 2014 11:26 pm
by johnwood19882012
Hi all im trying to create a tuner pro definition but the table keeps looking completely wrong.If i post up some data of one of my map locations can someone show me how to make table in xdf with the data?
thanks john
http://rapidshare.com/share/9A61AB0BD37 ... 01E06D59DE
heres the image of the data i have.[/img]
Posted: Mon Jun 23, 2014 7:15 pm
by festy
Try this:
Code: Select all
<XDFTABLE uniqueid="0xC0CA" flags="0x0">
<title>0xC0CA 12x6 RPM Load </title>
<CATEGORYMEM index="0" category="1" />
<XDFAXIS id="x" uniqueid="0x0">
<EMBEDDEDDATA mmedelementsizebits="8" mmedmajorstridebits="-32" mmedminorstridebits="0" />
<units>RPM</units>
<indexcount>12</indexcount>
<outputtype>2</outputtype>
<datatype>6</datatype>
<unittype>4</unittype>
<DALINK index="0" />
<LABEL index="0" value="1000" />
<LABEL index="1" value="1240" />
<LABEL index="2" value="1520" />
<LABEL index="3" value="1760" />
<LABEL index="4" value="2000" />
<LABEL index="5" value="2240" />
<LABEL index="6" value="2520" />
<LABEL index="7" value="2760" />
<LABEL index="8" value="3000" />
<LABEL index="9" value="3240" />
<LABEL index="10" value="3520" />
<LABEL index="11" value="3720" />
<MATH equation="X">
<VAR id="X" />
</MATH>
</XDFAXIS>
<XDFAXIS id="y" uniqueid="0x0">
<EMBEDDEDDATA mmedelementsizebits="8" mmedmajorstridebits="-32" mmedminorstridebits="0" />
<units>Load</units>
<indexcount>6</indexcount>
<outputtype>2</outputtype>
<datatype>23</datatype>
<unittype>24</unittype>
<DALINK index="0" />
<LABEL index="0" value="28" />
<LABEL index="1" value="48" />
<LABEL index="2" value="68" />
<LABEL index="3" value="84" />
<LABEL index="4" value="98" />
<LABEL index="5" value="112" />
<MATH equation="X">
<VAR id="X" />
</MATH>
</XDFAXIS>
<XDFAXIS id="z">
<EMBEDDEDDATA mmedtypeflags="0x04" mmedaddress="0xC0E0" mmedelementsizebits="8" mmedrowcount="6" mmedcolcount="12" mmedmajorstridebits="0" mmedminorstridebits="0" />
<decimalpl>1</decimalpl>
<min>0.000000</min>
<max>255.000000</max>
<outputtype>1</outputtype>
<MATH equation="(X*.75)-22.5">
<VAR id="X" />
</MATH>
</XDFAXIS>
</XDFTABLE>
There's a very rough xdf
here - I've only 'cleaned up' table C0CA, and there's probably a few mis-labelled axis but thought it might help...
Posted: Sat Jun 28, 2014 5:27 pm
by festy
I've done a bit more work on the xdf
here - set the xdf view to 'parameter category'.
Use at your own risk etc, I've tried to work out the most important maps but some are little more than an educated guess.
hi
Posted: Sun Jul 06, 2014 7:27 am
by johnwood19882012
hi thanks for helping ill post how far ive got am stuck with the maf maps and the injector scaling. please have a look and see what you think
https://www.dropbox.com/s/my5g0lgzu023n ... d%20up.rar.
any help would be great ive come so far with this.
Posted: Wed Jul 16, 2014 10:48 am
by johnwood19882012
anyone able to help all im waiting for is the maf map so i can map my car
Posted: Tue Jul 22, 2014 2:11 pm
by festy
I've had a very quick look at the code, and I think the MAF maps
might be at 0xB100 (256x1) and 0xB000 (256x1).
These values are read during the ADC interrupt routine and then used as factors in a multiplication function, it's certainly not a temperature sensor calculation so guess it's probably the MAF

dont look right
Posted: Tue Jul 22, 2014 8:02 pm
by johnwood19882012
ive put those into the xdf and they look bizare?