11-21-2016 03:59 PM
Background:
I have a input enum that can be anything.
In the vi, some enum states are "disabled".
The enum drives a state machine that defines output.
Question:
If an input maps to a "disabled state" will it create an output?
Solved! Go to Solution.
11-21-2016 04:01 PM
A "disabled" element in an enum only applies to the drop-down control used to manually select an option. The program itself doesn't pay attention to the enabled or disabled status of the selection passed around through the wires/nodes.