Characteristics and structural analysis of ladder diagram in PLC control system

Publisher:彩虹微笑Latest update time:2023-09-18 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

1. Characteristics of ladder diagram of PLC control system

(1) Input signal and output load of PLC control system

The AC contactors and solenoid valves in the relay circuit diagram are controlled by the output relays of the PLC, and their coils are connected to the output terminals of the PLC. Buttons, control switches, limit switches, proximity switches, etc. are used to provide control commands and feedback signals to the PLC, and their contacts are connected to the input terminals of the PLC.

0a38db5c-e830-11ed-ab56-dac502259ad0.jpg

(2) Treatment of intermediate relays and time relays in relay circuit diagrams

The functions of the intermediate relay and time relay in the relay circuit diagram are completed by the auxiliary relays and timers inside the PLC, and they are not related to the input relays and output relays of the PLC.

0a4791f6-e830-11ed-ab56-dac502259ad0.jpg

(3) Setting up the intermediate unit

In the ladder diagram, if multiple coils are controlled by a certain contact series/parallel circuit, in order to simplify the circuit, an auxiliary relay controlled by the circuit can be set in the ladder diagram. The auxiliary relay is similar to the intermediate relay in the relay circuit.

0a50a778-e830-11ed-ab56-dac502259ad0.jpg

(4) Treatment of instantaneous contacts of time relay

In addition to the contacts for delayed action, the time relay also has instantaneous contacts that act immediately when the coil is energized or de-energized. For a time relay with instantaneous contacts, an auxiliary relay can be connected in parallel at both ends of the coil of the corresponding timer in the ladder diagram, and the latter's contacts are equivalent to the instantaneous contacts of the time relay.

0a603f62-e830-11ed-ab56-dac502259ad0.jpg

(5) Establishment of external interlocking circuit

In order to prevent the two contactors controlling forward/reverse rotation from operating at the same time and causing a short circuit in the three-phase power supply, in addition to setting up a soft interlocking circuit consisting of move-break contacts connected in series with the coils of their corresponding output relays in the ladder diagram, a hard interlocking circuit should also be set up outside the PLC.

0a6a7ed2-e830-11ed-ab56-dac502259ad0.jpg

2. Structural analysis of ladder diagram

Use general programming method or sequential function chart programming method; use single sequence structure of sequential function chart or select sequence structure, parallel sequence structure; use start/hold/stop circuit, step sequence control instruction for programming or set/reset instruction for programming.


The decomposition of the ladder diagram starts with operating the main command circuit (such as a button), and tracing the line to the action of the main circuit control device (such as a contactor). In the middle, it has to pass through many programming components and circuits, which makes it difficult to find.


No matter how complex the ladder diagram is, it is composed of some basic units. According to the composition of the main circuit, the ladder diagram and instruction statement table are decomposed into several basic units corresponding to the electrical appliances (such as motors) of the main circuit using the reverse reading and tracing method, and then analyzed one link at a time, and finally the links are connected using the forward reading and tracing method.

0a74331e-e830-11ed-ab56-dac502259ad0.jpg

(1) Configuration and function of buttons, travel switches, and transfer switches

There are many travel switches and transfer switches, as well as pressure relays, temperature relays, etc. in the PLC I/O wiring diagram. These electrical components do not have an attraction coil, and the movement of their contacts is achieved by external force or other factors. Therefore, the external force or factors that cause the movement of these contacts must be found first. The travel switch is pressed or released by a mechanical linkage mechanism, and the transfer switch is generally operated manually, so that the contacts of these travel switches and transfer switches are in different working states during the operation of the equipment, that is, the closing and opening of the contacts are different to meet different control requirements. This is a key in the process of reading the diagram.


It is difficult to understand the different working states of the contacts of these travel switches and transfer switches by simply looking at the circuit diagram. It is necessary to combine the equipment manual and the electrical component list to clarify the purpose of the travel switch and transfer switch, the mechanical linkage mechanism of the travel switch, and the working state of the circuit when the contacts are in different closed or open states.

0a808ace-e830-11ed-ab56-dac502259ad0.jpg

(2) Use the reverse reading and tracing method to decompose multiple loads (such as multi-motor circuits) into single load (such as single motor) circuits

According to the main contact symbol of the control appliance that controls the load in the main circuit, find the output relay of the contactor coil that controls the load in the PLC I/O wiring diagram, and then find the coil that controls the output relay and its related circuits in the ladder diagram and instruction statement table. This is the local circuit that controls the load.


In the ladder diagram and instruction statement table, it is easy to find the coil circuit of the output relay and its energizing and de-energizing conditions, but it is not easy to find the energizing and de-energizing of the coil and its related circuits. You can use the reverse reading and tracing method to find them:

The closing and opening of the contacts of other programming elements connected in series and parallel in the output relay coil circuit are the conditions for the output relay to be energized or de-energized.


From these contacts, we can find out their coil circuits and related circuits. In these coil circuits, there will be contacts of other contactors and relays...

0a92af6a-e830-11ed-ab56-dac502259ad0.jpg

Continue searching in this way until you find the input relay (master control device). It is worth noting that when a programming element is energized or released, the action states of the previous and subsequent programming elements driven by all the contacts of the programming element should be found out without omission.


Find out the normally made contacts and normally broken contacts of a programming element in other circuits. These contacts provide conditions for the power on and off of other programming elements or for interlocking and interlocking, causing other electrical elements to operate and drive the executing electrical appliances.

0aa9d33e-e830-11ed-ab56-dac502259ad0.jpg

(3) Further decomposition of the single load circuit

The local circuit for controlling a single load may still be complex and needs to be further decomposed into basic unit circuits.

(4) Notes on circuit decomposition

If the motor shaft is connected to a speed relay, the motor will form a parking brake circuit according to the speed control principle.

If a rectifier is connected to the main circuit of the motor, it indicates that the motor uses an energy-consuming braking parking circuit.

(5) Comprehensive analysis

Connect the basic unit circuits in series and use the forward tracking method to analyze the entire circuit.


Keywords:PLC Reference address:Characteristics and structural analysis of ladder diagram in PLC control system

Previous article:DC motor control principle and drive circuit often used in ROS learning platform
Next article:How to ground PLC? The purpose of PLC grounding

Recommended ReadingLatest update time:2024-11-16 10:35

Siemens PLC1200 connects to Kollmorgen drives via EtherCAT to Profinet gateway
This case is a configuration case of connecting the Kollmorgen drive to the Siemens 1200PLC through the EtherCAT to Profinet gateway (WL-PN-ECATM). The devices used are a Siemens 1200PLC, a Wenlian Technology EtherCAT to Profinet gateway, and a Kollmorgen drive; 1. Manage general site description files;
[Embedded]
Siemens PLC1200 connects to Kollmorgen drives via EtherCAT to Profinet gateway
Ideas and methods for learning PLC programming
Electric workers will come into contact with PLC in their actual work. With the development of industrial automation and intelligent technology, PLC has replaced complex relay control cabinets and contactor control cabinets in many complex occasions and has been widely used. PLC is not only simple to wire, easy to w
[Embedded]
Ideas and methods for learning PLC programming
Judging the abnormality and treatment of Mitsubishi PLC through LED indicator
1. The POWER light of the PLC is not on? There is a "POWER" LED indicator on the front of the Mitsubishi PLC host and the expansion. When the host is powered on, the green LED light is on. If the indicator does not light up after the host is powered on, please unplug the wiring of the "24+" terminal. If the ind
[Embedded]
Nine essential steps in PLC programming
The scientific PLC programming steps are actually very simple, but most engineers often think that it is simple and ignore many details. Ignoring details will inevitably lead to problems in the future. To avoid future problems, you can only follow the rules well. There is no order without rules, and PLC programming
[Embedded]
Nine essential steps in PLC programming
PLC Case Rolling Door Control
Control requirements: A garage rolling door uses a key switch to select three control modes for the door: stop, manual, and automatic. The door cannot be controlled in the stop position. In the manual position, the door can be opened and closed with a button. In the automatic position, it can be controlled by t
[Embedded]
PLC Case Rolling Door Control
Interpretation of the internal disassembly principle of Siemens PLC
1. S7-200 series S7-200 is a small programmable controller, suitable for automation of detection, monitoring and control in various industries and occasions. The powerful functions of the S7-200 series enable it to realize complex control functions whether in independent operation or connected to a network. The
[Embedded]
Interpretation of the internal disassembly principle of Siemens PLC
How to debug PLC control system
Debugging is the key work to check whether the PLC control system can meet the control requirements. It is an objective and comprehensive evaluation of the system performance. Before the system is put into use, it must be strictly debugged for all system functions until it meets the requirements and is signed and co
[Embedded]
How to ground PLC? The purpose of PLC grounding
I still remember when I first started working, there was a high-power brick press in the factory. Due to other equipment and digital grounding, its electronic equipment burned out several times. Finally, it took a lot of effort to repair it. When solving the problem, I thought of many ways, such as adding electromag
[Embedded]
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号