01-28-2010 07:30 AM
Hello,
I'm working on a code to do the averaging, max, min and standard deviation and display the histogram. The code works with the increment of tooth2 control. when I hit the reset button, it clears array and histogram. However the histogram starts to display where it left off before. I couldnt find the history property to clear it. Please give me your feedbacks.
thanks!
gsajja
ps:Using labview8.5
01-28-2010 07:42 AM
shift registers have memory between calls (which is a very cool and useful tool), to avoid the shift registers from being used between runs either wire them to a default value or look into the first call function in the synchronization palette.
01-28-2010 09:09 AM
I got it working, I was missing the array wiring to my histogram loop.