0% found this document useful (0 votes)
183 views22 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
0% found this document useful (0 votes)
183 views22 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
You are on page 1/ 22
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! 22 9123923, 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 222 9123923, 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! a2 9123923, 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 a2 9928, 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 922 9128723, 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! 622 9123923, 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 2 9128723, 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! a2 9123923, 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! 922 9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL ®@ hnps:insrumentationtools.comiple-contrle-moter 1022 9128723, 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! se 9123923, 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! 1222 9123723, 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! 1322 9729723, 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! wae 9123923, 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! 1822 9123923, 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! 16122 9123923, 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! see 9123923, 1113. AM LG Motor Control Ladder Logie Programming | Motor Control using PL Cateaories hitpsinstrumentationtools.comvple-contolsotox! 18122 9123723, 1113. AM Select Category hnps:insrumentationtools.comiple-contrle-moter PLC Motor Gono! Ladder Logie Programming | Motor Control using PLC ing water for local businesses 9123923, 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! 20122 9123923, 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 222 9123923, 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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy