Create an OPC UA client for fetching UI objects
Create an OPC UA client that fetches UI objects from the Server project and populates the Client project with them.
- InProject view, right-clickOPC-UAand select .
- InProperties, set theServer endpoint URLproperty value to theEndpoint URLproperty value of the OPC UA Server.TIP: TheEndpoint URLproperty value is set during the OPC UA server configuration. SeeCreate an OPC UA server for pushing UI objects .
- Create RuntimeConfiguration1:
- InProperties, next toRuntime configurations, select .
- UnderRuntimeConfiguration1, setContent synchronization modetoFull synchronization.
- UnderRuntimeConfiguration1, setInclude remote source nodetoTrue.
- UnderRuntimeConfiguration1, create a dynamic link betweenLocal destination nodeand .For more information about dynamic links, see Create dynamic links.
- UnderRuntimeConfiguration1, setRemote source nodeto/Objects/.ServerProjectName/UI/RemotePanels
- ServerProjectName
- The name of theFactoryTalk Optix Studioproject. For exampleImportUIServer
- Create RuntimeConfiguration2:
- InProperties, next toRuntime configurations, select .
- UnderRuntimeConfiguration2, setContent synchronization modetoImport and synchronize values.
- UnderRuntimeConfiguration2, create a dynamic link betweenLocal destination nodeand .For more information about dynamic links, see Create dynamic links.
- UnderRuntimeConfiguration2, setRemote source nodeto/Objects/.ServerProjectName/Model
- ServerProjectName
- The name of theFactoryTalk Optix Studioproject. For exampleImportUIServer
Provide Feedback