LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI is paused and while loop highlighted

Solved!
Go to solution

I am running parallel while loops, and for some reason when it should start to run the loops, it pauses the VI and highlights one of the loops. It was not doing this last week when I ran it so I am not sure what the issue is. I included a screenshot of the beginning of the code, the loop that is highlighted is the one on the bottom right. Also, what is the red dot on the error wire right after the sequence structure??

 

Thanks

0 Kudos
Message 1 of 3
(2,384 Views)
Solution
Accepted by topic author lvuser333

@lvuser333 wrote:

I am running parallel while loops, and for some reason when it should start to run the loops, it pauses the VI and highlights one of the loops. It was not doing this last week when I ran it so I am not sure what the issue is. I included a screenshot of the beginning of the code, the loop that is highlighted is the one on the bottom right. Also, what is the red dot on the error wire right after the sequence structure??

 

Thanks


Someone snuck in a breakpoint on you.  😉  The red dot is the breakpoint and that is why your VI pauses.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 3
(2,376 Views)

Hi,

 

the red dot is a breakpoint - and it's the reason for stopping/pausing your VI and highlighting the while loop...

 

Right click the breakpoint to delete it. Or open the breakpoint manager...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,374 Views)