PLC Tutorials

Drilling Process using PLC Program

Drilling process is one the example Program in PLC using RSLOGIX 500.

PLC Drilling Machine

Step Conditions:

  1. Start PB is to start the process.
  2. At initial, Job in sensor, Drill up sensor should be in ON condition and job out sensor should be in OFF condition.
  3. When job in sensor detects object for drilling should turn on conveyor motor to move the object.
  4. When Position sensor detects object, conveyor motor should turn OFF and after 5 sec Drill forward Motor should ON until drill down sensor ON. After Delay of 5sec, Drill reverse motor should ON up to Drill up sensor ON.
  5. After 5 sec delay, Conveyor motor runs till job out sensor ON.
  6. Program run continuously till stop PB pressed.

Input/Output

PLC Drilling 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, Drill Up sensor and Job Out sensor, Memory coil is used.

RUNG 0002

when all the sensors are in Home condition, Conveyor Motor turned ON

Rung 0003 – RUNG 0004

Position sensor ON makes a time delay of 5 sec to turn  Drill forward ON up to drill reverse ON

Rung 0005 – RUNG 0006

Drill down sensor ON makes a time delay of 5 sec to turn  Drill reverse ON till drill up sensor ON

Rung 0007

After 5 sec delay, Conveyor motor runs up to job out sensor ON condition.

Program runs continuously until STOP PB is pressed.

Conclusion:

The above explained Drilling process is for example only. Real time may vary in different logic.

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 Motor Operation

PLC Speed Control

4 Way Traffic Light Control

PLC Bell Control Logic

Flip Flop PLC Ladder Diagram

You've successfully subscribed !
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