Output DescriptionΒΆ

../_images/012fa6dbe389af580a33139000eba54e

DONE

Data_Type Default_Value Range Unit
BOOL - - -

The output DONE signals the completion of the process triggered with the EN input. After finishing of the process or if an error did occur, DONE is TRUE for at least one PLC cycle.

The DONE output always has to by checked in conjunction with the ERR output. If ERR is TRUE, the output ERNO reflects the according error number. Otherwise the output parameter values are valid.

ERR

Data_Type Default_Value Range Unit
BOOL - - -

The output ERR signals any fault detected during the processing of the Function Block. This output always has to be checked in conjunction with the DONE output. If DONE is TRUE and ERR is TRUE, a processing fault was detected. The value of the ERNO output provides the according error number.

ERNO

Data_Type Default_Value Range Unit
WORD - - -

The output ERNO provides an error number according to the failure reason. The value of ERNO is only valid if DONE and ERR are TRUE. The possible codes for ERNO are described in Error Messages. Error Messages of the Function Block Libraries.