I'm using Labview 7.0 basic and was hoping to graph dynamic data on an XY graph. At the moment I have extracted the first channel for the y-axis and the second for the x-axis. I then tried to use shift registers (in the loop the aquisition is in) to show the trend in the data as the test is being done (more specifically a stress verse strain plot that is almost real time). Problem being that the build xy graph vi doesn't seem to accept dynamic array data and I am unaware how I can convert back to dynamic data. I am using the graph outside the loop so it doesn't get erased every time the loop runs. Also, I believe you have to have the development edition to plot multiple x-axis inputs on a XY graph(multiple x-axis channels) but is this possible in the basic package. Any help would be greatly appreciated