06-11-2010 10:58 AM
I had a waveform graph that would update itself with every iteration of a while loop, but then I turned the whole loop into a sub VI. I would like to see how the graph changes with each iteration still, is there a way to make the waveform graph pop up while the sub VI is running? Thank you,
Gregory
Solved! Go to Solution.
06-11-2010 11:01 AM
If I understood you correctly, you need to follow the instructions here:
How Can I Control Whether or Not The Front Panel of a SubVI Pops Up When Called in LabVIEW?
06-11-2010 11:08 AM - edited 06-11-2010 11:08 AM
Why not just add a button that says "Show graph" (or something) and then just have an event that handles this by calling an Invoke Node with a reference to the subVI? This will give you control over when you view it.
06-11-2010 11:13 AM