Scaling set values

The Numeric and Slider options have both settable scale and offset values being sent to the PLC.

18.0.1

Usage is quite straightforward: imagine you want the user to enter a value by percent, e.g. between 0 and 100, but you need to have the value written to the PLC as a floating point value in the range 0 to 1. In this case, you would set the scale as follows:

18.0.2