Create an OPC UA client that fetches translations and panels from the Server project and populates the Client project with them.
-
In Project view, right-click the OPC-UA folder and select .
-
In Properties, configure the OPC UA client:
-
Set Synchronize the Node IDs on start to True.
-
Set the Server endpoint URL to the Endpoint URL property value of the OPC UA Server.
-
In the Properties pane, add RuntimeConfiguration1:
-
Next to Runtime configurations, select
.
-
Under RuntimeConfiguration1, create a dynamic link between the Local destination node and .
-
Set Remote source node to /Objects/ServerProjectName/UI/Panels.
- ServerProjectName
- The name of the project. For example, ImportTranslationsServer
-
Set Content synchronization mode to Import only.
-
Set Include remote source node to True.
-
In Properties, add RuntimeConfiguration2:
-
Next to Runtime configurations, select
.
-
Under RuntimeConfiguration2, create a dynamic link between Local destination node and .
-
Set Remote source node to /Objects/ServerProjectName/Translations.
- ServerProjectName
- The name of the project. For example, ImportTranslationsFromAnotherProjectServer
-
Set Content synchronization mode to Import only.