Control Systems Prof Swanson MECH 3550.

Slides:



Advertisements
Similar presentations
PID Implementation Issues
Advertisements

Closed-Loop Transfer Functions
Feedback loop (CV changes input) SP Controller Gc Plant Gp Sensor Gs E MV (Manipulated Variable CV Controlled Variable +-+- S.
PID Controllers and PID tuning
EE357 Control System I - Lec B2 (2010W) - Introduction.
Chapter 4: Basic Properties of Feedback
Add and Use a Sensor & Autonomous For FIRST Robotics
Mechatronics and microprocessor. Outline Introduction System and design of system Control, measurement and feed back system Open and closed loop system.
LECTURE#08 PROCESS CONTROL STRATEGIES
CHE 185 – PROCESS CONTROL AND DYNAMICS
Feedback Controllers Chapter 8
Chapter Summer 2. Comparator 3. Block Blocks in Series
ECE 4951 Lecture 5: PID Control of Processes. PID Control A closed loop (feedback) control system, generally with Single Input-Single Output (SISO) A.
Dynamic Behavior and Stability of Closed-Loop Control Systems
Controller Tuning: A Motivational Example
SIMULINK Dr. Samir Al-Amer. SIMULINK SIMULINK is a power simulation program that comes with MATLAB Used to simulate wide range of dynamical systems To.
Feedback Controllers Chapter 8.
Chapter 8. The PID Controller Copyright © Thomas Marlin 2013
Chapter 7 PID Control.
ME 270 Final Project Presentation Operational Amplifiers.
Introduction to Industrial Control Systems
INTRODUCTION TO CONTROL SYSTEMS
Industrial Electronic Department Copyright of German Malaysian Institute. All rights reserved.
5: Processor-based Control Systems CET360 Microprocessor Engineering J. Sumey.
DYNAMIC BEHAVIOR AND STABILITY OF CLOSED-LOOP CONTROL SYSTEMS
Fuzzy Logic Control of Blood Pressure During Anesthesia
Automation & Control Any process consist of :- (1) Application (2) Control System The Process Application (Operative Part) Control System (Action Coordinator)
ME 335 Boğaziçi University A Study on Motor Speed Control.
6/3/2016SME3252: Mechatronics Lecture 1 1 Introduction to Mechatronics Lecture 1.
Control Systems and Adaptive Process. Design, and control methods and strategies 1.
1 Lecture on Lab 6 Lab 7 Lab 8. 2 Lab 6: Open Loop Controller As you learned in lab 5, there are two kinds of control systems: open loop and closed loop.
Proportional Integral Differential (PID) Control
Introduction to Matlab Module #9 Page 1 Introduction to Matlab Module #9 – Simulink Topics 1.Simulink Textbook Reading Assignments Practice Problems.
Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 1 UNITRONICS D erivative P I roportional.
PID and Fuzzy Logic Control Systems John Limroth, Software Engineer Yiannis Pavlou, Applications Engineer Tues, 10:15a and 11:30a Wed.
PID CONTROLLERS By Harshal Inamdar.
Industrial Electronic Department Copyright of German Malaysian Institute. All rights reserved.
ERT 210/4 Process Control Hairul Nazirah bt Abdul Halim Office: CHAPTER 8 Feedback.
ENTC 395 Lecture 7a. Today 4 PID control –Overview –Definitions –Open loop response 4 Example –SIMULINK implementation.
Features of PID Controllers
Chapter - Continuous Control
Chapter 4 A First Analysis of Feedback Feedback Control A Feedback Control seeks to bring the measured quantity to its desired value or set-point (also.
Fuzzy Logic Fuzzy Control Solution: Homework 7.
Advanced control strategies. CONTROL SYSTEMS The process parameters which are measured using probes described in the previous sections may be controlled.
Name of Student : PATEL ARPITKUMAR RAJNIKANT Enrollment No
MISS. RAHIMAH BINTI OTHMAN
AUTOMATIC CONTROLS(ME- 308 F ) By Mr. Hari Mohan Rai ECE DEPARTMENT.
Process Control. Feedback control y sp = set point (target value) y = measured value The process information (y) is fed back to the controller The objective.
6: Processor-based Control Systems CET360 Microprocessor Engineering J. Sumey.
Author: Nurul Azyyati Sabri
SAL COLLEGE OF ENGINEERING
WORKSHOP 1 CO-SIMULATION.
PROMONICON Software for Process Monitoring, Operation and Control
Single Tank System FV Desired liquid level: 5 cm (0.05 m)
Chapter 1: Overview of Control
Salman Bin Abdulaziz University
Process Control & Instrumentation MAPUA INSTITUTE OF TECHNOLOGY
Chapter 7 The Root Locus Method The root-locus method is a powerful tool for designing and analyzing feedback control systems The Root Locus Concept The.
PID Controllers Jordan smallwood.
Clock in Digital Systems
DC MOTOR SPEED CONTROL 1. Introduction
Linear Control Systems
6: Processor-based Control Systems
Basic Design of PID Controller
Features of PID Controllers
CBE 491 (CBE 433) Review II: Fall 2012.
INTRODUCTION TO CONTROL SYSTEMS
INTEGRATOR (or RESET) WINDUP
Building Services Controls
Control Systems Prof Swanson MECH 3550.
Presentation transcript:

Control Systems Prof Swanson MECH 3550

Control System Definition A control system manages, commands, directs, or regulates the behavior of other devices or systems using control loops. It can range from a single home heating controller using a thermostat controlling a domestic boiler to large Industrial control systems which are used for controlling processes or machines. For continuously modulated control, a feedback controller is used to automatically control a process or operation. The control system compares the value or status of the process variable (PV) being controlled with the desired value or setpoint (SP), and applies the difference as a control signal to bring the process variable output of the plant to the same value as the setpoint. For sequential and combinational logic, software logic, such as in a programmable logic controller, is used.

Basic Feedback Terminology Transfer Function: A function which changes the output given a specified input PID Controller (Proportional-Integral-Derivative Controller): Calculates an error value e(t) as the difference between a desired value and the actual value. Control Damping: A way of achieving the desired values through feedback control Assignment is to create a basic control system and plot the results

Basic Feedback Loop Input A Control System A+B Feedback Output B

Creating Plant Models

Creating Plant Models on Simulink

Assessing the Feedback Loop SISO = Single Input Single Output

Feedback Control System

Creating a Control System Using Simulink Decide what kind of system you want to create. Inspect the block menu. (Help Menu>Simulink>Blocks) Find the Blocks you want to use based on what kind of system you want to create. Drag the blocks into the workspace.