Viewing Logs
What is the Logs System?
The Logs system in AI SCADA automatically records user actions, system events, and equipment operations. It provides an audit trail for troubleshooting, compliance, and security purposes.
The system uses a pre-built runtime component that requires minimal configuration—simply add it to a view and start reviewing logs.
When to Use Logs?
The Logs system is essential for:
- Troubleshooting: Identify when and why issues occurred
- Audit Compliance: Meet regulatory requirements for activity tracking
- Security Monitoring: Track user access and actions
- Change Tracking: Review who made changes and when
- Performance Analysis: Identify patterns in system usage
- Incident Investigation: Reconstruct events leading to problems
Log Types
The system provides three types of logs:
1. Login Logs
Records user authentication events.
Captured Information:
- Username
- Login timestamp
- Logout timestamp
- Session duration
- Login result (success/failure)
- IP address (if applicable)
Use Cases:
- Monitor user access patterns
- Detect unauthorized access attempts
- Verify user presence during incidents
- Audit compliance reporting
2. Equipment Logs
Records tag write operations to equipment.
Captured Information:
- Tag name
- Previous value
- New value
- Timestamp
- User who made the change
- Source (manual input, script, recipe, etc.)
Use Cases:
- Track parameter changes
- Identify who modified setpoints
- Troubleshoot unexpected equipment behavior
- Verify recipe application