Nodes Documentation
Converter

Node to convert a stream of numbers from one range to another range. This Node can be used to amplify, compress, shift or invert a signal from one Node to another. This can be useful in many situations, for instance to change the signal from a sensor so that it creates the behavior you want in a Servo Motor.
Connections
Inputs
- in
- Range:
0
-1000
- The stream of numbers that you want to convert.
- Range:
- in min
- Range:
0
-1000
- The lowest expected number that will go in.
- Range:
- in max
- Range:
0
-1000
- The highest expected number that will go in.
- Range:
- out min
- Range:
0
-1000
- What the lowest incoming number will be converted to.
(Can be set higher than out max).
- Range:
- out max
- Range:
0
-1000
- What the highest incoming number will be converted to.
(Can be set lower than out min).
- Range:
Outputs
- out
- Range: out min - out max
- The converted stream of numbers.
Comment
The math formula for the converter is coming soon
Learn more
Conversions are used a lot in real life, learn more about the metric system and SI units. Celsius and Fahrenheit Scales…