LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

No menus , locked out of editing, any way to fix?

I have a VI, that I did not create, that, when opened, starts running and there are no Labview buttons (run, stop, pause, etc.) and no menus (file, edit, window, etc.) If I stop the program, it closes labview. Is there a backdoor to get into the block diagram, I would guess no, but>....
0 Kudos
Message 1 of 5
(2,759 Views)
Try to stop your vi using the utility below.

http://forums.ni.com/attachments/ni/170/100926/1/StopAnyVi.vi

CC
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 5
(2,756 Views)
Without using external code you have another two simple options. One is to use Ctrl+., which is a shortcut for the stop button, but won't help if the stop button was set to be hidden. The other is to open a new VI and drop this VI in that VI. Now, you can open it by double clicking it.

___________________
Try to take over the world!
0 Kudos
Message 3 of 5
(2,752 Views)
I am curious..

This Labview vi that you are trying to open, is it:

a) an editable vi, in other words : viname.vi (vi extention)
or
b) an executable vi, in other words : viname.exe (exe extention)

JLV
Message 4 of 5
(2,749 Views)
Thanks, dropping it in another vi worked..
Marty
0 Kudos
Message 5 of 5
(2,742 Views)