Hello,
I've got a top level VI that sends a set of data to a subVI. This subVI
opens a new window and the user can change the subset of data they are
viewing. It runs in a continuous loop so that every time the user makes a
change to the data viewing parameters, the figure updates. However, the top
level VI is waiting for this subVI to finish before it continues.
My question is:
How can I make my top level VI continue to run while I have this subVI
running in a continuous loop?
Thanks in advance,
Peter