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?