Practical Exercises Manual
Practical Exercises Manual
TABLE OF CONTENTS
7 PRACTICES MANUAL ............................................................................................................. 2
7.1 EQUIPMENT DESCRIPTION .................................................................................................... 2
7.1.1 Introduction ................................................................................................................................................ 2
7.1.2 Description ................................................................................................................................................. 3
7.2 PRACTICES .................................................................................................................................. 7
7.2.1 Practice 1: Temporization ........................................................................................................................... 7
7.2.2 Practice 2: Counting ................................................................................................................................... 9
7.2.3 Practice 3: Sequential Control .................................................................................................................. 11
7.3 REAL APPLICATION................................................................................................................ 14
7.3.1 Introduction .............................................................................................................................................. 14
7.3.2 Necessary elements .................................................................................................................................. 14
7.3.3 Application carrying-out........................................................................................................................... 14
PRACTICAL EXERCISES MANUAL
7 PRACTICES MANUAL
7.1.1 Introduction
The PLCE is the PLC training module designed by EDIBON. The PLCE is a
modularized PLC that depending on the requirements it can include digital and
analog inputs and outputs, switches, push buttons, potentiometers, etc. The PLCE can
also be used to work with some training modules together. These modules have been
specially developed to study the PLCE working in real applications.
7.1.2 Description
Figure 1: N-PLCE-CME
INPUT ELEMENT
X0 START
X1 STOP
X2 MODE
X3 LEVEL_SENSOR_1
X4 LEVEL_SENSOR_2
X5 LEVEL_SENSOR_3
X6
X7
X8
X9
XA
XB
XC
XD
XE
XF
The training module also contains other elements such as valves, conveyors
and other more elements that are controlled by the PLCE to perform the required
function of the mixer control system. These elements are directly connected to the
PLCE outputs.
OUTPUT ELEMENT
Y0 CONVEYOR_BELT_1
Y1 CONVEYOR_BELT_2
Y2 CONVEYOR_BELT_3
Y3 VALVE_1
Y4 VALVE_2
Y5 VALVE_3
Y6 AGITATOR
Y7
Y8
Y9
YA
YB
YC
YD
YE
7.2 PRACTICES
7.2.1.1 Objective
The objective of this practice is to get familiar with timers. A timer is a very
useful element featured in industrial PLCs. To do this, a PLC program will be
developed to control the time during a simple process.
In this practice we will develop a program that could be used to control the
agitation process.
PLCE
N-PLCE-CME
After that, the program verifies if the agitator has been turned on for 360
seconds.
When this condition is met, the agitator is turned off and the program finishes.
7.2.2.1 Objective
The objective of this practice is to get familiar with counters. To do this, a PLC
program will be developed.
In this practice we will develop a program that counts how many times the
button “Stop” is activated. It can be useful to know how many times the system has
some error.
PLCE
N-PLCE-CME
The sequence of events necessary to count how many times the stop button
has been activated is represented in the picture below, using a flowchart.
After that, the program verifies if the stop button has been activated.
If the stop button has been activated, the counter sums 1 to the previous
value.
7.2.3.1 Objective
2. At this moment, the hopper with the solid material is opened (valve 1) and the
conveyor belt 1 is turned on.
3. When the level 2 is reached, the valve 1 is closed and the conveyor belt 1 is
turned off.
4. Then, the hopper with the liquid material is opened (valve 2) and the conveyor
belt 2 is turned on.
5. When the level 1 is reached, the valve 2 is closed, the conveyor belt 2 is turned off
and the hopper agitator is turned on.
6. A few minutes after, the first mixture is ready and the program turns off the
hopper agitator.
PRACTICAL EXERCISES MANUAL
PLCE
N-PLCE-CME
7.3.1 Introduction
With the practical exercises carried out before the students have learnt the
basics about PLC programming. This chapter is designed for advanced users who
have the necessary knowledge to develop very complex programs. The development
of this application is beyond the scope of this manual. We really recommend to
advanced users to try to develop a program that controls a real application.
PLCE
N-PLCE-CME
PLCE connection
The program should consider the following points. Check the hardware signals
to be considered on each requirement.
2. At this moment, the hopper with the solid material is opened (valve 1) and the
conveyor belt 1 is turned on.
3. When the level 3 is reached, the valve 1 is closed and the conveyor belt 1 is
turned off.
4. Then, the hopper with the liquid material is opened (valve 2) and the conveyor
PRACTICAL EXERCISES MANUAL
5. When the level 2 is reached, the valve 2 is closed, the conveyor belt 2 is turned off
and the hopper agitator is turned on.
6. A few minutes after, the first mixture is ready and the program turns off the
hopper agitator.
7. The hopper with the solid material is opened again (valve 1) and the conveyor belt
1 is turned on until the level 1 are reached.
8. At this moment, the hopper agitator is activated a few minutes more. Making the
mixture in two parts, the mixing will be easier.
9. When the mixture is ready, the valve 3 is opened and the conveyor belt 3 is turned
on until the mix level is down the level 3.
10.The program waits a few second more to the hopper is empty and closes the valve
3 and turns off the conveyor belt 3. At this moment, the process begins again.