Burst Polling¶
Temporarily increase polling frequency on-demand to capture transient events.
Screenshot placeholder: Burst polling configuration
What is Burst Polling?¶
Burst polling temporarily switches specific tags to high-frequency polling when triggered by a remote command.
Use Cases: - Motor startup sequences - Alarm conditions - Troubleshooting - Event capture
How It Works¶
- Tags configured with
is_burst=true - Normal operation: tags poll at regular rate
- DCMD trigger:
burst = 1(or true) - Burst tags switch to high-frequency polling
- After duration expires, return to normal
Configuration¶
Tag Setup¶
Screenshot placeholder: Burst tag configuration
- Edit tag
- Enable Is Burst
- Save tag
Burst Settings¶
Configure per device: - Burst Poll Rate: Seconds (e.g., 0.5 for 2 Hz) - Burst Duration: Seconds (e.g., 60)
Triggering Burst¶
Via DCMD¶
SCADA publishes to:
With payload:
Or with optional overrides:
{
"metrics": [
{"name": "burst", "value": true},
{"name": "burst poll rate", "value": 0.25},
{"name": "burst duration", "value": 120}
]
}
Via UI (if available)¶
- Navigate to device
- Click Trigger Burst
- Confirm
Monitoring¶
During burst: - Status indicator shows "Bursting" - Remaining duration displayed - Can manually stop burst
Best Practices¶
- Use for event capture only
- Don't burst too many tags simultaneously
- Set reasonable durations
- Monitor system load