Process Control Automation
Process Control Automation
Process Control Automation
Dr S. R. Desai
B.M.S.C.E.
Introduction
What is automation ?
Automation is the conversion of a work process, a procedure or equipment to automate rather than
human operation or control.
Automation is the use of logical programming commands and mechanized equipment to replace the
decision making and manual command-response activities of human beings.
• Does not simply transfer human functions to machines, but involves a deep reorganization of the work process,
• Both the human and the machine functions are redefined.
Evolution:
• Understand the historical perspective on the evolution of control systems implementation philosophy and hardware elements.
• Early automation relied on mechanical and electromechanical control devices; during the last 40 years, however, the computer
gradually became the leading vehicle of automation.
• Modern automation is usually associated with computerization.
Automation
Production cycle
Industrial Process
3 main flows determining an industrial process
- material, energy and information flow
ENERGY MATERIAL
FLOW FLOW
INFOR
MATIO
N
FLOW
INDUSTRIAL PROCESS
Operational : Regarding operation, any application process can be continuous, discrete, or batch.
Typical examples are
• • Continuous: Process plants, distribution of power, water, gas; treatment plants, etc.
• • Discrete: Factories, assembly lines, etc.
• • Batch: Pharma, food, beverage, etc.
Physical : All processes are physically classified as either localized or distributed (even
geographical). Typical examples are
• • Localized: Process plants, factories, electrical substations, pump stations, etc.
• • Distributed: Distribution of water, power, and gas; transmission of water, power, gas, etc.
Types of Process -Operational
Batch
Process
Types of
Continuous
Process Process
(Operational)
Discrete
Manufacturing
Batch process
Continuous process
Discrete manufacturing
Dairy Industry
• Fixed automation
Automated • Programmable
production automation
systems classified • Flexible automation
into three basic
types
Types of Automation System
FIXED AUTOMATION
• A system in which the sequence of processing (or assembly) operations is
fixed by the equipment configuration.
• Operations in the sequence are usually simple.
• It is the integration and coordination of many such operations into one
piece of equipment that makes the system complex.
PROGRAMMABLE AUTOMATION
• In this the production equipment is designed with the capability to change the sequence
of operations to accommodate different product configurations.
• The operation sequence is controlled by a program, which is a set of instructions coded so
that the system can read and interpret them.
• New programs can be prepared and entered into the equipment to produce new products
Mechanical, pneumatic, and hydraulic controllers in the 40s directly contributed to the
gradual plant automation.
This trend continued through 50s, when also electric instruments for process control were
introduced, leading to the centralized plant supervision and control
Introduction of standards for signal transmission, both for pneumatic and electronic
instrumentation elements
• During the initial period, the computers used were much too large,
slow, expensive, and unreliable.
• Had to be used in supervisory mode only, for calculation of optimal
set-point values for installed conventional controllers.
• Two different approaches emerged
Operator guidance mode
Set-point control mode.
Operator Guidance Mode for Plant Control
Set-Point Control Mode (SPC)
Basic DDC Configuration
Benefits of DDC as compared to the conventional control
Model-based calculation of optimal set-point values for all control loops available
• Calculation: the type of computations possible with electronic analog devices is still limited
Digital Implementation
- Transmission medium is still electron, but the signals are transmitted as
binary numbers.
- Digital signals are far less sensitive to noise.
- The computational devices are digital computers.
- Digital computers are more flexible because they are programmable.
- They are more versatile because there is virtually no limitation to the
complexity of the computations it can carry out.
- Possible to carry out computation with a single computing device, or with
a network of such devices.
- Many field sensors naturally produce analog voltage or current signals.
For this reason transducers that convert analog signals to digital signals
(A/D) and vice verse (D/A) are used as interface between the analog and
digital elements of the modern control system.
Need of Process Computers
Block Diagram
DATA ACQUISITION SYSTEM
The computer can record and store a very large amount of data
The operator can incorporate real data simulations into the system
Different operating skills are required, such as system analysts and programmer
• Moore - APACS
Higher investment
Overload of CPU
Hardware interface for input sensors and final output control element of the
field.
The field I/p include element like limit switches, sensors, push button and the
final control elements like actuator, solenoid/control valves, drives, heaters etc.
PLC Senses the input through I/P modules, Processes the logic through CPU and
memory and gives output through output module
Leading PLC providers
• OMRON
• Mitsubishi Electric
PLC Origin
• Developed to replace relays in the late 1960s
• Costs dropped and became popular by 1980s
• Now used in many industrial designs
PLC History
• Introduction of PLC.
1960
Siemens S7-300
PLC
• Simple troubleshooting
• Simple installation
parts
PLC- Block Diagram
PLC
PLC
PLC
PLC-Types
PLC
PLC
Simplified diagram
PLC - Discrete AC output module
Simplified diagram
PLC : DC I/O modules - interfacing with current-source or current sink devices
(a) relay tripped and power circuit open (b) relay set-latched and power circuit closed.
Latching Relays
PLC Program: Mixer process control problem
PLC Program: Ex-Mixer process control problem
Process shown is to be used to control the level of water in a storage tank by turning a discharge pump on or off.
PLC Program: Liquid level Control in tank
PLC Program: Ex-Mixer process control problem
PLC Program: Sequential Control process
1.Start PB is to start the process.
Automatic surface grinding process 2.At initial, Job in sensor should be in ON
condition and job out sensor should be in
OFF condition.
3.When job in sensor detects object for
surface grinding should turn on conveyor
motor to move the object.
4.When rough sensor detects object,
conveyor motor should turn OFF and
Rough grinding motor should turn ON for
20s. After the process, Conveyor motor
should turn ON automatically.
5.When fine sensor detects object,
conveyor motor should turn OFF and Fine
grinding motor should turn ON for 20s.
After the process, Conveyor motor should
turn ON automatically till job out sensor
turn ON.
6.Packing sensor should turn ON, when
job out sensor ON.
PLC Program: Sequential Control process
PLC Program: Sequential Control process
PLC Program: Motor Control
Timers
Timers
PLC Timers
> Time settings can be easily changed.
> Numbers used in a circuit can be
PLC timers offer several advantages over increased or decreased through the use of
their mechanical and electronic programming rather than wiring changes.
counterparts. > Timer accuracy and repeatability are
extremely high because its time delays are
generated in the PLC processor.
When the timer accumulates time equal to its preset value, the
contacts of the device change state.
Loss of power to the timer after reaching its preset value does
not affect the state of the contacts.
Inputs
•Cycle START
•Cycle STOP
•Low level
switch
•Level material
A
•Level material
B
Outputs
•Cycle ON
•Inlet valve 1
•Inlet valve 2
•Agitator motor
•Outlet valve
PLC Timers : Sequential Control process
1.Start PB is to start the process.
Automatic surface grinding process 2.At initial, Job in sensor should be in ON
condition and job out sensor should be in
OFF condition.
3.When job in sensor detects object for
surface grinding should turn on conveyor
motor to move the object.
4.When rough sensor detects object,
conveyor motor should turn OFF and
Rough grinding motor should turn ON for
20s. After the process, Conveyor motor
should turn ON automatically.
5.When fine sensor detects object,
conveyor motor should turn OFF and Fine
grinding motor should turn ON for 20s.
After the process, Conveyor motor should
turn ON automatically till job out sensor
turn ON.
6.Packing sensor should turn ON, when
job out sensor ON.
PLC Timers - Examples
Inputs
•L0 –L3 -Level Sensor
Outputs
•Feeding pump :- Q0.0
•Drainage pump 1 :-
Q0.1
•Drainage pump 2 :-
Q0.2
•Alarm lamp :- Q0.3
Counters
PLC Counters
Types:
- Mech/Elec
- Up/Down/Up-Down counter
.
PLC Cascading Counters Ex: Motor lock-out program
Coming up
next…
Data Manipulation Instructions
Sequencer and Shift Register
Instructions
Distributed
Control Systems
Functional Safety
Human Machine
Interface in
Automation
Human Machine
Human Machine
Happy Learning