JPH06249052A - Digital control device of engine - Google Patents

Digital control device of engine

Info

Publication number
JPH06249052A
JPH06249052A JP3160093A JP3160093A JPH06249052A JP H06249052 A JPH06249052 A JP H06249052A JP 3160093 A JP3160093 A JP 3160093A JP 3160093 A JP3160093 A JP 3160093A JP H06249052 A JPH06249052 A JP H06249052A
Authority
JP
Japan
Prior art keywords
engine
rotation
control data
processing
calculation
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
JP3160093A
Other languages
Japanese (ja)
Other versions
JP2850691B2 (en
Inventor
Kenji Matsumoto
謙二 松本
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP3160093A priority Critical patent/JP2850691B2/en
Publication of JPH06249052A publication Critical patent/JPH06249052A/en
Application granted granted Critical
Publication of JP2850691B2 publication Critical patent/JP2850691B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Electrical Control Of Ignition Timing (AREA)
  • Electrical Control Of Air Or Fuel Supplied To Internal-Combustion Engine (AREA)
  • Combined Controls Of Internal Combustion Engines (AREA)

Abstract

PURPOSE:To automatically secure the execution time of other processing than the interruption processing even when the execution time is increased by changing the content of the interruption processing by calculating the control data to control the engine at an optimum timing based on the current data. CONSTITUTION:The number of execution of the interruption processing in synchronization with the engine rotation is counted by a counting means 2 while processing other than the interruption processing is executed by the specified number, and the execution frequency of the interruption processing is determined by an execution frequency determining means 3 according to the result of this count. When the prohibition of the calculation of the control data by a calculating means 1 during the interruption processing is determined by this execution frequency determining means 3, a prohibiting means 4 prohibits the calculation of the control data by the calculating means 1.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は自動車等の車両に搭載さ
れるエンジンの燃料噴射量や点火時期等を制御するエン
ジンのディジタル制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital control device for an engine which controls the fuel injection amount and ignition timing of an engine mounted on a vehicle such as an automobile.

【0002】[0002]

【従来の技術】一般に、この種のエンジンのディジタル
制御装置は、マイクロコンピュータが自動車の吸気管内
の圧力等の入力データをサンプリングして燃料噴射弁の
開弁時間を計算したり、クランク軸の回動角度等の入力
データに基づいて点火時期や通電開始時期等を算出し、
この算出結果に基づいて上記エンジンの回転に同期した
割り込みルーチンを処理する事により、上記エンジンを
制御するように構成されている。
2. Description of the Related Art Generally, in a digital controller for an engine of this type, a microcomputer samples input data such as pressure in an intake pipe of an automobile to calculate a valve opening time of a fuel injection valve or a crankshaft rotation. Ignition timing, energization start timing, etc. are calculated based on input data such as moving angle,
The engine is controlled by processing an interrupt routine synchronized with the rotation of the engine based on the calculation result.

【0003】図5は、一般的なエンジンのディジタル制
御装置の割り込み処理と該割込み処理以外の他の処理
(メイン処理等)の実行頻度を示す説明図であり、同図
(A)はエンジン低速回転、(B)はエンジン中速回
転、(C)はエンジン高速回転状態における実行頻度を
それぞれ示し、割り込みの実行頻度が高くなるにつれて
上記他の処理の実行時間が短くなり、予め設定された
「単位時間当たりの他の処理の最低実行時間」を満たさ
なくなる{図5(C)}。
FIG. 5 is an explanatory diagram showing the execution frequency of an interrupt process of a general engine digital controller and a process (main process etc.) other than the interrupt process. FIG. 5A shows the engine low speed. Rotation, (B) shows the execution frequency in the engine medium speed rotation, (C) shows the execution frequency in the engine high-speed rotation state, respectively. As the execution frequency of the interrupt increases, the execution time of the other processing decreases and the preset " The "minimum execution time of other processing per unit time" is no longer satisfied {Fig. 5 (C)}.

【0004】そこで、従来のエンジンのディジタル制御
装置(以下、第1の従来装置という。)は,「単位時間
当たりの割り込み処理の最低実行時間」と「単位時間当
たりの他の処理の最低実行時間」の両方の条件を満たす
ように割り込み処理を省略し、該割込み処理の起動頻度
が高くなるにつれてその省略頻度が高くなるように構成
されている。
Therefore, the conventional engine digital control device (hereinafter, referred to as the first conventional device) uses the "minimum execution time of interrupt processing per unit time" and the "minimum execution time of other processing per unit time". The interrupt processing is omitted so as to satisfy both conditions of "," and the skip frequency increases as the activation frequency of the interrupt processing increases.

【0005】図6は、この第1の従来装置において、割
り込み処理の起動頻度が高くなるにつれてその省略頻度
が高くなる場合の説明図であり、同図(A)はエンジン
低速回転、(B)はエンジン中速回転、(C)はエンジ
ン高速回転状態における省略頻度をそれぞれ示し、この
図示例では、割り込み処理の起動頻度が所定頻度毎に高
くなる場合に1/2、1/4に段階的に省略されてい
る。
FIG. 6 is an explanatory diagram showing a case where the frequency of skipping becomes higher as the frequency of activation of interrupt processing becomes higher in the first conventional apparatus. FIG. 6A shows a low engine speed rotation, and FIG. Represents the frequency of omission in the engine medium speed rotation, and (C) represents the omission frequency in the engine high speed rotation state. Is omitted.

【0006】また別の従来のエンジンのディジタル制御
装置(以下、第2の従来装置という。)として、上記他
の処理の中で、一定時間、例えば2〜6ミリ秒毎に繰り
返し燃料噴射量及び点火時間等を計算するようなエンジ
ンのディジタル制御装置も提案されている。この第2の
従来装置によれば、割り込み処理を用いることなく、燃
料噴射量及び点火時期等を迅速に算出することができ
る。
As another conventional engine digital control device (hereinafter referred to as the second conventional device), the fuel injection amount and the repetitive fuel injection amount are repeatedly set at a constant time, for example, every 2 to 6 milliseconds in the above-mentioned other processing. A digital controller for an engine that calculates the ignition time and the like has also been proposed. According to the second conventional device, the fuel injection amount, the ignition timing, etc. can be quickly calculated without using interrupt processing.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記第
1の従来装置では、割り込み処理の起動周期によりその
実行頻度を決定し、割込み処理以外の他の処理の実行時
間が実際に規定値以上確保されているか否かを配慮して
いないので、例えば割り込み処理の内容が変更されてそ
の実行時間が増加し、上記他の処理の実行時間が確保さ
れない場合には、割り込み処理の実行頻度を変更する段
階数等を再設定しなければならないという問題点があっ
た。
However, in the above-mentioned first conventional apparatus, the execution frequency of the interrupt process is determined by the activation cycle of the interrupt process, and the execution time of the processes other than the interrupt process is actually secured at the specified value or more. If the contents of the interrupt process are changed and the execution time of the interrupt process is increased and the execution time of the other processes is not secured, a step of changing the execution frequency of the interrupt process is not taken into consideration. There was a problem that the numbers etc. had to be reset.

【0008】また上記第2の従来装置では、エンジンの
高速回転時には制御データが2〜6ミリ秒毎に繰り返し
計算されていれば問題ないが、エンジンの低速回転時に
は必ずしも直前のデータに基づいて制御データを算出す
るわけではないので、計算データが古くなってしまい、
アイドリング時にエンジンの回転数が変動したり、急発
信時に制御の応答が遅れたりするという問題点があっ
た。
Further, in the second conventional apparatus, there is no problem if the control data is repeatedly calculated every 2 to 6 milliseconds when the engine rotates at high speed, but when the engine rotates at low speed, the control is always performed based on the immediately preceding data. Since the data is not calculated, the calculated data becomes old,
There was a problem that the engine speed fluctuates during idling and the control response is delayed during a sudden call.

【0009】本発明は上記各従来装置の問題点を解消す
るためになされたもので、燃料噴射量及び点火時期等の
制御データの算出を最新データに基づいて最適な時期に
無駄なく行うことができて、エンジン制御の応答性を低
下させることなく、かつ割り込み処理の内容が変更され
てその実行時間が増加しても、該割込み処理以外の他の
処理の実行時間を自動的に確保することができるエンジ
ンのディジタル制御装置を提供することを目的とする。
The present invention has been made in order to solve the problems of the above-mentioned respective conventional devices, and the control data such as the fuel injection amount and the ignition timing can be calculated at the optimum time without waste based on the latest data. That is, it is possible to automatically secure the execution time of a process other than the interrupt process even if the content of the interrupt process is changed and the execution time is increased without deteriorating the responsiveness of the engine control. It is an object of the present invention to provide a digital controller for an engine capable of performing the above.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
に本発明は、エンジンの運転状態に応じて求められる制
御データにより、該エンジンの燃料噴射量および点火時
期を制御するエンジンのディジタル制御装置であって、
上記エンジンの回転に同期した割り込み処理により上記
制御データを算出する算出手段と、上記エンジンの回転
に同期した割り込み処理より優先度の低い他の処理が所
定回数実行される間に、上記算出手段が含まれる上記エ
ンジンの回転に同期した割り込み処理が実行される回数
を計数する計数手段と、該計数手段の計数結果により上
記エンジンの回転に同期した割り込み処理中の上記算出
手段による制御データの算出を禁止する頻度を決定する
頻度決定手段と、該頻度決定手段の出力により今回の上
記エンジンの回転に同期した割り込み処理中の上記算出
手段による制御データの算出を禁止すると決定された場
合に上記エンジンの回転に同期した割り込み処理中の上
記算出手段による制御データの算出を禁止する禁止手段
とを有することを特徴とするものである。
In order to achieve the above object, the present invention provides a digital engine control device for an engine, which controls a fuel injection amount and an ignition timing of the engine according to control data obtained according to an operating state of the engine. And
While the calculation means for calculating the control data by the interrupt processing synchronized with the rotation of the engine and another processing having a lower priority than the interrupt processing synchronized with the rotation of the engine are executed a predetermined number of times, the calculation means Counting means for counting the number of times the interrupt processing included in the engine rotation is executed, and calculation of control data by the calculating means during the interrupt processing synchronized with the engine rotation based on the counting result of the counting means. A frequency determining means for determining a prohibition frequency, and an output of the frequency determining means, when it is determined that the calculation of the control data by the calculating means during the interrupt processing synchronized with the rotation of the engine this time is prohibited, And a prohibiting unit that prohibits the calculation of the control data by the calculating unit during the interrupt processing synchronized with the rotation. It is an butterfly.

【0011】[0011]

【作用】本発明は上記構成により、割り込み処理の内容
が変更されてその実行時間が増加しても、割込み処理以
外の他の処理が所定回数実行される間に、エンジンの回
転に同期した割り込み処理の実行回数を計数し、この計
数結果に応じ、エンジンの回転に同期した割り込み処理
を自動的に禁止する。これにより、割り込み処理以外の
他の処理の実行時間を自動的に確保することができる。
According to the present invention, even if the content of the interrupt process is changed and the execution time thereof is increased, the interrupt process synchronized with the rotation of the engine is executed while the processes other than the interrupt process are executed a predetermined number of times. The number of executions of the process is counted, and the interrupt process synchronized with the rotation of the engine is automatically prohibited according to the count result. As a result, it is possible to automatically secure the execution time of the processing other than the interrupt processing.

【0012】[0012]

【実施例】以下、図1〜図4を参照して本発明の一実施
例を説明する。図1は、本発明の一実施例に係るエンジ
ンのディジタル制御装置の概略構成を示すブロック図、
図2は、図1のエンジンのディジタル制御装置の動作を
説明するためのフローチャート、図3は、図1のエンジ
ンのディジタル制御装置のエンジン回転に同期した割り
込み処理の実行頻度テーブル、図4は、図1のエンジン
のディジタル制御装置の動作説明図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS. FIG. 1 is a block diagram showing a schematic configuration of a digital control device for an engine according to an embodiment of the present invention,
2 is a flow chart for explaining the operation of the engine digital controller of FIG. 1, FIG. 3 is an execution frequency table of interrupt processing synchronized with the engine rotation of the engine digital controller of FIG. 1, and FIG. FIG. 3 is an operation explanatory diagram of the engine digital controller of FIG. 1.

【0013】図1において、1は制御データ算出手段
で、図示しないエンジンの回転に同期した割り込み処理
により、吸気管内の圧力等の入力データをサンプリング
して該入力データに基づいて燃料噴射弁の開弁時間を計
算したり、クランク軸の回動角度等の入力データに基づ
いて点火時期や通電開始時期等の制御データを算出する
ものである。
In FIG. 1, reference numeral 1 denotes a control data calculation means, which interrupts processing in synchronization with the rotation of an engine (not shown) to sample input data such as pressure in the intake pipe and open the fuel injection valve based on the input data. The valve time is calculated, and control data such as ignition timing and energization start timing are calculated based on input data such as the rotation angle of the crankshaft.

【0014】2は計数手段で、上記割込み処理以外の他
の処理であるメイン処理等が所定回数実行される間に、
上記エンジンの回転に同期した割り込み処理が実行され
る回数を計数するもので、カウンタCよりなる。
Reference numeral 2 is a counting means, and while the main processing, which is processing other than the interrupt processing, is executed a predetermined number of times,
It is a counter C that counts the number of times interrupt processing is executed in synchronization with the rotation of the engine.

【0015】3は実行頻度決定手段(頻度決定手段)
で、上記エンジンの回転に同期した割り込み処理の実行
頻度、即ち上記割込み処理中の上記算出手段1による制
御データの算出を禁止する頻度を決定するものである。
3 is an execution frequency determining means (frequency determining means)
Then, the execution frequency of the interrupt process synchronized with the rotation of the engine, that is, the frequency of prohibiting the calculation of the control data by the calculating means 1 during the interrupt process is determined.

【0016】4は禁止手段で、上記頻度決定手段3の出
力により今回の上記エンジンの回転に同期した割り込み
処理中の上記算出手段1による制御データの算出を禁止
するものである。
A prohibiting means 4 prohibits the calculation of the control data by the calculating means 1 during the interrupt processing synchronized with the current rotation of the engine by the output of the frequency determining means 3.

【0017】次に、図2〜図4を参照して上記構成のエ
ンジンのディジタル制御装置の動作を説明する。図2
(A)は割り込み要求の発生していない時に実行される
割込み処理以外の他の処理であるメイン処理(バックグ
ラウンド処理)の制御手順を示し、図2(B)は、上記
エンジンの上死点検出信号(TDC信号)等のエンジン
の回転に同期した信号により軌動される割り込み処理の
制御手順を示す。
The operation of the engine digital controller having the above construction will be described below with reference to FIGS. Figure 2
FIG. 2A shows a control procedure of a main process (background process) which is a process other than the interrupt process executed when an interrupt request is not generated, and FIG. 7 shows a control procedure of interrupt processing that is tracked by a signal synchronized with the rotation of the engine such as an output signal (TDC signal).

【0018】まず図2(A)において、メイン処理が実
行されると、ステップ21で割り込み処理の回数をカウ
ントする計数手段2であるカウンタCをレジスタに読み
出し、ステップ22で次のメイン処理が所定回数実行さ
れる間に割り込み処理が実行される回数をカウントする
ためにカウンタCをクリアしておく。ここでは、メイン
処理が1回実行される間に割り込み処理が実行される回
数で判定する例で説明する。
First, in FIG. 2A, when the main process is executed, the counter C, which is the counting means 2 for counting the number of interrupt processes, is read into the register in step 21, and the next main process is predetermined in step 22. The counter C is cleared in order to count the number of times the interrupt processing is executed during the number of times of execution. Here, an example will be described in which determination is made based on the number of times interrupt processing is executed while main processing is executed once.

【0019】次にステップ23で、上記ステップ21で
レジスタに読み出しておいたカウンタCのリード値C 0
により図3に示すテーブルを検索し割込み処理の実行頻
度(禁止頻度)H 0を実行頻度決定手段3によって決定
する。つまり、上記エンジンの回転に同期した割込み処
理を、TDC信号何回に1回の割合で実行するかを、こ
のステップ23で決定する。次いでステップ24に進ん
で他の処理を実行した後、上記ステップ21に戻る。
Next, in step 23, the read value C 0 of the counter C read in the register in step 21 is read.
Then, the table shown in FIG. 3 is searched and the execution frequency (prohibition frequency) H 0 of the interrupt processing is determined by the execution frequency determining means 3. That is, it is determined in this step 23 how many times the TDC signal interrupt processing is executed in synchronization with the engine rotation. Then, the process proceeds to step 24 to execute other processing, and then returns to step 21.

【0020】一方、図2(B)において割り込み処理が
発生すると、ステップ25で図2(A)のメイン処理が
1周する間に割り込み処理が実行される回数をカウント
するための上記カウンタCを1だけインクリメントして
おく。
On the other hand, when the interrupt processing occurs in FIG. 2B, the above-mentioned counter C for counting the number of times the interrupt processing is executed during one cycle of the main processing of FIG. Increment by 1.

【0021】次にステップ26で、算出手段1による燃
料噴射量及び点火時期等の制御データの算出を間引くた
めのカウンタHを1だけデクリメントする。次いでステ
ップ27でカウンタHが0であるか否かの判定を行い、
0でないと判別された場合には、算出手段1による燃料
噴射量及び点火時期等の制御データの算出を行なわず、
ステップ30に進んで他の処理を実行した後、割込み復
帰となる。
Next, at step 26, the counter H for thinning out the calculation of the control data such as the fuel injection amount and the ignition timing by the calculating means 1 is decremented by one. Next, at step 27, it is judged whether or not the counter H is 0,
If it is determined that the value is not 0, the calculation means 1 does not calculate the control data such as the fuel injection amount and the ignition timing.
After proceeding to step 30 and executing other processing, the interruption is restored.

【0022】また上記ステップ27でカウンタHが0で
あると判定された場合には、次のステップ28でカウン
タHに上記図2(A)におけるメイン処理のステップ2
3で検索した間引き頻度H 0、つまり、上記エンジンの
回転に同期した割り込み処理を、TDC信号何回に1回
の割合で実行するかのデータをストアする。この後、ス
テップ29に進んで算出手段1による燃料噴射量及び点
火時期等の制御データの算出を行なった後、上記ステッ
プ30へ進む。
If it is determined in step 27 that the counter H is 0, then in step 28, the counter H is displayed in step 2 of the main process in FIG. 2 (A).
The data of the thinning frequency H 0 searched in 3, that is, the data of how many times the TDC signal executes the interrupt processing in synchronization with the engine rotation is stored. After that, the routine proceeds to step 29, where control means such as the fuel injection amount and the ignition timing are calculated by the calculating means 1, and then the routine proceeds to step 30.

【0023】図4は、メイン処理の実行時間と割り込み
処理の実行時間の関係を示す図である。図4(A)はメ
イン処理1周の間に割り込み処理が実行される回数C 0
が1の場合を示している。このとき、検索された実行頻
度H 0は1となり、実行頻度は1/1となる。算出手段
1による燃料噴射量及び点火時期等のデータの算出は割
り込み処理毎に実行している。
FIG. 4 is a diagram showing the relationship between the execution time of the main process and the execution time of the interrupt process. FIG. 4A shows the number C 0 of times interrupt processing is executed during one round of main processing.
Shows the case of 1. At this time, the retrieved execution frequency H 0 is 1, and the execution frequency is 1/1. The calculation of the data such as the fuel injection amount and the ignition timing by the calculation means 1 is executed for each interrupt process.

【0024】図4(B)はメイン処理1周の間に割り込
み処理が実行される回数C 0が3の場合を示している。
このとき、検索された実行頻度H 0は2となり、実行頻
度1/2となる。算出手段1による燃料噴射量及び点火
時期等の制御データの算出は割り込み処理2回に1回の
割合で実行している。
FIG. 4B shows the case where the number of times C 0 of executing the interrupt process during one round of the main process is 3.
At this time, the retrieved execution frequency H 0 is 2 and the execution frequency is 1/2. The calculation of the control data such as the fuel injection amount and the ignition timing by the calculating means 1 is executed once every two interrupt processes.

【0025】図4(C)はメイン処理1周の間に割り込
み処理が実行される回数C 0が7の場合を示している。
このとき、検索された実行頻度H 0は4となり、実行頻
度は1/4となる。算出手段1による燃料噴射量及び点
火時期等の制御データの算出は割り込み処理4回に1回
の割合で実行している。
FIG. 4C shows the case where the number of times C 0 of executing the interrupt process during one round of the main process is 7.
At this time, the retrieved execution frequency H 0 is 4, and the execution frequency is 1/4. The calculation of the control data such as the fuel injection amount and the ignition timing by the calculating means 1 is executed once every four interrupt processes.

【0026】なお、本実施例では、エンジンの回転に同
期した割り込み処理が実行される回数を、メイン処理が
1周する毎に判定しているが、これに限られるものでは
なくメイン処理が複数周する毎に判定するようにした場
合においても、本実施例と全く同様であるであることは
言うまでもない。
In this embodiment, the number of times interrupt processing is executed in synchronization with the rotation of the engine is determined every time the main processing completes one cycle. However, the number of main processing is not limited to this. It goes without saying that the same applies to the case where the determination is made for each round.

【0027】[0027]

【発明の効果】以上説明したように、本発明のエンジン
のディジタル制御装置によれば、割込み処理以外の他の
処理が所定回数実行される間に、エンジンの回転に同期
した割り込み処理の実行回数を計数し、この計数結果に
より燃料噴射量及び点火時期等の制御データの算出頻度
を決定し、この頻度に応じてエンジンの回転に同期した
割り込み処理を禁止するので、割り込み処理の内容が変
更されてその実行時間が増加しても、上記他の処理が所
定回数中に実行されるエンジンの回転に同期した割り込
み処理の回数が増加すると、割り込み処理が禁止され、
従って、割り込み処理以外の他の処理の実行時間を自動
的に確保することができる。
As described above, according to the digital controller for an engine of the present invention, the number of executions of the interrupt processing synchronized with the rotation of the engine is executed while the processing other than the interrupt processing is executed a predetermined number of times. The frequency of calculation of control data such as fuel injection amount and ignition timing is determined based on this counting result, and interrupt processing synchronized with engine rotation is prohibited according to this frequency, so the content of interrupt processing is changed. Even if the execution time increases, the interrupt processing is prohibited if the number of interrupt processing synchronized with the rotation of the engine, which is executed during the predetermined number of times of the other processing, increases.
Therefore, it is possible to automatically secure the execution time of processes other than the interrupt process.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例に係るエンジンのディジタル
制御装置の概略構成を示すブロック図
FIG. 1 is a block diagram showing a schematic configuration of a digital controller for an engine according to an embodiment of the present invention.

【図2】図1のエンジンのディジタル制御装置の動作を
示すフローチャート
FIG. 2 is a flowchart showing the operation of the engine digital controller of FIG.

【図3】図1のエンジンのディジタル制御装置のエンジ
ンの回転に同期した割り込み処理の実行頻度テーブル
FIG. 3 is an execution frequency table of interrupt processing synchronized with engine rotation of the engine digital controller of FIG.

【図4】図1のエンジンのディジタル制御装置の動作説
明図
FIG. 4 is an explanatory view of the operation of the engine digital controller of FIG.

【図5】従来のエンジンのディジタル制御装置の動作説
明図
FIG. 5 is an operation explanatory diagram of a conventional engine digital controller.

【図6】従来のエンジンのディジタル制御装置の動作説
明図
FIG. 6 is an operation explanatory diagram of a conventional engine digital controller.

【符号の説明】[Explanation of symbols]

1 制御データ算出手段 2 計数手段 3 実行頻度決定手段(頻度決定手段) 4 禁止手段 1 Control Data Calculation Means 2 Counting Means 3 Execution Frequency Determining Means (Frequency Determining Means) 4 Inhibiting Means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 エンジンの運転状態に応じて求められる
制御データにより、該エンジンの燃料噴射量および点火
時期を制御するエンジンのディジタル制御装置であっ
て、上記エンジンの回転に同期した割り込み処理により
上記制御データを算出する算出手段と、上記エンジンの
回転に同期した割り込み処理より優先度の低い他の処理
が所定回数実行される間に、上記算出手段が含まれる上
記エンジンの回転に同期した割り込み処理が実行される
回数を計数する計数手段と、該計数手段の計数結果によ
り上記エンジンの回転に同期した割り込み処理中の上記
算出手段による制御データの算出を禁止する頻度を決定
する頻度決定手段と、該頻度決定手段の出力により今回
の上記エンジンの回転に同期した割り込み処理中の上記
算出手段による制御データの算出を禁止すると決定され
た場合に上記エンジンの回転に同期した割り込み処理中
の上記算出手段による制御データの算出を禁止する禁止
手段とを有することを特徴とするエンジンのディジタル
装置。
1. A digital control device for an engine, which controls a fuel injection amount and an ignition timing of the engine according to control data obtained according to an operating state of the engine, the interrupt control processing being synchronized with rotation of the engine. An interrupt process in synchronization with the rotation of the engine, which includes the calculation unit, is performed while a calculation unit that calculates control data and another process having a lower priority than the interrupt process in synchronization with the rotation of the engine are executed a predetermined number of times. Counting means for counting the number of times of execution, frequency determining means for determining the frequency of prohibiting the calculation of the control data by the calculating means during the interrupt processing synchronized with the rotation of the engine based on the counting result of the counting means, By the output of the frequency determining means, the control data by the calculating means during the interrupt processing synchronized with the rotation of the engine this time is performed. And a prohibition means for prohibiting calculation of control data by the calculation means during interrupt processing in synchronism with rotation of the engine when it is determined to prohibit calculation of data.
JP3160093A 1993-02-22 1993-02-22 Engine digital control unit Expired - Fee Related JP2850691B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3160093A JP2850691B2 (en) 1993-02-22 1993-02-22 Engine digital control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3160093A JP2850691B2 (en) 1993-02-22 1993-02-22 Engine digital control unit

Publications (2)

Publication Number Publication Date
JPH06249052A true JPH06249052A (en) 1994-09-06
JP2850691B2 JP2850691B2 (en) 1999-01-27

Family

ID=12335697

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3160093A Expired - Fee Related JP2850691B2 (en) 1993-02-22 1993-02-22 Engine digital control unit

Country Status (1)

Country Link
JP (1) JP2850691B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012105540A1 (en) 2011-02-03 2012-08-09 株式会社豊田自動織機 Fuel injection control device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012105540A1 (en) 2011-02-03 2012-08-09 株式会社豊田自動織機 Fuel injection control device
JP2012162991A (en) * 2011-02-03 2012-08-30 Toyota Industries Corp Fuel injection control device

Also Published As

Publication number Publication date
JP2850691B2 (en) 1999-01-27

Similar Documents

Publication Publication Date Title
US4437442A (en) Automotive vehicle engine control system
US5759133A (en) Method and engine control for suppressing vibration of the drive train in a motor vehicle
JP2000047883A (en) Task controlling method and storage medium
US4337512A (en) Apparatus and method for controlling internal combustion engine
US4395984A (en) Electronic fuel supply control system for internal combustion engines
JPH0765540B2 (en) Engine controller
JPH06249052A (en) Digital control device of engine
JP3350950B2 (en) Automotive electronic control unit
JPH06249051A (en) Digital control device of engine
JPH0230961A (en) Device for controlling engine
JP3322003B2 (en) Engine fuel supply control device
JPS60187732A (en) Control device for fuel injection of engine
KR100290339B1 (en) Method for controlling idle speed according to throttle opening sensor
JPH04295162A (en) Control device for equipment
JPH0683641A (en) Control program processing method for signal processor
JPS5970841A (en) Fuel feeder for motorcycle engine
JPH01125567A (en) Controller for engine
JPS6125934A (en) Fuel feed controller for internal-combustion engine
JPH04342846A (en) Fuel control device of engine
JP2000034947A (en) Electronic control device
Kovener A Low Cost Electronic Ignition Control System with a 4-Bit Microcontroller
KR970045387A (en) How to control the ignition timing when escaping fuel injection shutoff mode
JPH01273857A (en) Fuel injection controller
JPS61145342A (en) Fuel injection timing control device
JPH01207837A (en) System diagnostic system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20071113

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081113

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees