|
Your IOChannel ID is the name assigned to the variable that is collected by the FUsion Brain for that specific port. This would be a number ranging from 0 to 5 volts DC.
Then, in Logic, you convert that to another value, in this case degrees. What you've done is set two constants, "Variable_OutsideTemperature" and "Variable_InsideTemperature".
In graphics, "monitorID="Variable_OutsideTemperature"" tells it to read "Variable_OutsideTemperature" to determine how to draw the graphic.
make sense?
|