Scaler settings

Scaler tasks allows us to take an input value, set our scale parameter, select our output value and scale it according to our scaling parameters.

We can scale the input value via K and N value.

K scaling factor (input value * K = output value)

N scaling factor (input value + N = output value)

KN scaling factor (input value * K + N = output value)

Scaler is very simple but useful task to quicky scale certain values that might be offset or not displaying correctly.

Image 4397