- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Add a spin box
Create a spin box to display and control the value that determines which screen to display.
- InProject view, right-clickModeland select .TIP: Instead of adding a model variable and relying on its value, you can configure a communication driver and import a variable value from a controller. For more information, see Communication drivers.
- InProject view, right-clickMainWindow (type)and select .
- InProperties:
- Create a dynamic link betweenValueand .
- SetMinimum valueto1
- SetMaximum valueto3
Provide Feedback