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 Name | Type | Description |
---|---|---|
transformA | long | Transformation multiplier. |
transformB | long | Transformation exponent. |
transformC | long | Transformation adder. |
unit | string | The unit of the transformation value. The value can be empty (""). |
...