Let's start with a little background information. When you write the program with PC208W and save it, it asks if you want to compile the program. When you compile the program, PC208W creates four different files. One of the files that is created is the .fsl file. This is the final storage label file. It contains a list of labels for each of the numbers in your data. The files are saved in the same directory, which is typically your c: | pc208w or c: | program files | campbellsci | pc208w.
When the data is retrieved from the datalogger, most people save it as comma delimited. To make the data easier to read, you can use the fsl file to look at the data using VIEW in PC208W. You can also open the fsl file in Excel and transpose the list so that the labels are all in the top row. You can open the .dat file in Excel and tell the Open File wizard that it is a delimited file with commas as the separator. Insert a blank row at the top of the data and copy the labels to that blank row and go to File | Save As and give it a new name so that the original data file is not changed.