SDean wrote:Hi,
As this data was generated using a Non MoTeC product (iRacing), we cannot control how the data is generated.
I'll post this again with some more details, also with an extra math channel to illustrate the issue more clearly and to show that it's
not an issue with the logged data but with the results generated by Motec i2. Below is a onedrive folder with a run at Rudskogen that has the same issues as the Daytona laps, and a run at Indianapolis road course where the pit distance actually works. I attached the whole log so they're kind of large. I can also add the workbook that I'm using if that would help.
There are 7 channels being shown in the screenshot here and what is expected of them:
- Corr Lap Dist [m]
Generated by Motec, this should be the same as the 'LapDist' channel below. - LapDist [m]
Logged by iRacing, it should be linear when viewing the data in 'distance' mode. - Corr Lap Dist vs Logged LapDist [m]
Custom math that should be ~0 as 'Corr Lap Dist' should be generated from 'LapDist'.
- Code: Select all
'Corr Lap Dist' [m] - 'LapDist' [m]
- Corr Lap Dist dt [m/s]
Custom math that should track with the logged ground speed, though may be different due to different lines.
- Code: Select all
derivative('Corr Lap Dist' [m], 1.0)
- LapDist dt [m/s]
Custom math that should be the same as the above:
- Code: Select all
derivative('LapDist' [m], 1.0)
- Ground Speed [m/s]
Logged by iRacing, should be the speed of the car, may be different than the derivatives above but should at least be close. - Corr Lap Dist dt vs LapDist dt [m/s]
Custom math that should also be ~0.
- Code: Select all
'Corr Lap Dist dt' [m/s] - 'LapDist dt' [m/s]
With the listed channels we can see the issues pretty clearly. The 'Corr Lap Dist' does not at all show what it should. This is a Motec generated channel, not an iRacing one. The logged 'LapDist' channel seems to properly track the lap distance, as the derivative is relatively close to the logged 'Ground Speed.'
For some reason the calculated 'Corr Lap Dist' uses a constant speed on this lap, as seen by the horizontal line in 'Corr Lap Dist dt' set at ~44.18 m/s. This is where my issues occur, not on the lap with
In the overlay (a normal lap) the deltas between the ground speed, LapDist derivative, and Corr Lap Dist derivative are very close, all within about 0.1 or 0.0001 of each other, and the delta between the 'LapDist' and 'Corr Lap Dist' is almost zero.
I hope that there can be something fixed in the next version, or maybe I have some setting wrong that I have to change.
Here's a link to the image so you can see the stats on the side which should show a bit more and not be cut off by the forum width.
https://i.imgur.com/kyUlDKA.png
https://1drv.ms/u/s!AiSe1LGCXoz0jsMgtu67TXVlVNoqEQ?e=K8fXTO