

CAL PCON2_Instance (SP:=SetpointInput, PV:=ProcessVariable,
MODE:=OperatingModes, PARA:=Parameter,
YMAN:=ManualManipulated_ERR_EFF,
Y=>ManipulatedOutput, ERR_EFF=>EffectiveError)
PCON2_Instance (SP:=SetpointInput, PV:=ProcessVariable,
MODE:=OperatingModes, PARA:=Parameter,
YMAN:=ManualManipulated_ERR_EFF,
Y=>ManipulatedOutput, ERR_EFF=>EffectiveError) ;
|
Parameter
|
Data type
|
Description
|
|---|---|---|
|
SP
|
Setpoint input
|
|
|
PV
|
REAL
|
Actual value input
|
|
MODE
|
Operating mode
|
|
|
PARA
|
Parameter
|
|
|
YMAN
|
"1" = Manual value for ERR_EFF
|
|
Parameter
|
Data type
|
Description
|
|---|---|---|
|
Y
|
BOOL
|
"1" = Output manipulated variable
|
|
ERR_EFF
|
REAL
|
Effective switch value
|
|
Element
|
Data type
|
Description
|
|---|---|---|
|
man
|
"1" = Manual mode
|
|
|
halt
|
BOOL
|
"1" = Halt mode
|
|
Element
|
Data type
|
Description
|
|---|---|---|
|
gain
|
Feedback boost
|
|
|
lag_neg
|
Time constants of the quick feedback
|
|
|
lag_pos
|
TIME
|
Time constants of the slow feedback
|
|
hys
|
REAL
|
Hysteresis from two point switch
|
|
xf_man
|
REAL
|
Reset value of the feedback in % (0 – 100)
|
|
Causes
|
Behavior of the controller
|
|---|---|
|
lag_neg = 0 and lag_pos > 0
|
The controller works as if it had only a negative feedback with time constant lag_pos.
|
|
lag_pos < lag_neg > 0
|
The controller works as if it had only a negative feedback with time constant lag_neg.
|
|
xf_man < 0 or xf_man > 100
|
The controller works without internal feedback paths.
|
