Inst ToolsInst ToolsInst Tools
  • 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: Toggle Switch & Sensor: Conveyor and Puncher PLC Program
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • 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 > Toggle Switch & Sensor: Conveyor and Puncher PLC Program

Toggle Switch & Sensor: Conveyor and Puncher PLC Program

Practical exercises with video solutions based on the conveyor and puncher PLC program using toggle switch and sensor.

Last updated: April 29, 2024 5:50 am
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

Practical exercises with video solutions based on the conveyor and puncher PLC program using toggle switch and sensor.

Contents
Conveyor and Puncher PLC ProgramIndustrial Training VideosInputs and OutputsLadder DiagramProgram DescriptionSimulation Results

Note: These PLC example logics are focused on students and fresh engineering graduates to learn the concepts.

Conveyor and Puncher PLC Program

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch and Sensor to control Conveyor and Puncher.

The Conveyor Should stop for 10 seconds and a Puncher will be ON for 2 seconds when a defect is detected.

Industrial Training Videos

The industrial training videos are useful for beginners to learn the programmable logic controllers.

Inputs and Outputs

Digital Inputs

Start Button: I0.0

Sensor: I0.1

Digital Outputs

Conveyor: Q0.0

Puncher: Q0.1

Ladder Diagram

Conveyor and Puncher PLC Program

Program Description

We have used Normally Open Contacts for Start Button(I0.0) and Sensor (I0.1)

We have used Normally Closed Contact is used for Memory Bit (M0).

In Rung 0:

  • Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output  Conveyor (Q0.0).
  • Normally Closed Contact is used for Memory Bit (M0) to Turn OFF the output Conveyor (Q0.0).

In Rung 1:

  • Normally Open Contact is used for Sensor (I0.1) to Turn ON Memory Bit (M0) and the output  Puncher (Q0.1).
  • TP timer is used to Turn ON the Memory Bit (M0) for a limited time.
  • TP timer is used to Turn ON the output Puncher (Q0.1) for a limited time.

Simulation Results

Rung 0:

When the Start Button (I0.0) is turned ON, the output Conveyor (Q0.0) will turn ON as Normally Open Contact used for the Start Button (I0.0) passes the signal to turn ON the output Conveyor (Q0.0).

Toggle Switch and Sensor Logic

In a false state, Normally Closed Contact used for Memory Bit (M0) will also pass the signal to turn ON the output Conveyor (Q0.0).

Rung 1:

When Sensor (I0.1) gets activated, Memory Bit (M0) will turn ON for 10 seconds as Timer Function Block type TP is used to turn ON Memory Bit (M0) for a limited time. The time is set to 10 seconds. After 10 seconds, Memory Bit (M0) will turn OFF.

Conveyor and Punching Machine PLC Programming

When Memory Bit (M0) turns ON in Rung1, Normally Closed Contact used for Memory Bit (M0) in Rung0 will be in a True state and does not allow the signal to flow, and the output Conveyor (Q0.0) will turn OFF.

Also, when Sensor (I0.1) gets activated, the output Puncher (Q0.1) will turn ON for 2 seconds as Timer Function Block type TP is used to turn ON the output Puncher (Q0.2) for a limited time. The time is set to 2 seconds. After 2 seconds, the output Puncher (Q0.1) will turn OFF.

Conveyor and Puncher Ladder Logic

When the first Timer Function Block type TP connected with Memory Bit (M0) reaches its set time i.e. 10 seconds, Memory Bit (M0) will turn OFF.

When Memory Bit (M0) turns OFF in Rung1, Normally Closed Contact used for Memory Bit (M0) in Rung0 will be in a false state and will pass the signal to turn ON the output Conveyor (Q0.0) again.

If you liked this article, 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:

  • Coffee Machine PLC Programming
  • How to Blink Lights in Ladder Logic?
  • PLC Example on Bottle Line Control
  • Cooking Logic for Kitchen Automation
  • PLC Ladder Logic Classroom Bell System
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 !

Continue Reading

Automatic Door Operation PLC Programming and Simulation
PLC Program for Automatic Bottle Rejection System
What is the DDE Protocol?
Wood Sawing and Blower System: PLC Control Design
How to Check Address Overlapping in Tia Portal?
Things to Take Care of When Designing SCADA System
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

Explore More

What is Sequential Function Chart (SFC?)
How to Use the Shift and Rotate Instructions in PLC?
SAVE and BR Memory Instructions in Siemens PLC Programming
Structured Text PLC Programming for Two-Tanks Level Application
What is Midline Instruction in Siemens PLC?
PLC Multiple Outputs Configuration
Siemens PLC Course for Beginners: Problems and Solutions
PLC Logic: Control Spray Nozzle, Fans, and Puncher
Features of Scada Which are Must in an IoT System
DC Injection Braking in VFD

Keep Learning

how-a-4-20ma-transmitter-works

How a 4-20mA Transmitter Works?

PLC Karnaugh maps

How to Simplify PLC Coding Using Karnaugh Maps?

How to Delay a Sensor Signal in PLC?

How to Delay a Sensor Signal in PLC?

Types of Noise in Electronics

Types of Noise in Electronics

Claw Machine PLC Programming

Doll Claw Machine using Omron PLC Programming

Components of SCADA

Components of SCADA

different PLC brands of Distributed IO

What is Distributed IO? – Decentralized Peripherals in PLC

Sink or source PNP or NPN Normally Open or Normally Closed Input v. output. output

Sink or Source? Normally Open or Normally Closed?

Discover More

psv-principle-of-operation

Instrumentation Inspection Report

thermocouple head

Thermocouples Connector and Tip styles

Linear Variable Displacement Transducer (LVDT)

What is LVDT ?

Resistor Y and Delta Network Calculation

Y and Delta Resistor Network Calculations

What is insulation

What is insulation? How to Choose the Insulation Material?

Pulse Generation using Timer in Siemens PLC

Pulse Generation using Timer in Siemens PLC

3-way solenoid valve Normally Open

What is a 3-way Solenoid Valve ?

Inspection of Control Valves

Inspection and Test Requirement of Control Valves

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?