PLC Report 1
PLC Report 1
Second year
Preparation / Ahmed ezat mohamed
18 / 4 / 2025
supervisory skills
Dr.Golina Saimr
Table of Contents
INTRODUCTION.................................................................1
Experimental Background..................................................1
Objectives of Experiment.....................................................1
Scope of experiment............................................................2
LITERATURE REVIEW.......................................................3
Programmable Logic Controller (PLC)...............................3
Elements in PLC and their Characteristics..........................4
A typical modular PLC.....................................................5
Ladder Logic.......................................................................6
Basic Examples of Ladder Logic Diagram........................6
Methodology..........................................................................6
Preparation.........................................................................6
Coding Design....................................................................7
Start-up...............................................................................7
Shut down...........................................................................7
Discussion.............................................................................7
Conclusion............................................................................9
References...........................................................................10
INTRODUCTION
Experimental Background
Nowadays, the control system engineering has evolved greatly with
the improvement of technology. The construction of Programmable Logic
Controller had been led by the development of digital computer. PLC is
an important device for controlling the processes that are complicated
with many inputs and outputs. PLC has been commonly used in
industries, especially for manufacturing control. In PLC controller, the
input is received by an electronic device in the form of digital and analog
data and processes them via a programmed sequence using timers,
counters and mathematical elements to generate outputs to control a
determined process or processes. It is also a class of industrial devices
that perform logic functions that replace electro-mechanical and solid
state logic and other control functions. In this experiment, a simple
process that controlled by PLC is to be designed in the laboratory. A
ladder logic diagram is being drawn to convert it into a program. An
acceptable time scale has been used to scale down the process for
experimental work. The coding was transformed into a programming
instruction.
Objectives of Experiment
The main objective of this experiment is to study and understand
the basic concept of PLC and the application in industry process. By
using a simple lab scale and feasible time scale process, this experiment
enables students to learn the method to develop logic diagram and design
coding that are corresponding to the process. Lastly, the experiment also
1
enables the students to understand how coding transform into instructions
in PLC and learn how to program the controller.
Scope of experiment
In this experiment, the simple process of mixing will be carried out
for the student to use the PLC to control the process. The PLC devices
will act as the controller for the valves, pump and stirrer by using suitable
codding. All the coding will only be done by referring to a ladder logic
diagram that is corresponding to the mixing process. An acceptable time
scale will be used in the whole experiment.
2
LITERATURE REVIEW
Features of PLCs:
i. Field programmable by the user.
ii. Contains preprogrammed functions e.g. logic, timing, counting
etc.
iii. Reduces hard wiring and wiring cost.
iv. Packaged appropriately to use in an industrial environment.
v. Monitoring, error checking and diagnostics capability.
vi. Analog, digital and voltage inputs.
vii. Industry standard programmable languages.
viii. Competitive in both cost and space requirements.
ix. Industry standard I/O interfaces; capable of communicating with
other PLCs, computers and intelligent devices.
Features of PLCs
4
Elements in PLC and their Characteristics
5
digital signal is generated, it is connected to the digital inputs of the PLC
and vice versa. Besides, actuator like solenoid valve is connected to the
outputs of PLC so that the components of the system can be controlled by
adjusting them to the set point. Lastly, the user interface is used to
monitor the process through the information given in PLCs.
Ladder Logic
Ladder logic is the primary programming language of
programmable logic control. The language closely resembles the
diagrams used to document the relay logic. The basic examples of ladder
logic diagram are tabulated in the table as shown below:
6
Methodology
Preparation
1. The process is design as a simple mixing process with acceptable
time scales. (Refer to diagram 3.1)
2. Both the water tanks are filled up to indicate 7 liters.
3. All the output devices cables are plugged to the corresponding
output devices terminal.
Coding Design
1. A suitable ladder diagram is draw.
2. The power supply of PLC device is switched on.
3. The key switch of programming console is set to ‘program’
position.
4. The password is cleared by entering CLR→MONTR→CLR
5. The previous coding is cleared by entering CLR→ PLAY/SET→
NOT→ REC/RESET→ MONTR→ CLR
6. The codding design is inserted.
7. The key switch is set to ‘run’ position
8. A test will be run by PLC controller before the experiment.
Start-up
1. The power supply for stirrer and pump is switched on.
2. The key switch is set as ‘run’ position.
3. The process is observed.
Shut down
1. All the devices are stopped.
7
2. All the devices are switched off.
3. The PIC controller is switched off.
4. The main power supply is switched off.
Discussion
In this experiment, we had used the timer PLC. There were four
equipments needed for this experiment which were Pump 1, Pump 2,
Pump 3 and mixer. Both Pump 2 and Pump 3 were used to pump water
into reactor tank whereas Pump 1 was used to drain out the water from
reactor tank and the mixer was used to mix water in reactor tank. The
volume of reactor tank was decided to be 4 liters (L).
The time table for pump operation in Figure 4.0 shows the duration
of the Pump 1, Pump 2, Pump 3 and Mixer operated at each their
respectively time relay. Firstly, both Pump 2 and Pump 3 took 11 seconds
(s) to fill up 1L of water into reactor tank. Therefore, for 2L of each
storage container, each pump needs 22s to completely fill up the reactor
tank. Below was the process path flow:
8
PLC is used in many industries to monitor and control building
system and production process. PLC is designed to be extremely robust,
often capable of withstanding extreme temperature, humidity, vibration
and electrical noise. Logic controllers are commonly asked with
monitoring and controlling very large number of sensors and actuators,
and therefore distinct from other computer systems in their extensive
input/output arrangement.
9
Conclusion
11