Is there anyway to adjust or tweak what RC reads as 100% throttle? When full throttle in my Clio 172, it only registers is 66%. Or is this likely to be down to the bluetooth reader, (or the car itself) - and not RC's interpretation of the data its recieving.
Comments
Throttle Position
Absolute throttle position B
Absolute throttle position C
Accelerator pedal position D
Accelerator pedal position E
Accelerator pedal position F
Most likely one of these will report correct range for your car. For my BMW I have to pick Accelerator pedal position D. For my Audi I need to use the Throttle Position.
I will try again though.
In dashware: Create dynamic bar component with min 0 and max 66.
In racerender: Configure existing throttle bar and set range to 0-66
It works well for my and it's better than modify the csv.
Other alternative in both programs is the next:
Create calculated values. AcelPos=throttle /66
Sorry for my bad English, I want help!
I recorded a session in my Subaru BRZ where I was flooring the accelerator on multiple occasions, but each time the values displayed in RaceChrono were around 40%...41%. Then I realized that 100/255 ~=0.39 and it started to make sense.
According to Wikipedia [1], for Mode 01 PID 5A a 100*A/255 formula should be used.
However, when I created a custom PID 0x015A and watched "Live data" while pressing and releasing the accelerator pedal, I saw the values going from 0x0 to 0x67..0x6D (103...109) on my car.
Using a custom Equation "min(A, 100)" seems to give me the 0–100% values that make a lot more sense.
I wonder if this workaround can be built into RaceChrono for the affected cars?
[1] https://en.wikipedia.org/wiki/OBD-II_PIDs#Service_01
It would be appreciated if there was a shortcut to make a copy of a standard / other OBD-II channel, instead of copy-typing multiple values from one screen to another.