So I am trying to capture some data from an Agilent Multimeter and record it into an array of 16R x 8C. I have everything pretty well set up, I have initialized a file with some appropriate headers for the file, and need to write some measurements to specific locations in the array. I have accomplished this, yet everytime I run the VI, it initializes my new array with all (Zero's) and replaces the desired "Zero" with the measurement. Problem is it overwrites all prior data to all Zeros everytime. How do I keep the previous data, and only overwrite a desired location. Any help would be appreciated
Side Note: I am pretty new to LabView, so take it easy on me , haha