PLC Program for Continuous Filling Operation

PLC Program : A Continuous Filling Operation requires boxes moving on a conveyor to be automatically positioned and filled.

PLC Program for Continuous Filling Operation

PLC Program for Filling Operation

Purpose

Solenoid : To control the product filling from the hooper. Solenoid will be activated after the box positioned (proximity switch activation) and again de-activates after the level switch activated (level full).

Level Switch : To detect the product level in the filling box.

Proximity Switch : To position the box exactly below the hooper.

Motor : To run the conveyor such that the box will move accordingly.

Local Control Panel : it has START & STOP buttons used to control the sequence.

Indication Panel : It displays the plant/batch status. Status signals are Run/Stand By/Full.

PLC Logic

PLC Bottle Filling Ladder Logic

The below are the default positions :

  • STOP Switch : Normally Close (NC)
  • START Switch : Normally Open (NO)
  • Proximity Switch : Normally Open (NO)
  • Level Switch : Normally Open (NO)

Note : In ladder logic we can use either NO or NC contacts as default of proximity & level switch as required. if we use NO then it becomes NC after switch activated. if we use NC then it becomes NO after switch activated.

Explanation

Here we have 5 rungs / complete lines in the above ladder logic.

First Rung:

It has STOP, START & RUN Indication. STOP default NC, START is NO, when we press START command then both STOP & START are NC so the output RUN will be activated.

RUN Indication will be displayed in indication panel. As START is a push button which generates a momentary command only.

So we use a logical NO contact from RUN output. when RUN is activated, the NO becomes NC and Holds/latches the START command and RUN will be continuously activated even though START signal is lost as it is momentary type.

Second Rung:

it is used to indicate STAND BY signal status in the indicator panel. RUN indication NC contact is connected to STANDBY.

so when RUN signal activated or process started then NC becomes NO and STAND BY indication will be disabled. if it is not running then stand by will be activated.

Third Rung:

it is used to indicate FULL signal status in the indicator panel. when level switch & proximity switch are activated then NO contacts will become NC and FULL signal status will be enabled.

Fourth Rung:

It is used to control the Motor either START/STOP. Proximity switch NC contact is used & RUN signal NO contact is used here to control the Motor.

so when we press START button, the RUN will be activated ( as discussed in First Rung ) so RUN signal NO contact will becomes NC.

Both proximity & RUN signals are enabled/healthy then Motor will be started and conveyor will start running and box/package will start move.

once the box reached before Hooper then proximity switch will be activated. So proximity switch NC contact becomes NO, so Motor will be stopped immediately.

After filling, the box has to move again and to reach other side. so here we use level switch NO contact across proximity switch.

When Filling completed, Level switch contact changes from NO to NC, so again the motor starts and moves the box to other end.

Fifth Rung:

It is used to control the solenoid valve operation. If solenoid activated then it starts filling the box and if solenoid valve de-activates then the filling will be stopped.

Here we mainly use RUN signal NO contact, Level Switch NC contact, Proximity NO contact to control the solenoid valve.

Solenoid valve will be activated when START command is given ( RUN signal NO contact becomes NC), when level is Zero (Level switch NC contact used as default here ), when Box is placed under the hooper ( proximity switch NO contact used.

so when box arrives under hooper, NO contact becomes NC ) , after all the logics are healthy then solenoid valve will be activated and starts filling.

if level reaches 100% then level switch will become NO and thus stopping the filling by de-activating the solenoid valve.  We used proximity switch here because the filling has to be started when the box placed in correct position.

After filling the box move out and filling again will start when next box comes under Hooper.

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:

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

3 thoughts on “PLC Program for Continuous Filling Operation”

  1. – How can ” when Box is placed under the hooper ” ???
    – Is this system is fully automatic after turning it on from local control panel ???

    Reply

Leave a Comment