Output Description

../_images/f286460ae389b0bf0a33139000eba54e

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.

ACT

Data_Type Default_Value Range Unit
INT 0 - -

The current counter value (actual value) can be retrieved at any time using the output ACT of the Function Block.

Output ACT corresponds to input low word in “32bit counter”.

CNT_TOUCH

Data_Type Default_Value Range Unit
DWORD - - -

The output CNT_TOUCH displays the result of the catch/touch trigger measurement.

Output CNT_TOUCH corresponds to input DWORD in “TOUCH counter value”.

RDY_TOUCH

Data_Type Default_Value Range Unit
BOOL - - -

The output RDY_TOUCH is set to TRUE when a new catch/touch value is available. If input EN_TOUCH is set to FALSE, the output RDY_TOUCH is set to FALSE.

Output RDY_TOUCH corresponds to input bit 2 in “state byte”.

SET_IN

Data_Type Default_Value Range Unit
BOOL - - -

The output SET_IN is set to TRUE if one of the inputs is configured as SET input.

Output SET_IN corresponds to input bit 4 in “state byte”.

RESET_IN

Data_Type Default_Value Range Unit
BOOL - - -

The output RESET_IN is set to TRUE if one of the inputs is configured as RESET input.

Output RESET_IN corresponds to input bit 5 in “state byte”.