Which one has higher technology content, PLC or DCS

Publisher:温暖心绪Latest update time:2024-06-11 Source: elecfansKeywords:plc Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

The decision between a programmable logic controller (PLC) and a distributed control system (DCS) depends on the specific situation, because different applications have different requirements for the control system. Let's take a look.


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 PLC CPU has a program counter that indicates the storage address of the program steps. During program execution, the counter automatically increases by 1 after each step. The program executes from the starting step (step number is zero) to the final step (usually the end instruction), and then returns to the starting step to loop the operation.

The time required for a PLC to complete a cyclic operation is called a scan cycle. Different models of PLCs have cyclic scan cycles ranging from 1 microsecond to tens of microseconds. The program counter has a cyclic operation, which is not available in DCS. This is also the reason why the redundancy of PLC is not as good as that of 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) are one 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 scale:

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, and are therefore easier to maintain and service (see Figure 1).

f6dc9114-3fb6-11ee-ad04-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, then 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:Which one has higher technology content, PLC or DCS

Previous article:Analysis and treatment of common faults of AC contactors
Next article:How to recover energy in DC motor drive?

Recommended ReadingLatest update time:2024-11-16 09:31

Introduction to the SWAP instruction of Siemens S7-1200PLC mobile operation instruction
In S7-1200PLC, you can use the exchange instruction SWAP to exchange data positions; specifically, it changes the order of bytes of the data at the input operand IN, and then outputs the result of the exchange at the OUT end; Tips: 1. The IN and OUT of the exchange instruction only support two data t
[Embedded]
Introduction to the SWAP instruction of Siemens S7-1200PLC mobile operation instruction
How does PLC work? How does PLC achieve control? What are the input and output principles of PLC?
How does PLC work? The working mode of PLC mainly includes the following steps: Input signal acquisition: PLC acquires input signals through input modules, such as sensor signals, button signals, switch signals, etc. Signal processing: PLC processes the input signal, such as filtering, amplification,
[Embedded]
What are the conversion methods between commonly used bases in PLC programming?
PLC programming is an electronic system of digital operation, designed for use in industrial environments. It uses programmable memory to store instructions for performing logical operations, sequential control, timing, counting and arithmetic operations, and controls various types of machinery or production process
[Embedded]
Four ways to compile ladder diagrams in PLC sequential control
The external wiring of the programmable controller PLC is simple and convenient. Its control is mainly program design. The compilation of ladder diagram is the most commonly used programming method. There are generally empirical design methods, logic design methods, relay control circuit transplantation methods and
[Embedded]
Four ways to compile ladder diagrams in PLC sequential control
Wireless communication between KingView, touch screen and multiple PLCs in ad hoc network under PN protocol
This article takes KingView and Siemens touch screen and two Siemens S7-200SMART as examples to introduce the implementation process of wireless communication between KingView, touch screen and multiple PLCs in a self-organizing network under the Profinet protocol. In this solution, Siemens PLC wireless communicatio
[Embedded]
Wireless communication between KingView, touch screen and multiple PLCs in ad hoc network under PN protocol
How do PLCs in different network segments communicate with each other?
1. Implemented through routing mode If two PLCs belong to different network segments and have data communication needs, the most typical application is to achieve it through routing mode. On the PLC side, you need to enable the "use router" function, fill in the corresponding gateway address, and then call the
[Embedded]
G3-PLC Alliance releases final version of G3-Hybrid dual-mode converged communication standard
G3-PLC Alliance releases final version of G3-Hybrid dual-mode converged communication standard Lianxintong assists in the formulation of dual-mode frequency hopping specifications Hangzhou City – February 3, 2023 – G3-Hybrid PLC + RF dual-mode integration is the industry’s first dual-mode communication standard, w
[Internet of Things]
G3-PLC Alliance releases final version of G3-Hybrid dual-mode converged communication standard
PLC Overview 5: PLC Classification
PLC (Programmable Logic Controller) can be classified according to its function, structure, application field and IO point capacity. Common classification methods include the following: 1. According to functional classification (low, medium, high): (1) Basic PLC: Suitable for simple control tasks, such as
[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号