Chapter 7 Usage of Various Functions
7-26
7.1.5 PID control function
1) Introduction
This chapter will provide information about the built-in PID (Proportional Integral Differential) function of MK80S Basic Unit.
The MK80S series does not have separated PID module like MK300S and MK1000S series, and the PID function is
integrated into the Basic Unit.
The PID control means a control action in order to keep the object at a set value (SV). It compares the SV with a sensor
measured value (PV : Present Value) and when a difference between them (E : the deviation) is detected, the controller
output the manipulate value (MV) to the actuator to eliminate the difference. The PID control consists of three control
actions that are proportional (P), integral (I), and differential (D).
The characteristics of the PID function of MK80S is as following;
-
the PID function is integrated into the CPU module. Therefore, all PID control action can be performed with instruction
(PID8,PID8AT) without any separated PID module.
-
Forward / reverse operations are available
-
P operation, PI operation, PID operation and On/Off operation can be selected easily.
-
The manual output (the user-defined forced output) is available.
-
By proper parameter setting, it can keep stable operation regardless of external disturbance.
-
The operation scan time (the interval that PID controller gets a sampling data from actuator) is changeable for
optimizing to the system characteristics.
<Figure 1-1> Block diagram of PID control system
P I D
calculation
Set Value
Present Value
PV
SV
MV
Manipulation
value
Manual MV
D/A
converting
module
Control
object
Sensor
A/D
converting
module
Automated MV
Содержание MASTER-K80S
Страница 27: ...Chapter 4 Names of Parts 4 4 1 3 30 points base unit 4 1 4 40 points base unit 4 1 5 60 points base unit...
Страница 66: ...Chapter 6 Input and Output Modules 6 3 30 point base unit 4 40 point base unit DC24V DC24V DC24V...
Страница 67: ...Chapter 6 Input and Output Modules 6 5 60 point base unit DC24V DC24V...
Страница 206: ...Chapter 8 Communication Function 8 63 You can see the frame list which is designated Click OK button...