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

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

2 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

1 week ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

4 weeks ago
  • PLC Tutorials

PLC Programming Example on Timers Function Block

In this article, you will learn the PLC programming example on timers function block using…

3 weeks ago