C5 Scan & Tune Corvette Onboard Diagnostics, Service Advice, Dyno Tuning, Fuel Management, Tuning Software, LS1 Edit, AutoTap, Diablo
Sponsored by:
Sponsored by: Kraken

Data Acquisition with Race Chrono

Thread Tools
 
Search this Thread
 
Old 04-17-2023, 01:53 PM
  #1  
jonofmac
Advanced
Thread Starter
 
jonofmac's Avatar
 
Member Since: Feb 2015
Posts: 69
Received 26 Likes on 19 Posts
Default Data Acquisition with Race Chrono

I made a post about how I use race chrono for datalogging my data on-track (road course). I get a lot of PMs about it, so I figured I'd just bite the bullet and make a thread.

Why do this? Well, for analysing your driving to find time. Or create overlays with HPTuner's RaceRender

First, let's start with the limitations, because people sometimes forget these are 20+ year old cars.

1) You cannot modify what is data logged with my profile. If you do, best case is you just don't get some data logged. Worst case it doesn't log anything. Reason is I had to specifically build what gets datalogged. The ECU sends 1 packet, and it contains 4 or 5 different parameters. This is MANUALLY built by me and not automatically handled. So don't touch the settings in the profile or you'll risk breaking it.

2) These cars use a data bus that transfers data at a measly 10.4 kbps. That's it. The more data you log, the slower the update rate is. Also keep in mind this bus is used for ALL data too. So you can't use all of the 10.4 kbps for yourself. It gets shared across all the modules in the car.

3) Realistically, I get about 3-5 Hz update rate. This is after creating custom payloads to get data out of the ECU and ABS module as efficiently as possible. Without these custom packets, the data rate was slower than 1 update per second.

4) I do not know if this works on pre P01 cars (97-98). The ABS data probably does not, since that module changed. The ECU data might. Someone feel free to try and let me know.

5) This profile will work with C5s only. Not a C6. Just C5s.

What is logged?
You'll see each parameter has a 1 or a 2 after it. This is how I designate low speed/high speed parameter logging. A 1 means it's a parameter I log at a higher data rate. 2 means a lower data rate. I only did this just to make it easier to find values and at a glance group PIDs together. Some parameters don't come from the ECU. I had to find the commands and PIDs from the cluster to get oil temp, and ABS to get brake pressure.
  • Air Temperature: Intake Air Temperature (ECU)
  • Angle: Knock retard (ECU). Units are wrong, haven't spent time fixing this. I'll update it eventually
  • Brake Position: (ABS) Reads a relative brake pressure value as %
  • Coolant Temperature: Engine Coolant Temperature (ECU)
  • Engine RPM (ECU)
  • Engine Oil Pressure: Unfiltered oil pressure value (ECU)
  • Engine Oil Temperature: Engine oil temp sensor (Cluster)
  • Gearbox Temperature: Manual/Auto trans temperature (ECU)
  • Accelerator Position: Accelerator Position (Changed for V3+, uses gas pedal in car % instead of throttle plate %) (ECU)
  • Wheel Speeds: Individual wheel speed sensors (ABS) (You might need to calibrate these values depending on your wheel sizes)
  • Steering Angle: Steering wheel angle, + is turned right. - is turned left. (ABS) NOTE: Every time you turn the car on, the ABS module has to learn what "centered" is. This happens by driving the car in a straight line for ~50-100 ft. Until the ABS module has learned what centered is, it will report 0*. If you test this parameter and turn the wheel without driving the car at all, it will say 0.
Why can't I add more parameters or remove any?
The standard PIDs use a 1:1 request/response system. It works for newer CAN-based cars that run data at a reasonable speed. The C5 is on an archaic VPW data bus. It runs more than 5x SLOWER than 56k/dial up internet. Let that sink in. It is SLOWWWWWW. Because of this, adding a 1:1 request/response PID will really hurt how much data you can get in a certain amount of time. Everything my profile datalogs is from custom PIDs/DPIDs. Without going into too much detail, I basically have the ECU send 4 or 5 parameters in a single frame. So this means that race chrono says "Please send me frame packet 1", and the ECU sends frame packet 1 that has 4 or 5 different values in it. Race chrono is smart enough to pull the data apart and realize they're separate. By doing this bulk data transfer, I can get ~5 Hz refresh rates. To change what's data logged requires changing what "frame packet 1" contains, and updating the commands to tell the ECU and race chrono. This is why this profile is "fixed". You cannot modify it unless you understand what a DPID is, and how to build them, then you can modify the profile for your needs, but chances are if you were this familiar with VPW, you probably already have a profile that works.

The ABS module is not programmable with what data is sent. It will ALWAYS send:
  • Individual wheel speed
  • Brake pressure
So even if you don't think you need wheel speed info, but want brake pressure, you won't get any faster data, because the ABS module sends a single frame that contains all of that info. You can't pick and choose what you want.

However, if you wanted to get maximum data rate from the ECU, you can turn off datalogging brake pressure, and wheel speeds, along with engine oil temperature to disable requests to ABS and the cluster

Hardware/Software Needed
  1. Phone. Android or iOS doesn't matter. RaceChrono supports both. I've got a friend that uses it on iOS, and I use it on Android. We both get the same data.
  2. RaceChrono: You'll need the paid version to unlock more than 5 minutes of OBD data recording at a time. I highly recommend it. The developer is really good about adding features. He quickly worked on adding the code I needed to do this.
  3. OBDLink MX+/MX/LX: You HAVE to use a legit OBDLink. My friend tried to use a cheapo OBD scanner, and it did not support the custom commands needed to get the custom data out of the C5, and it did not work. I'm not saying it won't work with some cheap OBD ones, but all the cheap ones tend to use the same generic/cheap OBD protocol chip, and it DOES NOT support the custom commands I use for the custom C5 data. The OBDLink does since they wrote their own firmware. Compatible devices confirmed in this thread: OBDLink MX+, OBDLink LX. The OBDLink CX does NOT work because it is CAN only, and our cars are not CAN based!
  4. Bluetooth GPS module (Optional): This is optional, but I highly recommend it. I have used the Dual xGPS 160 (10 Hz) and now use the RaceBox Mini (25 Hz + IMU). The GPS in phones updates at 1 Hz, which you'll quickly realize is junk on track. See below screen shot of a built-in GPS lap. Its useless for anything except maybe getting a lap time. No useful G information, speed/accel/decel is too inaccurate for any analysis. Often times it'll show you off track. The google map photos for this track is the old layout, so it's probably not the best example, but it's what I have on my phone now.
    Here's a photo with my RaceBox Mini: In addition to accurate GPS, I also get a 6 DOF IMU, which gives some cool information. I can see when the rear end is starting to step out easily.
That's it for hardware and software that you need.

How to use
  1. Download and open my profile. The phone should recognize that you want to open it and do it with RaceChrono.
  2. Once it opens in race chrono, you MUST click the save icon in the top right. It does NOT automatically save when opened.
  3. Once saved, in the RaceChrono Main menu, click settings. Click the enable slider next to this profile: C5 Z06 (Optimized), and make sure the GPS and OBD readers are also enabled (or add them)


  4. At this point you should be able to test that it works by key on or start your car, clicking on the profile name and turn on "Test connection". The phone will connect to the OBDLink and after a few seconds you'll start seeing data show up on the OBD-II channels below.
  5. If you see data, you can back out and racechrono should be good to go for track use. Only note is I start recording the session about 10 minutes before I go out. Bugs happen, it can take the GPS a little while to acquire a GPS signal sometimes, and you don't want to be trying to get things to work on your out lap. Make sure everything is recording BEFORE you go on track. It won't start lap times until you cross the start/finish

To calibrate wheel speeds
If you have non-stock wheel sizes, you probably will need to correct the wheel speed values that we read.
To calibrate wheel speeds, you have to adjust the scalar in the profile for the wheel speed sensors. On the home page, click the settings/gear icon. CLick on the C5Z optimized profile. Scroll down to the wheel speed that is wrong (Wheel speed FL 1 for example). Tap on it. You'll see my profile by default uses A/3.6 as the default for all wheels. The 3.6 is the value you have to change. If the wheel speed is too low, you need to make the 3.6 lower. If the wheel speed is too high, you need to make 3.6 higher.

You'll need to copy this value to the other wheel once you figure it out as well (front and right sides), but the value should be the same per axle. The EBCM expects our cars to have a little stagger stock, and it calibrated for it. So we have to tweak the values around that.
If you have to change your settings to make it read right, please post what front and rear tire size you have, and the scalar values you used for front/rear.

Front Wheel Size, Front Wheel Scalar
265/40 R17 - 3.6 (Stock C5Z)

Rear Wheel Size, Rear Wheel Scalar
295/35 R18 - 3.6 (Stock C5Z)

File Download
Google Drive Link to C5 Z06 (Optimized) V4
Remember: DO NOT try to change what is datalogged. Do not add additional channels, or remove any. You will lower your datalogging rate significantly and what I've made is very specific. To change what's logged requires re-building the entire DPID tables and custom RaceChrono PID tables.

Happy racing

Changes:
April 12, 2024: Added information on OBD scanners that work and how to calibrate wheel speeds.
July 28, 2023: Added link to V3. Changes throttle plate percentage to accelerator pedal %. Added steering angle.
July 30, 2023: Apparently I forgot to enable the channel in the fast channel list So I did that here. Should now show up in datalogs. Also added an if statement to the brake % channel to prevent negative numbers.

Last edited by jonofmac; 04-12-2024 at 09:58 AM. Reason: Uploaded V4
The following 4 users liked this post by jonofmac:
Dads2kconvertible (06-09-2023), Elektro (04-18-2023), Gh05t (05-28-2023), MetalMan2 (07-19-2023)
Old 04-18-2023, 04:07 PM
  #2  
Elektro
Pro
 
Elektro's Avatar
 
Member Since: Jun 2022
Location: NW OH
Posts: 504
Received 213 Likes on 141 Posts
Default

This is awesome! I'll try it on a 98 with obdlink cx and see what happens.
Old 04-18-2023, 04:27 PM
  #3  
jonofmac
Advanced
Thread Starter
 
jonofmac's Avatar
 
Member Since: Feb 2015
Posts: 69
Received 26 Likes on 19 Posts
Default

Originally Posted by Elektro
This is awesome! I'll try it on a 98 with obdlink cx and see what happens.
Please let me know what you manage to get out of the car.

I suspect the ABS will not return any info since it's a completely different module than 99+. If you have issues, try turning off all ABS pods from the fast and slow datalogging (wheel speeds, brake position)
Old 04-18-2023, 04:38 PM
  #4  
jonofmac
Advanced
Thread Starter
 
jonofmac's Avatar
 
Member Since: Feb 2015
Posts: 69
Received 26 Likes on 19 Posts
Default

Originally Posted by Elektro
This is awesome! I'll try it on a 98 with obdlink cx and see what happens.
Please let me know what you manage to get out of the car.

I suspect the ABS will not return any info since it's a completely different module than 99+. If you have issues, try turning off all ABS pods from the fast and slow datalogging (wheel speeds, brake position)
Old 04-18-2023, 05:47 PM
  #5  
Rzepka_r
Racer
 
Rzepka_r's Avatar
 
Member Since: Jul 2007
Location: Erie Pa
Posts: 330
Likes: 0
Received 17 Likes on 13 Posts

Default

Thanks so much for taking the time to do this and sending the PM letting me know that you did as well.

I’ve got the paid application and downloaded your setup and will start, in the days and weeks to follow, playing with it. I’m with a 2003 Z06 so I should have the same success as you.

Thanks again!
Rich
Old 04-18-2023, 08:22 PM
  #6  
aaronc7
Drifting
 
aaronc7's Avatar
 
Member Since: Nov 2013
Location: USA
Posts: 1,971
Received 297 Likes on 235 Posts

Default

Good stuff, thanks for helping me get this set up back in the day.
Old 04-20-2023, 11:45 AM
  #7  
Elektro
Pro
 
Elektro's Avatar
 
Member Since: Jun 2022
Location: NW OH
Posts: 504
Received 213 Likes on 141 Posts
Default

Nothing is working for me, I think obdlink cx may not be compatible. Racechrono can connect to the obdlink, but no data is displayed during "Test Connection", not even standard configuration pids. I am using iphone mini 12 fwiw.
Old 04-21-2023, 01:56 PM
  #8  
Rzepka_r
Racer
 
Rzepka_r's Avatar
 
Member Since: Jul 2007
Location: Erie Pa
Posts: 330
Likes: 0
Received 17 Likes on 13 Posts

Default

I have a learning curve with a new program, but everything seems to be working well - it's showing/streaming all the OBD2 information you listed.

Aim and HpTuners should buy the logic from you!!!! HpTuners, as I've explained in other posts, locks various things up and Aim doesn't support the C5.

Thanks again,
Rich
Old 04-21-2023, 10:43 PM
  #9  
aaronc7
Drifting
 
aaronc7's Avatar
 
Member Since: Nov 2013
Location: USA
Posts: 1,971
Received 297 Likes on 235 Posts

Default

Big kudos to the Racechrono developer as well. He's been super helpful and receptive to feedback/new features in the past. This is one of those examples where he was willing to work with Jon to make this happen. I've messed around with all the track apps, and IMO racechrono is by far the best, plus the continued active development is a huge plus.
Old 05-01-2023, 11:29 PM
  #10  
romandian
Drifting
 
romandian's Avatar
 
Member Since: Nov 2014
Location: Switzerland
Posts: 1,869
Received 88 Likes on 78 Posts
Default

how come efilive gets 10 hz logging out of the ecu?
Old 05-01-2023, 11:59 PM
  #11  
jonofmac
Advanced
Thread Starter
 
jonofmac's Avatar
 
Member Since: Feb 2015
Posts: 69
Received 26 Likes on 19 Posts
Default

Originally Posted by romandian
how come efilive gets 10 hz logging out of the ecu?
Few reasons for it.

1) EFI live does the exact same thing I do to improve throughput. It builds a DPID to stuff multiple PIDs into a single data frame.
2) EFI Live and HPT only talk to the ECU. My profile talks to the ECU, ABS, and Cluster. The datalogger has to re-configure the OBDII device each time it wants to switch to a different module. This takes time.
3) EFI Live also sends a "silence" packet out onto the bus when datalogging, asking all other modules on the bus not to talk. I do not do this, because racechrono does not support such behavior.

The biggest reason is because my profile polls 3 modules in the car, where EFI Live and HPTuners log only 1 (the ECU). Since it doesn't have to waste time reconfiguring commands to talk to other modules, throughput is better. If you didn't care about brake and wheel speed, and did not care about oil temperature, you could greatly improve your refresh rate as well.
Old 05-02-2023, 12:02 AM
  #12  
jonofmac
Advanced
Thread Starter
 
jonofmac's Avatar
 
Member Since: Feb 2015
Posts: 69
Received 26 Likes on 19 Posts
Default

Originally Posted by Elektro
Nothing is working for me, I think obdlink cx may not be compatible. Racechrono can connect to the obdlink, but no data is displayed during "Test Connection", not even standard configuration pids. I am using iphone mini 12 fwiw.
I'm sorry, I never tried with a OBDLink CX. When I look at it, I believe the reason is the CX is a CAN-only device. The C5 does not use CAN. It uses a much older protocol called VPW. This is likely why it does not work. It lacks the hardware to talk to your car.

An OBDII port is a standardized port, but if you look at the pinout, there are MANY different interfaces that a car can use to communicate. In the 2000s, CAN became the defacto standard, but GM used VPW until 2005, and Honda used KLine on older models. Those are just the weird ones I'm familiar with.

Originally Posted by Rzepka_r
I have a learning curve with a new program, but everything seems to be working well - it's showing/streaming all the OBD2 information you listed.

Aim and HpTuners should buy the logic from you!!!! HpTuners, as I've explained in other posts, locks various things up and Aim doesn't support the C5.

Thanks again,
Rich
​​​​​​Fun thing is anyone that knows what they're doing can easily take my profile and extract the how-to from it. It's not really a trade secret or anything, just requires understanding of GM's use of the VPW protocol.

Originally Posted by aaronc7
Big kudos to the Racechrono developer as well. He's been super helpful and receptive to feedback/new features in the past. This is one of those examples where he was willing to work with Jon to make this happen. I've messed around with all the track apps, and IMO racechrono is by far the best, plus the continued active development is a huge plus.
Yes, the developer is extremely helpful, and I'd recommend the software. AIM might have some better data analysis, but that data is only from the GPS. You get no other sensor information unless you add an ADC/multi channel sampling device and log the analog voltages directly, requiring splicing into harnesses. I like the racechrono route because it requires nothing except for a OBD dongle and a cell phone. Not intrusive at all.

Has anyone confirmed if the ABS data works (wheel speed and brake pressure) for early C5s (97-98)? I suspect it won't, but I'd be curious to know.

Last edited by jonofmac; 05-02-2023 at 12:08 AM.
Old 05-02-2023, 09:42 AM
  #13  
aaronc7
Drifting
 
aaronc7's Avatar
 
Member Since: Nov 2013
Location: USA
Posts: 1,971
Received 297 Likes on 235 Posts

Default

Originally Posted by jonofmac
Few reasons for it.

1) EFI live does the exact same thing I do to improve throughput. It builds a DPID to stuff multiple PIDs into a single data frame.
2) EFI Live and HPT only talk to the ECU. My profile talks to the ECU, ABS, and Cluster. The datalogger has to re-configure the OBDII device each time it wants to switch to a different module. This takes time.
3) EFI Live also sends a "silence" packet out onto the bus when datalogging, asking all other modules on the bus not to talk. I do not do this, because racechrono does not support such behavior.

The biggest reason is because my profile polls 3 modules in the car, where EFI Live and HPTuners log only 1 (the ECU). Since it doesn't have to waste time reconfiguring commands to talk to other modules, throughput is better. If you didn't care about brake and wheel speed, and did not care about oil temperature, you could greatly improve your refresh rate as well.
I'll piggyback off this and say that you won't see the "full" 10hz from this either, polling the ECU only, because of the bluetooth connection and latency involved. After sending a request, it will be waiting for the ECU to reply to send the next packet, so that latency adds up.

HPT and EFI do the same thing basically for logging. EFI shows it to the user as a max of 24 bytes to maintain the 10hz speed (4x DPIDs at 6 bytes each). HPtuners interface is much more simplified but it does the same sort of thing and will get 10hz as long as you don't exceed 24 bytes logged in my experience. I set up my HPtuners to log 18 bytes at 10hz and 12 bytes at 5hz (3 DPIDs every cycle and alternate the 4th DPID every other cycle) with my default logging list.
Old 05-02-2023, 06:03 PM
  #14  
Rzepka_r
Racer
 
Rzepka_r's Avatar
 
Member Since: Jul 2007
Location: Erie Pa
Posts: 330
Likes: 0
Received 17 Likes on 13 Posts

Default

Just want to take the time to once again thank jonofmac for sharing this and aaronc7 for helping me with some follow-up questions over the weekend with regards to the spark knock values.

I’ll continue to use my Aim solo2 DL and Aim camera as they are so simple the way I have them installed, I don’t even touch them - start the car, they find the track and start and stop recording automatically. As mentioned, they have great software and storage arrangement for analyzing the data. It is, however, only GPS, accelerometer and, in my case, RPM info.

In parallel I will be using this racechrono set-up with the RaceBox Mini and storing all this data. To me, the oil pressure, temperatures, throttle, spark knock, brake pressure and individual wheel speeds are invaluable.

To help others that might try this out, and I believe we have it correct, I changed the equation for spark knock with the value of .088

Additionally, I’m running a square tire set up and noticed the front wheel speeds were always lower than the rears and GPS speed. I changed the equation for each front wheel speed to a ratio that matched the original tire set up, which is staggered. This made wheel speeds in a straight line all equal.

Thanks much again!
Rich

Last edited by Rzepka_r; 05-03-2023 at 08:09 PM.
The following users liked this post:
aaronc7 (05-02-2023)
Old 05-04-2023, 12:59 AM
  #15  
romandian
Drifting
 
romandian's Avatar
 
Member Since: Nov 2014
Location: Switzerland
Posts: 1,869
Received 88 Likes on 78 Posts
Default

aron, do you know if the new hpt is faster than the old one? is efilive and hpt the same speed?

so its of no use getting a fast logging box on these cars (e.g.100hz), even if you were to logg one channel only?
Old 05-04-2023, 01:04 AM
  #16  
jonofmac
Advanced
Thread Starter
 
jonofmac's Avatar
 
Member Since: Feb 2015
Posts: 69
Received 26 Likes on 19 Posts
Default

Originally Posted by Rzepka_r
Just want to take the time to once again thank jonofmac for sharing this and aaronc7 for helping me with some follow-up questions over the weekend with regards to the spark knock values.

I’ll continue to use my Aim solo2 DL and Aim camera as they are so simple the way I have them installed, I don’t even touch them - start the car, they find the track and start and stop recording automatically. As mentioned, they have great software and storage arrangement for analyzing the data. It is, however, only GPS, accelerometer and, in my case, RPM info.

In parallel I will be using this racechrono set-up with the RaceBox Mini and storing all this data. To me, the oil pressure, temperatures, throttle, spark knock, brake pressure and individual wheel speeds are invaluable.

To help others that might try this out, and I believe we have it correct, I changed the equation for spark knock with the value of .088

Additionally, I’m running a square tire set up and noticed the front wheel speeds were always lower than the rears and GPS speed. I changed the equation for each front wheel speed to a ratio that matched the original tire set up, which is staggered. This made wheel speeds in a straight line all equal.

Thanks much again!
Rich
If we confirmation on the spark knock equation, I'll update and reupload the profile.

I didn't bother trying to figure out the value. I was just trying to see if it recorded any knock at all. i know it's wrong though.


Yeah the wheel mph will need to be tweaked. I forgot that i run a square non standard size and calibrated it for me

Might be helpful to tell people what wheel size you run and what values you found were correct and i can add some info to the first post too. Thanks for letting me know

Also the brake % might need to be shifted too. The sensor has a floor value and I'm not positive if it's consistent across C5s
Old 05-04-2023, 06:43 AM
  #17  
Rzepka_r
Racer
 
Rzepka_r's Avatar
 
Member Since: Jul 2007
Location: Erie Pa
Posts: 330
Likes: 0
Received 17 Likes on 13 Posts

Default

I cannot take credit for the knock value, but everything aaronc7 found seemed to show it should be the .088 and that seemed much more in line with reality, although I didn’t confirm trying back to back logs using HPtuners or anything to compare.




As for the wheel speeds, I had a brand new set of P285/35R18’s on all four corners. I didn’t try to get rear wheel speeds perfect to GPS as those values were running pretty close, but in a straight line both front values were low. I did some quick average math to see how low and that is when I realized wherever you are getting your input from could possibly already be adjusted or looking for a difference. In other words, using original tire info from Tire Rack, the number of revolutions on the front tires per mile is 824, while the rear is 801, if the car is moving in a straight line the number of pulses per mile of the front speed sensors must be higher than the rear for any given mph. If you put the same size tire on the front, as the rear, the front speed sensor pulses per mile would need to be reduced to equal the rear with respect to mph, if the computer was hard set to understand the original tire sizes. With all that in mind, knowing I needed my front values in be slightly higher and your equation was dividing by 3.6 I simply used 801/824 and multiplied that by the 3.6 to get a smaller number to divide by:




Been raining forever here, but I’ll be able to check everything out again tomorrow.

My brake jumps between -2 and zero when not touching the brakes, biased towards the -2. I didn’t try to change that yet as I wasn’t sure the best way since that equation is a little more complex. What do you suggest as the best way to bump that up a value of 2 units? Do I take the original equation, bracket it, so to speak, and add two OR does the equation itself need a slightly different ratio? Can you help me with the best way to do that and the exact script formatting?

Thanks,
Rich

Get notified of new replies

To Data Acquisition with Race Chrono

Old 05-04-2023, 10:11 AM
  #18  
aaronc7
Drifting
 
aaronc7's Avatar
 
Member Since: Nov 2013
Location: USA
Posts: 1,971
Received 297 Likes on 235 Posts

Default

Originally Posted by romandian
aron, do you know if the new hpt is faster than the old one? is efilive and hpt the same speed?

so its of no use getting a fast logging box on these cars (e.g.100hz), even if you were to logg one channel only?
I have a MPVI2, maybe it's faster than MPVI1? Never used the 1 so I'm not sure. I get the same logging speed with VCM Scanner or the "standalone" logger mode. The GUI just doesn't have anything to "count" the bytes for you so if you select a bunch of stuff it will surely slow way down.

In my personal testing, the overall speed of HPT and efilive is the same and limited to 240 ~bytes/sec. 24 bytes/channels at 10hz or 18bytes at 10hz + 12 bytes at 5hz etc.

EFILive has an old document that talks about the different modes and IIRC if you logged only a few things it might be able to do 20hz?

Not sure what your end goal is, but if only logging ECU/PCM, this option + racechrono should be pretty decent. Been awhile since I did it, but remember the speed was pretty good. Let me know if you need any help setting it up to log what you want (not sure if you dug into it, but you have to manually define the init script, labor intensive).
Old 05-04-2023, 10:12 AM
  #19  
aaronc7
Drifting
 
aaronc7's Avatar
 
Member Since: Nov 2013
Location: USA
Posts: 1,971
Received 297 Likes on 235 Posts

Default

And the 0.088 scalar for knock thing.... that is what everyone said on pcmhacking forum. I haven't been able to confirm 100 percent myself. The car basically never knocks (knock sensor broken?)
Old 05-04-2023, 10:40 AM
  #20  
aaronc7
Drifting
 
aaronc7's Avatar
 
Member Since: Nov 2013
Location: USA
Posts: 1,971
Received 297 Likes on 235 Posts

Default

Originally Posted by Rzepka_r
I cannot take credit for the knock value, but everything aaronc7 found seemed to show it should be the .088 and that seemed much more in line with reality, although I didn’t confirm trying back to back logs using HPtuners or anything to compare.




As for the wheel speeds, I had a brand new set of P285/35R18’s on all four corners. I didn’t try to get rear wheel speeds perfect to GPS as those values were running pretty close, but in a straight line both front values were low. I did some quick average math to see how low and that is when I realized wherever you are getting your input from could possibly already be adjusted or looking for a difference. In other words, using original tire info from Tire Rack, the number of revolutions on the front tires per mile is 824, while the rear is 801, if the car is moving in a straight line the number of pulses per mile of the front speed sensors must be higher than the rear for any given mph. If you put the same size tire on the front, as the rear, the front speed sensor pulses per mile would need to be reduced to equal the rear with respect to mph, if the computer was hard set to understand the original tire sizes. With all that in mind, knowing I needed my front values in be slightly higher and your equation was dividing by 3.6 I simply used 801/824 and multiplied that by the 3.6 to get a smaller number to divide by:




Been raining forever here, but I’ll be able to check everything out again tomorrow.

My brake jumps between -2 and zero when not touching the brakes, biased towards the -2. I didn’t try to change that yet as I wasn’t sure the best way since that equation is a little more complex. What do you suggest as the best way to bump that up a value of 2 units? Do I take the original equation, bracket it, so to speak, and add two OR does the equation itself need a slightly different ratio? Can you help me with the best way to do that and the exact script formatting?

Thanks,
Rich
Right now it's basically 100*(x-29)/51, as I read it. I would adjust the 29 (0x1d) until it reads what you want. Also I don't know if this has changed but, in past racechrono versions, for things are percentages, once the log is complete, the scale will automatically be adjusted to 0-100. So if TPS read 7 to 88 percent in the log, it would adjust that to display at 0 to 100 percent in the actual saved log/output. So I don't think you need to worry a ton about scaling braking perfectly, it should display how you want all said and done (again...pretty sure).


Quick Reply: Data Acquisition with Race Chrono



All times are GMT -4. The time now is 01:47 PM.