3 - 2
MELSEC-Q/QnA
3. PID CONTROL SPECIFICATIONS
3.1.2 PID operation block diagram and operation expressions
(1) The PID operation block diagram for incomplete derivative is shown below.
+(T
D
/K
D
) s
1
(P)
(I)
(D)
W
Kp
P
PV
V
SV +
-
Disturbance
Set value
+
+
-
Gain
Manipulated
value
+
MV
Control
objective
Process
value
Detected
noise
+ +
1
T
D
S
T
I
s
1
(2) The operation expressions for PID control using PID control instructions are
indicated below.
Name
Operation Expressions
Meanings of Symbols
Forward
operation
D
n
= (PV
fn
-2PV
fn-1
+PV
fn-2
)+
EV
n
=PV
fn
*-SV
MV
n
= MV
MV=K
p
{(EV
n
-EV
n-1
)+ EV
n
+D
n
}
T
S
T
I
T
D
T
D
K
D
D
n-1
T
D
K
D
T
D
K
D
T
S
+
T
S
+
Process
value
differentiation
Incomplete
derivative
Reverse
operation
D
n
= (-PV
fn
+2PV
fn-1
-PV
fn-2
)+
EV
n
=SV-PV
fn
*
MV
n
= MV
MV=K
p
{(EV
n
-EV
n-1
)+ EV
n
+D
n
}
T
S
T
I
T
D
T
D
K
D
D
n-1
T
D
K
D
T
D
K
D
T
S
+
T
S
+
EV
n
: Deviation in the present sampling cycle
EV
n-1
: Deviation in the preceding sampling
cycle
SV
: Set value
PV
fn
: Process value of the present sampling
cycle (after filtering)
PV
fn-1
: Process value of the preceding
sampling cycle (after filtering)
PV
fn-2
: Process value of the sampling cycle
two cycles before (after filtering)
MV : Output change value
MV
n
: Present manipulation value
D
n
: Present derivative term
D
n-1
: Derivative term of the preceding
sampling cycle
K
P
:
Proportional
constant
T
S
:
Sampling
cycle
T
I
:
Integral
constant
T
D
:
Derivative
constant
K
D
:
Derivative
gain
POINT
(1) *:PV
fn
is calculated using the following expression.
Therefore, it is the same as the PV (process value) of the input data as long
as the filter coefficient is not set for the input data.
Process Value after Filtering PV
fn
= PV
n
+ (PV
fn
-
1
-PV
n
)
PV
n
: Process value of the present sampling cycle
: Filter coefficient
PV
fn-1
: Process value of the preceding sampling cycle (after filtering)
(2) PV
fn
is stored in the I/O data area. (See Section 5.2)
Содержание Q Mode
Страница 1: ......
Страница 2: ......
Страница 14: ...A 12 MEMO ...
Страница 18: ...1 4 MELSEC Q QnA 1 GENERAL DESCRIPTION MEMO ...
Страница 48: ...4 14 MELSEC Q QnA 4 FUNCTIONS OF PID CONTROL MEMO ...
Страница 51: ...5 3 MELSEC Q QnA 5 PID CONTROL PROCEDURE MEMO ...
Страница 65: ...5 17 MELSEC Q QnA 5 PID CONTROL PROCEDURE MEMO ...
Страница 72: ...5 24 MELSEC Q QnA 5 PID CONTROL PROCEDURE MEMO ...
Страница 74: ...6 2 MELSEC Q QnA 6 PID CONTROL INSTRUCTIONS MEMO ...
Страница 120: ...9 28 MELSEC Q QnA 9 COMPLETE DERIVATIVE PID CONTROL INSTRUCTIONS AND PROGRAM EXAMPLES MEMO ...
Страница 125: ......
Страница 126: ......