tryin to create tunerpro definition

Discuss Bosch (Porsche, BMW, Volvo, etc) tuning topics here. Request definitions, discuss parameters, etc.

Moderators: robertisaar, dex

Post Reply
johnwood19882012
Posts: 8
Joined: Thu Jun 12, 2014 2:12 am

tryin to create tunerpro definition

Post 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]
festy
Posts: 25
Joined: Thu May 17, 2012 3:25 pm
Location: Oz

Post 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="&#40;X*.75&#41;-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...
festy
Posts: 25
Joined: Thu May 17, 2012 3:25 pm
Location: Oz

Post 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.
johnwood19882012
Posts: 8
Joined: Thu Jun 12, 2014 2:12 am

hi

Post 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.
johnwood19882012
Posts: 8
Joined: Thu Jun 12, 2014 2:12 am

Post by johnwood19882012 »

anyone able to help all im waiting for is the maf map so i can map my car
festy
Posts: 25
Joined: Thu May 17, 2012 3:25 pm
Location: Oz

Post 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 ;)
johnwood19882012
Posts: 8
Joined: Thu Jun 12, 2014 2:12 am

dont look right

Post by johnwood19882012 »

ive put those into the xdf and they look bizare?
Post Reply