This guide walks you through using the Designer interface to configure your solution, navigate between modules, and use productivity features for efficient development.
Understanding of the Designer concepts
Basic familiarity with IDE environments
Area | Purpose | Key Features |
---|---|---|
Navigation Tree | Module access | Organized by Four Pillars |
Design Canvas | Context-sensitive editing | IntelliSense, validation |
Properties Panel | Object configuration | Dynamic property grid |
Output Window | System feedback | Errors, build results, search |
Pillar | Modules | Purpose |
---|---|---|
P1: Foundation | UNS, Tags, Templates | Define data model |
P2: Process | Devices, Alarms, Historian | Industrial integration |
P3: Application | Scripts, Datasets, Reports | Business logic |
P4: UI | Displays, Layouts, Security | User interface |
Method | Action | Result |
---|---|---|
Double-click | Click item in tree | Opens in main canvas |
Right-click | Context menu | Edit, delete, copy options |
Drag-drop | Between panels | Move or reference items |
Operation | Shortcut | Function |
---|---|---|
Save | Ctrl+S | Save current changes |
Undo/Redo | Ctrl+Z/Y | Reverse actions |
Find | Ctrl+F | Search in editor |
Build | F6 | Validate configuration |
Test | F5 | Run test mode |
Adding rows:
Editing cells:
Multiple selection:
Development | Validation | Production |
---|---|---|
|
|
|
Use meaningful naming conventions
Comment complex logic
Test edge cases
Document assumptions
Regular commits
Test with production data volumes
Verify all integrations
Check error handling
Validate performance
Document test results
Monitor continuously
Maintain change log
Regular backups
Plan maintenance windows
Keep documentation current
Never edit production directly
Always have rollback plan
Test changes thoroughly
Document everything
Maintain version history
→ Platform Overview / Solution Lifecycle / Designer → Tutorials / Solution Lifecycle / Designer Tutorial → How-to Guides / Solution Lifecycle / Designer How-to Guide → Technical Reference / Solution Lifecycle / Designer Reference → Designer Workspace ReferenceDesigner Links
Explanation - to understand concepts
Tutorials - to learn by doing
How-to Guides - to accomplish specific tasks
Reference - technical details