XDF/ADX language and structure

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
Ghwallice
Posts: 3
Joined: Fri Aug 27, 2021 1:41 am

XDF/ADX language and structure

Post by Ghwallice »

For creating XDF and ADX,
Is anybody able to tell me what Language this is and where I can get Reference Manual for the language, and for the code structure??



<XDFTABLE uniqueid="0x3A53" flags="0x30">
<title>Fuel Delta(right)</title>
<description>shows percentage lean or rich comapred to main</description>
<CATEGORYMEM index="0" category="1" />
<CATEGORYMEM index="1" category="2" />
<XDFAXIS id="x" uniqueid="0x0">
<EMBEDDEDDATA mmedelementsizebits="8" mmedmajorstridebits="-32" mmedminorstridebits="0" />
<indexcount>20</indexcount>
<embedinfo type="3" linkobjid="0x3D0A" />
<datatype>0</datatype>
<unittype>0</unittype>
<DALINK index="0" />
<MATH equation="X">

<ADXVALUE id="Load" idhash="0XAA60B379" title="Load">
<desc>Load Rear: Load for the rear cylinder 8-bit resolution)</desc>
<units>Percent * 2.55</units>
<packetoffset>0x1b</packetoffset>
<sizeinbits>8</sizeinbits>
<range low="0.00000" high="255.00000" />
<alarms low="0.00000" high="255.00000" />
<digcount>1</digcount>
<outputtype>1</outputtype>
<MATH equation="( X * 1.000000 ) + 0.000000">
<VAR varID="X" type="native" />
</MATH>
</ADXVALUE>
Post Reply