Hi, I'm plotting 16 xy graphs and two multi plot xy graphs. The max number of points is 65535. I'm currently using build array to append current data and plot the updated array in xy graph. So I have 18 arrays being appended to as the corresponding data is acquired. I would like to rather initialize the various arrays beforehand (read it's better?), but because I would not always plot the max number of points, I would like to only plot the 'data' points in the array so that my scale on the graph updates as more data points are acquired. Initialize array to invalid value and then only plot array up to this invalid value?? How would I do this or am I on the wrong track here? Please help - my PC can't handle all the
se build arrays and I must find a better way! Thanks for the help, Madri