dschultz wrote:
Start with a fresh download of the RR ECU def.
Open in a text editor.
Delete all lines related to DTC table entries in the AE5Q200L part of the def: <table name="(xxxxx) ...
Paste in all the lines from the pcode_def.xml file where you just delete the original lines
Save
Open RR Editor and select the def file you just updated. Move it to the top of the list. Save and open the ROM.
my rom is not part of the ecu defs so all my tables dtc lines are set up as <table type="Switch" name="(P0333) KNOCK SENSOR 2 HIGH INPUT" category="Diagnostic Trouble Codes" sizey="1">
<description>KNOCK SENSOR 2 CIRCUIT HIGH INPUT. To disable this DTC, make sure the box above is unchecked. Off-road use only.</description>
<state name="on" data="01" />
<state name="off" data="00" />
ill attach my rom just incase im missing something