You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The Runtime Diagnostics page provides comprehensive diagnostic tools including Property Watch, Trace Window, and Module Information for monitoring and troubleshooting running solutions.

Access: Runtime → Diagnostics

Parent Page: Runtime Designer UI (Reference)


Runtime Diagnostics (Reference)



Property Watch

Tool designed to access and modify system tags and internal properties with IntelliSense support.

FeatureFunction
Read ValuesMonitor tag values in real-time
Write ValuesModify tags during runtime
IntelliSenseAuto-complete for object names
Object BrowserNavigate available objects

Trace Window

Displays runtime messages and debug information:

  • System messages
  • Script trace outputs (Info.Trace())
  • Module status updates
  • Error messages

Module Information

Shows status and operation of different modules:

  • Module running state
  • Resource usage
  • Error counts
  • Performance metrics

[Additional content would be added based on actual documentation]


  • No labels