In a SCADA system, what is the main function of the Remote Terminal Unit (RTU)?
Think about which component is closest to the physical sensors and devices.
The RTU collects data from sensors and sends it to the central SCADA system for monitoring and control.
What output would you expect from a SCADA master station polling an RTU for sensor data?
poll_rtu --address 192.168.1.10 --sensor temp_sensor_1Successful polling returns sensor data and status.
The command queries the RTU and returns the current temperature reading and status.
Which configuration snippet correctly sets up a SCADA HMI to display a temperature sensor reading from an RTU?
Check for correct keys and value formats for data type and refresh rate.
Option A uses correct keys and formats: 'sensor_id', 'source', 'data_type' as float, and 'refresh_rate' with a time unit.
A SCADA master station cannot communicate with an RTU. Which of the following is the most likely cause?
Communication issues often relate to network settings.
If the RTU IP address is wrong, the master cannot reach it, causing communication failure.
Which practice best improves the security of data communication between SCADA master and RTUs?
Think about protecting data from interception and tampering.
Encrypting communication with protocols like TLS prevents unauthorized access and data breaches.