Hi attached is a jpg image of a part of my vi. In my vi I'm receiving data from the port in the form of x,y coordinates which I'm displaying on the XY graph.
But problem with this is everytime the position is updated, last position is lost which is obvious too.
But I want to retain the last point marked on the graph also along with the current point.
Since I wanna see some pattern in the data, I need some kind of trail in my graph of previous points?
Is that possible...
Lookig for help...