How to choose PLC and DCS system PLC and DCS engineering analysis and comparison

Publisher:EtherealGlowLatest update time:2023-08-28 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

How to choose between a programmable logic controller (PLC) and a distributed control system (DCS) requires specific analysis of the specific situation, because different application scenarios have different requirements for control systems. When we communicate with customers, we can start from the following aspects!


PLC and DCS


PLC

1. From switch quantity control to sequence control and transportation processing, it is a multi-function such as continuous PID control from bottom to top, and PID is in the interrupt station.

2. One PC can be used as the master station and multiple PLCs of the same type can be used as slave stations.

3. One PLC can be the master station and multiple PLCs of the same type can be slave stations to form a PLC network. This is more convenient than using a PC as the master station: when the user is programming, he does not need to know the communication protocol, but only needs to write according to the manual format.

4. PLC grid can be used as both an independent DCS and a subsystem of DCS.

5. PLC is mainly used for sequential control in industrial processes, and new PLCs also have closed-loop control functions.

DCS

1. Distributed Control System DCS

Monitoring technology that integrates 4C (Communication, Computer, Control, CRT) technology.

2. A large system with a tree topology from top to bottom, where communication is the key.

3. PID is in the interrupt station. The interrupt station connects the computer with the field instruments and control devices in a tree topology and a parallel continuous link structure. There are also a large number of cables running in parallel from the interrupt station to the field instruments.

4. Analog signal, A/D---D/A, mixed with microprocessor.
5. A pair of wires of an instrument is connected to I/O, and the control station is connected to the LAN
6. DCS is a three-level structure of control (engineer station), operation (operator station), and field instrument (field measurement and control station). It is used for large-scale continuous process control, such as petrochemical, etc.


How to choose between PLC and DCS system

The choice between a programmable logic controller (PLC) and a distributed control system (DCS) requires a case-by-case analysis, because different applications have different requirements for the control system.

The control system platform has an impact on how the automation system meets the needs of optimizing production, maintaining availability and acquiring data. Lack of foresight in the selection of control systems may also affect future expansion, process optimization, user satisfaction and company profits.

In addition to basic guidelines, such as how to control the process, the design team must also consider installation, scalability, maintenance, and other factors.

At present, although PLC systems may be the most cost-effective for small equipment, DCS systems provide more economical scalability and are more likely to achieve a higher return on initial investment.

A PLC is an industrial computer used to control manufacturing processes such as robotics, high-speed packaging, bottling, and motion control. Over the past 20 years, PLCs have added more features and created more benefits for small factories and installations. PLCs usually operate as stand-alone systems, but can also be integrated with other systems and connected to each other via communications. Since each PLC has its own database, integration requires some degree of mapping between controllers. This makes PLCs particularly suitable for small applications that do not have much demand for expansion.

The DCS system disperses the controllers in the automation system and provides common interfaces, advanced control, system-level databases, and easy-to-share information. Traditionally, DCS is mainly used in process technology and larger plants. Large system applications are easier to maintain throughout the life cycle of the plant.

PLC is developed from the principle of relay control. It stores instructions for executing logical operations, sequential control, timing, counting and calculation, and controls various machines or production processes through digital input and output operations. The control program compiled by the user expresses the process requirements of the production process and is stored in the user program memory of the PLC in advance. During operation, the stored program is executed one by one to complete the operations required by the process flow.


Comparison of Engineering Analysis between PLC and DCS

The CPU of the PLC has a program counter that indicates the storage address of the program step. During the program running process, the counter automatically increases by 1 after executing a step. The program is executed from the starting step (step number is zero) to the final step (usually the end instruction), and then returns to the starting step for loop operation. The time required for the PLC to complete a loop operation is called a scan cycle. The loop scan cycle of different models of PLCs ranges from 1 microsecond to tens of microseconds. The program counter has such a loop operation, which is not available in the DCS. This is also the reason why the redundancy of the PLC is not as good as that of the DCS.

DCS was developed on the basis of operational amplifiers. All functions and relationships between process variables are made into functional blocks (some DCS systems call them expanded blocks). The main difference between DCS and PLC is in the logical solution of switch quantities and the operation of analog quantities. Even though the two have been somewhat intertwined, there are still differences.

After the 1980s, in addition to logical operations, the algorithm function of the control loop of PLC has been greatly enhanced. However, PLC uses ladder diagram programming, and the operation of analog quantity is not very intuitive during programming, which is more troublesome. However, in terms of solving logic, it has the advantage of being fast, at the microsecond level, solving 1k logic program in less than 1 millisecond. It treats all inputs as switch quantities, and 16 bits (or 32 bits) is an analog quantity.

DCS treats all inputs as analog quantities, and 1 bit is a switch quantity. It takes hundreds of microseconds to several milliseconds to solve a logic. For PLC, it takes tens of milliseconds to solve a PID operation, which is comparable to the operation time of DCS.

In terms of grounding resistance, the requirements for PLC may not be high, but for DCS it must be below a few ohms (usually below 4 ohms). Analog isolation is also very important.

For systems with the same number of i/o points, the cost of using PLC is lower than that of using DCS (about 40% can be saved). PLC does not have a dedicated operation station, and the software and hardware it uses are universal, so the maintenance cost is much lower than that of DCS. If the controlled objects are mainly equipment interlocking and the loops are relatively few, it is more appropriate to use PLC.

If the control is mainly analog and there are many function operations, it is best to use DCS. DCS is much better than PLC in terms of redundancy of controllers, I/O boards, communication networks, some advanced operations, and special requirements of the industry. PLC is easier to design the management information system of the enterprise because it uses general monitoring software.

PLC and DCS systems are generally applicable to discrete and process manufacturing, respectively. Discrete manufacturing facilities that use PLC systems are generally composed of separate production units, mainly used to complete the assembly of parts, such as labeling, filling or grinding. Process manufacturing facilities usually use automation systems to produce according to recipes rather than pieces in a continuous and batch manner. Large continuous processing equipment, such as refineries and chemical plants, use DCS automation systems. Hybrid applications often use both PLC systems and DCS systems. When selecting a controller for an application, many factors need to be considered, such as the scale of the process, scalability and future update plans, integration requirements, functionality, high availability, and return on investment over the entire life cycle of the plant facility.


Factors that influence your decision

Process size: How many input/output (I/O) points are needed? Small systems (<300 I/O points) may have a smaller budget, so a PLC system is more suitable. It is not easy to apply a DCS system to a smaller project. On the contrary, it can better play its role in large factory applications. Because it has a global database, the DCS system is easier to manage and upgrade, and any changes are global.


Upgrade plan: Smaller industrial processes can be adapted to PLC systems, but if the process needs to be expanded or upgraded, more PLC hardware and databases will need to be added and maintained separately. This is a time-consuming, labor-intensive process that is prone to errors. DCS systems are easier to upgrade, such as user trust can be managed from a central hub, so they are easier to maintain and maintain (see Figure 1).

f749efc6-d6f1-11ed-bfe3-dac502259ad0.jpg

Figure 1: DCS system architecture with a single database that allows users to maintain and operate the system from a central control station

Integration requirements: For stand-alone devices, PLC systems are ideal. When a plant is equipped with multiple PLC systems, there is a need for interconnection. This is generally difficult to achieve because data mapping is usually required using communication protocols. Integration is of course no problem, but when there is a need for change, the user's trouble comes: once a PLC system is changed, it may cause the two PLCs to not communicate properly because the data mapping is affected. For DCS systems, there is no need for mapping at all, and configuration changes are just a simple process; the controller is built into the system.

[1] [2]
Keywords:PLC Reference address:How to choose PLC and DCS system PLC and DCS engineering analysis and comparison

Previous article:Scaling and standardization of Siemens S7-1200PLC data processing instructions
Next article:A brief analysis of KUKA robot system variables and system files

Recommended ReadingLatest update time:2024-11-16 12:47

How to configure PLC in TIA Portal?
One of the most challenging parts of any automation project is getting all the devices to talk to each other. As many people know, trying to get two devices from two different manufacturers to communicate can cause a lot of headaches and problems in an otherwise smooth project. In this article, I will show you how e
[Embedded]
How to configure PLC in TIA Portal?
SIMATIC S7-1500 PLC Communication and Application—OSI Reference Model
The core of the communication network is the OSI (Open System Interconnection) reference model. In 1984, the International Organization for Standardization (ISO) proposed a seven-layer model of open system interconnection, namely the OSI model. The model is divided from bottom to top into: physical layer, data link
[Embedded]
SIMATIC S7-1500 PLC Communication and Application—OSI Reference Model
Functions of Mitsubishi PLC special soft components
What are the special functions of the M8000 and M8013 bits of Mitsubishi PLC? Both are special soft components. M8000 is the PLC operation monitoring, which means that the PLC is turned on and is set in the RUN state. It can be used as a driving condition for instructions, and can also be used in the external displa
[Embedded]
Functions of Mitsubishi PLC special soft components
What are the three quantities in PLC? How are they related?
The three quantities in PLC: switch quantity, analog quantity, and pulse quantity. Only by understanding the relationship between the three can you master and apply PLC proficiently. 1. Switch quantity Switch quantity is also called logic quantity, which means it has only two values, 0 or 1, ON or OF
[Embedded]
What are the three quantities in PLC? How are they related?
What is the PLC reverse value command?
What is the PLC reverse value command? For example, after a real operation, I want to get the opposite value (for example, 2.0e+01 becomes -2.0e+01). What command should I use? Of course, I can multiply by -1, but I just want to know if there is a direct command. Answer: 1. To negate a real number is to co
[Embedded]
Introduction to Siemens S7-200 SMART PLC timer instructions
A timer is a relay that operates according to time, which is equivalent to a time relay in a relay control system. A timer can have many normally open contacts and normally closed contacts, and its timing units are 1ms, 10ms, and 100ms. According to different working modes, timers can be divided into three types:
[Embedded]
Introduction to Siemens S7-200 SMART PLC timer instructions
On which module is the PLC startup mode set?
The startup mode of the plc is set in the startup characteristics (SETUP) option of the CPU module parameters. Hot start (Hotrestart), warm start (Warmrestart), and cold start (Clodrestart) are the names of three new startup modes defined by the S7 series PLC according to the EN61131 standard when the PLC-CPU restar
[Embedded]
Seven steps to complete PLC debugging
Many electrical novices are not sure how to start debugging after designing electrical control cabinets and PLC programs. Some people even burn out PLCs due to improper debugging methods. So how should the designed electrical system be debugged? You can follow the following seven steps. 1. Check the circu
[Embedded]
Latest Embedded Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号