LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why dos my VI pause? And have a red

Hi,
 
Im relatively new to labview (8.0) ...  And my communications sub VI is acting funny at the moment.
 
The sub VI executes correctly, but it has a red boarder around (it's block diagram).  When the VI has fully executed my program pauses and the boarder flashes red to blue.  When I unpause it the program continues as normal.
 
I have not added a breakpoint, and I cannot think of what else may be causing it.
 
If anyone has any ideas I would be in your debt!!
 
Thanks a mil
 
C
0 Kudos
Message 1 of 4
(2,828 Views)
It seems that you have unadvertently set a breakpoint on the block diagram (it is rather common when clicking above a threshold frequency Smiley Wink). Simply remove it by clicking on the b.d, with the breakpoint tool.
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 4
(2,814 Views)
I dont think so...
 
Thats wat i thought initially so I went >
 
> Operate
                  > Breakpoints
 
And set search scope to "All VIs in this application instance", I also searched but the sub VI and the Top Level VI separately.
 
The search returns no breakpoints, so ive ruled that out.
 
Any other ideas???...
0 Kudos
Message 3 of 4
(2,809 Views)
This behavior is exaclty the same of a block diagram breakpoint, so if you are sure that none was set, the vi may be somewhat corrupted.
Try to unblock the situation by setting/unsetting yourself a breakpoint (every time saving the vi and re-opening), or saving for version 7.1 and re-opening, or copying all the block diagram to a new vi (if possible).
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 4 of 4
(2,803 Views)