LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop multiple while loops in Vision Aquisition

Solved!
Go to solution

 

Hi,   I want to close multiple while loops with one stop button. I'm using the Vision Acquisition software for recording from multiple cameras and I want to close this recording from all cameras simultaneously. Since I'm knew to LABView I don't know how to do this. I'll include my VI here and maybe someone can help me.  Thanks!

 

 

 

0 Kudos
Message 1 of 4
(2,587 Views)
Once approach to do so is using a notifier. LabVIEW comes with examples that show how to use notifiers. Use the "NI Example Finder" and search for "notifiers". This will give you a list of LabVIEW examples that deal with them.
Hope this helps, Guenter
0 Kudos
Message 2 of 4
(2,577 Views)
Solution
Accepted by topic author Eule

A local variable should be enough for your implementation. Look at the following article:

Stopping Parallel While Loops in LabVIEW With One Stop Button

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 3 of 4
(2,566 Views)
Thanks, worked well!
0 Kudos
Message 4 of 4
(2,538 Views)