Develop a solution for importing UI

Use OPC UA communication to import the UI from another project and display the values of selected variables.

Figure 1. Application example (server and client)
Tip: Download a sample project: ImportUI.zip

Prerequisites

Tip: The Client project imports data from the Server project.
To develop the server project
  1. Create project variables.
  2. Create remote panel (types).
  3. Configure the main panel (type).
  4. Configure the speed panel (type).
  5. Configure the acceleration panel (type).
  6. Implement the main panel.
  7. Create an OPC UA server for pushing UI objects.
  8. Arrange the interface elements.
  9. Save the project.
To develop the client project
  1. Create a client panel loader.
  2. Create a NetLogic that fetches UI.
  3. Create an OPC UA client for fetching UI objects.
  4. Arrange the interface elements.
  5. Save the project.
Figure 2. Application design example (server and client)

Select Run to run server and client projects using the client emulator to test your project. To run the projects on a remote client, see Add a client device.