Output Description¶
DONE BOOL \ (done)
Output DONE indicates the state of job processing. After completion or abortion of processing (due to an error), DONE is set to TRUE for one cycle. For that reason, the 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 BOOL \ (error)
Output ERR indicates whether an error occurred during Program processing. This output always has to be considered together with output DONE. If DONE is TRUE and ERR is TRUE, an error occurred. In this case, the error number can be read at output ERNO.
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
MODEL STRING(24) \ (model)
The output MODEL provides the type of the device which is connected to the selected slot. The output is in plain text.
MAN_DATE DATE \ (manufacture \ date)
The output MAN_DATE provides the manufacturing date of the device which is connected to the selected slot.
DEV_NO DWORD \ (device \ number)
The output DEV_NO provides the manufacturer-specific number of the device which is connected to the selected slot.
SER_NO DWORD \ (serial \ number)
The output SER_NO provides the serial number of the device which is connected to the selected slot.
FW_NAME STRING(16) \ (firmware \ name)
The output FW_NAME provides the firmware name of the device which is connected to the selected slot. The output is in plain text.
FW_VER STRING(16) \ (firmware \ version)
The output FW_VER provides the firmware version of the device which is connected to the selected slot. The output is in plain text.