07-25-2006 02:19 PM
			
    
	
		
		
		07-26-2006
	
		
		06:27 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		07-11-2024
	
		
		08:18 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi there,
Have you considered using the TDM file format instead of the LVM format? With TDM you specify parameters for your file and your channels. When you want to read data from the file you can extrac data based on those parameters. So you could construct a search that extracts the data from a particular time, or all the data that was acquired in a 10 minute period for example. 
There are a few VIs you would have to become familiar with to do this (the datalog VIs are located in a palette on the File IO palette), but it would probably be easier for you to use these then to construct the file yourself and then program in all the search parameters.
Here are some resources with more information on the TDM format:
TDM Data Format
Introduction to LabVIEW Data Storage VIs
They should help you decide if you would like to use this format or stick with the LVM format.
07-26-2006 08:52 AM
Thanks for your quick reply Sarah. I will take a look and see if I can use these. I had considered them, but I guess I was a bit lazy and opted for the express vi's instead. Today I will do some research, starting with the links you provided me.
technomage
07-26-2006 09:19 AM
07-26-2006 02:16 PM
Well, I spent the day researching this problem. First off I found out the the TDM file format seems to be unavailable because I am using an RTOS to capture data and generate the file. Shame.
The other idea about HWS I will have to play with tomorrow.
technomage