Hi I used this line but the tank reading is half the value. Is the solution possible? Thank you. value targetId=“170” offset=“1” length=“1” conversion=“V/2.55”> <!-- Fuel Level –
1 Like
delete the conversion
If it’s reading a bit less than half when it should be full, remove conversion="V/2.55"
from the line. If it is reading exactly half, set conversion
to ="V/1.27"
.
Also make sure the minimums and maximums of the gauge you are using are set accordingly (minimum 0, maximum 100) and that the field for Gauge Math (Look&Feel > Special > Gauge Math) is empty.
1 Like
thanks is ok working