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 Food Processing Industry
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 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 outputsPLC Program for detecting burned chips and removing themPLC Program ExplanationResult

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

SAVE and BR Memory Instructions in Siemens PLC Programming
Top Automation Vendors from Around the World – An Overview
Structured Text in PLC: Parking Information Systems
What is Function Module in Siemens PLC?
Types of Interlocks
PLC Example on Switch Program with Timers
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Evaluating Industrial Automation Projects Return on investment (ROI)
SCADA for Substation Automation
Configuration of Input and Output Tags in Siemens Scada and PLC
Principle of Operation of PLC
How to Delay a Sensor Signal in PLC?
Studio 5000: Define Program or Operator Control in Functional Block Diagram
PLC Programming for Pumping and Draining System
Design a Water Pump PLC Program using CX-Programmer

Keep Learning

Mixing Process with Valve Control

PLC Mixing Process with Adjustable Timer and Valve Control

Communicating Delta PLC Software to Simulator

Example Ladder Logic Diagram

What is Relay Logic ?

Star-Delta PLC programming with 1 button

How to Program a Star-Delta System using 1 Button in PLC?

Workstation Healthiness Checks

Workstation Healthiness Checks

Introduction to SCL Programming in Siemens PLC

Types of Expressions in the SCL Language of the Tia Portal

WHILE DO Statement in SCL Language

WHILE DO Statement in SCL Language

PLC Program for Conditional Control Logic

PLC Program for Conditional Control Logic

Learn More

Compounded DC Generator

Parallel AC Generators

device-specific-diagnostics-to-ne107-status-signals

NAMUR NE107 Standard

Comparison between Transit time and Doppler Flow Meter

Difference between Transit time and Doppler Ultrasonic Flow Meter

Formula of AMP, KW, KVA, HP for AC and DC Voltages

Formula of AMP, KW, KVA, HP for AC and DC Voltages

Reciprocating Piston Meters

Overview of Positive Displacement Flow Meters

On-Off Valve Problems

How to Solve On-Off Valve Problems?

pH Analyzer Calibration and Troubleshooting

Troubleshooting pH Analyzer Common Problems

Two-element drum level control system

Two Element Drum Level Control System

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?