- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
Create linear gauges
Create linear gauges that enable you to view and control specific motor configuration settings.
TIP:
The gauges duplicate the functionality of the spin boxes in the default recipes editor widget.
- Create max RPM gauge:
- InProject view, right-clickMainWindow (type)and select
- Hover-over the gauge, select, and enterMaxRPMGauge.
- InProperties, create a dynamic link between theValueproperty and .For more information about dynamic links, see Create dynamic links.
- Create max RPM label:
- InProject view, right-clickMainWindow (type)and select
- Hover-over the gauge, select, and enterMaxRPMLabel.
- InProperties, setTexttoMax RPM.
- Create min throttle gauge:
- InProject view, right-clickMainWindow (type)and select
- Hover-over the gauge, select, and enterMinThrottleGauge.
- InProperties, create a dynamic link between theValueproperty and .For more information about dynamic links, see Create dynamic links.
- Create min throttle label:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the gauge, select, and enterMinThrottleLabel.
- InProperties, setTexttoMin Throttle.
Provide Feedback