 Mandya
		
			Mandya
		
		
		
		
		
		
		
		
	
			04-02-2013 09:24 AM
hi,
I have to validate some sensor values coming from the models..
the sceanrio is "The model value of aaa must be decreasing within 60 sec of the speed going to zero.
My question i show to verfy wheather aaa is decreasing.....Pls let me know
thanks,
chethan
 crossrulz
		
			crossrulz
		
		
		 
		
		
		
		
		
	
			04-02-2013 10:55 AM
Save your value at the start to another variable. Then you can compare the new value to the other variable.
 RaviShrigiri
		
			RaviShrigiri
		
		
		
		
		
		
		
		
	
			04-04-2013 04:16 AM
Get value and store it in a init variable
Wait for 60 seconds using wait step
Get value and compare it with init variable using numeric limit step.