LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Subvi parallel loop terminations

Hi all,

 

I have multiple parallel loops (all in subvi).  What do you think is the most elegant way of implementing a clean user termination for all of the parallel loops inside subvis?  I want to hear what you think.  Thanks!

 

 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 2
(2,297 Views)

Generally a local variable shoud be enough.  But there are a few more questions.  Is the front panel being opened when the subVI is called?  What is the condition where you want the subVI to stop?  Is it based on some data, a user interface action?  What does the subVI do?  Why do you have a loop in a subVI?

0 Kudos
Message 2 of 2
(2,296 Views)