NoVal
.
NoVal
will be assigned. If the state behavior is checked the appropriate output is held until
the user toggles the button and the other pattern is performed and held.
_this
holds the value of the text field and can be assigned the port directly
or as part of a more complex output pattern.
int
then the following output pattern would be possible:
port1 = _this; port2 = _this * 2; port3 = _this / 3
int
the following set of guards and item inputs would be possible:
Guard | Item input | |
port >0 && port < 10 | port | |
port >= 10 && port < 100 | port / 10 | |
port >= 100 && port < 1000 | port / 100 |