Understanding Views
What are Views?
Views are the visual interfaces in AI SCADA where operators monitor processes, control equipment, and analyze data. They combine components like gauges, charts, buttons, and indicators to create intuitive HMI displays.
When to Use Views?
Views are essential for:
- Process Monitoring: Display real-time equipment status and sensor values
- Equipment Control: Provide buttons and inputs for operator commands
- Data Visualization: Show trends, charts, and production statistics
- Alarm Management: Alert operators to abnormal conditions
- Production Dashboards: Summarize KPIs and performance metrics
Understanding the View Editor Interface
📷 [Screenshot: View Editor showing all 7 main areas]
The View Editor consists of seven main areas:
1. Menu Bar (Top)
Quick access to project-level operations:
- Return to Project Manager: Exit the editor
- Search Variables: Find where tags are used across views
- Run: Launch the runtime to test the project
- Version Info: Check software version
- Help Center: Access documentation
2. View List (Top-Left)
Displays all views in the project:
- Create View: Click New to add a view
- Organize Views: Create folders and drag views to organize
- View Operations: Right-click for rename, duplicate, delete, set as home page
- Import/Export: Share views between projects
3. Component Tree (Bottom-Left)
Shows all components on the current view in a hierarchical list:
- Layer Order: Components at the top are rendered on top
- Select Components: Click to select (multi-select with Ctrl)
- Show/Hide: Toggle component visibility
- Lock/Unlock: Prevent accidental edits
4. Canvas Area (Center)
The main editing workspace:
- WYSIWYG: What you see is what you get - real-time preview
- Drag & Drop: Add components from the library
- Resize & Position: Click and drag to adjust
- Zoom: Ctrl + Mouse Wheel to zoom in/out
5. Component Library (Right)
Pre-built components organized by category:
Standard Components:
- Basic shapes (rectangle, circle, line)
- Text labels and inputs
- Buttons and switches
- Images and videos
- Containers (groups, tabs, panels)
Chart Components:
- Bar charts, line charts, pie charts
- Gauges and indicators
- Tables and data grids
- Trend charts (real-time and historical)
Control Components:
- Time range pickers
- Dropdown filters
- Search inputs
- Export buttons
Application Components:
- User management
- Alarm viewer
- Recipe manager
- Trend configurator
Design Assets:
- Official UI templates
- Custom image library
6. Toolbar (Above Canvas)
Quick access to editing tools:
| Tool | Shortcut | Function |
|---|---|---|
| Save | Ctrl+S | Save view changes |
| Undo | Ctrl+Z | Undo last action |
| Redo | Ctrl+Y | Redo last undone action |
| Copy | Ctrl+C | Copy selected components |
| Paste | Ctrl+V | Paste copied components |
| Delete | Delete | Remove selected components |
| Group | Ctrl+G | Group multiple components |
| Ungroup | Ctrl+Shift+G | Ungroup components |
| Align | Ctrl+Alt+L/R/T/B | Align components (left/right/top/bottom) |
| Distribute | Ctrl+Shift+H/V | Distribute evenly (horizontal/vertical) |
| Bring to Front | Ctrl+Shift+[ | Move to top layer |
| Send to Back | Ctrl+Shift+] | Move to bottom layer |
| Lock | Ctrl+L | Lock component position |
| Preview | Alt+P | Preview current view |
| Run | Ctrl+P | Run entire project |
7. Properties Panel (Right)
Configure selected components:
Style Tab:
- Position (X, Y)
- Size (Width, Height)
- Appearance (color, font, border)
- Data binding (link to tags)
- Component-specific settings
Events Tab:
- Click events
- Value change events
- Mouse hover events
- Custom scripts
View Management
Organize Views with Folders
- Click New Folder in the View List
- Enter folder name (e.g.,
Line1_Views,Dashboards) - Drag views into folders
Recommended Structure:
📁 Monitoring
└─ Line1_Monitoring
└─ Line2_Monitoring
📁 Dashboards
└─ Production_Dashboard
└─ Quality_Dashboard
📁 Control
└─ Recipe_Manager
└─ Alarm_Viewer
Set the Home Page
The home page is the first view displayed when the project runs:
- Right-click a view in the View List
- Select Set as Home Page
- A home icon appears next to the view name
Duplicate Views
Quickly create similar views:
- Right-click a view
- Select Create Copy
- Enter a new name
- Modify the copy as needed
Import/Export Views
Export a View:
- Select one or more views
- Click Export
- Choose a save location
- A
.cmsviewfile (or.zipfor multiple views) is created
Import a View:
- Click Import
- Select a
.cmsviewor.zipfile - The view(s) are added to the project
💡 Tip: Use import/export to share views between projects or create a library of reusable templates.
Next Steps
Now that you understand the View Editor interface, learn how to create views:
- Creating Monitoring Views: Build real-time process monitoring displays
- Creating Analytics Dashboards: Design data visualization and KPI dashboards
- Views Reference: Keyboard shortcuts, multi-screen configuration, and troubleshooting