Designer is the unified configuration workspace where you build
solutions. All modules are configured here - tags, devices, alarms, scripts, displays, and more. It includes Test Mode for debugging without deployment and supports multiple users working on the same solution simultaneously.→ Concept | How-to Guide | Reference
On this page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
and test complete FrameworX solutions. It includes:
Table of Contents maxLevel 2 minLevel 2 indent 10px exclude Overview style none
Configuration | Development Tools | Testing & Validation |
---|---|---|
Define tags and data models | IntelliSense everywhere | Execution Profiles |
Configure field devices | Real-time validation | Online configuration |
Setup alarms and historian | Cross-reference tracking | Simulation tools |
Create scripts and logic | Refactoring support | Error checking |
Design displays and UI | Import/export capabilities | Performance monitoring |
Manage security settings | Version control | Build validation |
File Edit Insert View Action Tools Settings Windows Help | ||||||
(shortcuts) | (Last open documents) | |||||
(Search) | (Main toolbar) | |||||
Solution (Pillar Filter) | Solution / Settings | |||||
( | ||||||
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Selected Page) | ||||||
Workspace Selected | ||||||
Page UI | ||||||
Tatsoft FrameworX 10.1 | [Output] [Find Results] <profile> offline config |
Pillar 1: UNS Foundation - Define Your Data
Unified Namespace (Local UNS) - Tags & UDTs
Devices, Field Connections: 100+ connectors
DataExplorer Tools
Alarms, Events, and Audit-trail
Extended UNS using TagProvider Services
Historian, time-series data
SQL Database Connections and Queries
Symbol Library extensions
Scripts and business logic (C#, VB.NET, Python 3)
Displays (Canvas & Dashboard) & UI Security
Reports, data pub (PDF, CSV, HTML, XML & JSON)
Layouts, Client deployment settings
Page Tree | ||||
---|---|---|---|---|
|
Define tags and data models
Configure field devices
Setup alarms and historian
Create scripts and logic
Design displays and UI
Manage security settings
IntelliSense everywhere
Real-time validation
Cross-reference tracking
Refactoring support
Import/export capabilities
Version control
Execution Profiles
Online configuration
Simulation tools
Error checking
Performance monitoring
Build validation
No Format |
---|
???????????????????????????????????????????????????????????????
? Menu Bar [File][Edit][View][Tools][Help] ?
???????????????????????????????????????????????????????????????
? ? ? ?
? Navigation ? Design Canvas ? Properties ?
? Tree ? ? Panel ?
? ? (Context-Sensitive) ? ?
? ? Solution ? ? Tag: Temperature ?
? ? UNS ? ? Type: Float ?
? • Tags ? ? Min: 0 ?
? ? Devices ? ? Max: 100 ?
? ? Displays ? ? Units: °C ?
???????????????????????????????????????????????????????????????
? Output Window [Build][Errors][Cross-Reference] ?
??????????????????????????????????????????????????????????????? |
Following the Four Pillars methodology, Designer guides you through a structured configuration process:
Pillar 1: UNS Foundation - Define Your Data
Unified Namespace (Local UNS) - Tags & UDTs
Devices, Field Connections: 100+ connectors
DataExplorer Tools
Alarms, Events, and Audit-trail
Extended UNS using TagProvider Services
Historian, time-series data
SQL Database Connections and Queries
Symbol Library extensions
Scripts and business logic (C#, VB.NET, Python 3)
Displays (Canvas & Dashboard) & UI Security
Reports, data pub (PDF, CSV, HTML, XML & JSON)
Layouts, Client deployment settings
All configured objects inherit from .NET classes, providing native functionality without custom coding:
title | Examples of Built-in Intelligence |
---|
Code Block | ||
---|---|---|
| ||
Tag.DateTimeExample.Value.DayOfWeek // Returns Monday, Tuesday, etc.
Tag.DateTimeExample.Value.AddDays(7) // Date arithmetic |
Code Block | ||
---|---|---|
| ||
Script.Task.Example1.LastCPUTime // CPU usage tracking
Script.Task.Example1.LastExecutionTime // Performance metrics |
This means you get hundreds of methods and properties automatically - no coding required!
Info | ||
---|---|---|
| ||
Designer is the configuration workspace in the Solution Lifecycle:
Designer produces the configuration that Runtime executes. Test Mode lets you validate behavior before publishing to production. |
Page Tree | ||||
---|---|---|---|---|
|