IA Lab Experiments All
IA Lab Experiments All
:
STUDY OF PROGRAMMABLE LOGIC CONTROLLER (PLC)
DATE :
AIM:
To study about the architecture and working of programmable logic controller (PLC).
THEORY:
Initially industries used relays to control the manufacturing processes. The relay control
panels had to be regularly replaced, consumed lot of power and it was difficult to figure out the
problems associated with it. To sort these issues, Programmable logic controller (PLC) was
introduced.
What is PLC?
The PLC is designed for multiple input and output arrangements, extended temperature
ranges, immunity to electrical noise, and resistance to vibration and impact. Programs for the
control and operation of manufacturing process equipment and machinery are typically stored in
battery-backed or non-volatile memory. A PLC is an example of a real-time system since the output
of the system controlled by the PLC depends on the input conditions.
Architecture of PLC:
The hardware components of a PLC system are CPU, Memory, Input / Output module,
Power supply module, and programming device. Below is an architecture of PLC,
Power Supply
The power supply supplies DC power to other modules that plug into the rack. For large
PLC systems, this power supply does not normally supply power to the field devices. With larger
systems, power to field devices is provided by external alternating current (AC) or direct current
(DC) supplies. For some small micro PLC systems, the power supply may be used to power field
devices.
The processor (CPU) is the “brain” of the PLC. A typical processor usually consists of a
microprocessor for implementing the logic and controlling the communications among the modules.
The processor requires memory for storing user program instructions, numerical values, and I/O
devices status. The CPU controls all PLC activity and is designed so that the user can enter the
desired program in relay ladder logic. The PLC program is executed as part of a repetitive process
referred to as a scan. A typical PLC scan starts with the CPU reading the status of inputs. Then, the
application program is executed. Once the program execution is completed, the status of all outputs
is updated. Next, the CPU performs internal diagnostic and communication tasks. This process is
repeated continuously as long as the PLC is in the run mode.
The I/O system forms the interface by which field devices are connected to the controller.
The purpose of this interface is to condition the various signals received from or sent to external
field devices. Input devices such as pushbuttons, limit switches, and sensor are hardwired to the
input terminals. Output devices such as small motors, motor starters, solenoid valves, and indicator
lights are hardwired to the output terminals. To electrically isolate the internal components from the
input and output terminals, PLCs commonly employ an optical isolator, which uses light to couple
the circuits together. The external devices are also referred to as “field” or “real-world” inputs and
outputs. The terms field or real world are used to distinguish actual external devices that exist and
must be physically wired from the internal user program that duplicates the function of relays,
timers, and counters.
Programming Device
A programming device is used to enter the desired program into the memory of the
processor. The program can be entered using relay ladder logic, which is one of the most popular
programming languages. Instead of words, ladder logic programming language uses graphic
symbols that show their intended outcome. A program in ladder logic is similar to a schematic for a
relay control circuit. It is a special language written to make it easy for people familiar with relay
logic control to program the PLC. Hand-held programming devices are sometimes used to program
small PLCs because they are inexpensive and easy to use. Once plugged into the PLC, they can be
used to enter and monitor programs. Both compact hand-held units and laptop computers are
frequently used on the factory floor for troubleshooting equipment modifying programs, and
transferring programs to multiple machines. A personal computer (PC) is the most commonly used
programming device. Most brands of PLCs have software available so that a PC can be used as the
programming device. This software allows users to create, edit, document, store, and troubleshoot
ladder logic programs. The computer monitor is able to display more logic on the screen than can
hand-held types, thus simplifying the interpretation of the program. The personal computer
communicates with the PLC processor via a serial or parallel data communications link, or Ethernet.
If the programming unit is not in use, it may be unplugged and removed. Removing the
programming unit will not affect the operation of the user program.
A program is a user-developed series of instructions that directs the PLC to execute actions.
A programming language provides rules for combining the instructions so that they produce the
desired actions. Ladder logic diagram is the standard programming language used with PLCs. Its
origin is based on electromechanical relay control. The Ladder logic diagram program graphically
represents rungs of contacts, coils, and special instruction blocks. Ladder logic diagram was
originally designed for easy use and understanding for its users and has been modified to keep up
with the increasing demands of industry’s control needs.
Memory
Memory is the part of a PLC that stores data, instructions, and the control program. Memory
size is usually expressed in K values: 1 K, 6 K, 12 K, and so on. The measurement kilo, abbreviated
K, normally refers to 1000 units. When dealing with computer or PLC memory, however, 1 K
means 1024, because this measurement is based on the binary number system (210 5 1024).
Depending on memory type, 1 K can mean 1024 bits, 1024 bytes, or 1024 words. Although it is
common for us to measure the memory capacity of PLCs in words, we need to know the number of
bits in each word before memory size can be accurately compared. Modern computers usually have
a word size of 16, 32, or 64 bits. For example, a PLC that uses 8-bit words has 49,152 bits of
storage with a 6 K word capacity (8 3 6 3 1024 5 49,152), whereas a PLC using 32-bit words has
196,608 bits of storage with the same 6 K memory (32 3 6 3 1024 5 196,608). The amount of
memory required depends on the application. Factors affecting the memory size needed for a
particular PLC installation include:
Read Inputs (or Input Scan): The state of the input is scanned which is connected externally. The
inputs include switches, pushbuttons, and proximity sensors, limit switches, pressure switches.
Ideally, they are transformers and not relays.
Execute Program (or Program scan): The loaded program is executed to carry out the function
appropriately.
Update Output (or Output scan): The input sources have a control over the output ports to
energize or deenergize them. The outputs include solenoids, valves, motors, actuator, and pumps.
Depending on the model of PLC, these relays can be transistors, triacs or relays.
Diagnostic and Communication (or Housekeeping): The CPU performs internal diagnostic and
communication tasks, i.e. doing all housekeeping task for the normal functioning of PLC.
PLC Applications
The simple suitable application is a conveyor system. The requirements of the conveyor
systems are as follows:
A programmable logic controller is used to start and stop the motors of the conveyor belt.
The conveyor system has three segmented conveyor belts. Each segment is run by a motor.
To detect the position of a plate, a proximity switch is positioned at the segment’s end.
The first conveyor segment is turned ON always.
The proximity switch in the first segment detects the plate to turn ON the second conveyor
segment.
The third conveyor segment is turned ON when the proximity switch detects the plate at the
second conveyor.
As the plate comes out of the detection range, the second conveyor is stopped after 20 secs.
When the proximity switch fails to detect the plate, the third conveyor is stopped after 20
secs.
History
Later in the year 1968, a request for an electronic device for the hard-wired relay systems
was made by GM hydramatic. Bedford Associates won the proposal and started a new company to
develop, fabricate, sell, and service this new launched product. The first PLC launched was
designated 084 as it was the eighty fourth projects of Bedford Associates. Dick Morley worked on
this project and is being considered as the Father of PLC. In the year 1977, the brand invented by
Modicon was sold to Gould Electronics. The Gould Electronics later sold it to German Company
AEG which was later taken over by French Schneider Electric.
The first 084 model of PLC was revealed in North Andover, Massachusetts at the Modicon
headquarters. The automotive industry is one of the largest users of PLC.
Advantages
Disadvantages
RESULT:
Thus we have studied the architecture and working of programmable logic controller (PLC).
EX. NO.:
STUDY OF PLC SIMULATION USING DELTA - WPLSOFT
DATE :
AIM:
To study about the simulation of programmable logic controller (PLC) using Delta - WPLSoft.
THEORY:
Step 1: Download WPLSoft from the below link for programming delta PLC and install in your
Windows PC:
https://downloadcenter.deltaww.com/downloadCenterCounter.aspx?DID=19614&DocPath=1
&hl=en-US
Note: In our lab we are using DVP-SA2 series PLC, so we need to select SA2.
Step 5: You have to Create a Normally open contact (X0 – Start push button), by pressing F1 and
select the Device Name as X and Device Number as 0 and press OK in the popup window:
Step 6: Next you have to add a Normally closed contact (X0 – Stop push button), by pressing F2
and select the Device Name as X and Device Number as 1 and press OK in the popup window:
Step 7: Next you have to add an Output coil (Y0), by pressing F7 and select the Device Name as Y
and Device Number as 0 and press OK in the popup window:
Step 8: Next you have to add a latching contact (Y0) below the X0, by pressing F1 and select the
Device Name as Y and Device Number as 0 and press OK in the popup window:
Step 9: Next you have to connect the latching contact (Y0) with the first rung after X0, for that you
have to first click on the X1 and then by pressing F9 you will connect Y0 with X1:
Step 10: We have to create an END block to complete a ladder diagram programming, so click on
the next rung below Y0 Sealing contact and just start Typing END and click ok on the pop up
window.
Step 11: After creating the programming we have option to simulate the PLC in the WPLSoft, for
that we have to enable simulator option from the top toolbar as shown in below screenshot
Step 12: After enabling simulator option we have to choose Online Mode from the top toolbar as
shown in below screenshot
Step 13: After choose Online Mode we have RUN the program by selecting RUN option from the
top toolbar and click ok in the pop up window as shown in below screenshot:
Step 14: After selecting RUN option to simulate Start push button click on X0 and Select Set on
option as shown in below screenshot:
Step 15: Once the start push button X0 is Set on, the output coil will be enabled as shown in below
screenshot:
Step 16: Since the X0 is the start push button, it will release open once we remove our hand from
the push button. However, the output coil will be enabled through our Sealing/latching contact YO
as shown in below screenshot:
Step 17: When you press or set on Stop push button X1, then the output device YO is disabled as
show in the below screenshot:
RESULT:
Thus we have studied the simulation of programmable logic controller (PLC) using Delta -
WPLSoft.
EX. NO.:
STUDY OF LOGIC GATES IN PLC
DATE :
AIM:
To study about the implementation of logic gates function like AND, OR, NOT, NAND,
NOR and XOR in Programmable logic controller(PLC).
THEORY:
There are many control situations requiring actions to be initiated when a certain
combination of logical functions realized in a PLC.
AND logic:
In a PLC AND logic output is not energized unless two, normally open, switches are both
closed. Switch A and switch B have both to be closed, which thus gives an AND logic situation.
Only when A and B are both on then is there an output. Thus if we use 1 to indicate an on signal
and 0 to represent an off signal, then for there to be a 1 output we must have A and B both 1. Such
an operation is said to be controlled by a logic gate and the relationship between the inputs to a
logic gate and the outputs is tabulated in a form known as a truth table. Thus for the AND gate we
have:
0 0 0
0 1 0
1 0 0
1 1 1
Table 1: AND Logic truth table
An example of an AND gate is an interlock control system for a machine tool so that it can
only be operated when the safety guard is in position and the power switched on.
The ladder diagram starts with a normally open set of contacts labelled input A, to represent
switch A and in series with it another normally open set of contacts labelled input B, to represent
switch B.
The line then terminates with O to represent the output. For there to be an output, both input
A and input B have to occur, i.e., input A and input B contacts have to be closed.
In general:
On a ladder diagram contacts in a horizontal rung, i.e., contacts in series, represent the
logical AND operations.
Figure 2: (a) AND gate - Ladder logic diagram and (b) Input/ Output Waveform
OR logic:
Inputs
Output
A B
0 0 0
0 1 1
1 0 1
1 1 1
Table 2: OR Logic truth table
The ladder diagram starts with normally open contacts labelled input A, to represent switch
A and in parallel with it normally open contacts labelled input B, to represent switch B.
Either input A or input B have to be closed for the output to be energized. The line then
terminates with O to represent the output.
In general:
Alternative paths provided by vertical paths from the main rung of a ladder diagram, i.e.,
paths in parallel represent logical OR operations.
Figure 4: (a) OR gate - Ladder logic diagram and (b) Input/ Output Waveform
NOT Logic:
In a NOT gate in that there is an output when there is no input and no output when there is
an input. The gate is sometimes referred to as an inverter.
Input
Output
A
0 1
1 0
Table 3: NOT Logic truth table
The input A contacts are shown as being normally closed. This is in series with the output.
With no input to input A, the contacts are closed and so there is an output. When there is an input to
input A, it opens and there is then no output.
An example of a NOT gate control system is a light that comes on when it becomes dark,
i.e., when there is no light input to the light sensor there is an output.
Figure 6: (a) NOT gate - Ladder logic diagram and (b) Input/ Output Waveform
NAND Logic:
Suppose we follow an AND gate with a NOT gate. The consequence of having the NOT
gate is to invert all the outputs from the AND gate.
An alternative, which gives exactly the same results, is to put a NOT gate on each input and
then follow that with OR.
Figure 7: (a) NAND logic using AND and NOT, (b) NAND logic using NOT and OR
Both the inputs A and B have to be 0 for there to be a 1 output. There is an output when
input A and input B are not 1. The combination of these gates is termed a NAND gate.
Inputs
Output
A B
0 0 1
0 1 1
1 0 1
1 1 0
Table 4: NAND Logic truth table
An example of a NAND gate control system is a warning light that comes on if, with a
machine tool, the safety guard switch has not been activated and the limit switch signalling the
presence of the work piece has not been activated.
Figure 8: (a) NAND gate - Ladder logic diagram and (b) Input/ Output Waveform
NOR Logic:
We have to follow an OR gate by a NOT gate. The consequence of having the NOT gate is
to invert the outputs of the OR gate. An alternative, which gives exactly the same results, is to put a
NOT gate on each input and then an AND gate for the resulting inverted inputs.
Figure 9: (a) NOR logic using OR and NOT, (b) NOR logic using NOT and AND
Inputs
Output
A B
0 0 1
0 1 0
1 0 0
1 1 0
Table 5: NOR Logic truth table
The combination of OR and NOT gates is termed a NOR gate. There is an output when
neither input A or input B is 1. When input A and input B are both not activated, there is a 1 output.
Figure 10: (a) NOR gate - Ladder logic diagram and (b) Input/ Output Waveform
Exclusive OR (XOR) Logic:
The OR gate gives an output when either or both of the inputs are 1. Sometimes there is,
however, a need for a gate that gives an output when either of the inputs is 1 but not when both are 1.
Such a gate is called an Exclusive OR or XOR gate. One way of obtaining such a gate is by using
NOT, AND and OR gates as shown in Figure.
Inputs
Output
A B
0 0 0
0 1 1
1 0 1
1 1 0
Table 6: XOR Logic truth table
When input A and input B are not activated then there is 0 output. When just input A is
activated, then the upper branch results in the output being 1. When just input B is activated, then the
lower branch results in the output being 1. When both input A and input B are activated, there is no
output.
In this example of a logic gate, input A and input B have two sets of contacts in the circuits,
one set being normally open and the other normally closed. With PLC programming, each input may
have as many sets of contacts as necessary.
Figure 12: (a) XOR gate - Ladder logic diagram and (b) Input/ Output Waveform
RESULT:
Thus we have studied the implementation of logic gates function like AND, OR, NOT,
NAND, NOR and XOR in Programmable logic controller(PLC).
Exp. No.:
TRAFFIC LIGHT CONTROL USING PLC
Date:
AIM:
To design a ladder logic program for Traffic light control using PLC.
SOFTWARE USED:
WPL software.
EQUIPMENT REQUIRED:
PLC Software
PLC hardware kit
PC
THEORY:
The operation of standard traffic lights which are currently deployed in many junctions,
are based on predetermined timing schemes, which are fixed during the installation and remain
until further resetting. The timing is no more than a default setup to control what may be
considered as normal traffic. Although every road junction by necessity requires different traffic
light timing setup, many existing systems operate with an over-simplified sequence. This has
instigated various ideas and scenarios to solve the traffic problem. To design an intelligent and
efficient traffic control system, a number of parameters that represent the status of the road
conditions must be identified and taken into consideration.
Three types of LED’s have been used, red, yellow and green. Green light glows to allow
crossing, yellow to make alert and red does not allow crossing.
The following traffic control states are for the experiment:
As M0 gets energised, Timer T0 starts running for maximum value of 30 secs, output Y0
(GREEN) glows.
After Timer T0 stops, Timer T1 starts running for value of 5 secs, output Y1(YELLOW)
Timer T1 stops, Timer T2 starts running for maximum value of 30 secs, output
Timer T2 stops, Timer T3 starts running for value of 5 secs, output Y4 (YELLOW) glows.
Timer T3 stops, Timer T4 starts running for maximum value of 30 secs, output Y6
Timer T4 stops, Timer T5 starts running for value of 5 secs, output Y7 (YELLOW) glows.
Timer T5 stops, Timer T6 starts running for maximum value of 30 secs, output
Y11(GREEN) glows.
Timer T6 stops, Timer T7 starts running for value of 5 secs, output Y12 (YELLOW) glows.
To reset all the timers, we will use M1, when M1=1, reset will occur.
To glow output Y2 (RED), then Y3, Y4, Y6, Y7, Y11, Y12 any one of the outputs should
To glow output Y5 (RED), then Y0, Y1, Y6, Y7, Y11, Y12 any one of the outputs should
To glow output Y10 (RED), then Y0, Y1, Y3, Y4, Y11, Y12 any one of the outputs should
To glow output Y13 (RED), then Y0, Y1, Y3, Y4, Y6, Y7 any one of the outputs should
AIM:
To design a PLC ladder logic program to control a lamp using single push button switch.
SOFTWARE REQUIRED:
PLC software
PROCEDURE:
Let us assume that duration for which the push button’s being closed in 30ms. During this time the
program will be executed many times, let us assume that the program will be executed for 3 times.
First time:
Third time:
First time:
Second time:
Third time:
First time:
Second time:
Third time:
First time:
Third time:
RESULT:
Thus the PLC ladder logic program to control a lamp using single push button switch is designed,
simulated and verified successfully.
EXP NO: ALARM MANAGEMENT
DATE:
AIM:
To write a PLC ladder logic program for an Alarm Management System.
PROBLEM STATEMENT:
When a process is under abnormal condition then ALARM signal is turned ON i.e.,
X1=1, then the lamp L1 has to blink in the plant floor.
When the Acknowledge button X0 is pressed i.e., (X0=1), then the lamp has to glow
continuously.
If the abnormal condition is resolved and the process is normal then the ALARM signal
is turned OFF i.e., X1=0, and the lamp L1 should turns OFF.
PROCEDURE:
RESULT:
Thus the PLC was programed for the Alarm Management System, and also verified
successfully.
EXP. NO.:
PROGRAMMING A PLC FOR BATCH PROCESS
DATE:
AIM:
To program a PLC for a batch process to fill the tank.
PROBLEM STATEMENT:
1. If the tank liquid is at low level, open the inlet valve and start filling the tank up to
full level.
2. As soon as the level reaches full, turn on the heater and stirrer.
3. Turn off the heater and stirrer as soon as the temperature reaches the set point.
4. Drain the tank till low level is reached.
5. Repeat the process from 1 to 4.
AIM:
To design the ladder logic diagram for the given problems of timers and counters, and to simulate them in
WPL software.
2)Power supply.
3)DVP-12 SA2.
4)Personal computer.
PROCEDURE:
SOFTWARE SIMULATION:
1)In software the simulation input is given via keyboard/mouse and output is seen in computer monitor.
5) The normally open, normally close, horizontal line and timer can be chosen directly from the menu.
out_y_(for output)
tmr_t0_k50(for timer)
10)Set ON and OFF for the required inputs, thereby the ladder logic is checked for different output condition.
HARDWARE SIMULATION:
1)In Hardware simulation, input is given via PC and output is seen in the PLC.
3)Go to the file and open a new file to create ladder logic.
5) The normally open, normally close, horizontal line and timer can be chosen directly from the menu.
out_y_(for output)
tmr_t0_k50(for timer)
7)Once the ladder logic is completed keep the simulation mode OFF.
8)Keep the PLC in the STOP mode using (RUN/STOP) switch in PLC board.
12)Now turn the PLC to RUN mode using (RUN/STOP) switch in the PLC board.
13)Now the ladder logic can be checked from PLC by giving possible manual input.
14)Once the ladder logic is checked turn the PLC to OFF mode.
1. When you press start button, turn on a heater and stirrer simultaneously. If you press stop button turn off
heater immediately but turn off stirrer after 10 seconds.
2. Time required to complete a task is 30 seconds. If the task is interrupted, then again the task should be
continued from the point where stopped. Use retentive timer.
3. The number of items to be packed in a box is 12. If the conveyor belt drops 12 items, then an alarm signal
should indicate to pack the box and to reset the counter. A separate counter is required to count the number
of boxes.
RESULT:
Thus the ladder logic for the given problems of timers and counters are designed and verified using
WPL delta software in both software and in hardware simulation mode.
EX.NO: 1
SIMULATION STUDY OF PLC
DATE:
AIM:
To design the ladder logic diagram for the given problems and execute them in WPL software.
2)Power supply.
3)DVP-12 SA2.
4)Personal computer.
PROCEDURE:
SOFTWARE SIMULATION:
1)In software the simulation input is given via keyboard/mouse and output is seen in computer monitor.
5) The normally open, normally close, horizontal line and timer can be chosen directly from the menu.
out_y_(for output)
tmr_t0_k50(for timer)
10)Set ON and OFF for the required inputs, thereby the ladder logic is checked for different output condition.
HARDWARE SIMULATION:
1)In Hardware simulation, input is given via PC and output is seen in the PLC.
3)Go to the file and open a new file to create ladder logic.
5) The normally open, normally close, horizontal line and timer can be chosen directly from the menu.
out_y_(for output)
tmr_t0_k50(for timer)
7)Once the ladder logic is completed keep the simulation mode OFF.
8)Keep the PLC in the STOP mode using (RUN/STOP) switch in PLC board.
12)Now turn the PLC to RUN mode using (RUN/STOP) switch in the PLC board.
13)Now the ladder logic can be checked from PLC by giving possible manual input.
14)Once the ladder logic is checked turn the PLC to OFF mode.
1)Write a PLC diagram for turning ON/OFF of staircase lamp by using a toggle switch.
2) Write a PLC program to operate 1 HP motor by pressing START and STOP pushbutton.Incorporate a test
push button so that the motor will run during the pushbutton is pressed.
3)Turn a lamp ON immediately when a push button is pressed and turn off after 5 seconds when the STOP push
button is pressed.
4)Turn ON a lamp after 5 seconds delay when the start push button is pressed and turn OFF immediately when
the stop push button is pressed.
5)Turning ON the first motor by Pushbutton which pumps oil, immediately turn ON the main motor after a delay
of 10 seconds then turn ON the auxiliary motor after a further delay of 5 seconds. Turn OFF all the motors
simultaneously by pressing stop push button.
RESULT:
Thus the ladder logic for the given problems is designed and verified using WPL delta software in
both software and in hardware simulation mode.