The practice is that we add a communication components for the OPC UA client under the DataAccess project. It is very important to respect the parent/child relationship (tree structure) when we add communication components. Example:
1) Shows an example how components can be added to DataAccess project
2) Shows a relevant component which you need to setup OPC UA Client in the iPlus system, you can also see here, where these components are placed under project library.
To add a communication components, you need to use drag and drop technique:
- Select the target component in the project library, eg. you want add OPCUAClientACSession, then you need select OPCUAClientACSession
- Now drag target component (OPCUAClientACSession) to the destination component in the application project tree, eg. to the OPCUAClientACService
- Save changes
*Note: Check if is component StartTyp in the state that you want. Usually is used in a automatic or disabled type.