Industrial Training Report For Summer Training
Industrial Training Report For Summer Training
Industrial Training Report For Summer Training
On
INDUSTRIAL AUTOMATION
At
Area of Expertise
BOTTLING LINE
PACKAGING LINE
BATCH PROCESS
RICE MILL
NOODLE LINE
DAIRY
SOAP LINE
HVAC
POWER MONITORING
Automation :
Automation or industrial automation is the use of control
systems such as computers, controllers to control industrial
machinery and processes, to optimize productivity in the
production of goods and delivery of services. Automation is a step
beyond mechanization. Whereas mechanization provides human
operators with machinery to assist them with the muscular
requirements of work, automation greatly decreases the need for
human sensory and mental requirements.
Automation Impacts:
It increases productivity and reduce cost.
It gives emphasis on flexibility and convertibility of
manufacturing process. Hence gives manufacturers the
ability to easily switch from manufacturing Product A to
manufacturing product B without completely rebuilt the
existing system/product lines.
Automation is now often applied primarily to increase quality
in the manufacturing process, where automation can
increase quality substantially.
In
ncreased
d consisttency of output.
R
Replacing
g human
ns in taskks done in dange
erous
e
environm
ments.
History of PLCs
The first Programmable Logic Controllers were designed and
developed by Modicon as a relay replacer for GM and
Landis.
The primary reason for designing such a device was
eliminating the large cost involved in replacing the
complicated relay based machine control systems for major
U.S. car manufacturers.
These controllers eliminated the need of rewiring and adding
additional hardware for every new configuration of logic.
The first PLC, model 084, was invented by Dick Morley in
1969.
The first commercial successful PLC, the 184, was
introduced in 1973 and was designed by Michel Greenberg.
Communications abilities began to appear in approximately
1973. The first such system was Modicon's Modbus. The
PLC could now talk to other PLCs and they could be far
away from the actual machine they were controlling.
T
The CPU
U is the brain
b
of a PLC syystem. It consistss of the
m
microproc
cessor, memory
m
integrate
ed circuiits, and circuits
c
It
n
necessar
ry to storre and re
etrieve in
nformatio
on from memory.
m
a
also
inclu
udes com
mmunica
ation portts to the peripherrals, othe
er
P
PLCs
or program
mming terminals.T
The job of
o the prrocessorr is
to
o monito
or status or state of input devices, scan an
nd solve
e
th
he logic of a user program, and control
c
on or off state
s
of
o
output
de
evices.
INPUT MODULE
Input Module Input modules interface directly to devices
such as switches and temperature sensors.Input modules
convert many different types of electrical signals such as
120VAC, 24VDC, or 4-20mA, to signals which the controller
can understand.since all electrical systems are inherently
noisy, electrical isolation is provided between input and
processor. The component most often used for this purpose
is optocoupler .Input signal from the field devices are usually
4 to 20 ma or 0-10 V.
Operation of PLC
PLC operates by continually scanning the program and acting
upon the instructions , one at a time, to switch on or off the
various outputs. In order to do this PLC first scans all the inputs
and stores their states in memory. Then it carries out program
scan and decides which outputs should be high according to the
program logic.
Then finally it updates these values to the output table, making
the required outputs go high.
At his point PLC checks its own operating system and if
everything is ok, it goes back to scanning inputs all over again.
PLC SCAN
S
CY
YCLE
Wheneve
W
er a prog
gram is executed
e
in a PLC
C, before
e changing
a outpu
any
ut state, the proccessor sccans the input table and the
e
entire
pro
ogram, which
w
givves rise to states of the output
d
devices
according
a
g to the program
m logic. These values are
th
hen upda
ated to the outpu
ut table making
m
th
he devicces
c
connecte
ed to the output module
m
o or off. Hence PLC sca
on
an
c
cycle
con
nsists of three ste
eps show
wn in the
e block diagram.
S
SCAN
TIME
Time take
T
en by plcc to execcute thesse three steps(Ch
hecking
In
nput stattus, Execcuting Program, Updating
g Outputt Status)) is
d
denoted
by
b its sca
an time.
COMM
MUNICA
ATION
T
There are
e severa
al method
ds to com
mmunica
ate betwe
een a PL
LC
a a Pro
and
ogramme
er or eve
en betwe
een two PLCs.
P
P
PLCs hav
ve built in communication
ns ports, usually 9-pin RS
S2
232,
RS-4
485,TTY
Y but optionally EIAE
4 or Etthernet. Modbus,
485
M
, BACnetor DF1 is usuallly include
ed
a one off the com
as
mmunica
ations pro
otocols. Other
O
op
ptions
in
nclude various fie
eldbusess such as Device
eNet or Profibus.
P
M
Most mod
dern PLC
Cs can communi
c
icate ove
er a netw
work to
s
some
oth
her syste
em, such as a com
mputer running
r
a SCADA
A
(S
Supervis
sory Con
ntrol And Data Accquisition
n) system
m or web
b
b
browser.
LADDER DIAGRAM
It is a graphical programming language, initially programmed
with simple contacts that simulates the opening and closing
of relays. Ladder Logic programming has been expanded to
include functions such as Counters, Timers, shift Registers
and math operations.
SCADA
SCADA stands for Supervisory Control and Data Acquisition.
It generally refers to an industrial control system: A computer
system monitoring and controlling a process. The process
can be industrial, infrastructure or facility based as described
below.
SYSTEM CONCEPTS
The term SCADA usually refers to centralized systems which
monitor and control entire sites, or complexes of systems
spread out over large areas (anything from an industrial
plant to a nation). Most control actions are performed
automatically by RTUs or by PLCs. Host control functions
are usually restricted to basic overriding or supervisory level
intervention. For example, a PLC may control the flow of
cooling water through part of an industrial process, but the
SCADA system may allow operators to change the set
points for the flow, and enable alarm conditions, such as
loss of flow and high temperature, to be displayed and
recorded. The feedback control loop passes through the
RTU or PLC, while the SCADA system monitors the
overall performance of the loop.
TAG OR POINTS
SCADA systems typically implement a distributed database,
commonly referred to as a tag database, which contains
data elements called tags or points. A point represents a
single input or output value monitored or controlled by the
system. Points can be either "hard" or "soft". A hard point
represents an actual input or output within the system, while
a soft point results from logic and math operations applied to
other points. (Most implementations conceptually remove the
distinction by making every property a "soft" point
expression, which may, in the simplest case, equal a single
hard point.) Points are normally stored as value-timestamp
pairs: a value, and the time stamp when it was recorded or
calculated. A series of value-timestamp pairs gives the