Designer
(Concept)is the unified configuration workspace where you build and test complete FrameworX 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. Table of Contents maxLevel 2 minLevel 2 indent 10px exclude Steps style none
Designer → Tutorial | Concept | How-to Guide | Reference
Term | Description | Details |
---|---|---|
Unified Workspace | Single environment for all configuration | No need to switch between tools |
Object Model | .NET-based classes with inherited properties | Access methods without custom code |
IntelliSense | Context-aware auto-completion everywhere | Faster, error-free configuration |
Test Mode | In-Designer runtime execution | Validate without deployment |
Modular Architecture | Isolated module changes | Changes won't break other modules |
Multi-User Support | Concurrent engineering capability | Team collaboration on same solution |
:
Table of Contents maxLevel 2 minLevel 2 indent 10px exclude Overview style none
File Edit Insert View Action Tools Settings Windows Help | |
(shortcuts) | (Last open documents) |
(Search) | (Main toolbar) |
(Pillar Filter) | Solution / Settings (Selected Page) |
Workspace Selected Page UI | |
Tatsoft FrameworX 10.1 | [Output] [Find Results] <profile> offline config |
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. |
Following the Four Pillars methodology, Designer guides you through a structured configuration process:
No Format |
---|
??????????????? ???????????????? ???????????????? ????????????????
? P1: UNS ?????? P2: Process ?????? P3: App ?????? P4: UI ?
? ? ? ? ? ? ? ?
? • Tags ? ? • Devices ? ? • Scripts ? ? • Displays ?
? • Templates ? ? • Alarms ? ? • Datasets ? ? • Symbols ?
? • Assets ? ? • Historian ? ? • Reports ? ? • Layouts ?
??????????????? ???????????????? ???????????????? ????????????????
? ?
????????????????????? Iterative Refinement ????????????????????? |
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!
Page Tree | ||||
---|---|---|---|---|
|