Overview
When the solution is running, andThe System Monitor displays runtime status and system information when the Designer is connected
with the runtime, the Runtime System Monitor page show basic status of its the server or device running the solution. It can be in your local computer or a remote system, according to the system you were connected with.On this page:
Table of Contents style none
to a running solution, whether local or remote.
Access: Runtime → System Monitor
Parent Page: Runtime Designer UI (Reference)
Monitor Access Methods
Designer Access
Navigate to Runtime → System Monitor when connected to runtime.
Browser Access
No installation required:
http://ServerIP:Port/html5/?Monitor=Runtime
Example:
System Monitor Information
You can access the runtime system monitor by navigating to Runtime → SystemMonitor.
Using a Browser, with no installation required, you can verify the System Information of remote server. With the following URL.
- Local:
Locahost: shall be replaced by the IP or Computer Network Name of the computer you want to access. The port 3101 shall reflect the Port the Runtime is using, typically it is 3101 for production profile, and 3201 for Development profile. The rest of the URL remains the same.
Port defaults: 3101 (Production), 3201 (Development)
System Information Properties
Profile and Licensing
Property | Description | Example |
---|---|---|
Info.ProfileName | Current execution profile | Production |
Info.EvaluationMode | Running in evaluation | True/False |
Info.EvaluationTimeRemaining | Time left in evaluation | 02:45:30 |
Info.License.SerialNumber | License serial | ABC-123-456 |
Info.License.LicensedProduct | Product/Family/Model | FrameworX-5000 |
Product Information
Property | Description |
---|
SystemMonitor Table Columns
The information in this table is constructed from the runtime properties of the objects Server and Info.
Warning | ||
---|---|---|
| ||
When putting in Product, make sure that:
|
System Monitor Properties
Property
Description
Info.ProfileName
Name of current execution profile
Info.EvaluationMode
Flag To Indicate the Solution is running in evaluation mode
Info.EvaluationTimeRemaining
Info.Product.Company | Product |
company name | |
Info.Product.Name | Product |
name | |
Info.Product.Version | Product |
version in use |
Solution Details
Property | Description |
---|---|
Info.Solution.CurrentBuild |
Build number |
Info.Solution.DateModified |
Last modification | |
Info.Solution.ProductVersion | Product used |
for editing |
Info.Solution.RequiredLicense |
Production license needed | |
Info.Solution.TargetFramework | Platform |
requirement |
Info.Solution.VersionID |
VersionID incremented on configuration changes
Info.License.SerialNumber
Gets the license serial number
Info.License.LicensedProduct
Product Version, Family and Model of current license
Server.ComputerName
Gets the server's computer name
Server.DateString
Server Data and Time in string format
Server.IsRunningAsService
Flag to indicate if runtime is running as service
Server.IsRunningOnDocker
Flag to indicate if runtime is running on docker
Server.NumberOfTagsLoaded
Number of tags loaded in memory
Server.OSVersion
Operating System on the computer running the solution
Server.TStartupStartedTime
Timestamp when the solution started running
Server.SystemMonitor.Uptime
Configuration version |
Server Information
Property | Description |
---|---|
Server.ComputerName | Server hostname |
Server.DateString | Current server time |
Server.OSVersion | Operating system |
Server.TStartupStartedTime | Solution start time |
Server.SystemMonitor.Uptime | Running duration |
Runtime Status
Property | Description |
---|---|
Server.IsRunningAsService | Windows service mode |
Server.IsRunningOnDocker | Docker container mode |
Server.NumberOfTagsLoaded | Tags in memory |
License Verification
Critical checks for production:
Check | Requirement | Where to Verify |
---|---|---|
Evaluation Mode | Must be False | Info.EvaluationMode |
License Match | Solution ≤ License | RequiredLicense vs LicensedProduct |
Profile | Must be Production | Info.ProfileName |
License Warning Signs
- EvaluationMode = True
- EvaluationTimeRemaining shown
- License mismatch warnings
- Wrong execution profile
Using Monitor Data
Health Checks
Monitor these indicators:
- Uptime for stability
- Tag count for memory usage
- License status for compliance
- Profile for environment
Troubleshooting
Symptom | Check | Action |
---|---|---|
Solution stops | EvaluationTimeRemaining | Apply license |
Wrong data | ProfileName | Switch profile |
Performance issues | NumberOfTagsLoaded | Optimize tags |
Connection problems | ComputerName | Verify server |
Remote Monitoring
Setup Requirements
- Solution running on server
- Port accessible through firewall
- Network connectivity
- Browser on monitoring station
URL Construction
http://[ServerAddress]:[Port]/html5/?Monitor=Runtime
Components:
- ServerAddress: IP or hostname
- Port: Runtime port (profile-specific)
- Path: Always
/html5/?Monitor=Runtime
Integration Points
The System Monitor data comes from runtime objects:
- Server object properties
- Info object properties
- Real-time values
- Automatic updates
Best Practices
Regular Monitoring
- Check uptime daily
- Verify license status
- Monitor tag count growth
- Track version changes
Production Deployment
- Confirm Production profile
- Verify license compliance
- Document system specs
- Monitor initial hours
Remote Access
- Secure monitor URLs
- Limit access permissions
- Use HTTPS when possible
- Monitor access logs
See Also
- Runtime Designer UI (Reference) - Parent section
- Runtime Startup (Reference) - Runtime control
- Licensing and Activation (Reference) - License management
- Security Runtime Users (Reference) - User monitoring
In this section:
Page Tree | ||||
---|---|---|---|---|
|