LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to Spreadsheet File

Hey all,
 
This answer is probably blatently obvious and I'm just missing it but...
 
I am writing to a spreadsheet file and I have five files already saved to the desktop that will be saved over each VI run.  I do not want to append the new information to the file cause I am plotting the data one run at a time.  Is there any way to have the data save to the file without the "Replace existing *Document*?" text coming up when the data is being saved to the file?
 
Thanks
0 Kudos
Message 1 of 2
(2,210 Views)
Inside the Write To Spreadsheet File is a Open/Create/Replace File function. There is an unwired Boolean input called 'advisory dialog? (display:T)'. Since the default is True, you get the dialog every time you try to replace a file. Wire a False to this or connect it to the connector pane of Write to Spreadsheet File. Either way, save the function as a new name and in a new location.
Message 2 of 2
(2,197 Views)