Unit 3b Industrial Control Systems

Slides:



Advertisements
Similar presentations
Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 3.
Advertisements

Unit 7 Discrete Controllers
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Chapter 5 Industrial Control Systems Dr. Osama Al-Habahbah The University of Jordan Mechatronics Engineering Department.
Programmable Logic Controller PLC
Introduction To Programmable Logic Controllers
Industrial Engineering Program King Saud University
Part II AUTOMATION AND CONTROL TECHNOLOGIES
How organizations use ICT:. Technological advancements in  process monitoring,  control  and industrial automation in recent years have improved the.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
David O’Sullivan Industrial Automation (IE423 Computer Integrated Manufacturing) (IE215 Design and Make) David O’Sullivan
Automated Manufacturing
Part II AUTOMATION AND CONTROL TECHNOLOGIES
Introduction to Automation Chapter 4 Introduction to Automation Dr. Osama Al-Habahbah The University of Jordan Mechatronics Engineering Department.
Manufacturing Engineering Department Lecture 1 - Introduction
Components of an Automated Manufacturing System
Hasan Oben Pullu Dokuz Eylul University Industrial Engineering Department COMPUTER INTEGRATED MANUFACTURING (CIM)
Unit 3a Industrial Control Systems
SCADA and Telemetry Presented By:.
Flexible Manufacturing Systems Introduction to FMS/FAS.
Automated Manufacturing Systems
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
ISAT 303 Mod 1-1  M. Zarrugh Module I Sensors and Measurements in MFG  The objectives of this module are to –understand the role which sensors.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Industrial Automation T Rajendran. Industrial Automation  Control Systems  Process Control  Industrial Control  Computer Integrated Manufacturing.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
Basic Structure of Computer Computer Architecture Lecture – 2.
Work Cell Design and Control
Lecture Outline 5 Manufacturing Systems (Production and Operations Management) p. 304+
 AUTOMATION  PLC  SCADA  INSTRUMENTATION  DRIVES & MOTORS.
MANUFACTURING VOCATS 7.O5. MANUFACTURING is A system or group of systems used in the manufacturing process to make products for an end user.
©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
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Chapter 4 MARIE: An Introduction to a Simple Computer.
Process Control 2.1 – Control Systems.
UNIT-IV Shop Floor Control and Flexible Manufacturing Systems
DC-R/Copyright Festo Didactic GmbH&Co. KG Principles of Mechatronics Technology Professional Development Instructor Workshop
PROGRAMMABLE LOGIC CONTROLLER
Industrial Automation and Robotics
Programmable Logic Controller & Distributed Control System Yoon-Je Choi 17 th June 2006.
Computer Integrated Manufacturing Department of Industrial & Systems Engineering.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
Learning Objectives Today we will Learn:
1 FLEXIBLE MANUFACTURING SYSTEMS/ROBOTICS FLEXIBLE MANUFACTURING SYSTEMS IS A MANUFACTURING TECHNOLOGY WHICH INCLUDES THE WORD “SYSTEM” INFERRING A PHILOSOPHY.
Industrial Automation and Robotics Mr. Muhajir Ab. Rahim School of Mechatronic Engineering UniMAP.
Part II AUTOMATION AND CONTROL TECHNOLOGIES
ISLANDS OF AUTOMATION.
Chapter 4 Introduction to Automation
Latency and Communication Challenges in Automated Manufacturing
Data Communication & Networking in Manufacturing System
Ch 5 Industrial Control Systems
The University of Jordan Mechatronics Engineering Department
Chapter 4 Introduction to Automation
Chapter 5 Industrial Control Systems
Week 13 COMPUTER INTEGRATED MANUFACTURING SYSTEM (CIMS)
Automation (21-541) Sharif University of Technology Session # 3
Computer Integrated Manufacturing ( CIM). Chapter One 1.1 Introduction 1.2 Types of Manufacturing 1.3 CIM Hardware and CIM Software 1.4 Nature and Role.
Programmable Logic Controllers (PLCs) An Overview.
Automation Topics: Elements of an Automated System
Lesson 1: Overview of Sequential Control and Data Acquisition
Automated and Computer Integrated Manufacturing System
Chapter 9 Database and Information Management.
Flexible Manufacturing Systems
MANUFACTURING SYSTEMS
ACOE347 – Data Acquisition and Automation Systems
Digital Electronics and Logic Circuit
Presentation transcript:

Unit 3b Industrial Control Systems Sections: Basic Elements of an Automated System Levels of Automation Process Industries vs. Discrete Manufacturing Industries Continuous Control Discrete Control Computer Process Control Supervisory Control Enterprise Control

Process vs. Discrete Industries Process industries Production operations are performed on amounts of materials Liquids, gases, powders, etc. Discrete manufacturing industries Production operations are performed on quantities of materials Parts, product units

Discrete Control Systems Process parameters and variables are discrete Process parameters and variables are changed at discrete moments in time The changes are defined in advance by the program of instructions Combinational logic control The state of the system has changed (event-driven changes) Sequential control A certain amount of time has elapsed (time driven changes)

Event-Driven Changes Executed by the controller in response to some event that has altered the state of the system Examples: A robot loads a workpart into a fixture, and the part is sensed by a limit switch in the fixture The diminishing level of plastic in the hopper of an injection molding machine triggers a low-level switch, which opens a valve to start the flow of more plastic into the hopper Counting parts moving along a conveyor past an optical sensor

Time-Driven Events Executed by the controller either at a specific point in time or after a certain time lapse Examples: The factory “shop clock” sounds a bell at specific times to indicate start of shift, break start and stop times, and end of shift Heat treating operations must be carried out for a certain length of time In a washing machine, the agitation cycle is set to operate for a certain length of time By contrast, filling the tub is event-driven

Controller Requirements Process-initiated interrupts Timer-initiated actions Computer commands to process actuators System- and program-initiated events Operator-initiated events Capabilities Polling (data sampling) Interlocks Interrupt system Exception handling

Polling (Data Sampling) Periodic sampling of data Polling frequency – reciprocal of time interval between data samples Polling order – sequence in which data collection points are sampled Polling format – alternative sampling procedures: All sensors polled every cycle Update only data that has changed this cycle High-level and low-level scanning

Interlocks Preventing one device from interfering with the other(s) Input interlocks Proceed to execute work cycle program Interrupt execution of work cycle program Output interlocks

Interrupt System Suspend program and execute another program requiring a higher priority event Internal interrupt – generated by the computer itself Examples: timer-initiated events, polling, system- and program initiated interrupts External interrupts – generated external to the computer Examples: process-initiated interrupts, operator inputs

Interrupt Systems Single-Level Interrupt Multi Level Interrupt

Exception Handling Event outside of normal or desired operation Examples: Product quality problem Process variable outside normal operating range Shortage of raw materials Hazardous conditions, e.g., fire Controller malfunction Exception handling is a form of error detection and recovery

Forms of Discrete Control Computer process monitoring Direct digital control (DDC) Numerical control and robotics Programmable logic control Supervisory control Distributed control systems and personal computers

Computer Process Monitoring Computer observes process and associated equipment, collects and records data from the operation The computer does not directly control the process Types of data collected: Process data – input parameters and output variables Equipment data – machine utilization, tool change scheduling, diagnosis of malfunctions Product data – to satisfy government requirements, e.g., pharmaceutical and medical

Direct Digital Control (DDC) Components in a conventional analog control system are replaced by the digital computer Multiplexer ADC Multiplexer DAC

Numerical Control and Robotics Computer numerical control (CNC) – computer directs a machine tool relative to the object being processed. Computations required to determine tool trajectory Industrial robotics – manipulator joints are controlled to move and orient end-of-arm through a sequence of positions in the work cycle

Programmable Logic Controller (PLC) Implement logic, sequencing, counting, and arithmetic functions to control industrial machines and processes. Both discrete and continuous control functionality

NXT Controller

Transformation Processes Supervisory Control Supervisory control, controls a number of integrated unit operations in a cell: Machines Robots Conveyors Supervisory Control Conveyor Control Machine Control Robot Control Transformation Processes

Distributed Control System Materials Planning Production Planning Design Quality Control Shop Floor Control Financial Planning Enterprise Network Supervisory Control Supervisory Control Shop Floor Network Machine Control Storage Control Conveyor Control Machine Control Robot Control Assembly Control Transformation Processes

Control Architecture Level 4 Business Information (Business Office) Enterprise Control Plant Control (Production, Quality, …) Cell Controller (Supervisory Control) Machine Controller (Automatic Control) Device Control (Sensors/Actuators) Level 4 Business Information (Business Office) Level 3 Level 2 Level 1 Industrial Automation (Shop Floor) Level 0

Computer Integrated Manufacturing Business functions - sales and marketing, order entry, cost accounting, customer billing Product design - research and development, design engineering, prototype shop Manufacturing planning - process planning, production planning, MRP, capacity planning Manufacturing control shop floor control, inventory control, quality control

Customer Relationship Management/ Enterprise Resource Planning

YouTube Industrial Control Programmable Logic Controller Distributed Control CAD/CAM Computer Integrated Manufacturing Customer Relationship Management Enterprise Resource Management