Thread Content
1. DCS is a “distributed control system,” whereas PLC (Programmable Logic Controller) is just a control “device”; the difference between the two is that one is a “system” and the other is a “device.” The system can enable the functions and coordination of any device, while the PLC device only performs the functions inherent to its own unit. 2. In terms of networking, the DCS network serves as the central nervous system of the entire system; it is a high-speed communication network with dual redundancy for security and reliability, and it offers better scalability and openness. Since PLCs generally operate independently, when communicating with other PLCs or higher-level computers, they usually employ a single-network architecture, and their network protocols often do not conform to international standards. In terms of network security, PLCs do not have good protective measures. We adopt dual redundancy for power supply, CPU, and network. 3. In the overall DCS design, each operator station possesses the functions of an engineer station. Once the operational programs are installed, the stations are closely interconnected; interlocking and coordinated control is possible among any station, any function, and any controlled device. In contrast, in a system built using only PLCs for connection, the relationship between stations (PLC to PLC) is loose, and coordinated control cannot be achieved. 4. The DCS is designed with a large number of scalable interfaces, making it very convenient to connect external or additional systems. Once the entire system based on PLCs is established, it is difficult to add or remove operator stations as desired. 5. DCS Safety: To ensure the safety and reliability of the devices controlled by the DCS, it employs dual-redundant control units. When a critical control unit fails, the corresponding redundant unit will take over immediately and without disruption, thereby ensuring the safety and reliability of the entire system. The systems built with PLCs basically lack the concept of redundancy, let alone redundancy control strategies. Especially when one of its PLC units fails, the entire system has to be shut down in order to carry out replacement and maintenance as well as reprogramming. Therefore, the DCS system is one level higher in terms of safety and reliability. 6. System software: Updating various process control schemes is one of the most fundamental functions of a DCS. When a change is made to a scheme, engineers simply need to compile the modified scheme on the engineer station and then issue a command to upload it; the uploading process is carried out automatically by the system, without affecting the operation of the original control scheme. Various control software and algorithms in the system can improve the control accuracy of the process control objects. For systems built with PLCs, the workload is extremely large. First, it is necessary to determine which PLC needs to be edited or updated; then the program must be compiled using the corresponding compiler. Finally, a dedicated device (reader/writer) is used to transfer the program to that PLC on a one-to-one basis. During system debugging, this increases the debugging time and costs significantly, and it also makes future maintenance very difficult. There is a huge difference in control accuracy. This explains why, in large and medium-sized control projects (with 500 points or more), systems entirely composed of PLCs are hardly ever used. 7. Modules: All I/O modules in the DCS system are equipped with CPUs, which enable assessment of the quality of acquired and output signals as well as scalar transformations; faulty modules can be removed and reinserted while the system is still operational, allowing for their replacement at any time. The PLC module is merely a simple electrical conversion unit; it lacks intelligent chips, and in the event of a failure, the entire corresponding unit becomes non-functional. 8. Nowadays, high-end PLCs and DCSs have similar functions; DCSs excel in regularly scanning networks and distributed databases, and are also good at handling calculations and analog values. 9. PLCs are also classified into large, medium, small, and micro PLCs. Micro PLCs cost only a few hundred to 2,000 yuan, and they have a limited number of input/output points; large PLCs can handle thousands of such points. Their computing power is similar to that of DCS systems, but they lack strong capabilities for connecting multiple machines together. Now both technical platforms are similar; the only difference is their focus.
The functions implemented by PLC are considered a sub-function within DCS.