Defines how FrameworX solutions progress from initial creation through production.
Modules → Solution Lifecycle | Tutorial | How-to Guide | Reference
The Solution Lifecycle describes how solutions move from development through production using three integrated workspaces:
→ Solution Center - Creates and manages solutions configuration files.
→ Designer - Configures solutions using the Four Pillars Methodology.
→ Runtime - Executes the solution configuration in real-time.
...
...
...
The Solution Lifecycle deployment. It encompasses three essential workspaces that work together to create, configure, and execute industrial automation solutions.
Solution Center
| Runtime
|
Designer
|
...
...
...
Configuration follows the Four Pillars Methodology:
Pillar | Purpose | Modules |
---|---|---|
Data Foundation | Define data model | Unified Namespace, Assets, Tags, UDTs |
Industrial Operations | Connect to field | Devices, Alarms, Historian |
Business Operations | Process data | Datasets, Reports, Scripts |
User Interaction | Present information | Security, Displays, Clients |
→ See Four Pillars Methodology for detailed explanation on Methodology and Modules.
→ See Designer Workspace for explanation of the configuration user interface.
...
→ See Runtime for execution details
...
The typical automation project follows those stages:
Panel |
---|
Create → Develop → Validate → Deploy → Operate → Maintain |
...
Aspect | Development | Validation | Production |
---|---|---|---|
Databases | Local SQLite | Test SQL Server | Enterprise SQL |
Security | Minimal | Test credentials | Full authentication |
Diagnostics | Full logging | Performance metrics | Minimal overhead |
Data Sources | Simulators | Test devices | Live equipment |
Changes | Online edits | Restricted | Protected |
...
...
When working in Designer, follow this proven sequence:
Define Data Model (Pillar 1)
Connect Field Devices (Pillar 2)
Add Business Connections and Logic (Pillar 3)
Add Security and Build Operator UI (Pillar 4)
...
Excerpt |
---|
Solution Lifecycle LinksExplanation - to understand concepts→ Modules / Solution Lifecycle Tutorials - to learn by doing→ Tutorials / Solution Lifecycle Tutorials How-to Guides - to accomplish specific tasks→ How-to Guides / Solution Lifecycle How-to Guide Reference - technical details→ Technical Reference / Solution Lifecycle / Reference |
...
...
...