LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove empty watch window

I'm running CVI 8.0.0.  My watch window keeps poping up even though it's empty.  The last variable I added to the watch window included a "Break on change" which is also still executing even though I've removed the variable from the window.  Is there a way to do a "blanket" delete of all watch expressions?  Is there any other way to reset the watch window?
 
Tony
0 Kudos
Message 1 of 3
(3,876 Views)

The watch window is probably not really empty. It should pop up only when there is a watch expression and break on change is true. The watch window has two sections separated by a draggable splitter. Global variables go in the top part and local variables go in the bottom. Your splitter is probably either dragged all the way up to the top or bottom making the other part invisible, and the invisible part probably has a watch expression in it. Try dragging the splitter to the middle of the watch window.

Hope this helps.

- jared

0 Kudos
Message 2 of 3
(3,854 Views)

Doh!  That did it, thanks!

Tony

0 Kudos
Message 3 of 3
(3,845 Views)