LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up window

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(3,164 Views)
Solution
Accepted by topic author gjacob

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?

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 4
(3,163 Views)

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.

 

try this.png 

Message Edited by mtat76 on 06-11-2010 11:08 AM
Message 3 of 4
(3,156 Views)
I may try not incorporating the while loop in the sub VI and just put it outside in the top level VI
0 Kudos
Message 4 of 4
(3,148 Views)