10-27-2008 03:21 AM
hi
im runing in which i dont want the user to simply push the stop execution button but to push another one how starts a shatdown sequence
how can i block it from happening or in other words which event should i use to do so???
thanks
shai
Solved! Go to Solution.
10-27-2008 03:24 AM
i have made a mass .....
what i ment was that:
im runing a VI in which i dont want to allow the user to simply stop the execution.
10-27-2008 03:34 AM
Best practice is to hide the Abort Execution button when the VI is running. Instead, place a stop button on the front panel. Doing so, you can easily enable/disable or show/hide this button by the use of property nodes.
Read several times on NIs forums : Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
04-23-2009 11:08 PM
Hi JB,
Even i am facing the same problem, so for that i had used two buttons on above the other, one for START and another for STOP. I will be making the button visible and invisible accordingly.
I was searching if there is any other method to do the same.
Any solution will be appreciable,
Yogesh