|
|
| ScanGauge Anything ScanGauge related is open for discussion here. |
Welcome to the CleanMPG forums.
Some posts may describe situations which may in some cases be unsafe or illegal in some jurisdictions. Please use common sense and consult your local laws to make sure you do not hurt yourself or others or break any laws. You are currently viewing our boards as a guest which gives you limited access to view discussions, articles and access our other features. By joining our community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
|
Camry Gas Pedal Position XGauge (off =0%, floored =100%)
 |

07-03-2008, 12:45 PM
|
 |
KiloTanked in post 153451
|
|
Join Date: Jan 2007
Vehicles: 2007 Toyota Prius, 2008 Mercury Mariner Hybrid
Location: Houston, TX
Posts: 2,293
|
|
|
Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Camry Hybrid Gas Pedal Position XGauge (off =0%, floored =100%)
TXD: 024C
RXF: 010282440000
RXD: 4008
MTH: 000A00020000
NAM: gps
11011011
__________________

Best commute = 14.3mi @ 114 MPG (sg2)
Best (non-trivial) tank = 1101mi @ 91.2 MPG (fcd)
MPG Centurion- Hybridfest 2007- Prius II-26mi @ 106 MPG (sg2)
Dan <11011011>
|

07-03-2008, 05:35 PM
|
 |
Senior Member
|
|
Join Date: Feb 2008
Vehicles: 2007 Honda Fit, 1998 Honda Civic
Location: Slow lane, hypermiling
Posts: 306
|
|
|
Re: Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Will this work for a Honda Fit?
I can't stand the TPS being at like 15 when the accelerator is not depressed.
|

07-03-2008, 05:53 PM
|
|
Senior Member
|
|
Join Date: Aug 2007
Vehicles: 2005 Ford Escape Hybrid
Location: Phoenix, AZ
Posts: 427
|
|
|
Re: Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Quote:
Originally Posted by applemac*fit
Will this work for a Honda Fit?
I can't stand the TPS being at like 15 when the accelerator is not depressed.
|
If your Fit supports the mode 0x01 PID of 0x45, that gives relative TPS. On my FEH, the absolute TPS is 12 when not depressed but the relative TPS is 0 when the pedal is not depressed. If you go to CMNDS, enter 0145 and hit send and see if anything comes back.
If so, you could program an xgauge as follows (assuming CAN):
TXD:07E00145
RXF:044185450000
RXD:2808
MTH:00C800330000
NAM:Tps
|

01-28-2012, 09:09 PM
|
|
Junior Member
|
|
Join Date: Jan 2012
Posts: 4
|
|
|
Re: Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Has anyone had success converting this into a custom Torque (Android app) PID? I've followed the formula given here by Aberk, and it doesn't seem to give proper readings, ie not depressed position = 900%
Any help is much appreciated!! Cheers
|

01-30-2012, 05:00 PM
|
|
Senior Member
|
|
Join Date: Aug 2007
Vehicles: 2005 Ford Escape Hybrid
Location: Phoenix, AZ
Posts: 427
|
|
|
Re: Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Quote:
Originally Posted by crenxb
Has anyone had success converting this into a custom Torque (Android app) PID? I've followed the formula given here by Aberk, and it doesn't seem to give proper readings, ie not depressed position = 900%
Any help is much appreciated!! Cheers
|
Dan's original post is not an OBD-II PID based xgauge, it is a bus-sniffing xgauge. Don't know if Torque can handle that.
|

01-31-2012, 02:54 AM
|
|
Junior Member
|
|
Join Date: Jan 2012
Posts: 4
|
|
|
Re: Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Thanks for the quick reply CarlD, that explains it. Bus-sniffing means that the device is actively polling for information rather than reading off (passive) the OBDII data right? I guess my next question should be asked at the Torque-bhp forum whether or not the app support it...
Thanks again. Will report back if anything come of it...
|

01-31-2012, 09:43 AM
|
|
Senior Member
|
|
Join Date: Aug 2007
Vehicles: 2005 Ford Escape Hybrid
Location: Phoenix, AZ
Posts: 427
|
|
|
Re: Camry Gas Pedal Position XGauge (off =0%, floored =100%)
Quote:
Originally Posted by crenxb
Thanks for the quick reply CarlD, that explains it. Bus-sniffing means that the device is actively polling for information rather than reading off (passive) the OBDII data right? I guess my next question should be asked at the Torque-bhp forum whether or not the app support it...
Thanks again. Will report back if anything come of it...
|
Bus-sniffing means it's eavesdropping on all of the traffic flowing between computers during normal operation and no requests are made. PIDs are low-priority requests for information that the vehicle's computer processes when it gets a chance. The CAN address indicates its priority with higher numbers being lower priority. For OBD-II, 11-bit CAN addresses start with a 7 and are nearly the lowest priority. An address of 7FF would be the absolute lowest priority message. Critical information flowing on the CAN bus usually has addresses starting with 0, e.g. 043. If you look at Dan's original code, the RXF indicates that it is looking for a message with an address of 224, which is kind of medium priority but still much higher priority than any OBD-II request. The 8 in the RXF indicates that the result will be divided by 10 before being displayed. The TXD value is just the scangauge's way of saying "don't transmit anything!"
Since this is a message on the vehicle's bus, it is usually specific to that particular vehicle (and maybe even model year) so it is probably not usable for different vehicles even with the same manufacturer.
-cd-
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|