PLC three-phase induction motor fault alarm control circuit wiring diagram

Publisher:温柔的心情Latest update time:2024-03-12 Source: elecfansKeywords:PLC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

1 Traditional electrical diagram

A conventional electrical diagram of a known three-phase induction motor fault alarm control circuit is shown in FIG1 :

927758c4-6669-11ee-939d-92fbcf53809c.jpg

Figure 1 Three-phase induction motor fault alarm control circuit diagram

2 Action description 1) When the power supply is normal, only the green light gl is on, and the motor does not move. 2) Press the start button pb1, the electromagnetic contactor mc is activated, the motor starts to run immediately, the indicator light rl is on, and the green light gl is off. 3) Press the stop button pb2, the electromagnetic contactor mc is powered off, the motor stops running, the indicator light rl is off, and the green light gl is on. 4) When the motor is running, due to overload or other faults, the thermal relay th-ry is activated, the motor stops running, the buzzer bz sounds an alarm, the indicator light rl is off, and the green light gl is on. 5) Press the button switch pb3, the buzzer bz stops the alarm, the white light wl is on, the green light gl is on, and the red light rl is off. 6) After the fault is eliminated, press the reset lever of the thermal relay th-ry, then the white light wl is off, the green light gl is on, and the red light rl is off, and the motor can be restarted.

3 I/O encoding

Using PLC means replacing hardware wiring with software programs. In traditional electrical diagrams, the main circuit cannot be replaced by PLC; the part that PLC can replace is the control circuit. The first step in converting traditional electrical diagrams to ladder diagrams is i/o coding, that is, determining the external input/output terminal number of the input/output components in the traditional electrical diagram and whether the external input component wiring method uses a/b contacts.

(a): External connection using a contact method (b): External connection using b contact method

4 PLC external wiring diagram

After the input/output components are coded by I/O and the external input components are determined to use A/B contact wiring, the PLC external wiring diagram is shown in Figure 2. The figure shows the Fengwei Vigor-VB series PLC model, which uses NPN wiring and can also be connected in parallel with the 24V terminal and S/S terminal.

9287128c-6669-11ee-939d-92fbcf53809c.jpg

Figure 2 PLC external wiring diagram

5 PLC Ladder Diagram The program design steps for converting the traditional electrical diagram to the ladder diagram are as follows: (1) Convert the control circuit in the electrical diagram directly into the corresponding ladder diagram. Because the PLC ladder diagram stipulates that the contacts are in the front and the output coil must be at the end of the loop. Therefore, the electrical diagram must be redrawn first, and the positions of the contacts and output coils in the diagram must be appropriately changed to meet the requirements of the PLC ladder diagram. The redrawn electrical diagram is shown in Figure 3.

929de890-6669-11ee-939d-92fbcf53809c.jpg

Figure 3 Redrawn electrical diagram

(2) Replace the input/output components in the electrical diagram with the component numbers after the i/o coding. It should be noted here that the CA contact and CB contact of TH-RY should be separated and each become a control circuit, as shown in Figure 4.

92a768ca-6669-11ee-939d-92fbcf53809c.jpg

Figure 4 Electrical diagram after i/o coding

(3) Rotate the electrical diagram shown in Figure 4 90° to the left and then flip it vertically (upsidedown) to become a PLC ladder diagram. However, since the y1 and x0 contacts and the output coils y1 and y2 do not conform to the general programming software format, they must be appropriately corrected, as shown on the right side of Figure 5.

92b7c030-6669-11ee-939d-92fbcf53809c.jpg

Figure 5: The ladder diagram after appropriate flipping and correction

※If you use Visio to draw electrical diagrams, it will be easy to rotate 90° to the left and then flip it vertically.

(4) The ladder diagram drawn using the programming software, as shown in FIG6 , is exactly the same as the ladder diagram after being appropriately flipped and corrected.

92c8d08c-6669-11ee-939d-92fbcf53809c.jpg

Figure 6 Ladder diagram drawn by programming software

6 Instructions

Converting the ladder diagram into instructions is as follows:

92dab8ba-6669-11ee-939d-92fbcf53809c.jpg

7 PLC conversion wiring and ladder diagram

PLC external input/output wiring and ladder diagram after complete conversion of traditional electrical diagram. PLC external input/output wiring and ladder diagram after using software program to replace hardware wiring, as shown in Figure 7 below.

92f6c550-6669-11ee-939d-92fbcf53809c.jpg

Figure 7 PLC after replacing hardware wiring with software program

8 Conclusion The purpose of PLC development is to replace sequential control based on relays, that is, to use software programs to replace hardware wiring. Therefore, the control sequence can be changed by simply changing the software program, and different control requirements can be easily achieved.

The general PLC is developed based on the traditional relay control circuit, and the contacts and coils of the relay are symbolized. When converted into a general ladder diagram or instructions, its control can be realized.


Keywords:PLC Reference address:PLC three-phase induction motor fault alarm control circuit wiring diagram

Previous article:Analysis of the control circuit diagram of wound rotor asynchronous motor
Next article:SIMATIC S7-1500 PLC communication and its application - basic concepts of communication

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

A brief discussion on the external wiring of PLC
PLC automatic control is widely used in electrical automation and intelligent control. Electric power workers all know that in addition to inputting established programs, PLC automatic control also requires wiring of the input and output ports of the PLC itself. Only when the PLC program instructions are
[Embedded]
A brief discussion on the external wiring of PLC
Example to explain the design steps of PLC control system
The main contents of system design: ① Formulate technical conditions for control system design ② Select the electrical transmission form and actuators such as motors and solenoid valves ③ Select the PLC model ④ Prepare the PLC input/output allocation table or draw the input/output terminal wiring
[Embedded]
Example to explain the design steps of PLC control system
Batu Automation Profinet protocol to Modbus protocol gateway module connects smart instruments and PLC communications
1. Functions and advantages: The main function of the Batu Automation Profinet protocol to Modbus protocol gateway module (BT-MDPN10) is to realize the conversion and communication between Modbus protocol and Profinet protocol. The Profinet protocol to Modbus protocol gateway module (BT-MDPN10) integrates two protoc
[Embedded]
Batu Automation Profinet protocol to Modbus protocol gateway module connects smart instruments and PLC communications
Mitsubishi PLC sequential function diagram converted to ladder diagram
There are two ways to convert a sequential function chart to a ladder diagram. One is to rewrite the sequential function chart using step instructions, and the other is to convert it directly using the option menu provided by GX Works2. 1. Step instruction STL/RET 1) STL instruction (step start
[Embedded]
Mitsubishi PLC sequential function diagram converted to ladder diagram
Application of AI/AO Cards in PLC System
In PLC systems, common analog input signals are +/-10V and 0-20mA, and DCS has put forward additional requirements for the 50/60Hz power frequency rejection ratio. Usually, analog switches, operational amplifiers, references and AD are integrated into one ADC chip for customers to design directly. This has the advan
[Embedded]
Application of AI/AO Cards in PLC System
PLC programming: How to use the cross reference of MODBUS communication program
A few days ago, a friend raised a question in the group. The MODBUS communication program he made originally only needed to read 1 word/bit from the communication, but he found that the cross-reference indicated that it occupied 4 bytes, that is, a DWORD, and asked what was going on. Roughly as shown in th
[Embedded]
PLC programming: How to use the cross reference of MODBUS communication program
The difference between Mitsubishi PLC instructions ZRST and RST
Mitsubishi PLC (Programmable Logic Controller) is widely used in the field of industrial automation. Its instruction set is rich and can meet various control needs. In Mitsubishi PLC, ZRST and RST are two commonly used instructions. They are both related to reset operations, but their specific functions and applicat
[Embedded]
PLC control system usage experience and precautions
PLC is a device used for automated control of industrial production. Generally, no measures need to be taken before it can be used directly in an industrial environment. However, despite the high reliability and strong anti-interference ability as mentioned above, when the production environment is too ha
[Embedded]
PLC control system usage experience and precautions
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号