Configure solutions using the Designer workspace and productivity features.

How-to  Designer | Tutorial | How-to Guide | Reference


Overview

This guide walks you through using the Designer interface to configure your solution, navigate between modules, and use productivity features for efficient development.

Prerequisites


Opening Designer

From Solution Center

  1. Select your solution in Solution Center
  2. Click Edit for full access or View for read-only
  3. Designer loads with solution opened

Initial Layout

  • Solution Explorer on left
  • Welcome tab in center
  • Properties panel on right
  • Output window at bottom

Workspace Layout

AreaPurposeKey Features
Navigation TreeModule accessOrganized by Four Pillars
Design CanvasContext-sensitive editingIntelliSense, validation
Properties PanelObject configurationDynamic property grid
Output WindowSystem feedbackErrors, build results, search

Quick Access Toolbar

  • Home - Welcome page
  • UNS - Jump to tags
  • Draw - Display designer
  • Runtime - Runtime settings

Navigating Modules

Module Organization by Pillars

PillarModulesPurpose
P1: FoundationUNS, Tags, TemplatesDefine data model
P2: ProcessDevices, Alarms, HistorianIndustrial integration
P3: ApplicationScripts, Datasets, ReportsBusiness logic
P4: UIDisplays, Layouts, SecurityUser interface

Opening Editors

MethodActionResult
Double-clickClick item in treeOpens in main canvas
Right-clickContext menuEdit, delete, copy options
Drag-dropBetween panelsMove or reference items

Working with Editors

Common Operations

OperationShortcutFunction
SaveCtrl+SSave current changes
Undo/RedoCtrl+Z/YReverse actions
FindCtrl+FSearch in editor
BuildF6Validate configuration
TestF5Run test mode

Table Editor Operations

Adding rows:

  • Click empty row at bottom
  • Right-click → Insert Row
  • Press Insert key

Editing cells:

  • Click to select
  • Type to replace
  • Tab to next cell

Multiple selection:

  • Click and drag for range
  • Ctrl+click for specific cells
  • Shift+click for continuous range

Productivity Features

IntelliSense

  1. Start typing tag or object name
  2. Dropdown appears with matches
  3. Arrow keys to select
  4. Tab or Enter to accept

Cross-References

  1. Right-click any object
  2. Select Find References
  3. Results appear in Output window
  4. Double-click result to navigate

Validation Indicators

  • Red border - Invalid entry
  • Yellow warning - Potential issue
  • Tooltip - Hover for error details

Refactoring

  1. Right-click object to rename
  2. Select Rename or change directly on the Grid cell
  3. Enter new name
  4. All references update automatically

Working with Execution Profiles 

DevelopmentValidationProduction      
  • Create
  • Configure
  • Debug
  • Test
  • Configure
  • Validate
  • Deploy
  • Monitor
  • Maintain

Development Phase

(tick) Use meaningful naming conventions

(tick) Comment complex logic

(tick) Test edge cases

(tick) Document assumptions

(tick) Regular commits

Validation Phase

(tick) Test with production data volumes

(tick) Verify all integrations

(tick) Check error handling

(tick) Validate performance

(tick) Document test results

Production Phase

(tick) Monitor continuously

(tick) Maintain change log

(tick) Regular backups

(tick) Plan maintenance windows

(tick) Keep documentation current

General Guidelines

(tick) Never edit production directly

(tick) Always have rollback plan

(tick) Test changes thoroughly

(tick) Document everything

(tick) Maintain version history


Explanation - to understand concepts

Platform Overview / Solution Lifecycle / Designer

Tutorials - to learn by doing

Tutorials /  Solution Lifecycle / Designer Tutorial

How-to Guides - to accomplish specific tasks

How-to Guides / Solution Lifecycle / Designer How-to Guide

Reference - technical details

Technical Reference /  Solution Lifecycle /  Designer Reference

     → Designer Workspace Reference

     → Solution Settings and Tools Reference

     → Data Explorer Reference


In this section...