- 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 elements for controlling the max value
Create a label and a gauge to control the maximum value.
- Create the maximum value label:
- InProject view, right-clickMainWindow (Type)and select .
- Hover-over the label, select, and enterEditMaxValueLabel.
- InPropertiessetTexttoMaximum Value.
- Configure the max gauge:
- InProject view, right-clickMainWindow (Type)and select .
- Hover-over the gauge, select, and enterEditMaxGauge.
- InProperties, create a dynamic link betweenValueand .For more information about dynamic links, see Create dynamic links.
Provide Feedback