Versions Compared

Key

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

...

SymptomLikely CauseSolution
Runtime won't startDatabase connection issueCheck connection string and SQL server
High CPU usageExcessive polling or scriptsReview device scan rates and script efficiency
Client can't connectFirewall or port issueVerify port is open and not blocked
Memory growthMemory leak or retentionCheck retentive tag settings and script objects
Slow performanceDatabase or network bottleneckAnalyze performance logs and network traffic
Failover not workingNetwork or configuration issueVerify heartbeat network and redundancy settings
Values not updatingDevice communication failureCheck device status and communication logs

Related Topics

AI Assistant Data

<details> <summary>Structured Information for AI Tools</summary>

json

{
  "module": "Runtime Execution",
  "category": "Platform Architecture",
  "purpose": "Production execution environment for real-time operations",
  "components": {
    "core": "TServer.exe",
    "modules": ["Tag Processor", "Device Manager", "Alarm Processor", "Historian", "Script Engine"],
    "profiles": ["Development", "Validation", "Production"],
    "redundancy": ["Standalone", "Hot-Standby", "Load-Balanced"]
  },
  "clientTypes": [
    {"type": "Rich Client", "platform": ".NET/Windows"},
    {"type": "Web Client", "platform": "HTML5/Browser"},
    {"type": "Mobile Client", "platform": "iOS/Android"},
    {"type": "Data Client", "platform": "API/REST/OPC UA"}
  ],
  "performance": {
    "tagCapacity": "Unlimited with proper sizing",
    "clientConnections": "Unlimited based on hardware",
    "pollingRate": "10ms minimum",
    "eventResolution": "1ms"
  },
  "diagnostics": [
    "Runtime Trace",
    "Info Monitor",
    "Property Watch",
    "Performance Logs"
  ],
  "security": {
    "authentication": ["Windows", "Forms", "Certificate", "SSO"],
    "encryption": "TLS/SSL",
    "audit": "Complete activity logging"
  }
}

</details>