بسم الله الرحمن الرحيم Advanced Control Lecture four Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: A. Visioli,

Slides:



Advertisements
Similar presentations
بسم الله الرحمن الرحيم Advanced Control Lecture four
Advertisements

Computing Machinery Chapter 7: Register Transfers.
Instructor: Eng. Jalal Al Roumy
Analog-to-Digital Converter (ADC) And
POWER ELECTRONICS Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical Engineering Department بسم الله.
POWER ELECTRONICS Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical Engineering Department بسم الله.
The Proportional-Integral-Derivative Controller
Analogue to Digital Conversion
President UniversityErwin SitompulSMI 7/1 Dr.-Ing. Erwin Sitompul President University Lecture 7 System Modeling and Identification
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Lecture 101 Introduction to Energy Storage Elements: The Capacitor.
Chapter 3: Data and Signals
Process Measurement and Control, Faculty of Chemical Engineering and Technology, University of Zagreb TITLE Name and surname.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
بسم الله الرحمن الرحيم Advanced Control Lecture two 1- A modeling procedure (Marlin, Chapter 3) 2- Empirical modeling (Smith & Corripio, Chapter 7) 3-
بسم الله الرحمن الرحيم Advanced Control Lecture two Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: Smith &
12/6/04BAE Advanced Embedded Systems Design Lecture 14 Implementation of a PID controller BAE Fall 2004 Instructor: Marvin Stone Biosystems.
بسم الله الرحمن الرحيم Advanced Control Lecture three
Distributed Control Systems Emad Ali Chemical Engineering Department King SAUD University.
بسم الله الرحمن الرحيم PID Controllers
POWER ELECTRONICS Instructor: Eng. Jalal Al Roumy The Islamic University of Gaza Faculty of Engineering Electrical Engineering Department بسم الله الرحمن.
Computer Control: An Overview Wittenmark, Åström, Årzén Computer controlled Systems The sampling process Approximation of continuous time controllers Aliasing.
© The McGraw-Hill Companies, Inc McGraw-Hill 1 PRINCIPLES AND APPLICATIONS OF ELECTRICAL ENGINEERING THIRD EDITION G I O R G I O R I Z Z O N I 15.
بسم الله الرحمن الرحيم Islamic University of Gaza Electrical Engineering Department.
Data Acquisition Systems
ENGR 104: Data Acquisition Lecturers: Dr. Binh Tran Dr. Otto Wilson Jr. © The Catholic University of America Dept of Biomedical Engineering.
1 Prof. Nizamettin AYDIN Advanced Digital Signal Processing.
Binary Boot Camp = ________ decimal ??? = = 45.
Lecture No. 1 Computer Logic Design. About the Course Title: –Computer Logic Design Pre-requisites: –None Required for future courses: –Computer Organization.
Tarbiat Modares University, Faculty of Electrical & Computer Engineering, Hassan Ghassemian بسم الله الرحمن الرحيم Tarbiat Modares University Faculty of.
بسم الله الرحمن الرحيم Advanced Control Lecture one Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: Smith &
بسم الله الرحمن الرحيم Advanced Control Lecture three Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: C. C.
EEB5213 / EAB4233 Plant Process Control Systems Digital Implementation of PID Controller.
بسم الله الرحمن الرحيم. Project Items Abstract. Abstract. Introduction. Introduction. Programmable ECUs. Programmable ECUs. Step of ECU function. Step.
DATA HANDLING Some situations arise where a group of bits have to be handled. (ex) a sensor supplies an analogue signal which is converted to, say, an.
Digital Control CSE 421.
Control units In the last lecture, we introduced the basic structure of a control unit, and translated our assembly instructions into a binary representation.
POWER ELECTRONICS Instructor: Eng. Jalal Al Roumy The Islamic University of Gaza Faculty of Engineering Electrical Engineering Department بسم الله الرحمن.
POWER ELECTRONICS Instructor: Eng. Jalal Al Roumy The Islamic University of Gaza Faculty of Engineering Electrical Engineering Department بسم الله الرحمن.
Lecture 9: PID Controller.
Analogue to Digital Conversion © D Hoult analogue signal © D Hoult 2011.
0808/0809 ADC. Block Diagram ADC ADC0808/ADC Bit μP Compatible A/D Converters with 8-Channel Multiplexer The 8-bit A/D converter uses successive.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
بسم الله الرحمن الرحيم Digital Signal Processing Lecture 2 Analog to Digital Conversion University of Khartoum Department of Electrical and Electronic.
Digital Signal Processing Lecture 9 Review of LTI systems
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Instructor: Eng.Moayed N. EL Mobaied
Chapter 4 Dynamical Behavior of Processes Homework 6 Construct an s-Function model of the interacting tank-in-series system and compare its simulation.
Figure 4.1 Computerized data-acquisition system.
Digital Control CSE 421.
Umm Al-Qura University
Chapter 4 Dynamical Behavior of Processes Homework 6 Construct an s-Function model of the interacting tank-in-series system and compare its simulation.
Umm Al-Qura University
Umm Al-Qura University
بسم الله الرحمن الرحيم membrane characterization methods Mohammed Fuseini Chemical and Petrochemical Engineering Department Egypt-Japan University of Science.
The Little Man Computer
Analogue to Digital Conversion
Lecture 10 Digital to Analog (D-to-A) Conversion
Microprocessor and Assembly Language
LINEAR CONTROL SYSTEMS
Discrete forms of PID controllers
Instructor: Eng. Jalal Al Roumy
INTRODUCTION OF DIGITAL SYSTEM
بسم الله الرحمن الرحيم PID Controllers
بِسْمِ اللَّه الرّحمن الرَّحِيم
Branch instructions We’ll implement branch instructions for the eight different conditions shown here. Bits 11-9 of the opcode field will indicate the.
Control units In the last lecture, we introduced the basic structure of a control unit, and translated our assembly instructions into a binary representation.
Analogue and Digital Signals
Complete the family of four
Presentation transcript:

بسم الله الرحمن الرحيم Advanced Control Lecture four Mohammad Ali Fanaei Dept. of Chemical Engineering Ferdowsi University of Mashhad Reference: A. Visioli, Practical PID Control, Springer 2006

Computer Control 1.The computer requests a value from the A/D converter. The A/D converter samples the process signal, converts it to a number, and stores it in the computer memory or a register. 2.The computer performs the control calculations on the sampled process signal(s) and computes the output(s) to the process. 3.The computer output is sent to the D/A converter, which converts it to an electronic signal, updates the output, and holds it constant until the next update.

Computer Control A good rule of thumb is that the sample time should be about one- tenth of the effective process time constant

Discrete Form of PID Controllers  Position Form Sampling Time : T s, Number of Sampling : k, Time : t = kT s

Discrete Form of PID Controllers  Position Form  Velocity Form

Discrete Form of PID Controllers  Velocity Form Where:

Discrete Form of PID Controllers  Backward Shift Operator (q -1 ) : y(k-n)=q -n y(k) Tuning of Digital PID : Moore et al. (1969) Use the continuous tuning formula of PID controller with corrected dead time