Output Description

../_images/54a4c9ec1158e92b0a33139000854fcf

Function Block PUMP_SLEEP

DONE

Data_Type Default_Value Range Unit
BOOL - - -

Output indicates the processing state of the function block. After completion or abortion of processing (due to an error), DONE is set to TRUE for one cycle. This output always has to be considered together with output ERR. If ERR is TRUE, an error occurred. In this case, the error number can be read at output ERNO.

ERR (error)

Data type: BOOL

Output ERR indicates whether an error occurred during data reception. If ERR is TRUE, an error occurred. In this case, the error number can be read at output ERNO.

ERNO (error number)

Data_Type Default_Value Range Unit
WORD 0 ³ 0 -

Output provides an error identifier if an invalid value was applied to an input. ERNO always has to be considered together with the output ERR. The value output at ERNO is only valid if ERR is TRUE (see, error messages): Error Messages of the Function Block Libraries

STATUS (status)

Data type: INT, default value: 0, range: 0-3

Status of Sleep Function
Mode Description
0 Function is inactive.
1 Sleep Function is active.
2 Boost Function is active.
3 Wakeup Function is active.