Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to past variables out from while loop after each iteration?

I am trying to run two parallel loops where i am collecting temperature, reading that into a pid controller and outputting a percentage.  I need to take this percentage into a sequence structure.  Now i know that nothing is passed out of the while loop until it is done executing.  How do I run both of these loops continuously with information flowing between them?
0 Kudos
Message 1 of 2
(2,623 Views)
Hi jujuyy,

I hope you are doing well today! Using queues or local variables would be the best option. You can find more information in LabVIEW Help. Be sure to visit this forums post as well:
how to pass a value from one loop to another
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 2
(2,610 Views)