7.21 UA_MethodReleaseHandleList
| FB-Name | UA_MethodReleaseHandleList | |||
| This Function Block is used to release method handles. | ||||
| VAR_INPUT | ||||
| B | Execute | BOOL | FB performs its task on rising edge on this input. | |
| B | ConnectionHdl | DWORD | Connection handle. | |
| B | MethodHdlCount | UINT | Number of elements the MethodHdls shall have. | |
| B | MethodHdls | ARRAY OF DWORD | Method handles to be released. See Constants of Array Lengths (MAX_ELEMENTS_METHOD) | |
| B | Timeout | TIME | Time to response. | |
| VAR_OUTPUT | ||||
| B | Done | BOOL | FB has completed its task. | |
| B | Busy | BOOL | The FB is not finished and new output values are to be expected. | |
| B | Error | BOOL | Signals that an error has occurred within the FB. | |
| E | ErrorID | DWORD | Error code. | |
| B | ErrorIDs | ARRAY OF DWORD | Error codes. See Constants of Array Lengths (MAX_ELEMENTS_METHOD) | |
| Notes: After calling UA_MethodReleaseHandle or MethodReleaseHandleList the MethodHdl(s) will be invalid. | ||||
| UA_MethodReleaseHandleList | ||||||
| BOOL | Execute | Done | BOOL | |||
| DWORD | ConnectionHdl | Busy | BOOL | |||
| UINT | MethodHdlCount | Error | BOOL | |||
| ARRAY OF DWORD | MethodHdls | ErrorID | DWORD | |||
| TIME | Timeout | ErrorIDs | ARRAY OF DWORD | |||