1. Vector Drawing Basics
- Open Displays → Draw
- Use drawing tools:
Basic Shapes:
- Rectangle
- Ellipse
- Polygon
- Polyline
- GridLine
- Spline
In the top horizontal toolbar → 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