- 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 the application interface
Create a gauge, labels, spin box, and buttons.
- Create the gauge:
- InProject view, expand theUIfolder.
- Right-clickMainWindow (type)and select .
- InProperties, create a dynamic link betweenValueand .For more information about dynamic links, see Create dynamic links.
- Create the value label:
- Right-clickMainWindow (type)and select .
- Hover-over the label, select, and enterEditValueLabel
- InProperties, set theTextproperty value toVALUE
- Create the step label:
- Right-clickMainWindow (type)and select .
- Hover-over the label, select, and enterEditStepLabel
- InProperties, set theTextproperty value toSTEP
- Create the spin box:
- Right-clickMainWindow (type)and select .
- InProperties, create a dynamic link betweenValueand .For more information about dynamic links, see Create dynamic links.
- Create the message label:
- Right-clickMainWindow (type)and select .
- Hover-over the label, select, and enterEditMessageLabel
- InProperties, create a dynamic link betweenValueand .For more information about dynamic links, see Create dynamic links.
- Create the start button:
- Right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterEditStartButton
- InProperties, set theTextproperty value toSTART
- Create an advanced dynamic link betweenEnabledand with an expression evaluator!{0}For more information about dynamic links, see Create dynamic links.
- In theEventspane, next toMouseClick eventselect
and select .
TIP: If you cannot complete this step, save and reopen the project.
- Create the stop button:
- Right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterEditStopButton
- InProperties, set theTextproperty value toSTOP
- Create a dynamic link betweenEnabledand .For more information about dynamic links, see Create dynamic links.
- In theEventspane, next toMouseClick eventselectand select .AddTIP: If you cannot complete this step, save and reopen the project.
- Arrange the interface elements.

Provide Feedback