Could someone help me with my XML? What happens? I did my project via wire and with the fuel float signal there was no damping, which causes the fuel level to fluctuate too much as the car moves and does not maintain the correct level. Can I put some delay or average in my line of code in the XML?
If you write fuel level to Body Electronics->Fuel Level (targetId=“170”), it has special damping for the fuel level value.
Do I have to add this ECU body computer to the XML to have a damping on the fuel?
My XML is like this, could you help me with the fuel if it is wrong please?
XML Fiat completo.xml (3.1 KB)
Looks correct, but this:
<value targetId="170" name="fuel" offset="2" length="2" conversion="200-V/3.49"/>
You have both, targetId and name attributes. Use only targetId.