![]() |
UNEXPECTED OUTPUT BEHAVIOUR
Make sure that the function block is always invoked in the first program cycle.
Failure to follow these instructions can result in death, serious injury, or equipment damage.
|
CAL SMOOTH_RATE_Instance (MAN:=ManualMode, HALT:=HaltMode, X:=InputVariable, GAIN:=DifferentialGain, LAG:=DelayTimeConstant, YMAN:=ManualControlValue, Y=>DifferentiatorOutputWithDelay)
SMOOTH_RATE_Instance (MAN:=ManualMode, HALT:=HaltMode, X:=InputVariable, GAIN:=DifferentialGain, LAG:=DelayTimeConstant, YMAN:=ManualControlValue, Y=>DifferentiatorOutputWithDelay) ;
Parameter
|
Data type
|
Description
|
---|---|---|
MAN
|
"1" = Manual operating mode
|
|
HALT
|
BOOL
|
"1" = Halt mode
|
X
|
Input variable
|
|
GAIN
|
REAL
|
Gain of the differentiation
|
LAG
|
Delayed time constants
|
|
YMAN
|
REAL
|
Manually manipulated value
|
Parameter
|
Data type
|
Description
|
---|---|---|
Y
|
REAL
|
Output derivative unit with smoothing
|