How do multiple PLCs exchange signals?

Publisher:不见南师久Latest update time:2022-09-22 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

A common concept in industrial control systems: hard-wired exchange of signals and communication between different devices.

In some large-scale smart factories, one or more large PLCs are usually used to form the processing core. All important equipment needs to be controlled by this unified core. The advantage of doing so is that information can be highly integrated.


So should we use one PLC or multiple PLCs? That depends on the size of the factory. Even a large PLC cannot be used indefinitely. It also has a capacity. If there are too many programs, the response time will naturally be slower, so multiple PLCs are needed to complete the task together.


Or due to some technical reasons or the reasons of the equipment supplier, it is necessary to purchase multiple unrelated devices, which generally have separate processing units, and then transform them to integrate the signals together according to production needs.


If multiple PLCs are used, the question is how to exchange signals between them? There are two general ways:

1. Communications

For example, PROFIBUS, PROFINET, Modbus, free port communication, etc. This is a hardware + software method. Generally speaking, PLCs of the same brand are easier to communicate, but using them requires a certain understanding of PLCs, and the difficulty of getting started is relatively high.

4266fe98-3a0f-11ed-9e49-dac502259ad0.jpg

429382d8-3a0f-11ed-9e49-dac502259ad0.jpg

2. Hard-wired signal exchange

The hard wire here does not refer to the hardness or softness of the cable, but it means that it is a little harder than the communication method. The hard wire method has nothing to do with the brand of PLC. The signals of both sides can be transferred through relays. This method does not require software programming, only cables, so the operation coefficient is higher, so it is easier to be accepted by people.


Due to the transformation and upgrading of factory equipment, I debugged and put into production several mobile automation equipment in 2018. The new equipment is a set of auxiliary equipment, which needs to exchange signals with the main equipment. At the beginning of the design, a series of issues such as its maintenance convenience were considered, and the auxiliary equipment needed to be moved, so the exchange signal was made into a hard line + aviation plug, which ran well, but I was always worried about the hard line, fearing that the aviation plug would be damaged due to worker operation errors, resulting in a cable short circuit, and then other problems. Fortunately, the cable and aviation plug were selected with good quality during the design, and there have been no problems in operation for more than half a year.


But after using it for a period of time, due to the overall process upgrade, the equipment needed to be integrated together, which meant that more information needed to be transmitted, including some analog signals, etc., so they considered making the hard wire into Ethernet communication, but unexpectedly, this idea was opposed by many people.


The main equipment uses Siemens S1200, and the auxiliary equipment uses Siemens S7-200smart. Both have Ethernet ports. The transformation only requires removing the hard wires and adding switches. The reason for adding switches is that there are multiple touch screens. Modifying the program and adding S7 communication can change the connection method from hard wires to S7 communication.


However, maintenance engineers and electricians generally do not want this method, the reasons are:

1. Maintenance personnel are generally not very skilled and do not know the principles of communication. They think this method is unsafe and that network cables (even Category 6 cables) do not seem to be as strong as dedicated cables + aviation plugs.

2. Maintenance electricians are accustomed to using multimeters to find faults, and hard-wired cables are visible and tangible, making them more intuitive for maintenance electricians to check.

3. For Internet devices such as switches, some grassroots maintenance personnel feel that these belong to the IT department, so they do not want or are not prepared to take over.


But I think Ethernet connections have the following advantages over hardwired connections:

1. Only one network cable is needed for communication, which is very convenient for maintenance and installation. Hard-wired communication requires connectors, and generally the better quality ones are metal aviation plugs. The cable is welded to the plug, and it is troublesome to repair and replace it after damage. The network cable only needs to replace a finished wire.

2. Since both parties in communication have touch screens, the signals of both parties can be put on the touch screen, and both sides can be clearly displayed, and troubleshooting will not be more troublesome than hard wiring.

3. The communication method is safer than the hard-wired one, because the communication has a protocol. Once the network cable is damaged, etc., the PLC can identify it. The hard-wired one is a separate signal line. Once the signal is short-circuited, the system cannot recognize it.

4. The communication method is easier to integrate the system, which is a necessary condition for integrating existing equipment together, and can also make the overall equipment run more smoothly. Anyone who has done a project knows that there are many ways to integrate two separate devices together. You can simply perform logical processing, but the more perfect solution is deep information exchange, so that information can be exchanged, making the entire production process similar to a system.

5. Compared with hard wiring, communication is a more advanced technology. As time goes by, those who are engaged in technology should strengthen their learning. Therefore, even grassroots maintenance electricians need to learn and enrich themselves.


Finally, under my strong suggestion, I tried to change the first device to Ethernet S7 connection. It ran smoothly for nearly 1 month without any problems. Sometimes, small signal interference will occur in the hard line, so in order to deal with this interference, a software filter was specially added to the program. This invisibly increased the production time and reduced the production efficiency. After changing to Ethernet, not only the stability is guaranteed, but also there is no need to add filtering, which shortens the production cycle and improves production efficiency.


Keywords:PLC Reference address:How do multiple PLCs exchange signals?

Previous article:Definition and hardware introduction of stepper motor
Next article:PLC/DCS control system interference types and phenomena

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

Lihe Micro PLC IoT enables massive terminal intelligence and solves the "last mile" problem of the Internet of Things
Lihe Micro PLC IoT enables massive terminal intelligence and completely solves the "last mile" communication problem of the Internet of Things In the Internet of Things (IoT) device communication market, the interconnection between devices is no longer limited to computers and mobile phones. More and more devices wi
[Internet of Things]
Lihe Micro PLC IoT enables massive terminal intelligence and solves the
The only thing you need to achieve high-stability industrial PLC wireless remote control is this module
At present, factories generally use industrial wireless communication technology, aiming to achieve easy operation, high reliability, and easy mobility, etc., to help factories realize intelligent equipment, intelligent production management, intelligent control iteration, and deep integration of OT and IT. At the s
[Embedded]
The only thing you need to achieve high-stability industrial PLC wireless remote control is this module
Mitsubishi PLC common instruction set
1.FX series PLC 2.Q series PLC 3.A series PLC
[Embedded]
Mitsubishi PLC common instruction set
What are the types of Mitsubishi FX series PLC auxiliary relays?
Mitsubishi FX series PLC is a programmable logic controller widely used in the field of industrial automation. In the FX series PLC, the auxiliary relay is an important soft component used to implement various control logics and functions. Basic Concepts of Auxiliary Relays Auxiliary relay is a v
[Embedded]
How to choose PLC reasonably
There are three types of PLC brands on the market: imported European and American brands such as Siemens, Schneider and GE; imported Japanese and Korean brands such as Omron, Mitsubishi and Panasonic; domestic brands such as Inovance, Delta and Xinjie. It should be noted that all PLCs of different brands meet intern
[Embedded]
Is the input signal of Mitsubishi PLC positive or negative?
Mitsubishi PLC (Programmable Logic Controller) is a control device widely used in the field of industrial automation. In the Mitsubishi PLC system, input signals are very important components. They are responsible for transmitting the status or signal of external devices to the PLC for further processing and control
[Embedded]
Which programming method does Mitsubishi FX series PLC support?
Mitsubishi FX series PLC is a programmable logic controller widely used in the field of industrial automation. It has powerful functions and flexibility, and supports a variety of programming methods to meet the needs of different users. This article will introduce in detail the programming methods supported by Mits
[Embedded]
Tips you should know: The difference between MCU and PLC programming
There is a big difference between the programming of single-chip microcomputer and PLC. All programs of single-chip microcomputer are designed by users, while the programs of PLC include system programs (called operating system by Siemens) and user programs. The operating system is used to organize all CPU functions t
[Power Management]
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号