SlideShare a Scribd company logo
Industrial control systems
Industrial control is the automation regulation of
manufacturing operations and their associated
equipment, as well as integration of manufacturing
operations into the larger production system.
Typical Manufacturing operations in the process industries
and Discreet industries :
 Process industries :
 Chemical reactions
 Deposition
 Distillation
 Mixing
 Separation
Manufacturing Industries
 Discrete industries
 Casting
 Forging
 Extrusion
 Machining
 Assembly
 Plastic Molding
 Sheet Metal Stamping
Manufacturing Industries
Manufacturing Industries
5.1.2 Variable and Parameters in the Two Industries
Fig:5.1
5.1.2. Variable and Parameters in the two Industries
Manufacturing operations
Variables - Outputs of the process
Parameters - Inputs to the process
Continuous analog variable such as:
Force, temperature, flow-rate, pressure, velocity
Discrete variable: other than binary such as daily piece count
Discrete binary variable (0 or 1):
Signal such as Open/Close, On/Off
Pulse data: A train of pulses that can be counted
Process industries:
Control of continues variable and parameters
Continues control: variables and parameters are continuous
and analog.
Discrete manufacturing industries:
Control of discrete variable and parameters
Discrete control : variable and parameters are discrete, mostly
binary
5.2 Continuous vs. Discrete control
Comparison Factor Continuous Control in
Process Industries
Discrete Control in
Discrete Manufacturing
Industries
Typical measures of
product output
Weight measures
liquid volume measures
Solid volume measures
Number of parts
Number of products
Typical quality measures Consistency
Concentration
Absence of contaminants
conformance to
specification
Dimensions
Surface finish
Appearance
Absence of defects
Product reliability
Typical variables and
parameters
Temperature
Volume flow rate
Pressure
Position
Velocity
Acceleration
Force
5.2 Continuous vs. Discrete control
Comparison Factor Continuous Control in
Process Industries
Discrete Control in
Discrete Manufacturing
Industries
Typical sensors Flow meters
Thermocouples
Pressure sensors
Limit switches
Photoelectric sensors
Strain gages
Piezoelectric sensors
Typical actuators Valves
Heaters
Pumps
Switches
Motors
pistons
Typical process time
constants (lag
coefficient) Ʈ*
Seconds
Minutes
hours
Less than a second
Ʈ* :time required for a quantity to change from 0 to 63.2% of steady state value or to
change from steady-state to (36.8%) of it .
* Most industries deal with a mix of continuous and discrete variables and parameters
5.2 .1 Continuous Control System
• The objective is to maintain the value of an output variable at
a desired level similar to a feed back control system.
• Example :
Chemical reactions temperature ,pressure, flow rates
Work part position relative to cutting tool X,Y,Z values are
continuous
• Continuous control categories :
Regulatory control :
The objective is to maintain process performance at a certain level.
Compensation action is taken only after a disturbance has affected
the process output
5.2 .1 Continuous Control System
• Continuous control categories :
Regulatory control :
Feed-forward Control :
Process
Feed forward
Control element
Controller
Performance
target level
Index of
performance
Output variables
Disturbance
Measured
variables
Input
parameters
Adjustment to input
parameters
 The strategy is to anticipate the effect of disturbances and
compensate for them before they can affect the process.
Feed-forward Control :
Steady-State Optimization :
adjustments
Process
Controller
Input parameters Output variables
Adjustments
to input
parameters
Well-defined index of
performance (IP)
Performance
measure
Mathematical model of
process and IP
Algorithm to determine
optimum input parameter values
Index of performance IP :
1- Well defined
2- Algorithm to determine optimum input parameter value .
3- Mathematical model of process and IP.
IP could be product cost , production rate ,…
Used when mathematical relations exist such as differential
equation
Steady-State Optimization :
Adaptive Control
It responds to the change of the environment with time, such as
raw materials.
Performance
measure
Process
Modification
Decision
Identification
Input parameters
Adjustment
to input
parameters
Output variables
Index of
performance
Measured
variables
Adaptive
Controller
Identification : Continuous update of index of performance .
Decision : Based on algorithm + IP .
Modification : Actuators.
Examples : Adaptive control machining, jet aircraft, flight controls .
Adaptive Control
On-Line Search strategies :
In case the relationship between input parameter and the index of
performance is unknown .Trial and error and other techniques
are used to find which input parameter affect IP, so as to
optimize it .
Continuous Control System
Changes are executed either due to a change of the state of
the system or because of elapsed time .
Event-driven changes:
Responds to some event that has changes the state of the
system ,such as presence of a part ,low-level of plastic
molding compound, counting parts on a conveyer belt.
Time-driven change :
Executed either at a specific time , or after a certain time lapes , such
as “Shop Clock” to start and end work , length of heat treatment ,..
A washing machine has both event-driven and time-driven changes
that control it.
Types of discrete control :
1- Combinational logic control :controls the event –driven changes.
2-Sequential control : manages time-driven changes .
 A “real – time controller “ is a controller that is able to respond
to the process within a short enough time that performance is
not degraded .
Requirements for a real-time controller :
1- Process – initiated interrupts : (event – driven change )
The computer may interrupt execution of current program to
service a higher priority need of the process , often triggered by
abnormal condition .
2- Timer – initiated actions : ( time – driven change )
The controller must be capable of executing certain actions at
specified points in time. These actions could be : scanning sensor
values …….
Switch on/off . Displaying data , recomposing parameter
Other requirements for a real – time control computer are :
Computer commands to process , low – priority system and
program – initiated events , and Operator – initiated events .
Requirements for a real – time controller :
* Polling ( Data Sampling ) : ( Scanning )
Periodic sampling of data that indicates the status of the process .
Issues related to polling :
1
1. Polling frequency : = -------------------------------------------------
Time interval between data collection
2. Polling order : Sequence of different data point
3. Polling format : The manner in which the sampling procedure is
designed .
The alternatives include :
(a) Entering all new sensors data every polling cycle
(b) Updating the control system only with data that have changed .
(c) Using high-level scanning : Collecting only certain key data.
Using Low-level scanning : Collecting more complete data .
Using conditional scanning : Collecting more complete data if
necessary .
* Interlocks
Safeguard mechanism for coordinating the activities of devices
sequence of activities.
 Input interlock : ( a signal from a sensor / machine to the
controller ) proceed work cycle , interrupt the work cycle
for some reason . Ex.: washing machine door.
 Output interlock : a signal from the controller to an external
device to control its activities .
Interrupt System
Permits the execution of the current program to be suspended to
execute another program in response to a higher priority event.
Ex.: pushing keyboard key.
Priority Level ( ranking ) Computer Function / Control Function
1- ( lowest priority ) Most operator inputs
2- System & program interrupts
3- Timer interrupts
4- Commands to process
5- Process interrupts
6- (highest priority ) Emergency stop ( operator input )
Priority levels in an Interrupt System :
 Internal interrupts: generated by the computer itself.
 External interrupts: process- initiated and operator inputs.
 A higher priority function can interrupt a lower priority
function.
 A function at a given priority level cannot interrupt a function
at the same priority level.
Interrupt System
 Single-level interrupt system has only two modes of operation;
normal mode and interrupt mode.
• If higher priority signal arrives after a lower priority signal, it has
to wait .
 Multilevel interrupt system has a normal operating mode plus more
than one interrupt level (with relative properties).
• If higher priority interrupt signal arrives after a lower priority
interrupt, it will override it and its task serviced first.
Interrupt System
Exception Handling (Error detection & recovery ):
 An exception is an event that is outside the desired operation
of the process.
e.g. Production quality problem, variables outside normal
ranges shortage of raw materials, hazard conditions, controller
malfunction…..
5.3.3 Forms of Computer Process Control
Computer process monitoring
• Control remains in the hands of humans.
• Categories of data collected by the computer:
1. Process data: input parameters, output variables, …..
2. Equipment data: status of the equipment in the work cell, machine
utilization, schedule, tool changes, diagnosis,…..
3. Product data: maybe required by regulations for the firm own use.
data may be entered manually or automatically
Direct digital control (DDC)
 No longer used today! It was a transitional phase in computer
process control.
 It was an improvement on the analog control loop.
A Typical Analog Control Loop
Display
Instrument
Comparator
Analog
Controller
Sensor and
Transducer
Direct digital control (DDC)
Input parameters Output Variables
Process
Actuators
Multiplexer Multiplexer
DAC ADC
DDC
Computer
Operator
Console
Sensors
Improvement to the DDC system include
1. More control options than traditional analog, such as on/off or
nonlinear functions.
2. Integration and optimization of multiple loops. Such as feedback
measurements integration.
3. Ability to edit the control programs, more flexibility to reprogram,
no need for hardware changes as in analog control.
Numerical control and robotics
 Numerical control (NC): a microcomputer directs a machine
tool through a sequence of steps defined b y a program of
instructions.
 Industrial robotics: the joints of the robot arm are controlled
to move the end of the arm through a sequence of positions
during the work cycle.
PLC )Programmable logic controller)
 Introduced in 1970 as an improvement on the
electromechanical relay controllers used to implement
discrete control.
 A PLC is a microprocessor-based controller that uses stored
instructions to implement logic, sequencing, timing, counting,
etc…for controlling machines and processes . It’s used for
both continuous and discrete control
Supervisory control, e.g. SCADA (Supervisory Control And Data Acquisition)
 It corresponds to cell or system level control (higher level
than NC and PLC)
 It is superimposed on those process-level control systems
(NC and PLC).
 Has economic objectives.
 Could be regulatory control, feed forward control, or optimal
control.
Direct Process
Controller
Actuators and
Input Parameters
Process
Input Parameters
Economic
Objective
Output Variables
Feedback from
output variables
Supervisory
Control
Human
Interface
Supervisory control
Distributed Control Systems (DCS)
• Multiple microcomputers are connected together to share and
distributed the process control work load.
• component and features:
 Multiple process control stations.
 A central control room for supervisory control.
 Local operator stations (for redundancy).
 Communications network (data highway) for process and
operator stations interaction.
Local Operator
Station
Central Control
Room
Local Operator
Station
Process
Station
Process
Station
Process
Station
Process
Station
Communication
Network
Process
Product
Raw
Materials
Signals
Distributed Control System
 Can be enhanced in the future (after installation ).
 Parallel multitasking is possible with multiple computers.
 It has built-in redundancy.
 Control cabling is reduced compared with central control.
 Networking facilitates plant management.
 Example : Multiple PLC’s through a factory, connected by
network.
Benefits and advantages of DCSs :
PCs in Process Control
Categories of PC implementations in process control:
1. Operator Interface: The PCs interfaced to one or more PLCs
or other devices that directly control the process.
Advantages :
- The PC is user-friendly.
- It can be used for other functions.
- The failure of the PC does not disrupt the PLCs functions.
- Can be easily upgraded.
 2. Direct Control: The PC is interfaced directly to the process and
controls its operations in real-time.
 Problems :
- If the PC fails, the process fails.
- PC is not designed for process control.
- PC is designed to be used in an office environment.
PCs in Process Control
However, There is a trend for PC deployment for direct control due
to several factors :
• Wide-spread familiarity with PCs.
• Availability of high performance PCs.
• “Open architecture philosophy” in control systems design, which
means procuring hardware and software from a diverse pool of
vendors; not getting the whole system from the same supplier.
PCs in Process Control
 Availability of PC operating systems that facilitates real-time control,
multitasking and networking.
 Industrial-grade PCs can be used to cope with the harsh factory
environment.
 Data integration is easier using one PC than using a PC and a PLC.
PCs in Process Control
Enterprise-Wide Integration of Factory Data:
It entails less management levels and more empowerment of
front line workers.
Enterprise Resource Planning (ERP) is a software that
achieves company-wide integration of all business
functions, including factory data.
A key features of ERP is the use of a single central database
that is accessible from anywhere in the company.
Capability resulting from integrating process data:
1. Managers have direct access to factory operations.
2. Production planners have access to most current data on
production to help in scheduling future orders.
3. Sales personnel can provide realistic delivery dates.
4. Customers can track the status of their orders.
5. Quality performance is more predictable.
6. Production cost accounting can be updated.
7. Production personnel have access to product design.

More Related Content

Similar to Industrial Control System.pptx

processcontrolchp1.ppt
processcontrolchp1.pptprocesscontrolchp1.ppt
processcontrolchp1.ppt
Mariya Nasution
 
Lecture 2 Wind Energy Course
Lecture 2  Wind Energy Course Lecture 2  Wind Energy Course
Lecture 2 Wind Energy Course
Narvik University College
 
Process control introduction
Process control   introductionProcess control   introduction
Process control introduction
Bavaneethan Yokananth
 
processing control CFD computational fluid dynamic.pptx
processing control CFD computational fluid dynamic.pptxprocessing control CFD computational fluid dynamic.pptx
processing control CFD computational fluid dynamic.pptx
RapidAcademy
 
Introduction to control system 1
Introduction to control system 1Introduction to control system 1
Introduction to control system 1
turna67
 
VCS PPT.pptx
VCS PPT.pptxVCS PPT.pptx
VCS PPT.pptx
SampreetNayak3
 
Lect-1-Introduction1.pptx
Lect-1-Introduction1.pptxLect-1-Introduction1.pptx
Lect-1-Introduction1.pptx
portia67
 
Monitoring and Control System
Monitoring and Control SystemMonitoring and Control System
Monitoring and Control System
mahmoud anwar
 
Ep 5512 lecture-01
Ep 5512 lecture-01Ep 5512 lecture-01
Ep 5512 lecture-01
Kindshih Berihun
 
basic of open and closed loop control system
basic of open and closed loop control systembasic of open and closed loop control system
basic of open and closed loop control system
SACHINNikam39
 
Process control examples and applications
Process control examples and applications Process control examples and applications
Process control examples and applications
Amr Seif
 
Ch20
Ch20Ch20
Types of Controllers PID PD I PD
Types of Controllers PID PD I PDTypes of Controllers PID PD I PD
Types of Controllers PID PD I PD
Anaseem Hanini
 
Parsentation
ParsentationParsentation
Parsentation
Ashishkumar3249
 
Introduction to Control System : Open Loop System and Close Loop System
Introduction to Control System : Open Loop System and Close Loop SystemIntroduction to Control System : Open Loop System and Close Loop System
Introduction to Control System : Open Loop System and Close Loop System
Kazim Marfatiya
 
process control system
process control systemprocess control system
process control system
SAHUKANCHAN
 
Automation In Industry deals with PLC.pdf
Automation In Industry deals with PLC.pdfAutomation In Industry deals with PLC.pdf
Automation In Industry deals with PLC.pdf
PratheepVGMTS
 
PLC Intro
PLC IntroPLC Intro
PLC Intro
Henry Nice
 
Process dynamics
Process dynamicsProcess dynamics
Process dynamics
Shivaji Thube
 
PE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptxPE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptx
geremu2
 

Similar to Industrial Control System.pptx (20)

processcontrolchp1.ppt
processcontrolchp1.pptprocesscontrolchp1.ppt
processcontrolchp1.ppt
 
Lecture 2 Wind Energy Course
Lecture 2  Wind Energy Course Lecture 2  Wind Energy Course
Lecture 2 Wind Energy Course
 
Process control introduction
Process control   introductionProcess control   introduction
Process control introduction
 
processing control CFD computational fluid dynamic.pptx
processing control CFD computational fluid dynamic.pptxprocessing control CFD computational fluid dynamic.pptx
processing control CFD computational fluid dynamic.pptx
 
Introduction to control system 1
Introduction to control system 1Introduction to control system 1
Introduction to control system 1
 
VCS PPT.pptx
VCS PPT.pptxVCS PPT.pptx
VCS PPT.pptx
 
Lect-1-Introduction1.pptx
Lect-1-Introduction1.pptxLect-1-Introduction1.pptx
Lect-1-Introduction1.pptx
 
Monitoring and Control System
Monitoring and Control SystemMonitoring and Control System
Monitoring and Control System
 
Ep 5512 lecture-01
Ep 5512 lecture-01Ep 5512 lecture-01
Ep 5512 lecture-01
 
basic of open and closed loop control system
basic of open and closed loop control systembasic of open and closed loop control system
basic of open and closed loop control system
 
Process control examples and applications
Process control examples and applications Process control examples and applications
Process control examples and applications
 
Ch20
Ch20Ch20
Ch20
 
Types of Controllers PID PD I PD
Types of Controllers PID PD I PDTypes of Controllers PID PD I PD
Types of Controllers PID PD I PD
 
Parsentation
ParsentationParsentation
Parsentation
 
Introduction to Control System : Open Loop System and Close Loop System
Introduction to Control System : Open Loop System and Close Loop SystemIntroduction to Control System : Open Loop System and Close Loop System
Introduction to Control System : Open Loop System and Close Loop System
 
process control system
process control systemprocess control system
process control system
 
Automation In Industry deals with PLC.pdf
Automation In Industry deals with PLC.pdfAutomation In Industry deals with PLC.pdf
Automation In Industry deals with PLC.pdf
 
PLC Intro
PLC IntroPLC Intro
PLC Intro
 
Process dynamics
Process dynamicsProcess dynamics
Process dynamics
 
PE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptxPE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptx
 

More from TALHARIAZ46

Microprocessor and Microcontroller Based Systems.ppt
Microprocessor and Microcontroller Based Systems.pptMicroprocessor and Microcontroller Based Systems.ppt
Microprocessor and Microcontroller Based Systems.ppt
TALHARIAZ46
 
Introduction to Microprocessor .ppt
Introduction to Microprocessor .pptIntroduction to Microprocessor .ppt
Introduction to Microprocessor .ppt
TALHARIAZ46
 
Microprocessor Based Systems.ppt
Microprocessor Based Systems.pptMicroprocessor Based Systems.ppt
Microprocessor Based Systems.ppt
TALHARIAZ46
 
Microbial-Food-Safety.pptx
Microbial-Food-Safety.pptxMicrobial-Food-Safety.pptx
Microbial-Food-Safety.pptx
TALHARIAZ46
 
Industrial Control System.pptx
Industrial Control System.pptxIndustrial Control System.pptx
Industrial Control System.pptx
TALHARIAZ46
 
Food Safety Presentation.pptx
Food Safety Presentation.pptxFood Safety Presentation.pptx
Food Safety Presentation.pptx
TALHARIAZ46
 
Industrial Control Devices.pptx
Industrial Control Devices.pptxIndustrial Control Devices.pptx
Industrial Control Devices.pptx
TALHARIAZ46
 
AI.ppt
AI.pptAI.ppt
AI.ppt
TALHARIAZ46
 

More from TALHARIAZ46 (8)

Microprocessor and Microcontroller Based Systems.ppt
Microprocessor and Microcontroller Based Systems.pptMicroprocessor and Microcontroller Based Systems.ppt
Microprocessor and Microcontroller Based Systems.ppt
 
Introduction to Microprocessor .ppt
Introduction to Microprocessor .pptIntroduction to Microprocessor .ppt
Introduction to Microprocessor .ppt
 
Microprocessor Based Systems.ppt
Microprocessor Based Systems.pptMicroprocessor Based Systems.ppt
Microprocessor Based Systems.ppt
 
Microbial-Food-Safety.pptx
Microbial-Food-Safety.pptxMicrobial-Food-Safety.pptx
Microbial-Food-Safety.pptx
 
Industrial Control System.pptx
Industrial Control System.pptxIndustrial Control System.pptx
Industrial Control System.pptx
 
Food Safety Presentation.pptx
Food Safety Presentation.pptxFood Safety Presentation.pptx
Food Safety Presentation.pptx
 
Industrial Control Devices.pptx
Industrial Control Devices.pptxIndustrial Control Devices.pptx
Industrial Control Devices.pptx
 
AI.ppt
AI.pptAI.ppt
AI.ppt
 

Recently uploaded

Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 

Recently uploaded (20)

Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 

Industrial Control System.pptx

  • 1. Industrial control systems Industrial control is the automation regulation of manufacturing operations and their associated equipment, as well as integration of manufacturing operations into the larger production system.
  • 2. Typical Manufacturing operations in the process industries and Discreet industries :  Process industries :  Chemical reactions  Deposition  Distillation  Mixing  Separation Manufacturing Industries
  • 3.  Discrete industries  Casting  Forging  Extrusion  Machining  Assembly  Plastic Molding  Sheet Metal Stamping Manufacturing Industries Manufacturing Industries
  • 4. 5.1.2 Variable and Parameters in the Two Industries Fig:5.1
  • 5. 5.1.2. Variable and Parameters in the two Industries Manufacturing operations Variables - Outputs of the process Parameters - Inputs to the process Continuous analog variable such as: Force, temperature, flow-rate, pressure, velocity Discrete variable: other than binary such as daily piece count Discrete binary variable (0 or 1): Signal such as Open/Close, On/Off Pulse data: A train of pulses that can be counted
  • 6. Process industries: Control of continues variable and parameters Continues control: variables and parameters are continuous and analog. Discrete manufacturing industries: Control of discrete variable and parameters Discrete control : variable and parameters are discrete, mostly binary
  • 7. 5.2 Continuous vs. Discrete control Comparison Factor Continuous Control in Process Industries Discrete Control in Discrete Manufacturing Industries Typical measures of product output Weight measures liquid volume measures Solid volume measures Number of parts Number of products Typical quality measures Consistency Concentration Absence of contaminants conformance to specification Dimensions Surface finish Appearance Absence of defects Product reliability Typical variables and parameters Temperature Volume flow rate Pressure Position Velocity Acceleration Force
  • 8. 5.2 Continuous vs. Discrete control Comparison Factor Continuous Control in Process Industries Discrete Control in Discrete Manufacturing Industries Typical sensors Flow meters Thermocouples Pressure sensors Limit switches Photoelectric sensors Strain gages Piezoelectric sensors Typical actuators Valves Heaters Pumps Switches Motors pistons Typical process time constants (lag coefficient) Ʈ* Seconds Minutes hours Less than a second Ʈ* :time required for a quantity to change from 0 to 63.2% of steady state value or to change from steady-state to (36.8%) of it . * Most industries deal with a mix of continuous and discrete variables and parameters
  • 9. 5.2 .1 Continuous Control System • The objective is to maintain the value of an output variable at a desired level similar to a feed back control system. • Example : Chemical reactions temperature ,pressure, flow rates Work part position relative to cutting tool X,Y,Z values are continuous • Continuous control categories : Regulatory control : The objective is to maintain process performance at a certain level. Compensation action is taken only after a disturbance has affected the process output
  • 10. 5.2 .1 Continuous Control System • Continuous control categories : Regulatory control :
  • 11. Feed-forward Control : Process Feed forward Control element Controller Performance target level Index of performance Output variables Disturbance Measured variables Input parameters Adjustment to input parameters
  • 12.  The strategy is to anticipate the effect of disturbances and compensate for them before they can affect the process. Feed-forward Control :
  • 13. Steady-State Optimization : adjustments Process Controller Input parameters Output variables Adjustments to input parameters Well-defined index of performance (IP) Performance measure Mathematical model of process and IP Algorithm to determine optimum input parameter values
  • 14. Index of performance IP : 1- Well defined 2- Algorithm to determine optimum input parameter value . 3- Mathematical model of process and IP. IP could be product cost , production rate ,… Used when mathematical relations exist such as differential equation Steady-State Optimization :
  • 15. Adaptive Control It responds to the change of the environment with time, such as raw materials. Performance measure Process Modification Decision Identification Input parameters Adjustment to input parameters Output variables Index of performance Measured variables Adaptive Controller
  • 16. Identification : Continuous update of index of performance . Decision : Based on algorithm + IP . Modification : Actuators. Examples : Adaptive control machining, jet aircraft, flight controls . Adaptive Control
  • 17. On-Line Search strategies : In case the relationship between input parameter and the index of performance is unknown .Trial and error and other techniques are used to find which input parameter affect IP, so as to optimize it . Continuous Control System
  • 18. Changes are executed either due to a change of the state of the system or because of elapsed time . Event-driven changes: Responds to some event that has changes the state of the system ,such as presence of a part ,low-level of plastic molding compound, counting parts on a conveyer belt.
  • 19. Time-driven change : Executed either at a specific time , or after a certain time lapes , such as “Shop Clock” to start and end work , length of heat treatment ,.. A washing machine has both event-driven and time-driven changes that control it. Types of discrete control : 1- Combinational logic control :controls the event –driven changes. 2-Sequential control : manages time-driven changes .
  • 20.  A “real – time controller “ is a controller that is able to respond to the process within a short enough time that performance is not degraded .
  • 21. Requirements for a real-time controller : 1- Process – initiated interrupts : (event – driven change ) The computer may interrupt execution of current program to service a higher priority need of the process , often triggered by abnormal condition . 2- Timer – initiated actions : ( time – driven change ) The controller must be capable of executing certain actions at specified points in time. These actions could be : scanning sensor values …….
  • 22. Switch on/off . Displaying data , recomposing parameter Other requirements for a real – time control computer are : Computer commands to process , low – priority system and program – initiated events , and Operator – initiated events . Requirements for a real – time controller :
  • 23. * Polling ( Data Sampling ) : ( Scanning ) Periodic sampling of data that indicates the status of the process . Issues related to polling : 1 1. Polling frequency : = ------------------------------------------------- Time interval between data collection 2. Polling order : Sequence of different data point 3. Polling format : The manner in which the sampling procedure is designed .
  • 24. The alternatives include : (a) Entering all new sensors data every polling cycle (b) Updating the control system only with data that have changed . (c) Using high-level scanning : Collecting only certain key data. Using Low-level scanning : Collecting more complete data . Using conditional scanning : Collecting more complete data if necessary .
  • 25. * Interlocks Safeguard mechanism for coordinating the activities of devices sequence of activities.  Input interlock : ( a signal from a sensor / machine to the controller ) proceed work cycle , interrupt the work cycle for some reason . Ex.: washing machine door.  Output interlock : a signal from the controller to an external device to control its activities .
  • 26. Interrupt System Permits the execution of the current program to be suspended to execute another program in response to a higher priority event. Ex.: pushing keyboard key.
  • 27. Priority Level ( ranking ) Computer Function / Control Function 1- ( lowest priority ) Most operator inputs 2- System & program interrupts 3- Timer interrupts 4- Commands to process 5- Process interrupts 6- (highest priority ) Emergency stop ( operator input ) Priority levels in an Interrupt System :
  • 28.  Internal interrupts: generated by the computer itself.  External interrupts: process- initiated and operator inputs.  A higher priority function can interrupt a lower priority function.  A function at a given priority level cannot interrupt a function at the same priority level. Interrupt System
  • 29.  Single-level interrupt system has only two modes of operation; normal mode and interrupt mode. • If higher priority signal arrives after a lower priority signal, it has to wait .  Multilevel interrupt system has a normal operating mode plus more than one interrupt level (with relative properties). • If higher priority interrupt signal arrives after a lower priority interrupt, it will override it and its task serviced first. Interrupt System
  • 30. Exception Handling (Error detection & recovery ):  An exception is an event that is outside the desired operation of the process. e.g. Production quality problem, variables outside normal ranges shortage of raw materials, hazard conditions, controller malfunction…..
  • 31. 5.3.3 Forms of Computer Process Control
  • 32. Computer process monitoring • Control remains in the hands of humans. • Categories of data collected by the computer: 1. Process data: input parameters, output variables, ….. 2. Equipment data: status of the equipment in the work cell, machine utilization, schedule, tool changes, diagnosis,….. 3. Product data: maybe required by regulations for the firm own use. data may be entered manually or automatically
  • 33. Direct digital control (DDC)  No longer used today! It was a transitional phase in computer process control.  It was an improvement on the analog control loop.
  • 34. A Typical Analog Control Loop Display Instrument Comparator Analog Controller Sensor and Transducer
  • 35. Direct digital control (DDC) Input parameters Output Variables Process Actuators Multiplexer Multiplexer DAC ADC DDC Computer Operator Console Sensors
  • 36. Improvement to the DDC system include 1. More control options than traditional analog, such as on/off or nonlinear functions. 2. Integration and optimization of multiple loops. Such as feedback measurements integration. 3. Ability to edit the control programs, more flexibility to reprogram, no need for hardware changes as in analog control.
  • 37. Numerical control and robotics  Numerical control (NC): a microcomputer directs a machine tool through a sequence of steps defined b y a program of instructions.  Industrial robotics: the joints of the robot arm are controlled to move the end of the arm through a sequence of positions during the work cycle.
  • 38. PLC )Programmable logic controller)  Introduced in 1970 as an improvement on the electromechanical relay controllers used to implement discrete control.  A PLC is a microprocessor-based controller that uses stored instructions to implement logic, sequencing, timing, counting, etc…for controlling machines and processes . It’s used for both continuous and discrete control
  • 39. Supervisory control, e.g. SCADA (Supervisory Control And Data Acquisition)  It corresponds to cell or system level control (higher level than NC and PLC)  It is superimposed on those process-level control systems (NC and PLC).  Has economic objectives.  Could be regulatory control, feed forward control, or optimal control.
  • 40. Direct Process Controller Actuators and Input Parameters Process Input Parameters Economic Objective Output Variables Feedback from output variables Supervisory Control Human Interface Supervisory control
  • 41. Distributed Control Systems (DCS) • Multiple microcomputers are connected together to share and distributed the process control work load. • component and features:  Multiple process control stations.  A central control room for supervisory control.  Local operator stations (for redundancy).  Communications network (data highway) for process and operator stations interaction.
  • 42. Local Operator Station Central Control Room Local Operator Station Process Station Process Station Process Station Process Station Communication Network Process Product Raw Materials Signals Distributed Control System
  • 43.  Can be enhanced in the future (after installation ).  Parallel multitasking is possible with multiple computers.  It has built-in redundancy.  Control cabling is reduced compared with central control.  Networking facilitates plant management.  Example : Multiple PLC’s through a factory, connected by network. Benefits and advantages of DCSs :
  • 44. PCs in Process Control Categories of PC implementations in process control: 1. Operator Interface: The PCs interfaced to one or more PLCs or other devices that directly control the process. Advantages : - The PC is user-friendly. - It can be used for other functions. - The failure of the PC does not disrupt the PLCs functions. - Can be easily upgraded.
  • 45.  2. Direct Control: The PC is interfaced directly to the process and controls its operations in real-time.  Problems : - If the PC fails, the process fails. - PC is not designed for process control. - PC is designed to be used in an office environment. PCs in Process Control
  • 46. However, There is a trend for PC deployment for direct control due to several factors : • Wide-spread familiarity with PCs. • Availability of high performance PCs. • “Open architecture philosophy” in control systems design, which means procuring hardware and software from a diverse pool of vendors; not getting the whole system from the same supplier. PCs in Process Control
  • 47.  Availability of PC operating systems that facilitates real-time control, multitasking and networking.  Industrial-grade PCs can be used to cope with the harsh factory environment.  Data integration is easier using one PC than using a PC and a PLC. PCs in Process Control
  • 48. Enterprise-Wide Integration of Factory Data: It entails less management levels and more empowerment of front line workers. Enterprise Resource Planning (ERP) is a software that achieves company-wide integration of all business functions, including factory data. A key features of ERP is the use of a single central database that is accessible from anywhere in the company.
  • 49. Capability resulting from integrating process data: 1. Managers have direct access to factory operations. 2. Production planners have access to most current data on production to help in scheduling future orders. 3. Sales personnel can provide realistic delivery dates. 4. Customers can track the status of their orders. 5. Quality performance is more predictable. 6. Production cost accounting can be updated. 7. Production personnel have access to product design.