View Single Post
  #13 (permalink)  
Old 02-01-2008, 01:58 PM
DesertDog's Avatar
DesertDog DesertDog is offline
Active Enthusiast
 
Real Name: Carl
Location: Dry Heat, AZ
Hybrids: 2005 FEH 2WD
Posts: 204
Default Re: ScanGauge Data Depository

[quote=Johndixs;160568]The Scan Gauge web site lists all of the x-guages under various headings. One of the headings is "Enhanced Data" and then just below: " Ford PWM". I've tried to get the torque ( CTQ ) and fuel level ( FL ) loaded as x-guages but without success. Anyone out there have advice as to how to gain access to this data?

Thanks,
John Dixson[/quote

The FEH is CAN, so don't use the VPW or PWM codes. CTQ is not supported by the FEH. For the FEH, engine torque is PID 09CB. However, this is, I think, a scaled 2's complement value so an exact xgauge I haven't yet figured out how to do. The fuel level appears to have incorrect MTH entries, so try the following:

TXD:07E02216C1
RXF:0462451606C1
RXD:3010
MTH: 0271 0800 0000
NAM: FLV (or whatever)

This is the raw, unfiltered reading so it will change a lot compared to the filtered reading in the instrument cluster.

A guesstimate for torque is:

TXD:07E02209CB
RXF:0462850906CB
RXD:3010
MTH: 000100010000
NAM: TRQ

There is a built-in xgauge for torque that is calculated using the horsepower and RPM, but LL didn't put it in the manual due to issues with overflow and strange values displaying under certain conditions.
Reply With Quote