Create an OPC UA client
    Create an OPC UA client that fetches translations and panels from the Server project and populates the Client project with them.
- InProject view, right-click theOPC-UAfolder and select .
- InProperties, configure the OPC UA client:- SetSynchronize the Node IDs on starttoTrue.
- Set theServer endpoint URLto theEndpoint URLproperty value of the OPC UA Server.TIP: TheEndpoint URLproperty value is set during the OPC UA server configuration. See Create an OPC UA server.
 
- In thePropertiespane, add RuntimeConfiguration1:- Next toRuntime configurations, select. 
- UnderRuntimeConfiguration1, create a dynamic link between theLocal destination nodeand .For more information about dynamic links, see Create dynamic links.
- SetRemote source nodeto/Objects/.ServerProjectName/UI/Panels- ServerProjectName
- The name of the project. For example,ImportTranslationsServer
 
- SetContent synchronization modetoImport only.
- SetInclude remote source nodetoTrue.
 
- InProperties, add RuntimeConfiguration2:- Next toRuntime configurations, select. 
- UnderRuntimeConfiguration2, create a dynamic link betweenLocal destination nodeand .For more information about dynamic links, see Create dynamic links.
- SetRemote source nodeto/Objects/.ServerProjectName/Translations- ServerProjectName
- The name of the project. For example,ImportTranslationsFromAnotherProjectServer
 
- SetContent synchronization modetoImport only.
 
Provide Feedback