- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
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 .
- Configure the OPC UA client:
- 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 .
- SetSynchronize the Node IDs on starttoTrue.
- Create RuntimeConfiguration1:
- InProperties, next toRuntime configurations, select.
- UnderRuntimeConfiguration1, setContent synchronization modetoImport only.
- 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 examplemportUIServer
- 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 examplemportUIServer
Provide Feedback