LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't stop a vi with <ctrl><.>

Normally when I'm testing my program I use and <.> to stop execution of the program. However, there is one vi in my program that does not do anything when I hit this key combination. Is there a vi setting that disables this? I can't figure out why this vi is different than the 1000 others...
0 Kudos
Message 1 of 5
(3,033 Views)
If the VI uses a custom Run-time Menu and the Operate menu is disabled or removed, . won't stop the VI.
0 Kudos
Message 2 of 5
(3,033 Views)
"CTRL." is a short cut.

Under windows appearence

"Show Abort Button"
"Allow Run-Time Shortcut Menu"

Will affect the ability to do a "CTRL .".

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 5
(3,033 Views)
Hi Esam

The Abort button must be visible for +<.> to be effective.
This can be set under VI Properties»Window Appearance»Customize»Show Abort Button.

Luca
Regards,
Luca
0 Kudos
Message 4 of 5
(3,033 Views)
Also, if you've edited the VI properties to remove the Abort button, . won't work.

Right click on icon on front panel, then VI Properties >> Category >> Window Appearance >> Customize >> Show Abort Button.
0 Kudos
Message 5 of 5
(3,033 Views)