Value to text

Value to text range is usually used to convert received value into a string output
For example, you have a valve that returns 1 / 0 and -1.

1 Represents an opened valve
0 Represents a closed valve
-1 represents an error state

That way, you can convert the incoming value into a string, which can be displayed in the view.


Updated on March 7, 2025