Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Motor ON OFF Logic in PLC
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Motor ON OFF Logic in PLC

Motor ON OFF Logic in PLC

Last updated: March 4, 2021 2:21 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
3 Min Read
SHARE

Develop ladder logic program for Motor ON OFF according to the logic given below,

  1. The start button is pressed to start the conveyor motor
  2. Cases move past the proximity switch and increment the counter’s accumulator value.
  3. After the count of 3, the conveyor motor stops automatically and the counter’s accumulator value is reset to 0. Restart button is used to start the process from the beginning.
  4. The conveyor motor can be stopped and started manually at any time without loss of the accumulator count.
  5. Accumulated count of the counter can be reset manually at any time by means of the count reset button.

PLC Motor Logic

Motor ON OFF Logic in PLC

Motor Logic Explanation

Rung 0000:

Start/Stop PB latched with memory B3:0/0.

Contents
Develop ladder logic program for Motor ON OFF according to the logic given below,PLC Motor LogicMotor Logic ExplanationRung 0000:Rung 0001:Rung 0002: Rung 0003:Rung 0004:Program Output:When Start PB is pressedWhen three cases are passedWhen the Restart button is pressedWhen Manual Restart is pressedConclusion:

Rung 0001:

B3:0/0 enabled to turn ON conveyor motor  (O:0/0 ). B3:0/1 is connected in series with normally closed contact to break the line when counter accumulator value reached 3.

Rung 0002: 

B3:0/0 and proximity sensor (I:0/2) are connected in series to input the counter presented at 3 with one shot coil.

Rung 0003:

B3:0/0 and comparator block is used to enable B3:0/1 to turn OFF conveyor motor. It is also latched to avoid to restrict the motor to turn ON again. Restart button is pressed to start the process from the beginning.

Rung 0004:

Two ways are used to reset the counter, using manual reset switch and B3:0/1  when the counter accumulator reached preset value.

Program Output:

When Start PB is pressed

Start Pushbutton is Pressed in Motor PLC Logic

When three cases are passed

Motor Logic Passed

When the Restart button is pressed

Reset Pushbutton is Pressed in Motor PLC Logic

When Manual Restart is pressed

Manual Button Pressed in Motor PLC Logic

Conclusion:

We can use this example to understand the programming logic in Allen Bradley Programmable Logic Controllers (PLC).

Author: Hema Sundaresan

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.

Read Next:

JUMP Instruction in PLC Programs

Master Control Reset (MCR) in PLC

One-Shot Rising & Falling Instructions

Sequence and Logic Control in PLC

Scaling with Parameters Instruction

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !
Automate Batch Mixing with Repeated Cycles in Omron PLC
3 to 8 Line Decoder PLC Ladder Diagram
PLC Program for Continuous Filling Operation
What is CODESYS? Why Do You Need to Learn it?
#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Justus mwasame says:
    January 4, 2020 at 7:10 pm

    I would like to learn about PLC any advise

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers

Related Articles

How to Prevent Ground Loops in Analog Circuits?

How to Prevent Ground Loops in Analog Circuits?

Grounding Electronic Equipment

Importance of Grounding Electronic Equipment

Global Data Blocks in PLC

What is a Data Block? Global Data Blocks in PLC

RSLogix 5000 PLC Programming Procedure

PLC Program to Control Level of Two Tanks

PLC Level Control of Two Tanks

DCS Vs PLC

Difference between DCS & PLC Systems

Types of Digital Outputs in PLC

Types of Digital Outputs in PLC

Online time of the PLC

System and Local Time in PLC

More Articles

Dual Solenoid Valve on Control Valve

Why we Require Dual SOV on a Control Valve?

Basic Power Electronics Interview Questions

Basic Power Electronics Interview Questions

Fiber Optic Patch Cord

What is a Fiber Optic Patch Cord? – Types, Explained

Calibration Sheet

Calibration : Up-tests and Down-tests

Ethernet IP Commissioning Tool software

How to Configure IP Address in Rockwell PLC?

Flapper nozzle system

What is Flapper Nozzle System ?

Hierarchy of Calibration Organizations

Hierarchy of Calibration Organizations

Ultrasonic-Level-Transmitter-Animation

Ultrasonic Level Transmitter Animation

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?