I am trying to read the value of some data in a while loop from a sub-vi (attached as FTP WPF UDP below) into the top-level vi (attached as Proportional Controller VI) but I find that the data is timing out in my top-level vi whereas it runs smoothly withing the subvi. I have used the while loop and the timing in the subvi is synchronized to the external code that sends data via udp to the subvi.
Is there a way you think this can be fixed?
Below is my attached code.
Thank you!
Proportional Controller.vi
FTB WPF UDP - Original.vi