LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

keep running while dialogue is open

I want to use a pop up dialogue and have my main application keep running. Any ideas how to do this? I've attached a very simple VI to show what I want to do; I want the counter to keep counting while the dialogue is open.
0 Kudos
Message 1 of 2
(2,373 Views)
The simplest solution is to move the dialog to a parallel loop, as in the attached modified vi.
A more elaborated solution would be to use the vi server to launch a dialog vi, independently of the main. But that's another story...

CC
Chilly Charly    (aka CC)
Message 2 of 2
(2,365 Views)