I need to be able to stop execution inside various sub-vi's and have everything shut down nicely. Currently I am doing that with a global "stop" button, but that is a bit of a pain because that stop button global variable exists in a separate window and has to be put on top then hit. How can I do this from my vi front panel? If I simply put a stop button there it is ignored until the program returns from the sub-vis.
Thanks