LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing chart buffer using shift registers

Hi, the program below uses a chart buffer to mimic the a chart but using an xy graph. My question is that when my program stops running and then i start it again the data re writes over itself. Is there anyway to clear the chart buffer. I have thought of one way of doing it is the use shift registers to clear the buffer after use. Any help much appreciated and by the way it use labview 6.02 and field point.

Thanks Stuart
0 Kudos
Message 1 of 6
(3,595 Views)
It seems to me you can use the 'clear first' input of the XY Chart buffer vi. So when iteration =0, clear first.
Message 2 of 6
(3,595 Views)
hi stu,

herewith your vi back - with some cleaning and hopefully solving your problem.............

regards
wha
Message 3 of 6
(3,595 Views)
Hi, yeah! u would think this would solve the problem, but for some reason the buffer returns to its original values and not the values i have stated and thats the problem really.

Stuart
0 Kudos
Message 4 of 6
(3,595 Views)
Hi wha, would appreciate it, if it could be converted to a lower version of labview as i'am using 6.02 at the moment, thanks Stuart
0 Kudos
Message 5 of 6
(3,595 Views)
hi stu

find attached your vi in LV6.0 - version

regards
wha
0 Kudos
Message 6 of 6
(3,595 Views)