Introduction To SCADA
Introduction To SCADA
✓ SCADA Server
Is a data processing center that collects, stores,
and processes data from various sources. This
server is also responsible for presenting
information to operators through a user
interface.
SCADA Communication
Protocol
A. SCADA Communication Protocol
● Modbus
● DNP3
● IEC 60870-5
● IEC 61850
● OPC UA
● MQTT
● BACnet
Menguasai SCADA dengan WinCC Explorer dalam Otomasi Industri 4.0
B. Modbus Protocol
✓ Modbus RTU
The RTU format is equipped with a cyclic
redundancy error (CRC) mechanism to ensure
data reliability. Each data frame is separated
by an idle (silent) period.
✓ Modbus ASCII
Used in serial communication using ASCII
characters. The ASCII format uses a
longitudinal redundancy check (LRC)
mechanism. Each Modbus ASCII data frame
begins with a colon (":") and a newline follows
(CR/LF).
✓ Modbus TCP/IP
A variant of Modbus used in TCP/IP networks.
Data Storage On Modbus
✓ Coil
Initially this type of data was used to activate
the relay coil. The value of this type of data is
ON or OFF. The coil has a length of 16 bits, so
to activate it by giving the value FF00H and
0000H for OFF. Data FF00 and 00 are stored in
registers 00000 to 09999
✓ Input Register
Used to store analog data with a value range
of 0 - 65535. It is read only for the master and
the data is stored in registers 30001 – 39999
✓ Holding Register
Used to store values with a range of 0 - 65535.
This register has a register address of 40001 -
49999
B. OPC (OLE FOR PROCESS CONTROL)
OPC Specifications
● OPC Data Access Server
● OPC Alarm and Event Handling Server
● OPC Historical Data Access Server
Tag Concept in SCADA
Tag Concept in SCADA