LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
SteveChandler

Always Show Abort Button on Block Diagram

Status: New

It is obviously a good idea to not show the abort button on GUI VIs. It is much better to use a stop button, FP close event, etc.

 

However when developing code it would be useful if the abort button were visible on the block diagram even when it is not visible on the front panel.

 

My App FP.PNG

 

 

My App BD.PNG

=====================
LabVIEW 2012


7 Comments
Manzolli
Active Participant

Try the keyboard shortcut <Ctrl> + <.>. It stops the VI, when used while VI is running.

André Manzolli

Mechanical Engineer
Certified LabVIEW Developer - CLD
LabVIEW Champion
Curitiba - PR - Brazil
Knight of NI

@Mazolli wrote:
Try the keyboard shortcut <Ctrl> + <.>. It stops the VI, when used while VI is running.


It doesn't if the "Show Abort button" has been unchecked in the VI's properties.

Broken_Arrow
Active Participant

Good Idea, but your second graphic is confusing. It says "Abort button is missing" yet it points to an Abort button.

Richard






SteveChandler
Trusted Enthusiast

I realized that after it was too late to edit. I intended to highlight it to indicate that it should be there. The image is what it should look like.

=====================
LabVIEW 2012


X.
Trusted Enthusiast
Trusted Enthusiast

I don't understand what you are looking for... If you choose to not show the toolbar when running (VI Properties>>Window Appearance), you won't see the Abort Button (and none of the other ones) but it will still be accessible on the BD (at least in LV 2011).

elset191
Active Participant

@X. wrote:
I don't understand what you are looking for... If you choose to not show the toolbar when running (VI Properties>>Window Appearance), you won't see the Abort Button (and none of the other ones) but it will still be accessible on the BD (at least in LV 2011).

If you deselect "Show Abort Button" it applies to the front panel and block diagram.  Deselecting "Show toolbar when running" only removes it from the front panel.

--
Tim Elsey
Certified LabVIEW Architect
X.
Trusted Enthusiast
Trusted Enthusiast

I think that's what he needs, based on the FP he was showing.