ASCII Lookup

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
robertisaar
Author of Defs
Posts: 962
Joined: Sat Feb 21, 2009 3:18 pm
Location: Camden, MI

ASCII Lookup

Post by robertisaar »

some of the GM definitions use it for stuff like VIN transmit over the datastream, noticed it wasn't an available lookup type, so i made a table for it. you could paste it into your definition with a text editor, assuming you insert it in the correct location (SAVE A BACKUP COPY FIRST!). it has just the basic alpha-numeric set, since i don't see anyone needing stuff other than that, though it isn't difficult to add in.

<ADXLOOKUPTABLE id="asciimaptable" idhash="0x19D07696" title="ASCII Map">
<inputtype>3</inputtype>
<outputtype>4</outputtype>
<lookupmode>1</lookupmode>
<entrycount>62</entrycount>
<tableentry input="48.000000" output="0" />
<tableentry input="49.000000" output="1" />
<tableentry input="50.000000" output="2" />
<tableentry input="51.000000" output="3" />
<tableentry input="52.000000" output="4" />
<tableentry input="53.000000" output="5" />
<tableentry input="54.000000" output="6" />
<tableentry input="55.000000" output="7" />
<tableentry input="56.000000" output="8" />
<tableentry input="57.000000" output="9" />
<tableentry input="65.000000" output="A" />
<tableentry input="66.000000" output="B" />
<tableentry input="67.000000" output="C" />
<tableentry input="68.000000" output="D" />
<tableentry input="69.000000" output="E" />
<tableentry input="70.000000" output="F" />
<tableentry input="71.000000" output="G" />
<tableentry input="72.000000" output="H" />
<tableentry input="73.000000" output="I" />
<tableentry input="74.000000" output="J" />
<tableentry input="75.000000" output="K" />
<tableentry input="76.000000" output="L" />
<tableentry input="77.000000" output="M" />
<tableentry input="78.000000" output="N" />
<tableentry input="79.000000" output="O" />
<tableentry input="80.000000" output="P" />
<tableentry input="81.000000" output="Q" />
<tableentry input="82.000000" output="R" />
<tableentry input="83.000000" output="S" />
<tableentry input="84.000000" output="T" />
<tableentry input="85.000000" output="U" />
<tableentry input="86.000000" output="V" />
<tableentry input="87.000000" output="W" />
<tableentry input="88.000000" output="X" />
<tableentry input="89.000000" output="Y" />
<tableentry input="90.000000" output="Z" />
<tableentry input="97.000000" output="a" />
<tableentry input="98.000000" output="b" />
<tableentry input="99.000000" output="c" />
<tableentry input="100.000000" output="d" />
<tableentry input="101.000000" output="e" />
<tableentry input="102.000000" output="f" />
<tableentry input="103.000000" output="g" />
<tableentry input="104.000000" output="h" />
<tableentry input="105.000000" output="i" />
<tableentry input="106.000000" output="j" />
<tableentry input="107.000000" output="k" />
<tableentry input="108.000000" output="l" />
<tableentry input="109.000000" output="m" />
<tableentry input="110.000000" output="n" />
<tableentry input="111.000000" output="o" />
<tableentry input="112.000000" output="p" />
<tableentry input="113.000000" output="q" />
<tableentry input="114.000000" output="r" />
<tableentry input="115.000000" output="s" />
<tableentry input="116.000000" output="t" />
<tableentry input="117.000000" output="u" />
<tableentry input="118.000000" output="v" />
<tableentry input="119.000000" output="w" />
<tableentry input="120.000000" output="x" />
<tableentry input="121.000000" output="y" />
<tableentry input="122.000000" output="z" />
</ADXLOOKUPTABLE>
Post Reply