Hi,
There are different ways to save your data. The easiest is to save the data as ASCII data (strings) so you can open it in Excel or in a text editor for review. To do that, you will have to convert the data to spreadsheet data with fx. the "Array to Spreadsheet String" function. Then you can just append the hourly data with the "Write File" function.
If you only need to review your data in LabVIEW, then I will recommend to use the Datalog file type. The Datalog filetype is a more efficient way of storing lots of data, but you cannot open the file in other programs than LabVIEW. It's a little bit more tricky than to use ASCII files, so I attached two VIs to show you the concept. You should also refer to the shipping examples "Read/Write Datalog
File Example.vi".
Best regards,
Philip C.
National Instruments
- Philip Courtois, Thinkbot Solutions