LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel while loops


@LKcire wrote:

Thanks, it wouldn't let me drag and drop because I have an earlier version of LabView.  Would you be able to just post the .vi so I can work with that?

.


If you have an "earlier version", you need to tell us what version that is. Else a VI will no help you either unless we guess right. (Seems to be 2016 from your first post.)  Also note the correct letter case of the word LabVIEW.

0 Kudos
Message 11 of 15
(514 Views)

Yes, sorry I am using version 2016.

 

0 Kudos
Message 12 of 15
(505 Views)

Well there's your problem...

probCapture.PNG

 

You need to use Queues, Notifiers, or Channel Wires to pass data between While Loops.

 

In your case I suggest you study the Producer/Consumer architecture, as that's pretty much what you are trying to do from the looks of it.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 13 of 15
(489 Views)

Hi,

 

Any chance you could send me a 2016 compatible VI so I can see exactly what you did here?

Thank you agian.

0 Kudos
Message 14 of 15
(470 Views)

Here is the vi posted by Sebastian.Weber saved for LabVIEW 2016.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 15 of 15
(448 Views)