chapter 11 control technology and automation. objectives open loop and closed loop feedback in...

12
Chapter 11 Control Technology and Automation

Upload: godwin-walker

Post on 04-Jan-2016

219 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Chapter 11

Control Technology and Automation

Page 2: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Objectives

• Open loop and closed loop feedback in control circuitry.

• Applications of control logic.

Page 3: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

What is a Control System

• A control system is a group of components working together to produce desired results.

• It does this by monitoring inputs and regulating outputs.

• A basic controls system consists of input from sensors, processing through a controller, and output using some form of actuating device (lamp, horn, or motor).

Page 4: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Understanding Line Diagrams

• Line diagrams (ladder diagrams) are pictorial representations of control circuits (fig. 11-4, page 258).

• Read all line diagrams from top to bottom left to right.

• The rails of the ladder represent power to the circuit.

• All inputs (switches and sensors) are shown to the left of the output to be controlled.

• There can be any number of inputs on a line, but only one output per line is allowed.

• Lines are typically numbered so that they can be referenced.

• In fig. 11-4, note that the heating element can be controlled manually with the use of a toggle switch (SW1) in line 1 or it can be controlled automatically by temperature switch (T1) in line 2. Switch T1 closed when temperature drops to 600F and will energize the heating element (H1). The high temperature switch T2 will open when the room temperature reaches 800F, turning off the heater.

Page 5: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Open & Closed Loop Control Circuitry

• In an open loop control system the system output has no control on the system input. Example: a light switch.

• In a closed loop control system the output of the system can use sensors (feedback) to make adjustments to control the process.

Page 6: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Levels of Control Technology

• The first and simplest type of control technology is manual control. Manual control requires human input in order to function. Pressing the start button on your microwave or open a faucet are examples.

• The second level is automatic control. A sensor that turns on lights when it becomes dark outside is an example of automatic control.

• The third level is programmable control. Programmable Logic Controllers (PLCs) are microprocessors designed exclusively for control purposes.

• The highest level of control technology is known as intelligent control. This form of control uses machines and programming techniques that are capable of solving complex problems without human intervention.

Page 7: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

A Brief History of Control Technology

• Manual control is the oldest and most widely used form of control technology.

• Programmable control is most closely associated with the development of the microcomputer.

• Prior to computer control, heavy manufacturing industries, such as the automotive industry, had to totally reconstruct assembly lines when ever their products changed. The computer offered the power to simply modify programs and have the machines along the assembly line react differently.

Page 8: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Inputs, Processes, and Outputs

• Inputs: Input devices allow the computer or PLC to receive signals from external sensors, such as touch, temperature, light, or rotation sensors.

• Processes: Processing functions include timing and counting. A traffic light is a good example of a cycle timer.

• Outputs: Typical outputs include relays, indicator lights, bells, heating elements, and small motors (fig 11-4, page 270).

Page 9: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Control Logic

• To understand control circuitry you must be familiar with logic of such circuitry.

• OR Logic: Inputs must be received from either push button 1 OR push button 2 before the remainder of the program will work (fig 11-16, page 271).

• AND Logic: Both push button1 AND push button 2 must be pressed before any output will occur (fig 11-17, page 272).

• NOT Logic: The output will cease to occur (NOT) if there is an input to limit switch 1, which would cause the switch to open (fig 11-18, page 272).

• NOR Logic: It is a combination of NOT and OR logic.• NAND Logic: It is a combination of NOT and AND logic.

Page 10: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Creating Memory in a Control Circuit

• Industrial control circuits create a memory with the use of a control relay or motor starter.

• The motor starter includes a special set of magnetic contacts (known as sealing contacts) that are part of the circuit.

• Pushing the stop button will interrupt power to the sealing contacts, opening all contacts (fig 11-21, page 274).

Page 11: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Summary• A basic controls system consists of input from sensors, processing through a

controller, and output using some form of actuating device (lamp, horn, or motor).• Line diagrams (ladder diagrams) are pictorial representations of control circuits• In an open loop control system the system output has no control on the system

input. Example: a light switch.• In a closed loop control system the output of the system can use sensors (feedback)

to make adjustments to control the process.• The first and simplest type of control technology is manual control. The second

level is automatic control. A sensor that turns on lights when it becomes dark outside is an example of automatic control. The third level is programmable control.

• To understand control circuitry you must be familiar with logic of such circuitry: OR Logic, AND Logic, NOT Logic, NOR Logic and NAND logic.

• Industrial control circuits create a memory with the use of a control relay or motor starter.

Page 12: Chapter 11 Control Technology and Automation. Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic

Home Work

• 1. Explain the working of line diagram figure 11-4 on page 258.

• 2. What are typical processing functions? Give an example.