Output DescriptionΒΆ
xDone
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
BOOL | - | - | - |
If Output xDone changes to TRUE, the Function Block has finished its processing without an error and all other outputs become valid.
xBusy
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
BOOL | - | - | - |
Output xBusy signals if a Function Block has been triggered and is TRUE as long it is processing.
xError
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
BOOL | - | - | - |
Output xError is set if the Function Block finished and an error occurred during the Function Block processing. If xError is TRUE the error code can be read from output eError.
eError
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
FILE_ERROR | - | - | - |
Output eError is set if an error occurred during the Function Block processing. For error codes, see Error Messages of the CAA_File Function Blocks Error Messages.
hFile
Data_Type | Default_Value | Range | Unit |
---|---|---|---|
CAA_HANDLE | - | - | - |
File handle retrieved with CAA_Open.