LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

watch window appears and stops my execution

Hi,
I'm running my test in debug mode, no breakpoints are set. (I'm using TS 3.0 + CVI 7.0).

The test stop and I get the 'Watch' window with the label <> at the top.

Why does it happen?
How can I stop it?
How can I continue from here?

Thanks
Rafi
0 Kudos
Message 1 of 2
(2,928 Views)
If you press the 'Stop Sign' button in CVI 7.0 you and temporarily halt your program.

Access the 'Watch Window' and highlight each entry and press DELETE. When the window is free of anything to 'Watch' it will stop showing up on top of everything else.

Also if you 'Right-Click' on the Watch window and select "CONFINE WINDOW" it will move and only display underneath the source window.

PS... Press the GO button to start your program running again from where it left off

Good luck
Message 2 of 2
(2,928 Views)