Instructions
9.1 PID_Compact
PID control
Function Manual, 03/2017, A5E35300227-AC
269
If several errors are pending simultaneously, the values of the ErrorBits are displayed with
binary addition. The display of ErrorBits = 0003h, for example, indicates that the errors
0001h and 0002h are pending simultaneously.
In manual mode, PID_Compact uses ManualValue as output value. The exception is
Errorbits = 10000h.
0001 The "Input" parameter is outside the process value limits.
• Input > Config.InputUpperLimit or
• Input < Config.InputLowerLimit
If automatic mode was active before the error occurred and ActivateRecoverMode = TRUE,
PID_Compact remains in automatic mode.
If pretuning or fine tuning mode was active before the error occurred and ActivateRecoverMode =
TRUE, PID_Compact switches to the operating mode that is saved in the Mode parameter.
0002 Invalid value at "Input_PER" parameter. Check whether an error is pending at the analog input.
If automatic mode was active before the error occurred and ActivateRecoverMode = TRUE,
PID_Compact outputs the configured substitute output value. As soon as the error is no longer pending,
PID_Compact switches back to automatic mode.
If pretuning or fine tuning mode was active before the error occurred and ActivateRecoverMode =
TRUE, PID_Compact switches to the operating mode that is saved in the Mode parameter.
0004 Error during fine tuning. Oscillation of the process value could not be maintained.
If ActivateRecoverMode = TRUE before the error occurred, PID_Compact cancels the tuning and
switches to the operating mode that is saved in the Mode parameter.
0008 Error at start of pretuning. The process value is too close to the setpoint. Start fine tuning.
If ActivateRecoverMode = TRUE before the error occurred, PID_Compact cancels the tuning and
switches to the operating mode that is saved in the Mode parameter.
0010 The setpoint was changed during tuning.
You can set the permitted fluctuation of the setpoint at the CancelTuningLevel tag.
If ActivateRecoverMode = TRUE before the error occurred, PID_Compact cancels the tuning and
switches to the operating mode that is saved in the Mode parameter.
0020 Pretuning is not permitted during fine tuning.
If ActivateRecoverMode = TRUE before the error occurred, PID_Compact remains in fine tuning mode.
0080 Error during pretuning. The output value limits are not configured correctly or the actual value does not
react as expected.
Check whether the limits of the output value are configured correctly and match the control logic.
Also make sure that the actual value does not oscillate strongly before starting pretuning.
If ActivateRecoverMode = TRUE before the error occurred, PID_Compact cancels the tuning and
switches to the operating mode that is saved in the Mode parameter.
0100 Error during fine tuning resulted in invalid parameters.
If ActivateRecoverMode = TRUE before the error occurred, PID_Compact cancels the tuning and
switches to the operating mode that is saved in the Mode parameter.