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: PLC Program for Food Processing Industry
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 > PLC Program for Food Processing Industry

PLC Program for Food Processing Industry

This is a PLC Program to detect burned chips and remove them by using PLC. Learn PLC programming with food industry examples.

Last updated: November 3, 2023 12:37 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
5 Min Read
SHARE

This is a PLC Program to detect burned chips and remove them by using PLC. Learn PLC programming with food industry examples.

Contents
Food Processing IndustryProblem DiagramPLC SolutionList of inputs and outputsDigital InputsDigital OutputsM memoryPLC Program for detecting burned chips and removing themPLC Program ExplanationNetwork 1:Network 2:Network 3:Network 4:Network 5:Network 6:Network 7:Result

Food Processing Industry

Problem Description

Potato chips are made in the company and sent to final packing. As per the process we need to identify the chips because in chips some chips might be burned.

Burned chips should be removed from the conveyor. Make a PLC program for the application which can detect burned chips and remove them.

Problem Diagram

PLC Program for Food Processing

PLC Solution

To detect burned chips light sensor are used. Light dependent resistors (LDR) are used to detect the burned chips.

Blowers are used to throw away the burned chips from the conveyor whenever burned chips detected.

Blowers are used to throw away burned chips from the conveyor. Here we used two blowers, number of blowers depend on the size of the conveyor.

Time measurement is necessary for blower cycle. Here we measure time taken by chips to reach from light source to blower.

Note:- Here we consider simple application for detecting burned chips on the conveyor and remove them. We have taken here light source to detect burned chips on the bases of darkness of the chips.

List of inputs and outputs

Digital Inputs

  • START PB :- I0.0
  • STOP PB :- I0.1
  • LDR 1:- I0.2
  • LDR 2 :- I0.3

Digital Outputs

  • Cycle ON :- Q0.0
  • Conveyor :- Q0.1
  • Light source :- Q0.2
  • Blower 1 :- Q0.3
  • Blower 2 :- Q0.4

M memory

  • Relay coil 1 : M0.0
  • Relay coil 2: M0.1

PLC Program for detecting burned chips and removing them

PLC Ladder Logic for Food Processing
PLC Program Food Processing
burned chips on the conveyor
detect burned chips
Food Industry PLC Ladder
PLC Logic Food
PLC Logic Food Plant

PLC Program Explanation

For this application, we use S7-300 PLC and TIA portal software for programming. We can implement this logic by using other PLC also.

Network 1:

In first network we used latching circuit for cycle ON. Here we used START PB (I0.0 ) to start the cycle and STOP PB (I0.1) to stop the cycle.

Network 2:

When cycle is ON (Q0.0), Conveyor (Q0.1) and light source (Q0.2) will be ON.

Network 3:

Cycle is ON and LDR 1 (I0.2) is detected, Relay coil 1(M0.0) will be ON

Network 4:

Cycle is ON and LDR 2 (I0.3) is detected, Relay coil 2 (M0.1) will be ON

Network 5:

Either relay coil 1 (M0.0) or relay coil 2 (M0.1) is ON, Timer instruction will be executed. During this operation cycle is ON.

Network 6:

When cycle is ON (Q0.0) and timer output is ON, blower 1 will be ON.

Network 7:

When cycle is ON (Q0.0) and timer output is ON, blower 2 will be ON.

When LDR sensors detect burned chips on the conveyor, blower’s timer (20s) will be ON and it will throw away the burned chips from the conveyor. Here we assumed 20s travelling time taken by chips to reach from light source to blowers.

Number of blowers is depended on the size of the conveyor.

Note:- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the simple concept of detecting burned chips on the conveyor and remove them by PLC logic. All parameters considered in example are for explanation purpose only, parameters may be different in actual applications.

Result

PLC Logic Food Processing Industry

Author: Bhavesh

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:

  • PLC Reads from Field Transmitters
  • Troubleshoot a PLC System
  • PLC Architecture
  • Difference between PLC & DCS
  • Automation Engineers Questions
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

Electric Motor Forward Reverse with Repeat Cycle PLC Logic
What is Hot Standby in PLC?
Door Lock with Delay PLC Exercise Problems
How to Select the Right Encoder for Your Machine?
How to Troubleshoot Siemens PLC Programs?
#19 PLC Best Practices – Monitor PLC Memory Usage
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Apurva Khartad says:
    February 19, 2021 at 4:02 pm

    Much needed explaination Sir. Thank you so much

    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

Explore More

Emergency Stop Switch Spurious Trip
PLC Program for Mailbox with Letter Counting & Light Indicators
Types of Interrupt OB in Siemens Tia Portal
PLC Program for Traffic Light Sequence using Functional Blocks
What is Contextual HMI? – HMI Screens on a Mobile or Tablet
Tia Portal – Different Instances of Calling a Function Block
Software Redundancy in Siemens PLC – Hardware versus Software
What are Analog and Digital Signals? Differences, Examples
PLC Program for Sequential Motor Control
Download a Ladder logic program to GE PLC

Keep Learning

Siemens PLC Force LED

Forcing and Modifying PLC Logic

PLC Commissioning and Testing

PLC Commissioning and Testing Procedure (Programmable Logic Controller)

Example of Controlling the PLC Output using Push Buttons

Example of Controlling the PLC Output using Push Buttons

Omron PLC Example

Design a Water Pump PLC Program using CX-Programmer

Siemens PLC Organization Blocks used For Troubleshooting

Tia Portal – OB121 Programming Errors Interrupt Organization Block

Count the Number of Bottles

Count the Number of Bottles in Packaging Carton PLC Logic

User Defined Data Types - UDT

User Defined Data Types (UDT) – Purpose, Need, Tutorial

FBD Logic

Why different PLC Programming Languages were Developed?

Discover More

Allen-Bradley MicroLogix controller

Programmable Logic Controller (PLC) Questions and Answers – 16

Electrical Conduit

What is Electrical Conduit? Types, Advantages, Disadvantages

Industrial Internet of Things Projects

Top 100 Industrial Internet of Things Projects (IIoT)

Artificial Intelligence Projects

Artificial Intelligence Projects List and Ideas for Students

HART Protocol and Fieldbus Interview Questions

HART Protocol and Fieldbus Interview Questions

safety gas analyzer

Safety Gas Analyzers

Structured Text PLC Example for Motor Interlocking and Control

Structured Text PLC Example for Motor Interlocking and Control

Lime Slaker

Advancements in Lime Slaking Technology: What’s New And What’s Next

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?