Quote:
Originally Posted by Wayno
You can replace all from imperial to metric, but not in reverse. All the defs attached to the OP are all imperial as i replied last night.
|
So long as you use:
Find:
<scaling units="Degrees F" expression="(x*1.8)+32" to_byte="(x-32)/1.8"
Replace With:
<scaling units="Degrees C" expression="x" to_byte="x"
Then you can use the opposite to revert back. You must include the scaling units part of the description. The same works for speed conversions and even ratio conversions like ECUtek tables.