Question

In: Electrical Engineering

Design a PLC program that satisfies the following conditions (latched interlocks): Momentarily depressing SW1 turns on...

Design a PLC program that satisfies the following conditions (latched interlocks):

Momentarily depressing SW1 turns on light 1; light 1 will remain on even after SW1 is turned off. Momentarily pressing SW 2 turns on light 2; light 2 remains on even after SW2 is turned off. Light 2 can only be energized if light 1 is already on. Momentarily pressing SW 3 turns on light 3; light 3 remains on even after SW 3 is turned off. Light 3 can only be turned on if either light 1 or light 2 are already on. Momentarily pressing SW4 turns all lights off. After the circuit is turned off it is immediately ready to start again.

Solutions

Expert Solution

As shown in the Ladder Logic, SW1, SW2 and SW3 are NO Push Buttons. While SW4 is NC Push button. Lights are represented by L1, L2 and L3. A, B and C are latching relays used to hold up the latched interlocks or contacts (shown by NO contacts a, B and C) corresponding to A, B and C latches respectively. Negative is connected directly as shown.

When SW1 is pressed the Light L1 turns on and also the latch A, which in turn picks up the latched contact corresponding to A. Now even if push button SW1 is turned off the Light L1 is on as the +ve is connected to L1 through the contact A parallel to SW1.

Now if L1 is ON, contact A is in closed position, so if SW2 is pressed L2 will be turned ON. This also turns on the latch B, which in turn picks up the latched contact B. So even if SW2 is turned off the light L2 is ON.

Now if either L1 or L2 is ON we have either contact A or B in closed position. So we can turn ON L3 by pressing SW3. On turning ON L3 the latch C turns on and holds the contact C in closed position, so that even after releasing the switch SW3 the light L3 will be in ON condition.

Now if the switch SW4 is pressed, the +ve supply to all the lights L1, L2 and L3 and the latches A, B and C are cut off. So the contacts A, B and C are opened. So all lights L1, L2 and L3 are turned OFF and we have to start from the beginning again.


Related Solutions

Please design a PLC program to perform the following task: An LED will be on when...
Please design a PLC program to perform the following task: An LED will be on when it’s activated by an NO push button for an accumulated 6 seconds. In other words, the push button can be on and off, but when it’s accumulated for six seconds, the LED will be on. After six seconds, the LED will be on for four seconds and is then reset itself for another cycle. Post LogixPro image of this programming Cascading timer Assume the...
Design a PLC ladder logic program to control a stop light. The program should have 3...
Design a PLC ladder logic program to control a stop light. The program should have 3 outputs: RED, YELLOW, and GREEN. The ladder logic should illuminate green for 60 seconds, then yellow for 10 seconds, then red for 60 seconds. The system should also have two sensor inputs: THROUGH_TRAFFIC and CROSS_TRAFFIC which detect when there is through traffic and cross traffic present. If through traffic is detected, and no cross traffic is detected, the system should maintain a green light...
Find the value z of a standard Normal variable that satisfies each of the following conditions....
Find the value z of a standard Normal variable that satisfies each of the following conditions. (a) The point z with 20% of the observations falling below it z= (b) The point z with 10% of the observations falling above it z=
Examine the data of Morocco country if it satisfies the following conditions. Explain how will you...
Examine the data of Morocco country if it satisfies the following conditions. Explain how will you evaluate these conditions. 1. Marshall - Lenner Condition      2. Phillip's Curve       3. Okun's Law
on plc program(PLC software) (Ladder diagram)basic program on paper is ok if it is drwan on...
on plc program(PLC software) (Ladder diagram)basic program on paper is ok if it is drwan on paper i just need an example to understand and do by myself detail answer is much appreciated thank you Write a short (no more than 2 page) paper on your process and ladder diagram • choose a simple manufacturing process (i.e. conveyor belt, garage door, filling operation, etc.) • process must have the following inputs • A safety factor (such as 2 pushbuttons or...
Design a PLC ladder logic program to implement an automatic Car-Wash process. The system should have...
Design a PLC ladder logic program to implement an automatic Car-Wash process. The system should have a start and stop pushbuttons. When a Car enters the washing skid, a load cell switch is activated and the following sequence is performed automatically: 1. Soaping for (20) sec through soap nozzles 2. Washing for (120) sec using big brushes 3. Rinsing for (60) sec using water nozzles 4. Drying for (40) sec using air nozzles After finishing this process, the washing skid...
2. Sketch a function which satisfies both conditions OR state that there is no such example....
2. Sketch a function which satisfies both conditions OR state that there is no such example. (a) Differentiable at x=0 AND not continuous at x=0 (b) Not differentiable at x=0 AND continuous at x=0 What does it mean for a function to be/not be differentiable at x=0? What does it mean for a function to be/not be continuous at x=0?
Sketch the graph of a single function f that satisfies all of the conditions below. (a)...
Sketch the graph of a single function f that satisfies all of the conditions below. (a) f '(x) < 0 on (1,∞), f '(x) > 0 on (−∞,1) (b) f ''(x) > 0 on (−∞,−2) and (2,∞), f ''(x) < 0 on (−2,2) (c) lim x→−∞ f(x) = −2, lim x→∞ f(x) = 0
Write the following in C language for Arduino: Write a program that turns on the LED...
Write the following in C language for Arduino: Write a program that turns on the LED at 25%, 50%, 75%, 100%, and then 0% brightness with a one second delay in between each change. Remember you are going to need to use a PWM pin and use the "analogWrite" command. The maximum value for our Arduino R3 boards is 255 and you need five steps (25%, 50%, 75%, 100%, and 0%) so you will need to determine the values for...
Automatic door plc ladder program
Automatic door plc ladder program
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT