the ecu gives the speed considering that you have the standard tire size on the car, if the tire size was changed this will not be so acurate,
this enhacement is for adding an option to insert old (standard) tire size and the new tire size and the software apply a corection to the speed acording to this values.
in my opinion this enhancement is a verry low priority, but is good to be added if you remain without ideas about what to add new to the software
Tire size speed corection
Moderator: Matt
Tire size speed corection
* Got CA18DET Love
-
- Posts: 4
- Joined: Wed Apr 04, 2007 11:16 pm
- Location: Green Bay
- Contact:
or maybe there is a "K" constant for this that can be altered
seams prety logical that the speed is the info from the sensor x something, if that something can be changed then the problem is solved, if you know the ram address for the speed, maybe you can look in the disasambled code and see if any math is done to the info comeing from sensor before it is writed at that address.
seams prety logical that the speed is the info from the sensor x something, if that something can be changed then the problem is solved, if you know the ram address for the speed, maybe you can look in the disasambled code and see if any math is done to the info comeing from sensor before it is writed at that address.
* Got CA18DET Love
I know NissanDataScan takes in tyre sizes for its 0-100kmh measurements to account for differences so it is possible, i just dont know the calcs
With NIStune.... we read in the raw sensor data and then perform processing to it (recalculation)
For speed input, pulses from the speedo unit are converted into a number by the A/D converter which the ECU uses. This as a real life figure is x2 for R31 and most others by NIStune for display
We can adjust that xK by a decimal number of some sort but it would be a fairly small number
With NIStune.... we read in the raw sensor data and then perform processing to it (recalculation)
For speed input, pulses from the speedo unit are converted into a number by the A/D converter which the ECU uses. This as a real life figure is x2 for R31 and most others by NIStune for display
We can adjust that xK by a decimal number of some sort but it would be a fairly small number