- 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 linear gauge
Create a linear gauge that shows the temperature.
- InProperties, right-clickMainWindow (type)and select .
- InProperties, set theEditablevariable value toFalse.
- Create a variable:
- InProperties, at the top, select and selectAnalog variable.
- Create a complex dynamic link between theAnalogVariable1property and the actualAnalogVariable1variable by using binding mode.
- DynamicLink
- Binding mode between Source and Parent engineering unit
- Set Parent localized engineering unit.
- Create a dynamic link betweenLow limitand
- Create a dynamic link betweenHigh limitand
- SetConstraintoTrue.
For more information about dynamic links, see Create dynamic links. - Link the variable alias:
- InProperties, create a dynamic link betweenValueand .
- Create a dynamic link betweenMinimum valueand .
- Create a dynamic link betweenMaximum valueand .
For more information about dynamic links, see Create dynamic links.
Provide Feedback