Output Description¶
Function Block TECT_RECIPE
DONE (done)
Data type: BOOL
Operation DONE = TRUE, as long as the operation ist completed.
ERR (error)
Data type: BOOL
Output ERR indicates, whether an error occurred during control processing. In case of error, the error number can be read at output ERNO.
ERNO (error number)
Data type: WORD
Output ERNO provides an error identifier, if an invalid value was applied to an input or if an error occurred during request processing.
BUSY
Data type: BOOL
TRUE: Will indicate that recipe operation READ/WRITE is ongoing and system is busy.
STATUS
Data type: BYTE
Output of this block indicates status of the process in the recipe Function Block. This input is helpful in displaying process status in the HMI.
| STATUS | Description |
|---|---|
| 0 | Function Block is disabled or no process running. |
| 1 | Recipe Function Block is BUSY, either READ or WRITE process going on |
| 2 | Recipe process is complete |
| 3 | Wrong parameter at input OPERATION |
| 4 | Wrong parameter at input NUM_OF_ZONE |
| 5 | Timeout of the recipe operation state |
| 6 | Read data failed: no correct format of data items. |
| 7 | Mismatch in number of zones declared and zone data in recipe. |
| 8 | CAA file error: Time limit exceeded |
| 9 | CAA file error: Order has been aborted by activating input xAbort |
| 10 | CAA file error: Invalid handle |
| 11 | CAA file error: Directory or file does not exist |
| 12 | CAA file error: Directory or file already exists |
| 13 | CAA file error: No further entries are available |
| 14 | CAA file error: File or directory is not empty |
| 15 | CAA file error: Drive, file or directory is write-protected |
| 16 | CAA file error: Wrong parameter(s) at function block |
| 17 | CAA file error: Unknown Error |
| 18 | CAA file error: Not all data has been written |
| 19 | CAA file error: Function not supported |
| 20 | CAA file error: No file handles or user tasks available (too many files open or tasks accessing file system) |
| 21 | CAA file error: Volume is full |
| 22 | CAA file error: Cannot open disk or no valid disk present |
| 23 | CAA file error: File/directory could not be accessed to execute operation |
| 24 | CAA file error: Internal or not further specified error |
| 25 | CAA file error: Source file could not be opened to execute required operation |
| 26 | CAA file error: Destination file could not be opened to execute required operation |
| 27 | CAA file error: Data could not be written to destination file |
| 28 | CAA file error: Data could not be read from source file |
| 29 | CAA file error: Formatting operation has not been confirmed as xEnable before activation the Function block with xExecute. |