For PID block , the equation are as follws:

1- Proportional only (P)
   OUT=BIAS + 100/PBAND*(SPT-MEAS)
2-Integral Only (I) :
   OUT=1/INT*(SPT-MEAS)
3-Proportional and Derivative (PD) :
   OUT=BIAS + 100/PBAND*(SPT-(1+DERIV)*filtermeas)
   filtermeas = MEAS/(1+tau+0.5*tau^2)
   tau=DERIV/KD
4-Proprtional and Integral (PI) :
   OUT=100/PBAND*(SPT-MEAS) + 1/INT*(SPT-MEAS)
5-Proprtional , Integral and Derivative (PID) :
   OUT=(100/(PBAND*INT))*[(INT+1)*SPT-(INT+1)*(DERIV+1)*fitermeas]
   filtermeas = MEAS/(1+tau+0.5*tau^2)
   1/tau=(1/INT+1/DERIV)*KD

Noman
Jubail Chemical Industries Co.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-----------------------------------------------------------------------
This list is neither sponsored nor endorsed by the Foxboro Company. All 
postings from this list are the work of list subscribers and no warranty 
is made or implied as to the accuracy of any information disseminated 
through this medium. By subscribing to this list you agree to hold the 
list sponsor(s) blameless for any and all mishaps which might occur due to 
your application of information received from this mailing list.

To be removed from this list, send mail to 
[EMAIL PROTECTED] 
with "unsubscribe foxboro" in the Subject. Or, send any mail to
[EMAIL PROTECTED]

Reply via email to