09-14-2011 12:12 AM
@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.
09-14-2011 12:19 AM
@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.