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 Logic for Automatic Bending Machine for Exhaust Pipe
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 Logic for Automatic Bending Machine for Exhaust Pipe

PLC Logic for Automatic Bending Machine for Exhaust Pipe

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

Automatic bending machine

This is PLC Program for automatic bending machine for exhaust pipe.

Contents
Automatic bending machineProblem DescriptionProblem DiagramSolutionList of Inputs/OutputsLadder diagram for Automatic Bending MachineProgram Description

Problem Description

The bending of exhaust pipes is to be controlled using PLC. The bending procedure must not start unless both the pipe and connector fitting are present. If a part is defective or not present this is indicated by an indicator light.

Write PLC program for this application using ladder diagram language.

Problem Diagram

Automatic bending machine for exhaust pipe

Solution

  • A proximity switch is used to detect weather a pipe is present or not. Then pipe will be clamped in position via the solenoid valve.
  • And if the connector fitting is also present, bending process will be ON after 2 second.
  • If pipe is not detected for 5 second, error lamp will glow and it can be acknowledged by pressing acknowledge button.

List of Inputs/Outputs

List of Inputs

  • I0.0 :- Start PB
  • I0.1 :- Stop PB
  • I0.2 :- Pipe detected
  • I0.3 :- Connector detected

List of Outputs

  • Q0.0 :- Cycle ON
  • Q0.1 :- Clamping ON
  • Q0.2 :- Error lamp

Ladder diagram for Automatic Bending Machine

Ladder diagram for Automatic Bending Machine

Program Description

In this program we have used Siemens S7-300 PLC and TIA Portal Software for programming.

Network 1 :-

Main cycle can be started by pressing start PB (I0.0).And can be stop by pressing stop PB (I0.1).

Network 2 :-

When exhaust pipe and connector are detected, after 2sec clamping process (Q0.1) will be ON.

Network 3 :-

If cycle is not ON or pipe is not detected, clamping Q0.1) will be OFF.

Network 4 :-

If pipe is not detected for 5 sec, error lamp (Q0.2) will be ON.

Network 5 :-

Error lamp (Q0.2) can be acknowledged by pressing acknowledges PB (I0.3).

Note :- Above application may be different from actual application. We can also make this application by using other PLC also. This example is only for explanation purpose. This is the bending machine for exhaust pipes 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.

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 Selective Execution of Application

DCS versus PLC Architecture

PLC Sequential Motor Control

Tank Heating Control using Heater

PLC Separate Different Size Objects

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

UPS Working Principle and Types – Offline and Online UPS Systems
Push button Motor PLC Logic
How to Use Encode and Decode Instructions in PLC ?
Micro PLC Hardware Configuration
UPS Selection Factors for a Control System
Modbus Communication between Delta PLC with VFD
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

Omron PLC Timer Example Explained
Ladder Diagram Example using Memory Bits and Set Coils
Split Range Control Application using PLC Ladder Logic
Difference Between Normal Counters and Fast Counters – Learn PLC
Distributed Control System Interview Questions
What is Marshalling Cabinet?
Playground Swing Logic Exercise Program in PLC
Types of CPU Communication Ports in Siemens PLC

Keep Learning

Remote Factory Acceptance Test

Remote Factory Acceptance Test

Siemens PLC Device and Network

Difference Between PLCSIM and PLCSIM Advanced? – Siemens PLC

PLC Memory Mapping

PLC Memory Mapping and I/O addressing

Safety PLC Coding Practices

Safety PLC Coding Practices – Programming Recommendations

Omron PLC Instructions - Move, Move Bit, Move Digit

Move, Move Bit, Move Digit – Examples of Omron PLC Programs

What is Ladder Diagram Programming ?

HMI

Learn about SCADA and HMI Systems

Analog Input Card Resolution Effects on Accuracy

PLC Analog Input Card Resolution Effects on Accuracy

Learn More

Instrument Junction Box Specification

Instrument Junction Box Specification

Industrial Automation and Control

100+ Questions and Answers on Industrial Automation and Control

Electrical Machines Objective Questions

Electrical Machines MCQ Series 12

PLC Example to Control LEDs Via Switches

PLC Example to Control LEDs Via Switches

HMI book

HMI Handbook

Split Range in Foundation Fieldbus

Foundation Fieldbus Split Range Valves

Robot Anatomy

Robot – Anatomy, Configuration, Reference Frame, Characteristics

Process vessel for measuring water level

Level Measurement Lab Exercise

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?