I'm trying to figure out how to append data that's collected to the table and xy graph. To get the initial data the program goes through a while loop with shift registers (it's a massive program) once it's finishes collecting the data and graphing it, the next time say after I change the sample and tell it to restart collecting data it clears the table and graph. Is there a way to just append the data? Currently I have to copy the data out of the table and put it into an excel spread sheet. I'm collecting data from 8 different sensors, so it does take some time. I know there's a VI I could use, but I'm still new at labview and it's really not my primary function. I'm also pretty sure the way I currently have the program set up to collect data from all 8 sensors could have been made neater, but I was in a hurry and do plan to clean it up later.