However, restricting the size of change which the controller can produce will restrict the amplitude of the oscillations. These can thus be small enough not to upset the process, or its operators!
This controller has a parameter deadzone, which defines the minimum change in the measured variable required to produce a change in output. The other parameter defines the size of the output of the controller. This is set to be + output/2 when the controller is on and - output/2 when it is off.
The tuning method is outlined below:
This gives a response similar to the one shown below
= (4 * output) / (
* a)
| Controller Type | Gain | Reset | Derivative |
|---|---|---|---|
| P | /2 |
- | - |
| PI | /2.2 |
Pu/1.2 | - |
| PID | /1.7 |
Pu/2 | Pu/8 |
Please move Back to previous page