PLC Tutorials

Surface Grinding Process using PLC Program

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

PLC based Grinding Process

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 Program

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.

PLC Mixing Process Logic

Industry Shutter PLC Operation

PLC Practice Questions

PLC Cabinet Earthing 

Test Process Control Loop

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

Daily Alarm PLC Program using Real-Time Clock

Learn the daily alarm PLC program using real-time clock instruction as per the required timings…

7 hours ago
  • PLC Tutorials

Real-Time Clock in Omron PLC? – CX Programmer

A Real-Time Clock accurately tracks time from seconds to years and stores the data in…

1 week ago
  • PLC Tutorials

CX-Programmer Products Sorting & Counting – Omron PLC

Omron PLC logic for sorting the number of products and counting the number of products…

1 week ago
  • PLC Tutorials

Water Fountain Control Logic – PLC Exercises and Solutions

Learn the water fountain control logic using the PLC timers programming to control the high…

4 weeks ago
  • Control Systems

What is Open Telemetry? – Principles and Benefits

Open Telemetry is a framework for collecting data in cloud-native applications including tracing, metrics, and…

1 week ago
  • Common

Control of Pneumatic Cylinder and Motor

This article is about controlling the Pneumatic cylinder and Pneumatic motor in the assembly line…

2 weeks ago