Create an OPC UA server for pushing UI objects

Create an OPC UA server that pushes the UI objects from the Server project and populates the Client project with them.

  1. In Project view, right-click the OPC-UA folder and select New > OPC UA Server.
  2. In Properties, take a note of the Endpoint URL property value.
    Note: You need the Endpoint URL property value to configure the OPC UA Client later on.
  3. Next to Nodes to publish, select Add.
  4. Under Configuration1, set Publish dynamic configuration to True.
  5. Under Configuration1, next to Nodes, select Add.
  6. Under Nodes, create a dynamic link between Node1 and ProjectName > UI > RemotePanels
  7. Under Configuration1, next to Nodes, select Add.
  8. Under Nodes, create a dynamic link between Node2 and ProjectName > Model.
  9. Next to Users, select Add.
  10. Set User1to Anonymous.