How organizations use ICT:. Technological advancements in  process monitoring,  control  and industrial automation in recent years have improved the.

Slides:



Advertisements
Similar presentations
PID Controllers and PID tuning
Advertisements

IGCSE ICT Control Systems.
18/04/20151 Operating Systems Modes of Use / Operation On-Line & Real-Time.
Mechatronics and microprocessor. Outline Introduction System and design of system Control, measurement and feed back system Open and closed loop system.
Paper 1 - Theory (Chapter 7.1) Exam Questions and Answers
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
LECTURE#08 PROCESS CONTROL STRATEGIES
Programmable Logic Controller PLC
Introduction To Programmable Logic Controllers
How organizations use ICT:. Technological advancements in  process monitoring,  control  and industrial automation in recent years have improved the.
CHE 185 – PROCESS CONTROL AND DYNAMICS OPTIMIZATION AND PRIMARY LOOP ELEMENTS.
Sensors and Actuators John Errington MSc. Sensors and Actuators Sensors produce a signal in response to a change in their surroundings e.g. Thermostat.
Section 2 How Organizations Use ICT Control systems.
Sensors PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
CHE 185 – PROCESS CONTROL AND DYNAMICS DCS AND PLC FUNDAMENTALS.
Introduction to Automation Chapter 4 Introduction to Automation Dr. Osama Al-Habahbah The University of Jordan Mechatronics Engineering Department.
Alternative Energy Class Room Automation Control System Lighting and Temperature Control By: Al Woodward EET-2011.
Unit 3b Industrial Control Systems
LECTURE#07 AUTOMATION PROCESS CONTROL
SCADA and Telemetry Presented By:.
AS ICT.  Have an understanding of how organizations use ICT.  Be able to describe a number of uses, giving the hardware and software requirements. 
Automated Manufacturing Systems
IGCSE ICT Control.
INDUSTRIAL ELECTRONICS CONTROL EET425/4 Lecturers Indra Nisja School of Electrical System Engineering Northern Malaysia University College of Engineering.
Industrial Process Control System Simon Hui Engineer Control and Informatics, Industrial Centre.
Air Conditioning Heating Refrigeration
Process Control
Module 1: Introduction to PLC
Control Technology and Automation
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
Topics of presentation
Automation & Control Any process consist of :- (1) Application (2) Control System The Process Application (Operative Part) Control System (Action Coordinator)
Computer Control.
IE337 Automatic Control Systems KSU - College of Engineering - IE Department 1 Chapter 1: Introduction to Factory Automation.
Computer Control Using computers to control things.
Feedback Controllers Chapter 7.
Proportional Integral Differential (PID) Control
Power Supply and Programming Devices by Dr. Amin Danial Asham.
Control Theory in Industry, Robotics and Infrastructure
Process Control 2.1 – Control Systems.
Control Theory Control System Objectives  Establish a final condition  Provide safe operation  Eliminate the human element  Assure economical operation.
EEB5213 / EAB4233 Plant Process Control Systems Digital Implementation of PID Controller.
DATA HANDLING Some situations arise where a group of bits have to be handled. (ex) a sensor supplies an analogue signal which is converted to, say, an.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Basics of control Lin Zhong ELEC424, Fall
Features of PID Controllers
CISSP Common Body of Knowledge Review by Alfred Ouyang is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
System A collection of parts that perform a function.
Advanced control strategies. CONTROL SYSTEMS The process parameters which are measured using probes described in the previous sections may be controlled.
PROGRAMMABLE LOGIC CONTROLLER
Learning Objectives Today we will Learn: What is meant by a Control System Examples of Control systems How control systems work.
Learning Objectives Today we will Learn:
Chapter 4 Introduction to Automation
Overview control systems examples of control systems diagrams
Module 1: Introduction to PLC
PLC Terminology and Application
Process Costing and Hybrid Product- Costing Systems
Chapter 4 Introduction to Automation
Chapter 10 © 2011, The McGraw-Hill Companies, Inc.
Forging new generations of engineers
Control GCSE ICT.
Lesson 1: Overview of Sequential Control and Data Acquisition
Forging new generations of engineers
Control GCSE ICT.
Input-Output-Process Demo
Input-Output-Process Demo
Input-Output-Process Demo
How electronic systems work using the Systems approach.
‘‘ BUILDING AUTOMATION’’
Presentation transcript:

How organizations use ICT:

Technological advancements in  process monitoring,  control  and industrial automation in recent years have improved the productivity of virtually all manufacturing industries throughout the world.  Almost all the controls installed in new plants or plant expansions are Digital Control Systems (DCS) connected by digital networks.

 Process control is extensively used in industry.  It is the use of computers or microprocessors to control a process.  Process control enables automation.  This means that a small staff of operating personnel can operate a complex process from a central control room.

 Enables mass production of continuous processes eg oil refining, paper manufacturing, chemical processing, temperature control etc  It is also used in the food and beverage industries

 Chilling the temperature in an industrial refrigeration plant is a process that has a specific, desired outcome to reach:  To maintain a defined temperature (e.g. 2°C) temperature  And keep it constant over time.

 A variable is a piece of data that can change.  The temperature is the controlled variable.  It is also the input variable since it is measured by a thermometer and used to decide whether to heat or not to heat.

 The desired temperature (2°C) is the setpoint.  The state of the chiller (e.g. the activation of the actuator to switch the compressor on or off) is called the manipulated variable since it is subject to control actions.

 Using the example on the previous slide, the plant temperature would be an input to the PLC.  The logical statements would compare the setpoint to the input temperature and determine whether more or less compression was necessary to keep the temperature constant.  A PLC output would then either activate the actuator to switch the compressor on, an incremental amount, depending on whether more or less chilling was needed.

 Most process control is overseen by PLCs rather than by computers.  A PLC is a type of microprocessor that is used for a single purpose.

A programmable logic controller, or a PLC, is used to: 1. read a set of digital and analog inputs 2. apply a set of logic statements 3. generate a set of analog and digital outputs.

 A PLC is able to accept analogue and digital inputs  It makes extensive use of analogue to digital conversion (as well as digital-to-analogue conversion!)  A set of logic statements is used to compare the input with a pre-set value.

 Depending on the results of that comparison, it activates the output devices.  PLCs are not really used in home central heating systems (where the pre-set value might change to suit seasonal conditions)  They are used in situations where the pre-set value is a constant, ie industrial refrigeration systems

 Proportional-Integral- Derivative (PID) algorithm  These are used with closed-loop systems

 A physical variable (ie temperature) is continuously monitored by a sensor connected to the PLC  The outputs from the controller affect the input (ie the temperature) A Closed Loop System

 These control continuous processes  The purpose of the PLC is to make the input value equal to the pre-set one and maintain it there.  PID is the best means of doing this

 The PID calculates the difference between the input value and the pre-set value.  It causes the PLC to make proportional changes to the output  so that the pre-set temperature is eventually reached.

 If the temperature in an industrial heating system is lower than the required temperature, the PID calculates the difference  Instead of switching the heater on until the pre-set value is reached, the PLC switches it on for a short time  Then checks the difference again

 If there is still a difference, it switches the heater on again for another small burst  This is repeated until the required temperature is reached.

There are three types of process control:  Batch Process Control  Continuous Process Control  Discrete Process Control

 Some applications require that specific quantities of raw materials be combined in specific ways for particular durations to produce an intermediate or end result.  One example is the production of adhesives and glues, which normally require the mixing of raw materials in a heated vessel for a period of time to form a quantity of end product.

 Other important examples are the production of food, beverages and medicine.  Batch processes are generally used to produce a relatively low to intermediate quantity of product per year (a few pounds to millions of pounds).

 The amount of each ingredient that is added is controlled by the computer  So is the length of time for each stage  So is the temperature

 Found in many manufacturing and packaging applications.  Robotic assembly, such as that found in car manufacture, can be characterized as discrete process control.  Most discrete manufacturing involves the production of discrete pieces of product, such as metal stamping.

 Specific items are produced.  It is like an on/off or stop/start process.  Fitting car wheels:  A robot fits a wheel to a car  The car moves on to the next stage  The robot stops  The next car comes along  The robot fits the wheel to the car…  And so on.  In between waiting for each car to arrive, the robot stops

 Continuous process control refers to processes that appear unending.  A good example is the maintaining of temperature in confined surroundings – eg industrial refrigeration  Other examples include oil/petroleum refining, the production of plastics or paper production.

 Some important continuous processes are the production of fuels, chemicals and plastics.  Continuous processes in manufacturing are used to produce very large quantities of product per year (millions to billions of pounds).

 Applications having elements of discrete, batch and continuous process control are often called hybrid applications.