- 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 label
Create a label that displays temperature in a format adjusted to the locale of a logged-in user.
- Create the label:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the label, select, and enterEditTemperatureLabel.
- Create a label variable:
- InProperties, at the top, selectand selectAddAnalog variable.
- Create a complex dynamic link between theAnalogVariable1property and the actualAnalogVariable1variable by using .
- DynamicLink
- Create a complex dynamic link betweenTextandAnalogVariable1with the use of a string formatter:
- StringFormatter1
- {0} {1}
- {0} DynamicLink
- {1} DynamicLink
For more information about dynamic links, see Create dynamic links.
Provide Feedback