Select a variable and always display it’s value on a text field. Can work with specific typed variables or with generic objects
Behavior
When In is called, binds the variable and will update the value of a text field on change. If this is no longer required, call Unbind.
Usages
Bring a dynamically computed value to a screen. For example, measuring voltage using voltmeter leads, and they displaying the computed voltage measurement value at the voltmeter screen.
States
Busy while bound to text field.
Notes
While there is a generic Object binding, it will just call ToString() method for this object, which can sometimes be not exactly useful. It is highly encouraged to use specific bindings if possible.