03-18-2013 05:46 PM
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
Solved! Go to Solution.
03-18-2013 05:49 PM
@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.
03-18-2013 05:49 PM