- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
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 enterValueLabel
- InProperties, set theTextproperty value toVALUE
- Create the step label:
- Right-clickMainWindow (type)and select .
- Hover-over the label, select, and enterStepLabel
- 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 enterMessageLabel
- 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 enterStartButton
- 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.
- InEvents, next toMouseClick eventselectand 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 enterStopButton
- 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 .TIP: If you cannot complete this step, save and reopen the project.
- Arrange the interface elements.

Provide Feedback