Displays Dynamics →
Tutorial
|
Concept
|
How-to Guide
|
Reference
This Tutorial Teaches you to:
Draw vector graphics:
Create path animations
Animate properties
Build interactive animations
Prerequisites:
Add Tags to UNS (Tutorial)
Design Canvas Displays Tutorials
1. Vector Drawing Basics
Open
Displays → Draw
Use drawing tools:
Basic Shapes:
Rectangle
Ellipse
Polygon
Polyline
GridLine
Spline
Combine Shapes:
Select multiple
Use union, subtract, intersect
See results
2. Create Animated Bargraph
Draw rectangle
Double click it and go to
Dynamics
Choose
Bargraph
In Expression, add the Tank Level tag
Change the Bar Color to Blue
3. Rotation Animation
Draw a
blower
from the
Symbol Library
Double click it and go to
Dynamics
Add
Rotate
dynamic:
Expression: Client.UI.SimulationAnalog
Set result to: RPM
4. Color Animations
Draw a
square
Double click it and go to
Dynamics
Add
FillColor
dynamic:
Change Color: Using Limits
Expression: Tag.TankFarm/Tank1/Level
Set color and values like:
Value: 0; Color: Green
Value: 25; Color: Blue
Value: 50; Color: Red
5. Visibility Animations
Draw a
square
Double click it and go to
Dynamics
Add
Visibility
dynamic
In
Visible
set:
1 = Visible
0 = Not Visible
You can set an Expression to check the value an apply visibility, for example: @Tag.TankFarm/Tank1/Level > 25
In this section...