Share this

The differences between SIS, ESD, DCS, and PLC!

2026-04-06 05:22:36 · · #1

In chemical production processes, SIS, ESD, DCS, and PLC are often misunderstood. This article explains each of them from their most basic concepts to their specific relationships, helping instrumentation professionals understand and master them.

SIS stands for Safety Instrumented System, and ESD stands for Emergency Stop System. ESD is a part of SIS.

SIS comprises three parts: field instruments, logic solvers, and actuators. All three parts must be designed for safety. Conventional ESD systems only include the logic solver part of the SIS, which must also be designed for safety. Its key feature remains PID control. Leveraging its powerful communication capabilities, it integrates all automated equipment in the factory. SIS has stricter requirements for reliability and availability than DCS. Standards such as IEC61508 and IEC61511 require that SIS and DCS hardware be configured independently.

DCS systems are process control systems, which are dynamic and require frequent human intervention, potentially leading to human error. SIS (ESD), on the other hand, are static and do not require human intervention, thus avoiding human error. SIS is typically used as a control solution for complete sets of equipment, such as vacuum systems, wastewater systems, container systems, and compressor systems, forming a self-contained system. Their characteristics often include minimal analog control requirements, making them extremely effective, convenient, reliable, and economical for digital control. They are usually used as substations of DCS for easy monitoring. Clearly, as shown in the diagram below, SIS includes ESD, ITCC, etc., while DCS includes PLCs, FCS, etc.

The differences between SIS, ESD, DCS, and PLC!

PLC (Programmable Logic Controller) systems are typically used as control solutions for complete equipment systems, such as vacuum systems, wastewater systems, container systems, and compressor systems. Their main characteristics are that they often do not require extensive analog control, but are extremely effective, convenient, reliable, and economical in digital control. They are often used as substations of DCS (Distributed Control System) systems for easy monitoring.

Emergency shutdown system (ES) and safety interlocking system (SIS). The term "safety interlocking system" is used by different manufacturers, and sometimes referred to as "safety manager." These systems are typically used in high-risk industries like petrochemicals. They generally involve only a few points because activation results in a complete shutdown, representing the minimum safety measure that sacrifices production efficiency. SM requires SIS certification; in the petrochemical industry, level 3 is usually required.

Differences between SIS and DCS

SIS and DCS play different roles in the oil and petrochemical production process, as shown in the figure below. From a safety perspective, the production unit can be divided into three levels: the first level is the production process level, the second level is the process control level, and the third level is the safety instrument system shutdown protection level.

The differences between SIS, ESD, DCS, and PLC!

Difference between SIS and ESD

SIS is a systematic concept, focusing on the overall picture. This is evident from its name; SIS focuses on the loop and the system as a whole. The sequence is: Safety-oriented field sensing devices (transmitters, instruments, sensors) → Safety-oriented AI → Safety-oriented controllers → Safety-oriented DOs → Safety-oriented field actuators (safety shut-off valves, pressure relief valves, protectors, etc.). ESD, on the other hand, typically refers to the concept of pure control systems such as safety controllers (CPUs), I/O, etc., produced by safety control system manufacturers.

Essentially, the hardware system of SIS includes not only the SIS controller and I/O (such as Triconex, HIMA, Siemens 400FH).

It should also include all other input components that interface with the controller, such as TUVSIL-certified sensors, transmitters, and detection devices;

It should also include all output components, such as TUVSIL certified actuators (hydraulic safety actuators, pneumatic safety actuators, electric safety actuators).

There should also be certified field equipment. In demanding field environments, the valve body itself must also have a TUV certificate.

For example, safety valves in nuclear power plants should not only have passed the quality inspection of boilers and pressure vessels, but also have nuclear inspection certificates and TUV safety certificates, clearly indicating their SIL level.

ESD (Electronic Safety Controller) is a safety controller used by manufacturers in different situations and has different names depending on its purpose. Theoretically speaking, ESD alone does not necessarily constitute a complete SIS (Safety Information System) control system. ESD is only one part of SIS, and it is the most important part in the physical hardware.

b'S({3[

Differences between DCS and PLC

1. From a developmental perspective:

DCS evolved from traditional instrument panel monitoring systems. Therefore, DCS inherently focuses more on instrument control. For example, the YOKOGAWACS3000DCS system we use does not even have a limit on the number of PIDs (PID, proportional-derivative-integral algorithm, is the standard algorithm for closed-loop control of control valves and frequency converters, and the number of PIDs usually determines the number of control valves that can be used).

PLCs evolved from traditional relay circuits. Early PLCs didn't even have analog signal processing capabilities. Therefore, from the beginning, PLCs emphasized logic operation capabilities.

2. From the perspective of system scalability and compatibility:

The market offers a wide variety of control products, with numerous manufacturers producing and selling both DCS and PLC systems. PLC systems generally have little or no need for expansion, as they are typically designed for specific devices. Compatibility requirements for PLCs are also rare; for example, resource sharing between two or more systems is very difficult for a PLC. Furthermore, PLCs typically use dedicated network architectures, such as Siemens' MPI bus network, making even adding an operator station difficult or costly.

During the development of DCS (Distributed Control Systems), each manufacturer developed its own system. However, most DCS systems, such as Yokogawa, Honeywell, and ABB, while using different communication protocols at the process level, unanimously chose Ethernet for their operational network platforms, employing standard or modified TCP/IP protocols. This provides convenient scalability. In this network, controllers and computers exist as nodes; the number and location of nodes can be freely added or removed wherever the network reaches. Furthermore, based on open protocols such as OPC and DDE used in Windows systems, different systems can communicate easily to achieve resource sharing.

3. From a database perspective:

DCS systems typically provide a unified database. In other words, once data exists in the database of a DCS system, it can be referenced in any situation, such as in configuration software, monitoring software, trend charts, reports, etc. However, PLC systems usually do not have a unified database; configuration software, monitoring software, and even archiving software each have their own databases. Why is it often said that Siemens' S7400 series only qualifies as a DCS at the S7414 level or higher? Because Siemens' PCS7 system uses a unified database, and PCS7 requires controllers to be at least S7414-3 or higher.

4. From a time scheduling perspective:

PLC programs generally cannot run according to a pre-set cycle. A PLC program executes from beginning to end once and then starts again. (Some newer PLCs have improved this, but there are still limitations on the number of task cycles.) DCS, on the other hand, allows setting task cycles, such as fast tasks. For example, when sampling sensors, pressure sensors have very short change times, so we can use a 200ms task cycle for sampling, while temperature sensors have much longer hysteresis, so we can use a 2s task cycle. This allows the DCS to rationally allocate controller resources.

5. From the perspective of network structure:

Generally, DCS systems typically use a two-layer network structure. The first layer is the process-level network, and most DCS systems use their own bus protocols, such as Yokogawa's Modbus, Siemens and ABB's Profibus, and ABB's CANbus. These protocols are all based on the standard serial port transmission protocols RS232 or RS485. Field I/O modules, especially those handling analog sampling data (machine code, 2^13/scan cycle), generate a large amount of data, and there are many interference factors in the field. Therefore, a network standard with high data throughput and strong anti-interference capabilities should be adopted. A bus structure based on RS485 asynchronous serial communication meets the requirements of field communication.

The sampled I/O data is converted into integer or real data by the CPU and transmitted over the operator-level network (Layer 2 network). Therefore, the operator-level network can adopt a network standard with moderate data throughput, high transmission speed, and convenient connection. Furthermore, since the operator-level network is generally located in a control room, the requirements for interference resistance are relatively low. Therefore, using standard Ethernet is the best choice. TCP/IP is a standard Ethernet protocol, and we generally use a communication speed of 100 Mbit/s.

PLC systems typically have relatively simple tasks, so the amount of data they need to transmit is generally not large. Therefore, common PLC systems use a single-layer network structure. The process-level network and the operator-level network are either combined, or the process-level network is simplified into internal connections between modules. PLCs rarely or never use Ethernet.

6. In terms of the scale of the application objects:

PLCs are generally used in small-scale automation applications, such as equipment control or control and interlocking of a small number of analog signals, while large-scale applications typically use DCSs. While this concept isn't entirely accurate, it's intuitive; conventionally, we refer to systems with more than 600 points as DCSs, and those smaller as PLCs. Our heat pumps, QCSs, and the control systems配套的控制制 for our horizontal products are generally referred to as PLCs.

Having discussed the differences between PLCs and DCSs, we should recognize that both have converged to become more similar. Strictly speaking, the distinction between PLCs and DCSs is no longer clear-cut; the concepts have become blurred in many cases. Now, let's discuss their similarities.

1. In terms of function:

PLCs already possess analog signal control capabilities, and some PLC systems even have quite powerful analog signal processing capabilities, such as Yokogawa FA-MA3, Siemens S7400, ABB ControlLogix, and Schneider Electric's Quantum system. DCS also has quite strong logic processing capabilities; for example, we have implemented all possible process interlocks and equipment linkage start-stop on the CS3000.

2. From the perspective of system structure:

PLCs and DCSs share the same basic structure. Today, PLCs have been fully integrated into computer system control, rendering traditional programmers obsolete. Small-scale PLC applications typically use touchscreens, while large-scale applications rely entirely on computer systems. Like DCSs, the controller and I/O stations use a fieldbus (usually based on RS485 or RS232 asynchronous serial communication protocols). This bus is also used for communication between the controller and the computer if there are no expansion requirements, meaning only one computer is used. However, if more than one computer is used, the system architecture becomes the same as DCS, with the host computer platform using an Ethernet structure. This is one reason why the distinction between PLCs and DCS has become blurred as PLCs have become larger.

3. Development trends of PLC and DCS:

Miniaturized PLCs will evolve towards more specialized applications, such as more targeted functions and more specific application environments. The boundaries between large PLCs and DCSs will gradually blur until they are completely integrated.

DCS will continue to evolve towards FCS. Besides a more decentralized control system, the core of FCS is, in particular, instrumentation. FCS applications abroad have already reached the instrumentation level. The control system only needs to handle signal acquisition, provide a human-machine interface, and handle logic control; the control of analog quantities is distributed to field instruments. Traditional cable connections are no longer needed between the instruments and the control system; instead, fieldbuses connect the entire instrumentation system. (Currently, Yokogawa has used FCS in its CNOOC-Shell petrochemical project, employing intelligent instruments such as EJX at the instrumentation level, achieving the world's most advanced control standards.)

Disclaimer: This article is a reprint. If it involves copyright issues, please contact us promptly for deletion (QQ: 2737591964 ) . We apologize for any inconvenience.

Read next

CATDOLL 140CM Kara (TPE Body with Soft Silicone Head)

Height: 140cm Weight: 30kg Shoulder Width: 32cm Bust/Waist/Hip: 76/61/77cm Oral Depth: 3-5cm Vaginal Depth: 3-15cm Anal...

Articles 2026-02-22