Introducing several commonly used PLC control circuits

Publisher:清新风华Latest update time:2022-08-22 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

This section introduces several commonly used PLC control circuits and compares them with relay contactor control circuits, so that readers can fully understand the control principles and application technologies of PLC based on their mastery of relay control systems.


Start and stop control of electric motor

pYYBAGL8lQCAKJfDAADZBPAO6IY315.png

Figure 5-50 Composition of PLC control system

The PLC control system consists of two parts: hardware and software, as shown in Figure 5-50. Hardware part: Connect the input element to the PLC through the input point, and connect the output element to the PLC through the output point, forming the hardware part of the PLC control system. Software part: Use PLC instructions to transform the control idea into a program that the PLC can accept.


Start control: usually implemented by using a button, connecting its moving contact to the input point of the PLC, and the corresponding bit in the PLC input image register forms a mapping relationship with the contact, using digital quantities "1" and "0" to reflect the on and off states of the contact, as shown in Figure 5-51. The motor is first connected to the contactor, and the main contact of the contactor is connected to the output point of the PLC. There is an output image register in the PLC that forms a one-to-one mapping relationship with each output point.

poYBAGL8lROAN425AACTmgnLWVg428.png

Figure 5-51 Mapping of buttons and input image registers

For the usual start control, it is only necessary to connect the start button to the input point of the PLC and the motor to the output point of the PLC. The ladder diagram of Figure 5-53 has a single circuit function and cannot be self-locking. It can only realize a simple inching function. It has the same function as the relay control Figure 5-52 (b). The ladder diagram of Figure 5-54 uses the auxiliary contact (soft contact) of the output coil in parallel with the button mapping contact (soft contact), which is called self-locking. The simple start circuit is added with a self-locking function, so that the motor can continue to run after the hand leaves the button. It has the same function as the relay control Figure 5-52 (c). The ladder diagram of Figure 5-55 uses the break contact of the button to connect to the input point of the PLC. In the ladder diagram, it plays the role of cutting off the control signal of the main channel. Therefore, the break contact of the button is connected in series to the main channel of the controlled coil. A stop button is added to the figure to enable it to have the function of starting and holding the stop. It has the same function as the relay control Figure 5-52 (d). By comparing the two control devices, readers can understand PLC hardware and software and how to use ladder diagrams to achieve control functions.

pYYBAGL8lSSAPHT-AADjE6BBCss545.png

Figure 5-52 Start-stop circuit of motor relay control

(a) Main circuit; (b) Inching control; (c) Inching control with self-locking; (d) Typical start-stop control

The circuit in Figure 5-55 includes start, hold and stop control, which is the most typical start-stop-protection control circuit. When reading the diagram, analyze the three ladder diagrams accordingly. In the actual circuit, some protection measures need to be added, such as interlock protection, overload protection, etc., and the ladder diagram is relatively complicated. The motor start-stop control implemented by the ladder diagram has the same function as the relay contactor control system, and the ladder diagram is more concise and intuitive.

poYBAGL8lTKAIwoDAAB0NmL7Fm0757.png

Figure 5-53 The simplest motor starting procedure

poYBAGL8lUCAUEjBAABwMJxLSqE435.png

Figure 5-54 Starting procedure with self-locking contacts

Motor forward and reverse control

pYYBAGL8lU-AcTs8AABmjaYvLhs521.png

Figure 5-55 Motor starting procedure with stop button

The previous section has introduced the use of relay control systems to achieve forward and reverse control of motors. To achieve forward and reverse rotation of a three-phase motor, it is only necessary to swap any two of the three phases connected to the motor, as shown in Figure 5-56. Based on the start-stop circuit, the ladder diagram adds interlock protection to prevent the motor coil from being burned by simultaneous forward and reverse rotation of the motor, thus forming a simple forward and reverse control program, as shown in Figure 5-57. In actual circuits, control signals from buttons, travel switches, and sensors are usually used as input signals for forward and reverse switching.

pYYBAGL8lV-ALw4CAACt-3EA7HY225.png

Figure 5-56 Forward/reverse control circuit

pYYBAGL8lXWACPRPAADnOibYlWk947.png

Figure 5-57 Input/output configuration and external wiring diagram

Realize the forward and reverse start control of the motor. Press SB1 to start the motor in the forward direction (keep running); press SB2 to start the motor in the reverse direction; press SB3 to stop the motor.


(1) To achieve forward and reverse rotation, two contactors KM1 and KM2 are required. The corresponding PLC input points can be Q0.1 and Q0.2.

(2) Because in the forward and reverse circuits, if they are turned on at the same time, a short circuit will occur, so only one can be turned on at a time. One method is to use a button with an interlock, and the other method is to connect the auxiliary contact of the contactor to the other circuit. In this example, double interlocking is used, and self-locking contacts should be used to maintain the operating state in a certain direction.

(3) It is impossible to let the motor run endlessly, so the break contacts of the stop button are connected in series in the corresponding circuit.

Assign I/O addresses according to the number of input and output points, see Table 5-8.

Table 5-8 I/O address allocation table

poYBAGL8laKAGVVJAABRTW_6gH8102.png

Connect the wires according to the corresponding I/O points on the PLC, and connect the power cord according to the S7-200 manual. The schematic diagram is shown in Figure 5-57. Since the output of the PLC is often strong electricity, you must comply with the safety operating procedures during operation, and only power on and debug after checking that there are no problems.

Enter the Step7 MicroWin32 development environment to design a ladder diagram program, as shown in Figure 5-58. The analysis of its action principle is the same as that of relay control.

pYYBAGL8lbGAJNHiAAEOJ4C_9f4482.png

Figure 5-58 Ladder diagram for motor forward and reverse control

Y-△ Decompression Start

Star-delta decompression starting can greatly reduce starting current, reduce current shock and extend the service life of the motor. It is widely used in light-load or no-load starting circuits. Figure 5-59 is a Y-△ decompression starting control circuit diagram. The Y-△ starting control circuit diagram has been discussed before. Although the functions are similar, the circuits implemented are different. Readers can compare and analyze.


Figure 5-59 Star-delta decompression starting control system. Control process: Press SB2 to start the motor in star mode, delay 3s to switch to delta operation state, press SB1 to stop the system.

poYBAGL8lb-AFg1qAAFagJp-BUw514.png

Figure 5-59 Y-△ pressure reducing start control circuit

The control process of the relay control system is as follows.

(1) When the motor is connected in star, one end of the three-phase winding coil is connected together. When it is connected in triangle, the head and tail of the three-phase winding coil are connected separately. To achieve the switching between these two states, three contactors KM1, KM2, and KM3 are required. The connection method is shown in Figure 5-59.

(2) When KM1 and KM3 are energized and KM2 is disconnected, the motor is connected in star.

(3) When KM1 and KM2 are energized and KM3 is disconnected, the motor is connected in a triangle.

To prevent a short circuit due to KM3 not being disconnected in time when switching to a delta connection, an interlocking protection is established between KM2 and KM3.


SB1 is a stop button, which is connected in series where it can cut off the entire control circuit.

According to the working process of the above circuit, according to the required components, set the I/O address, and its assigned I/O address is shown in Table 5-9. Convert its relay control system into a PLC programming control system. Readers can analyze it according to its design ideas and design the PLC ladder diagram based on the analysis of the relay control principle.

poYBAGL8lc-ASwrtAABOUotmGSY942.png

Table 5-9 Y-△ decompression start I/O address

According to the traditional relay control circuit diagram, it is converted into a PLC ladder diagram, as shown in Figure 5-60. The reader must first clarify the Y-△ decompression start I/O address and the role of the soft relay used, and the PLC writing rules. When reading the diagram, the method of following the clues is adopted. Along the input and output elements on each branch of the relay control circuit, the corresponding instructions are replaced in the PLC control program ladder diagram, and then the position is analyzed according to the PLC writing rules. In the Y-△ decompression start ladder diagram, a timer is used to replace the time relay in the relay control.

pYYBAGL8leOADZysAAEMnRHoRpY839.png

Figure 5-60 Y-△ pressure reduction start ladder diagram

In order to help readers better understand the execution process of the ladder diagram program, the execution process of the ladder diagram program in Figure 5-60 is analyzed as follows:

Press SB2 to close contact I0.2 → coil Q0.1 is energized and self-locked; timer T37 starts → coil Q0.1's make contact closes, coil Q0.3 is energized → star operation; at the same time, Q0.3's break contact opens, achieving interlocking.


While pressing SB2 → timer T37 sets for 3s → when the time is up, the break contact of T37 opens, and coil Q0.3 loses power; the make contact of T37 connects, coil Q0.2 is energized and self-locks → triangle operation. The break contact of Q0.2 opens, and interlocking is achieved. The break contact of Q0.2 opens, and the timer is reset.


Press the SB1 stop button → the entire system stops running.


The operator can make hardware connections according to the corresponding I/O points on the PLC and connect the power cord according to the S7-200 manual. Since the output of the PLC is often strong electricity, the safe operating procedures must be followed during operation, and power-on debugging can only be performed after passing the inspection.

[1] [2]
Keywords:PLC Reference address:Introducing several commonly used PLC control circuits

Previous article:Basic wiring method of inverter
Next article:Basic structure of interlocking start-stop control circuit for two three-phase AC motors

Recommended ReadingLatest update time:2024-11-16 13:54

Sharing tips on 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]
PLC I/O response time
Response time refers to the time required for the PLC to output a control signal after receiving an input signal. When the CPU receives an input signal corresponding to the input refresh cycle, the time used to respond depends on the scan cycle. (1) Minimum I/O response time of a single PLC The faste
[Embedded]
PLC I/O response time
How to realize EtherNet/IP communication between Siemens PLC and FANUC robot
/IP function module address: Main station Module: https://support.industry.siemens.com/cs/document/109782314/ethernet-ip-sner-–-connecng-third-party-i-o's-using-ethernet-ip?dti=0&lc=en-WW Slave Module: https://support.industry.siemens.com/cs/document/109782315/
[robot]
Application of PLC-frequency converter in crane electric control system
introduction 起重行业采用PLC-变频器调速在近几年逐渐得到推广和普及,尤其在大型起重设备上,用PLC程序控制取代传统的继电-接触器控制;用变频调速取代绕线电机转子串电阻调速;用变频电动机或异步电动机取代绕线电机,再配合先进的现场总线技术和人机界面系统,提高了设备控制精度和稳定性,降低了故障率,且节能效果显著,易于检修维护,成为提高企业生产效率的好途径。 Control scheme A heavy machinery manufacturing large parts branch is responsible for all large equipment assembly,
[Industrial Control]
Using PLC to control stepper motor to achieve accurate positioning
In the process of automated production, processing and control, it is often necessary to accurately position and control the size of the workpiece or the distance that the mechanical equipment moves. This positioning control only requires the controlled object to enter the specified position according to the instruc
[Embedded]
PLC programming examples and detailed explanation of empirical design method
1. Voltage reduction starting control of three-phase asynchronous motor 1. Y-△ step-down starting control of three-phase asynchronous motor The relay contactor control of the Y-△ step-down starting of the three-phase asynchronous motor is transformed into a PLC control system. (1) Determine the I/O si
[Embedded]
PLC programming examples and detailed explanation of empirical design method
Detailed explanation of PLC inching and self-locking circuit
PLC jog and self-locking circuit I0.1 is the self-locking start button, I0.0 is the self-locking stop button, I0.2 is the jog start button, M0.0 is the intermediate relay, and Q0.0 is the coil output. When I0.1 is pressed, M0.0 is turned on. The intermediate relay M0.0 is turned on, its normall
[Embedded]
Detailed explanation of PLC inching and self-locking circuit
LED street light drive circuit based on PLC810PG control IC
Currently, one of the hot spots of LED applications is LED road lighting. LED street light technology mainly consists of two parts: one is the off-line LED driver power supply technology; the other is the LED street light module and its heat dissipation and lighting technology. Since the power of LED street
[Power Management]
LED street light drive circuit based on PLC810PG control IC
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号