LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

record and display data

Hello Rainer,

 

The stop "button" is directly connected to the the conditional terminal of the while loop and ,when executed, since there are no user events for this stop button, the loop will not stop (since the event structure will keep on waiting for an user event to occur).

 

Actaully i am not sure whether the event structure has been configured for the "stop button value change event" or not becasue i can see only one frame of the event structure

 

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 11 of 12
(340 Views)
The loop will stop as long as there is a timeout event and there is obviously a timeout event since a timeout value is wired to it. It's not very elegant to do it this way, of course, but a value change event for the stop button is not absolutely required.
0 Kudos
Message 12 of 12
(337 Views)