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 to Heat and Bend Glass Tubes
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 to Heat and Bend Glass Tubes

PLC Program to Heat and Bend Glass Tubes

PLC Program to Heat and Bend Glass Tubes : Glass industry, heated glass tubes are passing in a process line having a particular length which are to be bent.

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

This is a PLC Program for heating and bending glass tubes.

Contents
Heat and Bend Glass TubesProblem DiagramProblem SolutionList of Inputs and OutputsPLC Ladder Logic to heat and bend glass tubesLogic Description

Heat and Bend Glass Tubes

Problem Description

  • In glass industry heated glass tubes are passing in a process line having a particular length which are to be bent.
  • We need to bend glass tube in U-shape. These bended glass tube is used for fluorescent bulbs.
  • Implement this process in PLC using ladder diagram programming language.

Problem Diagram

PLC Program to Heat and Bend Glass Tubes

Problem Solution

For this process, we will consider two pneumatic rods that force the glass tube through metal support for the bending process.

During this process metal support is continuously heated so that glass does not break while bending.

When the bending process is completed, two cutters are used to cut the bent glass.

Proximity switch detects the length to be cut by the cutter in the cutting process.

Metal supports are mounted close to each other so the bending rod and glass tube can pass through it.

List of Inputs and Outputs

Inputs List 

  • START PB :- I0.0
  • STOP PB :- I0.2
  • Glass detector :- I0.3
  • Glass length detector (proximity) :- I0.6

Outputs List 

  • Bend valve :- Q0.0
  • Cutter :- Q0.2
  • Return valve :- Q0.3

M memory 

  • Master coil :- M0.0
  • Relay coil 1:- M0.1

PLC Ladder Logic to heat and bend glass tubes

PLC Ladder Logic heat and bend glass tubes
PLC Glass Tube
PLC Heat Bend Glass
PLC Bend Glass
PLC Heat Glass
Heat and Bend Glass Tube

Logic Description

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

Network 1:

Master coil will be ON (M0.0) when START PB (I0.0) will be pressed and master coil can be stopped by pressing STOP PB (I0.2).

Network 2:

When glass detector sensor (I0.3) detects the glass, bending process will be ON or bend vale (Q0.0) will be ON.

Network 3:

When glass length sensor is detected (I0.6), relay coil 1(M0.1) will be ON for next command.

Network 4:

If relay coil 1(M0.1) is ON, cutter (Q0.2) will be ON

Network 5:

Timer will start to count time when relay coil 1 (M0.1) is ON after 20sec delay (here we assumed time for cutting) cutter (Q0.2) will turn OFF.

Network 6:

When cutter output is ON (Q0.2) and bend valve (Q0.0) is OFF, return valve (Q0.3) will be ON.

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 heating and bending of glass tube in industry, we can use this concept in other examples also.

All parameters considered in example are for explanation purpose only, parameters 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:

  • Latching & unlatching Circuit
  • PLC Tank Heating Control using Heater
  • Controlling Sequence of Conveyors
  • PLC Automatic Heating and Mixing of Products
  • Food Processing Industry PLC Example
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

PLC Program Examples
Example of PLC Programming based on Logic Circuit
PLC FBD Programming for Burglar Alarm Security System
Connect to the Siemens S7 PLC
Automatic Vacuum Cleaner Programming in Omron PLC
What is a PLC Retrofitting Project? – Importance, Procedure
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Gnana Moorthy says:
    October 28, 2018 at 7:01 pm

    I/O addressing mismatching as per you description and ladder diagram . Please correct it.

    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

Step-by-Step Guide to Choose Right Fuse for a Panel
Up Down Counter Instruction in PLC
PLC Raw Count Calculation for Pressure Transmitter
Working Principle of Single Phase Preventer Relay
Functional Block Diagram PLC Example for Traffic Light System
PLC Program for Automatic Mixing Control in a Tank
PLC Programming Example on Timers Function Block
Automatic Box Filling System using PLC Programming

Keep Learning

Structured Text in PLC: Parking Information Systems

Structured Text in PLC: Parking Information Systems

Siemens SIMATIC S7 PLC GSD File

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

Level Transmitter configuration in PLC

Scaling with Parameters (SCP) Instruction in PLC

Allen-Bradley PLC

#15 PLC Best Practices – Safe State when PLC Restarts

Opposite Acting Control Valves Application

PLC Ladder Logic for Opposite Acting Control Valves Application

Structured Text PLC Program for Sequential Process Data Storage

Structured Text PLC Code for Sequential Process Data Storage

PLC Program for Positive edge pulse output for one scan cycle

PLC Program for Positive Edge Pulse Output for One Scan Cycle

Automatic Packing of Bottles

Automatic Packing of Bottles Programming

Learn More

FF Function block location

Foundation Fieldbus Logics

The Importance of Supply Chain Collaboration

The Importance of Supply Chain Collaboration

Difference between Orifice & Restriction Orifice

Sensors Used in Automotive Vehicles

Different Types of Sensors used in Automotive Vehicles

How Buoyant Force instruments Works

How Buoyant Force instruments Works ?

Transistor Stabilisation

Transistor Stabilisation

Full Wave Rectifier Peak Inverse Voltage

Full Wave Bridge Rectifier Peak Inverse Voltage

SWAS Analyzer Questions

SWAS Analyzers Questions and Answers

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?