![]() |
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.
|
Variable
|
Description
|
---|---|
![]() |
Value of input X from the previous cycle
|
![]() |
Value of the output Y from the previous cycle
|
dt
|
is the time differential between the current cycle and the previous cycle
|
CAL LEAD_LAG_Instance (X:=Input, MODE:=OperatingModes, PARA:=Parameter, YMAN:=ManualControlValue, Y:=Output)
LEAD_LAG_Instance (X:=Input, MODE:=OperatingModes, PARA:=Parameter, YMAN:=ManualControlValue, Y:=Output) ;
Parameter
|
Data type
|
Description
|
---|---|---|
X
|
Input
|
|
MODE
|
Operating mode
|
|
PARA
|
Parameter
|
|
YMAN
|
REAL
|
Manual value manipulated value
|
Parameter
|
Data type
|
Description
|
---|---|---|
Y
|
REAL
|
Output
|
Element
|
Data type
|
Description
|
---|---|---|
man
|
"1" = Manual operating mode
|
|
halt
|
BOOL
|
"1" = Halt mode
|
Element
|
Data type
|
Description
|
---|---|---|
gain
|
Gain factor
|
|
lead
|
Derivative time constant
|
|
lag
|
TIME
|
Delayed time constants
|