12-03-2015 08:29 AM
12-03-2015 08:59 AM
The formula node does not provide any functions for boolean algebra. I don't think that it is considered valid to argue: It does provide binary functions (like "logical or"), so why not boolean?
That being said, you can convert your boolean to a number, pass it to a node input and work with it in the node. Using a numeric output (integer) you can then convert that back to a boolean and connect it to the indicator (LED).
The formula node does not provide input/output tunnels.
Norbert
12-03-2015 10:07 AM
Here is a vi for that, but it would be interesting to know why you want to do this.