EPI,
What is the structure of the LOGDEFS_OBDCAN suppost to look like? It doesnt look correct based on previous OBD XML structure.
Example:
- Code: Select all
<parameter id="FUELST1" name="Fuel Status 1" metric="%" eattributes="DN6M1aYtmUD1hzJITxKF9VUEg8n8UXjaoM9g+uCQaRNet2Yq/3kR1nhhqnfCYX27avuP6QbGp8Spu4qfB9ksCOLOc547CHH6FOVjObXvdWGhtRKo5hgY7QFWiS7CZHAM"/>
I have some Honda documents that state the MID, TID, and Scaling ID's for various parameters. How would I load them up into the XML?
Example:
A/F Sensor (Bank 1) MID=$01 TID=$80 SID=$11
I'd just like to figure this out so this logger will work properly with Honda's as well.