JP2001256063A - Controller and engine controller - Google Patents

Controller and engine controller

Info

Publication number
JP2001256063A
JP2001256063A JP2000068909A JP2000068909A JP2001256063A JP 2001256063 A JP2001256063 A JP 2001256063A JP 2000068909 A JP2000068909 A JP 2000068909A JP 2000068909 A JP2000068909 A JP 2000068909A JP 2001256063 A JP2001256063 A JP 2001256063A
Authority
JP
Japan
Prior art keywords
processing
execution
control pattern
control device
engine
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.)
Pending
Application number
JP2000068909A
Other languages
Japanese (ja)
Inventor
登 ▲高▼木
Noboru Takagi
Takeshi Kurono
猛 黒野
Hirotaka Sakai
広隆 酒井
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.)
Denso Corp
Original Assignee
Denso 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 Denso Corp filed Critical Denso Corp
Priority to JP2000068909A priority Critical patent/JP2001256063A/en
Publication of JP2001256063A publication Critical patent/JP2001256063A/en
Pending legal-status Critical Current

Links

Landscapes

  • Combined Controls Of Internal Combustion Engines (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform proper control by preventing that a processing with high real time features is not performed without intention even when scale of a control program is increased by using a CPU similar to the conventional one. SOLUTION: A processing to be performed in real time exists in processing programs with relatively low performance priority, on the other hand, a processing which is not to be performed in real time exists in processing programs with relatively high performance priority. Fur that reason, a load factor 1f of the CPU is calculated, when the load factor 1f exceeds a first threshold (LF1-OF) (S300: YES), or when the load factor 1f is equal to or less than the first threshold (LF1-OF) and exceeds a second threshold (LF2-OF) (S300: NO, S330: NO) and the load factor 1f exists in the increasing direction (S360: YES), a control pattern is switched to a suppression control pattern (S380) and the processing with relatively low necessity of performance is suppressed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、予め定められた実
行優先順位で処理プログラムを実行する際、リアルタイ
ム性の要求される処理の遅れや抜けを防止する技術に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for preventing a delay or omission of processing that requires real-time processing when a processing program is executed with a predetermined execution priority.

【0002】[0002]

【従来の技術】例えばエンジン制御プログラムは、実行
単位となる複数の処理プログラムに細分化されて記述さ
れている。このような処理プログラムの実行状態はタス
クと呼ばれており、OSにより管理され、予め定められ
た実行優先順位(タスクレベル)に基づいて実行され
る。
2. Description of the Related Art For example, an engine control program is subdivided into a plurality of processing programs as execution units and described. The execution state of such a processing program is called a task, is managed by the OS, and is executed based on a predetermined execution priority (task level).

【0003】エンジン制御プログラムは、実行優先順位
の高い方から回転同期処理、時間同期処理、アイドル処
理に分けられる。回転同期処理は例えばクランク軸が3
0度回転する毎に実行されるというようなエンジンの回
転に同期した処理であり、燃料の噴射・点火処理が一例
として挙げられる。時間同期処理は例えば8ms,16
msといった所定の時間間隔で実行される周期処理であ
り、変速処理などが該当する。また、アイドル処理はエ
ンジン制御に直接的に関連しない処理であり、これには
コンピュータシステムのレジスタを更新する処理などが
含まれる。
[0003] The engine control program is divided into a rotation synchronization process, a time synchronization process, and an idle process in descending order of execution priority. In the rotation synchronization processing, for example, when the crankshaft is 3
This is a process synchronized with the rotation of the engine, which is performed every time the engine rotates 0 degrees, and includes a fuel injection / ignition process as an example. Time synchronization processing is, for example, 8 ms, 16
This is a periodic process executed at a predetermined time interval such as ms, and corresponds to a shift process and the like. The idle process is a process not directly related to engine control, and includes a process of updating a register of a computer system.

【0004】これらの処理は、上述したように予め定め
られた実行優先順位に基づき、電子制御装置(ECU)
の有する例えば1つのCPUにて実行される。エンジン
回転数が大きくなるにつれて、回転同期処理の実行回数
は当然増加するため、回転同期処理によるCPUの使用
率が大きくなってくる。このような状況下では、実行優
先順位の高い処理が優先して実行されるため、実行優先
順位の低い処理が遅れたり、実行されなくなったりする
状況が発生する。すなわち、回転同期処理の実行回数が
増加すると、まず最初にアイドル処理が遅れることにな
り、さらには実行されない状況となる。しかしながら、
アイドル処理は、リアルタイム性が問われる処理でない
ため特に問題は生じない。しかし、さらに回転同期処理
によるCPUの使用率が高くなると、今度は、時間同期
処理が遅れたり、実行されなくなったりする可能性があ
る。時間同期処理は、回転同期処理に比べてリアルタイ
ム性は低いが、ある程度のリアルタイム性が要求される
変速処理などを含む。したがって、このような状況とな
れば、変速の遅れなどを招き、利用者に違和感を与えて
しまう。
[0004] These processes are performed on the basis of the execution priority determined in advance as described above, based on an electronic control unit (ECU).
For example, it is executed by one CPU. As the engine rotation speed increases, the number of times of execution of the rotation synchronization processing naturally increases, so that the usage rate of the CPU in the rotation synchronization processing increases. In such a situation, a process with a higher execution priority is executed with priority, and a process may occur in which a process with a lower execution priority is delayed or not executed. That is, when the number of times of execution of the rotation synchronization processing increases, the idle processing is first delayed, and furthermore, the idle processing is not executed. However,
Since the idle processing is not processing that requires real-time processing, no particular problem occurs. However, when the usage rate of the CPU due to the rotation synchronization processing further increases, the time synchronization processing may be delayed or may not be executed. The time synchronization process has a lower real-time property than the rotation synchronization process, but includes a speed change process that requires a certain degree of real-time property. Therefore, in such a situation, a delay in shifting is caused, and the user feels strange.

【0005】したがって通常は、エンジン回転が最大と
なっても、回転同期処理によってCPUが占有されるこ
とがないように設計されている。つまり、予めプログラ
ム量を調整することによって、回転同期処理の実行回数
が増えても、時間同期処理が所定周期で実行されるよう
に調整する。これを概念的に示すのが図8(a)であ
る。図8(a)では、エンジン回転数に対する、回転同
期処理及び時間同期処理によるCPUの使用率を示した
ものである。図8(a)から分かるようにエンジン回転
数が最大となっても時間同期処理が実行されるようにな
っている。
Therefore, the CPU is usually designed so that the CPU is not occupied by the rotation synchronization processing even when the engine rotation is maximized. That is, by adjusting the program amount in advance, even if the number of times of execution of the rotation synchronization processing increases, the adjustment is performed so that the time synchronization processing is executed at a predetermined cycle. This is conceptually shown in FIG. FIG. 8A shows the CPU usage rate by the rotation synchronization process and the time synchronization process with respect to the engine speed. As can be seen from FIG. 8A, the time synchronization process is executed even when the engine speed becomes maximum.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、自動車
における排気ガス浄化・低燃費化の動向や快適性・安全
性を求める市場ニーズにより、エンジン制御プログラム
の規模は益々大きくなっていく傾向にある。そして、エ
ンジン制御プログラムの規模が大きくなると、エンジン
が高回転となった場合に回転同期処理によるCPUの使
用率が大きくなり、時間同期処理が遅れたり、実行され
なくなったりすることが想定される。
However, the scale of the engine control program tends to increase with the trend of purifying exhaust gas and reducing fuel consumption in automobiles and market needs for comfort and safety. When the scale of the engine control program is increased, it is assumed that, when the engine rotates at a high speed, the usage rate of the CPU by the rotation synchronization processing increases, and the time synchronization processing is delayed or not executed.

【0007】例えば、エンジン回転数が上がるにつれ
て、回転同期処理の実行回数が増え、時間同期処理及び
アイドル処理に遅れや抜けが生じる様子を図9に示し
た。図9では、エンジン回転数を大きくしていった場合
を、(a)から(d)まで順に示している。
For example, FIG. 9 shows how the number of times the rotation synchronization process is executed increases as the engine speed increases, and the time synchronization process and the idle process are delayed or omitted. FIG. 9 shows the case where the engine speed is increased from (a) to (d) in order.

【0008】図9(a)では、期間Tに、回転同期処理
が1回だけ実行され、時間同期処理が3回実行されてい
る。すなわち、回転同期処理は時刻t4からt5までの
期間(以下時刻αから時刻βまでの期間を期間[α,
β]と記述する。)に実行されており、一方、時間同期
処理は、期間[t2,t3]、期間[t5,t6]及び
期間[t8,t9]で実行されている。そして、回転同
期処理及び時間同期処理が実行されない期間、すなわち
期間[t0,t2]、期間[t3,t4]及び期間[t
6,t8]に、アイドル処理は割り当てられる。
In FIG. 9A, during a period T, the rotation synchronization processing is executed only once and the time synchronization processing is executed three times. That is, the rotation synchronization process is performed in a period from time t4 to time t5 (hereinafter, a period from time α to time β is defined as a period [α,
β]. ), While the time synchronization process is executed in the periods [t2, t3], [t5, t6] and [t8, t9]. Then, a period in which the rotation synchronization process and the time synchronization process are not performed, that is, a period [t0, t2], a period [t3, t4], and a period [t
6, t8], the idle process is assigned.

【0009】図9(b)では、エンジン回転数が上がっ
たため、期間[t1,t2]、期間[t4,t5],期
間[t7,t8]で回転同期処理が計3回実行されてい
る。時間同期処理はエンジン回転数に左右されないた
め、図9(a)と同一の期間に3回だけ実行される。な
お、回転同期処理の実行回数が増える分、実行優先順位
の低いアイドル処理が実行されなくなる。
In FIG. 9B, since the engine speed has increased, the rotation synchronization processing is executed three times in total in the period [t1, t2], the period [t4, t5], and the period [t7, t8]. Since the time synchronization process is not affected by the engine speed, it is executed only three times in the same period as in FIG. Note that, as the number of times of execution of the rotation synchronization processing increases, idle processing with a low execution priority is not executed.

【0010】図9(c)では、図9(b)よりもさらに
エンジン回転数が大きくなった様子を示している。ここ
では、期間[t0,t1]、期間[t2,t3]、期間
[t4,t5]、期間[t6,t7]及び期間[t8,
t9]で回転同期処理が計5回実行されている。そのた
め、図9(c)中に2点鎖線で示すように期間[t2,
t3]及び期間[t8,t9]で実行されるはずの時間
同期処理が、それぞれ時刻t3及び時刻t9から実行さ
れる。時間同期処理は、回転同期処理と比べて実行優先
順位が低いためである。従って、期間Tに実行される時
間同期処理は計2回となる。このとき、アイドル処理は
ほとんど実行されない。
FIG. 9 (c) shows a state where the engine speed is further increased as compared with FIG. 9 (b). Here, the period [t0, t1], the period [t2, t3], the period [t4, t5], the period [t6, t7], and the period [t8,
At t9], the rotation synchronization processing is executed five times in total. Therefore, as shown by a two-dot chain line in FIG.
t3] and the time synchronization process that should be executed in the period [t8, t9] are executed from time t3 and time t9, respectively. This is because the execution priority of the time synchronization process is lower than that of the rotation synchronization process. Therefore, the time synchronization process executed in the period T is two times in total. At this time, the idle processing is hardly executed.

【0011】そして図9(d)では、図9(c)よりも
さらにエンジン回転数が大きくなり、期間Tを通して回
転同期処理が計9回実行されている。そのため、この場
合、アイドル処理だけでなく時間同期処理も期間Tで実
行されなくなってしまう。これをまとめて示すのが図8
(b)である。上述した図9(a)〜(d)に示した処
理実行状態がそれぞれ、記号A,B,C,Dで示すエン
ジン回転数に対応している。記号Cで示すエンジン回転
数では、回転同期処理及び時間同期処理の実行によって
ほぼCPUが占有される状態となる。そのため、この回
転数を超えると、アイドル処理はもちろん、時間同期処
理の一部までが実行されない状態となり、記号Dで示す
最大エンジン回転数においては、時間同期処理が全く実
行されなくなってしまう。
In FIG. 9D, the engine speed is further increased as compared with FIG. 9C, and the rotation synchronization processing is executed nine times throughout the period T. Therefore, in this case, not only the idle processing but also the time synchronization processing are not executed in the period T. Fig. 8 shows this together.
(B). The processing execution states shown in FIGS. 9A to 9D correspond to the engine speeds indicated by the symbols A, B, C, and D, respectively. At the engine speed indicated by the symbol C, the CPU is almost occupied by the execution of the rotation synchronization process and the time synchronization process. Therefore, when the rotation speed is exceeded, not only the idle processing but also part of the time synchronization processing is not executed, and the time synchronization processing is not executed at the maximum engine speed indicated by the symbol D at all.

【0012】これを解決するための方法として、演算性
能の高いCPUを用いること、CPUの数を増やして分
散処理させることが考えられる。しかし、これらの方法
は、コストの増大を招くため、好ましい方法とは言えな
い。本発明は、上述した問題点を解決するためになされ
たものであり、従来と同様のCPUを用い、かつ、制御
プログラムの規模が大きくなった場合であっても、リア
ルタイム性の高い処理が意図せず実行されなくなること
を防止して、適切な制御を行うことを目的とする。
As a method for solving this, it is conceivable to use a CPU having a high arithmetic performance or to increase the number of CPUs to perform distributed processing. However, these methods are not preferable because they increase costs. SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and it is intended to perform processing with high real-time performance even when a CPU similar to the conventional one is used and the scale of the control program is increased. An object of the present invention is to perform appropriate control while preventing the program from being executed without being executed.

【0013】[0013]

【課題を解決するための手段及び発明の効果】本発明の
制御装置では、処理実行手段が、予め設定された実行優
先順位に基づき複数の処理プログラムを実行する。これ
ら処理プログラムは実行単位となるものであり、この処
理プログラムの実行状態がいわゆるタスクと呼ばれ、こ
れら処理プログラムの実行によって制御対象を制御す
る。このとき、複数の処理プログラムの中には、制御対
象の制御状況に応じて実行回数が増減する処理プログラ
ムが含まれている。
Means for Solving the Problems and Effects of the Invention In the control device according to the present invention, the processing executing means executes a plurality of processing programs based on a preset execution priority. Each of these processing programs is an execution unit, and the execution state of the processing program is called a task, and a control target is controlled by executing these processing programs. At this time, the plurality of processing programs include a processing program whose number of executions increases or decreases according to the control situation of the control target.

【0014】このような構成を前提として、本発明では
特に、処理負荷測定手段が処理プログラムの実行回数の
増減によって変わる処理実行手段の処理負荷を測定し、
この処理負荷に基づき、処理実行手段が、制御対象の制
御状況において実行必要性の相対的に小さな処理プログ
ラムに基づく処理の実行を抑制する。
On the premise of such a configuration, in the present invention, in particular, the processing load measuring means measures the processing load of the processing executing means which changes according to the increase / decrease of the number of executions of the processing program.
Based on the processing load, the processing execution unit suppresses the execution of the processing based on the processing program having relatively small execution necessity in the control situation of the control target.

【0015】上述したように処理プログラムの実行回数
が増えてCPUの使用率が大きくなっていくと、実行優
先順位の相対的に低い処理プログラムから順に、実行さ
れない状況が発生する。そして、このような処理の中に
もリアルタイムに実行されるべき処理が存在することが
問題となる。
As described above, when the number of executions of the processing program increases and the CPU utilization rate increases, a situation occurs in which the processing programs are not executed in order from the processing program having a relatively lower execution priority. Then, there is a problem that there is a process to be executed in real time in such a process.

【0016】そこで本発明では、制御対象の制御状況に
よって、予め定められた実行優先順位とは別に、実行必
要性の相対的に小さな処理プログラムに基づく処理が存
在することに着目した。つまり、実行優先順位の相対的
に低い処理プログラムの中にリアルタイムに実行される
べき処理が存在する一方で、実行優先順位の相対的に高
い処理プログラムの中にリアルタイムに実行しなくても
よい処理が存在するのである。これは、全ての制御状況
を考慮して実行優先順位を設定することが物理的にでき
ないことに起因する。したがって、本発明では、制御対
象の制御状況において実行必要性の相対的に小さな処理
プログラムに基づく処理の実行を動的に抑制する。な
お、「動的に」とは処理実行途中でリアルタイムに抑制
することを意図している。また、処理実行手段の処理負
荷が大きくないときには処理の実行を抑制する必要がな
いため、処理実行の抑制は、処理負荷測定手段にて測定
された処理負荷に基づいて行う。
Therefore, in the present invention, attention has been paid to the fact that, depending on the control situation of the control target, there is a process based on a processing program having relatively small execution necessity, in addition to a predetermined execution priority. That is, while there is a process to be executed in real time in a processing program with a relatively low execution priority, a process that does not need to be executed in real time in a processing program with a relatively high execution priority Exists. This is because execution priorities cannot be physically set in consideration of all control situations. Therefore, in the present invention, execution of processing based on a processing program having relatively small execution necessity in the control situation of the control target is dynamically suppressed. In addition, "dynamically" intends to suppress in real time during processing execution. In addition, when the processing load of the processing execution unit is not large, it is not necessary to suppress the execution of the process. Therefore, the suppression of the execution of the process is performed based on the processing load measured by the processing load measurement unit.

【0017】本発明によれば、実行必要性の相対的に小
さな処理プログラムに基づく処理の実行が抑制されるた
め、その分、実行優先順位の相対的に低い処理プログラ
ムであっても実行される可能性が高くなる。その結果、
従来と同様のCPUを用い、制御プログラムの規模が大
きくなった場合であっても、リアルタイム性の高い処理
が実行されなくなることを防止でき、適切な制御を行う
ことができる。
According to the present invention, execution of a process based on a processing program having a relatively small execution necessity is suppressed, and accordingly, even a processing program having a relatively low execution priority is executed. The likelihood increases. as a result,
Using a CPU similar to the conventional one, even when the scale of the control program becomes large, it is possible to prevent the execution of the process with high real-time property, and to perform appropriate control.

【0018】なお、「処理の実行を抑制する」とは、処
理の実行を禁止することが考えられる。また、処理の実
行間隔を大きくしてもよい。「処理プログラムに基づく
処理の実行」としたのは、実行単位となる処理プログラ
ム毎に実行を抑制する場合だけでなく、ある処理プログ
ラム内の一部の処理を抑制する場合を含める意図であ
る。したがって、ある処理プログラムP内に3つの処理
p,q,rが含まれている場合、処理プログラムPの実
行を抑制して3つの処理p,q,rの全てを抑制する場
合だけでなく、処理プログラムP内の例えば1つの処理
pだけを抑制する場合が含まれる。この場合の実現方法
は、例えば処理q,rのみが含まれる別の処理プログラ
ムQを用意し、処理プログラムPに代え、この別の処理
プログラムQを実行することが考えられる。
Note that "suppressing the execution of a process" may mean prohibiting the execution of a process. Further, the execution interval of the processing may be increased. “Execution of processing based on a processing program” is intended to include not only a case where execution is suppressed for each processing program as an execution unit but also a case where some processing in a certain processing program is suppressed. Therefore, when a certain processing program P includes three processes p, q, and r, not only the case where the execution of the processing program P is suppressed to suppress all three processes p, q, and r, For example, a case where only one processing p in the processing program P is suppressed is included. In this case, the realization method may be to prepare another processing program Q including only the processings q and r, and to execute the another processing program Q instead of the processing program P.

【0019】また、処理負荷に基づいて処理の実行を抑
制するのであるから、例えば処理負荷に基づいて段階的
に、抑制する処理を変えることが考えられる。しかし、
より簡単に実現するのであれば、例えば請求項2に示す
ように、処理実行手段は、処理負荷測定手段にて測定さ
れた処理負荷に基づき、処理プログラムの全てを実行優
先順位に基づき実行する通常制御パターンと、所定処理
の実行を抑制する抑制制御パターンとを切り換えるよう
にすることで実現することが考えられる。このように2
つのパターンを切り換えて処理実行を抑制する構成とし
ても、上述したような効果が発揮されることは言うまで
もない。
Further, since the execution of the processing is suppressed based on the processing load, it is conceivable to change the suppressed processing stepwise based on the processing load, for example. But,
In a simpler implementation, for example, as described in claim 2, the processing execution means normally executes all of the processing programs based on the execution priority based on the processing load measured by the processing load measurement means. It may be realized by switching between a control pattern and a suppression control pattern that suppresses execution of a predetermined process. Thus 2
It is needless to say that the above-described effect can be obtained even when the configuration is configured to switch the three patterns to suppress the processing execution.

【0020】そして、上述した2つの制御パターンは、
例えば請求項3に示すようにして切り換えることが考え
られる。すなわち、処理実行手段は、処理負荷測定手段
にて測定された処理負荷が予め定められる第1の閾値を
越えると抑制制御パターンへ切り換え、一方、第1の閾
値以下の値として予め定められる第2の閾値以下になる
と通常制御パターンへ切り換える。ここで第1の閾値・
第2の閾値は同じ値であってもよいが、第1の閾値>第
2の閾値となる異なる値を設定することが好ましい。制
御パターンが交互に切り替わってしまうハンチングを防
止するためである。
The two control patterns described above are:
For example, the switching may be performed as described in claim 3. That is, the processing execution unit switches to the suppression control pattern when the processing load measured by the processing load measurement unit exceeds a predetermined first threshold, and on the other hand, sets a second predetermined value equal to or smaller than the first threshold. Is switched to the normal control pattern when the threshold value becomes equal to or less than the threshold value. Where the first threshold
Although the second threshold value may be the same value, it is preferable to set a different value that satisfies the relationship of the first threshold value> the second threshold value. This is to prevent hunting in which control patterns are alternately switched.

【0021】第1の閾値と第2の閾値が異なる値として
設定されることを前提とした場合は、請求項4に示すよ
うに、処理実行手段は、処理負荷測定手段にて測定され
た処理負荷が第1の閾値以下でありかつ第2の閾値を越
えているとき、処理負荷が増加している場合には抑制制
御パターンへ切り換え、一方、処理負荷が減少している
場合には通常制御パターンへ切り換えるようにするとよ
い。つまり、処理負荷が実際に第1の閾値を越える前
に、又は、第2の閾値以下となる前に、それらを予測し
て制御パターンを切り換えるのである。このようにすれ
ば、制御パターンの切り換えの遅れによって一時的に処
理の遅れや抜けが発生することを防止できる。
[0021] Assuming that the first threshold value and the second threshold value are set as different values, the processing execution means may execute the processing measured by the processing load measurement means. When the load is equal to or less than the first threshold and exceeds the second threshold, the processing is switched to the suppression control pattern when the processing load is increasing, while the normal control is performed when the processing load is decreasing. It is good to switch to a pattern. That is, before the processing load actually exceeds the first threshold value or before the processing load becomes equal to or less than the second threshold value, the control pattern is switched by predicting them. In this way, it is possible to prevent the processing from being temporarily delayed or missing due to the control pattern switching delay.

【0022】なお、上述した抑制制御パターンにて実行
が抑制される処理が多くなるほど、制御パターン移行時
に処理負荷が大きく変動する。仮に処理プログラムの中
の半分を抑制すれば、処理負荷も半分程度に減少する。
そのため、上述したように第1及び第2の閾値を異なる
値としておいても、制御パターンが交互に切り替わって
しまうハンチングが生じる可能性がある。
The more the processing whose execution is suppressed by the above-described suppression control pattern, the more the processing load fluctuates when the control pattern is shifted. If half of the processing program is suppressed, the processing load is reduced to about half.
Therefore, even if the first and second thresholds are set to different values as described above, there is a possibility that hunting occurs in which the control pattern is alternately switched.

【0023】そこで、請求項5に示すように、通常制御
パターン及び抑制制御パターンのそれぞれに対応させ
て、上述した第1及び第2の閾値を設けるとよい。つま
り、それぞれの制御パターンで処理を実行した場合の処
理負荷を考慮して、通常制御パターンに対応する第1及
び第2の閾値を設定し、これらの閾値とは別個に、抑制
制御パターンに対応する第1及び第2の閾値を設定する
のである。このとき、処理実行手段は、通常制御パター
ン又は抑制制御パターンへの切り換えを行うと共に第1
及び第2の閾値を対応するものに切り換える。このよう
にすれば、制御パターンの移行時に処理負荷が大きく変
わったとしても、適切な閾値に切り換えられるため、制
御パターンが交互に切り替わってしまうハンチングを防
止することができる。
In view of the above, the first and second thresholds may be provided corresponding to the normal control pattern and the suppression control pattern, respectively. In other words, the first and second threshold values corresponding to the normal control pattern are set in consideration of the processing load when the processing is executed in each control pattern, and the first and second threshold values are set separately from these threshold values. That is, the first and second threshold values are set. At this time, the processing execution unit switches to the normal control pattern or the suppression control pattern and performs the first
And switch the second threshold value to the corresponding one. In this way, even if the processing load greatly changes at the time of the shift of the control pattern, the threshold value is switched to an appropriate threshold value, so that hunting in which the control pattern is alternately switched can be prevented.

【0024】ところで、処理負荷測定手段は、実行優先
順位が相対的に低い所定の処理プログラムの実行回数に
基づき、処理負荷を測定することが考えられる。処理負
荷が大きくなってくると、実行優先順位が相対的に低い
処理プログラムの実行回数が減ってくる。したがって、
この実行回数に基づけば処理負荷を測定することができ
る。このようにすれば、処理負荷測定手段の機能をソフ
トウェアを用いて実現できるため、本装置を構成する上
で、部品点数が少なくなる。
It is conceivable that the processing load measuring means measures the processing load based on the number of executions of a predetermined processing program having a relatively low execution priority. As the processing load increases, the number of executions of the processing program whose execution priority is relatively low decreases. Therefore,
The processing load can be measured based on the number of executions. With this configuration, the function of the processing load measuring unit can be realized by using software, so that the number of components is reduced in configuring the present apparatus.

【0025】以上は制御装置の発明として説明してきた
が、請求項7に示すように、上述した制御装置を用いて
構成され、制御対象として車両に搭載されるエンジンを
制御するエンジン制御装置の発明として実現することも
できる。このエンジン制御装置は、実行優先順位の相対
的に高い処理プログラムとして車両のエンジンの回転に
同期して実行される回転同期処理プログラムを備えてい
る。したがって、エンジン回転の変動によって回転同期
処理プログラムの実行回数が増減する。このとき、処理
実行手段は、回転同期処理プログラム又は当該回転同期
処理プログラムに対して実行優先順位の低い、予め定め
られた時間間隔で実行される時間同期処理プログラムの
うち、少なくともいずれか一方に基づく処理を抑制す
る。
Although the above has been described as an invention of a control device, an invention of an engine control device configured by using the above-described control device and controlling an engine mounted on a vehicle as a control target is described in claim 7. It can also be realized as. The engine control device includes a rotation synchronization processing program executed in synchronization with the rotation of the engine of the vehicle as a processing program having a relatively high execution priority. Therefore, the number of executions of the rotation synchronization processing program increases or decreases due to fluctuations in engine rotation. At this time, the processing execution means is based on at least one of the rotation synchronization processing program and a time synchronization processing program executed at a predetermined time interval having a low execution priority with respect to the rotation synchronization processing program. Suppress processing.

【0026】この場合、エンジンが高回転になることに
よって処理負荷が大きくなるため、エンジン高回転時に
実行必要性の相対的に小さな処理を抑制する。例えば時
間同期処理として実行されるISC(Idle Speed Contr
ol)バルブの制御処理を禁止することが考えられる。同
じく時間同期処理として実行される故障診断処理の実行
間隔を例えば2倍というように大きくすることが考えら
れる。また、回転同期処理として実行される噴射・点火
処理の中のエンスト判定処理などを禁止することが考え
られる。
In this case, since the processing load increases due to the high rotation of the engine, the processing which is relatively unnecessary to be executed when the engine rotates at high speed is suppressed. For example, ISC (Idle Speed Control
ol) It is possible to prohibit valve control processing. It is conceivable to increase the execution interval of the failure diagnosis processing, which is also executed as time synchronization processing, for example, to twice as long. Further, it is conceivable to prohibit engine stall determination processing and the like in the injection / ignition processing executed as rotation synchronization processing.

【0027】なお、このようなエンジン制御装置におい
ては、請求項8に示すように、処理負荷測定手段が、時
間同期処理よりも実行優先順位の低いアイドル処理の実
行回数に基づき、処理負荷を測定するようにするとよ
い。上述した制御装置の場合と同様、処理負荷測定手段
の機能がソフトウェアで実現できるからであり、部品点
数を少なくできるからである。
In such an engine control apparatus, the processing load measuring means measures the processing load based on the number of times of execution of the idle processing having a lower execution priority than the time synchronous processing. It is better to do it. This is because the function of the processing load measuring means can be realized by software and the number of components can be reduced, as in the case of the above-described control device.

【0028】[0028]

【発明の実施の形態】以下、本発明を具体化した一実施
例を図面を参照して説明する。図1は、本発明を具体化
したエンジン制御装置(以下「ECU」という。)1の
構成を表すブロック図である。ECU1は、車両に搭載
された内燃機関型エンジンの制御を行う。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram illustrating a configuration of an engine control device (hereinafter, referred to as “ECU”) 1 embodying the present invention. The ECU 1 controls an internal combustion engine mounted on the vehicle.

【0029】ECU1は、エンジンのクランク軸が所定
角度回転する毎にパルス状の信号を出力する回転角セン
サ、エンジンの特定の気筒のピストンが所定位置(例え
ば上死点:TDC)にくる度にパルス状の信号を出力す
る基準位置センサ、エンジンの冷却水の温度を検出する
水温センサ、及び酸素濃度を計測する酸素濃度センサ
等、エンジンの運転状態を検出する様々なセンサ30か
らの信号を入力して波形整形やA/D変換を行う入力回
路21と、入力回路21からのセンサ信号に基づき、エ
ンジンを制御するための様々な処理を行うマイクロコン
ピュータ(以下「マイコン」という。)10と、マイコ
ン10からの制御信号に応じて、エンジンに取付けられ
たインジェクタ(燃料噴射装置)及びイグナイタ(点火
装置)等のアクチュエータ40を駆動する出力回路22
とを、備えている。
The ECU 1 outputs a pulse angle signal every time the crankshaft of the engine rotates by a predetermined angle. Each time a piston of a specific cylinder of the engine comes to a predetermined position (for example, TDC: TDC). Inputs signals from various sensors 30 that detect the operating state of the engine, such as a reference position sensor that outputs a pulse-like signal, a water temperature sensor that detects the temperature of engine cooling water, and an oxygen concentration sensor that measures oxygen concentration. An input circuit 21 for performing waveform shaping and A / D conversion, and a microcomputer (hereinafter referred to as “microcomputer”) 10 for performing various processes for controlling the engine based on the sensor signal from the input circuit 21. Actuators such as an injector (fuel injection device) and an igniter (ignition device) attached to the engine according to a control signal from the microcomputer 10. Output circuit 22 for driving the over motor 40
And

【0030】そして、マイコン10には、プログラムを
実行する周知のCPU(中央演算処理装置)11と、C
PU11によって実行されるプログラムやそのプログラ
ムの実行時に参照される制御データを記憶するROM1
2と、CPU11による演算結果等を記憶するためのR
AM13と、入力回路21及び出力回路22との間で信
号をやり取りするためのI/O14と、各種レジスタや
フリーランカウンタ等(図示省略)とが備えられてい
る。
The microcomputer 10 includes a well-known CPU (central processing unit) 11 for executing a program,
ROM 1 that stores a program executed by PU 11 and control data referred to when the program is executed
2 and R for storing the calculation result and the like by the CPU 11.
An AM 13, an I / O 14 for exchanging signals between the input circuit 21 and the output circuit 22, various registers, a free-run counter, and the like (not shown) are provided.

【0031】このように構成されたECU1は、各種セ
ンサ30から入力回路21を介して入力される信号に基
づき、出力回路22に接続されたアクチュエータ40を
駆動する、エンジン制御処理を行う。このエンジン制御
を実現するためのエンジン制御プログラムは、上述した
ようにマイコン10の備えるROM12に記憶されてい
る。そして、このエンジン制御プログラムは実行単位毎
に細分化されて記述されている。また、実行単位となる
複数の処理プログラムは、制御対象であるエンジンの回
転に同期して実行される回転同期処理プログラムと、例
えば8ms,16ms,32msといった予め定められ
た時間間隔で実行される時間同期処理プログラムと、こ
れら回転同期処理又は時間同期処理によってCPUが使
用されていない期間に実行されるアイドル処理プログラ
ムに分けられる。
The ECU 1 configured as described above performs an engine control process for driving the actuator 40 connected to the output circuit 22 based on signals input from the various sensors 30 via the input circuit 21. The engine control program for implementing the engine control is stored in the ROM 12 included in the microcomputer 10 as described above. The engine control program is subdivided and described for each execution unit. The plurality of processing programs as execution units include a rotation synchronization processing program that is executed in synchronization with the rotation of the engine to be controlled and a time period that is executed at predetermined time intervals such as 8 ms, 16 ms, and 32 ms. The synchronous processing program is divided into an idle processing program executed during a period in which the CPU is not used by the rotation synchronization processing or the time synchronization processing.

【0032】具体的には、回転同期処理プログラムは、
燃料の噴射・点火処理を実現するための処理プログラム
などで構成されており、リアルタイム性の最も要求され
る処理プログラム群である。時間同期処理プログラム
は、自動変速機の変速を実現するための処理プログラム
や、ISC(Idle Speed Control)制御を行うためのI
SCバルブ駆動を実現するための処理プログラム、故障
診断や排気ガス浄化を実現するための処理プログラムな
どで構成されており、リアルタイム性がある程度要求さ
れる処理プログラム群である。また、アイドル処理は、
エンジン制御に直接的に関係しないマイコン10のレジ
スタの更新を実現するための処理プログラムなどで構成
されており、リアルタイム性を要求されない処理プログ
ラム群である。
Specifically, the rotation synchronization processing program is as follows:
It is composed of processing programs for realizing the fuel injection / ignition processing, and is a group of processing programs most required in real time. The time synchronization processing program includes a processing program for realizing a shift of the automatic transmission and an ISC (Idle Speed Control) control for performing an ISC (Idle Speed Control) control.
The processing program group includes processing programs for realizing SC valve driving, processing programs for realizing failure diagnosis and exhaust gas purification, and the like. Also, idle processing
The processing program group includes processing programs for updating registers of the microcomputer 10 that are not directly related to engine control, and does not require real-time processing.

【0033】実行単位となる各処理プログラムは、予め
設定された実行優先順位(タスクレベル)に基づき実行
される。実行優先順位の相対的に高い処理プログラム
は、相対的に低い処理プログラムに優先して実行され
る。これら処理プログラムの実行状態がタスクと呼ば
れ、OSによって管理される。
Each processing program as an execution unit is executed based on a preset execution priority (task level). A processing program with a relatively high execution priority is executed prior to a processing program with a relatively low execution priority. The execution states of these processing programs are called tasks, and are managed by the OS.

【0034】ところで、エンジン回転数が大きくなるに
つれ、回転同期処理プログラムの実行回数が増えるた
め、回転同期処理によるCPU11の使用率が大きくな
ることが知られている。通常はエンジン回転数が最大に
なっても、時間同期処理プログラムが実行されるように
処理プログラムの量を調整するのであるが、制御プログ
ラムの規模が益々大きくなってきている現状を考える
と、回転同期処理によってCPU11が占有されてしま
う事態となることが想定される。
By the way, it is known that as the engine speed increases, the number of times the rotation synchronization processing program is executed increases, so that the usage rate of the CPU 11 in the rotation synchronization processing increases. Normally, the amount of the processing program is adjusted so that the time synchronization processing program is executed even when the engine speed reaches the maximum.However, given the current situation where the scale of the control program is increasing, It is assumed that the CPU 11 is occupied by the synchronization processing.

【0035】そこで本実施例のECU1では、以下に説
明するCPU負荷率算出処理及びこのCPU負荷率算出
処理からコールされる制御パターン切換処理を実行する
ことによって、回転同期処理の実行によってCPU11
が占有されることをなくし、時間同期処理の実行を確保
する。
Therefore, the ECU 1 of the present embodiment executes the CPU load factor calculation process described below and the control pattern switching process called from the CPU load factor calculation process, thereby executing the rotation synchronization process.
Is not occupied, and execution of the time synchronization process is ensured.

【0036】そこで次にCPU負荷率算出処理を、図2
のフローチャートに基づいて説明する。このCPU負荷
率算出処理は、8msという時間間隔で実行される。ま
ず最初のステップ(以下ステップを単に記号Sで示
す。)100において、アイドル過程値Kから通過変数
Fを減じてアイドル過程値Kを更新する。このアイドル
過程値Kは、本CPU負荷率算出処理の実行直前に初期
化されて「100」になっている。また、通過変数F
は、図3に示すようにアイドル処理が実行されると、各
種処理が実行(S200)された後、セットされて
「1」になる(S210)。したがって、アイドル過程
値Kは、アイドル処理が実行されている場合には1ずつ
デクリメントされることになる。
Next, the CPU load factor calculation process is described in FIG.
A description will be given based on the flowchart of FIG. This CPU load factor calculation process is executed at time intervals of 8 ms. First, in a first step (hereinafter, the steps are simply indicated by a symbol S) 100, the idle process value K is updated by subtracting the passing variable F from the idle process value K. This idle process value K is initialized to “100” immediately before the execution of the CPU load factor calculation process. Also, the passing variable F
When the idle process is executed as shown in FIG. 3, various processes are executed (S200), and then set to "1" (S210). Therefore, the idle process value K is decremented by one when the idle process is being executed.

【0037】続くS110では、通過変数Fに「0」を
代入してリセットする。そして、次のS120では、カ
ウンタCが「100」であるか否かを判断する。カウン
タCは、本CPU負荷率算出処理の実行回数をカウント
するものである。ここでC=100であると判断された
場合(S120:YES)、S130へ移行する。一
方、C≠100であると判断された場合(S120:N
O)、S170にてカウンタCをインクリメントし、そ
の後、本CPU負荷率算出処理を終了する。
In S110, "0" is substituted for the passing variable F, and reset. Then, in the next S120, it is determined whether or not the counter C is “100”. The counter C counts the number of executions of the CPU load factor calculation process. Here, when it is determined that C = 100 (S120: YES), the process proceeds to S130. On the other hand, if it is determined that C ≠ 100 (S120: N
O), in step S170, the counter C is incremented, and thereafter, the CPU load factor calculation process ends.

【0038】S130では、アイドル過程値KをCPU
負荷率として負荷率lfに代入する。本CPU負荷率算
出処理が100回実行される間にアイドル処理が20回
だけ実行された場合には、アイドル過程値Kが80とな
るため、負荷率lfは「80」となる。
In S130, the idle process value K is set to the CPU
The load factor is substituted for the load factor If. If the idle process is executed only 20 times while the CPU load factor calculation process is executed 100 times, the idle process value K becomes 80, and the load factor If becomes “80”.

【0039】続くS140では、制御パターン切換処理
をコールする。そして、制御パターン切換処理の実行
後、S150へ移行する。この制御パターン切換処理に
ついては後述する。S150ではアイドル過程値Kを
「100」にリセットし、続くS160にてカウンタC
を「0」にリセットして、その後、本CPU負荷率算出
処理を終了する。
At S140, control pattern switching processing is called. Then, after executing the control pattern switching process, the process proceeds to S150. This control pattern switching process will be described later. In S150, the idle process value K is reset to “100”, and in S160, the counter C is reset.
Is reset to “0”, and thereafter, the CPU load factor calculation process ends.

【0040】ここで、図4のタイミングチャートを用い
て、上述したCPU負荷率算出処理を具体的に説明す
る。図4の最上段には、回転同期処理、時間同期処理及
びアイドル処理の実行期間をそれぞれ示している。図3
を用いて説明したように、アイドル処理が実行される
と、通過変数Fが「1」にセットされる(S210)。
したがって、期間[t0,t1]、期間[t4,t5]
及び期間[t6,t7]で通過変数Fが「1」となる。
Here, the above-described CPU load factor calculation processing will be specifically described with reference to the timing chart of FIG. At the top of FIG. 4, the execution periods of the rotation synchronization processing, the time synchronization processing, and the idle processing are shown. FIG.
When the idle process is executed, the passing variable F is set to "1" (S210).
Therefore, the period [t0, t1] and the period [t4, t5]
And the passing variable F becomes “1” in the period [t6, t7].

【0041】一方、カウンタCは、8ms毎に実行され
るCPU負荷率算出処理において、リセットされて
「0」になった後「1」〜「100」までカウントする
ため(図3中のS120,S160,S170)、負荷
率lfは800ms毎に算出される(S130)。すな
わち図4に示した例では、カウンタCが「100」とな
る時刻t6,t7で負荷率lfが算出される。
On the other hand, the counter C counts from "1" to "100" after being reset to "0" in the CPU load factor calculation process executed every 8 ms (S120, FIG. 3). (S160, S170), the load factor If is calculated every 800 ms (S130). That is, in the example shown in FIG. 4, the load factor If is calculated at times t6 and t7 when the counter C becomes "100".

【0042】期間[t0,t6]では、通過変数が
「1」にセットされる期間[t0,t1]及び期間[t
4,t5]でアイドル過程値Kがデクリメントされ、時
刻t6におけるアイドル過程値Kの値が負荷率lfとな
る。また、期間[t6,t7]では、通過変数Fが期間
全体で「1」となっている。回転同期処理及び時間同期
処理が実行されていないためである。したがって、アイ
ドル過程値Kは、期間[t6,t7]を通してデクリメ
ントされ、時刻t7で「0」となる。したがって、時刻
t7で負荷率lfは「0」として算出される。
In the period [t0, t6], the period [t0, t1] in which the passing variable is set to “1” and the period [t
[4, t5], the idle process value K is decremented, and the value of the idle process value K at time t6 becomes the load factor If. In the period [t6, t7], the passing variable F is “1” in the entire period. This is because the rotation synchronization processing and the time synchronization processing have not been executed. Therefore, the idle process value K is decremented throughout the period [t6, t7], and becomes “0” at time t7. Therefore, at time t7, the load factor If is calculated as “0”.

【0043】次に、S140でコールされる制御パター
ン切換処理について説明する。制御パターン切換処理
は、通常制御パターンと抑制制御パターンという2つの
制御パターンを切り換える処理である。通常制御パター
ンは、上述したエンジン制御プログラムとして記述され
た複数の処理プログラムの全てを実行対象とし、実行優
先順位に基づき実行するものである。一方、抑制制御パ
ターンは、回転同期処理及び時間同期処理を実現する処
理プログラムの中でエンジンの高回転時にリアルタイム
性がほとんど要求されない、すなわち実行必要性の相対
的に小さな処理の実行を抑制するものである。例えば、
時間同期処理におけるISCバルブの駆動処理や故障判
定処理、また、回転同期処理における燃料の噴射・点火
処理中のエンスト判定処理などである。処理実行の抑制
とは、具体的に、処理の実行を禁止したり、処理の実行
間隔を大きくしたりすることをいう。このとき処理プロ
グラムの単位(実行単位)で実行を禁止したり、実行間
隔を大きくしたりすることが考えられる。また、処理プ
ログラム中の一部の処理の実行を禁止したり、実行間隔
を大きくしたりしてもよい。つまり、ある処理プログラ
ムP内に3つの処理p,q,rが含まれている場合、処
理プログラムPの実行を抑制して3つの処理p,q,r
の全てを抑制する場合だけでなく、処理プログラムP内
の例えば1つの処理pだけを抑制する場合が含まれる。
この場合の実現方法は、例えば処理q,rのみが含まれ
る別の処理プログラムQを用意し、処理プログラムPに
代え、この別の処理プログラムQを実行することが考え
られる。
Next, the control pattern switching processing called in S140 will be described. The control pattern switching process is a process of switching between two control patterns, a normal control pattern and a suppression control pattern. In the normal control pattern, all of the plurality of processing programs described as the above-described engine control program are to be executed, and are executed based on the execution priority. On the other hand, the suppression control pattern is a processing program for realizing the rotation synchronization processing and the time synchronization processing, which hardly requires real-time operation at the time of high engine rotation, that is, suppresses the execution of processing that is relatively small in execution necessity. It is. For example,
The process includes a drive process and a failure determination process of the ISC valve in the time synchronization process, and an engine stall determination process during the fuel injection / ignition process in the rotation synchronization process. Suppression of processing execution specifically refers to prohibiting the execution of the processing or increasing the processing execution interval. At this time, it is conceivable to prohibit the execution of the processing program in units (execution units) or to increase the execution interval. Further, the execution of some processes in the processing program may be prohibited, or the execution interval may be increased. That is, when a certain processing program P includes three processes p, q, and r, the execution of the processing program P is suppressed and the three processes p, q, and r are suppressed.
Are suppressed, as well as a case where, for example, only one process p in the processing program P is suppressed.
In this case, the realization method may be to prepare another processing program Q including only the processings q and r, and to execute the another processing program Q instead of the processing program P.

【0044】また、制御パターンの切換方法としては、
例えば実行する処理プログラムの一覧情報を装置内(例
えばROM12内)に用意しておき、この一覧情報を参
照してCPU11が処理プログラムを実行するようにし
ておく。そして、この一覧情報を切り換えるようにすれ
ば、制御パターンの切り換えが実現される。例えば通常
制御パターンに対応する一覧情報には全ての処理プログ
ラムを記載し、一方、抑制制御パターンに対応する一覧
情報には所定の処理プログラムを記載しない。このよう
にすれば、所定の処理プログラムの実行のみを禁止する
ことができる。また、処理プログラム中の一部の処理を
抑制する場合には、上述したように3つの処理全てが含
まれる処理プログラムPを通常制御パターンに対応する
一覧情報に記載し、一方、一部の処理pを除いた処理
q,rが含まれる処理プログラムQを抑制制御パターン
に対応する一覧情報に記載すればよい。また、処理プロ
グラムの実行間隔を大きくする場合には、一覧情報中に
8ms毎の処理、16ms毎の処理という具合に実行間
隔を記載するようにしておき、該当する処理を通常制御
パターンに対応する一覧情報の中には8msの処理とし
て記載し、一方、抑制制御パターンに対応する一覧情報
の中には16msの処理として記載することが考えられ
る。
As a method of switching control patterns,
For example, list information of a processing program to be executed is prepared in the apparatus (for example, in the ROM 12), and the CPU 11 executes the processing program with reference to the list information. If the list information is switched, the control pattern can be switched. For example, all the processing programs are described in the list information corresponding to the normal control pattern, while a predetermined processing program is not described in the list information corresponding to the suppression control pattern. By doing so, it is possible to prohibit execution of only a predetermined processing program. In the case where some processing in the processing program is suppressed, the processing program P including all three processings is described in the list information corresponding to the normal control pattern as described above. The processing program Q including the processing q and r excluding p may be described in the list information corresponding to the suppression control pattern. When the execution interval of the processing program is increased, the execution interval is described in the list information as processing every 8 ms, processing every 16 ms, and the corresponding processing corresponds to the normal control pattern. The list information may be described as an 8 ms process, while the list information corresponding to the suppression control pattern may be described as a 16 ms process.

【0045】このような制御パターンの切り換えは、図
5のフローチャートに示すように上述した負荷率lfに
基づいて行う。まず最初のS300においては、第1の
判定値LF1から判定オフセット値OFを減じた値より
も負荷率lfが大きくなっているか否かを判断する。こ
こで(LF1−OF)が「第1の閾値」に相当する。し
たがって、この処理は、負荷率lfが第1の閾値を越え
ているか否かを判断するものである。lf>(LF1−
OF)であると判断された場合(S300:YES)、
すなわち負荷率lfが第1の閾値を越えている場合に
は、判定オフセット値OFに抑制制御オフセット値OF
2を代入し(S310)、抑制制御パターンに切り換え
て(S320)、S410へ移行する。一方、lf≦
(LF1−OF)であると判断された場合(S300:
NO)、すなわち負荷率lfが第1の閾値以下である場
合には、S330へ移行する。
Such switching of the control pattern is performed based on the above-mentioned load factor If as shown in the flowchart of FIG. First, in first S300, it is determined whether or not the load factor If is greater than a value obtained by subtracting the determination offset value OF from the first determination value LF1. Here, (LF1-OF) corresponds to the “first threshold value”. Therefore, this processing determines whether the load factor If exceeds the first threshold. lf> (LF1-
OF) (S300: YES),
That is, when the load factor If exceeds the first threshold value, the determination control value OF becomes the suppression control offset value OF.
2 (S310), switch to the suppression control pattern (S320), and proceed to S410. On the other hand, if ≦
(LF1-OF) (S300:
NO), that is, if the load factor If is equal to or less than the first threshold, the process proceeds to S330.

【0046】S330では、負荷率lfが第2の判定値
LF2から判定オフセット値OFを減じた値以下である
か否かを判断する。ここではLF2<LF1となってお
り、(LF2−OF)が「第2の閾値」に相当する。し
たがって、この処理は、負荷率lfが第2の閾値以下で
あるか否かを判断するものである。ここでlf≦(LF
2−OF)であると判断された場合(S330:YE
S)、すなわち負荷率lfが第2の閾値以下である場合
には、判定オフセット値OFに通常制御オフセット値O
F1を代入し(S340)、通常制御パターンに切り換
えて(S350)、S410へ移行する。一方、lf>
(LF2−OF)であると判断された場合(S330:
NO)、すなわち負荷率lfが第1の閾値以下でありか
つ第2の閾値を越えている場合には、S360へ移行す
る。
In S330, it is determined whether or not the load factor If is equal to or less than a value obtained by subtracting the determination offset value OF from the second determination value LF2. Here, LF2 <LF1, and (LF2-OF) corresponds to the “second threshold value”. Therefore, this processing is to determine whether the load factor If is equal to or less than the second threshold. Where lf ≦ (LF
2-OF) (S330: YE)
S), that is, when the load factor If is equal to or less than the second threshold value, the normal control offset value O
F1 is substituted (S340), the control mode is switched to the normal control pattern (S350), and the process proceeds to S410. On the other hand, if>
(LF2-OF) (S330:
NO), that is, if the load factor If is equal to or less than the first threshold and exceeds the second threshold, the process proceeds to S360.

【0047】S360では、負荷率lfから前回の負荷
率lf’を減じたものが「0」よりも大きくなっている
か否かを判断する。つまり、負荷率lfが増加方向にあ
るのか、減少方向にあるのかを判断するのである。ここ
で(lf−lf’)>0である場合(S360:YE
S)、すなわち負荷率lfが増加方向にある場合には、
判定オフセット値OFに抑制制御オフセット値OF2を
代入し(S370)、抑制制御パターンに切り換えて
(S380)、S410へ移行する。一方、(lf−l
f’)≦0である場合(S360:NO)、すなわち負
荷率lfが減少方向にある場合には、判定オフセット値
OFに通常制御オフセット値OF1を代入し(S39
0)、通常制御パターンに切り換えて(S400)、S
410へ移行する。
In S360, it is determined whether or not the value obtained by subtracting the previous load factor lf 'from the load factor If is larger than "0". That is, it is determined whether the load factor If is in the increasing direction or the decreasing direction. Here, if (lf−lf ′)> 0 (S360: YE
S), that is, when the load factor If is increasing,
The suppression control offset value OF2 is substituted for the determination offset value OF (S370), the control pattern is switched to the suppression control pattern (S380), and the process proceeds to S410. On the other hand, (lf−l
f ′) ≦ 0 (S360: NO), that is, when the load factor If is in the decreasing direction, the normal control offset value OF1 is substituted for the determination offset value OF (S39).
0), switching to the normal control pattern (S400), and S
It moves to 410.

【0048】S320、S350、S380、S400
のいずれかから移行するS410では負荷率lfをl
f’に代入し、その後、本制御パターン切換処理を終了
する。上述したように通常制御パターンから抑制制御パ
ターンへの切り換えを行うと所定処理の実行が抑制され
るため、負荷率lfが小さくなる。そこでこの制御パタ
ーン切り換えに伴う負荷率lfの変動量を判定オフセッ
ト値OFとしておき、この判定オフセット値OFを用い
て負荷率lfの大きさを判定するのである。具体的に
は、処理が抑制されたことによって減少する負荷率を判
定オフセット値OFとして設定する。本実施例では、通
常制御パターンから抑制制御パターンへ切り換えると負
荷率が「30」だけ減るという前提の下、抑制制御パタ
ーンへ切り換える際には、判定オフセット値OFに抑制
制御オフセット値OF2(=30)を代入し、一方、通
常制御パターンへ切り換える際には、判定オフセット値
OFに通常制御オフセット値OF1(=0)を代入する
ようにしている。
S320, S350, S380, S400
In S410, the load factor lf is changed to l
f ′, and then the control pattern switching process ends. As described above, when the switching from the normal control pattern to the suppression control pattern is performed, the execution of the predetermined processing is suppressed, so that the load factor If decreases. Therefore, the amount of change in the load factor If accompanying the switching of the control pattern is set as the determination offset value OF, and the magnitude of the load factor If is determined using the determination offset value OF. Specifically, a load factor that decreases due to the suppression of the processing is set as the determination offset value OF. In the present embodiment, under the assumption that the load factor is reduced by "30" when switching from the normal control pattern to the suppression control pattern, when switching to the suppression control pattern, the suppression control offset value OF2 (= 30) is added to the determination offset value OF. ) Is substituted, and when switching to the normal control pattern, the normal control offset value OF1 (= 0) is substituted for the determination offset value OF.

【0049】以上説明した制御パターン切換処理に対す
る理解を容易にするため、さらに図6を参照して負荷率
lfと制御パターンとの関係を具体的に説明する。図6
では、横軸に時間を示し、縦軸に負荷率lfと判定オフ
セット値OFとを足した値を示している。
To facilitate understanding of the control pattern switching process described above, the relationship between the load factor If and the control pattern will be specifically described with reference to FIG. FIG.
In the graph, the horizontal axis indicates time, and the vertical axis indicates a value obtained by adding the load factor If and the determination offset value OF.

【0050】期間T1においては、lf+OF≦LF2
となっているため(S330:YES)、通常制御パタ
ーンとなる(S350)。このとき、判定オフセット値
OFは通常制御オフセット値OF1(=0)となる(S
340)。期間T2においては、LF1≧lf+OF>
LF2となっており(S300:NO,S330:N
O)、かつ、lfは増加方向にあるため(S360:Y
ES)、抑制制御パターンとなる(S380)。このと
き通常制御パターンから抑制制御パターンに移行するた
め負荷率lfは「30」だけ減少するが、判定オフセッ
ト値OFに抑制制御オフセット値OF2(=30)が代
入されるため(S370)、lf+OFの値は変化しな
い。
In the period T1, if + OF ≦ LF2
(S330: YES), the control pattern is the normal control pattern (S350). At this time, the determination offset value OF becomes the normal control offset value OF1 (= 0) (S
340). In the period T2, LF1 ≧ lf + OF>
LF2 (S300: NO, S330: N
O) and if is in the increasing direction (S360: Y
ES), and becomes the suppression control pattern (S380). At this time, the load factor lf decreases by “30” to shift from the normal control pattern to the suppression control pattern. However, since the suppression control offset value OF2 (= 30) is substituted for the determination offset value OF (S370), the value of lf + OF is obtained. The value does not change.

【0051】期間T3においては、lf+OF>LF1
となっているため(S300:YES)、抑制制御パタ
ーンとなる(S320)。判定オフセット値OFには抑
制制御オフセット値OF2が代入される(S310)。
期間T4においては、LF1≧lf+OF>LF2とな
っており(S300:NO,S330:NO)、かつ、
lfは減少方向にあるため(S360:NO)、通常制
御パターンとなる(S400)。このとき抑制制御パタ
ーンから通常制御パターンに移行するため負荷率lfは
30だけ増加するが、判定オフセット値OFに通常制御
オフセット値OF1(=0)が代入されるため(S39
0)、lf+OFの値は変化しない。
In the period T3, if + OF> LF1
(S300: YES), it becomes the suppression control pattern (S320). The suppression control offset value OF2 is substituted for the determination offset value OF (S310).
In the period T4, LF1 ≧ lf + OF> LF2 is satisfied (S300: NO, S330: NO), and
If is in the decreasing direction (S360: NO), the normal control pattern is set (S400). At this time, the load factor If increases by 30 to shift from the suppression control pattern to the normal control pattern, but the normal control offset value OF1 (= 0) is substituted for the determination offset value OF (S39).
0), the value of If + OF does not change.

【0052】期間T5においては、期間T1と同様であ
る。すなわち、lf+OF≦LF2となっており(S3
30:YES)、判定オフセット値OFに通常制御オフ
セット値OF1(=0)が代入されて(S340)通常
制御パターンとなる(S350)。
The period T5 is the same as the period T1. That is, if + OF ≦ LF2 (S3
30: YES), the normal control offset value OF1 (= 0) is substituted for the determination offset value OF (S340), and the normal control pattern is obtained (S350).

【0053】まとめると、期間T1,T4,T5では通
常制御パターンとなり、期間T2,T3では抑制制御パ
ターンとなることが分かる。以上詳述したように本実施
例のECU1では、負荷率lfが大きくなっても回転同
期処理及び時間同期処理によるCPUの使用率が100
%にならないように、通常制御パターンから抑制制御パ
ターンへの切り換えを行う(図5中のS320,S35
0,S380,S400)。これによって、実行必要性
の相対的に小さな処理プログラムに基づく処理の実行が
抑制されるため、その分、実行優先順位の相対的に低い
処理プログラムが実行される可能性が高くなる。その結
果、従来と同様のCPUを用い、制御プログラムの規模
が大きくなった場合であっても、リアルタイム性の高い
処理が意図せず抜けてしまうことを防止でき、適切な制
御を行うことができる。この様子を図7に示した。斜線
をほどこした部分が抑制されており、結果として、エン
ジン回転数が最大となった場合でも、その状況下におい
て回転同期処理及び時間同期処理の中のリアルタイム性
の高い処理の実行が確保される。
In summary, it can be seen that the normal control pattern is used in the periods T1, T4 and T5, and the suppression control pattern is used in the periods T2 and T3. As described in detail above, in the ECU 1 of the present embodiment, even if the load factor If increases, the CPU usage rate in the rotation synchronization process and the time synchronization process is 100%.
% So that the control pattern is switched from the normal control pattern to the suppression control pattern (S320, S35 in FIG. 5).
0, S380, S400). As a result, the execution of a process based on a processing program having a relatively small execution necessity is suppressed, and accordingly, there is a high possibility that a processing program having a relatively low execution priority is executed. As a result, even when the size of the control program is increased using the same CPU as in the related art, it is possible to prevent unintentional omission of processing with high real-time properties and to perform appropriate control. . This situation is shown in FIG. The hatched portions are suppressed, and as a result, even when the engine speed is maximized, the execution of the highly real-time processing of the rotation synchronization processing and the time synchronization processing is ensured under the circumstances. .

【0054】また、本実施例のECU1では、第1及び
第2の判定値LF1,LF2(LF1>LF2)を設定
し、この第1及び第2の判定値LF1,LF2と判定オ
フセット値OFとを用いて、第1の閾値(LF1−O
F)及び第2の閾値(LF2−OF)を設定した。そし
て、通常制御パターンに切り換えると共に通常制御オフ
セット値OF1を判定オフセット値OFに代入し(S3
40,S390)、一方、抑制制御パターンに切り換え
ると共に抑制制御オフセット値OF2を判定オフセット
値OFに代入する(S310,S370)。つまり、そ
れぞれの制御パターンで処理を実行した場合の負荷率l
fを考慮して、通常制御パターンに対応するOF1を用
い通常制御パターンに対応した第1及び第2の閾値を設
定し、これらの閾値とは別個に、抑制制御パターンに対
応するOF2を用いて抑制制御パターンに対応した第1
及び第2の閾値を設定するのである。これによって、制
御パターンの移行時に負荷率lfが大きく変わったとし
ても、適切な閾値が設定されることになり、制御パター
ンが交互に切り換わってしまうハンチングを防止するこ
とができる。
The ECU 1 of this embodiment sets first and second determination values LF1 and LF2 (LF1> LF2), and determines the first and second determination values LF1 and LF2 and the determination offset value OF. Using a first threshold (LF1-O
F) and a second threshold (LF2-OF). Then, the normal control pattern is switched to the normal control pattern and the normal control offset value OF1 is substituted for the determination offset value OF (S3
40, S390) On the other hand, the control is switched to the suppression control pattern, and the suppression control offset value OF2 is substituted for the determination offset value OF (S310, S370). That is, the load factor l when the process is executed in each control pattern
In consideration of f, the first and second threshold values corresponding to the normal control pattern are set using OF1 corresponding to the normal control pattern, and independently of these threshold values, the OF2 corresponding to the suppression control pattern is used. The first corresponding to the suppression control pattern
And a second threshold value. As a result, even if the load factor If changes greatly when the control pattern shifts, an appropriate threshold value is set, and hunting in which the control pattern is alternately switched can be prevented.

【0055】さらにまた、本実施例のECU1では、負
荷率lfが第1の閾値(LF1−OF)以下でありかつ
第2の閾値(LF2−OF)を越えた場合(S300:
NO,S330:NO)、負荷率lfが増加方向にある
か減少方向にあるかを判断し(S360)、増加方向に
あれば抑制制御パターンに切り換え(S380)、一
方、減少方向にあれば通常制御パターンに切り換える
(S400)。つまり、処理負荷が実際に第1の閾値を
越える前に、又は、第2の閾値以下となる前に、それら
を予測して制御パターンを切り換えるのである。これに
よって、制御パターンの切り換えの遅れにより一時的に
処理の遅れや抜けが発生することを防止できる。
Further, in the ECU 1 of this embodiment, when the load factor If is equal to or less than the first threshold (LF1-OF) and exceeds the second threshold (LF2-OF) (S300:
(NO, S330: NO), it is determined whether the load factor If is in the increasing direction or in the decreasing direction (S360). If it is in the increasing direction, it is switched to the suppression control pattern (S380). The control pattern is switched (S400). That is, before the processing load actually exceeds the first threshold value or before the processing load becomes equal to or less than the second threshold value, the control pattern is switched by predicting them. As a result, it is possible to prevent the processing from being temporarily delayed or missing due to the control pattern switching delay.

【0056】また、本実施例のECU1では、図2に示
したように、アイドル処理の実行回数に基づき、負荷率
lfを算出する。このように負荷率lfの算出をソフト
ウェアで実現しているため、部品点数を少なく構成でき
る。なお、本実施例のCPU11が「処理実行手段」及
び「処理負荷測定手段」に相当する。また、図2に示し
たCPU負荷率算出処理が処理負荷測定手段に相当し、
図5に示した制御パターン切換処理が制御パターン切換
処理に相当する。
Further, as shown in FIG. 2, the ECU 1 of the present embodiment calculates the load factor If based on the number of times of executing the idle process. Since the calculation of the load factor If is realized by software, the number of parts can be reduced. Note that the CPU 11 of the present embodiment corresponds to “processing executing means” and “processing load measuring means”. In addition, the CPU load factor calculation processing illustrated in FIG. 2 corresponds to a processing load measurement unit,
The control pattern switching process shown in FIG. 5 corresponds to the control pattern switching process.

【0057】以上、本発明はこのような実施例に何等限
定されるものではなく、本発明の主旨を逸脱しない範囲
において種々なる形態で実施し得る。上記実施例では、
負荷率lfに基づき通常制御パターン及び抑制制御パタ
ーンの2つの制御パターンを切り換えるものであった
が、2以上の制御パターンを切り換える構成とすること
も当然にできる。
As described above, the present invention is not limited to the above embodiments, and can be implemented in various modes without departing from the gist of the present invention. In the above embodiment,
Although the two control patterns, ie, the normal control pattern and the suppression control pattern, are switched based on the load factor If, it is of course possible to adopt a configuration in which two or more control patterns are switched.

【0058】なお、上記実施例では、車両に搭載された
エンジンを制御対象とするエンジン制御装置に本発明を
適用したが、制御対象の制御状況に応じて処理プログラ
ムの実行回数が増減する制御対象には同様に適用でき
る。
In the above-described embodiment, the present invention is applied to the engine control apparatus which controls the engine mounted on the vehicle. However, the control object whose execution frequency of the processing program increases or decreases according to the control situation of the control object. Can be similarly applied.

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

【図1】実施例のエンジン制御装置の概略構成を示すブ
ロック図である。
FIG. 1 is a block diagram illustrating a schematic configuration of an engine control device according to an embodiment.

【図2】CPU負荷率算出処理を示すフローチャートで
ある。
FIG. 2 is a flowchart illustrating a CPU load factor calculation process.

【図3】アイドル処理を示すフローチャートである。FIG. 3 is a flowchart illustrating idle processing.

【図4】CPU負荷率算出処理を説明するタイミングチ
ャートである。
FIG. 4 is a timing chart illustrating CPU load factor calculation processing.

【図5】制御パターン切換処理を示すフローチャートで
ある。
FIG. 5 is a flowchart showing a control pattern switching process.

【図6】制御パターン切換処理を具体的に示す説明図で
ある。
FIG. 6 is an explanatory diagram specifically showing a control pattern switching process.

【図7】実施例のエンジン制御装置における効果を示す
説明図である。
FIG. 7 is an explanatory diagram showing an effect in the engine control device of the embodiment.

【図8】(a)は時間同期処理の実行が確保される様子
を示す説明図であり、(b)は時間同期処理が実行され
なくなる様子を示す説明図である。
FIG. 8A is an explanatory diagram illustrating a state in which execution of the time synchronization process is ensured, and FIG. 8B is an explanatory diagram illustrating a state in which the time synchronization process is not executed.

【図9】時間同期処理の遅れ・抜けを示す説明図であ
る。
FIG. 9 is an explanatory diagram showing delays and omissions in the time synchronization processing.

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

1…ECU 10…マイコン 11…CPU 12…ROM 13…RAM 14…I/O 21…入力回路 22…出力回路 30…センサ 40…アクチュエータ DESCRIPTION OF SYMBOLS 1 ... ECU 10 ... Microcomputer 11 ... CPU 12 ... ROM 13 ... RAM 14 ... I / O 21 ... Input circuit 22 ... Output circuit 30 ... Sensor 40 ... Actuator

───────────────────────────────────────────────────── フロントページの続き (72)発明者 酒井 広隆 愛知県刈谷市昭和町1丁目1番地 株式会 社デンソー内 Fターム(参考) 3G084 BA05 CA03 DA04 DA05 EA07 EA11 EB00 EB02 EB05 EB11 FA00 FA34 5B098 GA04 GA08 GC03 GC10 9A001 DD07 HH34 LL08  ──────────────────────────────────────────────────続 き Continuing from the front page (72) Inventor Hirotaka Sakai 1-1-1 Showa-cho, Kariya-shi, Aichi F-term in Denso Corporation (reference) 3G084 BA05 CA03 DA04 DA05 EA07 EA11 EB00 EB02 EB05 EB11 FA00 FA34 5B098 GA04 GA08 GC03 GC10 9A001 DD07 HH34 LL08

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】実行単位となる複数の処理プログラムを、
予め設定された実行優先順位に基づき実行する処理実行
手段を備え、当該処理実行手段による前記処理プログラ
ムの実行によって制御対象を制御する制御装置におい
て、 前記複数の処理プログラムの中に、前記制御対象の制御
状況に応じて実行回数が増減する処理プログラムが含ま
れており、 前記処理プログラムの実行回数の増減によって変わる前
記処理実行手段の処理負荷を測定する処理負荷測定手段
を備え、 前記処理実行手段は、前記処理負荷測定手段にて測定さ
れた処理負荷に基づき、前記制御対象の制御状況におい
て実行必要性が相対的に小さな処理プログラムに基づく
処理の実行を動的に抑制することを特徴とする制御装
置。
A plurality of processing programs as an execution unit are
A control device, comprising: a processing execution unit that executes processing based on a preset execution priority, and controlling a control target by executing the processing program by the processing execution unit. A processing program that increases / decreases the number of executions according to the control situation; and includes a processing load measuring unit that measures a processing load of the processing execution unit that changes according to an increase / decrease in the number of executions of the processing program. Controlling dynamically executing processing based on a processing program whose execution necessity is relatively small in the control situation of the control target based on the processing load measured by the processing load measuring means. apparatus.
【請求項2】請求項1に記載の制御装置において、 前記処理実行手段は、前記処理負荷測定手段にて測定さ
れた処理負荷に基づき、前記処理プログラムの全てを前
記実行優先順位に基づき実行する通常制御パターンと、
所定処理の実行を抑制した抑制制御パターンとを動的に
切り換えることを特徴とする制御装置。
2. The control device according to claim 1, wherein the processing execution unit executes all of the processing programs based on the processing load measured by the processing load measurement unit based on the execution priority. Normal control pattern,
A control device for dynamically switching between a suppression control pattern in which execution of a predetermined process is suppressed.
【請求項3】請求項2に記載の制御装置において、 前記処理実行手段は、前記処理負荷測定手段にて測定さ
れた処理負荷が予め定められる第1の閾値を越えると前
記抑制制御パターンへ切り換え、一方、前記第1の閾値
以下の値として予め定められる第2の閾値以下になると
前記通常制御パターンへ切り換えることを特徴とする制
御装置。
3. The control device according to claim 2, wherein the processing execution unit switches to the suppression control pattern when a processing load measured by the processing load measurement unit exceeds a predetermined first threshold. On the other hand, the control device switches to the normal control pattern when the value becomes equal to or less than a second threshold value which is predetermined as a value equal to or less than the first threshold value.
【請求項4】請求項3に記載の制御装置において、 前記処理実行手段は、前記処理負荷測定手段にて測定さ
れた処理負荷が前記第1の閾値以下でありかつ前記第2
の閾値を越えている場合、前記処理負荷が増加している
場合には前記抑制制御パターンへ切り換え、一方、前記
処理負荷が減少している場合には前記通常制御パターン
へ切り換えることを特徴とする制御装置。
4. The control device according to claim 3, wherein the processing execution means is configured to determine that the processing load measured by the processing load measuring means is equal to or less than the first threshold value and the second processing threshold value is equal to or less than the second threshold value.
If the processing load increases, the control pattern is switched to the suppression control pattern, while if the processing load is reduced, the control pattern is switched to the normal control pattern. Control device.
【請求項5】請求項3又は4に記載の制御装置におい
て、 前記通常制御パターン及び前記抑制制御パターンのそれ
ぞれに対応させて前記第1及び第2の閾値を設けてお
き、 前記処理実行手段は、前記通常制御パターン又は前記抑
制制御パターンへの切り換えを行うと共に前記第1及び
第2の閾値を対応するものに切り換えることを特徴とす
る制御装置。
5. The control device according to claim 3, wherein the first and second thresholds are provided in correspondence with the normal control pattern and the suppression control pattern, respectively. A control device that switches to the normal control pattern or the suppression control pattern and switches the first and second threshold values to corresponding ones.
【請求項6】請求項1〜5のいずれかに記載の制御装置
において、 前記処理負荷測定手段は、前記実行優先順位が相対的に
低い所定の処理プログラムの実行回数に基づき、前記処
理負荷を測定することを特徴とする制御装置。
6. The control device according to claim 1, wherein the processing load measuring means determines the processing load based on the number of executions of the predetermined processing program whose execution priority is relatively low. A control device for measuring.
【請求項7】請求項1〜5のいずれかの制御装置を用い
て構成され、前記制御対象として車両に搭載されるエン
ジン制御するエンジン制御装置であって、 前記実行優先順位の相対的に高い処理プログラムとして
前記エンジンの回転に同期して実行される回転同期処理
プログラムを備え、前記エンジン回転の変動に伴い当該
回転同期処理プログラムの実行回数が増減するようにな
っており、 前記処理実行手段は、前記回転同期処理プログラム又は
当該回転同期処理プログラムに対して前記実行優先順位
の低い、予め定められた時間間隔で実行される時間同期
処理プログラムのうち、少なくともいずれか一方に基づ
く処理を抑制することを特徴とするエンジン制御装置。
7. An engine control device configured using the control device according to claim 1 and controlling an engine mounted on a vehicle as the control target, wherein the execution priority is relatively high. A rotation synchronization processing program executed in synchronization with the rotation of the engine is provided as a processing program, and the number of executions of the rotation synchronization processing program increases or decreases in accordance with the fluctuation of the engine rotation. Suppressing processing based on at least one of the rotation synchronization processing program or the time synchronization processing program executed at a predetermined time interval having a lower execution priority with respect to the rotation synchronization processing program. An engine control device characterized by the above-mentioned.
【請求項8】請求項7に記載のエンジン制御装置におい
て、 前記処理負荷測定手段は、前記時間同期処理よりも前記
実行優先順位の低いアイドル処理プログラムの実行回数
に基づき、前記処理負荷を測定することを特徴とするエ
ンジン制御装置。
8. The engine control device according to claim 7, wherein the processing load measuring unit measures the processing load based on the number of times of executing the idle processing program having a lower execution priority than the time synchronous processing. An engine control device, characterized in that:
JP2000068909A 2000-03-13 2000-03-13 Controller and engine controller Pending JP2001256063A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000068909A JP2001256063A (en) 2000-03-13 2000-03-13 Controller and engine controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000068909A JP2001256063A (en) 2000-03-13 2000-03-13 Controller and engine controller

Publications (1)

Publication Number Publication Date
JP2001256063A true JP2001256063A (en) 2001-09-21

Family

ID=18587886

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000068909A Pending JP2001256063A (en) 2000-03-13 2000-03-13 Controller and engine controller

Country Status (1)

Country Link
JP (1) JP2001256063A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006146937A (en) * 2004-11-24 2006-06-08 Toshiba Corp Method and system for performing real-time processing of data
JP2006202244A (en) * 2005-01-21 2006-08-03 Himax Optoelectronics Corp Apparatus and method for scheduling request to source device
JP2010133937A (en) * 2002-05-31 2010-06-17 Brooks Instrument Llc System for digital capacitance diaphragm gauge and method of operation of the embedded system
JP2011005952A (en) * 2009-06-25 2011-01-13 Toyota Motor Corp Onboard control device
JPWO2011141992A1 (en) * 2010-05-10 2013-07-22 トヨタ自動車株式会社 Failure diagnosis apparatus and failure diagnosis method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010133937A (en) * 2002-05-31 2010-06-17 Brooks Instrument Llc System for digital capacitance diaphragm gauge and method of operation of the embedded system
JP2006146937A (en) * 2004-11-24 2006-06-08 Toshiba Corp Method and system for performing real-time processing of data
JP2006202244A (en) * 2005-01-21 2006-08-03 Himax Optoelectronics Corp Apparatus and method for scheduling request to source device
JP4723260B2 (en) * 2005-01-21 2011-07-13 奇景光電股▲分▼有限公司 Apparatus and method for scheduling a request to a source device
JP2011005952A (en) * 2009-06-25 2011-01-13 Toyota Motor Corp Onboard control device
JPWO2011141992A1 (en) * 2010-05-10 2013-07-22 トヨタ自動車株式会社 Failure diagnosis apparatus and failure diagnosis method

Similar Documents

Publication Publication Date Title
JP4941193B2 (en) Control device for internal combustion engine
JP5515792B2 (en) Internal combustion engine control device
CN113153550B (en) Control device and control method for internal combustion engine
JP6210704B2 (en) LNT control method for vehicle
JP2010216419A (en) Control device for internal combustion engine
CN113175385A (en) Control device and control method for internal combustion engine
US20180171880A1 (en) Variable combustion cylinder ratio control method and variable combustion cylinder ratio control device
JP2001256063A (en) Controller and engine controller
JP5534098B2 (en) Control device for internal combustion engine
JP3879514B2 (en) Electronic control device and program
JPH11232148A (en) Method and system for measuring load rate of computer
JP2013185481A (en) Phase angle detection device for engine
JP5776661B2 (en) Electronic control unit
JP2010112214A (en) Control device of internal combustion engine
JP7435182B2 (en) electronic control unit
JP7070108B2 (en) Electronic control device equipped with a multi-core microcomputer
JP5169934B2 (en) Control device for internal combustion engine
JP3783553B2 (en) Information processing device
JP2010090813A (en) Internal combustion engine control system
JP2009162199A (en) Control device for internal combustion engine
JP2010019136A (en) Control device for internal combustion engine
JP2013104387A (en) Engine control device
WO2022137651A1 (en) Vehicle control device
JP2016162330A (en) Electronic controller
JP3617445B2 (en) Information processing device