Create an OPC UA client that fetches UI objects from the Server project and populates the Client project with them.
-
In Project view, right-click OPC-UA and select .
-
In Properties, set the Server endpoint URL property value to the Endpoint URL property value of the OPC UA Server.
-
Create RuntimeConfiguration1:
-
In Properties, next to Runtime configurations, select
.
-
Under RuntimeConfiguration1, set Content synchronization mode to Full synchronization.
-
Under RuntimeConfiguration1, set Include remote source node to True.
-
Under RuntimeConfiguration1, create a dynamic link between Local destination node and .
-
Under RuntimeConfiguration1, set Remote source node to /Objects/ServerProjectName/UI/RemotePanels.
- ServerProjectName
- The name of the project. For example ImportUIServer
-
Create RuntimeConfiguration2:
-
In Properties, next to Runtime configurations, select
.
-
Under RuntimeConfiguration2, set Content synchronization mode to Import and synchronize values.
-
Under RuntimeConfiguration2, create a dynamic link between Local destination node and .
-
Under RuntimeConfiguration2, set Remote source node to /Objects/ServerProjectName/Model.
- ServerProjectName
- The name of the project. For example ImportUIServer