Thread
:
[Announce] pyOBD for Maemo/n900
View Single Post
wictor
2012-02-14 , 20:08
Posts: 11 | Thanked: 13 times | Joined on Feb 2012
#
54
Hi,
I just noticed that oxygen sensor(0114-011B) voltage values are not calculated correctly. Their range should be -100 to 99.2% or 0-1.275V. Now they are showing values like 5000.
http://en.wikipedia.org/wiki/OBD-II_PIDs
has formulas for calculating value.
Currently they are calculated with formula (A-128) * 100/128.
I think the formula for showing value in Volts is: A/200
Formula for showing percentage is (B-128) * 100/128 (if B==0xFF, sensor is not used in trim calc)
//Wictor
Quote & Reply
|
The Following 3 Users Say Thank You to wictor For This Useful Post:
don_falcone
,
Estel
,
m750
wictor
View Public Profile
Send a private message to wictor
Find all posts by wictor