
In this example, linear scaler task scales input value to different range of numeric values, for example, converting 0-10 V temperature sensor output to -10 to 50 °C range.
Example instructions:
- In the example scaling of input value is done. Depending on the input range, output value will be scaled.
- Calculation tasks are added in a separate folder, if there is a requirement for different scaling, calculations can be tweaked.