LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enabled enum inputs, disabled enums in control, and state machine accessibility

Solved!
Go to solution

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?

 

 

 

0 Kudos
Message 1 of 2
(2,612 Views)
Solution
Accepted by topic author EngrStudent

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.

Message 2 of 2
(2,608 Views)