![]() |
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 DELAY_Instance (MAN:=ManualMode, HALT:=HaltMode, X:=InputValue, T_DELAY:=DelayTime, YMAN:=ManualControl_Y_Value, Y=>Output, READY=>InternalBufferFlag)
DELAY_Instance (MAN:=ManualMode, HALT:=HaltMode, X:=InputValue, T_DELAY:=DelayTime, YMAN:=ManualControl_Y_Value, Y=>Output, READY=>InternalBufferFlag) ;
Parameter
|
Data type
|
Description
|
---|---|---|
MAN
|
"1" = Manual operating mode
|
|
HALT
|
BOOL
|
"1" = Halt mode
|
X
|
Input value
|
|
T_DELAY
|
Deadtime
|
|
YMAN
|
REAL
|
Manually manipulated value
|
Parameter
|
Data type
|
Description
|
---|---|---|
Y
|
REAL
|
Output
|
READY
|
BOOL
|
"1" = internal buffer is full
"0" = internal buffer is not full (e.g. after warm/cold start or modification of deadtime)
|