PLC Tutorials

PLC based Automatic Packaging System

Develop a PLC-based ladder logic program for automatic packaging system according to the logic given below,

  1. Start and stop PB is used to start and stop the whole process
  2. Photosensor is used to detect product.
  3. Once the count reaching 10, the robot arm takes responsible for packing.
  4. Packing complete sensor turns on to restart the process
  5. Stop PB is pressed any time to stop all processes.

PLC Packaging System

PLC Packaging Programming

Program Description:

Rung 0000:

Start/Stop Pushbutton (PB) latched with memory B3:0/0.

Rung 0001:

B3:0/0 enabled to turn on Conveyer motor (O: 0/0).

Rung 0002:

Photo-sensor (I:0/1) is connected to one shot to give one pulse when a product crossing photo-sensor.

The counter is used to count the number of the product. Robotic arm for packing (O:0/1) is connected in the normally closed contact to give interlocking with conveyor motor.

Rung 0003:

Counter done bit turns robotic arm for packing (O: 0/1) to turn ON and conveyor motor to stop.

Rung 0004:

Packing complete sensor (I:0/3) or manual counter reset (I:0/4) is used to reset the counter which will turn on conveyor motor to start the process again.

Conveyor Motor (O:0/0) is connected in the normally closed contact to give interlocking with a Robotic arm for packing output.

Conclusion:

We can use this example to understand the ladder logic in AB Programmable Logic Controllers.

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.

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

2 weeks ago
  • 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…

1 month ago