Inst ToolsInst ToolsInst Tools
  • 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: Surface Grinding Process using PLC Program
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • 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 > Surface Grinding Process using PLC Program

Surface Grinding Process using PLC Program

Last updated: March 4, 2021 3:48 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
3 Min Read
SHARE

Implement PLC ladder logic for automatic surface grinding process. Grinding process is an example PLC Program using RSLOGIX 500 software.

Contents
PLC based Grinding ProcessStep Conditions:List of Inputs and OutputsPLC ProgramLogic DescriptionRUNG000RUNG001RUNG 0002Rung 0003Rung 0004 and RUNG 0005Rung 0006Rung 0007 and RUNG 0008Conclusion:

PLC based Grinding Process

Surface Grinding Process using PLC Program

Step Conditions:

  1. Start PB is to start the process.
  2. At initial, Job in sensor should be in ON condition and job out sensor should be in OFF condition.
  3. When job in sensor detects object for surface grinding should turn on conveyor motor to move the object.
  4. When rough sensor detects object, conveyor motor should turn OFF and Rough grinding motor should turn ON for 20s. After the process, Conveyor motor should turn ON automatically.
  5. When fine sensor detects object, conveyor motor should turn OFF and Fine grinding motor should turn ON for 20s. After the process, Conveyor motor should turn ON automatically till job out sensor turn ON.
  6. Packing sensor should turn ON, when job out sensor ON.

List of Inputs and Outputs

PLC based grinding system inputs and outputs

PLC Program

PLC Grinding Logic
PLC based automatic grinding system

Logic Description

RUNG000

Latching rung to operate the system through Master Start and Stop PB.

RUNG001

To save the status of Job in sensor and Job Out sensor, Memory coil is used.

RUNG 0002

Conveyor Motor turned ON when All the sensors are in Home condition.

Rung 0003

Jump Instruction is used to skip the rough grinding  process in any case.

Rung 0004 and RUNG 0005

When Rough sensor detects object, Conveyor motor should turn OFF and  Rough grinding motor will turn ON for 20 sec. After 20 sec, Conveyor motor should turn on automatically.

Rung 0006

Jump Instruction is used to skip the Fine grinding  process in any case.

Rung 0007 and RUNG 0008

When Fine sensor detects object, Conveyor motor should turn OFF and  Fine grinding motor will turn ON for 20 sec. After 20 sec, Conveyor motor should turn on automatically

Program runs continuously until STOP PB is pressed.

Note: In this program, JUMP function is used to skip the rough grinding process and fine grinding process because some objects need only rough or fine grinding or in some maintenance case jump function is used to skip the process.

Conclusion:

The above explained Surface grinding process is for example only.

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:

PLC Mixing Process Logic

Industry Shutter PLC Operation

PLC Practice Questions

PLC Cabinet Earthing 

Test Process Control Loop

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

Parallel Tanks Level Control using PLC Ladder Diagram Tutorial
Tia Portal – OB30 Cyclic Interrupt Organization Block
Distributed IO Sharing Between PLC Systems – Technical Insights
Seven Segment Display Programming with Structured Text
PLC Basics – Manual Control, Closed Loop, ON-OFF with Hysteresis
How to use PLC with SQL Database? – Basics & Tutorials
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Meghavath Jama says:
    March 12, 2023 at 1:49 pm

    Setpoints & Alarms in Control Systems

    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

Explore More

What is SCADA ? How does SCADA Works ?
Job Skills Required for Industrial Electrical Maintenance
Shutdown Motors in Timed Operation PLC Program
Automated Garage Gate Control – PLC Ladder Logic
How to Password Protect HMI in Siemens TIA Portal?
Free Siemens PLC Training Course
PLC Programming Example for a Batch Process
Up Down Counter Instruction in PLC
PID in Siemens TIA Portal
Sheets, Tags, Elements in Functional Block Diagram of Studio 5000

Keep Learning

Leave Operational Logic in the PLC

#3 PLC Best Practices – Leave Operational Logic in the PLC wherever feasible

PLC Timer Program

PLC Timer Instructions

Types of Limit Switches

Types of Limit Switches – Principle, Advantages, Disadvantages

Overview of Industrial Control Systems

Overview of Industrial Control Systems

Function Block Diagram - Studio 5000 Logix Designer

Define the Order of Execution in Functional Block Diagram of Studio 5000

Example of Controlling the PLC Output using Push Buttons

Example of Controlling the PLC Output using Push Buttons

PLC Example on Switch Program with Timers

PLC Example on Switch Program with Timers

How a PLC communicates with Transmitters

How PLC Reads the Data from Field Transmitters

Discover More

Doubtful Temperature Readings

Doubtful Temperature Readings threatens Soaking Pit Wrecks 

Tank Gauging Measurement

Effect of Tank Design on Accuracy of Level Measurement

PSV lift pressure

Calculate PSV Lift Pressure

Monsoon Protection for Field Instruments and Junction Boxes

Monsoon Protection for Field Instruments and Junction Boxes

Industrial Automation Sales and Marketing Tools

Industrial Automation Sales and Marketing Tools

Lithium-ion Battery Charging System

Lithium-ion Battery Charging Systems

Group of Induction Motors

How to Operate a Group of Induction Motors using PLC Logic?

Delete Siemens CPU Memory

How to Delete the Siemens CPU Memory?

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?