Question

In: Electrical Engineering

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 even after the green has remained lit for 60 seconds.

Solutions

Expert Solution

Explanation : After pressing the start button , the process will and all the outputs go low irrespective of any condition when the stop button is pressed.

Rung 1: After pressing start button memory bit m:0/0 will becomes high.

Rung 2 : ON dealy timer will start and Green LED will ON. After 60 seconds , the green LED will off, if and only if, the through traffic and cross trafic condition across timer1.DN bit switch is not satify. If the through traffic is high and cross traffic is low, then after the 60 seconds delay also the green LED will be in its high state.

Rung 3 : when Timer1.DN is high and green LED go low state , the Yellow LED will ON and Timer T2 will start. After 10 seconds the timer2.DN bit will break the path leads to the yellow LED will go off.

Rung 4 : when Timer2.DN is high and Yellow LED go low state , the red LED will ON and Timer T3 will start. After 60 seconds the timer3.DN bit will break the path leads to the red LED will go off as well as it will break the timer1 path leads to timer1.DN becomes low, that leads to timer 2 will get reset and further timer3 also will get reset.

The process repats continously, till the stop button is pressed.

Note : For interlocking purpose to prevent any short of maloperations in the practical point of view, the Output addressed NC swithes uesd in the 2nd ,3rd and 4th rungs.

If you have any quiery . Please send a comment. Thank you


Related Solutions

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...
Automatic door plc ladder program
Automatic door plc ladder program
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...
Draw a PLC ladder logic diagram to simulate the operation of a sequential taillight system. The...
Draw a PLC ladder logic diagram to simulate the operation of a sequential taillight system. The light system consists of three separate lights on each side of the car. Each set of lights will be activated separately, by either the left or right turn signal switch. There is to be a 1-s delay between the activation of each light, and a 1-s period when all the lights are off. Ensure that when both switches are on, the system will not...
Write a PLC ladder program to describe an application consisting of keeping constant the level of...
Write a PLC ladder program to describe an application consisting of keeping constant the level of fluid in a fluid tank – if the level goes below a minimum, the fluid enters into the tank, and if the level goes above a maximum, inlet stops. Describe function of the program along with the inputs and outputs considered for the application?
CHAPTER 7 Problem 4  Programmable Logic Controllers Study the ladder logic program in Figure 7-41 and answer...
CHAPTER 7 Problem 4  Programmable Logic Controllers Study the ladder logic program in Figure 7-41 and answer the questions that follow: a. What type of timer has been programmed? b. What is the length of the time-delay period? c. What is the value of the accumulated time when power is first applied? d. When does the timer start timing? e. When does the timer stop timing and reset itself? f. When input LS1 is first closed, which rungs are true and...
Design the logic for a program that allows a user to enter 20 numbers, then displays...
Design the logic for a program that allows a user to enter 20 numbers, then displays them in the reverse order of entry. Design the logic for a program that allows a user to enter 20 numbers, then displays each number and its difference from the numeric average of the numbers entered. The program is C++. I need a Pseudocode
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...
For a light to be coherent light waves should have:
                                                                     For a light to be coherent light waves should have: same color different phases same wavelength and phase all wavelengths   Which phenomenon shows the wave nature of light? reflection refraction diffraction lenses   Bright fringes are a result of: diffraction constructive interference destructive interference stimulated...
Design an elevator control system for an 8 floors building, draw the logic diagram, and illustrate...
Design an elevator control system for an 8 floors building, draw the logic diagram, and illustrate the system with the following situations: 1. The car is on the ground floor, John Doe wants to go from ground floor to 7th floor; 2. The car is on 8th floor, John Doe wants to go from 6th floor to the ground floor; 3. The car is moving up from 4th floor to 7th floor, John Doe wants to go from 6th floor...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT