Create a Canvas Display with tank and pump symbols, bind to UNS tags, and test it in runtime.
Home → Tutorials → User Interactions Tutorial → Displays Module Tutorial → Design Canvas Displays Tutorials
Displays → Tutorial | Concept | How-to Guide | Reference
This Tutorial Teaches you to:
- Create a Canvas display
- Add tank and pump symbols
- Test your display
Prerequisites:
1. Create Display
- Navigate to Displays → Draw
- Click New Document
- Name:
TankSystem - Template: Page [Canvas]
- Click OK
2. Add Tank Symbol
- From Symbols → Tanks, drag a tank
- Position in center
- Double-click tank
- Bind Level to:
Tag.Tank1.Level
3. Add Pump
- From Symbols → Pumps, drag pump
- Place below tank
- Double-click pump
- Bind State to:
Tag.Pump1.Running
4. Test Display
- Start solution runtime
- Open display in runtime
- See the created display and values changing (you can use property watch to change values if needed)
In this section...