Execute Case Structure Once

Updated Apr 27, 2019

Reported In

Software

  • LabVIEW

Issue Details

I have a case structure in a while loop. When a boolean control is true, I want to run the case once.

Solution

Using boolean constants and logic this can be done. See below for implementation example

If you would like this to run the case again, You can reinitialize the boolean shift register to false.  See below for implementation example: