10 Practical Tips on PLC (Part 2)

Publisher:Delightful789Latest update time:2024-05-27 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

6. Label input and output

Convenient maintenance PLC controls a complex system. What you can see are two rows of staggered input and output relay terminals, corresponding indicator lights and PLC numbers, just like an integrated circuit with dozens of pins. Anyone who does not look at the schematic diagram to repair the faulty equipment will be helpless and the speed of finding the fault will be very slow. In view of this situation, we draw a table based on the electrical schematic diagram and stick it on the console or control cabinet of the equipment, marking the electrical symbols and Chinese names corresponding to each PLC input and output terminal number, which is similar to the functional description of each pin of the integrated circuit.


With this input and output table, electricians who understand the operation process or are familiar with the ladder diagram of this equipment can start maintenance.

But for those electricians who are not familiar with the operation process and cannot read ladder diagrams, they need to draw another table: PLC input and output logic function table. This table actually explains the logical correspondence between the input circuit (trigger element, associated element) and the output circuit (actuator) in most operation processes.

Practice has proved that if you can skillfully use the input-output correspondence table and the input-output logic function table, you can easily repair electrical faults without drawings.



7. Infer faults through program logic

There are many types of PLCs commonly used in industry today. For low-end PLCs, the ladder diagram instructions are similar. For mid- to high-end machines, such as S7-300, many programs are written using language tables.

Practical ladder diagrams must have Chinese symbol annotations, otherwise it will be difficult to read. If you can have a general understanding of the equipment process or operation process before reading the ladder diagram, it will seem easier.

If an electrical fault analysis is to be performed, the reverse search method or reverse reasoning method is generally applied, that is, according to the input-output correspondence table, the corresponding PLC output relay is found from the fault point, and then the logical relationship that satisfies its action is reversed.

Experience shows that if one problem is found, the fault can be basically eliminated, because it is rare for two or more fault points to occur simultaneously in the equipment.

8. PLC self-fault judgment

Generally speaking, PLC is an extremely reliable device with a very low failure rate. The probability of damage to hardware such as PLC and CPU or software errors is almost zero. The PLC input point will hardly be damaged unless it is caused by strong electric intrusion. The normally open point of the PLC output relay will have a long contact life unless the peripheral load is short-circuited or the design is unreasonable, and the load current exceeds the rated range.

Therefore, when we look for electrical fault points, we should focus on the PLC's peripheral electrical components and not always suspect that there is a problem with the PLC hardware or program. This is very important for quickly repairing faulty equipment and resuming production.

Therefore, the electrical fault inspection and repair of the PLC control circuit discussed by the author does not focus on the PLC itself, but on the peripheral electrical components in the circuit controlled by the PLC.

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

(1) Instructions that do not participate in the control cycle or have been entered before the cycle do not need to be connected to the PLC;

(2) When multiple instructions control a task, they can be connected in parallel outside the PLC and then connected to an input point;

(3) Make full use of the PLC internal functional soft components and fully call the intermediate state to make the program complete and coherent and easy to develop. At the same time, it also reduces hardware investment and reduces costs;

(4) If conditions permit, it is best to make each output independent, which is convenient for control and inspection and also protects other output circuits; when an output point fails, it will only cause the corresponding output circuit to lose control;

(5) If the output is a forward/reverse controlled load, not only must the PLC internal program be interlocked, but measures must also be taken outside the PLC to prevent the load from moving in both directions;

(6) PLC emergency stop should be cut off using an external switch to ensure safety.

10. Other matters needing attention

(1) Do not connect the AC power cord to the input terminal to avoid burning the PLC;

(2) The grounding terminal should be grounded independently and not connected in series with the grounding terminal of other equipment. The cross-sectional area of ​​the grounding wire should not be less than 2mm²;

(3) The auxiliary power supply is small and can only drive low-power devices (photoelectric sensors, etc.);

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

(5) When there is no protection in the PLC output circuit, a protective device such as a fuse should be connected in series in the external circuit to prevent damage caused by load short circuit.


Keywords:PLC Reference address:10 Practical Tips on PLC (Part 2)

Previous article:The structure and basic working principle of stepper motor
Next article:What are the main reasons for the axial movement of the motor rotor?

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

Mitsubishi PLC internal counter programming
Mitsubishi PLC counter soft element OUT, RST instruction mnemonics and functions Internal counter programming C0 counts the number of OFF-ON times of X011. When it reaches the set value K10, the output point C0 is activated. Thereafter, even if X011 is OFF-ON, the current value of the counter r
[Embedded]
Mitsubishi PLC internal counter programming
Analysis of PROFIBUS-DP Communication Technology between FANUC Robot and SIEMENS PLC
This article mainly focuses on FANUC robots and introduces the PROFIBUS-DP communication between FANUC robots and SIEMENS PLC, as well as the DEVICE NET communication between FANUC robots and FRONIUS welding machines. 1. PROFIBUS-DP communication between FANUC robot and SIEMENS PLC 1. Hardware Preparation
[Embedded]
Analysis of PROFIBUS-DP Communication Technology between FANUC Robot and SIEMENS PLC
How does PLC connect with common input and output electrical components?
PLC is easy to use and has high reliability. The electrical control of many devices is mainly based on the I/O electrical interface of the switch quantity. The input end of the PLC is usually connected to the field instrument, various switches and other electrical components, and the output end of the PLC is usually
[Embedded]
How does PLC connect with common input and output electrical components?
9 tips for daily PLC applications
In recent years, with the development of society, PLC programmable controllers have been widely used in industrial production. At the same time, the requirements of technicians for their use are also increasing year by year, so the requirements for the normal and stable operation of the system are also getting highe
[Embedded]
Analysis of PROFIBUS-DP Communication Technology between FANUC Robot and SIEMENS PLC
This article mainly focuses on FANUC and introduces the PROFIBUS-DP communication between FANUC robot and SIEMENS, as well as the DEVICE NET communication between FANUC robot and FRONIUS welding machine. 1. PROFIBUS-DP communication between FANUC robot and SIEMENS PLC 1. Preparation The PLC used in th
[robot]
Can Mitsubishi plcFx2N2AD connect two pressure sensors?
Mitsubishi PLC FX2N-2AD is a programmable logic controller with analog input function, which can receive analog signals and convert them into digital signals for further processing and control. In some application scenarios, it may be necessary to connect two pressure sensors at the same time to realize the monitori
[Embedded]
A brief discussion on the definition and application of PLC and DCS
DCS (Distributed Contorl System), also known as distributed control system, is a computer control system relative to the centralized control system. It is developed and evolved on the basis of the centralized control system. PLC (Program Logic Control), programmable logic controller. PLC and DC
[Embedded]
The difference between PLC control and single chip microcomputer control
    PLC is actually a set of ready-made single-chip microcomputer (single-chip microcomputer has a wide range of range) system.     You can think of the ladder diagram of PLC as a programming language like assembly and other computer languages, but the scope of use is different! And the usual practice is that the PLC
[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号