Traffic Lights Again

D.DUCK

Member
Join Date
Jun 2002
Posts
2
PLEASE ANSER THIS QUESTION........HOW DO YOU PRODUCE A FUNCTIONAL LADDER LOGIC PROGRAME WHICH WILL PRODUCE THE REQUIRED MODE OF OPERATION FOR A TRAFFIC LIGHT SYSTEM.....MANY THANKS TO ANY ONE WHO ANSERS WITH OUT MOANING.......
 
Tom Jenkins said:
I have several ideas.

First, do a search on this site. Traffic light problems abound, as they appear to be the most common application for PLCs, far exceeding slicing pickles, for example.

Second, you need to make a list of all of the inputs and outputs for the system - that is, a detailed list of everything that the PLC is turning on (outputs like Green North, Amber South, etc.) and signals it is receiving (penguin at south east crosswalk, for example.)

Then, you need to go to your text, and find out what makes a timer time, and an output turn on, and a contact close.

Then you need to write a detailed description of each step in the cycle.

Then you need to read the tutorial on this site.

Then you need to replace each event in your description with the corresponding ladder logic command (on = contact closed, for example).


This was the first reply to the first of three traffic light requests. Perhaps you can be the first, IN THE HISTORY OF PLCs.NET!!! to follow these instructions. Someone says something like this at every student post. Students are the ones who moan, not us.
 
Last edited:
i divided my lights up into four counters;
red yellow yellow green
counter1 *
counter2 *
counter3 *
counter4 *
 
I dont know why my graph didnt post
I took counter 1 to control the green light on road "A" and red on road "B".
I took counter 2 to control the vice-versa of counter 1
then I took counter 3$4 to control the yellow while leaving
the red light on the opposite street still on; til yellow goes out
 
babybylar said:
I dont know why my graph didnt post
If you are including an attachment, make sure that after you've selected the file you click "Submit Reply" and not "Preview Reply"... Previewing will clear the "Attach File" location, and you'll have to re-specify the attachment...
 
Try to make a Grafcet or something on which you could easly reason. I included one I use to teach my students to THINK! Once you have reasoned it out, then - AND ONLY THEN - start to build your program.

grafcet_trafficlights.gif
 
Scooter said:
I wish I had a 72 inch monitor to see that

Good one Scooter! I'm guessing their motto is...

"BELGIUM... We're a Small Country, but we have BIG Monitors!"....
goofy.gif


-Eric
 
Sorry Scooter and Eric, but her in Belgium we also don't have 72 inch monitors. I guess it was the combination of a shortage of time and that **** Murphy's law. I hope this is somewhat better, I seem to be unable to preview a reply with the attached file, I only get a look at the reply without the image.

grafcet_trafficlights.gif
 
ladder logic

hello all i am doing a final project for school can anyone give me some tips on getting the ladder logic for street lights. i would greatly appricate it.
 

Similar Topics

I am currently am in a PLC class and need urgent help on how the ladder logic would be laid out. I understand how to get the traffic lights to...
Replies
19
Views
400
Hi all, I need help to create this program I have problems with the flasher. Develop the program below using RSLogix 500 software. Be sure to...
Replies
10
Views
839
Hello everyone... I am new to the PLC world and I would really love it if you gave me some interest about the problem I am dealing with for about...
Replies
15
Views
4,019
Good afternoon, I am studying my HNC and we have PLC classes. I am a beginner, the course has started in August and we are going to have an...
Replies
15
Views
3,833
Hi totally new to plc programming Would anyone have a zelio program for the below they could share, or any assistance would be helpful On signal...
Replies
11
Views
3,670
Back
Top Bottom