JP2015001200A - Electronic control device for vehicle and electronic control method for vehicle - Google Patents
Electronic control device for vehicle and electronic control method for vehicle Download PDFInfo
- Publication number
- JP2015001200A JP2015001200A JP2013126374A JP2013126374A JP2015001200A JP 2015001200 A JP2015001200 A JP 2015001200A JP 2013126374 A JP2013126374 A JP 2013126374A JP 2013126374 A JP2013126374 A JP 2013126374A JP 2015001200 A JP2015001200 A JP 2015001200A
- Authority
- JP
- Japan
- Prior art keywords
- interrupt processing
- crank angle
- time
- unit
- fuel injection
- 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
Links
Images
Landscapes
- Electrical Control Of Air Or Fuel Supplied To Internal-Combustion Engine (AREA)
- Combined Controls Of Internal Combustion Engines (AREA)
Abstract
Description
本発明は、エンジンを制御する電子制御装置に関し、特に、制御装置に内蔵されているマイクロコンピュータ(以下、単にマイコンと称す)に異常が発生したときに、エンジンの破損を防止する車両用電子制御装置および車両用電子制御方法に関する。 The present invention relates to an electronic control device that controls an engine, and more particularly to an electronic control for a vehicle that prevents engine damage when an abnormality occurs in a microcomputer (hereinafter simply referred to as a microcomputer) built in the control device. The present invention relates to an apparatus and a vehicle electronic control method.
電子制御装置は、エンジンが適切な状態で運転できるように、エンジンに供給する燃料の量や燃料噴射のタイミング、点火コイルの通電時間や点火のタイミング、そして、エンジンが吸入する空気量を、リアルタイムで制御する必要がある。 The electronic control unit determines the amount of fuel supplied to the engine, the timing of fuel injection, the energization time and ignition timing of the ignition coil, and the amount of air taken in by the engine so that the engine can be operated in an appropriate state. It is necessary to control with.
このことから、電子制御装置内の処理は、外部からの信号によらずに同じ処理を繰り返し実行しているメイン処理、外部からの信号に同期して行う割込み処理、そして、装置内に装備されたマイコンに内蔵されているタイマにより一定時間毎に行う定時間処理から構成されている。特に、燃料噴射のタイミングや、点火のタイミングを制御するためには、クランク角信号に同期した割込み処理での制御演算が必要となり、以下、この割込み処理について説明する。 For this reason, the processing in the electronic control device is equipped with main processing that repeatedly executes the same processing regardless of external signals, interrupt processing that is performed in synchronization with external signals, and internal processing. It consists of fixed-time processing that is performed at regular intervals by a timer built in the microcomputer. In particular, in order to control the timing of fuel injection and the timing of ignition, it is necessary to perform a control operation in interrupt processing synchronized with the crank angle signal. This interrupt processing will be described below.
クランク角信号は、エンジンのクランク軸に取り付けられたクランク角信号プレートの出力信号を、クランク角センサで読み取ったものであり、この信号が電子制御装置に送られている。クランク軸の回転数(物理的には回転速度というべきだが、慣習に倣い、ここでは回転数という)のことを、一般的にエンジン回転数というため、以下、エンジン回転数という。 The crank angle signal is obtained by reading an output signal of a crank angle signal plate attached to the crankshaft of the engine with a crank angle sensor, and this signal is sent to an electronic control unit. The rotation speed of the crankshaft (physically it should be referred to as the rotation speed, but according to convention, here referred to as the rotation speed) is generally referred to as the engine rotation speed, and is hereinafter referred to as the engine rotation speed.
エンジン回転数が上昇すると、クランク角信号の間隔は、エンジン回転数に反比例して短くなるが、クランク角信号に同期した割込み処理の時間は、エンジン回転数によらずほぼ一定である。すなわち、エンジン回転数が上昇することで、割込み処理の時間がクランク角信号の間隔に占める割合は、相対的に上昇することとなる。このため、エンジンの高回転時においては、割込み処理の時間がクランク角信号の間隔内に完了するように、割込み処理の量を調整する必要があった。 When the engine speed increases, the interval between the crank angle signals decreases in inverse proportion to the engine speed, but the interrupt processing time synchronized with the crank angle signal is substantially constant regardless of the engine speed. That is, as the engine speed increases, the ratio of the interrupt processing time to the crank angle signal interval relatively increases. For this reason, at the time of high engine rotation, it is necessary to adjust the amount of interrupt processing so that the time for interrupt processing is completed within the interval of the crank angle signal.
例えば、割込みが発生した際に、複数の異なる割込みレベルの割込みが同時に発生する場合を考慮した従来技術がある(例えば、特許文献1参照)。この場合、この同時にかけられた割込み(多重割込み)は、割込み処理機構により、最も割込みレベルの高い処理から順に実行される。この実行対象の処理は、複数の処理単位から構成されており、制御手段は、各割込みレベルで実行する処理単位を設定する。 For example, there is a conventional technique that considers a case where a plurality of interrupts having different interrupt levels occur simultaneously when an interrupt occurs (see, for example, Patent Document 1). In this case, the simultaneous interrupts (multiple interrupts) are executed in order from the processing with the highest interrupt level by the interrupt processing mechanism. The processing to be executed is composed of a plurality of processing units, and the control means sets the processing units to be executed at each interrupt level.
これにより、各処理単位で設定された割込みレベルが、割り込み制御機構によって実行対象となった際に、その処理単位が実行されることとなる。よって、状況に応じて、適切に割込み処理の量を調整することができる。 As a result, when the interrupt level set for each processing unit becomes an execution target by the interrupt control mechanism, that processing unit is executed. Therefore, the amount of interrupt processing can be adjusted appropriately according to the situation.
しかしながら、従来技術には、以下のような課題がある。
従来技術によれば、クランク角信号に同期した割込み処理中に水温情報を算出する処理がある。そして、適切な水温情報を割込み処理のタイミングで得るためには、割込み処理の中で水温センサからの入力値をA/D変換する必要がある。
However, the prior art has the following problems.
According to the prior art, there is a process of calculating water temperature information during an interrupt process synchronized with a crank angle signal. In order to obtain appropriate water temperature information at the timing of interrupt processing, it is necessary to A / D convert the input value from the water temperature sensor during the interrupt processing.
このため、マイコン内部のA/D変換器に異常が発生し、A/D変換処理時間が延びた場合には、割込み処理が想定した時間に完了できず、クランク角信号の間隔内に完了しなくなる。その結果、クランク角度の判別を誤り、対象気筒ではない気筒に対し、燃料制御や点火制御を行ってしまい、最悪の場合、エンジンを破損する問題があった。 For this reason, when an abnormality occurs in the A / D converter inside the microcomputer and the A / D conversion processing time is extended, the interrupt processing cannot be completed at the expected time, and is completed within the interval of the crank angle signal. Disappear. As a result, the determination of the crank angle is incorrect, and fuel control and ignition control are performed on the cylinders that are not the target cylinders. In the worst case, there is a problem that the engine is damaged.
本発明は、かかる課題に鑑みなされたもので、マイコン内部のA/D変換器などの機能に何らかの異常が発生した場合にも、クランク角度の判別を誤ることなく、対象気筒への燃料制御や点火制御を適切に行い、エンジンの破損を防止することのできる車両用電子制御装置および車両用電子制御方法を得ることを目的とする。 The present invention has been made in view of such a problem. Even when an abnormality occurs in the function of an A / D converter or the like in the microcomputer, fuel control to the target cylinder can be performed without erroneous determination of the crank angle. It is an object of the present invention to obtain a vehicle electronic control device and a vehicle electronic control method capable of appropriately performing ignition control and preventing engine damage.
本発明に係る車両用電子制御装置は、クランク角センサからのクランク角信号に同期した割込みタイミングで、燃料噴射弁を制御する割込み処理部を備えた車両用電子制御装置であって、割込み処理部は、クランク角センサからのクランク角信号を検出するクランク角検出部と、前回検出したクランク角信号と今回検出したクランク角信号との間隔を計測することで、現在のエンジン回転速度に応じた割込み処理周期を計測する周期計測部と、前回の割込み処理周期において実際にかかった割込み処理時間を計測する割込み処理時間計測部と、割込み処理時間計測部で計測された割込み処理時間が、周期計測部で計測された割込み処理周期から余裕度としてあらかじめ規定される余裕時間を差し引いた時間以上となる場合には、燃料カットを行うと判定する燃料カット判定部と、クランク角検出部で検出されたクランク角信号に基づいて、今回の割込み処理周期が、燃料噴射タイミングであるか否かを判定する気筒判別部と、今回の割込み処理周期において、気筒判別部により燃料噴射タイミングであると判定され、かつ、燃料カット判定部により燃料カットを行うと判定された場合には、燃料噴射弁の開弁時間を0に設定して、燃料噴射弁を制御する燃料出力部とを備えるものである。 An electronic control device for a vehicle according to the present invention is an electronic control device for a vehicle including an interrupt processing unit that controls a fuel injection valve at an interrupt timing synchronized with a crank angle signal from a crank angle sensor, the interrupt processing unit Interrupts according to the current engine speed by measuring the crank angle signal from the crank angle sensor and measuring the interval between the crank angle signal detected last time and the crank angle signal detected this time. The cycle measurement unit that measures the processing cycle, the interrupt processing time measurement unit that measures the actual interrupt processing time in the previous interrupt processing cycle, and the interrupt processing time that is measured by the interrupt processing time measurement unit If it is more than the time obtained by subtracting the margin specified in advance from the interrupt processing cycle measured A fuel cut determination unit for determining whether or not, a cylinder determination unit for determining whether or not the current interrupt processing cycle is a fuel injection timing based on the crank angle signal detected by the crank angle detection unit, and a current interrupt In the processing cycle, when it is determined that the fuel injection timing is determined by the cylinder determination unit and the fuel cut determination unit determines to perform the fuel cut, the valve opening time of the fuel injection valve is set to 0, And a fuel output unit for controlling the fuel injection valve.
また、本発明に係る車両用電子制御方法は、クランク角センサからのクランク角信号に同期した割込みタイミングで、燃料噴射弁を制御するために、マイクロコンピュータで実行される割込み処理ステップを備えた車両用電子制御方法であって、割込み処理ステップは、クランク角センサからのクランク角信号を検出するクランク角検出ステップと、クランク角信号を検出した時刻を記憶部に順次記憶し、記憶部に記憶された前回クランク角信号を検出した時刻と今回クランク角信号を検出した時刻との間隔を計測することで、現在のエンジン回転数に応じた割込み処理周期を計測する周期計測ステップと、前回の割込み処理周期において、割込み処理の開始時刻と終了時刻を記憶部に記憶させておくことで、実際にかかった割込み処理時間を計測する割込み処理時間計測ステップと、割込み処理時間計測ステップで計測された割込み処理時間が、周期計測ステップで計測された割込み処理周期から余裕度としてあらかじめ規定される余裕時間を差し引いた時間以上となる場合には、燃料カットを行うと判定する燃料カット判定ステップと、クランク角検出ステップで検出されたクランク角信号に基づいて、今回の割込み処理周期が、燃料噴射タイミングであるか否かを判定する気筒判別ステップと、今回の割込み処理周期において、気筒判別ステップにより燃料噴射タイミングであると判定され、かつ、燃料カット判定ステップにより燃料カットを行うと判定された場合には、燃料噴射弁の開弁時間を0に設定して、燃料噴射弁を制御する燃料出力ステップとを備えるものである。 In addition, the vehicle electronic control method according to the present invention includes an interrupt processing step executed by a microcomputer for controlling the fuel injection valve at an interrupt timing synchronized with a crank angle signal from a crank angle sensor. In the electronic control method, the interrupt processing step sequentially stores the crank angle detection step for detecting the crank angle signal from the crank angle sensor and the time at which the crank angle signal is detected in the storage unit, which is stored in the storage unit. A cycle measurement step for measuring an interrupt processing cycle according to the current engine speed by measuring the interval between the time when the previous crank angle signal was detected and the time when the current crank angle signal was detected, and the previous interrupt processing Interrupt processing time actually taken by storing the start time and end time of interrupt processing in the storage unit in the cycle The interrupt processing time measurement step to be measured and the interrupt processing time measured in the interrupt processing time measurement step are equal to or more than the time obtained by subtracting the margin time specified in advance from the interrupt processing cycle measured in the cycle measurement step. In this case, it is determined whether or not the current interrupt processing cycle is the fuel injection timing based on the fuel cut determination step for determining that the fuel cut is to be performed and the crank angle signal detected in the crank angle detection step. In the cylinder discrimination step and the current interruption processing cycle, when it is determined that the fuel injection timing is determined by the cylinder discrimination step and the fuel cut is determined by the fuel cut determination step, the fuel injection valve is opened. A fuel output step for controlling the fuel injection valve by setting the time to 0
本発明によれば、割込み処理時間が、現在のエンジン回転数に応じた割込み処理発生間隔からあらかじめ規定した余裕度を減算した値以上になってしまうと判断した場合には、燃料噴射弁の開弁時間を0に設定することで、エンジンの出力を抑制することにより、マイコン内部のA/D変換器などの機能に何らかの異常が発生した場合にも、クランク角度の判別を誤ることなく、対象気筒への燃料制御や点火制御を適切に行い、エンジンの破損を防止することのできる車両用電子制御装置および車両用電子制御方法を得ることができる。 According to the present invention, when it is determined that the interrupt processing time becomes equal to or greater than a value obtained by subtracting a predetermined margin from the interrupt processing occurrence interval according to the current engine speed, the fuel injector is opened. By setting the valve time to 0, the output of the engine is suppressed, so that if any abnormality occurs in the function of the A / D converter inside the microcomputer, the crank angle can be determined without error. It is possible to obtain a vehicular electronic control device and a vehicular electronic control method capable of appropriately performing fuel control and ignition control to the cylinder and preventing engine damage.
以下、本発明の車両用電子制御装置および車両用電子制御方法の好適な実施の形態につき図面を用いて説明する。 Hereinafter, preferred embodiments of an electronic control device for a vehicle and an electronic control method for a vehicle according to the present invention will be described with reference to the drawings.
実施の形態1.
図1は、本発明の実施の形態1における車両用電子制御装置の制御系を示す説明図である。図1に示す電子制御系では、制御装置1に、エンジンEの冷却水温センサ21、吸気管E1の吸気圧センサ22、スロットル開度センサ23、アクセル開度センサ24、クランク軸に同期して回転するクランク角信号プレートE3から1回転あたり36回の高レベル信号を発生するクランク角センサ25、および排気管E2の空燃比センサ26等の信号が入力され、これらの検出結果に基づいて吸気管E1の燃料噴射弁31、イグナイタ32、電子スロットルモータ等へ出力信号が発せられて、エンジン制御がなされる。
FIG. 1 is an explanatory diagram showing a control system of the vehicle electronic control device according to
なお、イグナイタ32と点火コイル34との間には、各気筒の点火プラグ(図示しない)にイグナイタ32で発生した高電圧を順次分配するディストリビュータ33が配設されている。
A distributor 33 for sequentially distributing the high voltage generated by the
図2は、本発明の実施の形態1における車両用電子制御装置の内部構成を示す図である。制御装置1は、マイコン11、入力インターフェース回路12〜14、出力インターフェース回路15、制御プログラムおよびデータを格納したROM16、電源回路17、18より構成されている。
FIG. 2 is a diagram showing an internal configuration of the vehicle electronic control unit according to
また、マイコン11は、後述する制御プログラムに従って制御演算を行うCPU111、タイマとして働くカウンタ112、エンジンの回転周期を計測するタイマ113、A/D変換器114、入力ポート115、ワークメモリ等として機能するRAM116、および出力ポート117を含んで構成されている。
Further, the microcomputer 11 functions as a CPU 111 that performs a control operation according to a control program described later, a counter 112 that functions as a timer, a
入力インターフェース回路12には、クランク角センサ25からの信号が入力される。この信号に基づいて、CPU111において、エンジンEの回転数(以下、単に回転数とも称す)が算出される。このクランク角センサ25の高レベル信号は、後述する制御プログラムの割り込み信号としても用いられる。
A signal from the
入力インターフェース回路13には、冷却水温センサ21、吸気圧センサ22等の信号が入力される。さらに、入力インターフェース回路14には、例えば、A/C SW等の各種デジタル信号27が入力されている。
Signals from the
出力ポート117から出力される燃料噴射時間幅パルスは、出力インターフェース回路15を介して燃料噴射弁31に出力される。また、マイコン11には、電源回路17を介して電源が供給されている。また、RAM116には、電源回路18を介してバックアップ電源が供給されている。
The fuel injection time width pulse output from the output port 117 is output to the
図3は、本発明の実施の形態1における車両用電子制御装置の制御の流れを表すブロック図である。図3に示す制御装置1は、クランク角センサの信号を検出し、信号に同期して起動される割込み処理部3100と、メイン処理部3101の2つの処理部を含んでいる。
FIG. 3 is a block diagram showing a control flow of the vehicle electronic control unit according to
そして、割込み処理部3100は、クランク角検出部3001、気筒判別部3002、周期計測部3003、割込み処理時間計測部3004、燃料カット判定部3005、および燃料出力部3006を備えて構成されている。また、メイン処理部3101は、エンジン回転数算出部3007、吸入空気量算出部3008、および燃料噴射量算出部3009を備えて構成されている。
The interrupt processing unit 3100 includes a crank angle detection unit 3001, a
まず始めに、割込み処理部3100について説明する。クランク角検出部3001は、クランク角センサ25からのクランク角信号を検出し、前回の割込み処理で記憶した割込み処理開始時刻(Ts)を(Tso)として、そして今回クランク角信号を検出した時刻を割込み処理開始時刻(Ts)として、それぞれRAM116に記憶するとともに、クランク角情報を求める。
First, the interrupt processing unit 3100 will be described. The crank angle detection unit 3001 detects the crank angle signal from the
気筒判別部3002は、クランク角検出部3001で求めたクランク角情報から現在圧縮行程である気筒を判別する。周期計測部3003は、クランク角検出部3001によりRAM116に記憶された割込み処理開始時刻(Ts)と前回の割込み処理で記憶した割込み処理開始時刻(Tso)から、クランク角信号の周期を演算する。
The
割込み処理時間計測部3004は、クランク角検出部3001でRAM116に記憶した割込み処理開始時刻(Ts)と、後述する割込み処理終了時刻(Te)から、割込み処理時間を求める。
The interrupt processing
燃料カット判定部3005は、周期計測部3003で求めたクランク角信号の周期と、割込み処理時間計測部3004で求めた割込み処理時間を比較し、燃料カットを行うか否かの判定を行う。
The fuel cut determining unit 3005 compares the crank angle signal cycle obtained by the cycle measuring unit 3003 with the interrupt processing time obtained by the interrupt processing
そして、燃料出力部3006は、後述の燃料噴射量算出部3009で求めた燃料噴射量から時間幅パルスに変換し、気筒判別部3002で求めた気筒情報を元に、燃料噴射弁31へ出力する。ただし、燃料出力部3006は、燃料カット判定部3005で燃料カットと判定された場合には、時間幅パルスを0とする。
The
次に、メイン処理部3101について説明する。エンジン回転数算出部3007は、周期計測部3003で求めたクランク角信号の周期を元に、エンジン回転数を算出する。
Next, the main processing unit 3101 will be described. The engine
吸入空気量算出部3008は、吸気圧センサ22からの信号を元に、吸入空気量を算出する。さらに、燃料噴射量算出部3009は、エンジン回転数算出部3007で求めたエンジン回転数と、吸入空気量算出部3008で求めた吸入空気量等から、燃料噴射量を演算する。
The intake air amount calculation unit 3008 calculates the intake air amount based on the signal from the
図4は、本発明の実施の形態1における制御装置1内のCPU111が実行する制御プログラムの初期化処理を示したフローチャートであり、制御装置1の起動時に実行される処理である。本処理が起動されると、まず、ステップS400にて、CPU111は、マイコン11の動作環境を設定する。次に、ステップS410にて、CPU111は、RAM116の初期化を行い、その後、図5に示すメイン処理へ移行する。
FIG. 4 is a flowchart showing the initialization process of the control program executed by the CPU 111 in the
図5は、本発明の実施の形態1における制御装置1内のCPU111が実行する制御プログラムのメイン処理を示したフローチャートであり、制御装置1の起動後に実行される処理である。まず、ステップS500にて、CPU111は、後述する割込み周期(Ts−Tso)からエンジン回転数を計算する。この処理は、先の図3におけるエンジン回転数算出部3007による処理に相当する。
FIG. 5 is a flowchart showing a main process of a control program executed by CPU 111 in
次に、ステップS510にて、CPU111は、冷却水温センサ21、吸気圧センサ22等の検出結果に基づき、燃料噴射量の計算を行う。この処理は、先の図3における吸入空気量算出部3008および燃料噴射量算出部3009による処理に相当する。この演算結果に基づいて、燃料噴射弁31の開弁時間が制御される。
Next, in step S510, the CPU 111 calculates the fuel injection amount based on the detection results of the cooling
さらに、ステップS520にて、CPU111は、冷却水温センサ21、アクセル開度センサ24等の検出結果に基づき、目標とする電子スロットル弁開度を計算する。そして、CPU111は、目標とする電子スロットル弁開度の計算結果とスロットル開度センサ23の検出結果より、電子スロットル弁モータ動作量35を計算する。この演算結果に基づいて、電子スロットルモータが制御される。電子スロットル弁モータ動作量35が算出されると、ステップS500に戻り、以下、繰り返し実行される。
Further, in step S520, CPU 111 calculates a target electronic throttle valve opening based on detection results of cooling
図6は、本発明の実施の形態1における車両用電子制御装置における一連の割込み処理の流れを示すフローチャートであり、先の図3に示したブロック図内の割込み処理部3100の一連処理に相当する。まず、ステップS600にて、クランク角検出部3001は、前回の割込み処理開始時刻(Ts)を(Tso)としてRAM116に記憶する。
FIG. 6 is a flowchart showing a flow of a series of interrupt processing in the vehicle electronic control apparatus according to
次に、ステップS610にて、周期計測部3003は、前回の割込み処理開始時刻(Tso)と今回の割込み処理開始時刻(Ts)から、割込み周期を演算する。 Next, in step S610, the cycle measuring unit 3003 calculates an interrupt cycle from the previous interrupt processing start time (Tso) and the current interrupt processing start time (Ts).
次に、ステップS620にて、燃料カット判定部3005は、クランク角信号の周期(割込み周期)から、後述する余裕度Kを引いた時間と、割込み処理時間とを比較する。なお、ここで使用する割込み処理時間は、初期値としては、設計上規定される値を用いることができ、2回目以降は、後述するステップS695で算出される、前回の割込み周期において実際にかかった割込み処理時間を用いることができる。 Next, in step S620, the fuel cut determination unit 3005 compares a time obtained by subtracting a margin K, which will be described later, from the cycle of the crank angle signal (interrupt cycle), and the interrupt processing time. Note that the interrupt processing time used here can be a value specified in the design as an initial value, and the second and subsequent times are actually required in the previous interrupt cycle calculated in step S695 described later. Interrupt processing time can be used.
そして、燃料カット判定部3005は、割込み処理時間の方が大きかった場合、および両者が等しかった場合には、ステップS630に進み、燃料カットフラグに1をセットする。一方、燃料カット判定部3005は、割込み処理時間の方が小さかった場合には、ステップS630を飛ばしてステップS640に進む。 Then, the fuel cut determination unit 3005 proceeds to step S630 when the interruption processing time is longer and when both are equal, and sets 1 in the fuel cut flag. On the other hand, if the interrupt processing time is shorter, the fuel cut determination unit 3005 skips step S630 and proceeds to step S640.
次に、ステップS640にて、気筒判別部3002は、今回の割込み処理が燃料噴射タイミングか否かを判定する。そして、燃料噴射タイミングである場合には、ステップS650にて、燃料出力部3006は、メイン処理部3101での燃料噴射量の計算(S510)で求めた燃料噴射量から、時間幅パルスへ変換する。一方、燃料噴射タイミングでない場合には、燃料噴射に関する処理を行わずに、ステップS692に進む。
Next, in step S640, the
そして、ステップS660にて、燃料出力部3006は、燃料カットフラグが1か否かを判定し、燃料カットフラグが1である場合には、ステップS670にて、時間幅パルスを0に置き換える。一方、燃料カットフラグが1でない場合には、ステップS670を飛ばしてステップS680に進む。
In step S660, the
次に、ステップS680にて、燃料出力部3006は、ステップS650またはステップS670で設定した時間幅パルスを、出力ポート117へ出力する。次に、ステップS690にて、燃料出力部3006は、次回の割込み処理に備えて燃料カットフラグを0にクリアしておく。
Next, in step S680, the
次に、ステップS692にて、割込み処理時間計測部3004は、割込み処理の終了時刻として、タイマ113の値を、(Te)としてRAM116に記憶する。さらに、ステップS695にて、割込み処理時間計測部3004は、先のステップS692で記憶した(Te)と、先のステップS600でRAM116に記憶していた(Ts)とから、割込み処理の時間を計算する。そして、これらの一連の割込み処理が完了した後は、メイン処理に復帰する。
Next, in step S692, the interrupt processing
次に、先の図6におけるステップS620で使用した余裕度Kについて、図7を用いて説明する。図7は、本発明の実施の形態1におけるエンジン回転数とクランク角信号周期の関係を表した図である。縦軸は、クランク角信号周期[μs]、横軸は、エンジン回転数[rpm]である。図7中の点線7001は、クランク角信号に同期した割込み処理時間を表す。また、実線7002は、4気筒4サイクルエンジンでのクランク角信号周期(割込み周期)である。
Next, the margin K used in step S620 in FIG. 6 will be described with reference to FIG. FIG. 7 is a diagram showing the relationship between the engine speed and the crank angle signal period in the first embodiment of the present invention. The vertical axis represents the crank angle signal period [μs], and the horizontal axis represents the engine speed [rpm]. A dotted
余裕度Kは、クランク角信号の周期に対する割込処理時間の余裕度を表しており、周期に対し一定値を設定する。図7中の実線7003は、クランク角信号周期に対し、割込み処理時間の余裕度Kを減算した時間である。すなわち、本発明では、割込み周期と割込み処理時間とを大小関係を単純に比較するのではなく、余裕度Kを考慮した上で大小関係を比較している。
The margin K represents the margin of the interrupt processing time with respect to the cycle of the crank angle signal, and a constant value is set for the cycle. A
余裕度Kは、具体的には、次のようにして求める。クランク角信号の周期は、エンジン回転数より、下式(1)にて求めることができる。
周期[sec]=60/Ne[rpm]/36 (1)
Specifically, the margin K is obtained as follows. The cycle of the crank angle signal can be obtained by the following expression (1) from the engine speed.
Period [sec] = 60 / Ne [rpm] / 36 (1)
ここで、Neは、エンジン回転数であり、36は、クランク角信号プレート1回転あたりの高レベル信号出力回数である。エンジンの許容する最大回転数を7000rpmとして上式(1)に代入すると、求められる周期は、0.000238[sec]、すなわち、238[μsec]となる。そこで、一例として、求まった周期の5%を余裕度Kとする場合には、余裕度Kは、約12[μsec]となる。 Here, Ne is the engine speed, and 36 is the number of high level signal outputs per revolution of the crank angle signal plate. If the maximum number of revolutions allowed by the engine is set to 7000 rpm and substituted into the above equation (1), the required period is 0.000238 [sec], that is, 238 [μsec]. Therefore, as an example, when 5% of the obtained period is the margin K, the margin K is about 12 [μsec].
以上のように、実施の形態1によれば、前回の割込み周期において割込み処理に実際にかかった時間が、現在のエンジン回転数に応じた割込み処理発生間隔からあらかじめ規定した余裕度Kを減算した値以上になってしまうと判断した場合には、燃料噴射弁の開弁時間を0に設定することで、エンジンの出力を抑制することができる。 As described above, according to the first embodiment, the time actually taken for the interrupt processing in the previous interrupt cycle is obtained by subtracting the predetermined margin K from the interrupt processing occurrence interval according to the current engine speed. If it is determined that the value exceeds the value, the engine output can be suppressed by setting the valve opening time of the fuel injection valve to zero.
さらに、余裕度Kを、車両用電子制御装置の適用対象に応じて設定することで、エンジン出力を抑制するための条件を適用対象に適した値とすることができ、適切にエンジン出力を抑制することができる。 Furthermore, by setting the margin K according to the application target of the vehicle electronic control device, the condition for suppressing the engine output can be set to a value suitable for the application target, and the engine output is appropriately suppressed. can do.
この結果、特に、エンジン回転数が高回転時に、マイコン内部のA/D変換器などの機能に何らかの異常が発生した場合にも、クランク角度の判別を誤ることなく、対象気筒への燃料制御や点火制御を適切に行い、エンジンの破損を防止することのできる車両用電子制御装置を実現できる。 As a result, especially when an abnormality occurs in the function of the A / D converter or the like inside the microcomputer when the engine speed is high, fuel control to the target cylinder can be performed without erroneous determination of the crank angle. An electronic control device for a vehicle that can appropriately perform ignition control and prevent engine damage can be realized.
1 制御装置(車両用電子制御装置)、11 マイコン、12〜14 入力インターフェース回路、15 出力インターフェース回路、16 ROM、17、18 電源回路、21 冷却水温センサ、22 吸気圧センサ、23 スロットル開度センサ、24 アクセル開度センサ、25 クランク角センサ、26 空燃比センサ、27 各種デジタル信号、31 燃料噴射弁、32 イグナイタ、33 ディストリビュータ、34 点火コイル、35 電子スロットル弁モータ動作量、111 CPU、112 カウンタ、113 タイマ、114 A/D変換器、115 入力ポート、116 RAM、117 出力ポート、3001 クランク角検出部、3002 気筒判別部、3003 周期計測部、3004 割込み処理時間計測部、3005 燃料カット判定部、3006 燃料出力部、3007 エンジン回転数算出部、3008 吸入空気量算出部、3009 燃料噴射量算出部、3100 割込み処理部、3101 メイン処理部。
DESCRIPTION OF
Claims (3)
前記割込み処理部は、
前記クランク角センサからのクランク角信号を検出するクランク角検出部と、
前回検出したクランク角信号と今回検出したクランク角信号との間隔を計測することで、現在のエンジン回転速度に応じた割込み処理周期を計測する周期計測部と、
前回の割込み処理周期において実際にかかった割込み処理時間を計測する割込み処理時間計測部と、
前記割込み処理時間計測部で計測された前記割込み処理時間が、前記周期計測部で計測された前記割込み処理周期から余裕度としてあらかじめ規定される余裕時間を差し引いた時間以上となる場合には、燃料カットを行うと判定する燃料カット判定部と、
前記クランク角検出部で検出されたクランク角信号に基づいて、今回の割込み処理周期が、燃料噴射タイミングであるか否かを判定する気筒判別部と、
今回の割込み処理周期において、前記気筒判別部により前記燃料噴射タイミングであると判定され、かつ、前記燃料カット判定部により前記燃料カットを行うと判定された場合には、前記燃料噴射弁の開弁時間を0に設定して、前記燃料噴射弁を制御する燃料出力部と
を備える車両用電子制御装置。 An electronic control device for a vehicle including an interrupt processing unit that controls a fuel injection valve at an interrupt timing synchronized with a crank angle signal from a crank angle sensor,
The interrupt processing unit
A crank angle detector for detecting a crank angle signal from the crank angle sensor;
A cycle measuring unit that measures an interrupt processing cycle according to the current engine speed by measuring the interval between the crank angle signal detected last time and the crank angle signal detected this time;
An interrupt processing time measurement unit that measures the interrupt processing time actually taken in the previous interrupt processing cycle;
When the interrupt processing time measured by the interrupt processing time measuring unit is equal to or longer than a time obtained by subtracting a margin time defined in advance as a margin from the interrupt processing cycle measured by the cycle measuring unit, A fuel cut determination unit that determines to perform cutting;
A cylinder discriminating unit that determines whether or not the current interrupt processing cycle is a fuel injection timing based on the crank angle signal detected by the crank angle detecting unit;
In the current interrupt processing cycle, when it is determined by the cylinder determining unit that the fuel injection timing is reached and the fuel cut determining unit determines that the fuel cut is to be performed, the fuel injection valve is opened. A vehicle electronic control device comprising: a fuel output unit configured to control the fuel injection valve by setting time to zero.
前記燃料カット判定部は、エンジンの最大回転数における割込み処理周期に対して、あらかじめ設定した割合を乗じた値を前記余裕度として、燃料カットを行うか否かを判定する
車両用電子制御装置。 The vehicle electronic control device according to claim 1,
The fuel cut determination unit determines whether or not to perform a fuel cut by using a value obtained by multiplying an interrupt processing cycle at a maximum engine speed by a preset ratio as the margin.
前記割込み処理ステップは、
前記クランク角センサからのクランク角信号を検出するクランク角検出ステップと、
クランク角信号を検出した時刻を記憶部に順次記憶し、前記記憶部に記憶された前回クランク角信号を検出した時刻と今回クランク角信号を検出した時刻との間隔を計測することで、現在のエンジン回転数に応じた割込み処理周期を計測する周期計測ステップと、
前回の割込み処理周期において、割込み処理の開始時刻と終了時刻を前記記憶部に記憶させておくことで、実際にかかった割込み処理時間を計測する割込み処理時間計測ステップと、
前記割込み処理時間計測ステップで計測された前記割込み処理時間が、前記周期計測ステップで計測された前記割込み処理周期から余裕度としてあらかじめ規定される余裕時間を差し引いた時間以上となる場合には、燃料カットを行うと判定する燃料カット判定ステップと、
前記クランク角検出ステップで検出されたクランク角信号に基づいて、今回の割込み処理周期が、燃料噴射タイミングであるか否かを判定する気筒判別ステップと、
今回の割込み処理周期において、前記気筒判別ステップにより前記燃料噴射タイミングであると判定され、かつ、前記燃料カット判定ステップにより前記燃料カットを行うと判定された場合には、前記燃料噴射弁の開弁時間を0に設定して、前記燃料噴射弁を制御する燃料出力ステップと
を備える車両用電子制御方法。 An electronic control method for a vehicle comprising an interrupt processing step executed by a microcomputer to control a fuel injection valve at an interrupt timing synchronized with a crank angle signal from a crank angle sensor,
The interrupt processing step includes
A crank angle detection step of detecting a crank angle signal from the crank angle sensor;
The time at which the crank angle signal is detected is sequentially stored in the storage unit, and the current time is detected by measuring the interval between the time at which the previous crank angle signal is detected and the time at which the current crank angle signal is detected. A cycle measuring step for measuring an interrupt processing cycle according to the engine speed;
In the previous interrupt processing cycle, by storing the start time and end time of interrupt processing in the storage unit, an interrupt processing time measuring step for measuring the actual interrupt processing time,
When the interrupt processing time measured in the interrupt processing time measuring step is equal to or longer than a time obtained by subtracting a margin time defined in advance as a margin from the interrupt processing cycle measured in the cycle measuring step, A fuel cut determination step for determining that cutting is to be performed;
A cylinder determining step of determining whether or not the current interrupt processing cycle is a fuel injection timing based on the crank angle signal detected in the crank angle detecting step;
If it is determined that the fuel injection timing is determined by the cylinder determination step and the fuel cut is determined by the fuel cut determination step in the current interrupt processing cycle, the fuel injection valve is opened. And a fuel output step of controlling the fuel injection valve by setting time to 0.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013126374A JP5550770B1 (en) | 2013-06-17 | 2013-06-17 | Vehicle electronic control device and vehicle electronic control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013126374A JP5550770B1 (en) | 2013-06-17 | 2013-06-17 | Vehicle electronic control device and vehicle electronic control method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP5550770B1 JP5550770B1 (en) | 2014-07-16 |
JP2015001200A true JP2015001200A (en) | 2015-01-05 |
Family
ID=51416782
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013126374A Expired - Fee Related JP5550770B1 (en) | 2013-06-17 | 2013-06-17 | Vehicle electronic control device and vehicle electronic control method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5550770B1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015218695A (en) * | 2014-05-21 | 2015-12-07 | 三菱電機株式会社 | Electronic controller for vehicle |
CN115142975A (en) * | 2022-06-17 | 2022-10-04 | 潍柴动力股份有限公司 | Method for determining fuel injection advance angle, controller and computer readable storage medium |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102075086B1 (en) * | 2018-11-13 | 2020-02-07 | 현대오트론 주식회사 | Epm microtick generation emergency stop using dma |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08210163A (en) * | 1995-02-02 | 1996-08-20 | Nippondenso Co Ltd | Fuel injection control device for internal combustion engine |
JP5458217B2 (en) * | 2011-03-28 | 2014-04-02 | 株式会社豊田自動織機 | Fuel injection control device |
-
2013
- 2013-06-17 JP JP2013126374A patent/JP5550770B1/en not_active Expired - Fee Related
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015218695A (en) * | 2014-05-21 | 2015-12-07 | 三菱電機株式会社 | Electronic controller for vehicle |
CN115142975A (en) * | 2022-06-17 | 2022-10-04 | 潍柴动力股份有限公司 | Method for determining fuel injection advance angle, controller and computer readable storage medium |
CN115142975B (en) * | 2022-06-17 | 2023-11-17 | 潍柴动力股份有限公司 | Method for determining oil injection advance angle, controller and computer readable storage medium |
Also Published As
Publication number | Publication date |
---|---|
JP5550770B1 (en) | 2014-07-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7444262B2 (en) | Reverse rotation detector for internal combustion engine | |
KR101566733B1 (en) | Method and apparatus for misfire detection by rev count of vehicle engine | |
JP5550770B1 (en) | Vehicle electronic control device and vehicle electronic control method | |
JP2007205317A (en) | Method for operation control of internal combustion engine based on ion current | |
US10273929B2 (en) | Ignition timing control apparatus for internal combustion engine | |
JP4957930B2 (en) | Internal combustion engine monitoring device | |
JP5379722B2 (en) | Water temperature sensor abnormality determination device | |
JP2569212B2 (en) | Internal combustion engine ignition control method and apparatus | |
US20160160768A1 (en) | Method for preventing engine stall using virtual crank signal | |
JP3304763B2 (en) | Air-fuel ratio detection device for internal combustion engine | |
KR20180068487A (en) | Method of misfire detection for catalyst damage | |
JP2009138663A (en) | Misfire detection device of internal combustion engine | |
JP2007177723A (en) | Ignition timing control device for internal combustion engine | |
JP2011132935A (en) | Control device of internal combustion engine | |
JP2007205319A (en) | Method for judging combustion condition of internal combustion engine | |
JP5822982B1 (en) | Electronic control device for vehicle | |
JP2016130452A (en) | Control device for internal combustion engine | |
JP2007077856A (en) | Combustion condition judgment device for internal combustion engine | |
JPH0718395B2 (en) | Ignition control device for internal combustion engine | |
JPS6181579A (en) | Discrimination system of motor fuel | |
JP2007002685A (en) | Ignition timing control device for internal combustion engine | |
JPH0442544B2 (en) | ||
JP2009174361A (en) | Misfire detection device for internal combustion engine | |
JP2006083797A (en) | Ignition controller for internal combustion engine | |
JP6253698B2 (en) | Atmospheric pressure estimation device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20140422 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140520 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5550770 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |