LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event structure and initial conditions


@rurban wrote:

The only reason for not working before was absence of strict flow control (sequence) before the main while loop.

 


That was my guess ;). You don't really need the sequence, just line up the various signaling properties in the right order along a single error wire and wire that error wire to the edge of the toplevel wile loop. (Your current code still has the problem that you don't really know which of the two events fires first, but order might be important in some cases).

 

altenbach_0-1612814216675.png

 

 

Of course your stop button should probably be latch action. No need to reset.

 

None of your blue indicators need to be actively reset if you would change the "VI properties...execution" option to clear indicators when called.

0 Kudos
Message 11 of 11
(162 Views)