LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event structure in "for loop" and stacked sequence

I tried to put an event structure into a for loop sequence, then used a pause button to pause the program (one loop with event structure.vi). The pause button functioned normally since the program could be paused whenever the button was pressed. Then, I put this for loop sequence into a stacked sequence (Problem.vi), which has 2 frames and every frame has the for loop sequence in it. After the pause button was pressed once, the pause button and stop button will no longer effective anymore. Where should I modify so that this program will work properly? Thanks a lot.
Download All
0 Kudos
Message 1 of 2
(2,633 Views)
Ah, at last something weird !
The answer is simple : don't do that !
You should either avoid having 2 event structures handling the same events, or learn how to process dynamic events.
Why didn't you read the answers to a question posted a few hours ago (still on the overview page of this forum ?). See here.
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 2
(2,633 Views)