June 25, 200619 yr This I understand:ENGINE1_OIL_TEMPERATURE // oil temperature (degC) (16k = 140 deg)to mean that this Token var varies from 0 to a max of 16k (16384) with 16k representing 140 degC.Now this on the other hand:ENGINE1_TRANSMISSION_PRESSURE // (PSI * 16384)has me a bit mystified still. It seems to suggest that to get the PSI from the var, all I do is divide by 16k. Is this correct?Patrick
Create an account or sign in to comment