Build your first Canvas display with process graphics in 20 minutes.
What You'll Learn:
- Create a Canvas display
- Add tank and pump symbols
- Connect with piping
- Add dynamic colors
- Test your display
Step 1: Create Display
- Navigate to Displays → Draw
- Click New Document
- Name:
TankSystem
- Template: Canvas
- Click OK
Step 2: Add Tank Symbol
- From Symbols → Tanks, drag a tank
- Position in center
- Double-click tank
- Bind Level to:
Tag.Tank1.Level
Step 3: Add Pump
- From Symbols → Pumps, drag pump
- Place below tank
- Double-click pump
- Bind State to:
Tag.Pump1.Running
Step 4: Connect with Piping
- Select Polyline tool
- Draw line from pump to tank
- Set line width: 3px
- Color: Gray
Step 5: Add Dynamic Colors
- Select pump
- Double-click → Dynamics tab
- Add FillColor dynamic:
- Expression:
Tag.Pump1.Running
- True: Green, False: Gray
- Expression:
Step 6: Add Level Display
- Drag
Tag.Tank1.Level
from tag tree - Position near tank
- Format: Add "%" suffix
Step 7: Test Display
- Click Run (F5)
- Open display in runtime
- Change tag values to see updates
Success!
You've created a dynamic Canvas display.
Next Steps
- [Creating Canvas Displays (How-to Guide)] - Complete reference
- [Working with Symbols] - Custom symbols
- [Adding Dynamic Animations] - Advanced dynamics