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.

Slides:



Advertisements
Similar presentations
PID Control Loops Guy Zebrick.
Advertisements

Model-based PID tuning methods Two degree of freedom controllers
PID Controllers and PID tuning
INDUSTRIAL AUTOMATION (Getting Started week -1). Contents PID Controller. Implementation of PID Controller. Response under actuator Saturation. PID with.
Click to edit Master title style. Click to edit Master subtitle style.
Control Architectures: Feed Forward, Feedback, Ratio, and Cascade
CHE 185 – PROCESS CONTROL AND DYNAMICS
PID CONTROLLER. Click to edit the outline text format  Second Outline Level Third Outline Level  Fourth Outline Level Fifth Outline Level Sixth Outline.
LECTURE#10 PID CONTROLLER
Introduction to Control: How Its Done In Robotics R. Lindeke, Ph. D. ME 4135.
PID Temperature Controller
Process Control Instrumentation II
Feedback Controllers Chapter 8.
PID Control & ACS550 and ACH550
Remote Automations Solutions RTU – The Glue Remote Control of Valves.
“AX Control Objects” November 2006
Proportional/Integral/Derivative Control
Lecture 5: PID Control.
2008 Indication Product Workshop Temperature / PID Controls.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Feedback Control.
Feedback Controllers Chapter 7.
Proportional Integral Differential (PID) Control
Feedback Control system
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.
Control systems KON-C2004 Mechatronics Basics Tapio Lantela, Nov 5th, 2015.
Lecture 17: Introduction to Control (part III)
ENTC 395 Lecture 7a. Today 4 PID control –Overview –Definitions –Open loop response 4 Example –SIMULINK implementation.
Topic 4 Controller Actions And Tuning. Chemical Processes Self-regulating Process Dynamics SS Gain, Kp Deadtime, θ Lag, τ Integrating Process Dynamics.
Chapter - Continuous Control
1 Teaching Innovation - Entrepreneurial - Global The Centre for Technology enabled Teaching & Learning, M G I, India DTEL DTEL (Department for Technology.
Biosimilar (Insulin) – Competitive Landscape and Market & Pipeline Analysis, 2016 DelveInsight’s, “Biosimilar (Insulin) – Competitive Landscape and Market. Request for sample of this research report:
Title of Presentation May Go Here Department Name Presentation for March 4, 2014 University Marketing.
Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level Superintendent Search January 21, 2016.
Advanced control strategies. CONTROL SYSTEMS The process parameters which are measured using probes described in the previous sections may be controlled.
CLICK TO EDIT TITLE Click to edit subtitle Click to edit –Second level Third level –Fourth level »Fifth level A World-Class Education, A World-Class.
ABE425 Engineering Measurement Systems ABE425 Engineering Measurement Systems PID Control Dr. Tony E. Grift Dept. of Agricultural & Biological Engineering.
Headline sample style Intro sample style Click to edit Master text styles –Second level Third level –Fourth level o Fifth level.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Click to Add Title Click to Add Subtitle.
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.
Click to Add Title Click to Add Subtitle.
6: Processor-based Control Systems
Basic Design of PID Controller
Electronic Control Systems Week 7 – PID Control
Click to edit Master text styles
Motivation and Background
P.P.TEMPLATE KOREA
Click to Add Title Click to Add Subtitle.
Click to Add Title Click to Add Subtitle.
Motivation and Background
Author names here Author association names here
Click to edit Master text styles
Insert Session Title of Up to Three Lines of Text and Information
TITLE SLIDE GOES HERE Optional subhead.
Click to edit Master text styles
Slide Title Edit Master text styles Second level Third level
ОПШТЕСТВО ТЕМА: МЕСТОТО ВО КОЕ ЖИВЕАМ Скопје
Author names here Author associations here
Author names here Author associations here
Click to edit Master text styles
Lorem ipsum dolores Lorem ipsum dolores.
Presentation Title Presenter’s Name.
Author names here Author associations here
Control Systems Prof Swanson MECH 3550.
Click to edit Master text styles
Title Layout SUBTITLE. Title and Content Layout with List Click to edit Master text styles Second level Third level Fourth level Fifth level.
A Tutorial Overview Proportional Integral Derivative.
Control Systems Prof Swanson MECH 3550.
Presentation transcript:

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 ntegral 1/13

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 2 PID – What's our goal? The PID function uses system feedback to continuously control a dynamic process.PIDsystem feedback The purpose of PID control is to keep a process running as close as possible to a desired Set Point.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 3 ON – OFF control Switches the power ON and OFF (0% - 100%) Pros: Easy to understand, easy to perform. Cons: Not precise. In some systems "waves" of over and undershoots can reach 10-20% of PV. In some fast systems is impossible of all.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 4 What's PID? Mathematical process, which is calculating in each moment the energy need by the system to achieve the goal in the best way.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 5 PID means: Proportional + Integral + Derivative control CV = CV (P) + CV(I) + CV(D) What's PID?

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 6 Proportional control is leading. The control can be:  P control only  PI control  PD control  Full PID control What's PID?

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 7 Proportional control A band around SP is defined – in percents of PV range. Out of proportional band CV is always 100% and no calculations are done. Proportional error is 100% on the border of PB. Proportional error is 0% at SP. P-control outputs CV(P) value that is in: Direct linear proportion to the size of the Error value.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 8 Simple – easy to understand, easy to program even in ladder Cons: Never reach Set point! Proportional control

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 9 Integral control The integral time you set is the amount of time, as calculated by the controller, required to bring the process to Set Point. According to the delay, Integral action adds value to this, calculated by Proportional action. Integral value is accumulated with the time.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 10 Integral action CV = CV(P) + CV(I) On set point – CV(P) = 0  CV = CV(I)

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 11 Derivative action Derivative action responds to the rate and direction of change in the Error. This means that a fast change in error causes a strong response from the controller.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 12 PID control in Vision Functional block. Many PID loops can be controlled simultaneously. Fully independent loops. Large scale of inputs and outputs. Integrated in full system logic.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 13 PID control in Vision Advanced control functions:  Ramp and soak.  Full step programmer.  Bumpless control.  Cascade control.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 14 Configurating FB PID: With one scan condition (mostly Power up SB2) On subroutine, which is always scanned (recommended Main routine!) PID control in Vision

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 15 PID parameters Let's open configuration block:

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 16 Why Autotune? Each system has its own set of P, I, D and St values. Finding "manually" these parameters needs experience and time. Autotune learns the system and calculates the optimal parameters for it.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 17 Autotune – how it works? Autotune runs ON-Off cycles According to the "wave" of overshoot, the base PID parameters are calculated. Number of cycles 1 ~ 3 is set in Autotune module. More cycles – more precise result, but longer process.

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 18 Autotune – how it works?

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 19 FB PID – Advanced functions  Pause Integral and Derivative action  Read & Force integral Error  Read Control components

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 20 PID Server PID server is ideal tool for understanding, learning and debug PID process! You can use it:  To view process.  To Log it.  To Autotune it – up op to 8 cycles. It's part of VisiLogic or independent tool. FREE Of Charge

Click to edit Master title style Click to edit Master text styles Second level Third level Fourth level Fifth level 21 UNITRONICS Thank You 21/13