Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
100%
(1)
100% found this document useful (1 vote)
233 views
22 pages
PLC Based MOTOR Operating Sequence
Uploaded by
mohamedfaizyka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save PLC Based MOTOR Operating Sequence For Later
100%
100% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
100%
(1)
100% found this document useful (1 vote)
233 views
22 pages
PLC Based MOTOR Operating Sequence
Uploaded by
mohamedfaizyka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save PLC Based MOTOR Operating Sequence For Later
100%
100% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 22
Search
Fullscreen
9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PLC Inst Tools QS Menu PLC Motor Control Ladder Logic Programming by Editorial Staff Now we are discussing about How a PLC Motor Control ?. Before going into the article, let us assume some conditions here. APLC has to start a Motor when the Start button is pressed. It has three interlocks which are Motor Vibration High, Overload & Motor Temperature High. if any of the interlock activated then PLC has to stop the motor immediately. hitpsinstrumentationtols.comvple-contols-otox! 229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL @ PLC has to stop the motor if the stop button is pressed. PLC trip logic or interlock has to be enable only when motor is in Remote mode, PLC Motor Control PLC ! SUBSTATION Power pore — start i MOTOR 415v AC FEEDER |_—3phase [se “ee Start 4 Vibration contact ‘Temperature leone enone mt contact InstrumentationTools.com In above figure : Red LED indicator lights on the input and output cards of the PLC indicate if those respective I/O channels are energized. ®@ hnps:insrumentationtools.comiple-contrle-moter 2229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Note: 1. In above figure, Local Control Panel signals are not shown. Local control panel is connected to motor feeder directly. 2. 2dv DC power directly connected (in general fuses or bartiers will be used, power will be distributed through bus bar) PLC Inputs * Start push button * Stop push button * Vibration High * Temperature High * Overload Trip + Run feedback Local/Remote status PLC Outputs * Start Command (Remote Start) * Stop Command (Remote Stop) hitpsinstrumentationtools.comvple-contolsotox! a29123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL The motor is a three phase, 415V AC powered device. So by default high voltage equipment will be powered from substations or motor control centers (MCC) which are maintained by electrical. So we consider this motor is connected to a simple motor feeder in the substation Generally the motor feeder have inputs from field (local control panel) & PLC also. Which are shown in below figure. P Remote Start Remote Stop Permissive Run (@Y Local/Remote rc hitpsinstrumentationtools.comvple-contolsotox! 415V AC MOTOR FEEDER Local Start Local Stop Local/Remote Emergency stop a29928, 11:13. PLC Motor ContalLadéer Logie Programming | Motor Control using PLC Note : the motor feeder may have start, stop, some other trips indications like overload etc... in the motor feeder panel which are not shown in the fig. These are mounted on the motor feeder panel (in addition to LCP). If motor feeder receives start & stop command inputs from PLC then we call them as Remote Start & Remote Stop signals. Similarly if motor feeder receives start & stop command inputs from local control panel (LCP) which is installed in field (near to motor) then we call them as Local Start & Local Stop signals. In common practice, this LCP has emergency stop & Local/Remote selection switch also. The motor feeder also sends a Local/Remote status to PLC. If Local/Remote selection switch is in Local mode then motor feeder will only consider signals from LCP and ignore the commands from PLC. Similarly if Local/Remote Selection switch in Remote Mode then motor feeder will consider signals from Remote i.e, PLC and ignore the signals from LCP. For example : if Local/Remote selection Switch in Remote Mode. If field operator pressed the start push button from the field LCP then motor will not be started as the selection is in remote mode, O° @ hnps:insrumentationtools.comiple-contrle-moter 9229128723, 1113. AM PLC Motor ContalLadéer Logie Programming | Motor Control using PLC Depends on the Local/Remote selection switch status the motor feeder will decides which signals to be consider ie. either PLC or LCP signals. Note : Local/Remote Selection will not be applied for Emergency Stop or Stop Commands either from PLC or LCP. Whatever mode it is, the Stop commands will be accepted by motor feeder and stops the motor immediately. This is a safety concern Also Read : How a 4-20mA Transmitter Works ? Lets see how a PLC controls a motor. Now Local/Remote selection switch is in Remote mode. hitpsinstrumentationtools.comvple-contolsotox! 6229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL ® Here we are sending an Permissive signal ( Start Permissive) to the motor feeder. For starting the motor, the permissive must be healthy otherwise motor feeder will be de-energized or will not start the motor. In PLC, Start permissive will be used as a extra safety & for checking the interlock status. if all the interlocks are healthy then only permissive signal will be sent to motor feeder. Generally we call this as “Start Permissive", as name implies it is only required for starting the motor, after motor started the status of this permissive signal will not be considered by motor feeder (Only required for starting the motor). This is an optional signal. For High capacity motors, start permissive signals will be used, For normal or low capacity motors these are very rarely used, again depends on our applications, industry, requirements etc. co} Lets say all interlocks are healthy, so PLC sends the permissive signal to motor feeder. Now start push button is pressed hnps:insrumentationtools.comiple-contrle-moter 29128723, 1113. AM PLC Motor ContalLadéer Logie Programming | Motor Control using PLC ‘Again it checks for any active trips/interlocks. If there is no interlock or all working normal, then PLC sends a start command to substation where motor feeder is installed. ® In this example we have three interlocks: Motor Vibration High, Motor Temperature High & Overload trip. In generally High capacity motors are equipped with Vibration sensors & temperature sensors In our example we consider vibration signals as fail safe, so default status is normally closed, if high vibration appears then the contact become Normally Open & PLC trips/stops the motor. We have another interlock which is Overload trip, this input is taken from the motor feeder. The temperature sensors signal is normally open and when temperature high then it becomes normally close and PLC trips/Stops the motor. Note: Fail safe or default contact status either NC or NO are depends on our application or logic requirements. Here we are only discussing an example for understanding the concept. hitpsinstrumentationtools.comvple-contolsotox! a29123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Alter receiving the start command from the PLC, motor feeder will be energized and power up the motor. After motor started, the motor feeder will send the Run feedback to the PLC. The run feedback will be displayed on the graphics. In some PLC's or in safety PLC's if the Run feedback is not received in specified time frame ( say within 5 seconds) then PLC automatically sends an Stop signals to the motor feeder. This is a optional feature in normal PLC applications( must in safety PLC's). Say now Vibration High came, then PLC sends a stop command to motor feeder and it immediately stops the motor. The run feedback status also updates accordingly. Example Video : Motor will be started when Level Transmitter will be High & again it will stopped at Level Transmitter Low Start Permissive signal not used in the below video. hitpsinstrumentationtools.comvple-contolsotox! 9229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL ®@ hnps:insrumentationtools.comiple-contrle-moter 10229128723, 1113. AM PLC Motor ContalLadéer Logie Programming | Motor Control using PLC * MCC : Motor Control Center or Substation where motor will be powered. * PLC/DCS : Control System, where Motor can be controlled as per logic (Auto) or as per operator action (Manual) * LCP : Local Control Panel which is installed in the field, near motor in which start, stop push buttons are available PLC Tutorials : What is Programmable Logic Controller 7 * What is Ladder Diagram Programming ? * History of Programmable Logic Controllers * Mis-conceptions of PLC Ladder Logic * Contacts and coils in PLC * Digital Input and Output Modules * Analog 1/0 and Network I/O * PLC Input/Output Modules * Memory Mapping in PLC * Analog Input Scaling * PLC Example with Switches * Counter Instructions * Timer Instructions * Math instructions * Data Instructions hitpsinstrumentationtools.comvple-contolsotox! se9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials, You can also follow us on Facebook and Twitter to receive daily updates. Enter your name here Enter your email here PLC Tutorials PLC Program for Star Delta Motor Starter Difference between DCS, PLC, and RTU ? Recommended Articles 1. What is PID Controller? 2. Car Parking System using PLC Programming, 3. PLC Programming Best Practices and Tips 4, PLC Timer Programming Examples 5. Download Free HMI software - CODESYS 6. Delta PLC Counter with Comparison 7. How to Connect PLC with SCADA System via OPC UA? 8, Main differences between Sinking and Sourcing circuits ? 9. Troubleshoot the Status of a PLC Via CPU Indicators hitpsinstrumentationtools.comvple-contols-motox! 12229123723, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL 13 thoughts on “PLC Motor Control Ladder Logic Programming” Kumar July 31, 2017 at 6:33 am Excellent Article sir. | am a fresher in Instrumentation Field. Really helpful. Thanks a lot. Best website for Instrumentation Engineers. Reply S.muthukumar August 2, 2017 at 4:58 am Super articals sir,very useful Reply Sandeep C. August 2, 2017 at 10:10 am Its been a super simple way to understand the content Reply hitpsinstrumentationtools.comvple-contolsotox! 13229729723, 19:13 AM PLC Motor Cont! Ladder Logie Programming | Motor Contol using PLC jairo September 17, 2017 at 2:24 pm Melhor site de instrumentacao!! Obrigado por compartilha esses artigos! eu estou estudando cada artigos que é postado aqui. Translated : Portuguese to English : Best instrumentation site !! Thanks for sharing those articles !! | am studying every article that is posted here Reply ran hi jer July 23, 2018 at 6:30 pm thank u so much sir your this website is very nice and good for instrument technician but pls sir give option for save bcoz we can read online no can b saved ao pls give option for save Reply Faizal Raazy Z February 3, 2019 at 3:24 pm Very good presentation Reply hitpsinstrumentationtools.comvple-contolsotox! wae9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Dhillibabu February 7, 2019 at 12:47 pm I need more knowledge loop diagram Reply Sibongo Mthethwa May 29, 2019 at 2:04 pm I need more knowledge on motor connections and motor speed control Reply Mohan Thomas January 28, 2021 at 5:48 pm Appreciate for this free contents which are very useful. Myself from Operations & found these very informative & has increased my insight on Instrumentation & systems. Thanks you very much. Reply GORDON M Uganda May 13, 2021 at 7:35 pm. hitpsinstrumentationtools.comvple-contolsotox! 18229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Thank you very much for your time and knowledge you have given us. | have learnt much from this. Stay blessed Reply Mathews Mwaba Kaungu December 26, 2021 at 10:16 am This article is so well articulated that if you don’t understand then you were just read like a story book not studying. Reply m jagadish September 27, 2022 at 11:53 am Hi sir my name is m jagadish i want to contact you about the plc ladder programming i didnt get your number so it is my number please call me sir 7989001943 Reply Innocent Dhlakama September 7, 2023 at 7:20 pm I need help on this assianment. hitpsinstrumentationtools.comvple-contolsotox! 161229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Draw a ladder diagram for the given situation An audible alarm is given if the motor trips due to an overload. The motor runs if pressure is low and stops if there is overload and pressure is above limit. A signal lamp is required to be switched on if a pump is running and the pressure is satisfactory or the lamp test switch is closed. Reply Leave a Comment Name * Email * Website 1 Subscribe to our newsletter eae cite Bead hitpsinstrumentationtools.comvple-contolsotox! see9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Cateaories hitpsinstrumentationtools.comvple-contolsotox! 181229123723, 1113. AM Select Category hnps:insrumentationtools.comiple-contrle-moter PLC Motor Gono! Ladder Logie Programming | Motor Control using PLC ing water for local businesses9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PLC Create PLC Program based on Log Recent Comments Moshi on Communication between Factory IO and Siemens Tia Portal Rodnei on Upgrading and Migration of PLC Systems Roland on Fire Water Spray Systems Principle CHRIS KRAFFT on Basic Concepts of the Safety Relay S.X. on How to Test TRIAC with Multimeter Bakar on What is a Dead Weight Tester? Sunday Ayeomoni on Types of Allen Bradley PLC hitpsinstrumentationtools.comvple-contolsotox! 201229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL [ox Reliable, su | drinking water for local businesses ig water for local businesses More Articles 1. Programmable Logic Controller Questions and Answers 2. Industrial Automation Pre-Engineering Design Documents — Project & Process 3. Coil Type Timers in Siemens PLC Programming 4. Motor Control Circuits 5. Difference Between NO and NC Contacts 6. What is Relay Logic ? O° hnps:insrumentationtools.comiple-contrle-moter 2229123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL 9. Getting to Know the LED Indications on GE Make PLC 10. PLC Analog Input Scaling 2023 © Reproduction without explicit permission is prohibited. - PLC SCADA Courses - Engineers Community ®@ hnps:insrumentationtools.comiple-contrle-moter 2222
You might also like
Chapter 8 PLC
PDF
100% (2)
Chapter 8 PLC
112 pages
CENTUM - VP Function Blocks Reference Vol1 PDF
PDF
100% (1)
CENTUM - VP Function Blocks Reference Vol1 PDF
440 pages
PLCM 5 Electrical
PDF
100% (1)
PLCM 5 Electrical
93 pages
Ankit PPT Training
PDF
No ratings yet
Ankit PPT Training
25 pages
PLC Lab Manual
PDF
No ratings yet
PLC Lab Manual
27 pages
Notes Industrial Automation
PDF
No ratings yet
Notes Industrial Automation
82 pages
Fuzzy Controller Based On PLC S7-1200: Application To A Servomotor
PDF
No ratings yet
Fuzzy Controller Based On PLC S7-1200: Application To A Servomotor
8 pages
Basic PLC
PDF
100% (1)
Basic PLC
91 pages
(Programmable Logic Controller) : M. Nurhidayatullahadzani13 Zulfikarabror 2 4
PDF
No ratings yet
(Programmable Logic Controller) : M. Nurhidayatullahadzani13 Zulfikarabror 2 4
19 pages
Topic 6 Sensors Learning Outcomes: at The End of This Topic, You Should Be Able To
PDF
100% (2)
Topic 6 Sensors Learning Outcomes: at The End of This Topic, You Should Be Able To
78 pages
Rev 1 Module2 PLC
PDF
100% (2)
Rev 1 Module2 PLC
293 pages
Basic PLC - Rockwell
PDF
100% (1)
Basic PLC - Rockwell
77 pages
PLC
PDF
100% (2)
PLC
34 pages
الدورة الأولى
PDF
100% (1)
الدورة الأولى
85 pages
Ladder Logic Contacts and Coils
PDF
No ratings yet
Ladder Logic Contacts and Coils
20 pages
Load Duration Curve
PDF
100% (3)
Load Duration Curve
27 pages
Automation Solution Guide 2008 by Schneider Electric 1655790068
PDF
No ratings yet
Automation Solution Guide 2008 by Schneider Electric 1655790068
300 pages
PLC and SCADA
PDF
No ratings yet
PLC and SCADA
44 pages
Siemens PLC SL 200 Manual
PDF
No ratings yet
Siemens PLC SL 200 Manual
24 pages
What Is Automation
PDF
100% (1)
What Is Automation
95 pages
Programmable Logic Controllers
PDF
100% (3)
Programmable Logic Controllers
97 pages
PLC s7 200 300 400
PDF
100% (1)
PLC s7 200 300 400
84 pages
Ch04 Fundamentals of Logic
PDF
100% (1)
Ch04 Fundamentals of Logic
52 pages
MCT 332 Industrial Automation (Lec. 2)
PDF
No ratings yet
MCT 332 Industrial Automation (Lec. 2)
20 pages
Industrial Automation2
PDF
No ratings yet
Industrial Automation2
67 pages
Operating Instructions Pressure Sensor
PDF
No ratings yet
Operating Instructions Pressure Sensor
17 pages
Siemens Basics of PLC 200
PDF
100% (1)
Siemens Basics of PLC 200
89 pages
Introduction of CENTUM VP R6 RS R4 Full
PDF
100% (1)
Introduction of CENTUM VP R6 RS R4 Full
98 pages
CH 3
PDF
100% (1)
CH 3
81 pages
PLC Motor Logic
PDF
100% (1)
PLC Motor Logic
5 pages
Alarm Prioritization
PDF
No ratings yet
Alarm Prioritization
17 pages
Project PLC
PDF
No ratings yet
Project PLC
12 pages
Siemens PLC - Assignments
PDF
No ratings yet
Siemens PLC - Assignments
5 pages
Profibus Communication AC500 To Sprint Drive PLXD
PDF
No ratings yet
Profibus Communication AC500 To Sprint Drive PLXD
6 pages
Automation System Engineer - Syllabus
PDF
No ratings yet
Automation System Engineer - Syllabus
2 pages
Automation Project Report
PDF
100% (2)
Automation Project Report
32 pages
Motor Control With Basic PLC Programming: Presented By: JS Moreno
PDF
100% (4)
Motor Control With Basic PLC Programming: Presented By: JS Moreno
33 pages
L01 - Introduction To Studio 5000 Logix Designer
PDF
100% (1)
L01 - Introduction To Studio 5000 Logix Designer
11 pages
PID Speed Control
PDF
100% (2)
PID Speed Control
9 pages
Programming Programmable Logic Controllers (PLCS)
PDF
100% (1)
Programming Programmable Logic Controllers (PLCS)
47 pages
LD Didactic OP-AMP Com3 Manual
PDF
No ratings yet
LD Didactic OP-AMP Com3 Manual
91 pages
Programmable Logic Controller (PLC)
PDF
No ratings yet
Programmable Logic Controller (PLC)
41 pages
Welcome!: Instructor: Dan Wolf 1/20/2014
PDF
No ratings yet
Welcome!: Instructor: Dan Wolf 1/20/2014
162 pages
AB PLC Program To Maintain Level of A Tank
PDF
100% (1)
AB PLC Program To Maintain Level of A Tank
3 pages
FWD Rev Three Phase Motor Using Timer PDF
PDF
No ratings yet
FWD Rev Three Phase Motor Using Timer PDF
1 page
Mechanics of Machines: Acceleration Analysis
PDF
No ratings yet
Mechanics of Machines: Acceleration Analysis
19 pages
Ee PC - 6: Electrical Machines 1
PDF
No ratings yet
Ee PC - 6: Electrical Machines 1
19 pages
EI2402-Logic and Distributed Control System
PDF
No ratings yet
EI2402-Logic and Distributed Control System
56 pages
Programmable Logic Controllers: Unit 2
PDF
No ratings yet
Programmable Logic Controllers: Unit 2
38 pages
Chinhoyi University of Technology: - School of Engineering Sciences and - CUME 206
PDF
No ratings yet
Chinhoyi University of Technology: - School of Engineering Sciences and - CUME 206
33 pages
Star Delta Conversion
PDF
No ratings yet
Star Delta Conversion
17 pages
Industrial Automation Train in Ing
PDF
No ratings yet
Industrial Automation Train in Ing
11 pages
Design II
PDF
0% (1)
Design II
16 pages
RSLogix5000 V17 20080620
PDF
100% (1)
RSLogix5000 V17 20080620
39 pages
How To Control The Speed of Three Phase Induction Motor
PDF
100% (1)
How To Control The Speed of Three Phase Induction Motor
6 pages
PLCQ
PDF
No ratings yet
PLCQ
2 pages
Programmable Logic Controller (PLC)
PDF
No ratings yet
Programmable Logic Controller (PLC)
4 pages
PLC AC Motor
PDF
No ratings yet
PLC AC Motor
3 pages
PLC Quizes
PDF
100% (1)
PLC Quizes
2 pages
"Programmable Logic Controller": Degree of Bachelor of Technology
PDF
No ratings yet
"Programmable Logic Controller": Degree of Bachelor of Technology
42 pages
Neglecting Layers of Protection
PDF
No ratings yet
Neglecting Layers of Protection
3 pages
PLC Assignment UC4F1101ME
PDF
No ratings yet
PLC Assignment UC4F1101ME
9 pages
Basic Programmable Logic Control - PLC
PDF
100% (1)
Basic Programmable Logic Control - PLC
6 pages
PLC Signal Conditioning
PDF
100% (2)
PLC Signal Conditioning
8 pages