2 control and field level devices
play

2 Control and Field Level Devices Industrial Automation, EPFL, - PowerPoint PPT Presentation

2 Control and Field Level Devices Industrial Automation, EPFL, Spring 2019 Content 2.1 PLCs (controllers) 2.2 Basics of control 2.3 Programming PLCs Industrial Automation | 2019 2 PLC = Programmable Logic Controller: Definition AP =


  1. 2 Control and Field Level Devices Industrial Automation, EPFL, Spring 2019

  2. Content 2.1 PLCs (controllers) 2.2 Basics of control 2.3 Programming PLCs Industrial Automation | 2019 � 2

  3. PLC = Programmable Logic Controller: Definition AP = Automates Programmables industriels SPS = Speicherprogrammierbare Steuerungen Definition: “small computers, dedicated to automation tasks in an industrial environment" Formerly: cabled relay control (hence 'logic'), analog (pneumatic, hydraulic) “governors” Today: real-time (embedded) computer with extensive input/output Measure, Control, Protect Function: + Event Logging, 
 communication, 
 human machine interface (HMI) Industrial Automation | 2019 � 3

  4. Simple PLC digital inputs network analog inputs / outputs digital outputs Industrial Automation | 2019 � 4

  5. IO System WAGO Manual: “Couplers, controllers and I/O modules found in the modular WAGO-I/O- SYSTEM receive digital and analog signals from sensors and transmit them to the actuators or higher-level control systems. Using programmable controllers, the signals can also be (pre-)processed. The communication between the coupler/controller and the bus modules is carried out via an internal bus. 0 °C ... 55 °C, 4094 data points” Industrial Automation | 2019 � 5

  6. PLC in a cabinet CPU1 CPU2 serial connections redundant field bus inputs/outputs connection Industrial Automation | 2019 � 6

  7. PLC: Characteristics • large number of peripherals: 20..100 I/O per CPU, high density of wiring. • digital and analog input/output with standard levels • operate under harsh conditions, require robust construction, protection against dirt, 
 water, mechanical threats, electro-magnetic noise, vibration, extreme temperature 
 range (-30C..85C), sometimes directly located in the field. • programming: either very primitive with hand-held terminals on the target machine itself, or with a laptop/workstation • network connection for programming and connection to SCADA • field bus connection for remote I/Os • primitive Human-Machine-Interface for maintenance, either through LCD-display or connection of a laptop over serial lines (RS232) or wireless. • economical - € 1000.- .. € 15'000.- for a full crate. • value is in the application software (licenses € 20'000 .. € 50'000) Industrial Automation | 2019 � 7

  8. PLC: Location in the control architecture 
 Enterprise Network gateway Supervision level 2 Operator Engineering Control Bus programmable 
 Control level controllers Fieldbus microPLCs direct I/O Field level Sensor-Actuator Bus transducers / actors Industrial Automation | 2019 � 8 Course Hierarchy

  9. Why 24V / 48 V supply ? … After the plant lost electric power, operators could read instruments only by plugging in temporary batteries… [IEEE Spectrum Nov 2011 about Fukushima] Photo TEPCO Industrial Automation | 2019 � 9

  10. Kinds of PLC (1) Compact Monolithic construction (2) Modular PLC Modular construction (backplane) Extensible (3) Soft-PLC Linux or Windows-based automation products Direct use of CPU or co-processors Industrial Automation | 2019 � 10

  11. Compact PLC courtesy ABB courtesy ABB courtesy ABB Monolithic (one-piece) construction Fixed casing Fixed number of I/O No additional processing capabilities Can be extended and networked by an extension (field) bus Sometimes LAN connection (Ethernet, Arcnet) Typical product: Mitsubishi MELSEC F, ABB AC31, SIMATIC S7 costs: € 2000 Industrial Automation | 2019 � 11

  12. Specific Controller (example: Turbine) tailored for a specific application, produced in large series Programming port Relays and fuses Thermocouple inputs binary I/Os, CAN field bus RS232 to HMI courtesy Turbec cost: € 1000.- Industrial Automation | 2019 � 12

  13. Protection devices measurement communication to operator substation Human interface transformers for status and settings I r I s I t Programming U r U s interface U T trip relay Highly specialized PLCs, measure current and voltages in electrical substation, along with other statuses (position of the switches,…) to detect dangerous situations (over-current, short circuit, overheat) and trigger the circuit breaker (“trip”) to protect the substation. In addition, they record disturbances and send reports to substation’s SCADA. Sampling: 4.8 kHz, reaction time: < 5 ms. costs: € 5000 Industrial Automation | 2019 � 13

  14. Modular PLC development • can be tailored to needs of application environment RS232 • housed in a 19" (42 cm) rack 
 (height 6U ( = 233 mm) or 3U (=100mm) • high processing power (several CPUs) LAN • large choice of I/O boards backplane parallel bus • concentration of a large number of I/O courtesy ABB • interface boards to field busses fieldbus • requires marshalling of signals Power Supply • primitive or no HMI CPU CPU Analog I/O Binary I/O • cost effective if the rack can be filled fieldbus • supply 115-230V , 24V or 48V (redundant) • cost ~ € 10’000 for a filled crate Typical products: SIMATIC S5-115, Hitachi H-Serie, ABB AC110 Industrial Automation | 2019 � 14

  15. Compact or modular ? field bus extension € modular PLC (variable number of I/Os compact PLC (fixed number of I/Os) Limit of local I/O # I/O modules Industrial Automation | 2019 � 15

  16. Industry- PC courtesy INOVA courtesy MPI HMI (LCD..) Competes with modular PLC Limited modularity through mezzanine boards no local I/O, (PC104, PC-Cards, IndustryPack) fieldbus connection instead, Backplane-mounted versions with PCI or Compact-PCI costs: € 2000.- Industrial Automation | 2019 � 16

  17. Soft-PLC (“normal “ PC as PLC) • PC as engineering workstation • PC as human interface (Visual Basic, Intellution, Wonderware) • PC as real-time processor 12 23 • PC assisted by a Co-Processor (ISA- or PC104 board) 2 2 4 • PC as field bus gateway to a distributed I/O system 3 3 I/O modules Industrial Automation | 2019 � 17

  18. Comparison Criteria – What Matters Siemens Brand Hitachi Number of Points 1024 640 16 KB Memory 10 KB • Ladder Diagrams Programming Language • Ladder Diagrams • Instruction List • Instruction List • Logic symbols • Logic symbols • Basic • Hand-terminal • Hand-terminal Programming Tools Graphical (on PC) Graphical (on PC) Download no yes Real estate per 250 I/O 2678 cm2 1000 cm2 Label surface 5.3 mm2 6 mm2 per line/point 7 characters 6 characters Network 10 Mbit/s 19.2 kbit/s Mounting DIN rail cabinet Industrial Automation | 2019 � 18

  19. Implementation • PLC operates periodically • Samples signals from sensors and converts them to digital form with A/D converter • Computes control signal and converts it to analog form for the actuators. 1. Wait for clock interrupt 2. Read input from sensor 3. Compute control signal 4. Send output to the actuator 5. Update controller variables 6. Communication 7. Repeat Waiwera Organic Winery, Distillation Plant Industrial Automation | 2019 � 19

  20. General PLC architecture RS 232 Ethernet flash serial port Real-Time 
 ethernet CPU ROM Clock EPROM controller controller extension bus parallel bus buffers analog- fieldbus external digital- Digital digital analog Digital Output controller I/Os Input converters converters signal 
 power 
 signal 
 relays conditioning amplifiers conditioning direct Inputs and Outputs field bus Industrial Automation | 2019 � 20

  21. The signal chain within a PLC y(i) y(i) y time time time filtering analog- 
 digital- 
 analog 
 analog 
 011011001111 & digital variable variable sampling analog 
 amplifier scaling converter converter (e.g. 4..20mA) e.g. -10V..10V processing 1 transistor 
 binary 
 binary 
 variable filtering sampling or 
 variable relay (e.g. 0..24V) 0001111 non-volatile counter memory y time Industrial Automation | 2019 � 21

  22. Assessment • What characterizes a PLC, which kinds exist and what is their application field? • List selection criteria for PLCs • Describe the chain of signal from the sensor to the actors in a PLC Industrial Automation | 2019 � 22

  23. 
 Industrial Automation, EPFL, Spring 2019 2.2 Basics of Control

  24. Content 2.1 PLCs (controllers) 2.2 Basics of control 2.3 Programming PLCs Industrial Automation | 2019 � 24

  25. Motivation for this chapter This is an intuitive introduction to control as a preparation for the PLC programming lab at Siemens, intended for students who did not enjoy control courses. For a correct engineering approach, dedicated courses are recommended 
 Content modeling of plants - two-point controller - PID controller - - nested controllers Industrial Automation | 2019 � 25

  26. Modeling 1) Analysis of control systems 2) Define a controller that meets physical and economical requirements The first step is to get to know the plant, i.e., express the plant’s behavior in a mathematical way, generally as a system of differential equations, • White box approach : analyzing physical principles 
 (requires that all elements are known) • Black box approach: identifying the plant’s parameters by analyzing its behavior (output) in response to an input change. ? + / - what is the effect of increasing thrust ? Industrial Automation | 2019 � 26

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend