Hollysys PLC - nine precautions for the use of PLC

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

1. PLCZ self-fault judgment

In general, PLCs are extremely reliable devices with a very low failure rate. The probability of hardware damage such as the CPU of the PLC or software running errors is almost zero; If the PLC input point is not caused by strong current intrusion, it will hardly be damaged; The normally open point of the PLC output relay is not for the external load short circuit or unreasonable design, the load current exceeds the rated range, and the contact life is also very long.

Therefore, we find the electrical fault point, the focus should be on the peripheral electrical components of the PLC, do not always suspect that there is a problem with the PLC hardware or program, which is very important for the rapid repair of faulty equipment and the rapid recovery of production, so the author talks about the electrical fault repair of the PLC control loop, the focus is not on the PLC itself, but the peripheral electrical components in the PLC control loop.

2. Selection of input-output (I/O) modules

The output modules are divided into transistors, triacs, and contact types.

The switching speed of the transistor type is the fastest (generally 0.2ms), but the load capacity is the smallest, about 0.2-0.3A, 24VDC, suitable for fast switching, signal contact equipment, generally connected with frequency conversion, DC devices and other signals, should pay attention to the influence of transistor leakage current on the load.

The advantages of the thyristor type are that it has no contacts, has AC load characteristics, and has a small load capacity.

The relay output has the characteristics of AC and DC load, and the load capacity is large. In conventional control, relay contact output is generally selected first, and the disadvantage is that the switching speed is slow, generally about 10ms, which is not suitable for high-frequency switching applications.

3. Grounding issues

The grounding requirements of the PLC system are relatively strict, and it is best to have an independent dedicated grounding system, and it should also be noted that other equipment related to PLC should also be reliably grounded. When multiple circuit grounding points are connected together, unexpected currents can be generated, causing logic errors or damaging circuits.

When devices that are far apart are connected by communication cables or sensors, the current between the cable and the ground will flow through the entire circuit, and even in a short distance, the load current of a large device can change between it and the ground potential, or directly produce unpredictable currents through electromagnetic action.

Between power supplies at incorrect grounding points, there is a risk of a devastating current being generated in the circuit to the point of destroying the device.

The PLC system generally uses a one-point grounding method. In order to improve the ability to resist common mode interference, the shielding floating technology can be used for analog signals, that is, the shielding layer of the signal cable is grounded at one point, the signal loop is floating, and the insulation resistance with the ground should not be less than 50MΩ.

Fourth, eliminate the capacitance between the lines to avoid malfunction

There is a capacitance between the wires of the cable, and a qualified cable can limit this capacitance to a certain range. Even if the cable is qualified, when the cable length exceeds a certain length, the capacitance value between the wires will exceed the required value, and when the cable is used for PLC input, the capacitance between the lines may cause PLC malfunction, and many incomprehensible phenomena will occur.

These phenomena are mainly manifested as: the bright wiring is correct, but the PLC has no input; The input that the PLC should have is not, and the input that should not be there is, that is, the PLC input interferes with each other. To address this problem, it is necessary to:

1. Cables twisted together using cable cores;

2. Try to shorten the length of the cable used;

3. Use cables separately for inputs that interfere with each other;

4. Use shielded cables.

5. Anti-interference treatment

The environment of the industrial site is relatively harsh, and there are many high and low frequency interference. These interferences are typically introduced into the PLC via cables connected to field devices. In addition to grounding measures, some anti-interference measures should be taken in the design selection and laying of cables:

1. The analog signal is a small signal, which is very susceptible to external interference, and double-layer shielded cable should be selected; High-speed pulse signals (such as pulse sensors, digital disks, etc.) should be shielded cables, which not only prevent external interference, but also prevent high-speed pulse signals from interfering with low-level signals;

2. The frequency of communication cables between PLCs is high, and the cables provided by the manufacturer should generally be selected, and in the case of low requirements, twisted pair cables with shielding can be selected;

3. Analog signal lines and DC signal lines cannot be routed in the same trunking as AC signal lines;

4. The shielded cable introduced and drawn out of the control cabinet must be grounded, and should be directly connected to the equipment without passing through the terminal;

5. AC signal, DC signal and analog signal cannot share a cable, and the power cable should be laid separately from the signal cable;

6. During on-site maintenance, the methods to solve the interference are: using shielded cables for the interfered lines and re-laying; Add anti-interference filtering code to the program.

6. Mark the input and output to facilitate maintenance

The PLC controls a complex system, and what can be seen is the upper and lower rows of staggered input and output relay terminals, the corresponding indicator lights and PLC numbers, like an integrated circuit with dozens of legs. Anyone who doesn't look at the schematic diagram to troubleshoot faulty equipment will be helpless and will be particularly slow to find faults.

In view of this situation, we draw a table according to the electrical schematic diagram, paste it on the console or control cabinet of the equipment, and indicate the electrical symbol corresponding to the number of each PLC input and output terminal, the Chinese name, that is, the functional description of each pin similar to the integrated circuit.

With this I/O table, it is time for an electrician who understands the operation process or is familiar with the ladder diagram of the equipment. But for those electricians who are not familiar with the operation process and do not know how to read the ladder diagram, they need to draw another table: PLC input and output logic function table. The table actually illustrates the logical correspondence between the input loops (trigger elements, associated components) and output loops (actuators) during most operations.

Practice has proved that if you are proficient in using the input-output correspondence table and the input-output logic function table, you can troubleshoot electrical faults without drawings.

7. Infer faults through program logic

Nowadays, there are many kinds of PLCs often used in the industry, for low-end PLCs, ladder instructions are similar, for high-end machines, such as S7-300, many programs are programmed in language tables. The practical ladder diagram must have Chinese symbol annotations, otherwise it is difficult to read, if you can roughly understand the equipment process or operation process before looking at the ladder diagram, it seems easier.

If the electrical fault analysis is carried out, the reverse check method or the reverse deduction method is generally applied, that is, according to the input and output corresponding tables, the output relay of the corresponding PLC is found from the fault point, and the logical relationship that satisfies its action is started to be reversed. Experience shows that when a problem is found, the fault can basically be eliminated, because there are not many points of failure of the equipment with two or more failures at the same time.

8. Make full and reasonable use of software and hardware resources

1. Instructions that do not participate in the control cycle or have been put in before the cycle can not be connected to the PLC; When multiple commands control a task, they can be connected in parallel outside the PLC before connecting to an input point;

2. Try to make use of the internal functional soft components of the PLC, fully call the intermediate state, so that the program has complete coherence and is easy to develop. At the same time, it also reduces hardware investment and costs;

3. If conditions permit, it is best to have each output independently, which is convenient for control and inspection, and also protects other output circuits; When one output point fails, it only causes the corresponding output loop to get out of control;

4. If the output is a load with forward/reverse control, it is not only necessary to interlock from the internal program of the PLC, but also to take measures outside the PLC to prevent the load from moving in both directions;

5. The PLC emergency stop should be cut off with an external switch to ensure safety.

9. Other precautions

1. Do not connect the AC power cord to the input terminal, so as not to burn out the PLC; The grounding terminal should be grounded independently, not connected in series with the grounding terminal of other equipment, and the cross-sectional area of the grounding wire should not be less than 2mm2;

2. The auxiliary power supply is small and can only drive small power equipment (photoelectric sensors, etc.);

3. Some PLCs have a certain number of occupancy points (i.e., empty address terminals), do not connect the wires;

4. When there is no protection in the PLC output circuit, fuses and other protection devices should be used in series in the external circuit to prevent damage caused by short circuit of the load.
Hollysys PLC - nine precautions for the use of PLC

More on that
The scientific and technological achievements of "SCADA system development and refined oil pipeline application based on independent chips and operating systems" have reached the international advanced level The scientific and technological achievements of "SCADA system development and refined oil pipeline application based on independent chips and operating systems" have reached the international advanced level

On October 15, 2022, the scientific and technological achievement of "SCADA system development and refined oil pipeline application based on independent chips and operating systems" jointly completed by South China Branch of National Petroleum Pipeline Network Group Co., Ltd. and Hangzhou Hollysys Automation Co., Ltd. successfully passed the China Petroleum and Chemical Industry Co., Ltd.

Hollysys PLC - Introduction to the working principle and operation mode of PLC controller Hollysys PLC - Introduction to the working principle and operation mode of PLC controller

How a PLC controller works 1. Scanning technology When the PLC is put into operation, its working process is generally divided into three stages, namely input sampling, user program execution and output refresh. The completion of these three phases is called a scan cycle. During the entire operation ...

Hollysys DCS - DCS fault maintenance measures Hollysys DCS - DCS fault maintenance measures

Whether it is a new unit or an upgraded DCS, the equipment of the system and controller should focus on the reliability and load factor (including redundancy) objectives. The load rate planning of the communication bus must be controlled within a reasonable range, and the load rate of the controller should be balanced as much as possible.

Hollysys PLC - the top ten comprehensive failure causes of PLC Hollysys PLC - the top ten comprehensive failure causes of PLC

1. Grounding problems The grounding requirements of the PLC system are relatively strict, and it is best to have an independent dedicated grounding system, and it should also be noted that other equipment related to PLC should also be reliably grounded. When multiple circuit grounding points are connected together, unexpected currents can be generated, resulting in logic errors or ...

Hollysys PLC - common faults and solutions of CNC machine tool PLC Hollysys PLC - common faults and solutions of CNC machine tool PLC

CNC machine tool PLC (programmable logic controller) has the following common faults in the operation process, and the following corresponding solutions are taken for the faults in the work engineering to make the equipment operate normally. 1. The power grid fluctuates too much, and the PLC does not work It is manifested as no output of the PLC. Check first ...

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...

Hollysys DCS—— Selection, design and debugging of DCS system Hollysys DCS—— Selection, design and debugging of DCS system

1. Configuration of the system and controller The configuration of systems and controllers focuses on reliability and load factor (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 ...

Hollysys DCS - the connection method between thermocouple and DCS Hollysys DCS - the connection method between thermocouple and DCS

1. The thermocouple uses a compensation wire, and there can be a node in the middle, but the corresponding compensation cable must be used to directly connect to the DCS thermocouple module, such as the LLMUX card in HONEYWELLTPS. Minimize nodes to reduce interference. In addition, in the DCS configuration, it is necessary to select the corresponding thermocouple model, and supplement the ...

Hollysys went to Shaanxi Traffic Control Group for a discussion and exchange Hollysys went to Shaanxi Traffic Control Group for a discussion and exchange

In order to further strengthen the comprehensive cooperation with Shaanxi Traffic Control Group, on August 11, 2022, Xu Yue, Chairman and Co-President of Hollysys Group, visited Zhang Wenqi, Secretary of the Party Committee and Chairman of Shaanxi Traffic Control Group, and the two sides conducted in-depth exchanges and cooperation on topics such as business ecology and smart highways.

Hollysys PLC - three forms of PLC output circuit Hollysys PLC - three forms of PLC output circuit

1. Relay output circuit This type of output circuit form can be either DC or AC. The output circuit form of PLC relay allows the load to be generally below AC250V/50V, the load current can reach 2A, and the capacity can reach 80-100VA (voltage × current), so ...

Hollysys PLC - the control function of PLC Hollysys PLC - the control function of PLC

(1) Computing function The computing functions of a simple PLC include logic operation, timing and counting functions; The operation functions of ordinary PLC also include data shift, comparison and other calculation functions; More complex arithmetic functions include algebraic operations, data transmission, etc.; There are also analog PIDs in large PLCs.

The characteristics of Hollysys LK series PLC are introduced in detail The characteristics of Hollysys LK series PLC are introduced in detail

LK is a programmable controller (PLC) product launched by Hollysys for medium and high-performance control fields. It fully integrates the advantages of DCS and PLC, adopts high-performance analog processing technology, miniaturized structural design, open industry standards, and a universal system platform, so that ...

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 ...

Hollysys PLC - the basic structure of PLC and the role of each part of the detailed explanation Hollysys PLC - the basic structure of PLC and the role of each part of the detailed explanation

1. Power supply: The power supply is used to convert the alternating current into the direct current required inside the PLC, and most of the PLCs are powered by switching regulated power supply. 2. Central processing unit: The central processing unit (CPU) is the control center of the PLC, and it is also the core component of the PLC.

Hollysys DCS control system configuration process Hollysys DCS control system configuration process

1. Preliminary preparations Engineering configuration is operated at the engineer station, and before engineering configuration, it is necessary to have the necessary tools and information, specifically: Tools: refers to the hardware environment and software environment used in engineering configuration, usually refers to the ...

Hollysys PLC - PLC is classified by function Hollysys PLC - PLC is classified by function

According to the different functions of PLC, PLC can be divided into three categories: low-grade, mid-range and high-end. (1) Low-grade PLC Low-grade PLC has basic functions such as logic operation, timing, counting, shifting, self-diagnosis, monitoring, etc., and can also have a small amount of analog input/output, arithmetic operation, math...

Hollysys helped China's first 20,000-ton green electricity to green hydrogen demonstration project be fully put into operation Hollysys helped China's first 20,000-ton green electricity to green hydrogen demonstration project be fully put into operation

On August 30, Sinopec announced that China's largest photovoltaic power generation direct production green hydrogen project, Xinjiang Kuqa Green Hydrogen Demonstration Project (hereinafter referred to as the Green Hydrogen Demonstration Project), was fully completed and put into operation, marking a breakthrough in the large-scale industrial application of green hydrogen in China. In this project, and ...

Hollysys PLC - the output wiring of PLC Hollysys PLC - the output wiring of PLC

(1) There are three forms of programmable controller: relay output, thyristor output, and transistor output. (2) The wiring of the output terminal is divided into independent output and common output. When the output relay or thyristor of the PLC is activated, the two output terminals of the same number are turned on. In different groups, you can ...

Hollysys - Contribute to China's green development "Yizhuang Power" Hollysys - Contribute to China's green development "Yizhuang Power"

Facing China's "double carbon" strategic goals, the Beijing Economic and Technological Development Zone is guiding a large number of enterprises to explore the implementation plan of "carbon peak" and "carbon neutrality", and strive to build a number of green factories, green products and green supply chains. Recently, enterprises in the zone and Lisi Group signed a contract for the first time in China to use CO (dioxide...

Hollysys delivered a keynote speech at CAIMRS 2023 and won a number of awards Hollysys delivered a keynote speech at CAIMRS 2023 and won a number of awards

The "2023 China Automation + Digital Industry Annual Conference", "The 19th CAIMRS and Digital Leaders Forum" and the "Annual Award Ceremony" were successfully held in Suzhou. The theme of this summit is "Powerful Digital Intelligence, Junfa New Industry", combined with post-epidemic recovery, digital intelligence, and new industrialization.

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