Hi- is there a way to disable the dialohgue box/prompt when writingto a binary or text file? I'd like to let my program run unattended and need it to save files after every dtaa aquisition which would be about once an hour.
The obvious answer is to provide a file name and path to the function. If you want the user to select a file, have a path control on the front panel. Otherwise, create the file name in your code.