December 25, 2022

Sequential lamps operation using PLC

This is a PLC program for the sequential lamp operation.

Problem description: -

Write PLC program to operate lamps in sequential mode using ladder diagram Language.

 Problem diagram: -


Solution: -

Here in this system, there are two lamps, two bush buttons which are connected to the PLC.

 The bush buttons are connected to the PLC inputs and lamps are connected to the Outputs of the PLC.

There are following condition for the system to work which are as follows: -

1)    When START PB is to be pushed lamp1 should start and lamp 2 should start after 5 seconds of lamp1.

2)    When STOP PB is to be pushed both the lamps1&2 are to be stopped.

 Now to meet the following conditions we have use a timer which delay the operation of lamp2. 

List of inputs/outputs: -

Inputs: -

1)     X0 -Start PB

2)     X1 -Stop PB

Outputs: -

1)     Y0 -Lamp1

2)     Y1 -Lamp2

Ladder diagram for the sequential operation of the lamps.















Program Description: -

-In Rung we used STRAT PB (X0) to start LAMP 1 (Y0). Here we used NC contact of STOP PB (X1) to stop the LAMP 1(Y0). In parallel of X0 contact we used NC contact of Y0 to latch the output.

-In second rung we used Timer T1 to count the delay for the LAMP 2 (Y1).

-In rung 3 we used NO contact of T1 so once time delay over the LAMP 2 (Y1) will on.

 

                                                                                              By Naisarg Prajapati



December 18, 2022

Double acting Cylinder Forword/reverse operation using PLC.

 Double acting Cylinder Forword/reverse operation using PLC.           

This is the PLC program for double acting cylinder operation using PLC.                                                              

Although writing a PLC program in Double acting cylinder is a highly technical process, it can be understood in simple language:

Problem Description: -

We need to operate double acting cylinder using PLC. Write the PLC program using ladder diagram language and draw pneumatic circuit.

 

Problem Diagram: -


Solution: -

Here we need to operate double acting cylinder with PLC. As show in figure we took two push buttons for forward and reverse operation. PLC is used to control the outputs. We used double solenoid direction control valve for forward and reverse operation of the cylinder. Once user will press forward button, cylinder will move forward and if user presses reverse button, cylinder will move reverse.

Here we used PLC for output control so need to write program in PLC according to application.

 Program

Here is PLC program for making forward/reverse cylinder operation using PLC.

 

List of Inputs/Outputs

List of Inputs

X0: -Cylinder Forward

X1: -Cylinder Reverse

List of Outputs

Y0: -Cylinder Forword

Y1: -Cylinder Reverse

 

Ladder Diagram for forward/reverse operation of double acting cylinder.

Program Description: -

-        In first rung we have used NO contact of the Cylinder forward push button (X0) so Cylinder forward (Y0) output can be operated with the forward push button (X0).

-        In first rung we have used NO contact of the Cylinder reverse push button (X1) so Cylinder reverse (Y1) output can be operated with the reverse push button (X1).

October 14, 2022

Making application to move block from the magazine feeder to conveyor using pneumatic system.

Making application to move block from the magazine feeder to conveyor using pneumatic system.

Problem Description: - There is one conveyor system. Single acting cylinder should start if user press bush button and block should move form magazine feeder to conveyor system for next process. 

Problem Diagram: -



Solution: -

Here we can consider single acting cylinder, take one spring return bush button to operate singly acting cylinder. Push button will work as 3/2 bush button valve. If bush button is pressed, cylinder will operate and move the block and if it is released, cylinder will back to its original position. 

Pneumatic circuit: - 


Pneumatic circuit explanation: -

Here we can see in the figure single acting cylinder with spring return. It can push block when required and it can come back with spring force if bush button released. Connect pneumatic pipe from A to cylinder in as shown in figure.

We took 3/2 bush button so in normal condition air will pass from A to R as shown in figure, so cylinder is in normal condition. If we press push button, air will pass from P to A so cylinder will move. Connect Main air line in Port P of the 3/2 push button.

If we release push button air will not pass from P to A so due to spring force it will come back.