Output Description¶
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.
RDY_PULSE
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
BOOL | - | - | - |
The output RDY_PULSE is set to TRUE when all pulses have been sent.
ACT_PULSE
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
BYTE | - | - | % |
The output ACT_PULSE return the percentage of pulses sent, from 0 to 100 %.
100 % is obtained only when the totality of pulses has been sent.
On the fast outputs O0 or O1, the brightness of the yellow LED depends on the number of pulse emitted (from 0 to 100 %), When the value 100 % is obtained, the yellow LED status is off.
Output ACT_PULSE corresponds to input byte in “state byte Sx %pulse”.