Output Description¶
DONE BOOL \ (done)
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.
Output DONE 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 BOOL \ (error)
Output ERR indicates whether an error occurred during the read operation. This output always has to be considered together with output DONE. If the production data could not be read, the following applies: DONE = TRUE and ERR = TRUE. Output ERNO signalizes the error number.
ERNO
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
WORD | - | 0 … 65535 | - |
At output ERNO the identifier of an occurred error is provided. It is only valid when DONE and ERR is TRUE. (see, error messages): Error Messages of the Function Block Libraries
IDENT_NUM STRING(15) \ (identification \ number)
Identification number.
INDEX_NUM STRING(15) \ (indexnumber)
Index number.
IO_TYPE STRING(14) \ (IO \ Type)
Type of the I/O Module in plain text.
MANUFACT_WEEK STRING(2) \ (manufacturing \ week)
Calendar week when the I/O Module has been manufactured.
MANUFACT_YEAR STRING(2) \ (manufacturing \ year)
Year when the I/O Module has been manufactured.
BA_INST STRING(5) \ (reserved)
Reserved for future extensions.
FACTORY_ID STRING(2) \ (factoryidentifier)
Factory, where the I/O Module has been manufactured.
SERIAL_NUM STRING(8) \ (serial \ number))
Serial number of the I/O Module.