norm-x

tobias/plc/norm-x

Norm X norms the input number into a range between 0.0 and 1.0 depending on a defined range (MIN - MAX).
norm-x
@/norm-x
Norm X norms the input number into a range between 0.0 and 1.0 depending on a defined range (MIN - MAX).
Xnumber
VALUE to be normed depending on MIN and MAX
MINnumber
MINIMUM of input range
MAXnumber
MAXIMUM of input range
norm-x
X
MIN
MAX
OUT
OUTnumber
Output normed input range to 0.0 till 1.0 range
To use the node in your project you should have the tobias/plc library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.