Adjust speedometer by percentage
mesnard80@hotmail.com
Posts: 2Verified User
in R1
The program says "Percent Change: Speed*(Input*100)"
What is speed? What is input?
For example, if the bike says 80mph, and the GPS says 60mph, I'd expect to enter a value of -25%. But the equation wouldn't make any negative numbers. So would I enter 75, or 0.75, or...?
Comments
Figured it out. You'd enter 75. The equation should be: (Actual / Indicated) * 100