JP2022024224A - Control device for internal combustion engine - Google Patents

Control device for internal combustion engine Download PDF

Info

Publication number
JP2022024224A
JP2022024224A JP2020116060A JP2020116060A JP2022024224A JP 2022024224 A JP2022024224 A JP 2022024224A JP 2020116060 A JP2020116060 A JP 2020116060A JP 2020116060 A JP2020116060 A JP 2020116060A JP 2022024224 A JP2022024224 A JP 2022024224A
Authority
JP
Japan
Prior art keywords
ignition timing
torque
internal combustion
combustion engine
coefficient
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2020116060A
Other languages
Japanese (ja)
Other versions
JP7005697B1 (en
Inventor
倫和 牧野
Michikazu Makino
武史 北尾
Takeshi Kitao
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2020116060A priority Critical patent/JP7005697B1/en
Application granted granted Critical
Publication of JP7005697B1 publication Critical patent/JP7005697B1/en
Publication of JP2022024224A publication Critical patent/JP2022024224A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide a control device for an internal combustion engine, which can calculate various control variables of the internal combustion engine while reducing the number of calculations as much as possible, which use a neural network representing a characteristic of torque or thermal efficiency for an operation state of the internal combustion engine including ignition timing.SOLUTION: A control device for an internal combustion engine: calculates N pieces of output information corresponding to a current operation state and each of N pieces of ignition timing by using a neural network in which a relationship between an operation state and ignition timing, and output information which is torque or a thermal efficiency of the internal combustion engine is learned in advance; calculates a coefficient of an approximate function approximating a relationship between the N pieces of ignition timing and the N pieces of output information; calculates output information corresponding to ignition timing set for control by using the coefficient; and calculates a control amount of the internal combustion engine based on the calculated output information.SELECTED DRAWING: Figure 5

Description

本願は、内燃機関の制御装置に関する。 The present application relates to a control device for an internal combustion engine.

近年、ドライバ及び各車両システム(ハイブリッド用モータ制御、トランスミッション制御、ブレーキ制御、トラクション制御等)から受信する内燃機関出力の要求値として、車両の制御に直接作用する物理量である内燃機関のトルクを用い、これを内燃機関出力の目標値として内燃機関の制御量である空気量、燃料量、及び点火時期等を決定し、また、実際の内燃機関の運転状態から実トルクを推定して各車両システムへ送信することで協調制御を実現して良好な走行性能を得ることができる内燃機関の制御装置及び制御方法が提案されている。 In recent years, the torque of the internal combustion engine, which is a physical quantity directly acting on the control of the vehicle, has been used as the required value of the internal combustion engine output received from the driver and each vehicle system (hybrid motor control, transmission control, brake control, traction control, etc.). With this as the target value of the output of the internal combustion engine, the amount of air, the amount of fuel, the ignition timing, etc., which are the control amounts of the internal combustion engine, are determined, and the actual torque is estimated from the actual operating state of the internal combustion engine for each vehicle system. A control device and a control method for an internal combustion engine have been proposed, which can realize cooperative control and obtain good running performance by transmitting to.

このような制御方法は一般にトルクベース制御と呼ばれているが、この方式の制御方法においては、内燃機関の運転状態に基づいて実トルクを精度良く算出できることが重要となる。 Such a control method is generally called torque-based control, but in this method of control method, it is important to be able to accurately calculate the actual torque based on the operating state of the internal combustion engine.

なお、基本的に共通の制御指標としてトルクを使用するが、近年では更に制御に自由度を持たせるため、点火時期に対するトルク特性、及びそれを計算するためのパラメータ群(最終的に求めたいトルク又はトルク計算の基となる熱効率を構成する特性因子)を同時に共通の制御指標とする場合がある。 In addition, torque is basically used as a common control index, but in recent years, in order to give more freedom to control, the torque characteristics for ignition timing and the parameter group for calculating it (the torque that you want to finally obtain). Alternatively, a characteristic factor that constitutes thermal efficiency, which is the basis of torque calculation, may be used as a common control index at the same time.

通常、内燃機関のトルクを推定するために、前述した点火時期に対するトルク特性を計算するためのパラメータごとに、運転状態に応じて分解を行い、別の特性因子である要素に分けたものを制御装置に予め記憶している。そして記憶したこれらの要素を使用し、運転状態に応じてパラメータを算出してトルクを推定することが多く、特許文献1にも示されている。 Normally, in order to estimate the torque of an internal combustion engine, each parameter for calculating the torque characteristic with respect to the ignition timing described above is decomposed according to the operating state, and the one divided into elements that are different characteristic factors is controlled. It is stored in the device in advance. Then, using these stored elements, parameters are often calculated according to the operating state to estimate the torque, which is also shown in Patent Document 1.

ところで、内燃機関の運転状態からトルクを推定する方法としては、上述のようなマップデータを用いた算出方法以外にも、例えば、特許文献2のような、ニューラルネットワーク技術を応用した方法も提案されている。ここでニューラルネットワークとは、脳機能に見られるいくつかの特性を計算機上のシミュレーションによって表現することを目指した数学モデルであり、順伝播型ニューラルネットワーク(FNN:Feedforward Neural Network)に予め入力値に対する出力値を教師データとして学習させておけば、学習した入力値と出力値の関係を模擬する汎用的な近似関数として用いることができる。なお、ニューラルネットワークの学習方法としては、一般的に誤差逆伝播法(バックプロパゲーション法)が知られている。 By the way, as a method of estimating torque from an operating state of an internal combustion engine, a method applying a neural network technique as in Patent Document 2, for example, has been proposed in addition to the calculation method using map data as described above. ing. Here, the neural network is a mathematical model that aims to express some characteristics found in brain functions by simulation on a computer, and is applied to a feedforward neural network (FNN) in advance with respect to an input value. If the output value is trained as teacher data, it can be used as a general-purpose approximation function that simulates the relationship between the learned input value and the output value. As a learning method of a neural network, an error back propagation method (backpropagation method) is generally known.

特許第3225068号Patent No. 322508 特開平11-351045号公報Japanese Unexamined Patent Publication No. 11-35145

近年の燃費向上に向け複雑化する内燃機関制御用の機構に対し、内燃機関制御システムも同様に複雑化しており、適合工数の増大が大きな問題となっている。複雑化する内燃機関制御用の機構の例としては、吸排気VVT(Variable Valve Timing)、可変バルブリフト、可変圧縮比、ターボチャージャ、スワールコントロールバルブ、タンブルコントロールバルブ等が知られている。特許文献1のようなマップデータを用いた制御方法の場合、内燃機関制御用の機構が複雑になると、それだけ多くのマップデータが必要になり、それに伴い、適合工数もまた増大するという課題がある。適合に必要な内燃機関の試験という観点では、近年、市販のMBC(Model Based Calibration)ツールが充実してきている。例えば、DOE(Design of Experiments、実験計画法)に基づいて内燃機関の試験計画を立て、内燃機関の試験設備と連動してデータ採取を行い、その結果から内燃機関の統計的モデルを作成し、このモデルに基づいて制御に用いるマップデータを作成することができるようになっている。 In contrast to the mechanism for internal combustion engine control, which has become more complicated in recent years to improve fuel efficiency, the internal combustion engine control system has also become more complicated, and an increase in the number of man-hours required for adaptation has become a major problem. As an example of a mechanism for controlling an internal combustion engine that becomes complicated, an intake / exhaust VVT (Variable Valve Timing), a variable valve lift, a variable compression ratio, a turbocharger, a swirl control valve, a tumble control valve, and the like are known. In the case of the control method using map data as in Patent Document 1, if the mechanism for controlling the internal combustion engine becomes complicated, more map data is required, and there is a problem that the matching man-hours also increase accordingly. .. From the viewpoint of testing the internal combustion engine required for conformity, commercially available MBC (Model Based Calibration) tools have been enhanced in recent years. For example, a test plan for an internal combustion engine is made based on DOE (Design of Experiments), data is collected in conjunction with the test equipment of the internal combustion engine, and a statistical model of the internal combustion engine is created from the results. Map data used for control can be created based on this model.

しかしながら、MBCツールによりマップデータが作成できるとはいえ、多くのマップデータを作成するにはそれ相応の工数が必要となるし、内燃機関の機種毎にそのデータを管理することにもまた多くの工数が必要となる。更に、MBCツールの統計的モデルから制御用のマップデータを作成した場合には、考慮できる内燃機関の運転状態のパラメータ数が減るために精度が低下すると考えられるので、このマップデータを用いた制御精度の確認及び微調整にも多くの工数が必要となる。このように、従来のマップ制御ではMBCツール等を導入しても依然として膨大な適合工数が必要となるという課題がある。 However, although map data can be created by the MBC tool, it takes a considerable amount of man-hours to create a lot of map data, and it is also a lot to manage the data for each internal combustion engine model. Man-hours are required. Furthermore, when map data for control is created from the statistical model of the MBC tool, it is considered that the accuracy will decrease because the number of parameters of the operating state of the internal combustion engine that can be considered decreases, so control using this map data is considered. A lot of man-hours are required for checking the accuracy and making fine adjustments. As described above, there is a problem that the conventional map control still requires a huge amount of man-hours for conforming even if the MBC tool or the like is introduced.

また、特許文献2のような順伝播型ニューラルネットワーク(FNN)を用いて内燃機関の運転状態からトルクを推定する方法については、中間層が1層しかない従来の方法では、FNNを近似関数として用いても十分な精度を得ることができないという課題があった。近似精度という観点では、近年、深層学習(ディープラーニング)という手法が知られている。例えば、従来同様のニューラルネットワークを多層化(深層化)することで、近似関数としての精度を大幅に向上できるようになったものである。従来の学習方法では勾配消失問題などにより学習が良好に行えなかったのに対し、近年開発された様々な学習テクニックにより学習が良好に行えるようになった。なお、この深層学習は近年注目されている人工知能(AI)及び機械学習のひとつの方法としても知られている。 Further, regarding the method of estimating the torque from the operating state of the internal combustion engine using a feedforward neural network (FNN) as in Patent Document 2, in the conventional method in which there is only one intermediate layer, FNN is used as an approximate function. There was a problem that sufficient accuracy could not be obtained even if it was used. From the viewpoint of approximation accuracy, a method called deep learning has been known in recent years. For example, by increasing the number of layers (deepening) of the same neural network as in the past, the accuracy as an approximate function can be greatly improved. While the conventional learning method could not perform good learning due to the vanishing gradient problem, various learning techniques developed in recent years have made it possible to perform learning well. This deep learning is also known as one method of artificial intelligence (AI) and machine learning, which has been attracting attention in recent years.

そこで、FNNを近似関数として用いて内燃機関の運転状態からトルク又は熱効率を推定するようにすれば、トルク及び熱効率の推定については、MBCツールにより教師データを作成し、それを学習させることで最低限の適合工数で良好に行えると考えられる。更に、MBCツールでも内燃機関の統計モデルを作成する手法のひとつとしてニューラルネットワークが用いられる場合もあるので、MBCツールで作成した内燃機関の統計モデルそのものを用いて内燃機関の運転状態からトルクを推定することもでき、この場合には更に工数を削減することができる。 Therefore, if the torque or thermal efficiency is estimated from the operating state of the internal combustion engine using FNN as an approximate function, the torque and thermal efficiency can be estimated by creating teacher data with the MBC tool and learning it. It is considered that it can be done well with the limited number of conforming man-hours. Furthermore, since a neural network may be used as one of the methods for creating a statistical model of an internal combustion engine in the MBC tool, the torque is estimated from the operating state of the internal combustion engine using the statistical model of the internal combustion engine created by the MBC tool itself. In this case, the man-hours can be further reduced.

しかし、このままではトルクを推定するだけであり、内燃機関の制御量である目標点火時期、目標吸入空気量を算出できない。例えば、点火時期又は吸入空気量を少しずつ変化させて、FNN等の関数を用いてトルクを繰り返し算出すれば、目標トルクを実現する目標点火時期又は目標吸入空気量を探索することができる。しかし、FNN等の関数を用いた演算を繰り返し行うと、演算負荷が増大する。特に、システム構成が複雑になり、FNN等の関数が複雑化すると、FNNの演算負荷が大幅に増加する。また、内燃機関の制御量には、複数種類あり、その算出方法も制御量によって様々である。そのため、制御量の種類及び算出方法に対応させるために、FNNの演算回数が増加する。そのため、FNN等の関数を用いた演算回数をできるだけ低減することが望まれる。 However, as it is, only the torque is estimated, and the target ignition timing and the target intake air amount, which are the control amounts of the internal combustion engine, cannot be calculated. For example, if the ignition timing or the intake air amount is changed little by little and the torque is repeatedly calculated using a function such as FNN, the target ignition timing or the target intake air amount that realizes the target torque can be searched for. However, if the calculation using a function such as FNN is repeated, the calculation load increases. In particular, when the system configuration becomes complicated and the functions such as FNN become complicated, the arithmetic load of FNN increases significantly. Further, there are a plurality of types of control amounts of the internal combustion engine, and the calculation method thereof also varies depending on the control amount. Therefore, the number of FNN calculations increases in order to correspond to the type of control amount and the calculation method. Therefore, it is desired to reduce the number of operations using a function such as FNN as much as possible.

そこで、本願は、点火時期を含む内燃機関の運転状態に対するトルク又は熱効率の特性を表すニューラルネットワークを用いた演算回数をできるだけ低減して、内燃機関の各種の制御量を算出することができる内燃機関の制御装置を提供することを目的とする。 Therefore, the present application can calculate various control amounts of an internal combustion engine by reducing the number of calculations using a neural network representing the characteristics of torque or thermal efficiency with respect to the operating state of the internal combustion engine including ignition timing as much as possible. It is an object of the present invention to provide the control device of.

本願の内燃機関の制御装置は、
N個の係数算出用の点火時期(Nは、2以上の整数)を設定し、
内燃機関の出力算出用の運転状態及び点火時期と、内燃機関のトルク又は熱効率である出力情報との関係が予め学習されたニューラルネットワークを用い、現在の前記出力算出用の運転状態、及び前記N個の係数算出用の点火時期のそれぞれに対応するN個の前記出力情報を算出する点火対応出力算出部と、
前記N個の係数算出用の点火時期と前記N個の出力情報との間の関係を近似した近似関数の係数を算出する係数算出部と、
前記係数を用いて、制御用に設定された点火時期に対応する前記出力情報を算出し、算出した前記出力情報に基づいて、内燃機関の制御量を算出する制御量算出部と、
前記内燃機関の制御量に基づいて、内燃機関を制御するエンジン制御部と、
を備えたものである。
The control device for the internal combustion engine of the present application is
Set the ignition timing for calculating N coefficients (N is an integer of 2 or more),
Using a neural network in which the relationship between the operating state and ignition timing for calculating the output of the internal combustion engine and the output information which is the torque or thermal efficiency of the internal combustion engine is learned in advance, the current operating state for calculating the output and the N An ignition-compatible output calculation unit that calculates N of the output information corresponding to each of the ignition timings for calculating the coefficients, and an ignition-compatible output calculation unit.
A coefficient calculation unit that calculates the coefficient of an approximate function that approximates the relationship between the ignition timing for calculating the N coefficients and the output information of the N elements.
A control amount calculation unit that calculates the output information corresponding to the ignition timing set for control using the coefficient and calculates the control amount of the internal combustion engine based on the calculated output information.
An engine control unit that controls an internal combustion engine based on the amount of control of the internal combustion engine,
It is equipped with.

内燃機関の制御装置によれば、現在の運転条件における、点火時期と出力情報との間の関係を近似した近似関数の係数を一旦算出すれば、係数を用いた処理負荷の小さい演算により、各種の制御用の点火時期に対応する出力情報を算出することができ、出力情報に基づいて、各種の内燃機関の制御量を算出することができる。よって、処理負荷の大きい、ニューラルネットワークを用いた演算を繰り返し行う必要がなく、演算処理負荷を低減することができる。 According to the control device of the internal combustion engine, once the coefficient of the approximation function that approximates the relationship between the ignition timing and the output information under the current operating conditions is calculated, various calculations using the coefficient with a small processing load can be performed. Output information corresponding to the ignition timing for control can be calculated, and the control amount of various internal combustion engines can be calculated based on the output information. Therefore, it is not necessary to repeatedly perform the calculation using the neural network, which has a large processing load, and the calculation processing load can be reduced.

実施の形態1に係る内燃機関及び制御装置の概略構成図である。It is a schematic block diagram of the internal combustion engine and the control device which concerns on Embodiment 1. FIG. 実施の形態1に係る制御装置の概略ブロック図である。It is a schematic block diagram of the control device which concerns on Embodiment 1. FIG. 実施の形態1に係る制御装置のハードウェア構成図である。It is a hardware block diagram of the control device which concerns on Embodiment 1. FIG. 実施の形態1に係る出力特性のニューラルネットワークを示す図である。It is a figure which shows the neural network of the output characteristic which concerns on Embodiment 1. FIG. 実施の形態1に係るトルクインターフェイス部のブロック図である。It is a block diagram of the torque interface part which concerns on Embodiment 1. FIG. 実施の形態1に係る近似関数を説明する図である。It is a figure explaining the approximation function which concerns on Embodiment 1. FIG. 実施の形態2に係るトルクインターフェイス部のブロック図である。It is a block diagram of the torque interface part which concerns on Embodiment 2. FIG. 実施の形態2に係る近似関数を説明する図である。It is a figure explaining the approximation function which concerns on Embodiment 2.

実施の形態1.
実施の形態1に係る内燃機関の制御装置30(以下、単に制御装置30と称す)について図面を参照して説明する。図1は、本実施の形態に係る内燃機関1の概略構成図であり、図2は、本実施の形態に係る制御装置30の概略ブロック図である。内燃機関1及び制御装置30は、車両に搭載され、内燃機関1は、車両(車輪)の駆動力源となる。
Embodiment 1.
The internal combustion engine control device 30 (hereinafter, simply referred to as a control device 30) according to the first embodiment will be described with reference to the drawings. FIG. 1 is a schematic configuration diagram of an internal combustion engine 1 according to the present embodiment, and FIG. 2 is a schematic block diagram of a control device 30 according to the present embodiment. The internal combustion engine 1 and the control device 30 are mounted on the vehicle, and the internal combustion engine 1 serves as a driving force source for the vehicle (wheels).

1.内燃機関1の構成
図1に示すように、内燃機関1は、空気と燃料の混合気を燃焼する燃焼室25を備えている。内燃機関1は、燃焼室25に空気を供給する吸気管23と、燃焼室25で燃焼した排気ガスを排出する排気管17とを備えている。燃焼室25は、シリンダ(気筒)とピストンにより構成されている。以下では、燃焼室25を気筒とも称す。内燃機関1は、ガソリンエンジンとされている。内燃機関1は、吸気管23を開閉するスロットルバルブ6を備えている。スロットルバルブ6は、制御装置30により制御される電気モータにより開閉駆動される電子制御式スロットルバルブとされている。スロットルバルブ6には、スロットルバルブ6の開度に応じた電気信号を出力するスロットル開度センサ7が設けられている。
1. 1. Configuration of Internal Combustion Engine 1 As shown in FIG. 1, the internal combustion engine 1 includes a combustion chamber 25 that burns a mixture of air and fuel. The internal combustion engine 1 includes an intake pipe 23 for supplying air to the combustion chamber 25 and an exhaust pipe 17 for discharging the exhaust gas burned in the combustion chamber 25. The combustion chamber 25 is composed of a cylinder (cylinder) and a piston. Hereinafter, the combustion chamber 25 is also referred to as a cylinder. The internal combustion engine 1 is a gasoline engine. The internal combustion engine 1 includes a throttle valve 6 that opens and closes the intake pipe 23. The throttle valve 6 is an electronically controlled throttle valve that is opened and closed by an electric motor controlled by the control device 30. The throttle valve 6 is provided with a throttle opening sensor 7 that outputs an electric signal according to the opening degree of the throttle valve 6.

スロットルバルブ6の上流側の吸気管23には、吸気管23に吸入される吸入空気流量に応じた電気信号を出力するエアフローセンサ3と、吸入空気の温度に応じた電気信号を出力する吸入空気温度センサ4と、が設けられている。吸入空気温度センサ4に検出された吸入空気の温度は、外気温に等しいとみなすことができる。 The intake pipe 23 on the upstream side of the throttle valve 6 has an air flow sensor 3 that outputs an electric signal according to the flow rate of the intake air sucked into the intake pipe 23, and an intake air that outputs an electric signal according to the temperature of the intake air. A temperature sensor 4 is provided. The temperature of the intake air detected by the intake air temperature sensor 4 can be regarded as equal to the outside air temperature.

内燃機関1は、排気管17から吸気マニホールド12に排気ガスを還流するEGR流路21と、EGR流路21を開閉するEGRバルブ22と、を有している。吸気マニホールド12は、スロットルバルブ6の下流側の吸気管23の部分である。EGRバルブ22は、制御装置30により制御される電気モータにより開閉駆動される電子制御式EGRバルブとされている。EGRバルブ22には、EGRバルブ22の開度に応じた電気信号を出力するEGR開度センサ27が設けられている。なお、EGRは、排気ガス再循環、すなわち、Exhaust Gas Recirculationの頭文字である。EGRバルブ22を介して排気ガスが再循環するEGRを、外部EGRといい、吸排気バルブのバルブオーバーラップにより燃焼室内に排気ガスが残留するEGRを、内部EGRという。以下、外部EGRを単にEGRと称す。 The internal combustion engine 1 has an EGR flow path 21 that recirculates exhaust gas from the exhaust pipe 17 to the intake manifold 12, and an EGR valve 22 that opens and closes the EGR flow path 21. The intake manifold 12 is a portion of the intake pipe 23 on the downstream side of the throttle valve 6. The EGR valve 22 is an electronically controlled EGR valve that is opened and closed by an electric motor controlled by the control device 30. The EGR valve 22 is provided with an EGR opening sensor 27 that outputs an electric signal according to the opening degree of the EGR valve 22. EGR is an acronym for Exhaust Gas Recirculation, that is, Exhaust Gas Recirculation. The EGR in which the exhaust gas recirculates through the EGR valve 22 is called an external EGR, and the EGR in which the exhaust gas remains in the combustion chamber due to the valve overlap of the intake / exhaust valves is called an internal EGR. Hereinafter, the external EGR is simply referred to as EGR.

吸気マニホールド12には、吸気マニホールド12内の気体の圧力であるマニホールド圧に応じた電気信号を出力するマニホールド圧センサ8と、吸気マニホールド12内の気体の温度であるマニホールド温度に応じた電気信号を出力するマニホールド温度センサ9と、が設けられている。 The intake manifold 12 has a manifold pressure sensor 8 that outputs an electric signal corresponding to the manifold pressure, which is the pressure of the gas in the intake manifold 12, and an electric signal corresponding to the manifold temperature, which is the temperature of the gas in the intake manifold 12. A manifold temperature sensor 9 for output is provided.

内燃機関1には、燃焼室25に燃料を供給するインジェクタ13が設けられている。インジェクタ13は、燃焼室25内に直接燃料を噴射するように設けられている。インジェクタ13は、吸気マニホールド12の下流側の部分に燃料を噴射するように設けられてもよい。内燃機関1には、大気圧に応じた電気信号を出力する大気圧センサ2が設けられている。 The internal combustion engine 1 is provided with an injector 13 that supplies fuel to the combustion chamber 25. The injector 13 is provided so as to inject fuel directly into the combustion chamber 25. The injector 13 may be provided so as to inject fuel into a portion on the downstream side of the intake manifold 12. The internal combustion engine 1 is provided with an atmospheric pressure sensor 2 that outputs an electric signal corresponding to the atmospheric pressure.

燃焼室25の頂部には、空気と燃料の混合気に点火する点火プラグと、点火プラグに点火エネルギーを供給する点火コイル16と、が設けられている。また、燃焼室25の頂部には、吸気管23から燃焼室25内に吸入される吸入空気量を調節する吸気バルブ14と、燃焼室25から排気管17に排出される排気ガス量を調節する排気バルブ15と、が設けられている。吸気バルブ14には、そのバルブ開閉タイミングを可変にする吸気可変バルブタイミング機構が設けられている。排気バルブ15には、そのバルブ開閉タイミングを可変にする排気可変バルブタイミング機構が設けられている。可変バルブタイミング機構14、15は、電動アクチュエータを有している。なお、可変バルブリフト、可変圧縮比、ターボチャージャ、スワールコントロールバルブ、タンブルコントロールバルブ等の機構が設けられてもよい。内燃機関1のクランク軸には、その回転角に応じた電気信号を出力するクランク角センサ20が設けられている。シリンダブロックにはノックセンサ28が固定されている。 The top of the combustion chamber 25 is provided with a spark plug that ignites a mixture of air and fuel, and an ignition coil 16 that supplies ignition energy to the spark plug. Further, at the top of the combustion chamber 25, an intake valve 14 for adjusting the amount of intake air sucked from the intake pipe 23 into the combustion chamber 25 and an exhaust gas amount discharged from the combustion chamber 25 to the exhaust pipe 17 are adjusted. An exhaust valve 15 is provided. The intake valve 14 is provided with an intake variable valve timing mechanism that changes the valve opening / closing timing. The exhaust valve 15 is provided with a variable exhaust valve timing mechanism that changes the opening / closing timing of the valve. The variable valve timing mechanisms 14 and 15 have an electric actuator. A mechanism such as a variable valve lift, a variable compression ratio, a turbocharger, a swirl control valve, and a tumble control valve may be provided. The crank shaft of the internal combustion engine 1 is provided with a crank angle sensor 20 that outputs an electric signal corresponding to the rotation angle thereof. A knock sensor 28 is fixed to the cylinder block.

排気管17には、排気ガス中の空気と燃料との比率である空燃比AF(Air/Fuel)に応じた電気信号を出力する空燃比センサ18が設けられている。また、排気管17には、排気ガスを浄化する触媒19が設けられている。 The exhaust pipe 17 is provided with an air-fuel ratio sensor 18 that outputs an electric signal according to the air-fuel ratio AF (Air / Fuel), which is the ratio of air in the exhaust gas to fuel. Further, the exhaust pipe 17 is provided with a catalyst 19 for purifying the exhaust gas.

2.制御装置30の構成
次に、制御装置30について説明する。制御装置30は、内燃機関1を制御対象とする制御装置である。図2のブロック図に示すように、制御装置30は、トルク制御部31、トルクインターフェイス部32、及びエンジン制御部33等の制御部を備えている。制御装置30の各制御部31~33等は、制御装置30が備えた処理回路により実現される。具体的には、制御装置30は、図3に示すように、処理回路として、CPU(Central Processing Unit)等の演算処理装置90(コンピュータ)、演算処理装置90とデータのやり取りをする記憶装置91、演算処理装置90に外部の信号を入力する入力回路92、演算処理装置90から外部に信号を出力する出力回路93、及び通信回路94等を備えている。
2. 2. Configuration of Control Device 30 Next, the control device 30 will be described. The control device 30 is a control device that controls the internal combustion engine 1. As shown in the block diagram of FIG. 2, the control device 30 includes control units such as a torque control unit 31, a torque interface unit 32, and an engine control unit 33. Each of the control units 31 to 33 and the like of the control device 30 is realized by a processing circuit provided in the control device 30. Specifically, as shown in FIG. 3, the control device 30 is a storage device 91 that exchanges data with an arithmetic processing unit 90 (computer) such as a CPU (Central Processing Unit) and an arithmetic processing unit 90 as a processing circuit. The arithmetic processing unit 90 includes an input circuit 92 for inputting an external signal, an output circuit 93 for outputting a signal from the arithmetic processing unit 90 to the outside, a communication circuit 94, and the like.

演算処理装置90として、ASIC(Application Specific Integrated Circuit)、IC(Integrated Circuit)、DSP(Digital Signal Processor)、FPGA(Field Programmable Gate Array)、各種の論理回路、及び各種の信号処理回路等が備えられてもよい。また、演算処理装置90として、同じ種類のもの又は異なる種類のものが複数備えられ、各処理が分担して実行されてもよい。記憶装置91として、演算処理装置90からデータを読み出し及び書き込みが可能に構成されたRAM(Random Access Memory)、及び演算処理装置90からデータを読み出し可能に構成されたROM(Read Only Memory)等が備えられている。入力回路92は、各種のセンサ及びスイッチが接続され、これらセンサ及びスイッチの出力信号を演算処理装置90に入力するA/D変換器等を備えている。出力回路93は、電気負荷が接続され、これら電気負荷に演算処理装置90から制御信号を出力する駆動回路等を備えている。 The arithmetic processing device 90 is provided with an ASIC (Application Specific Integrated Circuit), an IC (Integrated Circuit), a DSP (Digital Signal Processor), an FPGA (Field Programmable Gate Array), various logic circuits, various signal processing circuits, and the like. You may. Further, as the arithmetic processing unit 90, a plurality of the same type or different types may be provided, and each processing may be shared and executed. As the storage device 91, a RAM (Random Access Memory) configured to be able to read and write data from the arithmetic processing unit 90, a ROM (Read Only Memory) configured to be able to read data from the arithmetic processing unit 90, and the like are used. It is prepared. The input circuit 92 includes an A / D converter or the like to which various sensors and switches are connected and the output signals of these sensors and switches are input to the arithmetic processing device 90. The output circuit 93 includes a drive circuit or the like to which an electric load is connected and a control signal is output from the arithmetic processing unit 90 to the electric load.

通信回路94は、変速機を制御する変速機制御装置95、ハイブリッド車両に設けられたモータの制御を行うモータ制御装置96、ブレーキ制御及びトラクション制御を行うブレーキ・トラクション制御装置97等の外部の制御装置と、通信線を介して接続され、CAN(Controller Area Network)等の通信プロトコルに基づいて有線通信を行う。 The communication circuit 94 is an external control such as a transmission control device 95 for controlling a transmission, a motor control device 96 for controlling a motor provided in a hybrid vehicle, and a brake / traction control device 97 for performing brake control and traction control. It is connected to the device via a communication line and performs wired communication based on a communication protocol such as CAN (Controller Area Network).

そして、制御装置30が備える各制御部31~33等の各機能は、演算処理装置90が、ROM等の記憶装置91に記憶されたソフトウェア(プログラム)を実行し、記憶装置91、入力回路92、及び出力回路93等の制御装置30の他のハードウェアと協働することにより実現される。なお、各制御部31~33等が用いるニューラルネットワーク、各関数、定数等の設定データは、ソフトウェア(プログラム)の一部として、ROM等の記憶装置91に記憶されている。 Then, in each function of the control units 31 to 33 and the like included in the control device 30, the arithmetic processing unit 90 executes software (program) stored in the storage device 91 such as a ROM, and the storage device 91 and the input circuit 92. , And by cooperating with other hardware of the control device 30 such as the output circuit 93. The setting data such as the neural network, each function, and the constant used by the control units 31 to 33 and the like are stored in the storage device 91 such as ROM as a part of the software (program).

本実施の形態では、入力回路92には、大気圧センサ2、エアフローセンサ3、吸入空気温度センサ4、スロットル開度センサ7、マニホールド圧センサ8、マニホールド温度センサ9、空燃比センサ18、クランク角センサ20、アクセル開度センサ26、EGR開度センサ27、及びノックセンサ28等が接続されている。出力回路93には、スロットルバルブ6(電気モータ)、インジェクタ13、吸気可変バルブタイミング機構14、排気可変バルブタイミング機構15、点火コイル16、及びEGRバルブ22(電動アクチュエータ)等が接続されている。なお、制御装置30には、図示していない各種のセンサ、スイッチ、及びアクチュエータ等が接続されている。 In the present embodiment, the input circuit 92 includes an atmospheric pressure sensor 2, an air flow sensor 3, an intake air temperature sensor 4, a throttle opening sensor 7, a manifold pressure sensor 8, a manifold temperature sensor 9, an air fuel ratio sensor 18, and a crank angle. A sensor 20, an accelerator opening sensor 26, an EGR opening sensor 27, a knock sensor 28, and the like are connected. A throttle valve 6 (electric motor), an injector 13, an intake variable valve timing mechanism 14, an exhaust variable valve timing mechanism 15, an ignition coil 16, an EGR valve 22 (electric actuator) and the like are connected to the output circuit 93. Various sensors, switches, actuators and the like (not shown) are connected to the control device 30.

2-1.トルクベース制御
制御装置30は、目標トルクに基づいて内燃機関1を制御するトルクベース制御を実行する。制御装置30は、上述したように、概略的に、トルク制御部31、トルクインターフェイス部32、及びエンジン制御部33を備えている。トルク制御部31は、目標トルクの演算を行う。トルクインターフェイス部32は、目標トルク等に基づいて、内燃機関の制御量の目標値を算出する。エンジン制御部33は、制御量の目標値に基づいて、各種の電気負荷を駆動制御する。
2-1. The torque-based control control device 30 executes torque-based control for controlling the internal combustion engine 1 based on the target torque. As described above, the control device 30 generally includes a torque control unit 31, a torque interface unit 32, and an engine control unit 33. The torque control unit 31 calculates the target torque. The torque interface unit 32 calculates a target value of the controlled amount of the internal combustion engine based on the target torque and the like. The engine control unit 33 drives and controls various electric loads based on the target value of the controlled amount.

<トルク制御部31>
トルク制御部31は、アクセル開度センサ26により検出された実アクセル開度に基づいて、運転者が内燃機関1に要求しているトルクであるドライバ要求トルクを算出する。また、トルク制御部31は、アイドリング運転時に回転速度を維持するために必要なトルクであるアイドリングトルクを算出する。また、トルク制御部31は、変速機制御装置95、モータ制御装置96、及びブレーキ・トラクション制御装置97等の外部の制御装置から要求されているトルクである外部要求トルクを算出する。そして、トルク制御部31は、ドライバ要求トルク、アイドリングトルク、及び外部要求トルクの優先順位を判定して、目標トルクを算出する(このような演算をトルク調停とも言う)。
<Torque control unit 31>
The torque control unit 31 calculates the driver-required torque, which is the torque required by the driver for the internal combustion engine 1, based on the actual accelerator opening detected by the accelerator opening sensor 26. Further, the torque control unit 31 calculates the idling torque, which is the torque required to maintain the rotational speed during the idling operation. Further, the torque control unit 31 calculates an externally required torque which is a torque required from an external control device such as a transmission control device 95, a motor control device 96, and a brake traction control device 97. Then, the torque control unit 31 determines the priority order of the driver required torque, the idling torque, and the external required torque, and calculates the target torque (such calculation is also referred to as torque arbitration).

ここで、目標トルクには、低応答目標トルクTrqtsと高応答目標トルクTrqtfとがある。低応答目標トルクTrqtsは、点火時期の遅角を伴わずに内燃機関に要求されているトルクであり、高応答目標トルクTrqtfは、点火時期を遅角することを含み、内燃機関に要求されているトルクである。通常は、低応答目標トルクTrqtsと高応答目標トルクTrqtfとが一致しているが、点火時期の遅角によるトルクダウン要求があった場合に、高応答目標トルクTrqtfが、低応答目標トルクTrqtsよりも低くなる。 Here, the target torque includes a low response target torque Trqts and a high response target torque Trqtf. The low response target torque Trqts is the torque required for the internal combustion engine without the ignition timing retard, and the high response target torque Trqtf includes retarding the ignition timing and is required for the internal combustion engine. The torque is. Normally, the low response target torque Trqts and the high response target torque Trqtf match, but when there is a torque down request due to the retard angle of the ignition timing, the high response target torque Trqtf becomes higher than the low response target torque Trqts. Will also be low.

トルク制御部31は、主に、ドライバ要求トルクと、定常時のアイドリングトルクとの大きいものに基づいて、低応答目標トルクTrqtsを算出し、外部要求トルクと、負荷変化時のアイドリングトルクとに基づいて、高応答目標トルクTrqtfを算出する。 The torque control unit 31 mainly calculates the low response target torque Trqts based on the large one of the driver required torque and the idling torque in the steady state, and is based on the external required torque and the idling torque when the load changes. The high response target torque Trqtf is calculated.

<トルクインターフェイス部32>
トルクインターフェイス部32は、内燃機関の運転状態に基づいて、目標トルクと充填効率の相互変換、及び目標トルクと点火時期の相互変換を実施し、目標充填効率Ect、及び目標点火時期θigtを算出し、エンジン制御部33に伝達する。また、トルクインターフェイス部32は、内燃機関の運転状態に基づいて、実トルクTrqrを算出し、トルク制御部31に伝達する。トルクインターフェイス部32の詳細な処理は、後述する。
<Torque interface unit 32>
The torque interface unit 32 performs mutual conversion between the target torque and the filling efficiency and mutual conversion between the target torque and the ignition timing based on the operating state of the internal combustion engine, and calculates the target filling efficiency Ect and the target ignition timing θight. , Is transmitted to the engine control unit 33. Further, the torque interface unit 32 calculates the actual torque Trqr based on the operating state of the internal combustion engine and transmits it to the torque control unit 31. The detailed processing of the torque interface unit 32 will be described later.

<運転状態検出部330>
エンジン制御部33は、内燃機関の運転状態を検出する運転状態検出部330を備えている。運転状態検出部330は、各種のセンサの出力信号等に基づいて各種の運転状態を検出する。具体的には、運転状態検出部330は、大気圧センサ2の出力信号に基づいて実大気圧を検出し、エアフローセンサ3の出力信号に基づいて実吸入空気流量を検出し、吸入空気温度センサ4の出力信号に基づいて実外気温を検出し、スロットル開度センサ7の出力信号に基づいて実スロットル開度を検出し、マニホールド圧センサ8の出力信号に基づいて実マニホールド圧を検出し、マニホールド温度センサ9の出力信号等に基づいて吸気マニホールド12内の気体の温度である実マニホールド温度を検出し、空燃比センサ18の出力信号に基づいて、排気ガスの実空燃比AFrを検出し、アクセル開度センサ26の出力信号に基づいて実アクセル開度を検出し、EGR開度センサ27の出力信号に基づいて実EGR開度を検出する。
<Operating state detection unit 330>
The engine control unit 33 includes an operation state detection unit 330 that detects the operation state of the internal combustion engine. The operation state detection unit 330 detects various operation states based on output signals of various sensors and the like. Specifically, the operating state detection unit 330 detects the actual atmospheric pressure based on the output signal of the atmospheric pressure sensor 2, detects the actual intake air flow rate based on the output signal of the air flow sensor 3, and determines the intake air temperature sensor. The actual outside temperature is detected based on the output signal of 4, the actual throttle opening is detected based on the output signal of the throttle opening sensor 7, and the actual manifold pressure is detected based on the output signal of the manifold pressure sensor 8. The actual manifold temperature, which is the temperature of the gas in the intake manifold 12, is detected based on the output signal of the manifold temperature sensor 9, and the actual air-fuel ratio AFr of the exhaust gas is detected based on the output signal of the air-fuel ratio sensor 18. The actual accelerator opening degree is detected based on the output signal of the accelerator opening degree sensor 26, and the actual EGR opening degree is detected based on the output signal of the EGR opening degree sensor 27.

運転状態検出部330は、クランク角センサ20の出力信号に基づいてクランク角度及び実回転速度Nerを検出する。運転状態検出部330は、カム角センサ(不図示)のエッジと、クランク角度の位相差に基づいて、吸気可変バルブタイミング機構14(以下、吸気VVT14と称す)の実位相角IVTr、及び排気可変バルブタイミング機構15(以下、排気VVT15と称す)の実位相角EVTrを検出する。 The operating state detection unit 330 detects the crank angle and the actual rotation speed Ne based on the output signal of the crank angle sensor 20. The operating state detection unit 330 includes the actual phase angle IVTr of the intake variable valve timing mechanism 14 (hereinafter referred to as intake VVT 14) and the exhaust variable based on the phase difference between the edge of the cam angle sensor (not shown) and the crank angle. The actual phase angle EVTr of the valve timing mechanism 15 (hereinafter referred to as exhaust VVT15) is detected.

運転状態検出部330は、燃焼室25内に吸入された空気量の情報である筒内吸気量情報を検出する。運転状態検出部330は、実吸入空気流量及び実回転速度Ner等に基づいて、筒内吸気量情報として、燃焼室25内に吸入された実吸入空気量Qcr[g/stroke]、及び実充填効率Ecr[%]を算出する。例えば、運転状態検出部330は、実吸入空気流量[g/s]に、回転速度Neに応じた行程周期を乗算した値に、吸気マニホールドの遅れを模擬したフィルタ処理を行った値を、実吸入空気量Qcr[g/stroke]として算出する。或いは、運転状態検出部330は、実マニホールド圧、実回転速度Ner等に基づいて実吸入空気量Qcr[g/stroke]及び実充填効率Ecr[%]を算出してもよい。 The operating state detection unit 330 detects in-cylinder intake amount information, which is information on the amount of air sucked into the combustion chamber 25. The operating state detection unit 330 uses the actual intake air flow rate, the actual rotation speed Ner, and the like as the in-cylinder intake amount information, that is, the actual intake air amount Qcr [g / stroke] sucked into the combustion chamber 25, and the actual filling. Calculate the efficiency Ecr [%]. For example, the operating state detection unit 330 actually multiplies the actual intake air flow rate [g / s] by the stroke cycle corresponding to the rotation speed Ne, and performs a filter process simulating the delay of the intake manifold. Calculated as the intake air amount Qcr [g / stroke]. Alternatively, the operating state detection unit 330 may calculate the actual intake air amount Qcr [g / stroke] and the actual filling efficiency Ecr [%] based on the actual manifold pressure, the actual rotation speed Ner, and the like.

運転状態検出部330は、EGR開度等に基づいて、燃焼室25内に吸入された実排気ガス再循環量である実EGR量[g/stroke]を算出する。例えば、運転状態検出部330は、EGR開度及びマニホールド圧等に基づいて、EGRバルブ22を通過する実EGR流量[g/s]を算出し、実EGR流量に行程周期を乗算した値に、フィルタ処理を行った値を、実EGR量[g/stroke]として算出する。運転状態検出部330は、実吸入空気量に対する実EGR量の比率である実EGR率Regrr[%]を算出する。 The operating state detection unit 330 calculates the actual EGR amount [g / stroke], which is the actual exhaust gas recirculation amount sucked into the combustion chamber 25, based on the EGR opening degree and the like. For example, the operating state detection unit 330 calculates the actual EGR flow rate [g / s] passing through the EGR valve 22 based on the EGR opening degree, the manifold pressure, and the like, and multiplies the actual EGR flow rate by the stroke cycle to obtain a value. The filtered value is calculated as the actual EGR amount [g / stroke]. The operating state detection unit 330 calculates the actual EGR rate Regrr [%], which is the ratio of the actual EGR amount to the actual intake air amount.

<吸気量制御部331>
エンジン制御部33は、吸入空気量を制御する吸気量制御部331を備えている。吸気量制御部331は、目標充填効率Ectから目標吸入空気量を算出し、目標吸入空気量から目標吸入空気流量を算出する。エンジン制御部33は、目標吸入空気流量を達成するように、実吸入空気流量及び実マニホールド圧に基づいて、目標スロットル開度を算出し、スロットルバルブ6の電気モータを駆動制御する。
<Intake amount control unit 331>
The engine control unit 33 includes an intake air amount control unit 331 that controls the intake air amount. The intake air amount control unit 331 calculates the target intake air amount from the target filling efficiency Ect, and calculates the target intake air flow rate from the target intake air amount. The engine control unit 33 calculates the target throttle opening degree based on the actual intake air flow rate and the actual manifold pressure so as to achieve the target intake air flow rate, and drives and controls the electric motor of the throttle valve 6.

吸気量制御部331は、実回転速度Ner及び目標充填効率Ectに基づいて、吸気VVT14の目標位相角IVTt(以下、目標吸気位相角IVTtと称す)を算出し、吸気VVT14の電動アクチュエータを駆動制御する。吸気量制御部331は、実回転速度Ner及び目標充填効率Ectに基づいて、排気VVT15の目標位相角EVTt(以下、目標排気位相角EVTtと称す)を算出し、排気VVT15の電動アクチュエータを駆動制御する。吸気量制御部331は、実回転速度Ner及び目標充填効率Ectに基づいて、目標EGR開度を算出し、EGRバルブ22の電動アクチュエータを駆動制御する。 The intake amount control unit 331 calculates the target phase angle IVTt (hereinafter referred to as the target intake phase angle IVTt) of the intake VVT14 based on the actual rotation speed Ner and the target filling efficiency Ect, and drives and controls the electric actuator of the intake VVT14. do. The intake amount control unit 331 calculates the target phase angle EVTt (hereinafter referred to as the target exhaust phase angle EVTt) of the exhaust VVT15 based on the actual rotation speed Ner and the target filling efficiency Ect, and drives and controls the electric actuator of the exhaust VVT15. do. The intake amount control unit 331 calculates the target EGR opening degree based on the actual rotation speed Ner and the target filling efficiency Ect, and drives and controls the electric actuator of the EGR valve 22.

<燃料制御部332>
エンジン制御部33は、燃料噴射量を制御する燃料制御部332を備えている。燃料制御部332は、実充填効率Ecrに基づいて、目標空燃比AFtを達成するための燃料噴射量を算出し、インジェクタ13を駆動制御する。燃料制御部332は、実回転速度Ner及び目標充填効率Ectに基づいて、目標空燃比AFtを算出する。
<Fuel control unit 332>
The engine control unit 33 includes a fuel control unit 332 that controls the fuel injection amount. The fuel control unit 332 calculates the fuel injection amount for achieving the target air-fuel ratio AFt based on the actual filling efficiency Ecr, and drives and controls the injector 13. The fuel control unit 332 calculates the target air-fuel ratio AFt based on the actual rotation speed Ner and the target filling efficiency Ect.

<点火制御部333>
エンジン制御部33は、点火コイルへの通電を行う点火制御部333を備えている。点火制御部333は、トルクインターフェイス部32から伝達された目標点火時期θigtに基づいて、最終点火時期θsaを決定する。点火制御部333は、ノックセンサ28によりノックが検出されている場合は、ノックが発生しないように、目標点火時期θigtに対して遅角補正を行って、最終点火時期θsaを算出する。また、点火制御部333は、失火防止のために遅角上限点火時期θrtdよりも遅角側に最終点火時期θsaが設定されないように、遅角上限点火時期θrtdにより遅角側の点火時期を上限制限する遅角制限を行う。そして、点火制御部333は、最終点火時期θsaに基づいて、点火コイル16への通電制御を行う。この最終点火時期θsaが、実点火時期θsaとなる。本実施の形態では、点火時期は、クランク角度で設定されるものとする。
<Ignition control unit 333>
The engine control unit 33 includes an ignition control unit 333 that energizes the ignition coil. The ignition control unit 333 determines the final ignition timing θsa based on the target ignition timing θight transmitted from the torque interface unit 32. When the knock is detected by the knock sensor 28, the ignition control unit 333 corrects the retard angle with respect to the target ignition timing θight so that the knock does not occur, and calculates the final ignition timing θsa. Further, the ignition control unit 333 sets the ignition timing on the retard side by the retard upper limit ignition timing θrtd so that the final ignition timing θsa is not set on the retard side of the retard upper limit ignition timing θrtd to prevent misfire. Limit the retard angle. Then, the ignition control unit 333 controls the energization of the ignition coil 16 based on the final ignition timing θsa. This final ignition timing θsa is the actual ignition timing θsa. In this embodiment, the ignition timing is set by the crank angle.

2-2.トルクインターフェイス部32の詳細構成
上述したように、トルクインターフェイス部32は、内燃機関の運転状態に基づいて、トルクと充填効率の相互変換、及びトルクと点火時期の相互変換を実施し、目標充填効率Ect、及び目標点火時期θigtを算出する。図5に示すように、トルクインターフェイス部32は、点火対応出力算出部321、係数算出部322、及び制御量算出部323を備えている。
2-2. Detailed configuration of the torque interface unit 32 As described above, the torque interface unit 32 performs mutual conversion between torque and filling efficiency and mutual conversion between torque and ignition timing based on the operating state of the internal combustion engine, and achieves the target filling efficiency. Calculate the Ect and the target ignition timing θight. As shown in FIG. 5, the torque interface unit 32 includes an ignition-compatible output calculation unit 321, a coefficient calculation unit 322, and a control amount calculation unit 323.

2-2-1.点火対応出力算出部321
<出力特性のニューラルネットワーク>
トルクインターフェイス部32は、内燃機関の出力算出用の運転状態及び点火時期と、内燃機関のトルク又は熱効率である出力情報(本例では、熱効率η)との関係が予め学習されたニューラルネットワーク(以下、出力特性のニューラルネットワークと称す)を記憶している。
2-2-1. Ignition compatible output calculation unit 321
<Neural network of output characteristics>
The torque interface unit 32 is a neural network in which the relationship between the operating state and ignition timing for calculating the output of the internal combustion engine and the output information (thermal efficiency η in this example) which is the torque or thermal efficiency of the internal combustion engine is learned in advance (hereinafter referred to as a neural network). , Called a neural network of output characteristics) is stored.

本実施の形態では、図4に示すように、出力特性のニューラルネットワークは、順伝播型のニューラルネットワーク(FNN:Feedforward Neural Network)により構成されている。FNNは、階層上に並べられたユニット(ノード、ニューロンとも言う)が隣接する層間で結合した構造を持ち、情報が入力側から出力側に向かって伝播するよう構成されているネットワークである。ユニットで行われる演算は、前層の各ユニットから入力されてくる値に重みを掛け、更にバイアスを加えたものが、そのユニットへの総入力となり、この総入力を活性化関数へ通した後の出力が、ユニットの出力となる。 In the present embodiment, as shown in FIG. 4, the neural network having output characteristics is composed of a feedforward neural network (FNN). FNN is a network in which units (also referred to as nodes and neurons) arranged on a hierarchy have a structure in which they are connected between adjacent layers, and information is propagated from an input side to an output side. In the operation performed by a unit, the value input from each unit in the previous layer is weighted, and the bias is added to the total input to that unit, and after this total input is passed through the activation function. Is the output of the unit.

このようなユニットから構成されるFNNを近似関数として用いるには、FNNのへ入力値とその出力値が所望の関係となるように、各ユニットの重み及びバイアスを調整しておく必要がある。この調整には教師データと呼ばれる入力値と出力値のデータセットを予め多数用意しておき、誤差逆伝播法(バックプロパゲーション法)と呼ばれる方法を適用することにより行われる。このように重み及びバイアスを調整することをニューラルネットワークの学習と言い、良好に学習することができると、FNNは教師データの持つ特徴を記憶した汎用的な関数として用いることができる。調整及び学習後のFNNの構成、及び各ユニット(ニューロン)の重み及びバイアスは、予め記憶装置91に記憶されている In order to use the FNN composed of such units as an approximate function, it is necessary to adjust the weight and bias of each unit so that the input value to the FNN and the output value thereof have a desired relationship. This adjustment is performed by preparing a large number of input value and output value data sets called teacher data in advance and applying a method called an error backpropagation method (backpropagation method). Adjusting the weight and bias in this way is called neural network learning, and if it can be learned well, FNN can be used as a general-purpose function that stores the characteristics of the teacher data. The composition of FNN after adjustment and learning, and the weight and bias of each unit (neuron) are stored in the storage device 91 in advance.

なお、FNNの層の数が多いほど、また層に含まれるユニットの数が多いほど、近似精度が向上すると考えられているが、学習の状況によっては教師データと異なる点では精度が極端に悪化する場合(これを過学習又は過適合という)があり、このような場合には、学習を途中で打ち切って過学習を抑制する、教師データ数を増やす等して必要な近似精度が得られるよう調整を行う必要がある。以上がFNNの概要であるが、FNN及びその学習方法に関しては、公知の技術であるので、ここではFNNは公知として説明する。 It is thought that the larger the number of layers of FNN and the larger the number of units contained in the layers, the better the approximation accuracy. In such cases (this is called overfitting or overfitting), the necessary approximation accuracy can be obtained by stopping the learning in the middle to suppress overfitting, increasing the number of teacher data, and so on. Adjustments need to be made. The above is the outline of FNN, but since FNN and its learning method are known techniques, FNN will be described here as known.

図4に示す例では、FNNの構成として、出力算出用の運転状態及び点火時期θigが入力層に入力され、5個のユニットを持つ中間層が3層あり、出力層にて熱効率ηが出力される構成となっている。 In the example shown in FIG. 4, as the configuration of FNN, the operation state for output calculation and the ignition timing θig are input to the input layer, there are three intermediate layers having five units, and the thermal efficiency η is output in the output layer. It is configured to be.

本実施の形態では、出力算出用の運転状態は、回転速度Ne、充填効率Ec、EGR率Regr、及び空燃比AFとされている。出力算出用の運転状態として、水温、吸気温、大気圧、マニホールド温度等の環境条件が用いられてもよいし、吸気位相角IVT、排気位相角EVT、EGRバルブ開度のような他の内燃機関の運転状態が入力されるように構成されてもよい。また、内燃機関のシステム構成が異なる場合は、そのシステム構成の運転状態(例えば、可変バルブリフト、可変圧縮比等)が入力されるように構成されてもよい。また、中間層に関しても、各層のユニット数及び層数自体を増減させてもよい。これらは、事前に行われるFNNの学習時に、近似精度に応じて調整するべきパラメータである。 In the present embodiment, the operating states for calculating the output are the rotation speed Ne, the filling efficiency Ec, the EGR rate Regr, and the air-fuel ratio AF. Environmental conditions such as water temperature, intake air temperature, atmospheric pressure, and manifold temperature may be used as the operating state for output calculation, and other internal combustion engines such as intake phase angle IVT, exhaust phase angle EVT, and EGR valve opening. It may be configured so that the operating state of the engine is input. Further, when the system configuration of the internal combustion engine is different, the operating state of the system configuration (for example, variable valve lift, variable compression ratio, etc.) may be input. Further, with respect to the intermediate layer, the number of units of each layer and the number of layers themselves may be increased or decreased. These are parameters that should be adjusted according to the approximation accuracy at the time of learning FNN performed in advance.

本実施の形態では、出力情報として、FNNにより熱効率ηが算出される例を示しているが、出力情報として、FNNによりトルクTrqが算出されるように構成されてもよい。熱効率η及びトルクTrqのいずれが算出されても、式(3)等に示すように、熱効率ηとトルクTrqとを、吸入空気量、空燃比、単位質量当たりの燃料の熱量等を用いて相互に変換することができる。なお、熱効率ηは、燃焼室に供給した燃料の熱量の内、トルクに変換される割合である。 In the present embodiment, an example in which the thermal efficiency η is calculated by FNN is shown as output information, but the torque Trq may be calculated by FNN as output information. Regardless of whether the thermal efficiency η or the torque Trq is calculated, as shown in the equation (3) or the like, the thermal efficiency η and the torque Trq are mutually used by using the intake air amount, the air-fuel ratio, the heat amount of the fuel per unit mass, and the like. Can be converted to. The thermal efficiency η is a ratio of the amount of heat of the fuel supplied to the combustion chamber that is converted into torque.

<N個の係数算出用の点火時期の設定>
点火対応出力算出部321は、N個の係数算出用の点火時期(Nは、2以上の整数)を設定する。本実施の形態では、点火対応出力算出部321は、N個の係数算出用の点火時期として、内燃機関のトルクが最大になる点火時期である最大トルク点火時期θMBT、及び最大トルク点火時期よりも遅角側の点火時期である遅角側点火時期θsplの2個の係数算出用の点火時期を設定する。
<Ignition timing setting for calculating N coefficients>
The ignition-corresponding output calculation unit 321 sets ignition timings (N is an integer of 2 or more) for calculating N coefficients. In the present embodiment, the ignition-corresponding output calculation unit 321 has ignition timings for calculating N coefficients, which are larger than the maximum torque ignition timing θMBT, which is the ignition timing at which the torque of the internal combustion engine is maximized, and the maximum torque ignition timing. The ignition timing for calculating the two coefficients of the retard side ignition timing θspl, which is the retard side ignition timing, is set.

点火対応出力算出部321は、内燃機関のMBT算出用の運転状態と、最大トルク点火時期θMBTとの関係が予め設定されたMBT設定関数を用い、現在のMBT算出用の運転状態に対応する最大トルク点火時期θMBTを算出する。MBT算出用の運転状態は、回転速度Ne、充填効率Ec、EGR率Regr、及び空燃比AF等の運転状態に設定にされる。本実施の形態では、MBT算出用の運転状態は、出力算出用の運転状態と同じに設定されている。 The ignition-compatible output calculation unit 321 uses an MBT setting function in which the relationship between the operating state for MBT calculation of the internal combustion engine and the maximum torque ignition timing θMBT is preset, and the maximum corresponding to the current operating state for MBT calculation. Calculate the torque ignition timing θMBT. The operating state for calculating the MBT is set to the operating state such as the rotation speed Ne, the filling efficiency Ec, the EGR rate Regr, and the air-fuel ratio AF. In the present embodiment, the operating state for MBT calculation is set to be the same as the operating state for output calculation.

MBT設定関数は、ニューラルネットワークにより構成されてもよいし、複数のマップデータにより構成されてもよい。複数のマップデータにより構成される場合は、点火対応出力算出部321は、回転速度及び充填効率と最大トルク点火時期の基本値との関係が予め設定されたマップデータを用いて、現在の回転速度及び充填効率に対応する最大トルク点火時期の基本値を算出し、EGR率と補正値との関係が予め設定されたマップデータ、及び空燃比と補正値との関係が予め設定されたマップデータを用い、現在のEGR率及び空燃比に対応する補正値を算出し、最大トルク点火時期の基本値を補正値で補正して、最大トルク点火時期θMBTを算出する。 The MBT setting function may be composed of a neural network or a plurality of map data. When composed of a plurality of map data, the ignition corresponding output calculation unit 321 uses the map data in which the relationship between the rotation speed and the filling efficiency and the basic value of the maximum torque ignition timing is preset, and the current rotation speed is used. And the map data in which the basic value of the maximum torque ignition timing corresponding to the filling efficiency is calculated and the relationship between the EGR rate and the correction value is preset, and the map data in which the relationship between the air-fuel ratio and the correction value is preset. The correction value corresponding to the current EGR rate and the air-fuel ratio is calculated, and the basic value of the maximum torque ignition timing is corrected by the correction value to calculate the maximum torque ignition timing θMBT.

例えば、点火対応出力算出部321は、最大トルク点火時期θMBTに、予め設定された遅角角度Δθrtd(例えば、10度)を加算した角度を、遅角側点火時期θsplに設定する。或いは、点火対応出力算出部321は、後述する遅角上限点火時期θrtdを遅角側点火時期θsplに設定してもよい。 For example, the ignition corresponding output calculation unit 321 sets an angle obtained by adding a preset retard angle Δθrtd (for example, 10 degrees) to the maximum torque ignition timing θMBT as the retard side ignition timing θspl. Alternatively, the ignition corresponding output calculation unit 321 may set the retard angle upper limit ignition timing θrtd, which will be described later, to the retard angle side ignition timing θspl.

<N個の出力情報の算出>
点火対応出力算出部321は、上述した出力特性のニューラルネットワークを用い、現在の出力算出用の運転状態、及びN個の係数算出用の点火時期のそれぞれに対応するN個の出力情報を算出する。本実施の形態では、点火対応出力算出部321は、出力特性のニューラルネットワークを用い、現在の出力算出用の運転状態、及び2個の係数算出用の点火時期θMBT、θsplのそれぞれに対応する2個の熱効率ηMBT、ηsplを算出する。最大トルク点火時期θMBTに対応する熱効率ηMBTを、MBT熱効率ηMBTと称し、遅角側点火時期θsplに対応する熱効率ηsplを、遅角側熱効率ηsplと称する。
<Calculation of N output information>
The ignition-corresponding output calculation unit 321 uses the above-mentioned neural network of output characteristics to calculate N output information corresponding to each of the current operation state for output calculation and the ignition timing for N coefficient calculation. .. In the present embodiment, the ignition-corresponding output calculation unit 321 uses a neural network of output characteristics, and corresponds to the current operating state for output calculation and the ignition timings θMBT and θspl for calculating two coefficients, respectively. Calculate the thermal efficiencies ηMBT and ηspl. The thermal efficiency ηMBT corresponding to the maximum torque ignition timing θMBT is referred to as MBT thermal efficiency ηMBT, and the thermal efficiency ηspl corresponding to the retarded angle side ignition timing θspl is referred to as a retarded angle side thermal efficiency ηspl.

具体的には、点火対応出力算出部321は、現在の出力算出用の運転状態(本例では、実回転速度Ner、実充填効率Ecr、実EGR率Regrr、及び目標空燃比AFt又は実空燃比AFr)及び最大トルク点火時期θMBTを、出力特性のニューラルネットワークに入力し、ニューラルネットワークの各ユニットの算出処理を行い、ニューラルネットワークから出力された熱効率ηを、MBT熱効率ηMBTとして算出する。また、点火対応出力算出部321は、現在の出力算出用の運転状態及び遅角側点火時期θsplを、出力特性のニューラルネットワークに入力し、ニューラルネットワークの各ユニットの算出処理を行い、ニューラルネットワークから出力された熱効率ηを、遅角側熱効率ηsplとして算出する。 Specifically, the ignition-corresponding output calculation unit 321 is in operation for calculating the current output (in this example, the actual rotation speed Ne, the actual filling efficiency Ecr, the actual EGR rate Regrr, and the target air-fuel ratio AFt or the actual air-fuel ratio. AFr) and the maximum torque ignition timing θMBT are input to the neural network of the output characteristics, each unit of the neural network is calculated, and the thermal efficiency η output from the neural network is calculated as the MBT thermal efficiency ηMBT. Further, the ignition-compatible output calculation unit 321 inputs the current operation state for output calculation and the retard side ignition timing θspl to the neural network of the output characteristics, performs calculation processing for each unit of the neural network, and performs calculation processing from the neural network. The output thermal efficiency η is calculated as the retard side thermal efficiency ηspl.

なお、点火対応出力算出部321は、現在の出力算出用の運転状態とMBT熱効率ηMBTとの関係が予め設定されたマップデータを用い、現在の出力算出用の運転状態に対応するMBT熱効率ηMBTを算出するように構成されてもよい。この場合は、点火対応出力算出部321は、回転速度及び充填効率とMBT熱効率の基本値との関係が予め設定されたマップデータを用いて、現在の回転速度及び充填効率に対応するMBT熱効率の基本値を算出し、EGR率と補正値との関係が予め設定されたマップデータ、及び空燃比と補正値との関係が予め設定されたマップデータを用い、現在のEGR率及び空燃比に対応する補正値を算出し、MBT熱効率の基本値を補正値で補正して、MBT熱効率ηMBTを算出する。 The ignition-compatible output calculation unit 321 uses map data in which the relationship between the current output calculation operating state and the MBT thermal efficiency ηMBT is preset, and obtains the MBT thermal efficiency ηMBT corresponding to the current output calculation operating state. It may be configured to calculate. In this case, the ignition-corresponding output calculation unit 321 uses the map data in which the relationship between the rotation speed and the filling efficiency and the basic value of the MBT thermal efficiency is set in advance to obtain the MBT thermal efficiency corresponding to the current rotation speed and the filling efficiency. Corresponds to the current EGR rate and air-fuel ratio by calculating the basic value and using the map data in which the relationship between the EGR rate and the correction value is preset and the map data in which the relationship between the air-fuel ratio and the correction value is preset. The MBT thermal efficiency ηMBT is calculated by calculating the correction value to be performed and correcting the basic value of the MBT thermal efficiency with the correction value.

2-2-2.係数算出部322
係数算出部322は、N個の係数算出用の点火時期とN個の出力情報との間の関係を近似した近似関数の係数(パラメータ)を算出する。本実施の形態では、係数算出部322は、最大トルク点火時期θMBT、及び最大トルク点火時期θMBTに対応するMBT熱効率ηMBTを、2次関数とした近似関数の極値に設定し、遅角側点火時期θspl、及び遅角側点火時期θsplに対応する遅角側熱効率ηsplに基づいて、係数を算出する。
2-2-2. Coefficient calculation unit 322
The coefficient calculation unit 322 calculates the coefficient (parameter) of the approximate function that approximates the relationship between the ignition timing for calculating the N coefficients and the output information of the N elements. In the present embodiment, the coefficient calculation unit 322 sets the maximum torque ignition timing θMBT and the MBT thermal efficiency ηMBT corresponding to the maximum torque ignition timing θMBT to the extreme values of the approximate function as a quadratic function, and ignites on the retard side. The coefficient is calculated based on the timing θsp and the retard side thermal efficiency ηspl corresponding to the retard side ignition timing θspl.

近似関数は、次式及び図6に示す2次関数に設定されている。
η=ηMBT×{1-Ka×(θig-θMBT)} ・・・(1)
ここで、Kaは、2次関数の係数の1つであり、以下、感度係数Kaと称す。また、最大トルク点火時期θMBT、及びMBT熱効率ηMBTも、2次関数の係数である。すなわち、最大トルク点火時期θMBT、MBT熱効率ηMBT、及び感度係数Kaが、式(1)の2次関数の係数とされている。
The approximation function is set to the following equation and the quadratic function shown in FIG.
η = ηMBT × {1-Ka × (θig-θMBT) 2 } ・ ・ ・ (1)
Here, Ka is one of the coefficients of the quadratic function, and is hereinafter referred to as the sensitivity coefficient Ka. The maximum torque ignition timing θMBT and the MBT thermal efficiency ηMBT are also coefficients of the quadratic function. That is, the maximum torque ignition timing θMBT, the MBT thermal efficiency ηMBT, and the sensitivity coefficient Ka are the coefficients of the quadratic function of the equation (1).

そして、係数算出部322は、次式を用いて、感度係数Kaを算出する。式(2)は、式(1)に、遅角側点火時期θspl及び遅角側熱効率ηsplを代入して、感度係数Kaについて整理した式である。
Ka=(1-ηspl/ηMBT)/(θspl-θMBT) ・・・(2)
Then, the coefficient calculation unit 322 calculates the sensitivity coefficient Ka using the following equation. Equation (2) is an equation in which the sensitivity coefficient Ka is arranged by substituting the retard angle side ignition timing θsp and the retard angle side thermal efficiency ηspl into the equation (1).
Ka = (1-ηsp / ηMBT) / (θspl-θMBT) 2 ... (2)

2-2-3.制御量算出部323
制御量算出部323は、係数を用いて、制御用に設定された点火時期に対応する出力情報を算出し、算出した出力情報に基づいて、内燃機関の制御量を算出する。制御量算出部323は、内燃機関の制御量として、内燃機関の目標の吸入空気量(本例では、目標充填効率Ect)、内燃機関の目標点火時期θigt、及び内燃機関のトルクの1つ以上を算出する。
2-2-3. Control quantity calculation unit 323
The control amount calculation unit 323 calculates the output information corresponding to the ignition timing set for control using the coefficient, and calculates the control amount of the internal combustion engine based on the calculated output information. The control amount calculation unit 323 determines one or more of the target intake air amount of the internal combustion engine (target filling efficiency Ect in this example), the target ignition timing θight of the internal combustion engine, and the torque of the internal combustion engine as the control amount of the internal combustion engine. Is calculated.

この構成によれば、現在の運転条件における、点火時期と出力情報との間の関係を近似した近似関数の係数を一旦算出すれば、係数を用いた処理負荷の小さい演算により、各種の制御用の点火時期に対応する出力情報を算出することができ、及び出力情報に基づいて、各種の内燃機関の制御量を算出することができる。よって、処理負荷の大きい、出力特性のニューラルネットワークを用いた演算を繰り返し行う必要がなく、演算処理負荷を低減することができる。 According to this configuration, once the coefficient of the approximation function that approximates the relationship between the ignition timing and the output information under the current operating conditions is calculated, various control operations can be performed using the coefficient with a small processing load. The output information corresponding to the ignition timing of the above can be calculated, and the control amount of various internal combustion engines can be calculated based on the output information. Therefore, it is not necessary to repeatedly perform an operation using a neural network having output characteristics, which has a large processing load, and the operation processing load can be reduced.

2-2-3-1.係数を用いた目標点火時期θigtの算出
制御量算出部323は、制御用に設定された基準の点火時期θigbに対応する基準のトルクTrqbを、係数を用いて算出し、基準のトルクTrqbにトルクの変化量ΔTrqを加算して、目標トルクTrqtを算出し、目標トルクTrqtに対応する目標点火時期θigtを、係数を用いて算出する。
2-2-3-1. Calculation of target ignition timing θight using a coefficient The control amount calculation unit 323 calculates the reference torque Trqb corresponding to the reference ignition timing θigb set for control using the coefficient, and torques to the reference torque Trqb. The target torque Trqt is calculated by adding the change amount ΔTrq of the above, and the target ignition timing θight corresponding to the target torque Trqt is calculated using a coefficient.

この構成によれば、係数を用いた処理負荷の小さい演算により、基準の点火時期θigbに対応する基準のトルクTrqbを算出することができる。また、係数を用いた処理負荷の小さい演算により、目標トルクTrqtに対応する目標点火時期θigtを算出することができる。特に、この目標トルクTrqtに対応する目標点火時期θigtの算出は、出力特性のニューラルネットワークの逆特性の演算であるので、出力特性のニューラルネットワークを用いて算出しようとすると、点火時期を少しずつ変化させて、出力特性のニューラルネットワークの演算処理を繰り返し行って、目標トルクTrqtに対応する点火時期を探索する必要があり、処理負荷が特に大きくなる。よって、演算処理負荷の低減効果が大きくなる。 According to this configuration, the reference torque Trqb corresponding to the reference ignition timing θigb can be calculated by a small calculation of the processing load using the coefficient. Further, the target ignition timing θight corresponding to the target torque Trqt can be calculated by a small calculation of the processing load using the coefficient. In particular, the calculation of the target ignition timing θight corresponding to this target torque Trqt is the calculation of the inverse characteristic of the neural network of the output characteristic, so if the calculation is performed using the neural network of the output characteristic, the ignition timing changes little by little. Then, it is necessary to repeatedly perform the arithmetic processing of the neural network of the output characteristic to search for the ignition timing corresponding to the target torque Trqt, and the processing load becomes particularly large. Therefore, the effect of reducing the arithmetic processing load becomes large.

<点火時期の遅角によるトルクダウン要求>
点火時期の遅角によるトルクダウン要求があった場合の、目標点火時期θigtについて説明する。なお、高応答目標トルクTrqtfが低応答目標トルクTrqtsに一致しており、点火時期の遅角によるトルクダウン要求がない場合は、制御量算出部323は、基準の点火時期θigbを目標点火時期θigtに設定する。高応答目標トルクTrqtfが低応答目標トルクTrqtsよりも低く、点火時期の遅角によるトルクダウン要求がある場合は、制御量算出部323は、以下で説明する係数を用いた演算により、目標点火時期θigtを設定する。
<Torque down request due to retardation timing>
The target ignition timing θight when there is a torque down request due to the retard angle of the ignition timing will be described. If the high response target torque Trqtf matches the low response target torque Trqts and there is no torque down request due to the retard angle of the ignition timing, the control amount calculation unit 323 sets the reference ignition timing θigb to the target ignition timing θight. Set to. When the high response target torque Trqtf is lower than the low response target torque Trqts and there is a torque down request due to the retard angle of the ignition timing, the control amount calculation unit 323 calculates the target ignition timing by the calculation using the coefficient described below. Set θight.

制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、基準の点火時期θigbに対応する基準の熱効率ηbを算出し、基準の熱効率ηb、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、基準のトルクTrqbを算出する。
ηb=ηMBT×{1-Ka×(θigb-θMBT)
Trqb=Qcr/AFt×HT×ηb ・・・(3)
ここで、HTは、単位質量当たりの燃料の発熱量であり、燃料の種類に応じて予め設定される。
As shown in the following equation, the control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb using the coefficients Ka, θMBT, and ηMBT, and calculates the reference thermal efficiency ηb and the actual intake air amount Qcr. , And the reference torque Trqb is calculated based on the target air-fuel ratio AFt.
ηb = ηMBT × {1-Ka × (θigb-θMBT) 2 }
Trqb = Qcr / AFt × HT × ηb ・ ・ ・ (3)
Here, HT is the calorific value of the fuel per unit mass, and is preset according to the type of fuel.

また、制御量算出部323は、次式に示すように、MBT熱効率ηMBT、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、点火時期が最大トルク点火時期θMBTである場合の、トルクTrqMBT(MBTトルクTrqMBTと称す)を算出する。
TrqMBT=Qcr/AFt×HT×ηMBT ・・・(4)
Further, as shown in the following equation, the control amount calculation unit 323 determines the torque TrqMBT when the ignition timing is the maximum torque ignition timing θMBT based on the MBT thermal efficiency ηMBT, the actual intake air amount Qcr, and the target air-fuel ratio AFt. (MBT torque TrqMBT) is calculated.
TrqMBT = Qcr / AFt × HT × ηMBT ・ ・ ・ (4)

制御量算出部323は、次式に示すように、低応答目標トルクTrqtsから高応答目標トルクTrqtfを減算して、トルクダウン量ΔTdwnを算出する。そして、制御量算出部323は、感度係数Ka、基準のトルクTrqb、MBTトルクTrqMBT、及びトルクダウン量ΔTdwnに基づいて、目標点火時期θigtを算出する。

Figure 2022024224000002
The control amount calculation unit 323 calculates the torque down amount ΔTdwn by subtracting the high response target torque Trqtf from the low response target torque Trqts as shown in the following equation. Then, the control amount calculation unit 323 calculates the target ignition timing θight based on the sensitivity coefficient Ka, the reference torque Trqb, the MBT torque TrqMBT, and the torque down amount ΔTdwn.
Figure 2022024224000002

なお、制御量算出部323は、内燃機関の基準点火時期算出用の運転状態と、基準点火時期θigbとの関係が予め設定された基準点火時期設定関数を用い、現在の基準点火時期算出用の運転状態に対応する基準点火時期θigbを算出する。基準点火時期算出用の運転状態は、回転速度Ne、充填効率Ec、EGR率Regr、及び空燃比AF等の運転状態に設定にされる。本実施の形態では、基準点火時期算出用の運転状態は、出力算出用の運転状態と同じに設定されている。 The control amount calculation unit 323 uses a reference ignition timing setting function in which the relationship between the operating state for calculating the reference ignition timing of the internal combustion engine and the reference ignition timing θigb is preset, and is used for calculating the current reference ignition timing. The reference ignition timing θigb corresponding to the operating condition is calculated. The operating state for calculating the reference ignition timing is set to the operating state such as the rotation speed Ne, the filling efficiency Ec, the EGR rate Regr, and the air-fuel ratio AF. In the present embodiment, the operating state for calculating the reference ignition timing is set to be the same as the operating state for calculating the output.

基準点火時期設定関数は、ニューラルネットワークにより構成されてもよいし、複数のマップデータにより構成されてもよい。複数のマップデータにより構成される場合は、制御量算出部323は、回転速度及び充填効率と基準点火時期の基本値との関係が予め設定されたマップデータを用いて、現在の回転速度及び充填効率に対応する基準点火時期の基本値を算出し、EGR率と補正値との関係が予め設定されたマップデータ、及び空燃比と補正値との関係が予め設定されたマップデータを用い、現在のEGR率及び空燃比に対応する補正値を算出し、基準点火時期の基本値を補正値で補正して、基準点火時期θigbを算出する。 The reference ignition timing setting function may be configured by a neural network or may be configured by a plurality of map data. When composed of a plurality of map data, the control amount calculation unit 323 uses the map data in which the relationship between the rotation speed and the filling efficiency and the basic value of the reference ignition timing is preset, and the current rotation speed and the filling are used. The basic value of the reference ignition timing corresponding to the efficiency is calculated, and the map data in which the relationship between the EGR rate and the correction value is preset and the map data in which the relationship between the air-fuel ratio and the correction value are preset are used. The correction value corresponding to the EGR rate and the air-fuel ratio of is calculated, the basic value of the reference ignition timing is corrected by the correction value, and the reference ignition timing θigb is calculated.

<アイドリング時の目標点火時期>
次に、アイドリング時の目標点火時期θigtの設定について説明する。制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、アイドリング時の基準の点火時期θigb_idlに対応する基準の熱効率ηbを算出し、基準の熱効率ηb、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、基準のトルクTrqbを算出する。
ηb=ηMBT×{1-Ka×(θigb_idl-θMBT)
Trqb=Qcr/AFt×HT×ηb ・・・(6)
<Target ignition timing when idling>
Next, the setting of the target ignition timing θight during idling will be described. As shown in the following equation, the control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb_idl during idling using the coefficients Ka, θMBT, and ηMBT, and calculates the reference thermal efficiency ηb and the actual suction. The reference torque Trqb is calculated based on the air amount Qcr and the target air-fuel ratio AFt.
ηb = ηMBT × {1-Ka × (θigb_idl-θMBT) 2 }
Trqb = Qcr / AFt × HT × ηb ・ ・ ・ (6)

また、制御量算出部323は、次式に示すように、MBT熱効率ηMBTを用いて、点火時期が最大トルク点火時期θMBTである場合の、トルクTrqMBT(MBTトルクTrqMBTと称す)を算出する。
TrqMBT=Qcr/AFt×HT×ηMBT ・・・(7)
Further, as shown in the following equation, the control amount calculation unit 323 calculates the torque TrqMBT (referred to as MBT torque TrqMBT) when the ignition timing is the maximum torque ignition timing θMBT using the MBT thermal efficiency ηMBT.
TrqMBT = Qcr / AFt × HT × ηMBT ・ ・ ・ (7)

制御量算出部323は、各負荷の作動状態、水温等に基づいて、アイドリング時の、基準のトルクTrqbからの加算トルクΔTidlを算出する。負荷には、エアコンディショナーの作動状態、発電機の作動状態等がある。 The control amount calculation unit 323 calculates the additional torque ΔTidl from the reference torque Trqb at the time of idling based on the operating state of each load, the water temperature, and the like. The load includes the operating state of the air conditioner, the operating state of the generator, and the like.

そして、制御量算出部323は、次式に示すように、感度係数Ka、基準のトルクTrqb、MBTトルクTrqMBT、及び加算トルクΔTidlに基づいて、アイドリング時の目標点火時期θigtを算出する。

Figure 2022024224000003
Then, the control amount calculation unit 323 calculates the target ignition timing θight at the time of idling based on the sensitivity coefficient Ka, the reference torque Trqb, the MBT torque TrqMBT, and the added torque ΔTidl, as shown in the following equation.
Figure 2022024224000003

なお、制御量算出部323は、内燃機関のアイドルリング用の運転状態と、アイドルリング時の基準点火時期θigb_idlとの関係が予め設定されたアイドルリング時の基準点火時期設定関数を用い、現在のアイドルリング用の運転状態に対応するアイドルリング時の基準点火時期θigb_idlを算出する。アイドルリング用の運転状態は、回転速度Ne、充填効率Ec等の運転状態に設定にされる。アイドルリング時の基準点火時期設定関数は、マップデータにより構成されてもよいし、ニューラルネットワークにより構成されてもよい。 The control amount calculation unit 323 uses the current reference ignition timing setting function during idle ring in which the relationship between the operating state for idle ring of the internal combustion engine and the reference ignition timing θigb_idl during idle ring is preset. The reference ignition timing θigb_idl at the time of idle ring corresponding to the operating state for idle ring is calculated. The operating state for the idle ring is set to an operating state such as a rotation speed Ne and a filling efficiency Ec. The reference ignition timing setting function at the time of idle ring may be configured by map data or by a neural network.

2-2-3-2.係数を用いた目標充填効率Ectの算出
制御量算出部323は、制御用に設定された基準の点火時期θigbに対応する基準の熱効率ηbを、係数を用いて算出し、要求されているトルクを基準の熱効率ηbで除算した値に基づいて、内燃機関の目標の吸入空気量(本例では、目標充填効率Ect)を算出する。
2-2-3-2. Calculation of Target Filling Efficiency Ect Using Coefficient The control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb set for control using the coefficient, and calculates the required torque. Based on the value divided by the reference thermal efficiency ηb, the target intake air amount of the internal combustion engine (in this example, the target filling efficiency Ect) is calculated.

この構成によれば、係数を用いた処理負荷の小さい演算により、基準の点火時期θigbに対応する基準の熱効率ηbを算出することができる。 According to this configuration, the reference thermal efficiency ηb corresponding to the reference ignition timing θigb can be calculated by a small calculation of the processing load using the coefficient.

<低応答目標トルクTrqtsに対応する目標充填効率Ectの設定>
制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、基準の点火時期θigbに対応する基準の熱効率ηbを算出する。
ηb=ηMBT×{1-Ka×(θigb-θMBT)} ・・・(9)
<Setting of target filling efficiency Ect corresponding to low response target torque Trqts>
The control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb by using the coefficients Ka, θMBT, and ηMBT as shown in the following equation.
ηb = ηMBT × {1-Ka × (θigb-θMBT) 2 } ・ ・ ・ (9)

そして、制御量算出部323は、次式に示すように、低応答目標トルクTrqts、基準の熱効率ηb、及び目標空燃比AFtに基づいて、目標充填効率Ectを算出する。
Ect=Trqts/ηb/HT×AFt/(ρ×Vcyl)×100
・・・(10)
ここで、ρは、空気密度であり、Vcylは、燃焼室の容積である。
Then, the control amount calculation unit 323 calculates the target filling efficiency Ect based on the low response target torque Trqts, the reference thermal efficiency ηb, and the target air-fuel ratio AFt, as shown in the following equation.
Ect = Trqts / ηb / HT × AFt / (ρ × Vcyl) × 100
... (10)
Here, ρ is the air density and Vcyl is the volume of the combustion chamber.

<アイドリング時の目標充填効率Ectの設定>
制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、アイドリング時の基準の点火時期θigb_idlに対応する基準の熱効率ηbを算出する。
ηb=ηMBT×{1-Ka×(θigb_idl-θMBT)
・・・(11)
<Setting the target filling efficiency Ect when idling>
As shown in the following equation, the control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb_idl at the time of idling by using the coefficients Ka, θMBT, and ηMBT.
ηb = ηMBT × {1-Ka × (θigb_idl-θMBT) 2 }
... (11)

そして、制御量算出部323は、次式に示すように、アイドリング時の要求トルクTrq_idl、駆動系トルクTrqm、基準の熱効率ηb、及び目標空燃比AFtに基づいて、目標充填効率Ectを算出する。
Ect=(Trq_idl+Trqm)/ηb/HT×AFt
/(ρ×Vcyl)×100 ・・・(12)
Then, the control amount calculation unit 323 calculates the target filling efficiency Ect based on the required torque Trq_idl at idling, the drive system torque Trqm, the reference thermal efficiency ηb, and the target air-fuel ratio AFt, as shown in the following equation.
Ect = (Trq_idl + Trqm) / ηb / HT × AFt
/ (Ρ × Vcyl) × 100 ・ ・ ・ (12)

制御量算出部323は、回転速度Ne等の運転状態に基づいて、アイドリング時の要求トルクTrq_idlを算出する。また、制御量算出部323は、水温、発電機の作動状態等に基づいて、駆動系トルクTrqmを算出する。 The control amount calculation unit 323 calculates the required torque Trq_idl at the time of idling based on the operating state such as the rotation speed Ne. Further, the control amount calculation unit 323 calculates the drive system torque Trqm based on the water temperature, the operating state of the generator, and the like.

<点火時期の遅角時の目標充填効率Ectの設定>
触媒昇温等のために、点火時期の遅角が設定される場合があり、その場合の目標充填効率Ectの設定について説明する。制御量算出部323は、制御用に設定された基準の点火時期θigbに対応する基準のトルクTrqbを、係数を用いて算出し、基準の点火時期θigbから遅角した目標点火時期θigtに対応する遅角後の熱効率ηrtdを、係数を用いて算出し、基準のトルクTrqbを遅角後の熱効率ηrtdで除算した値に基づいて、内燃機関の目標の吸入空気量(本例では、目標充填効率Ect)を算出する。
<Setting of target filling efficiency Ect when the ignition timing is retarded>
The retard angle of the ignition timing may be set due to the temperature rise of the catalyst or the like, and the setting of the target filling efficiency Ect in that case will be described. The control amount calculation unit 323 calculates the reference torque Trqb corresponding to the reference ignition timing θigb set for control using a coefficient, and corresponds to the target ignition timing θight retarded from the reference ignition timing θigb. The thermal efficiency ηrtd after retardation is calculated using a coefficient, and the reference torque Trqb is divided by the thermal efficiency ηrtd after retardation, and the target intake air amount of the internal combustion engine (in this example, the target filling efficiency). Ect) is calculated.

この構成によれば、係数を用いた処理負荷の小さい演算により、基準の点火時期θigbに対応する基準のトルクTrqb、及び遅角後の目標点火時期θigtに対応する遅角後の熱効率ηrtdを算出することができる。 According to this configuration, the reference torque Trqb corresponding to the reference ignition timing θigb and the thermal efficiency ηrtd after the retard angle corresponding to the target ignition timing θight after the retard angle are calculated by a small calculation of the processing load using the coefficient. can do.

制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、基準の点火時期θigbに対応する基準の熱効率ηbを算出し、基準の熱効率ηb、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、基準のトルクTrqbを算出する。
ηb=ηMBT×{1-Ka×(θigb-θMBT)
Trqb=Qcr/AFt×HT×ηb ・・・(13)
As shown in the following equation, the control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb using the coefficients Ka, θMBT, and ηMBT, and calculates the reference thermal efficiency ηb and the actual intake air amount Qcr. , And the reference torque Trqb is calculated based on the target air-fuel ratio AFt.
ηb = ηMBT × {1-Ka × (θigb-θMBT) 2 }
Trqb = Qcr / AFt × HT × ηb ・ ・ ・ (13)

制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、遅角後の目標点火時期θigtに対応する遅角後の熱効率ηrtdを算出する。
θigt=θigb+Δθrtd
ηrtd=ηMBT×{1-Ka×(θigt-θMBT)} ・・・(14)
ここで、Δθrtdは、点火時期の遅角量であり、水温等に基づいて設定される。
As shown in the following equation, the control amount calculation unit 323 calculates the thermal efficiency ηrtd after the retard angle corresponding to the target ignition timing θight after the retard angle using the coefficients Ka, θMBT, and ηMBT.
θight = θigb + Δθrtd
ηrtd = ηMBT × {1-Ka × (θight-θMBT) 2 } ・ ・ ・ (14)
Here, Δθrtd is the retard angle amount of the ignition timing, and is set based on the water temperature and the like.

そして、制御量算出部323は、次式に示すように、基準のトルクTrqb、遅角後の熱効率ηrtd、及び目標空燃比AFtに基づいて、目標充填効率Ectを算出する。
Ect=Trqb/ηrtd/HT×AFt/(ρ×Vcyl)×100
・・・(15)
Then, the control amount calculation unit 323 calculates the target filling efficiency Ect based on the reference torque Trqb, the thermal efficiency ηrtd after the retard angle, and the target air-fuel ratio AFt, as shown in the following equation.
Ect = Trqb / ηrtd / HT × AFt / (ρ × Vcyl) × 100
... (15)

なお、遅角時の目標充填効率Ectの設定は、アイドリング時に行われてもよい。この場合は、式(13)の基準の点火時期θigbが、アイドリング時の基準の点火時期θigb_idlに設定される。 The target filling efficiency Ect at the time of retard may be set at the time of idling. In this case, the reference ignition timing θigb of the equation (13) is set to the reference ignition timing θigb_idl at the time of idling.

2-2-3-3.係数を用いた点火時期によるトルクの操作可能範囲の算出
制御量算出部323は、制御用に設定された基準の点火時期θigbに対応する基準のトルクTrqbを、係数を用いて算出し、制御用に設定された遅角側の上限の点火時期(本例では、上述した遅角上限点火時期θrtd)に対応する遅角側の上限のトルクTrqrtdを算出し、基準のトルクTrqbから遅角側の上限のトルクTrqrtdまでを、点火時期の遅角によるトルクの操作可能範囲として算出する。
2-2-3-3. Calculation of the operable range of torque by ignition timing using coefficient The control amount calculation unit 323 calculates the reference torque Trqb corresponding to the reference ignition timing θigb set for control by using the coefficient, and is used for control. The torque Trqrtd of the upper limit of the retard angle side corresponding to the ignition timing of the upper limit of the retard angle side set to (in this example, the above-mentioned retard angle upper limit ignition timing θrtd) is calculated, and the torque Trqrtd of the retard angle side is calculated from the reference torque Trqb. Up to the upper limit torque Trqrtd is calculated as the operable range of the torque due to the retard angle of the ignition timing.

この構成によれば、係数を用いた処理負荷の小さい演算により、基準の点火時期θigbに対応する基準のトルクTrqb、及び遅角上限点火時期θrtdに対応する遅角側の上限のトルクTrqrtdを算出し、点火時期の遅角によるトルクの操作可能範囲を算出することができる。 According to this configuration, the reference torque Trqb corresponding to the reference ignition timing θigb and the upper limit torque Trqrtd on the retard side corresponding to the retard angle upper limit ignition timing θrtd are calculated by a small calculation of the processing load using the coefficient. Then, the operable range of the torque due to the retard angle of the ignition timing can be calculated.

制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、基準の点火時期θigbに対応する基準の熱効率ηbを算出し、基準の熱効率ηb、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、基準のトルクTrqbを算出する。
ηb=ηMBT×{1-Ka×(θigb-θMBT)
Trqb=Qcr/AFt×HT×ηb ・・・(16)
As shown in the following equation, the control amount calculation unit 323 calculates the reference thermal efficiency ηb corresponding to the reference ignition timing θigb using the coefficients Ka, θMBT, and ηMBT, and calculates the reference thermal efficiency ηb and the actual intake air amount Qcr. , And the reference torque Trqb is calculated based on the target air-fuel ratio AFt.
ηb = ηMBT × {1-Ka × (θigb-θMBT) 2 }
Trqb = Qcr / AFt × HT × ηb ・ ・ ・ (16)

また、制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、遅角上限点火時期θrtdに対応する遅角側の上限の熱効率ηrtdを算出し、遅角側の上限の熱効率ηrtd、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、遅角側の上限のトルクTrqrtdを算出する。
ηrtd=ηMBT×{1-Ka×(θrtd-θMBT)
Trqrtd=Qcr/AFt×HT×ηrtd ・・・(17)
Further, as shown in the following equation, the control amount calculation unit 323 calculates the thermal efficiency ηrtd of the upper limit of the retard angle side corresponding to the retard angle upper limit ignition timing θrtd by using the coefficients Ka, θMBT, and ηMBT, and the retard angle side. The upper limit torque Trqrtd on the retard side is calculated based on the upper limit thermal efficiency ηrtd, the actual intake air amount Qcr, and the target air-fuel ratio AFt.
ηrtd = ηMBT × {1-Ka × (θrtd-θMBT) 2 }
Trqrtd = Qcr / AFt × HT × ηrtd ・ ・ ・ (17)

制御量算出部323は、算出した基準のトルクTrqbから遅角側の上限のトルクTrqrtdまでの操作可能範囲を、目標トルクの設定に用いたり、外部の制御装置に伝達したりする。 The control amount calculation unit 323 uses the operable range from the calculated reference torque Trqb to the upper limit torque Trqrtd on the retard side for setting the target torque or transmitting it to an external control device.

2-2-3-4.係数を用いた実トルクTrqrの算出
制御量算出部323は、最終点火時期θsaに対応する実トルクTrqrを、係数を用いて算出する。なお、ノックの検出による点火時期の遅角補正が行われていない場合は、最終点火時期θsaの代わりに、目標点火時期θigtが用いられもよい。
2-2-3-4. Calculation of actual torque Trqr using a coefficient The control amount calculation unit 323 calculates the actual torque Trqr corresponding to the final ignition timing θsa using the coefficient. If the ignition timing retard correction is not performed by detecting knock, the target ignition timing θight may be used instead of the final ignition timing θsa.

この構成によれば、係数を用いた処理負荷の小さい演算により、最終点火時期θsaに対応する実トルクTrqrを算出することができる。 According to this configuration, the actual torque Trqr corresponding to the final ignition timing θsa can be calculated by a small calculation of the processing load using the coefficient.

制御量算出部323は、次式に示すように、係数Ka、θMBT、ηMBTを用いて、最終点火時期θsaに対応する実熱効率ηrを算出し、実熱効率ηr、実吸入空気量Qcr、及び目標空燃比AFtに基づいて、実トルクTrqrを算出する。
ηr=ηMBT×{1-Ka×(θsa-θMBT)
Trqr=Qcr/AFt×HT×ηr ・・・(18)
As shown in the following equation, the control amount calculation unit 323 calculates the actual thermal efficiency ηr corresponding to the final ignition timing θsa using the coefficients Ka, θMBT, and ηMBT, and the actual thermal efficiency ηr, the actual intake air amount Qcr, and the target. The actual torque Trqr is calculated based on the air-fuel ratio AFt.
ηr = ηMBT × {1-Ka × (θsa-θMBT) 2 }
Trqr = Qcr / AFt × HT × ηr ・ ・ ・ (18)

2.実施の形態2
次に、実施の形態2に係る制御装置30について説明する。上記の実施の形態1と同様の構成部分は説明を省略する。本実施の形態に係る制御装置30の基本的な構成は実施の形態1と同様であるが、N個の係数算出用の点火時期の設定方法、及び係数の算出方法が、実施の形態1と異なる。図7に、本実施の形態に係るトルクインターフェイス部32のブロック図を示す。
2. 2. Embodiment 2
Next, the control device 30 according to the second embodiment will be described. The description of the same components as those in the first embodiment will be omitted. The basic configuration of the control device 30 according to the present embodiment is the same as that of the first embodiment, but the method of setting the ignition timing for calculating the N coefficients and the method of calculating the coefficients are the same as those of the first embodiment. different. FIG. 7 shows a block diagram of the torque interface unit 32 according to the present embodiment.

点火対応出力算出部321は、N個の係数算出用の点火時期として、互いに異なる3個の係数算出用の点火時期θspl1、θspl2、θspl3を設定する。 The ignition-corresponding output calculation unit 321 sets ignition timings θspl1, θspl2, and θspl3 for calculating three different coefficients as ignition timings for calculating N coefficients.

例えば、次式に示すように、点火対応出力算出部321は、第1の係数算出用の点火時期θspl1を、基準の点火時期θigbに設定し、第2の係数算出用の点火時期θspl2を、基準の点火時期θigbよりも第1角度(例えば、5度)だけ遅角側に設定し、第3の係数算出用の点火時期θspl3を、基準の点火時期θigbよりも第2角度(例えば、10度)だけ遅角側に設定する。
θspl1=θigb、θspl2=θigb+5、θspl3=θigb+10
・・・(19)
For example, as shown in the following equation, the ignition-corresponding output calculation unit 321 sets the ignition timing θspl1 for the first coefficient calculation to the reference ignition timing θigb, and sets the ignition timing θspl2 for the second coefficient calculation. The ignition timing θspl3 for calculating the third coefficient is set to the retard side by the first angle (for example, 5 degrees) from the reference ignition timing θigb, and the ignition timing θspl3 for calculating the third coefficient is set to the second angle (for example, 10) from the reference ignition timing θigb. Set only the degree) to the retard side.
θspl1 = θigb, θspl2 = θigb + 5, θspl3 = θigb +10
... (19)

なお、第3の係数算出用の点火時期θspl3が、遅角上限点火時期θrtdに設定され、第2の係数算出用の点火時期θspl2が、第1係数算出用の点火時期θspl1と第3の係数算出用の点火時期θspl3との中間角度に設定されてもよい。 The ignition timing θspl3 for calculating the third coefficient is set to the retard upper limit ignition timing θrtd, and the ignition timing θspl2 for calculating the second coefficient is the ignition timing θspl1 for calculating the first coefficient and the third coefficient. It may be set to an intermediate angle with the ignition timing θspl3 for calculation.

そして、点火対応出力算出部321は、出力特性のニューラルネットワークを用い、現在の出力算出用の運転状態、及び3個の係数算出用の点火時期θspl1、θspl2、θspl3のそれぞれに対応する3個の熱効率ηspl1、ηspl2、ηspl3を算出する。 Then, the ignition-corresponding output calculation unit 321 uses a neural network of output characteristics, and has three ignition timings θspl1, θspl2, and θspl3 for calculating the current output and three coefficients. The thermal efficiencies ηspl1, ηspl2, and ηspl3 are calculated.

具体的には、点火対応出力算出部321は、現在の出力算出用の運転状態(本例では、実回転速度Ner、実充填効率Ecr、実EGR率Regrr、及び目標空燃比AFt又は実空燃比AFr)及び第1の係数算出用の点火時期θspl1を、出力特性のニューラルネットワークに入力し、ニューラルネットワークの算出処理を行い、ニューラルネットワークから出力された熱効率ηを、第1の熱効率ηspl1として算出する。また、点火対応出力算出部321は、現在の出力算出用の運転状態及び第2の係数算出用の点火時期θspl2を、出力特性のニューラルネットワークに入力し、ニューラルネットワークの算出処理を行い、ニューラルネットワークから出力された熱効率ηを、第2の熱効率ηspl2として算出する。点火対応出力算出部321は、現在の出力算出用の運転状態及び第3の係数算出用の点火時期θspl3を、出力特性のニューラルネットワークに入力し、ニューラルネットワークの算出処理を行い、ニューラルネットワークから出力された熱効率ηを、第3の熱効率ηspl3として算出する。 Specifically, the ignition-corresponding output calculation unit 321 is in operation for calculating the current output (in this example, the actual rotation speed Ne, the actual filling efficiency Ecr, the actual EGR rate Regrr, and the target air-fuel ratio AFt or the actual air-fuel ratio. AFr) and the ignition timing θspl1 for calculating the first coefficient are input to the neural network of the output characteristics, the neural network is calculated, and the thermal efficiency η output from the neural network is calculated as the first thermal efficiency ηspl1. .. Further, the ignition-compatible output calculation unit 321 inputs the current operating state for output calculation and the ignition timing θspl2 for the second coefficient calculation to the neural network of the output characteristics, performs the calculation process of the neural network, and performs the neural network. The thermal efficiency η output from is calculated as the second thermal efficiency ηspl2. The ignition-compatible output calculation unit 321 inputs the current operating state for output calculation and the ignition timing θspl3 for calculating the third coefficient into the neural network of the output characteristics, performs the calculation process of the neural network, and outputs it from the neural network. The calculated thermal efficiency η is calculated as a third thermal efficiency ηspl3.

そして、係数算出部322は、3個の係数算出用の点火時期θspl1、θspl2、θspl3と3個の熱効率ηspl1、ηspl2、ηspl3との間の関係を近似した近似関数としての2次関数の係数を算出する。 Then, the coefficient calculation unit 322 calculates the coefficient of the quadratic function as an approximate function that approximates the relationship between the ignition timings θspl1, θspl2, and θspl3 for calculating the three coefficients and the three thermal efficiencies ηspl1, ηspl2, and ηspl3. calculate.

近似関数は、次式及び図8に示す2次関数に設定されている。
η=A×θig+B×θig+C ・・・(20)
ここで、Aは、2次の項の係数であり、Bは、1次の項の係数であり、Cは、0次の項の係数である。
The approximation function is set to the following equation and the quadratic function shown in FIG.
η = A × θig 2 + B × θig + C ・ ・ ・ (20)
Here, A is a coefficient of a second-order term, B is a coefficient of a first-order term, and C is a coefficient of a zero-order term.

係数算出部322は、次式を用い、3つの係数A、B、Cを算出する。

Figure 2022024224000004
The coefficient calculation unit 322 calculates three coefficients A, B, and C using the following equation.
Figure 2022024224000004

なお、実施の形態2の3つの係数A、B、Cと実施の形態1の3つの係数θMBT、ηMBT、Kaとの関係は次式となる。

Figure 2022024224000005
The relationship between the three coefficients A, B, and C of the second embodiment and the three coefficients θMBT, ηMBT, and Ka of the first embodiment is as follows.
Figure 2022024224000005

よって、実施の形態1の式(3)から式(18)に、式(22)を代入すれば、本実施の形態に係る3つの係数A、B、Cを用いて、制御量を算出することができる。或いは、式(3)から式(18)を、3つの係数A、B、Cに合わせて予め式変形を行っておいてもよい。 Therefore, by substituting the equation (22) into the equations (3) to (18) of the first embodiment, the control amount is calculated using the three coefficients A, B, and C according to the present embodiment. be able to. Alternatively, the equations (3) to (18) may be transformed in advance according to the three coefficients A, B, and C.

なお、Nが、4つ以上の数に設定されてもよく、この場合は、点火時期θigとトルクTrqとの関係が4点以上算出され、最小二乗法等の回帰分析の手法で、3つの係数A、B、Cが算出されてもよい。 Note that N may be set to a number of 4 or more. In this case, the relationship between the ignition timing θig and the torque Trq is calculated at 4 points or more, and 3 by a regression analysis method such as the least squares method. Coefficients A, B, C may be calculated.

本願は、様々な例示的な実施の形態及び実施例が記載されているが、1つ、または複数の実施の形態に記載された様々な特徴、態様、及び機能は特定の実施の形態の適用に限られるのではなく、単独で、または様々な組み合わせで実施の形態に適用可能である。従って、例示されていない無数の変形例が、本願明細書に開示される技術の範囲内において想定される。例えば、少なくとも1つの構成要素を変形する場合、追加する場合または省略する場合、さらには、少なくとも1つの構成要素を抽出し、他の実施の形態の構成要素と組み合わせる場合が含まれるものとする。 Although the present application describes various exemplary embodiments and examples, the various features, embodiments, and functions described in one or more embodiments are applications of a particular embodiment. It is not limited to, but can be applied to embodiments alone or in various combinations. Therefore, innumerable variations not exemplified are envisioned within the scope of the techniques disclosed herein. For example, it is assumed that at least one component is modified, added or omitted, and further, at least one component is extracted and combined with the components of other embodiments.

1 内燃機関、30 内燃機関の制御装置、321 点火対応出力算出部、322 係数算出部、323 制御量算出部、33 エンジン制御部 1 internal combustion engine, 30 internal combustion engine control device, 321 ignition compatible output calculation unit, 322 coefficient calculation unit, 323 control amount calculation unit, 33 engine control unit

本願の内燃機関の制御装置は、
N個の係数算出用の点火時期(Nは、2以上の整数)を設定し、
内燃機関の出力算出用の運転状態及び点火時期と、内燃機関のトルク又は熱効率である出力情報との関係が予め学習されたニューラルネットワークを用い、現在の前記出力算出用の運転状態、及び前記N個の係数算出用の点火時期のそれぞれに対応するN個の前記出力情報を算出する点火対応出力算出部と、
前記N個の係数算出用の点火時期と前記N個の出力情報との間の関係を近似した近似関数の係数を算出する係数算出部と、
前記係数を用いて、制御用に設定された点火時期に対応する前記出力情報を算出し、算出した前記出力情報に基づいて、内燃機関の制御量を算出する制御量算出部と、
前記内燃機関の制御量に基づいて、内燃機関を制御するエンジン制御部と、
を備え
前記制御量算出部は、制御用に設定された基準の点火時期に対応する基準の熱効率を、前記係数を用いて算出し、要求されているトルクを前記基準の熱効率で除算した値に基づいて、内燃機関の目標の吸入空気量を算出するものである。

The control device for the internal combustion engine of the present application is
Set the ignition timing for calculating N coefficients (N is an integer of 2 or more),
Using a neural network in which the relationship between the operating state and ignition timing for calculating the output of the internal combustion engine and the output information which is the torque or thermal efficiency of the internal combustion engine is learned in advance, the current operating state for calculating the output and the N An ignition-compatible output calculation unit that calculates N of the output information corresponding to each of the ignition timings for calculating the coefficients, and an ignition-compatible output calculation unit.
A coefficient calculation unit that calculates the coefficient of an approximate function that approximates the relationship between the ignition timing for calculating the N coefficients and the output information of the N elements.
A control amount calculation unit that calculates the output information corresponding to the ignition timing set for control using the coefficient and calculates the control amount of the internal combustion engine based on the calculated output information.
An engine control unit that controls an internal combustion engine based on the amount of control of the internal combustion engine,
Equipped with
The control amount calculation unit calculates the reference thermal efficiency corresponding to the reference ignition timing set for control using the coefficient, and is based on the value obtained by dividing the required torque by the reference thermal efficiency. , The target intake air amount of the internal combustion engine is calculated.

Claims (11)

N個の係数算出用の点火時期(Nは、2以上の整数)を設定し、
内燃機関の出力算出用の運転状態及び点火時期と、内燃機関のトルク又は熱効率である出力情報との関係が予め学習されたニューラルネットワークを用い、現在の前記出力算出用の運転状態、及び前記N個の係数算出用の点火時期のそれぞれに対応するN個の前記出力情報を算出する点火対応出力算出部と、
前記N個の係数算出用の点火時期と前記N個の出力情報との間の関係を近似した近似関数の係数を算出する係数算出部と、
前記係数を用いて、制御用に設定された点火時期に対応する前記出力情報を算出し、算出した前記出力情報に基づいて、内燃機関の制御量を算出する制御量算出部と、
前記内燃機関の制御量に基づいて、内燃機関を制御するエンジン制御部と、
を備えた内燃機関の制御装置。
Set the ignition timing for calculating N coefficients (N is an integer of 2 or more),
Using a neural network in which the relationship between the operating state and ignition timing for calculating the output of the internal combustion engine and the output information which is the torque or thermal efficiency of the internal combustion engine is learned in advance, the current operating state for calculating the output and the N An ignition-compatible output calculation unit that calculates N of the output information corresponding to each of the ignition timings for calculating the coefficients, and an ignition-compatible output calculation unit.
A coefficient calculation unit that calculates the coefficient of an approximate function that approximates the relationship between the ignition timing for calculating the N coefficients and the output information of the N elements.
A control amount calculation unit that calculates the output information corresponding to the ignition timing set for control using the coefficient and calculates the control amount of the internal combustion engine based on the calculated output information.
An engine control unit that controls an internal combustion engine based on the amount of control of the internal combustion engine,
Internal combustion engine control device equipped with.
前記制御量算出部は、前記内燃機関の制御量として、内燃機関の目標の吸入空気量、内燃機関の目標の点火時期、及び内燃機関のトルクの1つ以上を算出する請求項1に記載の内燃機関の制御装置。 The first aspect of claim 1, wherein the control amount calculation unit calculates one or more of the target intake air amount of the internal combustion engine, the target ignition timing of the internal combustion engine, and the torque of the internal combustion engine as the control amount of the internal combustion engine. Internal combustion engine control device. 前記制御量算出部は、制御用に設定された基準の点火時期に対応する基準のトルクを、前記係数を用いて算出し、前記基準のトルクにトルクの変化量を加算して、目標のトルクを算出し、前記目標のトルクに対応する前記目標の点火時期を、前記係数を用いて算出する請求項1又は2に記載の内燃機関の制御装置。 The control amount calculation unit calculates the reference torque corresponding to the reference ignition timing set for control using the coefficient, adds the amount of change in torque to the reference torque, and obtains the target torque. The control device for an internal combustion engine according to claim 1 or 2, wherein the target ignition timing corresponding to the target torque is calculated using the coefficient. 前記制御量算出部は、制御用に設定された基準の点火時期に対応する基準の熱効率を、前記係数を用いて算出し、要求されているトルクを前記基準の熱効率で除算した値に基づいて、内燃機関の目標の吸入空気量を算出する請求項1から3のいずれか一項に記載の内燃機関の制御装置。 The control amount calculation unit calculates the reference thermal efficiency corresponding to the reference ignition timing set for control using the coefficient, and divides the required torque by the reference thermal efficiency based on the value. The control device for an internal combustion engine according to any one of claims 1 to 3, wherein the target intake air amount of the internal combustion engine is calculated. 前記制御量算出部は、制御用に設定された基準の点火時期に対応する基準のトルクを、前記係数を用いて算出し、前記基準の点火時期から遅角した目標の点火時期に対応する遅角後の熱効率を、前記係数を用いて算出し、前記基準のトルクを前記遅角後の熱効率で除算した値に基づいて、内燃機関の目標の吸入空気量を算出する請求項1から4のいずれか一項に記載の内燃機関の制御装置。 The control amount calculation unit calculates the reference torque corresponding to the reference ignition timing set for control using the coefficient, and delays corresponding to the target ignition timing retarded from the reference ignition timing. The target intake air amount of the internal combustion engine is calculated based on the value obtained by calculating the thermal efficiency after the angle using the coefficient and dividing the reference torque by the thermal efficiency after the retard angle. The control device for an internal combustion engine according to any one of the following items. 前記制御量算出部は、制御用に設定された基準の点火時期に対応する基準のトルクを、前記係数を用いて算出し、制御用に設定された遅角側の上限の点火時期に対応する遅角側の上限のトルクを算出し、前記基準のトルクから前記遅角側の上限のトルクまでを、点火時期の遅角によるトルクの操作可能範囲として算出する請求項1から5のいずれか一項に記載の内燃機関の制御装置。 The control amount calculation unit calculates the reference torque corresponding to the reference ignition timing set for control using the coefficient, and corresponds to the upper limit ignition timing on the retard side set for control. Any one of claims 1 to 5 for calculating the upper limit torque on the retard side and calculating from the reference torque to the upper limit torque on the retard side as the operable range of the torque due to the retard of the ignition timing. The control device for the internal combustion engine according to the section. 前記制御量算出部は、最終の点火時期に対応するトルクを、前記係数を用いて算出する請求項1から6のいずれか一項に記載の内燃機関の制御装置。 The control device for an internal combustion engine according to any one of claims 1 to 6, wherein the control amount calculation unit calculates a torque corresponding to the final ignition timing by using the coefficient. 前記点火対応出力算出部は、内燃機関のMBT算出用の運転状態と、内燃機関のトルクが最大になる点火時期である最大トルク点火時期との関係が予め設定されたMBT設定関数を用い、現在の前記MBT算出用の運転状態に対応する前記最大トルク点火時期を算出し、
前記N個の係数算出用の点火時期として、前記最大トルク点火時期、及び前記最大トルク点火時期よりも遅角側の点火時期である遅角側点火時期の2個の係数算出用の点火時期を設定し、
前記ニューラルネットワークを用い、現在の前記出力算出用の運転状態、及び前記2個の係数算出用の点火時期のそれぞれに対応する2個の前記出力情報を算出し、
前記係数算出部は、前記最大トルク点火時期、及び前記最大トルク点火時期に対応する前記出力情報を、2次関数とした前記近似関数の極値に設定し、前記遅角側点火時期、及び前記遅角側点火時期に対応する前記出力情報に基づいて、前記係数を算出する請求項1から7のいずれか一項に記載の内燃機関の制御装置。
The ignition-compatible output calculation unit uses an MBT setting function in which the relationship between the operating state for calculating the MBT of the internal combustion engine and the maximum torque ignition timing, which is the ignition timing at which the torque of the internal combustion engine is maximized, is preset. The maximum torque ignition timing corresponding to the operating state for calculating the MBT of the above is calculated.
As the ignition timing for calculating the N coefficients, the ignition timing for calculating the two coefficients, the maximum torque ignition timing and the ignition timing on the retard side, which is the ignition timing on the retard side of the maximum torque ignition timing, are used. Set,
Using the neural network, the two output information corresponding to the current operating state for the output calculation and the ignition timing for the two coefficient calculation are calculated.
The coefficient calculation unit sets the maximum torque ignition timing and the output information corresponding to the maximum torque ignition timing to the extreme value of the approximate function as a quadratic function, and sets the retard side ignition timing and the retardation side ignition timing. The control device for an internal combustion engine according to any one of claims 1 to 7, wherein the coefficient is calculated based on the output information corresponding to the retard side ignition timing.
前記係数算出部は、前記最大トルク点火時期を、θMBTとし、前記最大トルク点火時期に対応する前記出力情報を、OIMBTとし、前記点火時期を、θigとし、前記出力情報を、OIとし、前記係数の1つである感度係数を、Kaとし、
前記近似関数を、
OI=OIMBT×{1-Ka×(θig-θMBT)
の2次関数に設定し、
前記遅角側点火時期を、θsplとし、前記遅角側点火時期に対応する前記出力情報を、OIsplとし、前記係数の1つである感度係数を、Kaとし、
Ka=(1-OIspl/OIMBT)/(θspl-θMBT)
の算出式を用いて、前記感度係数を算出し、
前記最大トルク点火時期に対応する前記出力情報、及び前記最大トルク点火時期を、残りの2つの前記係数として算出する請求項8に記載の内燃機関の制御装置。
The coefficient calculation unit sets the maximum torque ignition timing as θMBT, the output information corresponding to the maximum torque ignition timing as OIMBT, the ignition timing as θig, and the output information as OI, and the coefficient. The sensitivity coefficient, which is one of the above, is set to Ka.
The approximation function,
OI = OIMBT × {1-Ka × (θig-θMBT) 2 }
Set to the quadratic function of
The retard angle side ignition timing is θspl, the output information corresponding to the retard angle side ignition timing is OISpl, and the sensitivity coefficient, which is one of the coefficients, is Ka.
Ka = (1-OIspl / OIMBT) / (θspl-θMBT) 2
Calculate the sensitivity coefficient using the calculation formula of
The control device for an internal combustion engine according to claim 8, wherein the output information corresponding to the maximum torque ignition timing and the maximum torque ignition timing are calculated as the remaining two coefficients.
前記点火対応出力算出部は、前記ニューラルネットワークを用いず、前記出力算出用の運転状態と、前記最大トルク点火時期に対応する前記出力情報との関係が予め設定されたマップデータを用い、現在の前記出力算出用の運転状態に対応する、前記最大トルク点火時期に対応する前記出力情報を算出する請求項8又は9に記載の内燃機関の制御装置。 The ignition-corresponding output calculation unit does not use the neural network, but uses map data in which the relationship between the operation state for output calculation and the output information corresponding to the maximum torque ignition timing is preset. The control device for an internal combustion engine according to claim 8 or 9, which calculates the output information corresponding to the maximum torque ignition timing corresponding to the operating state for calculating the output. 前記点火対応出力算出部は、前記N個の係数算出用の点火時期として、互いに異なる3個の係数算出用の点火時期を設定し、
前記ニューラルネットワークを用い、現在の前記出力算出用の運転状態、及び前記3個の係数算出用の点火時期のそれぞれに対応する3個の前記出力情報を算出し、
前記係数算出部は、前記3個の係数算出用の点火時期と記3個の出力情報時期との間の関係を近似した前記近似関数としての2次関数の係数を算出する請求項1から7のいずれか一項に記載の内燃機関の制御装置。
The ignition-corresponding output calculation unit sets ignition timings for calculating three different coefficients as ignition timings for calculating the N coefficients.
Using the neural network, the three output information corresponding to the current operating state for the output calculation and the ignition timing for the three coefficient calculation are calculated.
The coefficient calculation unit calculates the coefficient of the quadratic function as the approximate function that approximates the relationship between the ignition timing for calculating the three coefficients and the three output information timings. The control device for an internal combustion engine according to any one of the above items.
JP2020116060A 2020-07-06 2020-07-06 Internal combustion engine control device Active JP7005697B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020116060A JP7005697B1 (en) 2020-07-06 2020-07-06 Internal combustion engine control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020116060A JP7005697B1 (en) 2020-07-06 2020-07-06 Internal combustion engine control device

Publications (2)

Publication Number Publication Date
JP7005697B1 JP7005697B1 (en) 2022-01-24
JP2022024224A true JP2022024224A (en) 2022-02-09

Family

ID=80265278

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020116060A Active JP7005697B1 (en) 2020-07-06 2020-07-06 Internal combustion engine control device

Country Status (1)

Country Link
JP (1) JP7005697B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019143578A (en) * 2018-02-23 2019-08-29 三菱電機株式会社 Control device and control method of internal combustion engine
JP2019143636A (en) * 2019-04-12 2019-08-29 三菱電機株式会社 Control device and control method of internal combustion engine
JP2019143637A (en) * 2019-04-12 2019-08-29 三菱電機株式会社 Control device and control method of internal combustion engine

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019143578A (en) * 2018-02-23 2019-08-29 三菱電機株式会社 Control device and control method of internal combustion engine
JP2019143636A (en) * 2019-04-12 2019-08-29 三菱電機株式会社 Control device and control method of internal combustion engine
JP2019143637A (en) * 2019-04-12 2019-08-29 三菱電機株式会社 Control device and control method of internal combustion engine

Also Published As

Publication number Publication date
JP7005697B1 (en) 2022-01-24

Similar Documents

Publication Publication Date Title
CN110185569B (en) Control device and control method for internal combustion engine
CN110185548B (en) Control device and control method for internal combustion engine
US7198029B1 (en) Extension of DOD operation in torque control system
JP4464924B2 (en) Engine control apparatus and control method
JP2011094541A (en) Control device for engine
US10196997B2 (en) Engine control system including feed-forward neural network controller
US6553964B2 (en) Coordinated valve timing and throttle control for controlling intake air
CN105715389B (en) The online adaptive PID control method of supercharging air system
US11125202B1 (en) Feedforward artificial neural network for off-nominal spark control
JP2009019504A (en) Control method and control device of engine
JP2005307847A (en) Air amount calculation device for internal combustion engine
JP5273183B2 (en) Control device for internal combustion engine
de Nola et al. Reduction of the experimental effort in engine calibration by using neural networks and 1D engine simulation
JP6752326B2 (en) Internal combustion engine control device
CN108571389B (en) Control device for internal combustion engine
JP7206407B2 (en) Control device for internal combustion engine
JP7005697B1 (en) Internal combustion engine control device
JP6752325B2 (en) Internal combustion engine control device and control method
Larimore et al. Adaptive control of a recompression four-cylinder HCCI engine
JP2015010548A (en) Control device for engine
WO2013030990A1 (en) Control device for internal combustion engine
JP6314857B2 (en) Control device for internal combustion engine
JP5085597B2 (en) Engine control device
Pace et al. Optimal LQ transient air-to-fuel ratio control of an internal combustion engine
Reddy et al. Integration of optimal engine and driveline controllers to minimize driveline clunk and shuffle

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200706

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211005

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211119

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211207

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220105