02-14-2008 09:27 AM
05-27-2008 11:12 AM
A lot's of way could be use for doing that.
You can split you data in a new files after a specific time or sample number.
The best way that you should do it, is by compressing data. Example using a filter that will not save the data if there is no diference between the new value and the old value. By doing this, you will be able to see all data in a single Excel Sheet. You can implement a bether solution by verifying if the new data is out of a +- specified error.
Try this and reply if it's working.
B.