Viewing All Conditions of Case Structure at the Same Time in LabVIEW

Updated Oct 23, 2023

Reported In

Software

  • LabVIEW

Issue Details

I want to see all conditions of case structure at the same time in LabVIEW for a better understanding of which Subdiagram(case) will be executed during our program work.

Solution

LabVIEW is a graphical programming environment, it is not intended to show all case structure conditions at once.
Therefore, it is not possible to view all conditions of the Case Structure at the same time.
You can see the case structure condition, by changing the case structure selector label.

screenshot 1.PNG
screenshot 2.PNG
Above, we see two different subdiagrams (cases) that will be executed under different Boolean conditions.

Additional Information

It is more typical of text-based programming languages, due to the lack of a graphical interface.