06-29-2007 10:14 AM
06-29-2007 10:50 AM - edited 06-29-2007 10:50 AM
Below is the Write to LabVIEW Measurement file properties screen. This should automatically pop-up when you drop the function on the block diagram but you can always select it by right clicking on the function. If you wanted multiple files, you should have selected the Save to series of files option.
And no, it is not normal for the program to keep crashing. What version of DAQmx and LabVIEW are you using? What is the OS and how much mrmory does the pc have. There are numerous ways to incorrectly use memory. It would help to see what you have written.
Message Edited by Dennis Knutson on 06-29-2007 09:54 AM
06-29-2007 12:29 PM
06-29-2007 12:40 PM
06-29-2007 01:04 PM
06-29-2007 02:00 PM
09-29-2009 07:10 AM
I am going to reopen this issue.
I want to save data in XML format, I want to save this data every minute in differents files with different names. To obtain it , I configure the Write to Measurement File.vi, I select "Save to series of files", and then configure the settings. Finally, I click OK.
After this, if I open the Configure Write to Measurement File again, the option "Save to series of files" is not selected, I do not understand it.
To solve this problem I have tried to add the hour to all the files, like this, and save the data without "Save to series of files":
But, when I add the hour to the filename, the program does not create any file (there are not errors). This problem does not exist if I do not add the hour to the filename.
Thanks for your comments.
Regards.