Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Toggle Switch & Sensor: Conveyor and Puncher PLC Program
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
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.

PLC Ladder Diagram for Conveyor Line with Rejection Example Program

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

Types of Allen Bradley PLC
Connecting Blocks in Functional Block Diagram – Studio 5000
PLC Example to Control LEDs Via Switches
PLC Compressor Control Ladder Logic
What is a GSD File and Why it is required?
How to Wire a Field instrument to Control Room with Example
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Difference Between SCADA and HMI
Best Practices of PLC Wiring – Programmable Logic Controller
Package System Architecture – Control & Instrumentation
Types of Interlocks
Difference Between Static and Temp Memory in Siemens PLC TIA Portal
ON Delay Timer using PLC
How to import GSD files into the TIA Portal? – Siemens PLC
How to Create Project in Wonderware Intouch?

Keep Learning

VFD Pros and Cons - Variable Frequency Drives

VFD Pros and Cons – Variable Frequency Drives

Forward Reverse Motor Control with Repeat Cycle Using PLC

Electric Motor Forward Reverse with Repeat Cycle PLC Logic

PLC Program Backup in Siemens Tia Portal

How to Take Program Backup from Physical PLC? – Siemens PLC

PID Setup

PID in Studio 5000

PLC FBD Programming for Burglar Alarm Security System

PLC FBD Programming for Burglar Alarm Security System

PLC Documents

PLC System Documentation

Function of Racks in PLC System

Function of Racks in PLC – Types of SIEMENS S7-400 PLC Racks

DCS Vs PLC

Difference between DCS & PLC Systems

Learn More

Field Instrumentation Interview Questions and Answers

Field Instrumentation Interview Questions and Answers

Difference Between Contactor and Relay

Difference Between Contactor and Relay

HT Motor Direction of Rotation (DOR)

HT Motor Direction of Rotation (DOR) Changed

Convert an Electrical Diagram into PLC Program

How to Convert an Electrical Diagram into PLC Program?

Closed Tank Level Measurement using DP Transmitter

Closed Tank Level Measurement using DP Transmitters

simple latching motor control circuit

Motor Control Circuit Wiring

Ladder Logic for Stair-Case wiring using Toggle Switches

Ladder Logic for Stair-Case wiring using Toggle Switches

NAMUR NE 43

What is NAMUR NE 43?

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?