LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Erroneous lines Appearing on XY Graph after initial run

Solved!
Go to solution

@Darin.K wrote:

Your VI manages to crash LV when I attempt to clean up even a section of your BD, yikes.


I had the same thing happen to me also.

0 Kudos
Message 11 of 12
(324 Views)

@ldantin wrote:

I don't hate it, I really appreciate you taking the time to talk it out with me.

 

I used a case structure to clear the array between runs.


As Darin said, the lines had to do with the initializers not being set to zero.  You had a shift register that you initialized in your while loop, you just forgot to initialize the others.  It happens, but now you have an idea of where to look if things get a little funny.  I also had to leave work, or I would have responded earlier.

0 Kudos
Message 12 of 12
(322 Views)