The program is running in a while loop and my frontpanel is waiting for a selection. Pushing two buttons start subvis, but when I try to stop the While loop, it doesn`t work. The main VI just doesn't stop. The inner loops seem to continue. Sorry the other questions and answers didn't help me. I know it's an easy proplem, but would anyone be so kind to help me?
All time that your 2 buttons "Enter" and "Button1" are false button Stop can't abort loop because you all time is founding in inner while loops. You must add checking of stop button also in inner loops for aborting. Look changed VI.
As I said before, all the mechanical actions doesn't work. With "Switch When Released" the two windows pop up, and afterwards the Main VI is stopped. Not the result I want. Beside that, the stop button stays dark grey afterwards, why is this?