added iam/load addresses for adm 05 sti

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@493 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-02-03 11:39:53 +00:00
parent 710cd3b8d2
commit 6df641fa2d
1 changed files with 5 additions and 7 deletions

View File

@ -779,11 +779,10 @@
<ecuparams>
<!-- 16 bit ecus - IAM and Engine Load - uncomment and insert correct ecu id and address values -->
<!--
<!-- 16 bit ecus - IAM and Engine Load -->
<ecuparam id="E1" name="IAM" desc="Ignition Advance Multiplier (16bit ecus)">
<ecu id="put your ecu id here">
<address>put your IAM address here</address>
<ecu id="3D54593005">
<address>0x020124</address>
</ecu>
<conversions>
<conversion units="IAM" expr="x" format="0"/>
@ -791,14 +790,13 @@
</ecuparam>
<ecuparam id="E3" name="Engine Load (RAM)" desc="Engine Load (RAM) for 16bit ecus">
<ecu id="put your ecu id here">
<address>put your engine load address here</address>
<ecu id="3D54593005">
<address>0x0200D8</address>
</ecu>
<conversions>
<conversion units="grams" expr="x/32" format="0.00"/>
</conversions>
</ecuparam>
-->
<!-- 32 bit ecus - IAM and Engine Load -->
<ecuparam id="E2" name="IAM" desc="Ignition Advance Multiplier (32bit ecus)">