Back to FabImage Studio website
You are here: Start » Filter Reference » System » OPC UA » OPCUAClient_Close
Module: | FoundationLite |
---|
Closes a connection with a OPC UA server.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inConnectionId | Integer | 0 - 99 | Slot id of the connection to close |
Description
This filter is used to close a connection with a OPC UA server previously open with the OPCUAClient_Connect filter.
The value on the inConnectionId input must correspond to the connection slot id specified in the connect filter.
This filter will not throw exceptions when the connection is not established or when there were any errors during the connection closing procedure.
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.
See Also
- OPCUAClient_Connect – Establishes a connection to a OPC UA server