![]() |
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 LAG_Instance (X:=InputValue, MODE:=OperatingModes, PARA:=Parameter, YMAN:=ManualManipulatedValue, Y:=Output)
LAG_Instance (X:=InputValue, MODE:=OperatingModes, PARA:=Parameter, YMAN:=ManualManipulatedValue, Y:=Output) ;
Parameter
|
Data type
|
Description
|
---|---|---|
X
|
Input value
|
|
MODE
|
Operating modes
|
|
PARA
|
Parameter
|
|
YMAN
|
REAL
|
Manually manipulated value
|
Parameter
|
Data type
|
Description
|
---|---|---|
Y
|
REAL
|
Output
|
Element
|
Data type
|
Description
|
---|---|---|
man
|
"1" = Manual operating mode
|
|
halt
|
BOOL
|
"1" = Halt mode
|