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 Program for Paint Spraying
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 Program for Paint Spraying

PLC Program for Paint Spraying

Design automatic spray painting of objects which are moving on the conveyor using PLC ladder diagram.

Last updated: November 3, 2023 2:54 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
3 Min Read
SHARE

PLC Program to control paint spraying of objects.

Contents
PLC Program for Paint SprayingProblem DiagramProblem solutionList of Inputs and OutputsInputs ListOutputs ListMemoryPLC Ladder Diagram for Paint SprayingProgram DescriptionNetwork 1:Network 2:Network 3:Network 4:Network 5:

PLC Program for Paint Spraying

Problem Description

Design automatic spray painting of objects which are moving on the conveyor using PLC ladder diagram.

Problem Diagram

PLC Program Paint Spraying

Problem solution

  • Spray painting is mostly used in automobile industries.
  • This method is similar to bottle capping process in food beverage plant.
  • Two proximity sensors are used in this applications.
  • One to detect hanger and other is for parts / objects.
  • Bit shift register is used to spray parts.
  • Oven is used to dry the parts after they are sprayed and this output is continuously ON.

Also Read : PLC Program for Automatic Heating & Mixing of Products

List of Inputs and Outputs

Inputs List

  • START PB :- I0.0
  • STOP PB :- I0.1
  • Part detector :- I0.3
  • Hangar detector :- I0.2

Outputs List

  • Master coil :- Q0.0
  • Oven :- Q0.1
  • Spray :- Q0.2

Memory

  • Relay coil :- M11.0
  • Shift register :- MW10

PLC Ladder Diagram for Paint Spraying

Spray Painting PLC Ladder Logic

Program Description

For this application, we used S7-300 PLC and TIA portal software for programming.

Network 1:

When START PB (I0.0) pressed master coil (Q0.0) will be ON and it can be stopped by pressing STOP PB (I0.1).

Network 2:

When master coil is ON, oven (Q0.1) will start.

Network 3:

When part is detected, relay coil will be set for logic purpose. And it will set the first bit of MW10.

Network 4:

Here we used bit shift register so after detection of part it will count hanger detection and after. Here assume distance of spray from part detector proximity is 3 steps. So as per shift register logic M10.2 will be ON after 3 steps.

Network 5:

When M10.2 is ON, spray will be activated.

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 spray painting of parts in industries, we can use this concept in other examples also.

All parameters and graphical representations considered in this example are for explanation purpose only, parameters or representation may be different in actual applications. Also all interlocks are not considered in the application.

Also Read : PLC Program for Conveyor System

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:

  • Paint Mixing System
  • Fire Water Spray Systems Principle
  • What is Ratio Control ?
  • Deluge System for Transformer
  • Adaptive Control
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 !
Car Parking System using PLC Programming
#2 PLC Best Practices – Track Operating Modes
1 to 8 Demultiplexer PLC ladder diagram
How to Use the Shift and Rotate Instructions in PLC?
How to Create New Project Using Simatic Manager
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • ferhat says:
    June 25, 2023 at 3:25 am

    formidable leçon merci de votre part

    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

Recent Comments

  • Kamli on Top Free PLC Software
  • 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

Related Articles

Pause the Timer PLC Ladder Logic

Pause the Timer PLC Ladder Logic

Delta PLC Simulator

How to Work with Delta PLC Simulator?

Understanding the Scan Cycle of SIEMENS PLC

Understanding the Scan Cycle of SIEMENS PLC

Function Block Programming in Studio 5000

Introduction to Functional Block Diagram in Studio 5000

What is PLC

What is a PLC? – Programmable Logic Controller

Allen Bradley PLC ControlLogix Hardware

Allen Bradley PLC ControlLogix Hardware

LIFO Instruction in Allen Bradley PLC Programming

LIFO Instruction in PLC

Downloading Free PLC software

Step by Step Guidelines for Downloading Free PLC software

More Articles

Diode-testing-with-multimeter

How to Test a Diode using Multimeter

SOA-C02 Exam Certification

Know the Best Path to Achieve SOA-C02 Exam Certification

Siemens PLC Simulator and Plant Simulation Software

How to use Simulator in Siemens PLC?

Types of Allen Bradley PLC

Types of Allen Bradley PLC

Turbine Speed Control system using Woodward Governor

Turbine Speed Control system using Woodward Governor

Zigbee Projects

Zigbee Based Project Ideas and List

How to Select a pH and ORP Meter

How to Select a pH or ORP Meter

Allen Bradley SLC 500 PLC Programming

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?