0
0
SCADA systemsdevops~10 mins

What is SCADA in SCADA systems - Visual Explanation

Choose your learning style9 modes available
Process Flow - What is SCADA
Sensors collect data
Data sent to RTUs/PLCs
RTUs/PLCs process data
Data sent to SCADA Master Station
SCADA software displays data
Operator monitors and controls
Commands sent back to RTUs/PLCs
Field devices act on commands
SCADA collects data from sensors, processes it, shows it to operators, who then control devices remotely.
Execution Sample
SCADA systems
Sensor -> RTU/PLC -> SCADA Master -> Operator -> Command -> RTU/PLC -> Device
Shows the flow of data and commands in a SCADA system from sensors to operator and back.
Process Table
StepActionSourceDestinationResult
1Collect dataSensorRTU/PLCData captured from field device
2Send dataRTU/PLCSCADA Master StationData transmitted for processing
3Display dataSCADA Master StationOperatorOperator sees real-time info
4Operator decisionOperatorSCADA Master StationControl command created
5Send commandSCADA Master StationRTU/PLCCommand sent to field device
6Execute commandRTU/PLCField DeviceDevice changes state as commanded
7Loop backField DeviceSensorNew data collected reflecting change
💡 Cycle repeats continuously to monitor and control the system
Status Tracker
VariableStartAfter Step 1After Step 2After Step 3After Step 4After Step 5After Step 6Final
DataNoneRaw sensor dataProcessed data at SCADADisplayed dataCommand createdCommand sentDevice state changedNew sensor data
Key Moments - 3 Insights
Why does data flow back to the sensor after command execution?
Because the system continuously monitors changes, new sensor data reflects the device's updated state, as shown in execution_table step 7.
Who controls the devices in a SCADA system?
The operator controls devices remotely via commands sent through the SCADA Master Station, as seen in steps 4 and 5.
What role do RTUs/PLCs play?
RTUs/PLCs act as middlemen that collect data from sensors and execute commands on devices, bridging field devices and the SCADA Master Station (steps 1, 2, 5, 6).
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table, at which step does the operator see the real-time data?
AStep 3
BStep 1
CStep 5
DStep 7
💡 Hint
Check the 'Display data' action in execution_table step 3.
At which step is a control command sent to the RTU/PLC?
AStep 2
BStep 4
CStep 5
DStep 6
💡 Hint
Look for 'Send command' action in execution_table.
If the operator does not send any command, which step will not occur?
AStep 3
BStep 6
CStep 4
DStep 1
💡 Hint
Commands trigger device actions at step 6; without commands, devices don't change state.
Concept Snapshot
SCADA is a system that monitors and controls industrial devices.
Sensors collect data sent to RTUs/PLCs.
RTUs/PLCs forward data to SCADA Master Station.
Operators view data and send commands.
Commands go back to RTUs/PLCs to control devices.
This cycle repeats continuously.
Full Transcript
SCADA stands for Supervisory Control and Data Acquisition. It is a system used to monitor and control industrial processes. Sensors collect data from devices in the field. This data is sent to RTUs or PLCs, which process and forward it to the SCADA Master Station. The SCADA software displays this data to an operator. The operator can then send control commands back through the SCADA Master Station to the RTUs or PLCs. These commands cause devices to change their state. The system continuously loops, collecting new data to reflect changes. This allows remote monitoring and control of equipment.