EasyManua.ls Logo

LSIS Master-K K1000S - Realization of PID Control on the PLC; P Control; I Control

LSIS Master-K K1000S
238 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 15 The PID function of K200S MASTER-K
15-13
15.3 Realization of PID control on the PLC
In this chapter, it will described that how to get the discrete formula of the P, I, and D terms.
Then, the pseudo code of PIF control will be introduced.
15.3.1 P control
The discrete formula of P control is as following;
[
]
)()()( nPVnSVbKnP ×= n : sampling number
K : proportional gain constant
b : reference value
SV : set value
PV : present value
15.3.2 I control
The continuous formula of I control is as following;
=
t
dsse
Ti
K
tI
0
)()( I(t) : integral term
K : proportional gain constant
Ti : integral time
e(s) : deviation value
By deviation about t, we can obtain;
e
Ti
K
dt
dI
= e = (SV PV) : deviation value
The digitized formula is as following;
)(
)()1(
ne
Ti
K
h
nInI
=
+
h : sampling period
)()()1( ne
Ti
Kh
nInI +=+

Table of Contents

Related product manuals