Stable Running Result of the Refrigerator FB41 Digital Controller in PLC S7-300 The Research of PID Control in a Large Scale Helium Refrigerator Objectives.

Slides:



Advertisements
Similar presentations
CHE 185 – PROCESS CONTROL AND DYNAMICS
Advertisements

PID Controllers and PID tuning
Unit 7 Discrete Controllers
Thermostats, Pressure Switches, and Other Electric Control Devices
Chapter 4: Basic Properties of Feedback
Processor System Architecture
BEPCII Cryogenic Control Gang Li IHEP, Beijing,China.
Data Acquisition Risanuri Hidayat.
CLASSIFICATION OF COMPUTER
Introduction To Programmable Logic Controllers
© 2006 Pearson Education, Upper Saddle River, NJ All Rights Reserved.Brey: The Intel Microprocessors, 7e Chapter 13 Direct Memory Access (DMA)
PID Temperature Controller
Control Theory (2) Jeremy Wyatt School of Computer Science University of Birmingham.
Feedback Controllers Chapter 8.
Control System Instrumentation
PID Control & ACS550 and ACH550
Remote Automations Solutions RTU – The Glue Remote Control of Valves.
Chapter 8. The PID Controller Copyright © Thomas Marlin 2013
Linearizing ODEs of a PID Controller Anchored by: Rob Chockley and Scott Dombrowski.
Proportional/Integral/Derivative Control
Controller Design Using CHEMCAD
Results Conclusion Methods Application of plate-fin heat exchangers with different UAs for mitigating the effects of pulsed heat load Objectives Background.
CASIPP Design of Cryogenic Distribution System for CFETR CS model coil Division of Cryogenic Engineering and Technical Institute of Plasma Physics Chinese.
Results Conclusion C Results CFD study on heat transfer and pressure drop characteristics of an offset strip-fin heat exchanger in helium systems Objectives.
Perfect solution for large building
Book Adaptive control -astrom and witten mark
Cascade and Ratio Control
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
Control System Instrumentation
Automation & Control Any process consist of :- (1) Application (2) Control System The Process Application (Operative Part) Control System (Action Coordinator)
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Chapter 2 Basic Principle of PLC PLC Configuration &Function   Basic Configuration  CPU  Memory  Programming Interface  Communication.
Feedback Controllers Chapter 7.
Feedback Control system
Operated by the Southeastern Universities Research Association for the U.S. Department of Energy Thomas Jefferson National Accelerator Facility Page 1.
ERT 210/4 Process Control Hairul Nazirah bt Abdul Halim Office: CHAPTER 8 Feedback.
Chapter 8 Feedback Controllers 1. On-off Controllers Simple Cheap Used In residential heating and domestic refrigerators Limited use in process control.
Chapter 11 Refrigeration Cycles Study Guide in PowerPoint to accompany Thermodynamics: An Engineering Approach, 8th edition by Yunus A. Çengel.
Features of PID Controllers
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
CISSP Common Body of Knowledge Review by Alfred Ouyang is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Control Loops Tune a Fish. Control Loops Tuning of a control loop involves selecting loop parameters to ensure stable control under all operating conditions.
ChE 433 DPCL Model Based Control Smith Predictors.
Advanced control strategies. CONTROL SYSTEMS The process parameters which are measured using probes described in the previous sections may be controlled.
Equipment Familiarization Hanse Environmental Inc. VTC Series.
Cascade Control Systems (串级控制系统)
1 PID Feedback Controllers PID 反馈控制器 Dai Lian-kui Shen Guo-jiang Institute of Industrial Control, Zhejiang University.
Introduction to S S Family Memory Management.
CMS CO 2 Cooling Test Stand Capacity and Load Disruption Tests Simon Kwan Erik Voirin Simon Kwan, Erik Voirin1CMS CO2 Cooling Test Stand Test Results.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
EEN-E1040 Measurement and Control of Energy Systems Control I: Control, processes, PID controllers and PID tuning Nov 3rd 2016 If not marked otherwise,
Gas bearing engineering design Optimization design method
Control System Instrumentation
Feedback Controllers Chapter 8
Z. W. Zhou, Q. Y. Zhang*, X. F. Lu, L. B. Hu and P. Zhu
Automatic control systems I. Nonlinearities in Control System
PLC Terminology and Application
Teknik kendali.
PID Temperature Controller
The inner flow analysis of the model
Chapter 10 © 2011, The McGraw-Hill Companies, Inc.
CHAPTER VI BLOCK DIAGRAMS AND LINEARIZATION
PID Temperature Controller
Control System Instrumentation
Chiller Plant Manager (CPM)
Process Control Engineering
Control System Instrumentation
Features of PID Controllers
A Tutorial Overview Proportional Integral Derivative.
Conceptual design of the Cryogenic System of Comprehensive Research Facility for Key Fusion Reactor Core Systems Liangbing Hu Sep.4.
Presentation transcript:

Stable Running Result of the Refrigerator FB41 Digital Controller in PLC S7-300 The Research of PID Control in a Large Scale Helium Refrigerator Objectives Review Wei PAN, Ji hao WU, Lai feng LI, Hui ming LIU, Qing LI * State Key Laboratory of Technologies in Space Cryogenic Propellants, TIPC/CAS, Beijing, , China Presented at CEC/ICMC, Jun. 28 – Jul , Tucson, Arizona; Session: Controls and Simulation; Presentation ID : C3PoA-06 A large scale helium refrigerator is developed by Technical Institute of Physics and Chemistry, Chinese Academy of Sciences. It is mainly composed by compressor unit, heat exchanger, control valve, turbine expander, cold load, control load and so on. There are many different kinds of signals in the system, such as temperature, pressure, valve opening, flow, rotate speed, power, switching value and so on, whose quantity can usually reach to hundreds. And refrigeration equipments also have characteristics of large time-delay, strong non-linear, coupling of many factors and variable parameters. The digital PID controllers of S7-300 PLC system are all integrated in its host-computer software called STEP 7. The controllers are provided to users in forms of encapsulated control blocks. Users can customize control parameters through block pins. All the control loops of the system have used the FB41 (CONT_C) control block. Their inputs and outputs are all continuous variables. Technical Institute of Physics & Chemistry/CAS At present, the Programmable Logic Controller (PLC), which is based on a microprocessor, is widely used in areas of industrial production. It uses a programmable memory to store and perform instructions, such as logical operation, sequential control, timing, counting, arithmetic operation and so on. And through digital and analog inputs and outputs, it can control various types of machinery and production processes. The large scale helium refrigerator uses Siemens’ S7-300 PLC to achieve automatic controls. FB41 executes an algorithm principle as:  Put the deviation of the dynamic process value (PV_IN: input process variables of floating point form; PV_PER: input process variables of peripherals direct) and the set point value (SP_IN) into P, I, D controllers respectively.  Then each controller uses its own control coefficient (GAIN: ratio coefficient; TI: integral coefficient; TD: differential coefficient) to calculate, getting three items of control value (LMN_P, LMN_I and LMN_D).  Each controller can also be activated or cancelled separately through their switching values (P_SEL, I_SEL and D_SEL).  When the PID mode switch value MAN_ON = 1, the control comes to manual mode, and the final output of PID control (LMN) is equal to the manual value (MAN), which is limited by the upper (LMN_HLM) and lower limit (LMN_LLM).  When MAN_ON = 0, the control comes to automatic mode, and the final output of PID control (LMN) is equal to the amount of the three control value (LMN_P+LMN_I+LMN_D), which is also limited by the upper (LMN_HLM) and lower limit (LMN_LLM). Position-type PID Control Algorithm The FB41 controller uses a position-type PID control algorithm. e (n) - deviation; M - integral initial value; K P - proportional coefficient, set by GAIN pin; T I - integral time constant, set by TI pin ; T D - differential time constant, set by TD pin; T - sampling time, set by CYCLE pin. Research of PID’s Calling Time and Sampling Time An Example when the calling time=0.1s and sampling time=1s when the calling time=0.1s and sampling time=0.1s We put FB41 into a cyclic interrupt block OB35 to execute. The cyclic interrupt time of OB35 (calling time of FB41) is controlled by the CPU operating system. Every this time, OB35 performs the cyclic interrupt program once, and at the same time calls FB41 to adjust the process variable using PID arithmetic. But the sampling time CYCLE of PID is used to control the input of FB41. Every this time, the input data of FB41 refresh once. It’s the time between FB41 calls. The sampling time should be consistent with the calling time, otherwise, it will cause FB41’s integral output and differential output different from their theoretical calculation values. Then the PID parameters we obtained from theoretical analysis or historical experience will lose its reference value. When we enter the PID parameters into the control system, the system will be in a serious imbalance, and any fine-tuning is unable to make the system stable Research on PID Parameters’ Setting The large scale helium refrigerator has successfully run for 72 hours, with the controlled temperature holding steady at 19.7K±0.3K, while the load heating at 10.7kW±0.3kW. PID Control Loop Wrong result with K P =5.3, T I =180. Adjusting effect of high pressure supply. The upper curve is high pressure, and the lower curve is the opening of compensation gas valve. High pressure should not overshoot, and the valve should be closed in a small opening. Ideal result with K P =10, T I =3000. Wrong result with K P =55, T I =180.Ideal result with K P =50, T I =100. Adjusting effect of low pressure. The upper curve is low pressure, and the lower curve is the opening of bypass valve. The valve should response quickly to keep low pressure a small fluctuation. Two Setting Examples Presentation ID : C3PoA-06 Temperature : 19.7K±0.3K Cooling Capacity: 10.7kW±0.3kW