PLC Final Project (Uthm)
PLC Final Project (Uthm)
PLC Final Project (Uthm)
INTRODUCTION
To know how the PLC works, it is essential that we have an understanding of its
central processing unit's (CPU's) scan sequence. The methodology basically is the same
for all PLC’s. However, as special hardware modules are added into the system,
additional scanning cycles are required.
2) OBJECTIVE
3) SCOPE
• Student able to draw a basic electro-pneumatic circuit with PLC, install and test
run it to move an actuator.
• Student able to design, construct, and troubleshoot of this PLC circuits.
• Student able to identify and operate a few types of electro pneumatic
components including relay and its contactors.
4) SAFETY PRECAUTION
When you push T1 on the operating panel, valve V1 opens and a reservoir starts
filling up with water. At the same time, motor M of the mixer starts working. When the
reservoir fills up, water level goes up and reaches the level set by a sensor S1. V1 valve
closes and motor of the mixer stops. Valve V2 opens then and a reservoir start emptying.
When water level falls below the level set by a sensor S2, valve V2 closes. By repeating
the same cycle four times, lamp that indicates end of a cycle is activated. Pressing T1
key will start a new cycle.
Both types of differentiators are used in this example. You can get an idea of
what their role is from picture below. Level S1 and S2 sensors provide information on
whether fluid level goes beyond a specified value. This type of information is not
important when you wish to know whether fluid level goes up or down in a certain
sequence. Mainly, event of approaching the upper level, or a moment when fluid that
fills up a reservoir goes beyond upper level and activates sensor S1 is detected in
segment 3 of a ladder diagram. Brief activation of IR200.02 output has a consequence a
turn off of an output V1 (valve for water, prevents further flow of water but also motor
operation in the mixer). Moment prior to this (segment 5) valve V2 turns on which
marks a beginning of fluid outflow. Other two differentiators (in segments 6 and 7) have
a task of registering events such as closing a valve MV2 and drop in fluid level below
allowed minimum.
1.1 input/output assignment
1-1IC1 1-1OC1
IN0 %I1/0
OUT0
IN1 %I1/1
OUT1
PB1 LED_V1
IN2 %I1/2
OUT2
PB2 IN3 %I1/3
OUT3
m otor
IN4 %I1/4
OUT4
IN5 %I1/5
OUT5
IN6 %I1/6
OUT6 LED_V2
IN7 %I1/7
OUT7
COM COM
• First, PLC circuit was created according to the task given and was installed into
the PLC trainer by double acting cylinder.
• Second, all the input such as push button (PB1 and PB2) was connecting to 24V
and the output (negative) all input device was connecting to 0V (COMM)
• Third, all output device such as motor and LED 2 and LED 2 was connecting 0V
(positive) and 24V (negative).
Device installation
Sensor 1&2
6) ANALYSIS / FINAL PRODUCT / OUTPUT
The diagram above showed a PLC circuit. This circuit install in PLC trainer according to
the task given. For build this diagram, we used four two button (PB), one motor and two
LED.
The diagram above shown about, when we pressed push button PB1 the internal relay
(IR1) was activated and it will energize all contact IR1. Valve V1 will activate by
contact IR1 and a reservoir starts filling up water. The motor also activate by contact
IR1. After the water level reach level set by sensor 1, so the valve V1 will close and
valve V2 open then and a reservoir start emptying. The counter also activate by contact
IR2, so the counter will count 4 times to finish this process.
After finish this cycle by repeating four times, the LED 2 will activated and the four
times cycle fulfill ready. Then we can press PB2 as a key to start new cycle.
7) DISCUSSION
Finally we success in develop PLC programming and able to solve the problems.
With commitment among group members and the lecture the work done easily. We
understand PLC terminology, configuration, I/O modules addressing and types of PLC
memory devices, and program instructions that perform logical operations and ladder
logic programs. We able apply the PLC counter function and associated circuitry to
control systems and Install hardware components used in PLC systems. In the project
assemble and test run the correct components, circuits and program in PLC system.
REFERANCES