Quote: Originally Posted by
2k1Toaster 
...
Make a Brain, make an Analogue to your temp sensor, make a variable (numeric).
Then make the following if statement:

...
<I didn't want to hijack -zip-'s thread more than I have already, and I'm not sure if this would clutter the tutorial so...>
I need help thinking in fusion logic terms.
Can you please explain what the green arrow does here? What exactly does it represent?
For me, looking at it, it looks like this function assigns the voltage value of the analog input to Evaluated_Temperature, then converts it to Temperature C, and then to F, then the green arrow being there for the right side of the node if this function is used elsewhere (input to another node, maybe as a custom function). So in looking at it, I would think that Evaluated_Temperature in this case would be over by the arrow, after the conversion.
Is there another way for me to think about this so that it makes better sense?
The error message that shows when I try to link the output node to the CtoF function's output, leads me to believe that the output is infact the result of the outer If/then statement, which has no meaning I assume if this loop isn't nested in another one, the function evaluation just moves to the next "root function".
Doing it the way I initially thought it goes, gives an Invalid Node Link error though.
It just seems backwards to me... and I don't want to carry this errored thinking into more functions.
thx.