04-03-2012 11:54 PM - edited 04-03-2012 11:56 PM
04-04-2012 12:00 AM
If you want to plot from say "X" time again, why don't you overwrite data point? Where are you storing your points, Shift registor?
04-04-2012 12:35 AM
04-04-2012 12:43 AM
Yes, You have a 2D array right?.. One column would be Time. So when new (time,Value) entry comes, you can check if that time is already present in 2D array, if yes then replace Value in corresponding location in Value column.
If not, then add as new element.
Now did you get my point?
04-04-2012 05:05 AM
04-04-2012 07:06 AM
Hi
Check the attached vi and let me know if that is what you are looking for. You can have two plots with the same X axis. You will have to manage the data you are plotting on the chart correctly.
04-05-2012 12:20 AM
04-05-2012 12:35 AM
Can you post it in 2009? I am not getting your point, as what do you mean by one to one..
04-05-2012 01:28 AM
04-05-2012 02:19 AM - edited 04-05-2012 02:22 AM
It will be a multiple plot then..I don't see other solution for this. You can plot it as a Point. so you will see it as duplicate point rather than a different plot.
Did you get my point?
I just wonder, how many multiple plots can we have on XY Graph.