 MYLONG
		
			MYLONG
		
		
		
		
		
		
		
		
	
			07-08-2010 07:23 PM
My program runs normally this moring.
But when I open it this afternoon, it is so weird. I try to set up acquire data time. But I can not put number like 0.5. I just can put integer. Also. When I try to input 0.5, it autamatically changed to 05 I can not type dot in it
What is wrong?
Thanks
 
					
				
		
 tbob
		
			tbob
		
		
		
		
		
		
		
		
	
			07-08-2010 07:27 PM
We can't tell what is wrong unless you attach your code.
 chilly_charly
		
			chilly_charly
		
		
		
		
		
		
		
		
	
			07-09-2010 12:57 AM
Check if a comma is effective as separator. And if so...
 
					
				
		
 Ray.R
		
			Ray.R
		
		
		 
		
		
		
		
		
	
			07-12-2010 08:31 AM
Good to see you back on the forum Charles. Hope all is well.. 🙂
 MarcoMauri
		
			MarcoMauri
		
		
		
		
		
		
		
		
	
			07-12-2010 08:36 AM
Maybe the decimal separator has been changed from '.' (dot) to something else, e.g. ',' (comma).
Just shooting in the dark ....
Marco
 
					
				
		
 Ray.R
		
			Ray.R
		
		
		 
		
		
		
		
		
	
			07-12-2010 12:16 PM
It does sound like a comma delimiter. But please post your code so that we can verify it.