Sie sind auf Seite 1von 7

2012 International Conference on Mechanical Engineering and Automation Advances in Biomedical Engineering, Vol.

10

A Fuzzy PID Controller for Exhaust Gas Recirculation System Zhao Wenrui1 ,Pan Haibing2
1

Department of Mechanical and Electronic Engineering ,Beijing Modern Vocational and Technical College
2

College of Engineering ,Huazhong Agricultural University

Keywords: Fuzzy PID ; Optimization; Gasoline Engine

Abstract. As environment problem is one of the world issues, the emission limits for vehicle are becoming stricter and stricter. To fulfill the requirements, many new technologies are adopted, such as the technology of combustion controlling, EGR, the three way catalytic converter for gasoline engine and the particulate trap for the diesel engines. This paper focus on develop a suitable controller for the EGR system of a 1.5L gasoline engine. At first, a GT-power model is built and verified, and then a PID controller and a fuzzy PID controller are established by Simulink and coupled with GT-power model. Comparisons between the two strategies are investigated. 1. Introduction There are two difficulties in the technology of EGR for gasoline engine: first, the HC and CO emission increases contrarily if the EGR rate controls unsteadily and improperly; second, the EGR affects the stability of the engine when it is in its low power output, and also decreases the torque when the engine in its high power output. The work conditions for gasoline engine changes frequently. In order to satisfy the demand of emission and power, an excellent and steady EGR rate control system is demanded. Xie Hui studied a control system that coupled the EGR and the internal residual exhaust gas for a gasoline HCCI engine. Peter Shih developed a novel reinforcement learning-based dual- control methodology adaptive NN (neural network) controller to control the EGR operation of a SI (spark ignition) engine. The controller is stable under higher EGR conditions [8]. In this paper, a fuzzy PID EGR control strategy for a gasoline EGR system is developed. First, a GT-power model was built and verified for the gasoline engine. Then a PID and a fuzzy PID control model are constructed based on the GT-power model. The step signal, the real time signal and interference signal are used to test the response and anti-interference performance of the two models. 2. The Engine Model The engine is a four-cylinder, 1.5L gasoline engine. In order to simplify the research, people tend to use the mathematics functions [9-11] or some approximate models to represent the engine performance. For example, to construct an automatic NO control system, Yoshio Yoshioka built a neural net to learn the relation among the engine output power, EGR and NO concentration which represents the engine system [12]. Studies reveal that such an approximate model has a simpler structure, but a mass of experiment data is needed to train and adjust it. Otherwise it could not avoid errors. A GT -power model is used here to represent the engine system The GT-power mode was built based on the engine parameters, as shown in Fig. 1. The performance of the GT -power model is verified by the experiment data. It is shown in Fig. 2, the errors between the simulation and the experiment results are less than 5%.
978-1-61275-028-6/10/$25.00 2012 IERI
32

ICMEA 2012

3. The EGR Control Model 3.1 EGR Principle The primary mechanisms of EGR system is to introduce part of the exhaust gas into the intake manifold and mix it with the fresh air from the atmosphere. Thus the concentration of O2 is decreased, which results in less combustion. And the exhaust gas has higher value of cp, which means it has more heat capacity. The higher value of cp would cool down the combustion temperature which leads to the reduction of NO2 emission. The most important parameter for EGR system is the EGR ratio. The EGR ratio can be described as (1).

Figure 1. the GT -power model of the gasoline engine

(a) Figure 2.

(b)

The comparison of the experiment and the simulation results of the engine torque (a) and the engine power (b)

xEGR =

m 100% me + mi

(1)

Where XEGR is the ratio of EGR, me is the mass flow rate of recycling exhaust gas and mi is the mass flow rate of fresh air.
3.2 PID Control Model

The gasoline engine, as is mentioned above, has stricter requirement for its EGR control system than the diesel engine. Therefore, the main purpose of this work is to develop a steady and excellent EGR control system based on the PID controller. PID controllers are widely used in the automotive industry and have an intuitively attractive performance. The PID control equation of PID algorithm is as (2). d (2) uk (t ) = kd i + kp + kii dt ek (t ) dt
Where the kp is the proportional factor, kd is the derivative factor, ki is the integral factor, ek is the error and the uk is the output of the PID controller.
33

The PID control system built by Simulink is shown in Fig. 3. The block which is in colour is the GT-power model. The model has two inputs which are the EGR throttle diameter and the accelerator position, and two outputs which are the fresh air mass flow rate and the EGR mass flow rate. The main problem here is to choose a suitable PID control method for the gasoline engine. There are many PID control algorithm for diesel EGR system, but they can not use directly in gasoline engine. Here the tuning parameters kp, ki, kd are first obtained by a method similar to Wahlstrom [13]. Then they are optimized by the Simulink Response Optimization subroutine. The final parameters used here are: kp=15, kd=O, ki=300.

Figure 3. PID model for the EGR system

3.3 Fuzzy PID Control Model

The simulation step of control system is the same as the GT -power software, so there exists hysteresis in the whole EGR control system. The hysteresis may lead to oscillation when the error or the differential of error changes suddenly. There are two purposes for the fuzzy PID controller. First, to predict the result in the GT-power simulation step; second, to prevent oscillation of the system when the error varies quickly. The fuzzy PID controller here is developed based on the PID controller. Generally, the control error and its differential with time are used as the inputs. Therefore, the fuzzy PID could identifY the condition of the system and adjust the PID parameters on time. Here the fuzzy PID control block has two inputs and two outputs. The two inputs are the error e and the differential of error de/dt, and the two outputs are named as kpp and kii, which are the adjust multipliers of the kp and ki. Each fuzzy variable is assumed to take 5 linguistic values: {NB, NS, ZE, PS, PB} where NB stands for negative big, NS negative small, ZE zero, PS positive small ,and PB positive big. The ranges of the variables are as (3). 15 e 15 50 de 50 (3) dt 0.6 kpp 0.6 0.6 kii 0.6
The triangular shape function is adopted here as the membership function of the four fuzzy variables, same as in paper [14]. The fuzzy PID controller adjusts the PID parameters according to the fuzzy rules, here the fuzzy rules are shown in table 1.

34

Table 1 The Fuzzy Rules kpp,kii NB NS de/dt ZE PS PB e NB NB,NB NS,NB PS,NB NS,NB NB.NB NS NS,NB NS,NB ZE,NS ZE,NS NS,NS ZE ZE,NB ZE,NB ZE,ZE ZE,PS ZE,PB PS PS,NS ZE,NS NS,ZE NS,NS PS,NS PB PB,NB PS,NB NB,PS NS,NB PB,NB

The EGR fuzzy PID control system constructed by Simulink is shown in Fig. 4. It can be seen that the fuzzy logic controller block adjusts the PID parameters by (4). KP = kp(1 + kpp) (4) KI = ki (1 + kii ) Where KP is the proportional factor of the fuzzy PID control, and KI is the integral factor.

Figure 4. fuzzy PID model for the EGR system

4. The Comparison of the Two Control Strategies 4.1 Response Characteristics Analysis of the Step Signal

Traditionally step signal is used to test the response time, maximum overshoot and convergence time of the system. Here a simple step signal is set up when the speed of the engine is 2000 rpm. The EGR system is closed at first, and then the EGR ratio is set to 15%. The response of the PID controller is shown in Fig. 5.

Figure 5. The response characteristics of the PID controller to a step signal


35

As we can see, both of the two systems take only 0.05s to reach the target EGR value and converge within 0.5s. But the difference of the two systems is also obvious. The maximum overshoot of the PID system is 22.51 % while that of the fuzzy PID is only 4.67%. The fuzzy PID controller decreases the maximum overshoot of the system while not prolonging the convergence time.
4.2 Tracking Characteristics of Real Time Signals

The working conditions of gasoline engine vary from time to time, which requires the EGR controller to follow the change quickly without any oscillation. Fig. 6 shows how the two controllers respond to the real time signals. The two control strategies can follow the tracks of the variational objective when the differential of target signal is not O. But when the differential of the target signal is 0, the PID control system could not avoid a short oscillation, while the fuzzy PID control system can follow the target all the same.
4.3 Performance of Anti-interference

Anti-interference characteristic is one of the basic characteristics to a real time control system. In the gasoline engine, the interferences may come from the changing of the accelerator position, the pressure wave and the instability of the sensors. A good controller can adjust the EGR throttle rapidly to ensure that the EGR ration would not change too much. Fig. 7 (b) shows the performance of the two control systems with a interference signal (a) adding to the two systems.

Figure 6. Tracking characteristics of real time signals

(a)

(b)

Figure 7. The anti-interference performance of the two controllers (b) under the interference of the accelerator throttle angle (a)

The connection of the interferences signal using in Fig.7 (a) and the EGR control system can be seen in Fig. 4. It should be noted that the two control systems can return to original position quickly, but obviously the amplitude of fuzzy PID control system is smaller than that of PID control system.
36

5. Conclusions

The results show that: a) Since the fuzzy PID controller is developed based on the parameters of the PID controller, both of them can work properly to control the EGR system. But the fuzzy PID controller has better performance. b) The fuzzy PID control system has smaller overshoot than that of PID when responding to the step signal. c) The fuzzy PID control system can follow the tracks of the real time target without any oscillations. d) The performance of the anti-interference of the fuzzy PID control system is superior to that of PID.
References

[1] Rolf Egnell, "The Influence of EGR on Heat Release Rate and NO Formation in a DI Diesel Engine", SAE Paper, 2000, 2000-01-1807. [2] Nicos Ladommatos, Razmik Balian and Roy Horrocks, "The Effect of Exhaust Gas Recirculation on Combustion and NOx Emissions in a High Speed Direct Injection Diesel Engine", SAE Paper, 1996, 960840. [3] Wu Jun-hua, Huang Zhen and Qiao Xin-qi, "Experimental Study of EGR on Performance and Emissions of a Turbocharged DME Engine", Transactions of CSICE, 2008, 26 (2): 147-152. [4] Alasdair Cairns and Hugh B1axill, "The Effects of Combined Internal and External Exhaust Gas Recirculation on Gasoline Controlled Auto2Ignition ", SAE Paper, 2005, 200520120133. [5] Shizuo Sasakia, Daisaku Sawadaa and Takanori Uedaa, "Effects of EGR on direct injection gasoline engine", JSAE Review, July 1998, 19(3): 223-228. [6] A. G. Stefanopoulou, 1. Kolmanovsky and J. S. Freudenberg, "Control of Variable Geometry Turbocharged Diesel Engines for Reduced Emissions", Proceeding of the Amerimcan control conference, June 1998,1383-1388. [7] Xie H ui, Chen Tao and Zhang Yan, "Coupling Control on the Gasoline HCCI Combustion with External and Internal Residual Exhaust Gas", Transactions of CSICE, 2008,26(4): 325329. [8] Peter Shih, Brian C. Kaul and S. Jagannathan. "Reinforcement-Learning-Based Dual-Control Methodology for Complex Nonlinear Discrete-Time Systems With Application to Spark Engine EGR Operation", IEEE TRANSACTIONS ON NEURAL NETWORKS, AUGUST 2008, 19(8): 1369-1388. [9] I. Kolrnanovsky, P. Moraal and M. Nieuwstadt, "Issues in Modeling and Control of Intake Flow in Variable Geometry Turbocharged Engines" , Proceedings of 18th IFIP Conference on System Modeling and Optimization, Detroit, July, 1997. [10] V. Utkin, H. C. Chang and I. Kolrnan ovski, "Sliding Mode Control for the Variable Geometry Turbocharged Diesel Engines", Proceedings of the 2000 American Control Conference, Chicago, June 2000, pp. 584 588. [11] Sorin 8engea, Ray DeCarlo and Martin Corless, "A Polytopic System Approach for the Hybrid Control of a Diesel Engine Using VGT/EGR", Journal of Dynamic Systems Measurement and Contro MARCH 2005, Vol. 127: 13-21.

37

[12] Yoshio Yoshioka, Yasuharu Tabata and Hayato Hatakenaka, "Automatic Control Method of NO Removal by a Combination of Ozone Injection and Exhaust Gas Recirculation". IEEE TRANSACTIONS ON INDUSTRY APPLICATIONS, MAY/JUNE 2010, 46(3): 1166-1174. [13] J. Wahlstrom, L. Eriksson and L. Nielsen, "PID controllers and their tuning for EGR and VGT control in diesel engines", IFAC World Congress, Prague, Czech Republic, 2005. [14] Hu Han-hui and Tan Qing. "Decoupling fuzzy PID control for magnetic suspended table", Journal of Central South University (Science and Technology), Aug 2009, 40(4) 963-968.

38

Das könnte Ihnen auch gefallen