 connor016
		
			connor016
		
		
		
		
		
		
		
		
	
			03-03-2015 01:23 PM
I am having problems saving the timestamps from my data to the write to measurement express vi for excel. My incoming data is converted from dynamic data to a 1d array for processing, which I understand you lose the time stamp data. I added a new array for time stamps but this array then cannot be converted back to the dynamic data that is requested to go into the write to measurement file express vi. I would prefer to leave the data in an array to be saved rather than converting it to a waveform so is there any way to add the time stamps from my 1d array back into the write to measurement file?
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			03-03-2015 01:39 PM
03-03-2015 01:56 PM
I am taking data from the analog inputs and monitoring it realtime while it is then being saved to an array of scalars that averages the dynamic data so I don't have as much data to deal with. When converting to a waveform can you reduce it to essentially one value of the average input?
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			03-03-2015 01:59 PM
03-03-2015 02:41 PM
how do you go about that while keeping the data type waveform? mean changes it to a double.and does not retain the time information.
03-03-2015 03:33 PM
I set it up to build a waveform now but I am still having issues with it saving the correct timestamp. The time just incriments for every second (as it did before converting the dynamic data to the waveform). I attached a screenshot.
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			03-03-2015 04:03 PM