OK, so my last little Christmas present to you all. I've re-jigged the ZA1JA01G definition to be a lot more user friendly. The tables have been categorised from the Alpha - BRZ folder and include all the updates above. I have also done versions for your preferences. However, the pressures are all done in bar, not psi and speed is in MPH and not Km/h.
The defs:
ZA1JA01G - Temp: Degrees F / Compensation: %
ZA1JA01G - Temp: Degrees F / Compensation: Ratio (Like ECUtek)
ZA1JA01G - Temp: Degrees C / Compensation: %
ZA1JA01G - Temp: Degrees C / Compensation: Ratio
For those that would like to fine tune:
Speed:
Code:
<scaling units="Vehicle Speed (MPH)" expression="x*.621" to_byte="x/.621"
<scaling units="Vehicle Speed (Km/h)" expression="x" to_byte="x"
Pressure:
Code:
scaling units="bar" expression="x*.001333223" to_byte="x/.001333223"
scaling units="psi" expression="x*.01933677" to_byte="x/.01933677"
I would suggest you go through and check these but I've done preliminary checks and all seem to work out. If I've missed any tables then let me know.