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: PLC Program for Trash Compactor
Share
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 > PLC Program for Trash Compactor

PLC Program for Trash Compactor

PLC program for trash compactor to compress trash for 20 seconds and then it should throw the trash out of it for 10 seconds.

Last updated: May 13, 2024 3:44 pm
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

PLC program for trash compactor to compress the trash and then it should throw the trash out of it.

Contents
Trash CompactorPLC BasicsInputs and OutputsPLC ProgramExplanationPLC Simulation – when the Start Button is turned ON

Note: This simple PLC logics mainly focuses on engineering students to practice the programming.

Trash Compactor

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch and one sensor to control the compression and throw actuator.

When a Start Button is pressed, the compactor should compress trash for 20 seconds and then it should throw the trash out of it for 10 seconds. While throwing the trash out, there should be presence of Trash Collector tray.

PLC Basics

Instrumentation Tools provides the PLC basics training videos for the students and engineers.

This video explains the trash compactor programming.

PLC Program Example Ladder Logic - Trash Compactor

Inputs and Outputs

Digital Inputs:

Start Button: I0.0

Tray Sensor: I0.1

Digital Outputs:

Compression: Q0.0

Throw Actuator: Q0.1

PLC Program

PLC Program for Trash Compactor

Explanation

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

In Rung 0:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output Compression (Q0.0).
  2. Timer-type TP is used to Turn ON the output Compression (Q0.0) for a limited time.

In Rung 1:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output throw (activates) the actuator (Q0.1).
  2. Timer-type TON is used to delay the turning ON time of the output throw (activates) the actuator (Q0.1) for some time.
  3. Normally Open Contact is used for Tray Sensor (I0.1) to Turn ON the output throw actuator (Q0.1).
  4. Timer-type TP is used to Turn ON the output Throw Actuator (Q0.1) for a limited time.

PLC Simulation – when the Start Button is turned ON

When the Start Button (I0.0) is turned ON, the output Compression (Q0.0) will turn ON or (Compactor compresses Trash) as Normally Open Contact used for Start Button (I0.0) will be in True State.

This allows the signal to pass through it and turns ON the output Compression (Q0.0) for 20 seconds as Timer Function Block type TP is used to Turn ON the output Compression (Q0.0) for a limited time. The time is set to 20 seconds.

Final Year Project Trash Compactor

After 20 seconds, the output Compression (Q0.0) will turn OFF.

Also, when the Start Button (I0.0) is turned ON in Rung1, the output Throw Actuator (Q0.1) will turn ON after 20 seconds, (i.e immediately when the output compression (Q0.0) turns OFF) as Timer Function Block TON is used to delay the turning ON time of the output Throw Actuator (Q0.1). The time is set to 15 seconds.

Trash Compactor Ladder Logic

After 15 seconds, the Throw Actuator (Q0.1) will turn ON or ( Compactor throws the trash out).

The output Throw Actuator (Q0.1) will turn ON only when Tray Sensor (I0.1) gets activated or (Sensor detects Tray) because Normally Open Contact used for Tray Senor (I0.1) will be in True State and allows the signal to pass through it and turns ON the output Throw Actuator (Q0.1).

Programmed PLC for Compactors

The output Throw Actuator turns ON only for 10 seconds as Timer Function Block type TP is used to Turn ON the output Throw Actuator (Q0.1) for a limited time.

The time is set to 10 seconds. After 10 seconds, the output Throw Actuator (Q0.1) will turn OFF.

manual trash compactor plc programming

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:

  • PLC Example Switch Program with Timers
  • PLC Program for Two-Way Switch Logic
  • PLC Programming using Limit Switch
  • Automated Garage Gate PLC Control
  • Pumping and Draining Ladder Logic

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

Cloud-Based SCADA Projects – Try Free Demo Account
CODESYS HMI Interface
Elevator PLC Ladder Logic
MOVE Instruction in PLC – What You Need to Know?
Mis-conceptions of PLC Ladder Logic
Design a PLC program for Operational Sequence of Packaging Process
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

What is a Data Block? Global Data Blocks in PLC
Programming and Tuning PID Controller in PLC – Siemens TIA Portal
Download Allen Bradley RSLogix PLC Software
Basics of 4 to 20 mA analog Signals
Troubleshoot Allen Bradley PLC Logic
PLC Programming using Level Switches
PLC based Auto/Manual Operation of Roll down Shutters in Industry
How to Work With Simulator in S7-1200 and S7-1500 PLC?

Keep Learning

SCADA Features

Features of SCADA

intouch Basics

How to Create Project in Wonderware Intouch?

Organization block Siemens

Tia Portal – OB30 Cyclic Interrupt Organization Block

What is PLC

What is a PLC? – Programmable Logic Controller

Siemens PLC Course for Beginners

Siemens PLC Course for Beginners: Problems and Solutions

Delta PLC Simulator

How to Work with Delta PLC Simulator?

Siemens CPU Clock Memory

Alarm Acknowledge using PLC

Free Schneider PLC Training - Automation Course

Free Schneider PLC Training – Automation Course

Learn More

piping for a Different pressure flow transmitter

Impulse Piping standards for Field instruments

harmonics-effect-on-induction-motor

Harmonics effect on Induction Motor

AC Fundamentals Objective Questions and Answers

AC Fundamentals Objective Questions and Answers

Thermocouples Problem

Fire burnt Ammonia Converter Thermocouples Problem

Online Analyzers Questions & Answers

Online Analyzers Questions & Answers

Online and Diagnostics of Siemens PLC

How to Use Diagnostic Buffer for SIEMENS PLC?

Hierarchy of Calibration Organizations

Hierarchy of Calibration Organizations

Beam-Detectors-Working-Principle-2

Beam Detectors Working Principle Animation

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?