0
0
SCADA systemsdevops~10 mins

Edge computing in SCADA in SCADA systems - Step-by-Step Execution

Choose your learning style9 modes available
Process Flow - Edge computing in SCADA
Data generated by sensors
Edge device collects data
Edge device processes data locally
Immediate action
Local control
Feedback loop
Data flows from sensors to edge devices where it is processed locally for quick actions, then summarized data is sent to the central SCADA system for monitoring.
Execution Sample
SCADA systems
Sensor -> Edge Device -> Local Processing -> Action or Send to SCADA
Shows the path of data from sensor through edge device processing to local action or central SCADA.
Process Table
StepActionData StateResult
1Sensor generates raw dataRaw sensor dataData ready for edge device
2Edge device receives dataRaw sensor dataData stored locally
3Edge device processes dataRaw sensor dataProcessed data (e.g., anomaly detected)
4Edge device triggers immediate actionProcessed dataLocal control activated
5Edge device sends summary to SCADAProcessed data summaryCentral SCADA updated
6SCADA system analyzes summarySummary dataOperator alerted if needed
7Feedback sent to edge deviceControl commandsEdge device adjusts operations
8End of cycleN/AWaiting for next sensor data
💡 Cycle ends waiting for new sensor data to start again
Status Tracker
VariableStartAfter Step 2After Step 3After Step 5Final
Raw sensor dataNoneReceivedProcessedSummarizedWaiting
Processed dataNoneNoneAvailableSent to SCADAUsed for control
Local control stateInactiveInactiveInactiveActivatedActive
SCADA summaryNoneNoneNoneReceivedAnalyzed
Key Moments - 3 Insights
Why does the edge device process data before sending it to SCADA?
Processing at the edge reduces data sent over the network and allows faster local responses, as shown in steps 3 and 4 of the execution table.
What happens if the edge device detects an anomaly?
It triggers immediate local control actions (step 4) before sending a summary to SCADA (step 5), ensuring quick response.
Why does SCADA only receive summarized data, not raw data?
To reduce network load and focus on important information, SCADA receives processed summaries (step 5), not all raw data.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution table, at which step does the edge device activate local control?
AStep 2
BStep 5
CStep 4
DStep 6
💡 Hint
Check the 'Result' column for local control activation in the execution table.
According to the variable tracker, what is the state of 'Processed data' after step 3?
ANone
BAvailable
CSent to SCADA
DWaiting
💡 Hint
Look at the 'Processed data' row under 'After Step 3' in the variable tracker.
If the edge device did not process data locally, how would the execution table change?
AStep 3 would be skipped, and raw data sent directly to SCADA
BStep 4 would trigger more local actions
CSCADA would not receive any data
DSensor would generate no data
💡 Hint
Consider the role of step 3 in processing before sending data to SCADA.
Concept Snapshot
Edge computing in SCADA:
- Sensors generate data
- Edge devices process data locally
- Immediate local actions reduce delays
- Summarized data sent to central SCADA
- SCADA monitors and sends feedback
- Improves speed and reduces network load
Full Transcript
Edge computing in SCADA means data from sensors is first handled by nearby edge devices. These devices process data locally to detect issues quickly and act immediately if needed. Then, they send only summarized information to the central SCADA system for monitoring. This approach speeds up responses and reduces the amount of data sent over the network. The SCADA system can then analyze summaries and send commands back to edge devices to adjust operations. This cycle repeats continuously as new sensor data arrives.