Name |
Data type |
Description |
---|---|---|
stDefault |
Default parameter set: rKp = 2, rTn := 200, rTv := 0, rTd = 0 |
|
stCustom |
ST_PID |
User-defined parameter set. This parameter set provides the PID parameters specified by your application. |
stSlow |
ST_PID |
Parameter set for slow control. This parameter set provides the conservative variant of the parameters determined by auto-tuning. These parameters should reduce the overshoot. |
stMedium |
ST_PID |
Parameter set for medium control. This parameter set provides the medium variant of the parameters determined by auto-tuning. |
stOffensive |
ST_PID |
Parameter set for aggressive control. This parameter set provides the aggressive variant of the parameters determined by auto-tuning. These parameters should reach the set point faster. However, a greater overshot for the process value must be taken into account. |
The PID parameter calculation takes into account the current cycle time of the system. A re-execution of auto-tuning is required if the cycle time was changed.
The derivative (rTv) and damping (rTd) will not be calculated after auto-tuning has finished. These parts of the PID control need to be set by the application.