Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Explore the full Designer workspace and tools., tools, and documentation resources

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

The integrated development environment (IDE) for configuring industrial automation solutions, providing a unified workspace for all configuration tasks.

Related Topics:

Table of Contents
maxLevel2
minLevel2
indent10px
excludeSteps
stylenone



How to Start the Designer

Use these entry points to open the Designer in editing, read-only, or remote modes.

Access Methods

MethodEntry PointResult
Solution CenterEdit buttonFull editing mode
Solution CenterView buttonRead-only mode
Direct LaunchDesigner.exeOpens last solution
Web BrowserClickOnceRemote editing


Excerpt Include
Designer
Designer
nopaneltrue

Architecture

Core Components

ComponentPurposeLocation
Solution ExplorerModule navigationLeft panel
Design CanvasActive configurationCenter area
Properties PanelObject settingsRight panel
Output WindowsSystem messagesBottom panel

Module Organization

CategoryModulesPurpose
FoundationSolution, RuntimeCore settings
Data ModelUnified NamespaceTags and assets
ProcessDevices, Alarms, HistorianReal-time processing
ApplicationDatasets, Reports, ScriptsData handling
InterfaceDisplays, SecurityUser interaction
ToolsData Explorer, Track ChangesUtilities

Key Features

IntelliSense

Automatic completion and validation for:

  • Tag names
  • Object references
  • Script code
  • Expression syntax

Refactoring

Automatic reference updates when renaming:

  • Tags
  • Display names
  • Script classes
  • Any named object

Multi-User Support

FeatureDescriptionLicense Required
Concurrent EditMultiple users, same solutionEngineering users > 1
Auto-mergeAutomatic conflict resolutionIncluded
Change TrackingWho changed whatIncluded

Auto-Save Options

ModeFrequencyUse Case
On CloseDocument closeDefault
Every 5 minAutomaticActive development
Every 10 minAutomaticStandard editing
Every 15 minAutomaticReview mode
ManualUser triggeredCritical changes

Quick Navigation

IconTargetDescription
HomeWelcome pageSolution home page
TagsUnified NamespaceAsset tree management
DrawDisplay editorGraphical design
RuntimeExecution controlProcess monitoring

Main Toolbar

ActionFunctionShortcut
Undo/RedoRevert/restore changesCtrl+Z/Y
Cut/Copy/PasteStandard editingCtrl+X/C/V
DeleteRemove selectedDelete
Find ElementsCross-reference searchCtrl+F
New TagCreate tagCtrl+T
Export DocumentSave to Git folder-

Solution Configuration

Configuration Storage

ContentStorage MethodEncryption
TagsEmbedded SQLAES-256
DisplaysEmbedded SQLAES-256
ScriptsEmbedded SQLAES-256
ImagesBinary storageAES-256

Export Formats

FormatExtensionPurpose
CSV.csvSpreadsheet editing
JSON.jsonVersion control
XML.xmlExternal tools

Temporary Folders

Solution-specific temporary data stored in SolutionName-Designer folder:

FolderUsage
GitConfiguration exports when auto-export enabled
NetCompilerIntermediate compiler files and debug info
SettingsUser preferences and grid states
TagsUsageDebug mode tag usage reports
TraceLogsSolution-specific logs when enabled

Basic Workflows

Data Definitions

  1. Define tags in Unified Namespace
  2. Create data templates
  3. Build asset tree
  4. Connect tag providers

Process Configuration

  1. Setup device connections
  2. Configure alarms
  3. Enable historian
  4. Map communication points

Application Development

  1. Create datasets
  2. Build reports
  3. Write scripts
  4. Design displays

Deployment

  1. Configure security
  2. Test in development mode
  3. Validate functionality
  4. Deploy to production

Typical Procedures

ActionLocationDescription
Create TagsUnified Namespace → TagsDefine or paste from spreadsheet
Import TagsSolution → Import TagsImport from external sources
Connect ProvidersUnified Namespace → TagProvidersDynamic data sources
Create TemplatesUnified Namespace → Data TemplatesAsset modeling
Design DisplaysDisplays → DrawCreate HMI screens
Configure DevicesDevicesSetup communications
Define AlarmsAlarmsConfigure alarm conditions
Setup HistorianHistorianTime-series data
Configure SecuritySecurityUser access control

Performance

Resource Usage

ComponentTypical RAMCPU Impact
Base IDE200-500 MBLow
Large solution500-2000 MBMedium
Draw environment+200 MBMedium
Code editor+100 MBLow

Optimization Tips

  • Close unused document tabs
  • Use filtering in Solution Explorer
  • Disable auto-save for large solutions
  • Regular solution compacting

Troubleshooting

Common Issues

ProblemCauseSolution
Slow loadingLarge solutionCompact database
Can't editRead-only modeCheck permissions
Changes lostNo auto-saveEnable auto-save
IntelliSense missingCache issueRestart Designer

Log Files

Log TypeLocationContent
DesignerLogs\Designer\IDE errors
ConfigurationLogs\Config\Save errors
User ActionsLogs\Audit\Change log

Child Pages

Workspace Components:

Configuration Areas:

See Also

In this section...

Shortcut

Description

Image Removed

Home

Redirects users to the Solution Designer home page. 

Image Removed

Tags

Takes the user to the Asset Tree within the Unified Namespace. It is where your assets can be viewed and managed.

Image Removed

Draw

Navigates users to the Draw section on Displays. It is where users can create, edit, or visualize graphical representations or designs.

Image Removed

Runtime

Directs the user to the Startup section of the Runtime. It is where users can initiate, run, or monitor processes or applications.

Image Removed

Navigation back

Allows users to go back to the previous page or section they were on.

Image Removed

Navigation

forward 

Lets users navigate forward if they've previously used the back button.

Image Removed

Navigation history

Presents users with a list of their recent navigation actions, allowing them to quickly jump to a specific page or section they visited earlier.

Top Main Toolbar

At the top of the page, you have buttons that allow users to undo or redo actions, manipulate rows or objects with cut, copy, paste, and delete functions, and interact with Git for document synchronization. There are also functionalities for searching and navigating references, handling database tags, editing tag properties, and directly accessing documentation or providing feedback.

Image Removed

The table provides a concise reference for the commands and their associated functionalities.

Action

Description

Image Removed

Undo

Undoes an operation/change. This button is available until you save changes.

Image Removed

Redo

Redoes a previously undone operation/change. This button is available until you save changes.

Image Removed

Cut

Cuts a selected row (DataGrid) or objects (Drawing). This command will delete any select row or object in order to paste it somewhere else.

Image Removed

Copy

Copies a selected row (DataGrid) or objects (Drawing).

Image Removed

Paste

Pastes a row (DataGrid) or objects (Drawing) that was copied or cut previously.

Image Removed

Delete

Deletes selected row (DataGrid) or objects (Drawing).

Image Removed

Print

Prints current table (DataGrid) or display (Drawing).

Image Removed

Export Document

It saves the selected object to the Git folder located at the following path:

Path: C:\Users\User\Documents\Framework\Solutions\Solution\SolutionData\Git\<Module>\<Configuration interface>\

Image Removed

Find Elements

The Find Elements button on the toolbar accesses the object cross-reference, which lets you find where objects are used in the Project and go directly to each location.

Image Removed

Next Reference

Navigates to the subsequent reference or item in a given list or sequence.

Image Removed

Previous Reference

Navigates to the preceding reference or item in a given list or sequence.

Image Removed

New Tag

Allows the creation of a new tag in the real-time database.

Image Removed

Tag Properties

Shows the properties of the tag selected in the text box.

Image Removed

Object Selection

Enables the user to choose a specific item from a set of objects or elements within the interface.

Image Removed

Open a New Window to the Selected Document

Opens the document or file currently selected in a new window, allowing for parallel viewing or editing alongside the current content.

Image Removed

Feedback

Give your opinion in the feedback tab of the Tatsoft website.

Image Removed

Documentation

Access the documentation on the website.

In this section...

Page Tree
root@parent

 

Page Tree
root@parent
spaces93DRAF

Quick Navigation Icons

The Quick Navigation bar includes the following shortcuts: