02-10-2011 10:27 PM
I want the x-axis of my chart to display total elapsed time. Why do the seconds and minutes flicker when the delay is set at a small number? I started with the example Real-Time Chart.vi and made modifications.
Any ideas on how to get rid of the flicker? My VI is attached. The chart will have to be cleared manually - didn't take the time to do it pragmatically.
Thanks in advance.
02-11-2011 01:20 PM
hi
i can t look at your code right now but I guess that flickering occurs because you have large update rate for the graph... you can decrease that (decimate some points if you acquire too many or put some delay, etc)
N
02-11-2011 03:46 PM
I changed chart history length to 1000 and I still get flicker.
The flicker goes away if I wire the delay into the property node like in the example Real-Time Chart.vi; but that doesn't simulate my application.
Any other ideas?
02-16-2011 08:35 AM
I solved the flicker problem by updating the property node with elapsed time/loop count.
See the attached.