ADV100 • Functions description and parameters list 127
put.
If 2 (Stop) is displayed the Start PID command has not been enabled.
If 3 (Alarm) is displayed a drive alarm condition has occurred
If 4 (Wait) is displayed the drive has been disabled because the output speed has fallen below the threshold set in
parameter 11040 Waitspeed. For further details reference should be made to parameter 11044 Restartspeed.
If 5 (Pressureconst) is displayed the drive has been disabled because the feedback is not as far from the set point
as the value set in parameter 11070 Constpressurethr. For further details reference should be made to param-
eters 11070 Constpressurethr, 11074 Constpressoffsetand 11076 Fluidlossthr.
Menu PAR Description UM Type FB BIT Def Min Max Acc Mod
12008 WordcompPID UINT16 0 R FVS
This variable displays the word composed of the PID output commands.
Bits Meaning
0 PID Start mon (3702)
1 FB level alarm (3704)
2 Wait state mon (3706)
3 Const pres mon (3708)
4 free
5 free
6 free
7 free
GAINS
Menu PAR Description UM Type FB BIT Def Min Max Acc Mod
11020 Proportionalgain % FLOAT 1.00 0.00 10.00 RW FVS
This parameter species the gain associated with proportional control (P).
If the other two gains (I and D) are set to zero, only proportional control is effective. With a PID error equal to 10% of
the full scale value and 11020 Proportionalgain = 1, the speed reference linked to the PID output is equal to 10%
of Fullscalespeed.
Menu PAR Description UM Type FB BIT Def Min Max Acc Mod
11022 Integralgain sec FLOAT 1.00 0.00 100.00 RW FVS
This parameter species the gain associated with integral control (I). If proportional gain is set to 1 and the PID error
is constant, the output of the integral block is equal to the input (PID error) after reaching the set integral time (pa-
rameter 11022Integralgain).
Menu PAR Description UM Type FB BIT Def Min Max Acc Mod
11024 Derivativegain sec INT16 0.000 0.000 1.000 RW FVS
This parameter species the gain associated with derivative control (D). With proportional gain set to 1, when the
PID error has a constant variation, the output of the proportional block is equal to the value of the variation after
reaching the set derivative time (parameter 11024 Derivativegain). The derivative part has the effect of increasing
the response speed, but it may lead to over-compensation.
Menu PAR Description UM Type FB BIT Def Min Max Acc Mod
11026 CalcPIDmode ENUM
Series
0 1 RW FVS
PID controller calculation mode.
0 Series
1 Parallel