PLC project debugging signal interference case analysis

Publisher:guqian999Latest update time:2023-01-03 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

[Introduction] During the debugging of a PLC project, you may encounter all kinds of strange problems, signal interference is one of them, and it is difficult to find the cause of the problem. Today I will share two cases, hoping to help you.


Example A

1. Description of the phenomenon:

The AO point in the Siemens PLC sends out a 4-20mA current control signal, which is output to the Siemens inverter, but cannot control the inverter to start.

2af0049a-831a-11ed-bfe3-dac502259ad0.jpg


(II) Fault finding:

(1) Suspected AO board problem, using a multimeter to measure the 4-20mA output signal, the signal is normal. (2) Then suspected that there is a problem with the inverter control signal input terminal, replaced with a inverter of the same model, the problem still exists. (3) Use a handheld signal transmitter as a 4-20mA output signal source, output standard current signal to the inverter, the inverter starts, so we rule out the analog output board and inverter faults. (4) It is speculated that the inverter interference signal is transmitted to the analog channel. (5) Therefore, a signal isolation module is added to the PLC analog 4-20mA output channel, the isolator input terminals 5 and 6 are connected to the analog output module, the output terminals 1 and 2 are connected to the inverter, and the terminals 3 and 4 are connected to the external 24VDC power supply, the inverter starts normally. (6) Based on this, it is concluded that the root cause of the problem is the inverter interfering with the analog channel.


(III) Notes:

(1) The PLC power supply and the power system power supply (inverter power supply) are configured separately, and the PLC power supply should use an isolation transformer;

(2) The power line should be separated from the signal line as much as possible, and the signal line should be shielded;

(3) Regardless of analog signal input or analog signal output, analog channels must use signal isolation modules;

(4) Design software filters in PLC programs;

(5) Design the signal ground and power ground separately.

Example B

Some time ago, I saw an analysis and solution to the problem of analog interference. In our actual application, we will encounter many similar problems. Share it with everyone: "There are 10 250KW motors in the workshop, and the load is a high-pressure pump. The inverter uses Schneider ATV71 and is connected to the PLC through DP. The PLC uses Siemens 300, the pressure transmitter is Siemens, and the transmitter to the PLC is 4-20mA analog, and the shielded line is used in the middle.


After debugging, everything was normal after running for a week. After the manufacturer left, pump No. 8 suddenly appeared when it was turned on. The pressure was set to 40 kg, and the actual value was 70 kg. The actual value was set to 80 kg, but it was 110 kg. At first, I suspected that the sensor was faulty, but everything was normal after replacing it with other pumps. After that, the inverter was fully turned on, and pumps No. 3, 4, 5, 6, 7, 9, and 10 also had similar problems. It was speculated that the pressure sensor was interfered by the inverter. The manufacturer suggested adding metal pipe shielding. However, considering the difficulty of on-site construction (the control room is more than 30 meters away from the motor, and all cables are underground).


And I think the harmonic interference of the inverter should be the pressure value fluctuating up and down, and it is rare to see interference causing a linear increase. At first, I suspected that there was something wrong with the manufacturer's program, because the pressure value displayed on the display was always 40 kg, but the inverter output a frequency of 70 kg. The manufacturer disagreed with this view and said that they definitely used the Siemens standard PID block.

2b0ce9f2-831a-11ed-bfe3-dac502259ad0.jpg

I couldn't figure it out. I accidentally discovered that the negative and shielding layers of the manufacturer's sensor were connected to the M of the PLC analog input terminal at the same time. After removing the shielding wire and connecting it to the ground of the equipment, the fault was eliminated. Inference: For a 2-wire sensor, the positive pole has a 24V voltage provided by the PLC, and the negative pole is where the sensor outputs a 4-20mA current. After the shielding wire and the negative pole are connected together, the induced electromotive force on the shielding wire generates a current that enters the PLC input terminal together, causing a superimposed current, thereby forming a linear increase in the pressure value. As a result, the same situation occurred within two days of operation, and what was more serious was that one of the pressure sensors was removed and there was still 40 kg of pressure. Finally, it was found that the negative pole stripping on the PLC input side was too long, short-circuited with each other, causing the signals of other channels to string out. Then I remembered that when I first started debugging, the manufacturer asked me if the equipment ground and the cabinet ground were not on the same ground. After the two ends of the pressure sensor shielding wire were grounded, the interference was particularly strong. It couldn't be displayed. I didn't think much about it and said it was single-ended grounding, and it turned out to be normal. Now I think that the current output side of each sensor was connected together through the shielding wire, causing a short circuit. After that, the ground wire on the sensor side was removed. Since the shielding wires were not connected together, the signal was normal.

2b17df74-831a-11ed-bfe3-dac502259ad0.jpg

Keywords:PLC Reference address:PLC project debugging signal interference case analysis

Previous article:What is a machinery safety system? What does a machinery safety system require?
Next article:Programming principles of Siemens PLC ladder diagram language

Recommended ReadingLatest update time:2024-11-16 11:34

Modbus protocol to Profibus protocol gateway to connect temperature control meter to PLC communication
1. Introduction In the era of rapid development of intelligence, automation systems are being used in various industries. In intelligent building systems, communication between temperature controllers and PLCs (programmable logic controllers) is crucial. In intelligent building systems, temperature controllers
[Embedded]
Modbus protocol to Profibus protocol gateway to connect temperature control meter to PLC communication
PLC controls/monitors the robot's gripper status function block FB250
Function block FB250 for controlling/monitoring the gripper status Select Maintenance Location With the "Maintenance" button (toggle function), you can select a maintenance location or confirm it. When you reach a maintenance location, its text changes from "Maintenance" to "Maintenance Confirmation".
[robot]
Summarize the characteristics and key points of the five stages of PLC learning
First, the simple logic control stage. No matter what you learn, there is a process, and it is not something that can be achieved overnight. From accumulating learning to understanding innovation, and finally making your own things. Combined with my work experience, this process is divided into 5 stages, and the cha
[Embedded]
IoT Mixing Plant Monitoring System Case Using PLC Gateway
"In the past, manual inspections were required during the production of mixing stations. The large amount of dust pollution and noise generated during the transportation of materials and mixing made the workers miserable. But if the IoT mixing station monitoring system smart park project is implemented, workers will
[Embedded]
IoT Mixing Plant Monitoring System Case Using PLC Gateway
How should PLC beginners choose Siemens or Mitsubishi?
Understanding PLC Programmable logic controller uses a type of programmable memory to store programs internally, execute user-oriented instructions such as logic operations, sequential control, timing, counting and arithmetic operations, and control various types of machinery or production processes through dig
[Embedded]
How should PLC beginners choose Siemens or Mitsubishi?
Common Faults and Repair Methods of PLC
The concept and working principle of PLC PLC stands for Programmable Logic Controller, which is a digital electronic circuit commonly used in industrial automation control and robot control. The working principle of PLC is as follows: PLC is a system composed of CPU, memory, input/output modules
[Embedded]
PLC Prospects How to Learn What are the Advantages and Benefits of PLC?
As the industrialization level of countries around the world continues to develop and improve, industrial enterprises in various countries are working hard to design, strengthen, improve and transform the construction of automated production capabilities. From the earliest small workshops with human labor
[Embedded]
What is the essential difference between PLC and microcontroller?
I want to understand the difference between PLC and MCU. I searched a lot on the Internet, but I am still confused. Finally, I combined some sentences that hit the point, analyzed and summarized them carefully. I think the difference between PLC and MCU should be: 1.PLC is a relatively mature control system composed o
[Microcontroller]
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号