Scuba_Steve
10+ Year Contributor
- 152
- 1
- May 28, 2009
-
Colorado Spring,
Colorado
I'm just messing around with TunerPro, trying to learn the ropes. I understand most of what I am doing, but am a bit unclear on a few points.
Question 1
Rev Limit = 3750000 / X
Such that X is the decimal value of the two bytes at 727A and 727B.
How do I convert the number I come up with to hex? Obviously there are 3 numbers used in the rpm, and 2 bytes to represent them. But each byte has 256 digits possible...
Question 2
Does anyone know how to calculate the byte used for injector size?
Question 3
Check my work please.
Stock Injector deadtime
A9 58 30 23 1B 17 13
216 Injector deadtime
B2 61 39 2c 24 20 1C
Also when changing deadtime, do you simply round to the nearest whole number?
deadtime/24=whole number
Thanks!
Question 1
Rev Limit = 3750000 / X
Such that X is the decimal value of the two bytes at 727A and 727B.
How do I convert the number I come up with to hex? Obviously there are 3 numbers used in the rpm, and 2 bytes to represent them. But each byte has 256 digits possible...
Question 2
Does anyone know how to calculate the byte used for injector size?
Question 3
Check my work please.
Stock Injector deadtime
A9 58 30 23 1B 17 13
216 Injector deadtime
B2 61 39 2c 24 20 1C
Also when changing deadtime, do you simply round to the nearest whole number?
deadtime/24=whole number
Thanks!
I'm a programmer, so the windows calculator is my best friend!
Thank you very much.