SlideShare una empresa de Scribd logo
1 de 22
Descargar para leer sin conexión
Ch 9 Discrete Control
                           Using PLCs and PCs

  Sections:
  1. Discrete Process Control
  2. Ladder Logic Diagrams
  3. Programmable Logic Controllers
  4. Personal Computers Using Soft Logic




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Discrete Process Control

Control systems that operate on parameters and
   variables that change at discrete moments in time
   Parameters and variables are also discrete, usually
   binary (0 or 1, off or on, open or closed, etc.)
Sensors       Limit switch          Contact/no contact
              Photo-detector        On/off
              Timer                 On/off
Actuators     Motor                 On/off
              Valve                 Open/closed
              Clutch                Engaged/not engaged
          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Categories of Discrete Control

  1. Logic control – event-driven changes
  2. Sequencing – time-driven changes




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Logic Control

A switching system whose output at any moment is
  determined exclusively by the values of inputs
  No memory
  No operating characteristics that depend on time
  Also called combinational logic control




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Elements of Logic Control

        Basic elements, called logic gates:
         AND – output = 1 if all inputs = 1, zero otherwise
         OR – output = 1 if any input = 1, zero otherwise
         NOT – output = 1 if (single) input = 0, and vice versa
        Additional elements:
         NAND – combination of AND and NOT
         NOR – combination of OR and NOT




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
AND Gate




               Electrical circuit illustrating the operation of the
               logical AND gate.
          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
OR Gate




                      Electrical circuit illustrating the operation of
                      the logical OR gate.

          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
NOT Gate




                        Electrical circuit illustrating the operation
                        of the logical NOT gate.

          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Symbols for Logical Gates:
                      U.S. and ISO




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Sequencing

A switching system that uses internal timing devices to
  determine when to initiate changes in output variables
  Outputs are usually generated “open loop”
     No feedback that control function is executed
  Sequence of output signals is usually cyclical, as in a
  high production work cycle
     The signals occur in the same repeated pattern
     within each regular cycle
  Common sequencing devices:
     Timer – output switches on/off at preset times
     Counter – counts electrical pulses and stores them
          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Ladder Logic Diagrams

A diagram in which various logic elements and other
   components are displayed along horizontal rungs
   connected on either end to two vertical rails
   Types of elements and components:
   1. Contacts - logical inputs (usually), e.g., limit
      switches, photo-detector
   2. Loads - outputs, e.g., motors, lights, alarms,
      solenoids
   3. Timers - to specify length of delay
   4. Counters - to count pulses received

          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Ladder Logic Diagram




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Symbols for Common Elements
                      Used in Ladder Logic Diagrams




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Advantages of Ladder Logic Diagrams

 Familiar to shop personnel who must construct, test,
 maintain, and repair the control system
 Analogous to the electrical circuits used to accomplish
 logic and sequence control
 Principal technique for programming PLCs




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Programmable Logic Controller (PLC)

A microcomputer-based controller that uses stored
  instructions in programmable memory to
  implement logic, sequencing, timing, counting,
  and arithmetic functions through digital or analog
  modules, for controlling machines and processes
  Applications in both process industries and
  discrete manufacturing
  Introduced around 1970
  Replaced hard-wired electromechanical relay
  panels

          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Components of a PLC




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Advantages of PLCs Compared to
                        Relay Control Panels
 Programming a PLC is easier than wiring a relay control
 panel
 PLC can be reprogrammed
 PLCs take less floor space
 Greater reliability, easier maintenance
 PLC can be connected to computer systems (CIM)
 PLCs can perform a greater variety of control functions




          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
PLC Components

1. Processor – executes logic and sequencing functions by
   operating on the PLC inputs to determine the appropriate
   output signals
2. Input/output module – connections to process
3. Memory unit – contains the programs of logic, sequencing,
   and I/O operations
4. Power supply – converts 120 V (ac) to dc voltages of ±5
   V compatible with process equipment
5. Programming device


           ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
 No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                                Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Typical PLC Operating Cycle
1. Input scan – inputs are read by processor and stored in
   memory
2. Program scan – control program is executed
      Input values stored in memory are used in the control
      logic calculations to determine values of outputs
3. Output scan – output values are updated to agree with
   calculated values
   Time to perform the three steps (scan time) varies
   between 1 and 25 msec


           ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
 No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                                Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Additional PLC Capabilities
 Analog control – PID control available on some PLCs for
 continuous processes
 Arithmetic functions – permits more complex control
 algorithms to be implemented than conventional logic and
 sequencing elements
 Matrix functions – e.g., linear programming for optimal
 control
 Data processing and reporting – business applications
    Blurs the distinction between PLCs and PCs



          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
PLC Programming

          Graphical languages:
          1. Ladder logic diagrams – most widely used
          2. Function block diagrams – instructions
             composed of operation blocks that transform
             input signals
          3. Sequential function charts – series of steps and
             transitions from one state to the next (Europe)
          Text-based languages:
          1. Instruction list - low-level computer language
          2. Structured text – high-level computer language
          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
Personal Computers Using Soft Logic

        Available in sturdy enclosures for plant environment
        Membrane-type keyboards to protect against dirt,
        moisture, etc.
        Can be ordered with I/O cards and other hardware to
        connect to machines and processes
        Installed with Windows for implementing control
        applications
        Can be programmed with soft logic - software that
        emulates the operations of the built-in control
        software in PLCs

          ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book
                               Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.

Más contenido relacionado

Destacado

Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...
Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...
Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...kiran555555
 
Production technology ppt
Production technology pptProduction technology ppt
Production technology pptDivya Lattoo
 
Fundamentals of Modern Manufacturing 4th edition by Groover
Fundamentals of Modern Manufacturing 4th edition by GrooverFundamentals of Modern Manufacturing 4th edition by Groover
Fundamentals of Modern Manufacturing 4th edition by GrooverKlaryza Belen
 
Assembly Line Balancing -Example
Assembly Line Balancing -ExampleAssembly Line Balancing -Example
Assembly Line Balancing -ExampleJoseph Konnully
 
An Introduction to Operations Management
An Introduction to Operations ManagementAn Introduction to Operations Management
An Introduction to Operations ManagementChristian Reinboth
 
Process And Layout Strategies
Process And Layout StrategiesProcess And Layout Strategies
Process And Layout StrategiesJoanmaines
 
FLEXIBLE MANUFACTURING SYSTEM
FLEXIBLE MANUFACTURING SYSTEMFLEXIBLE MANUFACTURING SYSTEM
FLEXIBLE MANUFACTURING SYSTEMAnand Khare
 
Ppt on automation
Ppt on automation Ppt on automation
Ppt on automation harshaa
 
Production and operations_management
Production and operations_managementProduction and operations_management
Production and operations_managementQamar Farooq
 

Destacado (14)

Chapter 2 ladder
Chapter 2 ladderChapter 2 ladder
Chapter 2 ladder
 
Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...
Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...
Automation in manufacturing five unit vtu, mechanical engineering notes pdf d...
 
GATE
GATEGATE
GATE
 
Production technology ppt
Production technology pptProduction technology ppt
Production technology ppt
 
Extrusion
ExtrusionExtrusion
Extrusion
 
NC Programming
NC ProgrammingNC Programming
NC Programming
 
Fundamentals of Modern Manufacturing 4th edition by Groover
Fundamentals of Modern Manufacturing 4th edition by GrooverFundamentals of Modern Manufacturing 4th edition by Groover
Fundamentals of Modern Manufacturing 4th edition by Groover
 
Assembly Line Balancing -Example
Assembly Line Balancing -ExampleAssembly Line Balancing -Example
Assembly Line Balancing -Example
 
An Introduction to Operations Management
An Introduction to Operations ManagementAn Introduction to Operations Management
An Introduction to Operations Management
 
Process And Layout Strategies
Process And Layout StrategiesProcess And Layout Strategies
Process And Layout Strategies
 
FLEXIBLE MANUFACTURING SYSTEM
FLEXIBLE MANUFACTURING SYSTEMFLEXIBLE MANUFACTURING SYSTEM
FLEXIBLE MANUFACTURING SYSTEM
 
Ppt on automation
Ppt on automation Ppt on automation
Ppt on automation
 
Pneumatic circuits
Pneumatic circuitsPneumatic circuits
Pneumatic circuits
 
Production and operations_management
Production and operations_managementProduction and operations_management
Production and operations_management
 

Similar a 67042 ch09

Automated Production Lines.ppt
Automated Production Lines.pptAutomated Production Lines.ppt
Automated Production Lines.pptAbhishekChavan77
 
introduction to the services and manufacturing systems
introduction to the services and manufacturing systemsintroduction to the services and manufacturing systems
introduction to the services and manufacturing systemsMohamedAlSaeed15
 
Automated-Assembly-Systems.ppt
Automated-Assembly-Systems.pptAutomated-Assembly-Systems.ppt
Automated-Assembly-Systems.pptAbhishekChavan77
 
Single-Station Manufacturing Cells
Single-Station Manufacturing CellsSingle-Station Manufacturing Cells
Single-Station Manufacturing CellsVADLAJAGADEESHWARAAC
 
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdfLecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdfkyaswanth3
 
Automatic Identification and Data Capture Techniques
Automatic Identification and Data Capture TechniquesAutomatic Identification and Data Capture Techniques
Automatic Identification and Data Capture TechniquesNafis Ahmad
 
Ch 5 Industrial Control Systems.ppt
Ch 5  Industrial Control Systems.pptCh 5  Industrial Control Systems.ppt
Ch 5 Industrial Control Systems.pptKhalil Alhatab
 
Introduction CIM
Introduction CIMIntroduction CIM
Introduction CIMNafis Ahmad
 
MT 308 Industrial Automation.ppt
MT 308 Industrial Automation.pptMT 308 Industrial Automation.ppt
MT 308 Industrial Automation.pptMohammedAlobaidy16
 
Manufacturing Models and Metrics.pptx
Manufacturing Models and Metrics.pptxManufacturing Models and Metrics.pptx
Manufacturing Models and Metrics.pptxMasAyuHassan1
 
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.pptModule 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.pptKhalil Alhatab
 
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...RuthviCool1
 

Similar a 67042 ch09 (20)

Automated Production Lines.ppt
Automated Production Lines.pptAutomated Production Lines.ppt
Automated Production Lines.ppt
 
introduction to the services and manufacturing systems
introduction to the services and manufacturing systemsintroduction to the services and manufacturing systems
introduction to the services and manufacturing systems
 
Automated-Assembly-Systems.ppt
Automated-Assembly-Systems.pptAutomated-Assembly-Systems.ppt
Automated-Assembly-Systems.ppt
 
automation method.ppt
automation method.pptautomation method.ppt
automation method.ppt
 
Automated Assembly Systems
Automated Assembly SystemsAutomated Assembly Systems
Automated Assembly Systems
 
Single-Station Manufacturing Cells
Single-Station Manufacturing CellsSingle-Station Manufacturing Cells
Single-Station Manufacturing Cells
 
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdfLecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
 
Production System-1.ppt
Production System-1.pptProduction System-1.ppt
Production System-1.ppt
 
67034 ch01
67034 ch0167034 ch01
67034 ch01
 
Production System-II.ppt
Production System-II.pptProduction System-II.ppt
Production System-II.ppt
 
Manual Assembly Lines1
Manual Assembly Lines1Manual Assembly Lines1
Manual Assembly Lines1
 
Automatic Identification and Data Capture Techniques
Automatic Identification and Data Capture TechniquesAutomatic Identification and Data Capture Techniques
Automatic Identification and Data Capture Techniques
 
Ch 5 Industrial Control Systems.ppt
Ch 5  Industrial Control Systems.pptCh 5  Industrial Control Systems.ppt
Ch 5 Industrial Control Systems.ppt
 
Introduction CIM
Introduction CIMIntroduction CIM
Introduction CIM
 
MT 308 Industrial Automation.ppt
MT 308 Industrial Automation.pptMT 308 Industrial Automation.ppt
MT 308 Industrial Automation.ppt
 
Manufacturing Models and Metrics.pptx
Manufacturing Models and Metrics.pptxManufacturing Models and Metrics.pptx
Manufacturing Models and Metrics.pptx
 
Manufacturing models and metrics costs
Manufacturing models and metrics costsManufacturing models and metrics costs
Manufacturing models and metrics costs
 
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.pptModule 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt
 
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora...
 
Chapter 1.pdf
Chapter 1.pdfChapter 1.pdf
Chapter 1.pdf
 

Último

MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...allensay1
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756dollysharma2066
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLkapoorjyoti4444
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture conceptP&CO
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...amitlee9823
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with CultureSeta Wicaksana
 

Último (20)

MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 

67042 ch09

  • 1. Ch 9 Discrete Control Using PLCs and PCs Sections: 1. Discrete Process Control 2. Ladder Logic Diagrams 3. Programmable Logic Controllers 4. Personal Computers Using Soft Logic ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 2. Discrete Process Control Control systems that operate on parameters and variables that change at discrete moments in time Parameters and variables are also discrete, usually binary (0 or 1, off or on, open or closed, etc.) Sensors Limit switch Contact/no contact Photo-detector On/off Timer On/off Actuators Motor On/off Valve Open/closed Clutch Engaged/not engaged ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 3. Categories of Discrete Control 1. Logic control – event-driven changes 2. Sequencing – time-driven changes ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 4. Logic Control A switching system whose output at any moment is determined exclusively by the values of inputs No memory No operating characteristics that depend on time Also called combinational logic control ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 5. Elements of Logic Control Basic elements, called logic gates: AND – output = 1 if all inputs = 1, zero otherwise OR – output = 1 if any input = 1, zero otherwise NOT – output = 1 if (single) input = 0, and vice versa Additional elements: NAND – combination of AND and NOT NOR – combination of OR and NOT ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 6. AND Gate Electrical circuit illustrating the operation of the logical AND gate. ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 7. OR Gate Electrical circuit illustrating the operation of the logical OR gate. ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 8. NOT Gate Electrical circuit illustrating the operation of the logical NOT gate. ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 9. Symbols for Logical Gates: U.S. and ISO ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 10. Sequencing A switching system that uses internal timing devices to determine when to initiate changes in output variables Outputs are usually generated “open loop” No feedback that control function is executed Sequence of output signals is usually cyclical, as in a high production work cycle The signals occur in the same repeated pattern within each regular cycle Common sequencing devices: Timer – output switches on/off at preset times Counter – counts electrical pulses and stores them ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 11. Ladder Logic Diagrams A diagram in which various logic elements and other components are displayed along horizontal rungs connected on either end to two vertical rails Types of elements and components: 1. Contacts - logical inputs (usually), e.g., limit switches, photo-detector 2. Loads - outputs, e.g., motors, lights, alarms, solenoids 3. Timers - to specify length of delay 4. Counters - to count pulses received ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 12. Ladder Logic Diagram ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 13. Symbols for Common Elements Used in Ladder Logic Diagrams ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 14. Advantages of Ladder Logic Diagrams Familiar to shop personnel who must construct, test, maintain, and repair the control system Analogous to the electrical circuits used to accomplish logic and sequence control Principal technique for programming PLCs ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 15. Programmable Logic Controller (PLC) A microcomputer-based controller that uses stored instructions in programmable memory to implement logic, sequencing, timing, counting, and arithmetic functions through digital or analog modules, for controlling machines and processes Applications in both process industries and discrete manufacturing Introduced around 1970 Replaced hard-wired electromechanical relay panels ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 16. Components of a PLC ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 17. Advantages of PLCs Compared to Relay Control Panels Programming a PLC is easier than wiring a relay control panel PLC can be reprogrammed PLCs take less floor space Greater reliability, easier maintenance PLC can be connected to computer systems (CIM) PLCs can perform a greater variety of control functions ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 18. PLC Components 1. Processor – executes logic and sequencing functions by operating on the PLC inputs to determine the appropriate output signals 2. Input/output module – connections to process 3. Memory unit – contains the programs of logic, sequencing, and I/O operations 4. Power supply – converts 120 V (ac) to dc voltages of ±5 V compatible with process equipment 5. Programming device ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 19. Typical PLC Operating Cycle 1. Input scan – inputs are read by processor and stored in memory 2. Program scan – control program is executed Input values stored in memory are used in the control logic calculations to determine values of outputs 3. Output scan – output values are updated to agree with calculated values Time to perform the three steps (scan time) varies between 1 and 25 msec ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 20. Additional PLC Capabilities Analog control – PID control available on some PLCs for continuous processes Arithmetic functions – permits more complex control algorithms to be implemented than conventional logic and sequencing elements Matrix functions – e.g., linear programming for optimal control Data processing and reporting – business applications Blurs the distinction between PLCs and PCs ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 21. PLC Programming Graphical languages: 1. Ladder logic diagrams – most widely used 2. Function block diagrams – instructions composed of operation blocks that transform input signals 3. Sequential function charts – series of steps and transitions from one state to the next (Europe) Text-based languages: 1. Instruction list - low-level computer language 2. Structured text – high-level computer language ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.
  • 22. Personal Computers Using Soft Logic Available in sturdy enclosures for plant environment Membrane-type keyboards to protect against dirt, moisture, etc. Can be ordered with I/O cards and other hardware to connect to machines and processes Installed with Windows for implementing control applications Can be programmed with soft logic - software that emulates the operations of the built-in control software in PLCs ©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist. No portion of this material may be reproduced, in any form or by any means, without permission in writing from the publisher. For the exclusive use of adopters of the book Automation, Production Systems, and Computer-Integrated Manufacturing, Third Edition, by Mikell P. Groover.