- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Create remote panel (types)
Create a panel type that will be used on client.
- Create a folder for remote panels:
- InProject view, right-click theUIfolder and select .
- Hover-over the folder, select, and enterRemotePanels.
- Create the main panel:
- InProject view, right-clickRemotePanelsand select .
- Hover-over the panel, select, and enterMainPanel.
- Create a panel that displays the Speed variable:
- InProject view, right-clickRemotePanelsand select .
- Hover-over the panel, select, and enterSpeedPanel.
- Create a panel that displays the Acceleration variable:
- InProject view, right-clickRemotePanelsand select .
- Hover-over the panel, select, and enterAccelerationPanel.
Provide Feedback