![FACTS Engineering Direct Logic 405 Скачать руководство пользователя страница 57](http://html1.mh-extra.com/html/facts-engineering/direct-logic-405/direct-logic-405_manual_3159079057.webp)
PID FUNDAMENTALS
5.3
PID equation
The Temperature Controller approximates the output M(t) using a discrete PID equation.
Let
Ts = Sample rate.
Kc = Proportional gain.
Ki = Kc * (Ts / Ti) = Coefficient of the integral term
Kr = Kc * (Td / Ts) = Coefficient of the derivative term
Ti = Reset or integral time.
Td = Derivative time or rate.
SP = SetPoint.
PV
n
= Process Variable (temperature) at nth sample.
e
n
= SP - PVn = Error at nth sample.
M
O
= Value to which the controller output has been initialized
Then
M
n
= Controller output at nth sample.
M
Kc e
Ki
e
Kr e
e
M
n
n
i
i
n
n
n
=
+
−
−
+
=
−
∑
*
(
)
1
1
0
The Temperature Controller modifies the standard equation slightly to use the derivative of the Process
Variable instead of the error as follows:
M
Kc e
Ki
e
Kr PV
PV
M
n
n
i
i
n
n
n
=
+
−
−
+
=
−
∑
*
(
)
1
1
0
These two forms are equivalent unless the SetPoint is changed. In the original equation, a large step
change in the SetPoint will cause a correspondingly large change in the error resulting in a bump to the
process due to derivative action. This bump is not present in the second form of the equation.
The Temperature Controller also combines the integral sum and the initial output into a single term
called the bias (Mx). This results in the following set of equations:
Mx0 = M0
Mx = Ki * eN + Mx
n-1
M
n
= Kc * e
n
- Kr (PV
n
- PV
n-1
) + Mx
n
The Temperature Controller will keep the normalized output M in the range 0.0 to 1.0. This is done by
clamping M to the nearer of 0.0 or 1.0 whenever the calculated output falls outside this range.
Содержание Direct Logic 405
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 10: ......
Страница 16: ...INTRODUCTION 1 6...
Страница 38: ...INSTALLATION AND WIRING 2 22...
Страница 45: ...SUPPORTING LADDER LOGIC 3 7...
Страница 47: ...SUPPORTING LADDER LOGIC 3 9...
Страница 48: ...SUPPORTING LADDER LOGIC 3 10...
Страница 62: ...TROUBLESHOOTING 6 4...