Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Runtime Execution is the production environment where your FrameworX solution operates in real-time. The Runtime engine (TServer) processes all solution logic, manages communication with field devices, executes scripts, logs data, and serves information to clients. Runtime provides high-performance execution with built-in redundancy, diagnostics, and hot-reload capabilities for 24/7 industrial operations.

Where It Fits in the Platform 

Core Architecture Components

...

  • Encrypted Communication - TLS/SSL
  • Audit Trail - Complete activity log
  • Auto-Logout - Inactivity timeout
  • IP Filtering - Connection restrictions
  • Password Policy - Complexity requirements

Best Practices

Startup Procedures

  • Verify database connectivity before starting
  • Check license validity and limits
  • Start in maintenance mode for initial testing
  • Monitor startup sequence for errors
  • Confirm all modules initialize properly

Performance Optimization

  • Size memory appropriately for tag count
  • Optimize device polling rates
  • Use event-driven updates when possible
  • Archive historical data regularly
  • Monitor and adjust thread pool settings

Maintenance Operations

  • Schedule regular backups
  • Monitor log file sizes
  • Archive old historical data
  • Update security certificates
  • Test redundancy failover periodically

Troubleshooting

...