08-11-2009 09:59 PM
For the "Labview requiers user input", you can have a look at the picture trace.JPG that I sent in one of my previous messages.
So, is there any constant VI to write data to a file. (everytime a different file)
Thanks
08-12-2009 11:16 AM
Hello,
You are seeing the dialog appear because you have a control written to the open/create report function. It is dialog if it is empty and therefore prompts to the user. The thing to do is to either write a constant to the function with the appropriate file location or to write something inside the control and make that information the default.
Regards,
Andrew Eddleman
08-12-2009 01:15 PM
I modified the code as in the attached picture. This time the code automatically generates the file name, but it does not the create the file. Could you please give an example VI that creates a file with the automatically generated file name.
If there is not, is there any VI that writes a string to a specified file without requiring any user input. (the only thing is that it should not overwrite the data)
08-12-2009 02:17 PM
I think I have found a solution to my problem.
Thank y'all for your interest and for your help.