He's done a bit more than just rename them. Here's the lower, descriptive section from his A01I xml.
<QUOTE></table>
<table type="2D" name="Engine Load Limiter A" category="Test" storagetype="uint16" endian="big" sizey="9" userlevel="3">
<scaling units="Engine Speed (RPM)" expression="x*0.0000610351563" to_byte="x/0.0000610351563" format="0.00" fineincrement="0.1" coarseincrement="1" />
<table type="Y Axis" name="Engine Load" storagetype="float" endian="little" logparam="P2">
<scaling units="" expression="x" to_byte="x" format="#" fineincrement="100" coarseincrement="500" />
</table>
<description>Engine load limit against RPM.</description>
</table>
<table type="2D" name="Engine Load Limiter B" category="Test" storagetype="uint16" endian="big" sizey="9" userlevel="3">
<scaling units="Engine Speed (RPM)" expression="x*0.0000610351563" to_byte="x/0.0000610351563" format="0.00" fineincrement="0.1" coarseincrement="1" />
<table type="Y Axis" name="Engine Load" storagetype="float" endian="little" logparam="P2">
<scaling units="" expression="x" to_byte="x" format="#" fineincrement="100" coarseincrement="500" />
</table>
<description>Engine load limit against RPM.</description>
</table>
</QUOTE>
This looks totally different than your code. You can see why I would think it describes a totally different table. @
Wayno's tables are in a new category, called Test, at the very bottom of the list in RR. I know now that I can just copy and paste from the B01D xml's to my OFT A00D xml's. Thank you for all your help.