 KevinKM
		
			KevinKM
		
		
		
		
		
		
		
		
	
			03-02-2015 02:16 AM
Hi all,
I have looked into few threads on this error. But i dont understand whats wrong in my code. I have created a buffer with no luck.
I have been to acquire continuous samples from strain and vibration sensors and do the processing(FFT) on the data. The VI runs fine for sometime and throws the error shown in the attachment for Vibration .vi(similar error for strain .vi).
Can anybody help me where am going wrong.
Thanks in advance.
 Michel_Gauvin
		
			Michel_Gauvin
		
		
		
		
		
		
		
		
	
			03-02-2015 06:40 AM
This error is usually related to the fact that your application is not keeping up (the reading of samples) with the hardware sampling. I think it means that the samples that your are asking for have been overwriten on the hardware.
This is usually a software issue, where you need to do some optimization.
 ben64
		
			ben64
		
		
		
		
		
		
		
		
	
			03-02-2015 08:12 AM