page 118
Function
PID
Library
CRxxxx.LIB
Function symbol
Purpose
PID controller
Parameter
Function inputs
Function output
Description
The change in the output of the PID controller consists of a
proportional, an integral and a differential component. The
variable first changes by an amount (D share) depending on the
change speed of the input variable. After the rate time TV has
elapsed the variable goes back to a value corresponding to the
proportional part and then changes in accordance with the reset
time TN.
The values entered at function inputs KP and KD are internally
divided by 10 to achieve a finer resolution (e.g. KP = 17
corresponds to 1.7)
Variable Y is already normed to the PWM function (RELOAD-
Wert = 65535). Observe the inverse logic (65535 = minimum
value, 0 = maximum value).
If X > XS, the value is increased.
If X < XS, the value is decreased.
Name
Data type
Description
X
WORD
actual value
XS
WORD
preset value
XMAX
WORD
maximum value of the preset value
KP
BYTE
constant of the P component (/10)
TN
TIME
reset time (I component)
KD
BYTE
proportional part of the D component (/10)
TV
TIME
rate time (D component)
SO
BOOL
self optimisation
Name
Data type
Description
Y
WORD
variable (actuator value)
Содержание ecomat 100 R 360 Series
Страница 1: ...System manual ecomat 100 type R 360 ...
Страница 14: ...page 14 ...
Страница 26: ...page 26 ...
Страница 86: ...page 86 ...
Страница 100: ...page 100 ...
Страница 126: ...page 126 ...
Страница 146: ...page 146 ...
Страница 162: ...page 162 ...
Страница 163: ...page 163 Annex 2 Wiring Annex 2 1 Type CR0015 ...
Страница 164: ...page 164 Annex 2 2 Type CR0016 ...
Страница 165: ...page 165 Annex 2 3 Type CR0017 ...
Страница 166: ...page 166 Annex 2 4 Type CR0501 ...