Traffic Lights Lab Using Mitsubishi PLC
Traffic Lights Lab Using Mitsubishi PLC
LABORATORY EXPERIMENT # 04
Sequential Control : TRAFFIC
LIGHTS
Teacher : Done on :
Mr. Ouadi 19/04/2022
This task illustrates the value of creating a chart which tells us at a glance
whether an output is ON or OFF at any point in the sequence. A chart is also of
great assistance to the programmer in de-bugging a program or faultfinding once
the program has been installed.
The traffic light works on a continuous cycle, allowing the traffic to flow for a set
of time in each direction .The only interruption being when the pedestrian
crossing is in use .The times shown at each step indicate how long those outputs
will remain ON.
The chart below shows the automatic sequence of lights interrupted by a
pedestrian pushing a button (X6).
Sequence RED1 AMBER 1 GREEN 1 RED 2 AMBER2 GREEN2 RED GREEN RED
/Time E/W E/W E/W N/S N/S N/S CROSSIN CROSSIN WAI
G G T
1 3 sec √ √ √
2 3 sec √ √ √ √ √ Push √
3 3 sec √ √ √ √
4 3 sec √ √ √ √
5 0.1 sec √ √ √
6 5 sec √ √ √
1 3 sec √ √ √
2 3 sec √ √ √ √ √
Y0 Y4 Y2 Y1 Y4 Y4 Y2+Y4 Y0 Y5
LAB WORK:
We design two LADDER program solutions and transfer each one in turn to our
MINI_PLC trainer and test them to operate as the described specifications. The
first program solution should not use the MC and MCR instructions, while the
second program use them. Then for each program we produce its instruction list.
We implemented the following ladder program: