Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Datapoint Presets is available with SmartServer 2.8 and higher.

...

The transformation value is determined using the following:  
                ( rawValue *  transformA *  10^transformB ) + transformC

The maximum number of digits to the right of the decimal point is calculated based on the exponent value.  If the exponent value is greater than -1,  the  decimal place is 0.   Otherwise, the decimal place is the abs(exponent).  For example, if the exponent is -1, the decimal place is 1.

Field NameTypeDescription
transformAlongTransformation multiplier.
transformBlongTransformation exponent.
transformClongTransformation adder.
unitstringThe unit of the transformation value. The value can be empty ("").

...