Import Ford PIDs into RaceCapture
Import Ford PIDs into RaceCapture
How do I import some of the PIDs in the attached file into Race Capture Pro?
My vehicle is a 2002 Ford SVT Lightning, uses J1850 PWM OBDII Protocol.
Thanks.
My vehicle is a 2002 Ford SVT Lightning, uses J1850 PWM OBDII Protocol.
Thanks.
- Attachments
-
- Ford-PIDs.xls
- Ford PIDs
- (18 KiB) Downloaded 534 times
Hi - Note, we have a number of SAE standard PIDs presets when you select the channel name in the dropdown.
To add an OEM specific channel, you would need to know the PID and the conversion formula, and then enter it into the fields for a custom OBDII mapping channel.
So, to start, can you confirm that a standard channel, like RPM works correctly?
I'll take a look at your spreadsheet to see if it has the necessary information and reply here.
To add an OEM specific channel, you would need to know the PID and the conversion formula, and then enter it into the fields for a custom OBDII mapping channel.
So, to start, can you confirm that a standard channel, like RPM works correctly?
I'll take a look at your spreadsheet to see if it has the necessary information and reply here.
Question, where did you get this spreadsheet? Is it for a different app or system?
This calls out for a wiki article for how to specify a channel based on this information.
Example we will work from:
Description: Wastegate Duty Cycle Commanded
ChannelName: WGDC
Mode and PID: 220462
formula: ((A*256)+B)/327.68
min/max: 0/100
We'll write up an example on how to convert this.
This calls out for a wiki article for how to specify a channel based on this information.
Example we will work from:
Description: Wastegate Duty Cycle Commanded
ChannelName: WGDC
Mode and PID: 220462
formula: ((A*256)+B)/327.68
min/max: 0/100
We'll write up an example on how to convert this.
-
- Posts: 67
- Joined: Sun Dec 11, 2016 1:07 am
OBD is a lousy way to log engine data for tuning. It's far too slow. You really need CAN. For tuning, I use an SCT X4 to log data from my 2011 Mustang to a laptop PC. The instructions for selecting the data to be logged say to never use OBD. Unfortunately, the CAN ID's are not given in the software. That's probably an important reason why an SCT tuner costs as much as it does. They have to pay a license fee to Ford to get he CAN id's.
CAN based OBDII is reasonably fast for an inefficient protocol not designed for this type of data logging. On some vehicles we've seen 200+ PIDs / sec.
Virtually all CAN data is broadcast in a way that can be inspected and reverse engineered. It's a pretty common process to decode this data broadcast from ECUs and other devices using a process of cross referencing existing sensors against observed data.
Virtually all CAN data is broadcast in a way that can be inspected and reverse engineered. It's a pretty common process to decode this data broadcast from ECUs and other devices using a process of cross referencing existing sensors against observed data.
Yes, I have the SCT X4 with Ford Pro Racer Software for tuning and data logging with a laptop. Just wanted to find a more seamless/modern way of data logging & monitoring straight from an Android Head Unit. I'm sure it's possible but need to figure out how to import certain PIDs into RaceCapture.dewittpayne wrote:OBD is a lousy way to log engine data for tuning. It's far too slow. You really need CAN. For tuning, I use an SCT X4 to log data from my 2011 Mustang to a laptop PC. The instructions for selecting the data to be logged say to never use OBD. Unfortunately, the CAN ID's are not given in the software. That's probably an important reason why an SCT tuner costs as much as it does. They have to pay a license fee to Ford to get he CAN id's.