LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i am writing to a file, and then later in my program, i open it up into a table, however, if i restart the program, it writes over the previous data, how can i add to the original data.

If you are using write to spreadsheet file or write characters to file, you should wire "append to file" terminal TRUE, if you are creating a new file using open/create/replace and then writing, you should wire the position mode to 1 to write beginning at the end of the file.
Hope this helps
Message 2 of 3
(2,749 Views)
You should make the "append to file?" of the "write to the spreadsheet
file.vi" true.The default setting is false.Then the new data will writes
over the previous data.
matrix wrote in message
news:506500000008000000491B0000-986697009000@quiq.com...
> i am writing to a file, and then later in my program, i open it up
> into a table, however, if i restart the program, it writes over the
> previous data, how can i add to the original data.
>
>



[Attachment example.vi, see below]
0 Kudos
Message 3 of 3
(2,749 Views)