LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to pause a vi.

I want to pause a vi.It has a while loop and inside it some subvis that are running.I don't want to pause it from the 'PAUSE' button that is located in the toolbar.
0 Kudos
Message 1 of 2
(3,000 Views)
In order to pause a VI without using the 'PAUSE' button, you will have to send your program into a continuous loop and quit the loop when you want your program to resume execution.

I have put together a quick example that demonstrates how to do this. Hope this helps!
Message 2 of 2
(3,000 Views)