From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,610 Views)
Solution
Accepted by 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,606 Views)