07-13-2008 11:47 PM
07-14-2008 12:49 PM
07-14-2008 03:53 PM
07-15-2008 12:22 PM
07-15-2008 01:08 PM
The Express VI represents the PID proportional, integral, and derivative gains as 16-bit integers, where the upper 8 bits represent the integer part and the lower 8 bits represent the fractional part. Given the Proportional gain (Kc), Integral time (Ti, min), and Derivative time (Td, min), respectively, the Express VI scales these gains according to the following formulas.
			
    
	
		
		
		07-16-2008
	
		
		07:17 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-28-2025
	
		
		04:06 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
To add to this here are some general PID KnowledgeBases: PID Theory Explained and PID Control
 
Hope this helps!
07-17-2008 09:42 AM
07-22-2008 01:06 AM
07-22-2008 06:02 AM
			
    
	
		
		
		07-23-2008
	
		
		01:58 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-28-2025
	
		
		04:06 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Stirl,
To get rid of the steady state error (I assume this is what you mean by offset), you should try increasing the Integral Gain (in other words decrease Integral Time).
Does this makes sense?