LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I abort my vi?

I have a sub vi(pop up window) which is stuck in a loop and it is called when my main vi starts. I can't seem to be able to edit either vi - just to exit Labview!
0 Kudos
Message 1 of 5
(2,806 Views)
Have you tried "CTRL ."?
Message 2 of 5
(2,806 Views)
Hey Shan Pin Koh, thats handy to know - better than my other idea. Thanks for sharing it. Doug
0 Kudos
Message 4 of 5
(2,806 Views)
Great! Thanks for sharing it Shan!
0 Kudos
Message 5 of 5
(2,806 Views)
It sounds like when the subvi opens, it runs indefinitely.
If every time you open the vi to edit it, it runs - you can open a new VI and insert these bad VIs as subvi, then you can open them for editing.
Then edit the bad VIs by changing the True/False control at its While loop run control. It might have a forced True making it run continuously when opened - in which case you can change to a False to allow only 1 loop.

Another way to try to stop a free-running VI, besides Ctrl/alt/del is to attempt to turn your highlight mode On - between loops (its just a matter of luck though), this allows you the extra second to then abort the vi.
Good luck with it, Doug
0 Kudos
Message 3 of 5
(2,806 Views)