- 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 a speed gauge and labels
Create UI elements that display speed-related information about a selected motor.
- Create the speed gauge:
- InProject view, right-clickMotorSpeedPaneland select .
- Hover-over the gauge, selectEditSpeedGauge.
- InProperties, create a dynamic link betweenValueand .For more information about dynamic links, see Create dynamic links.
- Create the speed label:
- InProject view, right-clickMotorSpeedPaneland select .
- Hover-over the label, selectEditSpeedLabel.
- InProperties, setTexttoSpeed.
- Create the speed value label:
- InProject view, right-clickMotorSpeedPaneland select .
- Hover-over the label, selectEditSpeedValueLabel.
- InProperties, create a dynamic link betweenTextand .For more information about dynamic links, see Create dynamic links.
Provide Feedback