...
When the solution is in execution, variables like Tags, Templates, and Assets are loaded into the memory. These variables act as a central point of reference, allowing other functional modules to request or publish values as they perform their functions. The computer process and executable responsible for maintaining the real-time database is TServer.exe. This application can run as a Windows Service or be deployed to Linux and other supported operating systems.
Runtime Fundamentals
Startup Procedure
→ For details on the startup procedure review the Runtime Startup Settings page.
→ For details on setting up the execution review the Solution Deployment (Reference) page.
untime Execution Overview
...
Solution Execution States
State | Description | Visual Indicator |
---|---|---|
Stopped | Solution not running | Gray icon |
Running | Active in Runtime | Green icon |
Designing | Open in Designer | Blue icon |
Error | Execution failure | Red icon |
Starting | Initialization phase | Yellow icon |
...