LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

abort button

Is there away of disabling the abort button on the tool bar?
0 Kudos
Message 1 of 5
(5,565 Views)

Hi exo,

yes in the vi options, under "window view" or something like that (sorry i have a german version) select customize and unselect the point "show abort button".

Mike

0 Kudos
Message 2 of 5
(5,561 Views)
You can get ride of it by going to VI Properties->Window Appearance->Customize->      then uncheck Show Abort
________________________________________________________

Use the rating system, otherwise its useless; and please don't forget to tip your waiters!
using LV 2010 SP 1, Windows 7
________________________________________________________
0 Kudos
Message 3 of 5
(5,560 Views)
Depending on the context of your question there are at least two ways to do that. 

1) If you are deploying your application, and running under the LabVIEW development environment and want to keep the end users from aborting the execution with the Abort button, you can just change the VI mode from "EDIT" to "RUN" by going to the Operate menu then selecting the Change to Run Mode option.  A CTRL+M keystroke will work for that as well.

2) If you are removing in from the dialog that appears you can de-select the "Show Abort Button" option under the customize window appearance tab in VI properties. 

Both of these methods, will make the Abort button unaccessable.  Password locking the VI may also be necessary to prevent "unauthorized" re-activation of the Abort button.

Hope this helps
Jason
Wire Warrior

Behold the power of LabVIEW as my army of Roomba minions streaks across the floor!
Message 4 of 5
(5,554 Views)
Thanks Guys.
0 Kudos
Message 5 of 5
(5,547 Views)