Inst ToolsInst ToolsInst Tools
  • Ask
  • 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 Programming Example for a Batch Process
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • 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 Programming Example for a Batch Process

PLC Programming Example for a Batch Process

Last updated: March 4, 2021 2:26 pm
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

Develop PLC Programming Batch Process ladder logic program according to the logic given below,

Contents
PLC Programming Batch ProcessProgram Description:Rung 0000:Rung 0001:Rung 0002 & 0003:Rung 0004, 0005 & 0006:Rung 0007:Rung 0008:Rung 0009:Conclusion:
  1. Ingredient A is sent to the tank first by energizing solenoid 1. The flow meter gives one pulse for every gallon of flow. Solenoid Valve will be open until 200 gal has poured in.
  2. After ingredient A is in the tank, 200 gal of ingredient B should be added. The process of adding follows the same procedure as ingredient A.
  3. Once step 2 is done, the mixer motor starts and runs for 10s.
  4. After mixing is complete, solenoid 3 should open, let the mixed batch goes to the finished tank.
  5. When the tank is empty, the low-level sensor turns ON to open solenoid 3 to close and restarts the process again.
PLC Programming Batch Process

PLC Programming Batch Process

PLC program for a batch process
PLC batch programming

Program Description:

Rung 0000:

Start/Stop PB latched with memory B3:0/0.

Rung 0001:

B3:0/0 enabled to turn on solenoid A (O: 0/0). Until B3:0/2 turns ON.

Rung 0002 & 0003:

Flowmeter (I:0/2) is connected to one shot to give one pulse when flow meter reads 1 gallon of ingredient A. Counter is used to count the gallon.

Counter done bit turns B3:0/2 On to turn off Solenoid A and turn On Solenoid B.

Rung 0004, 0005 & 0006:

Flowmeter (I: 0/3) is connected to one shot to give one pulse when the flow meter reads 1 gallon of ingredient B. Counter is used to count the gallon.

Counter done bit turns B3:0/3 On to turn off Solenoid A and turn On mixer motor.B3:0/2 is connected in rung 004 & 005 to get the sequence of operation.

Rung 0007:

B3:0/3 turns ON to run a mixer motor parallel with timer sets for 10s to turn off the mixer motor.

Rung 0008:

Timer done bit turns solenoid valve C (O:0/3) until the low-level switch.

Rung 0009:

Low-level switch (I: 0/4) will reset the counters to restart the process again.

Conclusion:

We can use this example to understand the programmable logic controller programming in Allen Bradley PLC.

Author: Hema Sundaresan

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:

  • Motor control in Ladder logic
  • Conveyor Ladder Logic Program
  • Function Block Programming
  • Operator Interface for SCADA
  • Control Instructions in PLC
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 !
Network Switch Port Allocation Details
How to Blink Lights in Ladder Logic?
FactoryTalk Studio and SQL Server for Data Logging
Real-time PLC Projects – Industrial Automation
How to choose between PLC and DCS Systems ?
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

Recent Comments

  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers

Related Articles

Types of Limit Switches

Types of Limit Switches – Principle, Advantages, Disadvantages

How is Data Stored in Standard Modbus Protocol?

How is Data Stored in Standard Modbus Protocol?

Allen-Bradley PLC Program

Troubleshoot Allen Bradley PLC Logic

Siemens SIMATIC S7 PLC GSD File

How to import GSD files into the TIA Portal? – Siemens PLC

Example of Automated Guided Vehicle with PLC

Example of Automated Guided Vehicle with PLC

Relay Internal Parts

Relay Operation, Types, Symbols & Characteristics

S7 1200 PLC Program

Siemens S7 1200 PLC configuration in TIA Portal

Simulation in Machine Expert HVAC

How to do Simulation in Schneider PLC?

More Articles

Tubing ACCURATE BENDING

Instrument Tube Fitting Installation – Part 1

Contacting Radar Tank Gauges

Radar Tank Gauging

Basics of Sinking and Sourcing

Basics of Sinking and Sourcing – Automation System MCQ

Top 100 Zigbee Projects for Engineering Students

Top 100 Zigbee Projects for Engineering Students

SCADA Run

PLC Based Industrial Conveyor Ladder Logic

Preventive Maintenance of Variable Frequency Drive

Preventive Maintenance of Variable Frequency Drive (VFD)

Motors Inrush Currents

Motor Inrush Current Measurements

Test Questions on Safety Instrumented System

Test Questions on Safety Instrumented System

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?