Output DescriptionΒΆ
DONE BOOL \ (done)
Output DONE indicates that the read operation of the data set is completed. This output has always to be considered together with output ERR.
The following applies:
DONE = TRUE and ERR = FALSE: The read operation is completed. The data set has been read successfully from the file on the SD Card.
DONE = TRUE and ERR = TRUE: An error occurred while reading the data set. Output ERNO signalizes the error number.
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 an error has occurred, the following applies: DONE = TRUE and ERR = TRUE. Output ERNO signalizes the error number.
ERNO WORD \ (error \ number)
The output ERNO indicates an error number Error Messages of the Function Block Libraries. This output has always to be considered together with the outputs DONE and ERR.