Get started with FrameworX 10.1 in minutes, not hours. This Quick Start guide provides hands-on tutorials and learning paths tailored to your role. Whether you're building your first solution or exploring FrameworX capabilities, you'll find the fastest path to productivity here.
In just 5 minutes, create a working solution with:
Before starting, ensure you have:
MyFirstSolution
? Checkpoint: Solution created and appears in the solution list
Temperature
Float
75.5
Room Temperature
SetPoint
Float
72.0
SystemEnabled
Boolean
True
? Checkpoint: Three tags visible in the tag grid
Temperature
tagSetPoint
tag to displaySystemEnabled
tag to display? Checkpoint: Display shows title, temperature value, setpoint slider, and enable checkbox
@Tag.SetPoint + (Random(-5, 5))
? Success! You've created your first FrameworX solution!
Panel | Purpose | Key Actions |
---|---|---|
Solution List | Shows all solutions | Select, search, organize |
Solution Actions | Operations toolbar | New, Open, Edit, Run, Stop |
Properties Panel | Solution details | View version, size, status |
License Status | Current license info | Check expiration, features |
???????????????????????????????????????????????????????????
? Menu Bar [File][Edit][View][Tools][Help] ?
???????????????????????????????????????????????????????????
? ? ? ?
? Navigation ? Design Canvas ? Properties ?
? Tree ? ? Panel ?
? ? (Context-Sensitive) ? ?
? ? Solution ? ? Tag: Temp ?
? ? UNS ? ? Type: Float ?
? • Tags ? ? Value: 75.5 ?
? ? Devices ? ? ?
? ? Displays ? ? ?
???????????????????????????????????????????????????????????
? Output Window [Build][Errors][Search Results] ?
???????????????????????????????????????????????????????????
Feature | Location | Purpose |
---|---|---|
Tag Editor | UNS → Tags | Create and configure tags |
Display Designer | Displays → Pages | Build HMI screens |
Device Configuration | Devices → Channels | Setup communications |
Script Editor | Scripts → Tasks | Write custom logic |
Test Mode | Toolbar → Run Test | Test without leaving Designer |
Component | Function | Access |
---|---|---|
TServer | Core execution engine | Runs as service |
Tag Database | Real-time data storage | In-memory |
Module Engines | Execute specific functions | Auto-started |
Client Server | Serves displays to clients | TCP port 9000 |
Based on your role and experience, choose the path that best fits your needs:
Traditional automation professionals working with PLCs, HMIs, and SCADA systems.
IT/OT convergence, enterprise integration, databases, and cybersecurity.
Complete solution delivery from design through deployment and support.
Start System Integrator Path →
Action | Shortcut | Context |
---|---|---|
Save | Ctrl+S | Designer |
Test Mode | F5 | Designer |
Build Solution | F7 | Designer |
Find | Ctrl+F | All |
Help | F1 | All |
Task | Where | How |
---|---|---|
Add Tag | Designer → UNS → Tags | Insert key or click + |
Create Display | Designer → Displays | Right-click → New |
Add Device | Designer → Devices | New Channel → New Node |
Write Script | Designer → Scripts | New Task |
View Logs | Solution Center → Tools | Log Viewer |
Type | Default Path |
---|---|
Solutions | C:\ProgramData\FrameworX\Solutions\ |
Logs | C:\ProgramData\FrameworX\Logs\ |
Licenses | C:\ProgramData\FrameworX\Licenses\ |
Backups | C:\ProgramData\FrameworX\Backups\ |
Problem | Solution |
---|---|
Can't create solution | Run Solution Center as Administrator |
Designer won't open | Check for development license |
Runtime won't start | Verify no port conflicts on 9000 |
Display blank | Check if Runtime is actually running |
Tags not updating | Verify Runtime started successfully |
<details> <summary>Structured Information for AI Tools</summary>
json
{
"page": "Quick Start",
"type": "Tutorial and Learning Paths",
"purpose": "Rapid onboarding for new FrameworX users",
"sections": {
"fiveMinuteTutorial": {
"steps": 4,
"duration": "5 minutes",
"outcome": "Working solution with tags and display"
},
"overviews": [
"Solution Center",
"Designer Basics",
"Runtime Fundamentals"
],
"learningPaths": [
{
"role": "Control Engineers",
"focus": "PLC, HMI, SCADA",
"duration": "2 weeks"
},
{
"role": "IT Professionals",
"focus": "Integration, Security, Web",
"duration": "2 weeks"
},
{
"role": "System Integrators",
"focus": "Architecture, Deployment, Delivery",
"duration": "2 weeks"
}
]
},
"prerequisites": [
"FrameworX installed",
"Valid license",
"Administrator access"
],
"outcomes": [
"Create first solution",
"Understand basic concepts",
"Choose learning path",
"Know where to get help"
]
}
</details>
Claude can make mistakes. Please double-check responses.