67042 ch09

Nilesh Jugurnath
Nilesh JugurnathQuality Management Officer at CDL Knits um CDL Knits
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.
1 von 22

Recomendados

overview of mfg von
overview of mfgoverview of mfg
overview of mfgMahros Darsin
1.6K views36 Folien
3. industrial control system von
3. industrial control system3. industrial control system
3. industrial control systemMahros Darsin
4.7K views51 Folien
2. automation & control technology von
2. automation & control technology2. automation & control technology
2. automation & control technologyMahros Darsin
1.9K views20 Folien
Chopra3 ppt ch01 von
Chopra3 ppt ch01Chopra3 ppt ch01
Chopra3 ppt ch01Nilesh Jugurnath
12K views33 Folien
T. J. E. Miller Special Machines von
T. J. E. Miller Special MachinesT. J. E. Miller Special Machines
T. J. E. Miller Special MachinesSourabh Ghosh
4.3K views226 Folien
Getting started with PLCs von
Getting started with PLCsGetting started with PLCs
Getting started with PLCsplc_course
4.3K views28 Folien

Más contenido relacionado

Destacado

Chapter 2 ladder von
Chapter 2 ladderChapter 2 ladder
Chapter 2 ladderHattori Sidek
5.6K views30 Folien
Automation in manufacturing five unit vtu, mechanical engineering notes pdf d... von
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
16.5K views65 Folien
GATE von
GATEGATE
GATEAnirban Ghosh
1.4K views27 Folien
Production technology ppt von
Production technology pptProduction technology ppt
Production technology pptDivya Lattoo
17.3K views24 Folien
Extrusion von
ExtrusionExtrusion
ExtrusionDeepam Goyal
57.1K views38 Folien
NC Programming von
NC ProgrammingNC Programming
NC ProgrammingVishnuvardhan Reddy S
4K views110 Folien

Destacado(14)

Automation in manufacturing five unit vtu, mechanical engineering notes pdf d... von kiran555555
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...
kiran55555516.5K views
Production technology ppt von Divya Lattoo
Production technology pptProduction technology ppt
Production technology ppt
Divya Lattoo17.3K views
Fundamentals of Modern Manufacturing 4th edition by Groover von Klaryza Belen
Fundamentals of Modern Manufacturing 4th edition by GrooverFundamentals of Modern Manufacturing 4th edition by Groover
Fundamentals of Modern Manufacturing 4th edition by Groover
Klaryza Belen47.5K views
Assembly Line Balancing -Example von Joseph Konnully
Assembly Line Balancing -ExampleAssembly Line Balancing -Example
Assembly Line Balancing -Example
Joseph Konnully209.1K views
An Introduction to Operations Management von Christian Reinboth
An Introduction to Operations ManagementAn Introduction to Operations Management
An Introduction to Operations Management
Christian Reinboth159.6K views
Process And Layout Strategies von Joanmaines
Process And Layout StrategiesProcess And Layout Strategies
Process And Layout Strategies
Joanmaines62.7K views
FLEXIBLE MANUFACTURING SYSTEM von Anand Khare
FLEXIBLE MANUFACTURING SYSTEMFLEXIBLE MANUFACTURING SYSTEM
FLEXIBLE MANUFACTURING SYSTEM
Anand Khare46.4K views
Ppt on automation von harshaa
Ppt on automation Ppt on automation
Ppt on automation
harshaa93.9K views
Production and operations_management von Qamar Farooq
Production and operations_managementProduction and operations_management
Production and operations_management
Qamar Farooq33.7K views

Similar a 67042 ch09

Automated Production Lines.ppt von
Automated Production Lines.pptAutomated Production Lines.ppt
Automated Production Lines.pptAbhishekChavan77
257 views33 Folien
Automated-Assembly-Systems.ppt von
Automated-Assembly-Systems.pptAutomated-Assembly-Systems.ppt
Automated-Assembly-Systems.pptAbhishekChavan77
62 views28 Folien
automation method.ppt von
automation method.pptautomation method.ppt
automation method.pptAbhijitBhattacherjee4
5 views28 Folien
Automated Assembly Systems von
Automated Assembly SystemsAutomated Assembly Systems
Automated Assembly SystemsVADLAJAGADEESHWARAAC
374 views28 Folien
Single-Station Manufacturing Cells von
Single-Station Manufacturing CellsSingle-Station Manufacturing Cells
Single-Station Manufacturing CellsVADLAJAGADEESHWARAAC
4.2K views28 Folien
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf von
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdfLecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdfkyaswanth3
14 views20 Folien

Similar a 67042 ch09(20)

Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf von kyaswanth3
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdfLecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
Lecture_14b_-_Industrial_Robotics_-_Ch_8[1].pdf
kyaswanth314 views
Automatic Identification and Data Capture Techniques von Nafis Ahmad
Automatic Identification and Data Capture TechniquesAutomatic Identification and Data Capture Techniques
Automatic Identification and Data Capture Techniques
Nafis Ahmad245 views
Ch 5 Industrial Control Systems.ppt von Khalil Alhatab
Ch 5  Industrial Control Systems.pptCh 5  Industrial Control Systems.ppt
Ch 5 Industrial Control Systems.ppt
Khalil Alhatab881 views
Manufacturing Models and Metrics.pptx von MasAyuHassan1
Manufacturing Models and Metrics.pptxManufacturing Models and Metrics.pptx
Manufacturing Models and Metrics.pptx
MasAyuHassan122 views
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt von Khalil Alhatab
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
Khalil Alhatab765 views
4-Automated material handling systems , AGV Transfer mechanism , Buffer stora... von RuthviCool1
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...
RuthviCool120 views
Summer Internship Report For PLC Programming of Traffic light through Ladder ... von Aman Gupta
Summer Internship Report For PLC Programming of Traffic light through Ladder ...Summer Internship Report For PLC Programming of Traffic light through Ladder ...
Summer Internship Report For PLC Programming of Traffic light through Ladder ...
Aman Gupta9.9K views

Último

Presentation on proposed acquisition of leading European asset manager Aermon... von
Presentation on proposed acquisition of leading European asset manager Aermon...Presentation on proposed acquisition of leading European asset manager Aermon...
Presentation on proposed acquisition of leading European asset manager Aermon...KeppelCorporation
210 views11 Folien
See the new MTN tariffs effected November 28, 2023 von
See the new MTN tariffs effected November 28, 2023See the new MTN tariffs effected November 28, 2023
See the new MTN tariffs effected November 28, 2023Kweku Zurek
29.5K views2 Folien
case study of Insertion Type Magnetic Flowmeter exports to Australia_ (1).docx von
case study of Insertion Type Magnetic Flowmeter exports to Australia_ (1).docxcase study of Insertion Type Magnetic Flowmeter exports to Australia_ (1).docx
case study of Insertion Type Magnetic Flowmeter exports to Australia_ (1).docxDalian Zero Instrument Technology Co., Ltd China
26 views5 Folien
Navigating EUDR Compliance within the Coffee Industry von
Navigating EUDR Compliance within the Coffee IndustryNavigating EUDR Compliance within the Coffee Industry
Navigating EUDR Compliance within the Coffee IndustryPeter Horsten
43 views33 Folien
Why are KPIs(key performance indicators) important? von
Why are KPIs(key performance indicators) important? Why are KPIs(key performance indicators) important?
Why are KPIs(key performance indicators) important? Epixel MLM Software
15 views17 Folien
CORPORATE COMMUNICATION.pdf von
CORPORATE COMMUNICATION.pdfCORPORATE COMMUNICATION.pdf
CORPORATE COMMUNICATION.pdfAKarthikeyan8
14 views71 Folien

Último(20)

Presentation on proposed acquisition of leading European asset manager Aermon... von KeppelCorporation
Presentation on proposed acquisition of leading European asset manager Aermon...Presentation on proposed acquisition of leading European asset manager Aermon...
Presentation on proposed acquisition of leading European asset manager Aermon...
KeppelCorporation210 views
See the new MTN tariffs effected November 28, 2023 von Kweku Zurek
See the new MTN tariffs effected November 28, 2023See the new MTN tariffs effected November 28, 2023
See the new MTN tariffs effected November 28, 2023
Kweku Zurek29.5K views
Navigating EUDR Compliance within the Coffee Industry von Peter Horsten
Navigating EUDR Compliance within the Coffee IndustryNavigating EUDR Compliance within the Coffee Industry
Navigating EUDR Compliance within the Coffee Industry
Peter Horsten43 views
Why are KPIs(key performance indicators) important? von Epixel MLM Software
Why are KPIs(key performance indicators) important? Why are KPIs(key performance indicators) important?
Why are KPIs(key performance indicators) important?
davood_keshavarz_david_keshavarz_criminal_conviction_prison_sentence_judgemen... von morshedislam3
davood_keshavarz_david_keshavarz_criminal_conviction_prison_sentence_judgemen...davood_keshavarz_david_keshavarz_criminal_conviction_prison_sentence_judgemen...
davood_keshavarz_david_keshavarz_criminal_conviction_prison_sentence_judgemen...
morshedislam314 views
The Truth About Customer Journey Mapping von Aggregage
The Truth About Customer Journey MappingThe Truth About Customer Journey Mapping
The Truth About Customer Journey Mapping
Aggregage82 views
voice logger software aegis.pdf von Nirmal Sharma
voice logger software aegis.pdfvoice logger software aegis.pdf
voice logger software aegis.pdf
Nirmal Sharma39 views
Integrating Talent Management Practices von Seta Wicaksana
Integrating Talent Management PracticesIntegrating Talent Management Practices
Integrating Talent Management Practices
Seta Wicaksana29 views
Imports Next Level.pdf von Bloomerang
Imports Next Level.pdfImports Next Level.pdf
Imports Next Level.pdf
Bloomerang101 views
SUGAR cosmetics ppt von shafrinn5
SUGAR cosmetics pptSUGAR cosmetics ppt
SUGAR cosmetics ppt
shafrinn574 views
The Talent Management Navigator Performance Management von Seta Wicaksana
The Talent Management Navigator Performance ManagementThe Talent Management Navigator Performance Management
The Talent Management Navigator Performance Management
Seta Wicaksana26 views
bookmyshow-1.pptx von 125071035
bookmyshow-1.pptxbookmyshow-1.pptx
bookmyshow-1.pptx
12507103513 views
Bloomerang_Forecasting Your Fundraising Revenue 2024.pptx.pdf von Bloomerang
Bloomerang_Forecasting Your Fundraising Revenue 2024.pptx.pdfBloomerang_Forecasting Your Fundraising Revenue 2024.pptx.pdf
Bloomerang_Forecasting Your Fundraising Revenue 2024.pptx.pdf
Bloomerang134 views
Super Solar Mounting Solutions 20230509(1).pdf von carrie55bradshaw
Super Solar Mounting Solutions 20230509(1).pdfSuper Solar Mounting Solutions 20230509(1).pdf
Super Solar Mounting Solutions 20230509(1).pdf
carrie55bradshaw10 views

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.