Taking a peek at timing
I've been working on figuring out the various scales of the things like timing, fuel rate, etc. Some scales have been easy - like engine RPM - that one was using the standard SAE scale found in the J1939 document: to get actual RPM from the actual binary number value, just multiply by . 125.
So, I'm taking a stab at the vp44 commands. If I apply the standard SAE scale to the timing command, I come up with the following:
1. The range allowed by the ECU software is approx. -6* to +60*
2. Warm engine, idling, I see the number 1440 (hex 5A0). That would work out to be 11. 25*
I don't know if this is right, it's just an 'educated guess' at this point.
I've been working on figuring out the various scales of the things like timing, fuel rate, etc. Some scales have been easy - like engine RPM - that one was using the standard SAE scale found in the J1939 document: to get actual RPM from the actual binary number value, just multiply by . 125.
So, I'm taking a stab at the vp44 commands. If I apply the standard SAE scale to the timing command, I come up with the following:
1. The range allowed by the ECU software is approx. -6* to +60*
2. Warm engine, idling, I see the number 1440 (hex 5A0). That would work out to be 11. 25*
I don't know if this is right, it's just an 'educated guess' at this point.