LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Detect when a sub-VI has finished running

Hi everyone.

 

Thanks for your help. In the end I have managed to solve it using parallel while loops and global variables.

 

Cheers,

 

Gabriel

0 Kudos
Message 11 of 12
(718 Views)

@gabrielcasano wrote:

Hi everyone.

 

Thanks for your help. In the end I have managed to solve it using parallel while loops and global variables.

 

Cheers,

 

Gabriel


While this may be working for you now you really should take some time to learn about queues, notifiers and user events. All of these are far more realiable than global variables. Global variables are a poor choice in application design. There are countless posts and threads here on the forums that can describe the many problems with global variables.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 12 of 12
(709 Views)