Lab 01 PLC

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

University M'hamed Bougara, Boumerdes.

Institute of Electrical and Electronics Engineering.


Departement of Power and Control
.

EE-452L: Industrial Automation Laboratory.


Lab Teacher: A.Ouadi.

Students’ Names:
 BOT Mohammed
 OULD-AMARA Massil
 AMMOUR Manel

Experiment Number: 01
Buzzer Game/ Conveyor Systems

Implementation Date: 06/03/2018

Submission Date: 13/03/2018

Used Controller Type: FX1S.


1. Introduction & Objectives:
In this laboratory experiment we are going to work with real PLCs. Besides, we
are going to design a ladder program to some applications and be familiar with the
instruction list. Furthermore, we are going to use the Mitsubishi FX1s PLC in terms of a
student’s trainer board with the MELSOFT GX developer program.

2. In-lab:
2.1.Task 01:
We are asked to design a ladder program which will determine the priority of
players in a game.
 If player i pushes his push button, the corresponding light will be on and a
buzzer sounds for 5 seconds.
 Once a player pushes his push button, the other two are blocked.
 The player light will not turn off until the host pushes the reset push button.

2.1.1.I/O Assignment:

Table 2.1.1: I/O assignment.

When the host key is temporarily pushed, all the outputs will be immediately off and
so the buzzer. If the key host key is not pushed, then if a switch "𝑖" is pushed while the other
players outputs are not on, the corresponding output will became on and force the other
outputs to be zero. Furthermore, each output will activate a feed state once it becomes on it
remains on.
The following Ladder diagram is used to realize the desired specifications:

Its corresponding instruction list:


2.2.Task 02:
We are asked to design a ladder a program for a conveyor that perform the
following:
 If the start push-button is pressed for 2 sec, the yellow light will flash and the
buzzer sounds for 5 sec.
 After 5 sec, the yellow light remains lit, the buzzer stops, and the conveyor
starts. The green light starts flashing while the conveyor is on.
 When the stop push-button is on, the operation will stop.

2.2.1.I/O Assignment:
Inputs Device and its function
X0 Start push-button
X1 Stop push-button
Outputs Device and its function
Y0 Conveyor forward, motor
Y1 Sounds when it is on , buzzer
Y2 Green light
Y3 Yellow light

Table 2.2.1: I/O assignment.

The following Ladder diagram is used to realize the desired specifications:


Its corresponding instruction list:

3. Conclusion:
At the end of this laboratory experiment, we have seen how to design a ladder
diagram and how to test it. Moreover, we have seen some techniques concerning the
use of push buttons. Furthermore, we have got familiar with the use of memories.

You might also like