Point conversions are used to convert between the representations of external systems (the different Connectors List) and the normalized representation. 

How to use point conversion?

To use point conversion, the user must have first of all a connected point.

The point conversion only works for connected points

The point conversion is used by the connector framework with the curConvert, writeConvert, and hisConvert tags. Use cases include:

So depending on the level where the user wants to make the conversion, meaning: the current value,write value or the history value, he will just add a string property tag for that point.

Example

If the user wants to convert the current value, for the numeric point in our screenshot, he will just add a curConvert string with the desired converted value ( let's say we want the value multiplied by 100)

Other examples of possible conversions:

All available functions are:

  1. invert()

  2. reset(inLo, inHi, outLo, outHi)

  3. thermistor(table-name)

  4. u2SwapEndian()

  5. u4SwapEndian()