Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#NameDescription
1NameCreated element name
2User defined typeDefines the icon to be displayed in the "System tree"
3Units of measurementThe unit of measure in which the value is displayed in the "System tree"
4Minimum valueDetermines the minimum measurement range the minimum measurement range, when the value is out of range, the sensor goes into "Not connected" state
5Maximum valueDetermines the maximum measurement range, when the value is out of range, the sensor goes into "Not connected" state
6Alarm and warning levelsDefines the alarm and warning thresholds, as for other sensors, see Sensor configuration
7HysteresisOption of setting the hysteresis state, see Sensor configuration
8Expression

Function of the form f (x). The default value for the sensor is equal to the measured value: "x", ie corresponds to the expression "x". To calculate the indirect value of the sensor is possible to use an arbitrary expression, which are permissible "(", ")", as well as:

    • operators: "+", "-", "*", "/", "%" (remainder of the division), "^" (exponentiation);
    • functions: "abs","sqrt","exp","ln","log","sin","cos","tan","asin","acos","atan";
    • constants: "pi" (3.1415926...), "e" (2.7182818...)

        For example: "0.1*x+0.5"

...