and Lisi plc - the difference between DCS and PLC

Create Date: 2024-8-30 12:03:23|Source: HollySys/HollySys

The choice between a programmable logic controller (PLC) and a distributed control system (DCS) is a case-by-case analysis, as the requirements for the control system vary depending on the application. You can start from the following aspects!

PLC and DCS

  PLC

1. From switching control to sequence control, transportation processing, it is 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. A PLC can also be the master station, and multiple PLCs of the same type can be used as slaves to form a PLC network. This is more convenient than using a PC as a master station: when there is a user programming, you don't need to know the communication protocol, just write it in the format of the manual.

4. The PLC grid can be used as an independent DCS or a subsystem of the DCS.

5. PLC is mainly used for sequence control in industrial processes, and the new PLC also has closed-loop control functions.
and Lisi plc - the difference between DCS and PLC

  DCS

1. Distributed control system DCS set

4C (Communication, Computer, Control, CRT) technology in one monitoring technology.

2. A large tree-like topology system from top to bottom, in which communication is the key.

3. PID In the interrupt station, the interrupt station connects the computer with the field instrumentation and control device is a tree-like topology and parallel continuous link structure, and there are also a large number of cables from the interrupt station in parallel to the field instrumentation.

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 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.
and Lisi plc - the difference between DCS and PLC

How to choose between PLC and DCS systems

The choice between a programmable logic controller (PLC) and a distributed control system (DCS) is a case-by-case analysis, as the requirements for the control system vary depending on the application.

Control system platforms have an impact on how automation systems meet the needs of optimizing production, maintaining availability, and obtaining data. A lack of foresight in choosing a control system can also affect future expansion, process optimization, user satisfaction, and company profits.

In addition to some basic guidelines, such as how to control the process, the design team must consider various factors such as installation, scalability, maintenance, upkeep, etc.

Currently, while a PLC system may be the most cost-effective for smaller equipment, a DCS system offers more cost-effective scalability and a higher initial return on investment.

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

The DCS system decentralizes the controllers in the automation system and provides a common interface, advanced control, a system-level database, and information that is easy to share. Traditionally, DCS has been used primarily in process processes and relatively large plants, where large system applications are easier to maintain throughout the plant's lifecycle.

PLC is developed by the principle of relay control, which stores instructions for performing operations such as logic operation, sequence control, timing, counting and operation; And through digital input and output operation, all kinds of machinery or production processes can be controlled. The user-programmed control program expresses the process requirements of the production process and is stored in the PLC's user program memory in advance. The runtime executes the contents of the stored program one by one to complete the operations required by the process.

Comparison of PLC and DCS engineering analysis

The CPU of the PLC has a program counter that indicates the storage address of the program step, and in the process of program running, the counter automatically adds 1 when one step is executed, and the program is executed sequentially from the starting step (the step sequence number is zero) to the final step (usually the end instruction), and then returns to the starting step for cyclic operation. The time it takes for a PLC to complete a cycle operation is called a scan cycle. Depending on the type of PLC, the cyclic scanning cycle is between 1 microsecond and tens of microseconds. The program counter is a cyclic operation that the DCS does not have. This is also what makes the redundancy of the PLC inferior to the DCS.

DCS was developed on the basis of operational amplifiers. The relationships between all functions and process variables are made into function blocks (some DCS systems call them puffing blocks). The main difference between the performance of DCS and PLC is in the logical calculation of switching quantities and the calculation of analog quantities, even if the two penetrate each other later, but there are still differences.

After the 80s, in addition to logic operation, the algorithm function of PLC control loop has been greatly strengthened, but PLC is programmed with ladder diagram, and the operation of analog quantities is not intuitive when programming, and programming is more troublesome. However, in terms of solving logic, it shows the advantage of being fast, and in the order of microseconds, it is less than 1 millisecond to solve 1k logic programs. It treats all inputs as switching quantities, with 16 bits (and 32 bits as well) as an analogue quantity.

DCS, on the other hand, treats all inputs as analogue, and 1 bit is the switching quantity. Solving a logic is on the order of a few hundred microseconds to a few milliseconds. For PLC to solve a pid operation in tens of milliseconds, which is comparable to the operation time of DCS.

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

For a system with the same number of I/O points, the cost of using PLC is lower than that of DCS (about 40% saving). PLC does not have a dedicated operating station, and the software and hardware it uses are universal, so the maintenance cost is much lower than that of DCS. If the controlled object is mainly interlocking equipment and there are relatively few circuits, it is more appropriate to use PLC.

If the main thing is analog control and there are a lot of function operations, it is better to use DCS. DCS is much better than PLC in terms of redundancy of controllers, I/O boards, communication networks, etc., some advanced computing, and special requirements of the industry. Due to the use of general monitoring software, PLC is easier in designing the management information system of the enterprise.

PLC and DCS systems are generally suitable for discrete and process manufacturing, respectively. Discrete manufacturing facilities using PLC systems, typically consisting of separate production units, are primarily used to complete the assembly of parts, such as labeling, filling, or grinding. Process manufacturing facilities, often using automated systems, produce on a recipe rather than by piece in a continuous and batch fashion. Large-scale continuous processing equipment, such as oil refineries and chemical plants, use DCS automation systems. Hybrid applications often use both a PLC system and a DCS system. Selecting a controller for an application requires consideration of the size of the process, scalability and future update schedules, integration needs, functionality, high availability, and return on investment over the life cycle of the plant facility.

Relevant factors influencing how to choose

Process size: How many input/output (I/O) points are needed? Small systems (< 300 I/O points) may have a smaller budget and are therefore more suitable with a PLC system. It is not easy to apply a DCS system to a smaller project, on the contrary, it is more effective in a large factory application. Thanks to having a global database, the DCS system is easier to manage and upgrade, and any changes are global.

Upgrade plan: A PLC system can be used for a smaller industrial process, but if the process needs to be expanded or upgraded, more PLC hardware and databases need to be added, and separate maintenance is required. It's a time-consuming, laborious process, and it's prone to errors. DCS systems are easier to upgrade, e.g. user trust can be managed from a central hub, making them easier to service and maintain.

Integration requirements: For stand-alone installations, PLC systems are ideal. When a plant is configured with multiple PLC systems, the need to be interconnected arises. This is often difficult to achieve, as the data needs to be mapped using communication protocols. Of course, there is no problem with integration, but when there is a need for a change, the problem comes for the user: 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, and configuration changes are a simple process. The controller is built into the system.

High availability: For processes that require high availability, the DCS system can provide redundant configurations.

Efficiency and ease of redundancy are key to keeping costs within budget.

Functional requirements: Some industries and facilities require historians, streamlined alarm management, and a central control room with a common user interface. Others require manufacturing execution system (MES) integration, advanced control, and asset management. These applications are built into the DCS system (see Figure 3), making it easy to add to automation engineering applications without the need for separate servers and integration costs. In this respect, DCS systems are more economical, increase productivity and reduce risk.

Lifecycle ROI: The needs of a facility, which varies by industry. For smaller process projects, there is no need for expansion and no need to integrate with other process areas, so PLC systems have a good ROI. DCS systems may have higher installation costs, but they are partially offset by the increased production and safety benefits that come with DCS systems throughout their life cycle. Balancing short-term needs with long-term vision is critical to operational certainty and improving plant operations and maintenance.
More on that
Hollysys signed a strategic cooperation agreement with Jinan Iron and Steel International in Jinan Hollysys signed a strategic cooperation agreement with Jinan Iron and Steel International in Jinan

Hangzhou Hollysys Automation Co., Ltd. (hereinafter referred to as Hanghe) and Jinan Iron and Steel Group International Engineering Technology Co., Ltd. (hereinafter referred to as Jinan Iron and Steel International) signed a strategic cooperation agreement in Jinan. Luan Yuandi, Deputy General Manager of Jinan Iron and Steel International, Sun Jiaying, Director of the Automation Division, and Liu Xinjie, Director of the Automation Office...

And Lysisys DCS - the difference between DCS control and PLC control And Lysisys DCS - the difference between DCS control and PLC control

1. PLC programmable logic controller (programmable controller). 2. DCS system pays more attention to the field of process control. Such as chemical, smelting, pharmaceutical, etc. It mainly monitors and controls some field parameters, while PLC focuses on logic control. machining). Of course, the PLC's ...

Hollysys assisted the successful construction and operation of the largest natural gas deep processing base in Xinjiang Hollysys assisted the successful construction and operation of the largest natural gas deep processing base in Xinjiang

On August 16, 2021, the Tarim Oilfield Natural Gas Ethane Recovery Project, the largest natural gas deep processing base in Xinjiang (1), a key project of PetroChina, was successfully completed and put into operation, with stable operation and the production of qualified ethane products. Tarim Oilfield Natural Gas Ethane Recovery Project ...

Hollysys DCS - DCS system operation problem analysis and preventive measures Hollysys DCS - DCS system operation problem analysis and preventive measures

1. Communication network failure: communication network faults are generally easy to occur at the contact bus and local bus, or caused by wrong address identification. 2. Node bus failure: The transmission medium of the node bus is generally coaxial cable, some use token signal transmission mode, and some use ...

Century Qualcomm and Hollysys reached a strategic cooperation Century Qualcomm and Hollysys reached a strategic cooperation

With the inclusion of "exploring the construction of digital twin cities" in the 14th Five-Year Plan, the field of intelligent transportation is being endowed with more new business value. Recently, Century Qualcomm and Hollysys reached a strategic cooperation, based on the principle of "giving full play to advantages, mutual promotion, long-term cooperation, mutual benefit and win-win", ...

Hollysys DCS - Introduction to I/O in DCS control system Hollysys DCS - Introduction to I/O in DCS control system

The control system needs to establish the input and output channels of the signals, which is called I/O. The I/O in a DCS is generally modular, with one or more I/O channels on one I/O module for connecting sensors and actuators (control valves). The control unit of the DCS: a process control station is ...

Hollysys debuted at the XCon2022 Security Focus Information Security Technology Summit Hollysys debuted at the XCon2022 Security Focus Information Security Technology Summit

On September 19, 2022, the XCon2022 Security Focus Information Security Technology Summit was successfully held in Beijing. More than 10 technical experts, heads of security departments, and front-line security experts from well-known domestic network security enterprises shared in-depth topics at the meeting.

Hollysys DCS - Introduction to the advantages and disadvantages of DCS Hollysys DCS - Introduction to the advantages and disadvantages of DCS

Merit: 1. High reliability: The DCS system has multiple redundancy, backup and recovery mechanisms, which can ensure the high reliability and stability of the system. 2. Sensitivity: The DCS system can be customized according to different industrial processes to meet different control requirements. 3. Efficiency: D...

Hollysys DCS - the selection, design and debugging of DCS system Hollysys DCS - the selection, design and debugging of DCS system

1. The configuration of the system and controller should focus on reliability and load rate (including redundancy). The communication load rate must be controlled within a reasonable range, and the load rate of the controller must be balanced as much as possible to avoid the occurrence of "high load" problems. 2. The distribution of system control logic should not be too much.

Hollysys DCS - a common fault of DCS Hollysys DCS - a common fault of DCS

1. Field instrument equipment failure: Field instrumentation equipment includes various transmitters, various switches, actuators, loads and components of various temperatures that are directly connected with the production process. If the field instrument fails, it directly affects the control function of the DCS system and the operator's ...

Hollysys released a new 100% localized system Hollysys released a new 100% localized system

On the morning of October 20, 2021, at the Epec Industrial Products Exhibition, Hollysys released a new 100% localized system - 'HOLLiAS MACS IC fully autonomous and controllable DCS system'. The system integrates the controller microkernel architecture independently developed by Lisi, embedded ...

Hollysys PLC - PLC serial communication knowledge Hollysys PLC - PLC serial communication knowledge

1. What is serial communication? Serial is a very versatile protocol for device communication on a computer (not to be confused with Universal Serial Bus or USB). Most computers contain two serial ports based on RS232. The serial port is also an instrument ...

Hollysys released a new DCS control system Hollysys released a new DCS control system

Hollysys' safe and trustworthy DCS control system uses the controller K-CU11 for the K series large-capacity trusted controller module, which adopts advanced PowerPC architecture high-performance main processor and security components based on national cryptography algorithm, and has the security functions of static trusted start and dynamic trusted measurement. ...

Hollyps PLC - the control method of PLC and frequency converter connection Hollyps PLC - the control method of PLC and frequency converter connection

1. Use the analog output module of the PLC to control the analog output module of the inverter The analog output module of the PLC outputs a 0-5V voltage signal or a 4-20mA current signal, which is used as the analog input signal of the inverter to control the output frequency of the inverter. This control method is simple to wiring, but it needs to be selected and changed.

Hollysys PLC - How to maintain the PLC control cabinet? Hollysys PLC - How to maintain the PLC control cabinet?

1. Data backup When carrying out maintenance, we must cut off the power, data backup between power outages is an important link, for the data that needs to be archived for a long time, you can back up the historical trend data to the mobile hard disk, and then turn off the Windows-based operating system (Note...

and Lisi PLC - the difference between PLC control system and relay control system and Lisi PLC - the difference between PLC control system and relay control system

(1) From the point of view of control methods The control logic of the electrical control system adopts hardware wiring, and the series connection or well connection of the electrical mechanical contact is combined into the control logic, and the connection is complex, large in size, and in large power consumption, and it is difficult to change or increase the function after the system is formed. Other than that...

Bureau Veritas signed a strategic cooperation agreement with Hollysys Group and issued a ball valve functional safety certificate to it Bureau Veritas signed a strategic cooperation agreement with Hollysys Group and issued a ball valve functional safety certificate to it

Recently, the signing ceremony of the strategic cooperation between Bureau Veritas and Hollysys and the functional safety certification ceremony of Hollysys valves were held in the Hangzhou base of Hollysys. Mr. Ye Jiong, General Manager of Bureau Veritas Technology Center, Mr. Zhong Aimin, Director of Product Certification Center, Mr. Yang Yang, Sales Director of Eastern Region, and Mr. Yang Yang, Director of Functional Safety ...

What are the characteristics of Hollysys PLC - PLC program? What are the characteristics of Hollysys PLC - PLC program?

1. Correctness (low debugging cost) First of all, the PLC program must be able to work correctly to meet the requirements of the actual control process. This is the essence of the PLC program, and if you don't do that, nothing else makes sense. 2. Reliability (low maintenance cost) Not only to ...

and Nesbitt DCS - the difference between SCADA and DCS and PLC and Nesbitt DCS - the difference between SCADA and DCS and PLC

To put it simply, DCS is mainly used for process automation, PLC is mainly used for factory automation (production lines), and SCADA is mainly for wide-area needs, such as oil fields and pipelines that stretch for thousands of miles. If from the point of view of computers and networks, they are unified, and the reason for the difference is mainly in ...

Hollysys PLC - the isolation technology of the input/output loop of the PLC control system Hollysys PLC - the isolation technology of the input/output loop of the PLC control system

1. Circuit isolation The isolation of analog circuits is more complex, mainly depends on the accuracy requirements of the transmission channel, the higher the accuracy requirements, the higher the cost of the channel; However, when the performance requirements rise to the main contradiction, the isolation components should be selected based on performance, and the ...

CATEGORIES BYPASS
Customer Service Center

Online Consultation:QQ


ContactContact

Contact: Manager Huang

Contact QQ: 3271883383

Contact number: 13522565663


Scan the code to add WeChat (please save the picture first on the mobile phone)

working hoursworking hours

Weekdays: 9:00-17:00

Holidays: Only emergencies are handled

Contact us

Contact us

Contact number QQ consultation
QQ consultation

3271883383

Company address
Back to top