JP2010059857A - Electronic control unit of internal combustion engine - Google Patents

Electronic control unit of internal combustion engine Download PDF

Info

Publication number
JP2010059857A
JP2010059857A JP2008226196A JP2008226196A JP2010059857A JP 2010059857 A JP2010059857 A JP 2010059857A JP 2008226196 A JP2008226196 A JP 2008226196A JP 2008226196 A JP2008226196 A JP 2008226196A JP 2010059857 A JP2010059857 A JP 2010059857A
Authority
JP
Japan
Prior art keywords
internal combustion
combustion engine
time
execution time
electronic control
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
JP2008226196A
Other languages
Japanese (ja)
Inventor
Kazumi Yamada
一美 山田
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.)
Toyota Motor Corp
Original Assignee
Toyota Motor 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 Toyota Motor Corp filed Critical Toyota Motor Corp
Priority to JP2008226196A priority Critical patent/JP2010059857A/en
Publication of JP2010059857A publication Critical patent/JP2010059857A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Control Of Throttle Valves Provided In The Intake System Or In The Exhaust System (AREA)
  • Control Of Vehicle Engines Or Engines For Specific Uses (AREA)
  • Electrical Control Of Air Or Fuel Supplied To Internal-Combustion Engine (AREA)
  • Combined Controls Of Internal Combustion Engines (AREA)
  • Electrical Control Of Ignition Timing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an electronic control unit for an internal combustion engine, determining accurately that the computing process is in an overloaded condition. <P>SOLUTION: A CPU 41 to execute the computing process in an ECU 40 executes tasks in the sequence according to their priorities, i.e. a rotation-synchronized task requested to be executed synchronously with rotation of the crank shaft 17 of the internal combustion engine 10, a time-synchronized task having a lower priority than the rotation-synchronized task and requested to be executed at prescribed intervals, and an idle task to be executed on the condition that the two above-described tasks are both out of execution. The ECU 40 measures the time of idle task execution and the time of rotation-synchronized task execution and determines that the computing process by the CPU 41 is in the overloaded condition when the time of idle task execution is equal to or shorter than the time of rotation-synchronized task execution. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

この発明は内燃機関を制御する電子制御装置に関する。   The present invention relates to an electronic control device for controlling an internal combustion engine.

内燃機関の電子制御装置は、同機関の制御に必要な各種処理を予め定められた実行優先順位に基づいて順に実行することにより、複数の処理からなる機関制御を行う。具体的には、これらの各種処理は、優先順位の高い順に、内燃機関のクランク軸の回転に同期して実行が要求される回転同期処理と、一定時間毎(例えば10ms)に実行が要求される時間同期処理と、回転同期処理及び時間同期処理がともに実行されていないことを条件に実行されるアイドルタスク処理とに分類される。そして、優先順位の低い処理の実行中において優先順位の高い処理の実行が要求された場合には、実行中の処理を一旦停止した上で優先順位の高い処理が割り込み処理される。   An electronic control device for an internal combustion engine performs engine control including a plurality of processes by sequentially executing various processes necessary for controlling the engine based on predetermined execution priorities. Specifically, these various types of processing are requested to be executed in order of high priority, rotation synchronous processing that is required to be executed in synchronization with the rotation of the crankshaft of the internal combustion engine, and every predetermined time (for example, 10 ms). Time synchronization processing and idle task processing executed on condition that both the rotation synchronization processing and the time synchronization processing are not executed. When execution of a process with a high priority is requested during execution of a process with a low priority, the process with a high priority is interrupted after the process being executed is temporarily stopped.

ここで、内燃機関の回転速度が上昇するほど上記回転同期処理の実行回数が増大するため、電子制御装置において演算処理を実行するCPU(中央処理装置)の負荷が増大する。こうした回転速度の上昇に伴い演算処理の負荷が増大して過負荷状態に達すると、この回転同期処理よりも実行優先順位の低い処理の完了が遅延したり、実行されなかったりする不都合が生じ、機関制御を継続することができなくなるおそれがある。ちなみに、処理能力の高いCPUを採用して演算能力に大幅な余裕を持たせるようにすればこうした不都合の発生を抑えることはできる。しかし、こうした処理能力の高いCPUを採用する場合には、コストが増大してしまう。   Here, as the rotational speed of the internal combustion engine increases, the number of executions of the rotation synchronization processing increases, and therefore the load on the CPU (central processing unit) that executes arithmetic processing in the electronic control device increases. When the load of the arithmetic processing increases with the increase of the rotation speed and reaches an overload state, there is a problem that the completion of the processing having the lower execution priority than the rotation synchronization processing is delayed or not executed, There is a risk that engine control cannot be continued. Incidentally, the occurrence of such inconvenience can be suppressed by adopting a CPU having a high processing capacity so as to give a large margin to the computing capacity. However, when such a CPU with high processing capability is adopted, the cost increases.

そこで従来、CPUでの演算処理が過負荷状態である旨判定された場合には、優先順位の低い処理の実行を停止して演算負荷を軽減することにより、CPUをリセットすることなく、機関制御を継続することが可能な電子制御装置が提案されている(特許文献1)。
特開2002−366374号公報
Therefore, conventionally, when it is determined that the arithmetic processing in the CPU is in an overload state, the engine control is performed without resetting the CPU by stopping the execution of the low priority processing and reducing the arithmetic load. Has been proposed (Patent Document 1).
JP 2002-366374 A

ところで、上記特許文献1記載の電子制御装置では、CPUの負荷状態を示す負荷指標値と予め設定された一定の閾値(固定値)とを比較することにより、CPUでの演算処理が過負荷状態であるか否かを判定するようにしている。このような閾値を設定するに際して、CPUの処理能力の限界値を設定してしまうと、負荷指標値が閾値に達した段階でCPUでの演算処理が破綻してしまうおそれがある。そのため、上記閾値の設定に際しては、処理能力の限界値に対してある程度の余裕代を設けた値を設定する必要がある。しかし、このような余裕代を設けてしまうと、CPUでの演算処理にまだ余裕があるにもかかわらず過負荷状態にあると判定されてしまうことから、CPUの負荷状態を精度よく判定することができない。   By the way, in the electronic control device described in Patent Document 1, the CPU performs an overload state by comparing the load index value indicating the load state of the CPU with a predetermined threshold value (fixed value). It is determined whether or not. When setting such a threshold value, if a limit value of the processing capacity of the CPU is set, there is a possibility that the arithmetic processing in the CPU will fail when the load index value reaches the threshold value. Therefore, when setting the threshold value, it is necessary to set a value with a certain margin for the limit value of the processing capability. However, if such a margin is provided, it is determined that the CPU is still overloaded even though there is still a margin in the calculation processing by the CPU. I can't.

本発明は、こうした実情に鑑みてなされたものであり、その目的は、演算処理が過負荷状態であることを精度良く判定することのできる内燃機関の電子制御装置を提供することにある。   The present invention has been made in view of such circumstances, and an object thereof is to provide an electronic control device for an internal combustion engine that can accurately determine that the arithmetic processing is in an overload state.

以下、上記目的を達成するための手段及びその作用効果について記載する。
請求項1に記載の発明は、内燃機関のクランク軸の回転に同期して実行が要求される回転同期処理と、前記回転同期処理よりも優先順位が低い処理であって一定時間毎に実行が要求される時間同期処理と、前記回転同期処理及び前記時間同期処理がともに実行されていないことを条件として実行されるアイドルタスク処理とを、それらの実行優先順位に基づき実行する演算手段を備える電子制御装置であって、前記アイドルタスク処理の実行時間と前記回転同期処理の実行時間とを計測し、前記アイドルタスク処理の実行時間が前記回転同期処理の実行時間以下であるときには、前記演算手段による演算処理が過負荷状態であると判定する過負荷判定手段を備えることを要旨とする。
In the following, means for achieving the above object and its effects are described.
The invention according to claim 1 is a rotation synchronization process that is requested to be executed in synchronization with the rotation of the crankshaft of the internal combustion engine, and a process having a lower priority than the rotation synchronization process, and is executed at regular intervals. An electronic device comprising: a required time synchronization process; and an idle task process that is executed on condition that both the rotation synchronization process and the time synchronization process are not executed, based on their execution priorities. The control device measures the execution time of the idle task process and the execution time of the rotation synchronization process, and when the execution time of the idle task process is less than or equal to the execution time of the rotation synchronization process, The gist is to include an overload determination means for determining that the arithmetic processing is in an overload state.

上記構成によれば、アイドルタスク処理の実行時間と回転同期処理の実行時間とが実際に計測され、アイドルタスク処理の実行時間が回転同期処理の実行時間以下であるときには、演算手段が過負荷状態であると判定される。ここで、アイドルタスク処理の実行時間は、演算手段で行われる演算処理の負荷が高くなるほど短くなる傾向があるため、アイドルタスク処理の実行時間に基づいて演算処理の負荷状態を把握することができる。そして、演算処理が過負荷状態であるか否かを判定する際の閾値として、固定値ではなく、回転同期処理の実際の実行時間が設定される。このように内燃機関の回転速度の上昇に伴って実行回数が増大する回転同期処理の実際の実行時間が上記閾値として設定されるため、過負荷状態の判定時における演算状況に対応した適切な閾値が設定され、これにより電子制御装置において演算処理が過負荷状態であることを精度良く判定することができるようになる。   According to the above configuration, when the execution time of the idle task process and the execution time of the rotation synchronization process are actually measured, and the execution time of the idle task process is less than or equal to the execution time of the rotation synchronization process, the computing means is in an overload state It is determined that Here, the execution time of the idle task process tends to become shorter as the load of the operation process performed by the operation means becomes higher, so the load state of the operation process can be grasped based on the execution time of the idle task process. . Then, the actual execution time of the rotation synchronization process is set instead of a fixed value as a threshold for determining whether or not the calculation process is in an overload state. Since the actual execution time of the rotation synchronization process in which the number of executions increases as the rotational speed of the internal combustion engine increases in this way is set as the threshold value, an appropriate threshold value corresponding to the calculation situation at the time of determining the overload state Thus, it is possible to accurately determine that the arithmetic processing is overloaded in the electronic control unit.

アイドルタスク処理の実行時間と回転同期処理の実行時間とを計測する際には、請求項2に記載されるように、所定期間におけるアイドルタスク処理の実行時間と、同所定期間における回転同期処理の実行時間とを計測するといった態様を採用することができる。   When measuring the execution time of the idle task process and the execution time of the rotation synchronization process, as described in claim 2, the execution time of the idle task process in the predetermined period and the rotation synchronization process in the predetermined period A mode in which the execution time is measured can be employed.

また、アイドルタスク処理の実行時間と回転同期処理の実行時間とを計測する際には、請求項3に記載されるように、所定期間におけるアイドルタスク処理の実行時間と回転同期処理の最大実行時間とを計測するといった態様を採用することもできる。この場合には、機関運転中において複数回実行される回転同期処理にあってその最大実行時間とアイドルタスク処理の実行時間とが比較されるため、演算処理が過負荷状態であることを、より精度良く判定することができる。   Further, when measuring the execution time of the idle task process and the execution time of the rotation synchronization process, as described in claim 3, the execution time of the idle task process and the maximum execution time of the rotation synchronization process in a predetermined period It is also possible to adopt a mode in which measurement is performed. In this case, since the maximum execution time is compared with the execution time of the idle task process in the rotation synchronization process executed a plurality of times during engine operation, the calculation process is more overloaded. It can be determined with high accuracy.

前記所定期間を設定するに際しては、請求項4に記載されるように、過負荷判定手段は、回転同期処理の実行間隔を基準として所定期間を設定するといった態様を採用することができる。   When setting the predetermined period, as described in claim 4, the overload determination unit may adopt a mode in which the predetermined period is set on the basis of the execution interval of the rotation synchronization processing.

請求項5に記載の発明は、請求項1〜4のいずれか1項に記載の内燃機関の電子制御装置において、前記過負荷判定手段により前記演算手段が過負荷状態である旨判定されるときに、同演算手段の負荷を低減する負荷低減処理を実行することを要旨とする。   According to a fifth aspect of the present invention, in the electronic control device for an internal combustion engine according to any one of the first to fourth aspects, when the overload determination unit determines that the calculation unit is in an overload state. Further, the gist of the present invention is to execute a load reduction process for reducing the load on the calculation means.

上記構成によれば、過負荷判定手段により演算手段が過負荷状態である旨判定されるときに、同演算手段の負荷を低減する負荷低減処理が実行されるため、演算処理の過負荷状態が継続されることが抑制され、回転同期処理よりも優先順位の低いアイドル処理や時間同期処理が実行されなくなるといった不都合の発生を抑制することができる。したがって、内燃機関の運転を適切に継続することができるようになる。   According to the above configuration, when the calculation means is determined to be in an overload state by the overload determination means, the load reduction process for reducing the load on the calculation means is executed. Continuation is suppressed, and it is possible to suppress the occurrence of inconveniences such as idle processing and time synchronization processing having lower priority than the rotation synchronization processing are not executed. Accordingly, the operation of the internal combustion engine can be appropriately continued.

上記負荷低減処理は、具体的には、請求項6に記載されるように、内燃機関の回転速度を低下させる回転速度低下処理であるものとすることができる。この場合には、回転同期処理の実行回数が減少することにより、演算処理の負荷が低減されるようになる。   Specifically, the load reduction process may be a rotation speed reduction process for reducing the rotation speed of the internal combustion engine, as described in claim 6. In this case, the number of executions of the rotation synchronization process is reduced, so that the processing load is reduced.

上記回転速度低下処理として、より具体的には、請求項7に記載されるような内燃機関の吸入空気量を減量補正するといった態様、請求項8に記載されるような内燃機関の点火時期を遅角補正するといった態様、請求項9に記載されるような内燃機関の出力トルクに対する要求値を減少補正するといった態様を採用することができる。   More specifically, as the rotational speed reduction process, an aspect in which the intake air amount of the internal combustion engine as described in claim 7 is reduced and corrected, and the ignition timing of the internal combustion engine as described in claim 8 is set. It is possible to adopt a mode in which the retardation is corrected, or a mode in which the required value for the output torque of the internal combustion engine is corrected so as to be reduced.

さらに、上記回転速度低下処理としては、請求項10に記載されるように、機関に接続された変速機の出力軸回転速度に対する入力軸回転速度の比である変速比が小さくなるように、変速機に対して変速要求を行うといった態様を採用することもできる。   Further, as the rotational speed reduction process, as described in claim 10, the speed change is performed so that a speed ratio which is a ratio of an input shaft rotational speed to an output shaft rotational speed of a transmission connected to the engine becomes small. It is possible to adopt a mode in which a shift request is made to the machine.

(第1の実施形態)
以下、本発明にかかる内燃機関の電子制御装置を具体化した第1の実施形態について図1〜図3を参照して説明する。図1は、本実施形態にかかる内燃機関の電子制御装置により制御される内燃機関10と、その周辺構成の概略構成図である。
(First embodiment)
Hereinafter, a first embodiment of an electronic control device for an internal combustion engine according to the present invention will be described with reference to FIGS. FIG. 1 is a schematic configuration diagram of an internal combustion engine 10 controlled by an electronic control device for an internal combustion engine according to the present embodiment and its peripheral configuration.

内燃機関10は複数の気筒19を有し、この気筒19内には、ピストン16が往復動可能にそれぞれ収容されているとともに、気筒19の内周面とピストン16の頂面とによって燃焼室12が区画形成されている。同機関10には、燃焼室12内に燃料を噴射供給する燃料噴射弁20と、燃焼室12内で空気と燃料との混合気を点火する点火プラグ18とが設けられている。また、ピストン16は、内燃機関10の出力軸であるクランク軸17に接続されている。   The internal combustion engine 10 has a plurality of cylinders 19. Pistons 16 are accommodated in the cylinders 19 so as to be able to reciprocate. The combustion chamber 12 is defined by the inner peripheral surface of the cylinders 19 and the top surface of the pistons 16. Is partitioned. The engine 10 is provided with a fuel injection valve 20 that injects fuel into the combustion chamber 12 and an ignition plug 18 that ignites an air-fuel mixture in the combustion chamber 12. The piston 16 is connected to a crankshaft 17 that is an output shaft of the internal combustion engine 10.

燃焼室12に吸入空気を供給する吸気通路11には、同通路11を流通する吸入空気の量(吸入空気量)を調整するスロットルバルブ14と、同バルブ14の開度TAを調節するスロットル用アクチュエータ15が設けられている。また、スロットルバルブ14には、同バルブ14の開度TAに応じた信号を出力するスロットル開度センサ32が取り付けられている。また、吸気通路11においてスロットルバルブ14の上流側には、吸入空気量に応じた信号を出力するエアフロメータ31が取り付けられている。吸気通路11を通じて供給される空気と、上記燃料噴射弁20により供給される燃料は、燃焼室12で混合されるとともに上記点火プラグ18により点火されて燃焼し、燃焼後の排気は排気通路13に排出される。この排気通路13には、同通路13を流通する排気中の酸素濃度に応じた信号を出力する酸素濃度センサ33が取り付けられている。   An intake passage 11 for supplying intake air to the combustion chamber 12 includes a throttle valve 14 for adjusting the amount of intake air (intake air amount) flowing through the passage 11 and a throttle valve for adjusting the opening degree TA of the valve 14. An actuator 15 is provided. A throttle opening sensor 32 that outputs a signal corresponding to the opening TA of the valve 14 is attached to the throttle valve 14. An air flow meter 31 that outputs a signal corresponding to the intake air amount is attached to the intake passage 11 upstream of the throttle valve 14. The air supplied through the intake passage 11 and the fuel supplied from the fuel injection valve 20 are mixed in the combustion chamber 12 and ignited and burned by the ignition plug 18, and the exhaust gas after combustion enters the exhaust passage 13. Discharged. An oxygen concentration sensor 33 that outputs a signal corresponding to the oxygen concentration in the exhaust gas flowing through the exhaust passage 13 is attached to the exhaust passage 13.

そして、燃焼室12での混合気の燃焼によるピストン16の往復動に伴い、クランク軸17が回転する。このクランク軸17の回転は、自動変速機60を介して、同機関10が搭載された車両の駆動輪(図示略)に伝達される。   As the piston 16 reciprocates due to combustion of the air-fuel mixture in the combustion chamber 12, the crankshaft 17 rotates. The rotation of the crankshaft 17 is transmitted via an automatic transmission 60 to drive wheels (not shown) of a vehicle on which the engine 10 is mounted.

なお、この自動変速機60は、同変速機60の出力軸の回転速度Noutに対する入力軸の回転速度Ninの比、すなわち変速比(Nin/Nout)が自動的に変更される周知の自動変速機である。本実施形態ではこうした自動変速機として、変速比を段階的に変更することが可能な多段変速機を採用しているが、この他に変速比を無段階に調整可能な無段変速機等を採用することもできる。   The automatic transmission 60 is a known automatic transmission in which the ratio of the rotational speed Nin of the input shaft to the rotational speed Nout of the output shaft of the transmission 60, that is, the gear ratio (Nin / Nout) is automatically changed. It is. In this embodiment, a multi-stage transmission that can change the gear ratio stepwise is adopted as such an automatic transmission, but a continuously variable transmission that can adjust the gear ratio steplessly is also used. It can also be adopted.

内燃機関10には、同機関10の運転状態を把握するべく、上述した各種センサに加えてさらに種々のセンサが設けられている。具体的には、ピストン16の往復動により回転するクランク軸17の位置を検知するためのクランク角センサ34や、運転者によるアクセルペダル(図示略)の踏み込み量を検知するためのアクセルペダル踏込量センサ35等が設けられている。これらのセンサにより出力された信号は、同機関10を総括的に制御するECU40に入力される。   The internal combustion engine 10 is provided with various sensors in addition to the various sensors described above in order to grasp the operating state of the engine 10. Specifically, the crank angle sensor 34 for detecting the position of the crankshaft 17 that is rotated by the reciprocation of the piston 16 and the accelerator pedal depression amount for detecting the depression amount of the accelerator pedal (not shown) by the driver. A sensor 35 and the like are provided. Signals output by these sensors are input to the ECU 40 that controls the engine 10 in a comprehensive manner.

ECU40には、演算処理を実行する中央処理装置(CPU)41、各種制御プログラムやデータが予め記憶されている読み出し専用メモリ(ROM)42、CPU41の演算結果等が一時的に記憶される揮発性メモリ(RAM)43、記憶データを書き換え可能な不揮発性メモリ(EEPROM)44が備えられている。また、この他にも、図示しないA/D変換器や入出力インターフェイス等も備えられている。このCPU41が演算手段に相当する。また、このECU40は、上記自動変速機60の変速を総括的に制御するT−ECU50と電気的に接続されており、このT−ECU50との間で信号が入出力される。   The ECU 40 includes a central processing unit (CPU) 41 that executes arithmetic processing, a read-only memory (ROM) 42 that stores various control programs and data in advance, and a volatile property that temporarily stores arithmetic results of the CPU 41 and the like. A memory (RAM) 43 and a nonvolatile memory (EEPROM) 44 capable of rewriting stored data are provided. In addition, an A / D converter, an input / output interface, and the like (not shown) are also provided. This CPU 41 corresponds to a calculation means. The ECU 40 is electrically connected to a T-ECU 50 that generally controls the shift of the automatic transmission 60, and signals are input / output to / from the T-ECU 50.

T−ECU50は、上記ECU40と同様に、図示しない中央処理装置(CPU)等を含んで構成されており、自動変速機60が搭載された車両の走行状態等に基づいて変速比を決定して、その決定された変速比となるように自動変速機60を制御する。   Like the ECU 40, the T-ECU 50 includes a central processing unit (CPU) (not shown) and the like, and determines a gear ratio based on the traveling state of the vehicle on which the automatic transmission 60 is mounted. Then, the automatic transmission 60 is controlled so that the determined gear ratio is obtained.

CPU41は、各種センサからの信号に基づき内燃機関10の運転状態を把握するとともに、把握した運転状態に応じて、同機関10の制御に必要な各種処理を予め定められた実行優先順位に基づいて順に実行することにより、複数の処理からなる機関制御を行う。こうした機関制御に必要な各種処理のプログラムは上記ROM42に記憶されている。より具体的には、実行優先順位の高い順に、クランク軸17の回転に同期して実行が要求される回転同期タスク(回転同期処理に相当)と、一定時間毎(例えば10ms)に実行が要求される時間同期タスク(時間同期処理に相当)と、回転同期タスク及び時間同期タスクがともに実行されていないことを条件に実行されるアイドルタスク(アイドルタスク処理に相当)とに分類される。そして、優先順位の低いタスクの実行中において優先順位の高いタスクの実行が要求された場合には、実行中のタスクを一旦停止した上で優先順位の高いタスクが割り込み処理される。   The CPU 41 grasps the operating state of the internal combustion engine 10 based on signals from various sensors, and performs various processes necessary for control of the engine 10 based on predetermined execution priorities in accordance with the grasped operating state. By sequentially executing the engine control, a plurality of processes are performed. Various processing programs necessary for engine control are stored in the ROM 42. More specifically, a rotation synchronization task (corresponding to rotation synchronization processing) that is requested to be executed in synchronization with the rotation of the crankshaft 17 is requested in descending order of execution priority, and is executed at regular intervals (for example, 10 ms). Time synchronization tasks (corresponding to time synchronization processing) and idle tasks (corresponding to idle task processing) executed on condition that both the rotation synchronization task and the time synchronization task are not executed. When execution of a task with a high priority is requested during execution of a task with a low priority, the task being executed is temporarily stopped and then a task with a high priority is interrupted.

回転同期タスクとしては、例えば、点火プラグ18の点火時期を調整する点火時期制御、燃料噴射弁20における燃料噴射時期や燃料噴射量の制御等が挙げられる。また、時間同期処理としては、例えば、スロットルバルブ14の開度を制御するスロットル制御、酸素濃度センサ33の出力値に基づき燃焼室12の混合気の空燃比を目標空燃比に収束させる空燃比制御等が挙げられる。さらに、アイドルタスクは、内燃機関の運転には直接的には関連しない処理が主に分類され、例えば、上記EEPROM44に記憶されている各種学習値等のデータの再書き込み処理(リフレッシュ処理)等が挙げられる。なお、回転同期タスク、時間同期タスクとしてそれぞれ分類される複数のタスク間においても優先順位が段階的に定められており、定められた優先順位に基づきタスクが順に実行される。   Examples of the rotation synchronization task include ignition timing control for adjusting the ignition timing of the spark plug 18, control of the fuel injection timing and fuel injection amount in the fuel injection valve 20, and the like. The time synchronization processing includes, for example, throttle control for controlling the opening degree of the throttle valve 14 and air-fuel ratio control for converging the air-fuel ratio of the mixture in the combustion chamber 12 to the target air-fuel ratio based on the output value of the oxygen concentration sensor 33. Etc. Further, idle tasks are mainly classified into processes that are not directly related to the operation of the internal combustion engine. For example, a rewrite process (refresh process) of data such as various learning values stored in the EEPROM 44 is performed. Can be mentioned. Note that priorities are determined in a stepwise manner among a plurality of tasks that are classified as a rotation synchronization task and a time synchronization task, and the tasks are executed in order based on the determined priorities.

ところで、内燃機関10の回転速度NEが上昇するほど回転同期タスクの実行回数が増大して実行間隔が短くなるため、演算処理を実行するCPU41の負荷が増大する。こうした回転速度NEの上昇に伴い演算処理の負荷が増大してCPU41が過負荷状態に達すると、この回転同期タスクよりも実行優先順位の低い処理の完了が遅延したり、実行されなかったりする不都合が生じ、機関制御を継続することができなくなる可能性が生じる。   By the way, as the rotational speed NE of the internal combustion engine 10 increases, the number of executions of the rotation synchronization task increases and the execution interval becomes shorter, so the load on the CPU 41 that executes the arithmetic processing increases. When the CPU 41 reaches an overload state due to such an increase in the rotational speed NE and the CPU 41 reaches an overload state, the completion of processing having a lower execution priority than the rotational synchronization task is delayed or not executed. May occur and engine control may not be continued.

そこで、ECU40は、所定期間ΔTにおける回転同期タスクの実行時間Trとアイドルタスクの実行時間Tiを計測する「タスク実行時間計測処理」を実行する。そして、これら計測された実行時間Tr,Tiに基づき「負荷監視処理」によりCPU41が過負荷状態であるか否かを判定し、過負荷状態である旨判定されたときには演算処理の負荷を低減させるようにしている。なお、所定期間ΔTは、回転同期タスクの実行間隔を基準とした期間、すなわち回転同期タスクが開始されてから、次の回転同期タスクが開始されるまでの期間が所定期間ΔTとして設定される。   Therefore, the ECU 40 executes a “task execution time measurement process” for measuring the execution time Tr of the rotation synchronization task and the execution time Ti of the idle task in the predetermined period ΔT. Then, based on the measured execution times Tr and Ti, it is determined whether or not the CPU 41 is in an overload state by “load monitoring processing”, and when it is determined that the CPU 41 is in an overload state, the load of the arithmetic processing is reduced. I am doing so. The predetermined period ΔT is set as a predetermined period ΔT, which is a period based on the execution interval of the rotation synchronization task, that is, a period from the start of the rotation synchronization task to the start of the next rotation synchronization task.

以下、図2を参照して、CPU41により実行される回転同期タスク、時間同期タスク、アイドルタスクの実行態様について説明し、併せて「タスク実行時間計測処理」の実施態様について説明する。   Hereinafter, with reference to FIG. 2, the execution modes of the rotation synchronization task, the time synchronization task, and the idle task executed by the CPU 41 will be described, and the embodiment of the “task execution time measurement process” will be described.

図2(a)には、クランク軸17の回転速度NEが低い時、すなわち低回転時における実行態様の一例を、図2(b)には、クランク軸17の回転速度NEが高い時、すなわち高回転時における実行態様の一例を示している。それら図2(a)及び図2(b)に示されるように、上記所定期間ΔT内におけるアイドルタスク実行時間Tiは、CPU41における演算処理の負荷が高くなる図2(b)の状態の方が図2(a)の状態よりも短くなる。   FIG. 2A shows an example of an execution mode when the rotational speed NE of the crankshaft 17 is low, that is, when the rotational speed NE is low, and FIG. 2B shows when the rotational speed NE of the crankshaft 17 is high, that is, An example of an execution mode at the time of high rotation is shown. As shown in FIGS. 2A and 2B, the idle task execution time Ti within the predetermined period ΔT is higher in the state of FIG. 2B where the processing load on the CPU 41 becomes higher. It becomes shorter than the state of FIG.

上述したように、回転同期タスクと時間同期タスクとアイドルタスクとでは、回転同期タスクの優先順位が最も高いため、この回転同期タスクの実行が要求されると、回転同期タスクが優先的に実行される。すなわち、図2(a)に示すように、時刻t11において回転同期タスクの実行が要求されると、この時刻t11から回転同期タスクが開始されて時刻t12に終了する。同様に、時刻t15において回転同期タスクの実行が要求されると、この時刻t15から回転同期タスクが開始されて時刻t17に終了する。ここで、「タスク実行時間計測処理」では、回転同期タスクの実行間隔である時刻t11から時刻t15までの期間が、上記所定期間ΔTとして設定されるとともに、その所定期間ΔTにおける回転同期タスク実行時間Trとして、時刻t11から時刻t12までの時間が計測されて、上記RAM43に記憶される。   As described above, the rotation synchronization task, the time synchronization task, and the idle task have the highest priority of the rotation synchronization task. Therefore, when the rotation synchronization task is requested to execute, the rotation synchronization task is preferentially executed. The That is, as shown in FIG. 2A, when execution of the rotation synchronization task is requested at time t11, the rotation synchronization task is started from time t11 and ends at time t12. Similarly, when execution of the rotation synchronization task is requested at time t15, the rotation synchronization task is started from time t15 and ends at time t17. Here, in the “task execution time measurement process”, the period from the time t11 to the time t15 that is the execution interval of the rotation synchronization task is set as the predetermined period ΔT, and the rotation synchronization task execution time in the predetermined period ΔT. As Tr, the time from time t11 to time t12 is measured and stored in the RAM 43.

また、回転同期タスクが実行されていないときに時間同期タスクの実行が要求された場合は、要求された時刻から時間同期タスクが開始される。また、回転同期タスクが既に実行されている時に時間同期タスクの実行が要求された場合には、既に実行されている回転同期タスクが終了した後に時間同期タスクが開始される。これに対し、時間同期タスクが既に実行されている時に回転同期タスクの実行が要求された場合には、既に実行されている時間同期タスクが一旦停止されるとともに回転同期タスクが割り込み処理され、この回転同期タスクが終了した後に、停止されていた時間同期タスクが再開される。   When the execution of the time synchronization task is requested when the rotation synchronization task is not executed, the time synchronization task is started from the requested time. Further, when the execution of the time synchronization task is requested when the rotation synchronization task is already executed, the time synchronization task is started after the rotation synchronization task already executed is completed. On the other hand, when the execution of the rotation synchronization task is requested when the time synchronization task is already executed, the already executed time synchronization task is temporarily stopped and the rotation synchronization task is interrupted. After the rotation synchronization task ends, the stopped time synchronization task is resumed.

すなわち、回転同期タスクが実行されていない時刻t13において時間同期タスクの実行が要求されると、この時刻t13から時間同期タスクが開始されて時刻t14に終了する。一方、既に回転同期タスクが実行されている時刻t16において時間同期タスクの実行が要求された場合には、既に実行されている回転同期タスクが終了する時刻t17まで待ってから時間同期タスクが開始される。   That is, when execution of the time synchronization task is requested at time t13 when the rotation synchronization task is not executed, the time synchronization task is started from time t13 and ends at time t14. On the other hand, when the execution of the time synchronization task is requested at time t16 when the rotation synchronization task is already executed, the time synchronization task is started after waiting for time t17 when the rotation synchronization task already executed ends. The

さらに、アイドルタスクは、上記回転同期タスク及び時間同期タスクがともに実行されていない時刻t12から時刻t13までの期間、及び時刻t14から時刻t15までの期間において実行される。したがって、「タスク実行時間計測処理」では、所定期間ΔTにおけるアイドルタスク実行時間Tiとして、これら時刻t12から時刻t13までの時間と時刻t14から時刻t15までの時間との合計時間が計測されて、RAM43に記憶される。   Further, the idle task is executed in a period from time t12 to time t13 in which neither the rotation synchronization task nor the time synchronization task is executed, and in a period from time t14 to time t15. Therefore, in the “task execution time measurement process”, the total time of the time from time t12 to time t13 and the time from time t14 to time t15 is measured as the idle task execution time Ti in the predetermined period ΔT. Is remembered.

一方、図2(b)に示す高回転時では、時刻t21において回転同期タスクの実行が要求されると、この時刻t21から回転同期タスクが開始されて時刻t22に終了する。同様に、時刻t24、時刻t27、時刻t29において回転同期タスクの実行が要求されると、要求のあった時刻において優先的に回転同期タスクが開始される。ここで、例えば回転同期タスクの実行間隔である時刻t21から時刻t24までの期間を所定期間ΔT1、時刻24から時刻t27までの期間を所定期間ΔT2、時刻t27から時刻t29までの期間を所定期間ΔT3とする。また、所定期間ΔT1における回転同期タスク実行時間Trを回転同期タスク実行時間Tr1、所定期間ΔT2における回転同期タスク実行時間Trを回転同期タスク実行時間Tr2、所定期間ΔT3における回転同期タスク実行時間Trを回転同期タスク実行時間Tr3とすると、各所定期間ΔT1,ΔT2,ΔT3における各回転同期タスク実行時間Tr1,Tr2,Tr3が順次計測されて、計測された最新の回転同期タスク実行時間TrがRAM43にて順次更新される。   On the other hand, at the time of high rotation shown in FIG. 2B, when execution of the rotation synchronization task is requested at time t21, the rotation synchronization task is started from time t21 and ends at time t22. Similarly, when execution of the rotation synchronization task is requested at time t24, time t27, and time t29, the rotation synchronization task is preferentially started at the requested time. Here, for example, a period from time t21 to time t24, which is an execution interval of the rotation synchronization task, is a predetermined period ΔT1, a period from time 24 to time t27 is a predetermined period ΔT2, and a period from time t27 to time t29 is a predetermined period ΔT3. And Further, the rotation synchronization task execution time Tr in the predetermined period ΔT1 is rotated as the rotation synchronization task execution time Tr1, the rotation synchronization task execution time Tr in the predetermined period ΔT2 is rotated as the rotation synchronization task execution time Tr2, and the rotation synchronization task execution time Tr in the predetermined period ΔT3 is rotated. If the synchronous task execution time Tr3 is assumed, the respective rotation synchronization task execution times Tr1, Tr2, Tr3 in the predetermined periods ΔT1, ΔT2, ΔT3 are sequentially measured, and the latest measured rotation synchronization task execution time Tr is sequentially stored in the RAM 43. Updated.

また、時刻t23において時間同期タスクの実行が要求されると、要求された時間同期タスクはこの時刻t23から開始される。しかし、こうして開始された時間同期タスクの実行が完了する前の時刻t24に回転同期タスクの実行が要求されると、既に実行されている時間同期タスクが一旦停止されて回転同期タスクが割り込み処理され、この回転同期タスクが終了する時刻t25から、停止されていた時間同期タスクが再開される。   When the execution of the time synchronization task is requested at time t23, the requested time synchronization task is started from this time t23. However, if execution of the rotation synchronization task is requested at time t24 before the execution of the time synchronization task thus started is completed, the already executed time synchronization task is temporarily stopped and the rotation synchronization task is interrupted. The stopped time synchronization task is resumed from time t25 when the rotation synchronization task ends.

さらに、アイドルタスクは、上記回転同期タスク及び時間同期タスクがともに実行されていない時刻t22から時刻t23までの期間、及び時刻t26から時刻t27までの期間において実行される。ここで、「タスク実行時間計測処理」では、上述した各所定期間ΔT1,ΔT2,ΔT3)においてそれぞれアイドルタスク実行時間Ti1,Ti2が順次計測される。すなわち、所定期間ΔT1におけるアイドルタスク実行時間Ti1として、時刻t22から時刻t23までの時間が計測され、所定期間ΔT2におけるアイドルタスク実行時間Ti2として、時刻t26から時刻t27までの時間が計測される。そして、計測された最新のアイドルタスク実行時間TiがRAM43にて順次更新される。なお、所定期間ΔT3では、アイドルタスクが実行されなかったため、所定期間ΔT3におけるアイドルタスク実行時間Tiは、「0」とされる。   Further, the idle task is executed in a period from time t22 to time t23 in which neither the rotation synchronization task nor the time synchronization task is executed, and in a period from time t26 to time t27. Here, in the “task execution time measurement process”, the idle task execution times Ti1 and Ti2 are sequentially measured in the predetermined periods ΔT1, ΔT2, and ΔT3) described above. That is, the time from time t22 to time t23 is measured as the idle task execution time Ti1 in the predetermined period ΔT1, and the time from time t26 to time t27 is measured as the idle task execution time Ti2 in the predetermined period ΔT2. Then, the latest measured idle task execution time Ti is sequentially updated in the RAM 43. Since the idle task is not executed in the predetermined period ΔT3, the idle task execution time Ti in the predetermined period ΔT3 is set to “0”.

次に、図3を参照して、ECU40により実行される「負荷監視処理」についてその実行手順を説明する。同図3のフローチャートに示される一連の処理は、一定時間毎に繰り返し実行される。なお、上述した「タスク実行時間計測処理」や図3に示す「負荷監視処理」におけるステップS100からステップS120までの処理が、本実施形態における上記過負荷判定手段に相当する。   Next, with reference to FIG. 3, the execution procedure of the “load monitoring process” executed by the ECU 40 will be described. A series of processes shown in the flowchart of FIG. 3 is repeatedly executed at regular intervals. Note that the processing from step S100 to step S120 in the above-described “task execution time measurement processing” and “load monitoring processing” shown in FIG. 3 corresponds to the overload determination means in the present embodiment.

この一連の処理では、まず、回転同期タスク実行時間Trとアイドルタスク実行時間Tiが読み込まれる(ステップS100)。ここでは、上述した「タスク実行時間計測処理」により計測されてRAM43に記憶されている回転同期タスク実行時間Trとアイドルタスク実行時間Tiが読み込まれる。例えば、図2(b)に示したアイドルタスク実行時間Ti1が計測された後であってアイドルタスク実行時間Ti2が計測される前に本処理が実行される場合には、回転同期タスク実行時間Tr1とアイドルタスク実行時間Ti1とが読み込まれる。   In this series of processing, first, the rotation synchronization task execution time Tr and the idle task execution time Ti are read (step S100). Here, the rotation synchronization task execution time Tr and the idle task execution time Ti measured by the above-described “task execution time measurement process” and stored in the RAM 43 are read. For example, when this process is executed after the idle task execution time Ti1 shown in FIG. 2B is measured and before the idle task execution time Ti2 is measured, the rotation synchronization task execution time Tr1 And idle task execution time Ti1 are read.

アイドルタスク実行時間Tiは、CPU41において演算処理の負荷が高くなるほど短くなる傾向があるため、アイドルタスク実行時間Tiに基づいて演算処理の負荷状態を把握することができる。また、回転同期タスク1回分の処理(例えば点火時期制御にかかる点火時期の計算等)に要する時間は、制御プログラムの構築段階である程度予測することができるものの、実際には内燃機関10や同機関10を搭載する車両の状態によって変動することがある。   Since the idle task execution time Ti tends to become shorter as the calculation processing load increases in the CPU 41, the calculation processing load state can be grasped based on the idle task execution time Ti. In addition, although the time required for processing for one rotation synchronization task (for example, calculation of ignition timing for ignition timing control) can be predicted to some extent at the construction stage of the control program, actually, the internal combustion engine 10 or the same engine 10 may vary depending on the state of the vehicle on which the vehicle 10 is mounted.

そこで、次のステップでは、読み込まれたアイドルタスク実行時間Tiが上述した回転同期タスク実行時間Tr以下であるか否かが判定される(ステップS110)。すなわち、実際に計測された回転同期タスク実行時間Trを、この判定時における演算状況に対応した閾値として設定し、アイドルタスク実行時間Tiとの比較を行う。   Therefore, in the next step, it is determined whether or not the read idle task execution time Ti is equal to or shorter than the rotation synchronization task execution time Tr described above (step S110). That is, the actually measured rotation synchronous task execution time Tr is set as a threshold value corresponding to the calculation status at the time of this determination, and compared with the idle task execution time Ti.

この判定処理を通じて、アイドルタスク実行時間Tiが回転同期タスク実行時間Trよりも長い旨(Ti>Tr)判定された場合には(ステップS110:NO)、CPU41が過負荷状態ではないと判断されて、本処理は終了される。   If it is determined through this determination process that the idle task execution time Ti is longer than the rotation synchronization task execution time Tr (Ti> Tr) (step S110: NO), it is determined that the CPU 41 is not overloaded. This process is terminated.

例えば、先の図2(a)に示すアイドルタスク実行時間Tiと回転同期タスク実行時間Trとが読み込まれ、(Ti>Tr)の関係となっているときには、上記ステップS110に示す判定処理が実行された場合に、「Ti≦Tr」の関係が満たされない。そのため、この判定時における演算状況は過負荷状態ではなく、CPU41の演算処理には、余裕があると判断される。   For example, when the idle task execution time Ti and the rotation synchronization task execution time Tr shown in FIG. 2A are read and the relationship (Ti> Tr) is satisfied, the determination process shown in step S110 is executed. In this case, the relationship “Ti ≦ Tr” is not satisfied. Therefore, it is determined that the calculation state at the time of this determination is not an overload state, and that there is a margin in the calculation processing of the CPU 41.

一方、アイドルタスク実行時間Tiが回転同期タスク実行時間以下である旨(Ti≦Tr)判定された場合には(ステップS110:YES)、今回の判定時における演算状況は過負荷状態であると判定される(ステップS120)。ここでは、回転速度NEの上昇に伴い回転同期タスクの実行回数が増大することにより、CPU41が過負荷状態にあると判断される。   On the other hand, when it is determined that the idle task execution time Ti is equal to or less than the rotation synchronization task execution time (Ti ≦ Tr) (step S110: YES), it is determined that the calculation status at the current determination is an overload state. (Step S120). Here, it is determined that the CPU 41 is in an overload state because the number of executions of the rotation synchronization task increases as the rotation speed NE increases.

例えば、先の図2(b)に示すアイドルタスク実行時間Ti1と回転同期タスク実行時間Tr1が読み込まれ、(Ti1≦Tr1)の関係となっているときには、上記ステップS110に示す判定処理が実行された場合に、「Ti≦Tr」の関係が満たされるため、その判定時における演算状況は過負荷状態であると判定される。   For example, when the idle task execution time Ti1 and the rotation synchronization task execution time Tr1 shown in FIG. 2B are read and have a relationship of (Ti1 ≦ Tr1), the determination process shown in step S110 is executed. In this case, since the relationship of “Ti ≦ Tr” is satisfied, the calculation state at the time of determination is determined to be an overload state.

そして、CPU41が過負荷状態である旨判定された場合には、続いてスロットル開度TAが減少補正され(ステップS130)、本処理は終了される。
このステップS130では、アクセルペダルの踏み込み量や機関回転速度等に基づいて算出される目標スロットル開度TAtに対して補正量ΔTAだけ減算されたスロットル開度TA(=TAt−ΔTA)となるように、スロットル用アクチュエータ15が駆動される。上記補正量ΔTAとしては、機関回転速度NEを減少させてCPU41の演算処理の負荷を低減させることのできる量が予め設定されている。このステップS130の処理は、上記負荷低減処理として実行される回転速度低下処理に相当する。
When it is determined that the CPU 41 is in an overload state, the throttle opening degree TA is subsequently corrected to decrease (step S130), and this process is terminated.
In step S130, the throttle opening degree TA (= TAt−ΔTA) is obtained by subtracting the correction amount ΔTA from the target throttle opening degree TAt calculated based on the depression amount of the accelerator pedal, the engine speed, or the like. Then, the throttle actuator 15 is driven. As the correction amount ΔTA, an amount capable of reducing the engine processing speed of the CPU 41 by decreasing the engine rotational speed NE is set in advance. The process in step S130 corresponds to a rotation speed reduction process that is executed as the load reduction process.

ステップS130の処理によってスロットル開度TAが減少補正されると、内燃機関10の燃焼室12に供給される吸入空気量が減少し、同機関10の回転速度NEは低下する。これにより、図2(b)に示される高回転時における各種タスクの実行態様が、図2(a)に示されるような低回転時における実行態様に近付くようになり、CPU41の負荷が低減される。   When the throttle opening degree TA is corrected to be reduced by the process of step S130, the amount of intake air supplied to the combustion chamber 12 of the internal combustion engine 10 decreases, and the rotational speed NE of the engine 10 decreases. Thereby, the execution mode of various tasks at the time of high rotation shown in FIG. 2B comes closer to the execution mode at the time of low rotation as shown in FIG. 2A, and the load on the CPU 41 is reduced. The

以上説明した第1の実施形態によれば、以下の作用効果を奏することができる。
(1)アイドルタスク実行時間Tiと回転同期タスク実行時間Trとが実際に計測され、アイドルタスク実行時間Tiが回転同期タスク実行時間Tr以下であるときには、CPU41が過負荷状態であると判定される(ステップS120)。ここで、CPU41が過負荷状態であるか否かを判定する際の閾値として、固定値ではなく、回転同期タスクの実際の実行時間である回転同期タスク実行時間Trが計測されてその計測値が閾値として設定される。このように内燃機関10の機関回転速度NEの上昇に伴って実行回数が増大する回転同期タスクの実際の実行時間Trが上記閾値として設定される。そのため、過負荷状態の判定時における演算状況に対応した適切な閾値が設定され、これによりECU40において演算処理が過負荷状態であること、すなわちCPU41が過負荷状態であることを精度良く判定することができるようになる。
According to 1st Embodiment described above, there can exist the following effects.
(1) When the idle task execution time Ti and the rotation synchronization task execution time Tr are actually measured and the idle task execution time Ti is equal to or less than the rotation synchronization task execution time Tr, it is determined that the CPU 41 is in an overload state. (Step S120). Here, the rotation synchronization task execution time Tr, which is the actual execution time of the rotation synchronization task, is measured as a threshold for determining whether or not the CPU 41 is in an overload state, and the measured value is not a fixed value. Set as threshold. Thus, the actual execution time Tr of the rotation synchronization task whose number of executions increases as the engine speed NE of the internal combustion engine 10 increases is set as the threshold value. For this reason, an appropriate threshold value corresponding to the calculation situation at the time of determination of the overload state is set, whereby the ECU 40 accurately determines that the calculation process is in an overload state, that is, the CPU 41 is in an overload state. Will be able to.

(2)CPU41が過負荷状態である旨判定されるとき(ステップS120)に、CPU41の負荷を低減する負荷低減処理としてスロットル開度TAが減少補正される(ステップS130)。そのため、演算処理の過負荷状態が継続されることが抑制され、回転同期タスクよりも優先順位の低いアイドルタスクや時間同期タスクが実行されなくなるといった不都合の発生を抑制することができる。したがって、内燃機関10の運転を適切に継続することができるようになる。   (2) When it is determined that the CPU 41 is in an overload state (step S120), the throttle opening degree TA is corrected to decrease as a load reduction process for reducing the load on the CPU 41 (step S130). Therefore, it is suppressed that the overload state of the arithmetic processing is continued, and it is possible to suppress the occurrence of inconvenience that the idle task and the time synchronization task having lower priority than the rotation synchronization task are not executed. Therefore, the operation of the internal combustion engine 10 can be continued properly.

(3)CPU41の負荷を低減する負荷低減処理として、内燃機関10の機関回転速度NEを低下させる回転速度低下処理が実行される。より具体的にはスロットル開度TAの減少補正が実行されるため(ステップS130)、所定時間内における回転同期タスクの実行回数を減少させることができ、これによりCPU41の演算処理の負荷が低減されるようになる。   (3) As a load reduction process for reducing the load on the CPU 41, a rotation speed reduction process for reducing the engine rotation speed NE of the internal combustion engine 10 is executed. More specifically, since the reduction correction of the throttle opening degree TA is executed (step S130), the number of executions of the rotation synchronization task within a predetermined time can be reduced, thereby reducing the calculation processing load of the CPU 41. Become so.

(4)CPU41の過負荷状態を精度良く判定するとともに、過負荷状態と判定されたときにはその負荷を低減させることにより、内燃機関10の運転を適切に継続することができる。したがって、処理能力の高いCPUを採用して演算能力に大幅な余裕を持たせることなく機関制御を適切に維持することができるため、ECU40のコストアップを抑制することができる。   (4) While determining the overload state of the CPU 41 with high accuracy and reducing the load when the overload state is determined, the operation of the internal combustion engine 10 can be appropriately continued. Therefore, it is possible to appropriately maintain the engine control without adopting a CPU having a high processing capacity to give a large margin to the calculation capacity, and thus it is possible to suppress an increase in the cost of the ECU 40.

(第2の実施形態)
次に、本発明にかかる内燃機関の電子制御装置を具体化した第2の実施形態について、先の図1、図4及び図5を参照して説明する。
(Second Embodiment)
Next, a second embodiment that embodies an electronic control device for an internal combustion engine according to the present invention will be described with reference to FIG. 1, FIG. 4, and FIG.

本実施形態と上記第1の実施形態とでは、次の点において異なる。すなわち、第1の実施形態では、「タスク実行時間計測処理」により、所定期間ΔTにおける回転同期タスク実行時間Trが順次計測されて、RAM43に記憶される回転同期タスクが順次更新されるとともに、「負荷監視処理」により、この回転同期タスク実行時間Trを閾値としてCPU41が過負荷状態であるか否かが判定されていた。   This embodiment differs from the first embodiment in the following points. That is, in the first embodiment, the “rotation synchronization task execution time Tr in the predetermined period ΔT is sequentially measured by the“ task execution time measurement process ”, and the rotation synchronization task stored in the RAM 43 is sequentially updated. In the “load monitoring process”, it is determined whether or not the CPU 41 is in an overload state with the rotation synchronization task execution time Tr as a threshold value.

これに対し、本実施形態の「タスク実行時間計測処理」では、所定期間ΔTにおける回転同期タスクの実行時間Trが順次計測されるとともに、計測された回転同期タスク実行時間Trの最大実行時間TrmaxがRAM43において記憶される。そして、「負荷監視処理」により、この最大実行時間Trmaxを閾値としてCPU41が過負荷状態であるか否かが判定される。なお、上記第1の実施形態と同様の処理については、詳細な説明を省略する。   On the other hand, in the “task execution time measurement process” of the present embodiment, the rotation synchronization task execution time Tr in the predetermined period ΔT is sequentially measured, and the measured rotation synchronization task execution time Trmax is the maximum execution time Trmax. It is stored in the RAM 43. Then, the “load monitoring process” determines whether or not the CPU 41 is in an overload state with the maximum execution time Trmax as a threshold. Note that detailed description of the same processing as in the first embodiment is omitted.

まず、図4を参照して、「タスク実行時間計測処理」の詳細について説明する。
上記第1の実施形態と同様に、時刻t31、時刻t34、時刻37において回転同期タスクの実行が要求されると、要求のあった時刻において優先的に回転同期タスクが開始される。ここで、上述したように、回転同期タスク1回分の処理に要する時間は、内燃機関10や同機関10を搭載する車両の状態によって変動することがある。そこで、本実施形態における「タスク実行計測処理」では、回転同期タスク実行時間Trのうち、その最大実行時間TrmaxをRAM43に記憶するようにしている。具体的には、計測された回転同期タスク実行時間Trと、RAM43に先に記憶された最大実行時間Trmaxとを比較し、計測された回転同期タスク実行時間Trが最大実行時間Trmaxを上回る場合には、計測された回転同期タスク実行時間Trを最大実行時間Trmaxとして更新する。
First, the details of the “task execution time measurement process” will be described with reference to FIG.
Similar to the first embodiment, when execution of the rotation synchronization task is requested at time t31, time t34, and time 37, the rotation synchronization task is preferentially started at the requested time. Here, as described above, the time required for processing for one rotation synchronization task may vary depending on the state of the internal combustion engine 10 or the vehicle on which the engine 10 is mounted. Therefore, in the “task execution measurement process” in the present embodiment, the maximum execution time Trmax of the rotation synchronization task execution time Tr is stored in the RAM 43. Specifically, when the measured rotation synchronization task execution time Tr is compared with the maximum execution time Trmax previously stored in the RAM 43, the measured rotation synchronization task execution time Tr exceeds the maximum execution time Trmax. Updates the measured rotation synchronization task execution time Tr as the maximum execution time Trmax.

例えば、図4に示す所定期間ΔT1(時刻t31〜時刻t34)において計測された回転同期タスク実行時間Tr1が、先に記憶された最大実行時間Trmaxを上回る場合には、この回転同期タスク実行時間Tr1により、最大実行時間Trmaxが更新される。これに対し、所定期間ΔT2(時刻t34〜時刻t37)において計測された回転同期タスク実行時間Tr2が、先に記憶された最大実行時間Trmax(Tr1)以下である場合には、記憶されている最大実行時間Trmaxがそのまま保持される。   For example, if the rotation synchronization task execution time Tr1 measured in the predetermined period ΔT1 (time t31 to time t34) shown in FIG. 4 exceeds the previously stored maximum execution time Trmax, this rotation synchronization task execution time Tr1 Thus, the maximum execution time Trmax is updated. On the other hand, when the rotation synchronization task execution time Tr2 measured in the predetermined period ΔT2 (time t34 to time t37) is equal to or shorter than the previously stored maximum execution time Trmax (Tr1), the stored maximum The execution time Trmax is held as it is.

一方、アイドルタスクについては、「タスク実行時間計測処理」にて、上記所定期間ΔT1におけるアイドルタスク実行時間Ti1(時刻t32〜時刻t33)や、上記所定期間ΔT2におけるアイドルタスク実行時間Ti2(時刻t36〜時刻t37)が順次計測されて、計測された最新のアイドルタスク実行時間TiがRAM43にて順次更新される。   On the other hand, for the idle task, in the “task execution time measurement process”, the idle task execution time Ti1 (time t32 to time t33) in the predetermined period ΔT1 and the idle task execution time Ti2 (time t36 to time t36) in the predetermined period ΔT2. Time t37) is sequentially measured, and the latest measured idle task execution time Ti is sequentially updated in the RAM 43.

次に、図5を参照して、ECU40により実行される本実施形態の「負荷監視処理」についてその実行手順を説明する。同図5のフローチャートに示される一連の処理は、一定時間毎に繰り返し実行される。なお、上述した「タスク実行時間計測処理」や、図5に示す「負荷監視処理」におけるステップS200からステップS220までの処理が、本実施形態における過負荷判定手段に相当する。   Next, with reference to FIG. 5, an execution procedure of the “load monitoring process” of the present embodiment executed by the ECU 40 will be described. The series of processing shown in the flowchart of FIG. 5 is repeatedly executed at regular intervals. Note that the above-described “task execution time measurement processing” and the processing from step S200 to step S220 in the “load monitoring processing” shown in FIG. 5 correspond to the overload determination means in the present embodiment.

この一連の処理では、まず、最大実行時間Trmaxとアイドルタスク実行時間Tiが読み込まれる(ステップS200)。ここでは、上記「タスク実行時間計測処理」によってRAM43に記憶された最大実行時間Trmaxとアイドルタスク実行時間Tiが読み込まれる。   In this series of processing, first, the maximum execution time Trmax and the idle task execution time Ti are read (step S200). Here, the maximum execution time Trmax and the idle task execution time Ti stored in the RAM 43 are read by the “task execution time measurement process”.

そして、アイドルタスク実行時間Tiが最大実行時間Trmax以下であるか否かが判定される(ステップS210)。
この判定処理を通じて、アイドルタスク実行時間Tiが最大実行時間Trmaxよりも長い旨(Ti>Trmax)判定された場合には(ステップS210:NO)、この判定時における演算状況は過負荷状態ではないと判断されて、本処理は終了される。
Then, it is determined whether or not the idle task execution time Ti is equal to or shorter than the maximum execution time Trmax (step S210).
If it is determined through this determination process that the idle task execution time Ti is longer than the maximum execution time Trmax (Ti> Trmax) (step S210: NO), the calculation status at this determination is not an overload state. After the determination, this process is terminated.

一方、アイドルタスク実行時間Tiが最大実行時間Trmax以下である旨(Ti≦Trmax)判定された場合には(ステップS210:YES)、この判定時における演算状況が過負荷状態であると判定される(ステップS220)。   On the other hand, when it is determined that the idle task execution time Ti is equal to or shorter than the maximum execution time Trmax (Ti ≦ Trmax) (step S210: YES), it is determined that the calculation state at this determination is an overload state. (Step S220).

例えば、先の図4に示すアイドルタスク実行時間Ti1と最大実行時間Trmaxが読み込まれ、(Ti1<Trmax)の関係になっているときには、上記ステップS210に示す判定処理が実行された場合に、「Ti1≦Trmax(=Tr1)」の関係が満たされるため、この判定時における演算状況は、過負荷状態であると判定される。   For example, when the idle task execution time Ti1 and the maximum execution time Trmax shown in FIG. 4 are read and the relationship (Ti1 <Trmax) is satisfied, when the determination process shown in step S210 is executed, “ Since the relationship of “Ti1 ≦ Trmax (= Tr1)” is satisfied, the calculation state at the time of this determination is determined to be an overload state.

そして、CPU41が過負荷状態である旨判定された場合には、スロットル開度TAが減少補正されて(ステップS230)、本処理は終了される。このステップS230の処理は、上記ステップS130の処理と同一である。   If it is determined that the CPU 41 is in an overload state, the throttle opening degree TA is corrected to decrease (step S230), and this process is terminated. The process in step S230 is the same as the process in step S130.

例えば、先の図4において、回転同期タスク実行時間Tr1(=最大実行時間Trmax)>アイドルタスク実行時間Ti2>回転同期タスク実行時間Tr2といった関係になっている場合にあって、上記第1の実施形態における「負荷監視処理」が実行されてアイドルタスク実行時間Ti2が回転同期タスク実行時間Tr2と比較されたときには、(Ti2>Tr2)の関係になるため、過負荷状態である旨の判定結果は得られない。しかし、本実施形態における「負荷監視処理」によれば、回転同期タスク実行時間Trのうち、その最大実行時間Trmaxが過負荷の判定に用いる閾値とされる。そのため、上記ステップS210では、最大実行時間Trmaxとして記憶された回転同期タスク実行時間Tr1とアイドルタスク実行時間Ti2との比較がなされ、同ステップS210にて肯定判定される(Trmax>アイドルタスク実行時間Ti2)ことにより、CPU41が過負荷状態であることを、より精度良く判定することができる。   For example, in the case of FIG. 4 described above, there is a relationship such as the rotation synchronization task execution time Tr1 (= maximum execution time Trmax)> the idle task execution time Ti2> the rotation synchronization task execution time Tr2, and the first implementation described above. When the “load monitoring process” in the embodiment is executed and the idle task execution time Ti2 is compared with the rotation synchronization task execution time Tr2, the relation of (Ti2> Tr2) is established, and therefore the determination result indicating that the state is an overload state is I can't get it. However, according to the “load monitoring process” in the present embodiment, the maximum execution time Trmax of the rotation synchronization task execution time Tr is set as a threshold used for overload determination. Therefore, in step S210, the rotation synchronous task execution time Tr1 stored as the maximum execution time Trmax is compared with the idle task execution time Ti2, and an affirmative determination is made in step S210 (Trmax> idle task execution time Ti2). Thus, it can be determined with higher accuracy that the CPU 41 is in an overload state.

以上説明した第2の実施形態によれば、上記(1)〜(4)に示す作用効果に加えて、以下の作用効果を奏することができる。
(5)「タスク実行時間計測処理」により、機関運転中に複数回実行される回転同期タスクにあってその最大実行時間Trmaxとアイドルタスク実行時間Tiとが比較されるため、演算処理が過負荷状態であることを、より精度良く判定することができる。
According to 2nd Embodiment demonstrated above, in addition to the effect shown to said (1)-(4), there can exist the following effects.
(5) The “task execution time measurement process” compares the maximum execution time Trmax with the idle task execution time Ti in the rotation synchronization task executed a plurality of times during engine operation, and the calculation process is overloaded. The state can be determined with higher accuracy.

(第3の実施形態)
次に、本発明にかかる内燃機関の電子制御装置を具体化した第3の実施形態について、図1、図6及び図7を参照して説明する。
(Third embodiment)
Next, a third embodiment that embodies an electronic control device for an internal combustion engine according to the present invention will be described with reference to FIG. 1, FIG. 6, and FIG.

本実施形態と上記第1の実施形態とでは、次の点において異なる。すなわち、第1の実施形態の「タスク実行時間計測処理」では、回転同期タスクの実行間隔を基準として、回転同期タスクが開始されてから次の回転同期タスクが開始されるまでの期間、すなわち1回の回転同期タスクの実行を含む期間が所定期間ΔTとして設定されていた。これに対し、本実施形態の「タスク実行時間計測処理」では、回転同期タスクの実行間隔を基準として、予め規定された回数の回転同期タスクの実行を含む期間が所定期間ΔTとして設定される。例えば、規定回数が3回とされている場合には、1回目の回転同期タスクが開始されてから、2回目及び3回目の回転同期タスクが実行された後、その次の回転同期タスクが開始されるまでの期間が所定期間ΔTとして設定される。さらに、本実施形態の「負荷判定処理」では、そうした所定期間ΔTにおける回転同期タスク実行時間Trの積算値である回転同期タスク積算実行時間TrSと、同所定期間ΔTにおけるアイドルタスク実行時間Tiの積算値であるアイドルタスク積算実行時間TiSとが比較されることにより、CPU41が過負荷状態か否かが判定される。なお、上記第1の実施形態とで同様の処理については、詳細な説明を省略する。   This embodiment differs from the first embodiment in the following points. That is, in the “task execution time measurement process” of the first embodiment, the period from the start of the rotation synchronization task to the start of the next rotation synchronization task, that is, 1 based on the execution interval of the rotation synchronization task. A period including the execution of the rotation synchronization task of the number of times was set as the predetermined period ΔT. On the other hand, in the “task execution time measurement process” of the present embodiment, a period including the execution of a predetermined number of rotation synchronization tasks is set as the predetermined period ΔT with reference to the execution interval of the rotation synchronization tasks. For example, when the specified number of times is 3, the first rotation synchronization task is started, the second and third rotation synchronization tasks are executed, and the next rotation synchronization task is started. The period until it is set is set as a predetermined period ΔT. Further, in the “load determination process” of the present embodiment, the rotation synchronization task integration execution time TrS, which is an integrated value of the rotation synchronization task execution time Tr during the predetermined period ΔT, and the integration of the idle task execution time Ti during the predetermined period ΔT. It is determined whether or not the CPU 41 is in an overload state by comparing the idle task integration execution time TiS, which is a value. Note that detailed description of the same processing as in the first embodiment is omitted.

まず、図6を参照して、本実施形態における「タスク実行時間計測処理」の詳細について説明する。ここでは、所定期間ΔTにおける回転同期タスクの規定回数が3回とされている例について説明するが、この規定回数は適宜変更することができる。   First, the details of the “task execution time measurement process” in the present embodiment will be described with reference to FIG. Here, an example will be described in which the prescribed number of rotation synchronization tasks in the predetermined period ΔT is three, but this prescribed number can be changed as appropriate.

上記第1の実施形態と同様に、時刻t41、時刻t44、時刻t47、時刻t49において回転同期タスクの実行が要求されると、要求のあった時刻において優先的に回転同期タスクが開始される。ここで、本実施形態の「タスク実行時間計測処理」では、上記規定回数が3回と定められているため、時刻t41から時刻t49までの期間が所定期間ΔTとして設定される。そして、この所定期間ΔTにおける回転同期タスク積算実行時間TrSとして、この所定期間ΔTにおいて実行される3回の回転同期タスクの実行時間の合算時間が計測されて、RAM43に記憶される。この図6に示す例では、時刻t41から時刻t42までの時間、時刻t44から時刻t45までの時間、及び時刻t47から時刻t48までの時間を合計した時間が回転同期タスク積算実行時間TrSとして記憶される。   As in the first embodiment, when execution of the rotation synchronization task is requested at time t41, time t44, time t47, and time t49, the rotation synchronization task is preferentially started at the requested time. Here, in the “task execution time measurement process” of the present embodiment, since the specified number of times is set to 3, the period from time t41 to time t49 is set as the predetermined period ΔT. Then, as the rotation synchronization task integration execution time TrS in the predetermined period ΔT, a total time of execution times of the three rotation synchronization tasks executed in the predetermined period ΔT is measured and stored in the RAM 43. In the example shown in FIG. 6, the total of the time from time t41 to time t42, the time from time t44 to time t45, and the time from time t47 to time t48 is stored as the rotation synchronization task integration execution time TrS. The

一方、アイドルタスクは、回転同期タスク及び時間同期タスクがともに実行されていない時刻t42から時刻t43までの期間や、時刻t46から時刻t47までの期間において実行される。したがって、「タスク実行時間計測処理」では、所定期間ΔTにおけるアイドルタスク積算実行時間TiSとして、時刻t42から時刻t43までの時間及び時刻t46から時刻t47までの時間の合計時間が計測されて、RAM43に記憶される。   On the other hand, the idle task is executed in a period from time t42 to time t43 in which neither the rotation synchronization task nor the time synchronization task is executed, or in a period from time t46 to time t47. Therefore, in the “task execution time measurement process”, the total time of the time from time t42 to time t43 and the time from time t46 to time t47 is measured as the idle task integration execution time TiS in the predetermined period ΔT and stored in the RAM 43. Remembered.

次に、図7を参照して、ECU40により実行される本実施形態の「負荷監視処理」についてその実行手順を説明する。同図7のフローチャートに示される一連の処理は、一定時間毎に繰り返し実行される。なお、上述した「タスク実行時間計測処理」や、図7に示す「負荷監視処理」におけるステップS300からステップS320までの処理が、本実施形態における上記過負荷判定手段に相当する。   Next, with reference to FIG. 7, the execution procedure of the “load monitoring process” of the present embodiment executed by the ECU 40 will be described. The series of processing shown in the flowchart of FIG. 7 is repeatedly executed at regular intervals. Note that the processing from step S300 to step S320 in the above-described “task execution time measurement processing” and “load monitoring processing” shown in FIG. 7 corresponds to the overload determination means in the present embodiment.

この一連の処理では、まず回転同期タスク積算実行時間TrSとアイドルタスク積算実行時間TiSが読み込まれる(ステップS300)。ここでは、上述した「タスク実行時間計測処理」により計測されてRAM43に記憶されている回転同期タスク積算実行時間TrSとアイドルタスク積算実行時間TiSが読み込まれる。   In this series of processing, first, rotation synchronous task integration execution time TrS and idle task integration execution time TiS are read (step S300). Here, the rotation synchronous task integration execution time TrS and the idle task integration execution time TiS measured by the “task execution time measurement process” and stored in the RAM 43 are read.

そして、読み込まれたアイドルタスク積算実行時間TiSが回転同期タスク積算実行時間TrS以下であるか否かが判定される(ステップS310)。
この判定処理を通じて、アイドルタスク積算実行時間TiSが回転同期タスク積算実行時間TrSよりも長い旨(TiS>TrS)判定された場合には(ステップS310:NO)、この判定時における演算状況は過負荷状態ではないと判断されて、本処理はそのまま終了される。
Then, it is determined whether or not the read idle task integration execution time TiS is equal to or less than the rotation synchronization task integration execution time TrS (step S310).
If it is determined through this determination processing that the idle task integration execution time TiS is longer than the rotation synchronization task integration execution time TrS (TiS> TrS) (step S310: NO), the calculation status at this determination is overload. It is determined that it is not in a state, and this process is terminated as it is.

一方、アイドルタスク実行時間Tiが回転同期タスク実行時間以下である旨(TiS≦TrS)判定された場合には(ステップS310:YES)、この判定時における演算状況が過負荷状態であると判定される(ステップS320)。   On the other hand, when it is determined that the idle task execution time Ti is equal to or less than the rotation synchronization task execution time (TiS ≦ TrS) (step S310: YES), it is determined that the calculation state at this determination is an overload state. (Step S320).

例えば、先の図6に示されるアイドルタスク積算実行時間TiSと回転同期タスク積算実行時間TrSとが読み込まれ、(TiS≦TrS)といった関係になっているときには、上記ステップS310に示す判定処理が実行された場合に、「TiS≦TrS」の関係が満たされるため、この判定時における演算状況は、過負荷状態であると判定される。   For example, when the idle task integration execution time TiS and the rotation synchronization task integration execution time TrS shown in FIG. 6 are read and have a relationship of (TiS ≦ TrS), the determination process shown in step S310 is executed. In this case, since the relationship of “TiS ≦ TrS” is satisfied, the calculation state at the time of this determination is determined to be an overload state.

そして、CPU41が過負荷状態である旨判定された場合には、スロットル開度TAが減少補正されて(ステップS330)、一連の処理が終了される。なお、このステップS330の処理は、上記ステップS130の処理と同一である。   If it is determined that the CPU 41 is in an overload state, the throttle opening degree TA is corrected to decrease (step S330), and the series of processes is terminated. The process in step S330 is the same as the process in step S130.

以上、説明した第3の実施形態によれば、上記(1)〜(4)に示す作用効果と同様の作用効果を奏することができる。また、上記第1の実施形態及び第2の実施形態と比較して、所定期間ΔTが長く設定されるため、「負荷監視処理」の実行周期を長くすることができ、これにより「負荷監視処理」の実行に伴うCPU41の演算負荷を低下させることも可能になる。   As mentioned above, according to 3rd Embodiment demonstrated, there can exist an effect similar to the effect shown to said (1)-(4). In addition, since the predetermined period ΔT is set longer than in the first embodiment and the second embodiment, the execution period of the “load monitoring process” can be lengthened. It is also possible to reduce the calculation load of the CPU 41 accompanying the execution of “”.

(第4の実施形態)
次に、図1及び図8を参照して、本発明にかかる内燃機関の電子制御装置を具体化した第4の実施形態について、上記第1の実施形態との相違点を説明する。
(Fourth embodiment)
Next, with reference to FIG.1 and FIG.8, difference with the said 1st Embodiment is demonstrated about 4th Embodiment which actualized the electronic controller of the internal combustion engine concerning this invention.

上記第1の実施形態では、上記負荷低減処理として実行される回転速度低下処理としてスロットル開度TAを減少補正するようにしたが、本実施形態では、内燃機関10の点火時期を遅角補正するようにしており、先の図3に示したステップS130の処理を、図8に示すステップS430の処理に変更することにより実施される。   In the first embodiment, the throttle opening degree TA is decreased and corrected as the rotational speed reduction process executed as the load reduction process. However, in the present embodiment, the ignition timing of the internal combustion engine 10 is corrected to be retarded. In this way, the process of step S130 shown in FIG. 3 is changed to the process of step S430 shown in FIG.

すなわち、本実施形態における「負荷監視処理」では、第1実施形態で説明したステップS120においてCPU41が過負荷状態であると判定されると、点火時期Tが遅角補正されて(ステップS430)、本処理は終了される。   That is, in the “load monitoring process” in the present embodiment, if the CPU 41 is determined to be in an overload state in step S120 described in the first embodiment, the ignition timing T is corrected to be retarded (step S430). This process is terminated.

このステップS430では、機関運転状態に基づいて設定された点火時期Tから補正量ΔTだけ遅角させた点火時期Tとなるように、点火プラグ18の点火時期が遅角補正される。この補正量ΔTは、機関回転速度NEを減少させてCPU41の演算処理の負荷を低減させることのできる量が予め設定されている。こうした点火時期の遅角補正によっても、機関回転速度NEを低下させることができる。なお、ステップS430の処理は、本実施形態における負荷低減処理として実行される回転速度低下処理に相当する。   In this step S430, the ignition timing of the spark plug 18 is retarded so that the ignition timing T is retarded by the correction amount ΔT from the ignition timing T set based on the engine operating state. This correction amount ΔT is set in advance to an amount that can reduce the engine rotational speed NE and reduce the processing load of the CPU 41. The engine rotational speed NE can also be reduced by such ignition timing retardation correction. Note that the process of step S430 corresponds to a rotation speed reduction process executed as a load reduction process in the present embodiment.

この第4の実施形態によっても、上記(1)〜(4)に示した作用効果に準ずる作用効果を奏することができる。
(第5の実施形態)
以下、図1及び図9を参照して、本発明にかかる内燃機関の電子制御装置を具体化した第5の実施形態について、上記第1の実施形態との相違点を説明する。
Also according to the fourth embodiment, it is possible to achieve the effects similar to the effects shown in the above (1) to (4).
(Fifth embodiment)
Hereinafter, with reference to FIG.1 and FIG.9, difference with the said 1st Embodiment is demonstrated about 5th Embodiment which actualized the electronic controller of the internal combustion engine concerning this invention.

上記第1の実施形態では、上記負荷低減処理として実行される回転速度低下処理としてスロットル開度TAを減少補正するようにしたが、本実施形態では、アクセルペダルの踏み込み量や機関回転速度NE等に基づいて算出される機関の要求トルクを減少補正するようにしている。本実施形態は、先の図3に示したステップS130の処理を、図9に示すステップS530の処理に変更することにより実施される。   In the first embodiment, the throttle opening degree TA is corrected to decrease as the rotational speed reduction process executed as the load reduction process. However, in this embodiment, the accelerator pedal depression amount, the engine rotational speed NE, and the like are corrected. The required torque of the engine calculated based on the above is reduced and corrected. This embodiment is implemented by changing the process of step S130 shown in FIG. 3 to the process of step S530 shown in FIG.

すなわち、本実施形態における「負荷監視処理」では、第1実施形態で説明したステップS120においてCPU41が過負荷状態であると判定されると、要求トルクTOが減少補正されて(ステップS530)、本処理は終了される。   That is, in the “load monitoring process” in the present embodiment, if the CPU 41 is determined to be in an overload state in step S120 described in the first embodiment, the required torque TO is corrected to decrease (step S530), Processing is terminated.

このステップS530では、目標要求トルクTOtから補正量ΔTOだけ減少させた要求トルクTO(=TOt−ΔTO)が算出されて、この要求トルクTOが得られるように機関出力が制御される。なお、目標要求トルクTOtは、上記アクセルペダル踏込量センサ35によって検出されるアクセルペダルの踏み込み量や、クランク角センサ34によって検出される機関回転速度NE等に基づいて算出される。また、補正量ΔTOは、機関回転速度NEを減少させてCPU41の演算処理の負荷を低減させることのできる量が予め設定されている。   In step S530, a required torque TO (= TOt−ΔTO) obtained by reducing the target required torque TOt by the correction amount ΔTO is calculated, and the engine output is controlled so that the required torque TO is obtained. The target required torque TOt is calculated based on the accelerator pedal depression amount detected by the accelerator pedal depression amount sensor 35, the engine rotational speed NE detected by the crank angle sensor 34, and the like. The correction amount ΔTO is set in advance so that the engine rotational speed NE can be reduced to reduce the load of the arithmetic processing of the CPU 41.

こうした要求トルクTOの減少補正がなされると、減少補正された要求トルクTOに応じて算出される吸入空気量を燃焼室12に供給するべく、スロットルバルブ14の開度がスロットル用アクチュエータ15の駆動を通じて調整される。これにより、機関回転速度NEを低下させることができる。なお、ステップS530の処理は、本実施形態における負荷低減処理として実行される回転速度低下処理に相当する。   When the reduction correction of the required torque TO is performed, the opening degree of the throttle valve 14 is driven to drive the throttle actuator 15 so as to supply the intake air amount calculated according to the reduced correction required torque TO. Adjusted through. Thereby, the engine speed NE can be reduced. Note that the process of step S530 corresponds to a rotation speed reduction process executed as a load reduction process in the present embodiment.

この第5の実施形態によっても、上記(1)〜(4)に示した作用効果に準ずる作用効果を奏することができる。
(第6の実施形態)
以下、図1及び図10を参照して、本発明にかかる内燃機関の電子制御装置を具体化した第6の実施形態について、上記第1の実施形態との相違点を説明する。
Also according to the fifth embodiment, it is possible to achieve the effects similar to the effects shown in the above (1) to (4).
(Sixth embodiment)
Hereinafter, with reference to FIG. 1 and FIG. 10, the difference between the sixth embodiment that embodies the electronic control device for an internal combustion engine according to the present invention and the first embodiment will be described.

上記第1の実施形態では、上記負荷低減処理として実行される回転速度低下処理としてスロットル開度TAを減少補正するようにしたが、本実施形態では、自動変速機60の変速比が小さくなるように同自動変速機60の変速を制御するようにしている。本実施形態は、先の図3に示したステップS130の処理を、図10に示すステップS630の処理に変更することにより実施される。   In the first embodiment, the throttle opening degree TA is decreased and corrected as the rotational speed reduction process executed as the load reduction process. However, in this embodiment, the gear ratio of the automatic transmission 60 is reduced. In addition, the shift of the automatic transmission 60 is controlled. This embodiment is implemented by changing the process of step S130 shown in FIG. 3 to the process of step S630 shown in FIG.

すなわち、ステップS120においてCPU41が過負荷状態であると判定されると、変速比が小さくなるように変速要求がなされて(ステップS630)、本処理は終了される。   That is, if it is determined in step S120 that the CPU 41 is in an overload state, a gear change request is made so that the gear ratio becomes small (step S630), and this process ends.

具体的には、ECU40は、T−ECU50に対して、自動変速機60の変速比が小さくなるように変速要求を出力する。この変速要求を受けたT−ECU50は、変速比が小さくなるように自動変速機60に対して変速指示を出し、自動変速機60ではシフトアップが実行される。例えば現在の変速段が3速段であれば、4速段へのシフトアップがなされる。これにより、自動変速機60の出力軸の回転速度Noutに対する入力軸の回転速度Ninが減少されて、クランク軸17の回転速度、すなわち機関回転速度NEを低下させることができる。なお、ステップS630の処理は、本実施形態における負荷低減処理として実行される回転速度低下処理に相当する。   Specifically, the ECU 40 outputs a shift request to the T-ECU 50 so that the gear ratio of the automatic transmission 60 is reduced. The T-ECU 50 that has received this gear shift request issues a gear shift instruction to the automatic transmission 60 so that the gear ratio becomes small, and the automatic transmission 60 performs an upshift. For example, if the current gear position is the third gear, the gear is shifted up to the fourth gear. As a result, the rotational speed Nin of the input shaft relative to the rotational speed Nout of the output shaft of the automatic transmission 60 is reduced, and the rotational speed of the crankshaft 17, that is, the engine rotational speed NE can be reduced. Note that the process of step S630 corresponds to a rotational speed reduction process executed as a load reduction process in the present embodiment.

この第6の実施形態によっても、上記(1)〜(4)に示した作用効果に準ずる作用効果を奏することができる。
(その他の実施形態)
なお、この発明にかかる内燃機関の電子制御装置は、上記各実施形態にて例示した構成に限定されるものではなく、同実施の形態を適宜変更した例えば次のような形態として実施することもできる。
Also according to the sixth embodiment, it is possible to achieve the effects similar to the effects shown in the above (1) to (4).
(Other embodiments)
The electronic control device for an internal combustion engine according to the present invention is not limited to the configuration exemplified in each of the above-described embodiments, and may be implemented as, for example, the following forms obtained by appropriately modifying the embodiments. it can.

・上記第1〜第3の各実施形態では、スロットルバルブ14の開度TAを減少補正することにより、吸入空気量を減少させる例を示したが、内燃機関10の吸入空気量を減量補正することのできる態様であれば、他の例を採用してもよい。例えば、吸入空気量の調整に関与する吸気バルブのバルブ特性を変更する可変動弁機構を内燃機関10に設けるとともに、この可変動弁機構の制御を通じて、内燃機関10の吸入空気量を減少補正させる態様を採用してもよい。また、スロットル開度TAの制御と、可変動弁機構の制御を組み合わせることにより、吸入空気量を減量補正するようにしてもよい。   In each of the first to third embodiments, the example in which the intake air amount is reduced by reducing the opening degree TA of the throttle valve 14 has been described. However, the intake air amount of the internal combustion engine 10 is corrected to decrease. Other examples may be adopted as long as they can be used. For example, the internal combustion engine 10 is provided with a variable valve mechanism that changes the valve characteristics of the intake valve involved in the adjustment of the intake air amount, and the intake air amount of the internal combustion engine 10 is corrected to decrease through control of the variable valve mechanism. Aspects may be adopted. Further, the intake air amount may be corrected to decrease by combining the control of the throttle opening degree TA and the control of the variable valve mechanism.

・上記第1〜第3の各実施形態では、予め設定された補正量ΔTAを適用する例を示したが、CPU41の負荷状態に応じて補正量ΔTAを可変とする態様を採用してもよい。例えば、「負荷監視処理」においてCPU41が過負荷状態である旨判定された際のアイドルタスク実行時間Tiと回転同期タスク実行時間Trとの乖離が大きいほど、すなわち過負荷の度合が高いほど、補正量ΔTAが多くなるように設定するといった態様を採用することができる。   In each of the first to third embodiments, the example in which the preset correction amount ΔTA is applied has been described. However, an aspect in which the correction amount ΔTA is variable according to the load state of the CPU 41 may be employed. . For example, the greater the difference between the idle task execution time Ti and the rotation synchronization task execution time Tr when the CPU 41 is determined to be in an overload state in the “load monitoring process”, that is, the higher the degree of overload, the more A mode in which the amount ΔTA is set to be large can be employed.

・上記第4〜第6の各実施形態では、上記第1の実施形態の「負荷判定処理」において実行される回転速度低下処理の態様を変更するようにした例をそれぞれ示した。しかし、上記第2又は第3の実施形態の「負荷判定処理」において実行される回転速度低下処理の態様についても、上記第4〜第6の各実施形態で示した回転速度低下処理の態様にそれぞれ変更するようにしてもよい。   In each of the fourth to sixth embodiments, the example in which the mode of the rotation speed reduction process executed in the “load determination process” of the first embodiment is changed is shown. However, the aspect of the rotational speed reduction process executed in the “load determination process” of the second or third embodiment is also the same as the aspect of the rotational speed reduction process shown in the fourth to sixth embodiments. You may make it change each.

・さらに、上記各実施形態では、CPU41が過負荷状態である旨判定されたときに、回転速度低下処理としてスロットル開度TA、点火時期T、要求トルクTO、変速比の変更要求のいずれかを実行する例を示したが、これらの回転速度低下処理を適宜組み合わせて実行するようにしてもよい。   Furthermore, in each of the above embodiments, when the CPU 41 determines that it is in an overload state, any one of the throttle opening degree TA, the ignition timing T, the required torque TO, and the gear ratio change request is performed as the rotational speed reduction process. Although an example of execution is shown, these rotation speed reduction processes may be executed in combination as appropriate.

・上記各実施形態では、CPU41の負荷を低減させる処理として、回転速度低下処理を実行する例を示したが、CPU41が過負荷状態であると判定されたときにCPU41の負荷を低減させることのできる処理であれば、他の処理を実行するようにしてもよい。例えば、回転同期タスクに分類される複数のタスクのうち、優先順位の低いタスクの実行回数を減少させるといった態様を採用することもできる。   In each of the above embodiments, an example in which the rotation speed reduction process is executed as the process for reducing the load on the CPU 41 has been described. However, when the CPU 41 is determined to be in an overload state, the load on the CPU 41 can be reduced. Other processes may be executed as long as they can be performed. For example, it is possible to adopt a mode in which the number of executions of a task with a low priority among the plurality of tasks classified as the rotation synchronization task is reduced.

・上記第2の実施形態の「タスク実行時間計測処理」では、所定期間ΔTにおける回転同期タスク実行時間Trを順次計測するとともに、計測した最新の回転同期タスク実行時間Trと、先に記憶された最大実行時間Trmaxとを比較することにより最大実行時間Trmaxを更新するようにした。しかし、最大実行時間Trmaxの設定態様は、この例に限られない。例えば、計測された回転同期タスク実行時間Trを、予め定められた回数の計測が終了するまで記憶するとともに、記憶されている回転同期タスク実行時間Trのうちの最も長い時間を最大実行時間Trmaxとして設定して更新するようにしてもよい。この場合には、CPU41の過負荷状態を判定する時の演算状況に対応したさらに適切な最大実行時間Trmaxを閾値として設定することができるようになる。   In the “task execution time measurement process” of the second embodiment, the rotation synchronization task execution time Tr in the predetermined period ΔT is sequentially measured, and the latest rotation synchronization task execution time Tr measured is stored in advance. The maximum execution time Trmax is updated by comparing the maximum execution time Trmax. However, the setting mode of the maximum execution time Trmax is not limited to this example. For example, the measured rotation synchronization task execution time Tr is stored until a predetermined number of measurements are completed, and the longest of the stored rotation synchronization task execution times Tr is set as the maximum execution time Trmax. It may be set and updated. In this case, a more appropriate maximum execution time Trmax corresponding to the calculation situation when determining the overload state of the CPU 41 can be set as the threshold value.

・上記第3の実施形態の「タスク実行時間計測処理」では、所定期間ΔTにおける回転同期タスク積算実行時間TrSを計測し、その計測された回転同期タスク積算実行時間TrSを過負荷の判定に用いる閾値として設定する例を示したが、CPU41の過負荷状態を判定する閾値としては、他の値を採用することもできる。例えば、上記第2の実施形態で説明した最大実行時間Trmaxを計測し、所定期間ΔTにおける回転同期タスクの実行回数を上記最大実行時間Trmaxに乗じて得られた値を上記閾値とする態様を採用することもできる。例えば、先の図6に示した例においては、計測された最大実行時間Trmaxに「3」を乗じた値を同閾値として設定することも可能である。   In the “task execution time measurement process” of the third embodiment, the rotation synchronization task integration execution time TrS in a predetermined period ΔT is measured, and the measured rotation synchronization task integration execution time TrS is used for determination of overload. Although an example of setting as the threshold value has been shown, other values can be adopted as the threshold value for determining the overload state of the CPU 41. For example, the maximum execution time Trmax described in the second embodiment is measured, and the value obtained by multiplying the maximum execution time Trmax by the number of executions of the rotation synchronization task in a predetermined period ΔT is used as the threshold value. You can also For example, in the example shown in FIG. 6, a value obtained by multiplying the measured maximum execution time Trmax by “3” can be set as the threshold value.

・さらに、上記各実施形態では、回転同期タスクの実行間隔を基準として所定期間ΔTが設定される例を示したが、所定期間ΔTとしては、必ずしも回転同期タスクの実行間隔を基準とすることを要しない。すなわち、予め固定された所定期間を設定するようにしても良い。要するに、実際に計測された時間同期タスクの実行時間を閾値として設定することにより、上記(1)に示す作用効果を奏することができるようになる。   In addition, in each of the above-described embodiments, an example in which the predetermined period ΔT is set based on the execution interval of the rotation synchronization task is shown. However, the predetermined period ΔT is not necessarily based on the execution interval of the rotation synchronization task. I don't need it. That is, a predetermined period fixed in advance may be set. In short, by setting the execution time of the time synchronization task actually measured as a threshold value, the operational effect shown in the above (1) can be achieved.

・また、回転同期タスクの実行時間とアイドルタスクの実行時間との比較の際には、上記各実施形態で示したように値を直接比較するようにするのではなく、それら各実行時間の比率によってCPU41の過負荷状態を判定するようにしてもよい。   In addition, when comparing the execution time of the rotation synchronization task and the execution time of the idle task, the values are not directly compared as shown in each of the above embodiments, but the ratio of these execution times. Thus, the overload state of the CPU 41 may be determined.

・上記各実施形態のECU40により制御される内燃機関としては、上述した内燃機関10の例に限られず、適宜変更してもよい。例えば、吸気通路11内に燃料を噴射するポート噴射型の燃料噴射弁を備える内燃機関を採用してもよい。   The internal combustion engine controlled by the ECU 40 in each of the above embodiments is not limited to the example of the internal combustion engine 10 described above, and may be changed as appropriate. For example, an internal combustion engine including a port injection type fuel injection valve that injects fuel into the intake passage 11 may be employed.

本発明にかかる内燃機関の電子制御装置を具体化した第1の実施形態について、電子制御装置により制御される内燃機関とその周辺構成を示す概略構成図。BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a schematic configuration diagram showing an internal combustion engine controlled by an electronic control device and its peripheral configuration in a first embodiment that embodies an electronic control device for an internal combustion engine according to the present invention. 同実施形態にかかる回転同期タスク、時間同期タスク、アイドルタスクの実行態様を示すタイムチャートであって、(a)は低回転時におけるタイムチャート、(b)は高回転時におけるタイムチャートを示す。FIG. 5 is a time chart showing execution modes of a rotation synchronization task, a time synchronization task, and an idle task according to the embodiment, where (a) shows a time chart at a low rotation time, and (b) shows a time chart at a high rotation time. 同実施形態にかかる「負荷監視処理」について、その実行手順を示すフローチャート。The flowchart which shows the execution procedure about the "load monitoring process" concerning the embodiment. 第2の実施形態にかかる回転同期タスク、時間同期タスク、アイドルタスクの実行態様を示すタイムチャート。The time chart which shows the execution aspect of the rotation synchronous task, time synchronous task, and idle task concerning 2nd Embodiment. 同実施形態にかかる「負荷監視処理」について、その実行手順を示すフローチャート。The flowchart which shows the execution procedure about the "load monitoring process" concerning the embodiment. 第3の実施形態にかかる回転同期タスク、時間同期タスク、アイドルタスクの実行態様を示すタイムチャート。The time chart which shows the execution aspect of the rotation synchronous task, time synchronous task, and idle task concerning 3rd Embodiment. 同実施形態にかかる「負荷監視処理」について、その実行手順を示すフローチャート。The flowchart which shows the execution procedure about the "load monitoring process" concerning the embodiment. 第4の実施形態にかかる「負荷監視処理」について、その実行手順の一部を示すフローチャート。The flowchart which shows a part of the execution procedure about the "load monitoring process" concerning 4th Embodiment. 第5の実施形態にかかる「負荷監視処理」について、その実行手順の一部を示すフローチャート。The flowchart which shows a part of the execution procedure about the "load monitoring process" concerning 5th Embodiment. 第6の実施形態にかかる「負荷監視処理」について、その実行手順の一部を示すフローチャート。The flowchart which shows a part of execution procedure about "load monitoring processing" concerning a 6th embodiment.

符号の説明Explanation of symbols

10…内燃機関、11…吸気通路、12…燃焼室、13…排気通路、14…スロットルバルブ、15…スロットル用アクチュエータ、16…ピストン、17…クランク軸、18…点火プラグ、19…気筒、20…燃料噴射弁、31…エアフロメータ、32…スロットル開度センサ、33…酸素濃度センサ、34…クランク角センサ、35…アクセルペダル踏込量センサ、40…電子制御装置(ECU)、41…中央処理装置(CPU)、42…読み出し専用メモリ(ROM)、43…揮発性メモリ(RAM)、44…不揮発性メモリ(EEPROM)、50…T−ECU、60…自動変速機。   DESCRIPTION OF SYMBOLS 10 ... Internal combustion engine, 11 ... Intake passage, 12 ... Combustion chamber, 13 ... Exhaust passage, 14 ... Throttle valve, 15 ... Actuator for throttle, 16 ... Piston, 17 ... Crankshaft, 18 ... Spark plug, 19 ... Cylinder, 20 DESCRIPTION OF SYMBOLS ... Fuel injection valve, 31 ... Air flow meter, 32 ... Throttle opening sensor, 33 ... Oxygen concentration sensor, 34 ... Crank angle sensor, 35 ... Accelerator pedal depression amount sensor, 40 ... Electronic control unit (ECU), 41 ... Central processing Device (CPU), 42 ... Read-only memory (ROM), 43 ... Volatile memory (RAM), 44 ... Non-volatile memory (EEPROM), 50 ... T-ECU, 60 ... Automatic transmission.

Claims (10)

内燃機関のクランク軸の回転に同期して実行が要求される回転同期処理と、前記回転同期処理よりも優先順位が低い処理であって一定時間毎に実行が要求される時間同期処理と、前記回転同期処理及び前記時間同期処理がともに実行されていないことを条件として実行されるアイドルタスク処理とを、それらの実行優先順位に基づき実行する演算手段を備える電子制御装置であって、
前記アイドルタスク処理の実行時間と前記回転同期処理の実行時間とを計測し、前記アイドルタスク処理の実行時間が前記回転同期処理の実行時間以下であるときには、前記演算手段による演算処理が過負荷状態であると判定する過負荷判定手段を備える
ことを特徴とする内燃機関の電子制御装置。
A rotation synchronization process that is requested to be executed in synchronization with the rotation of the crankshaft of the internal combustion engine; a time synchronization process that is a process having a lower priority than the rotation synchronization process and is required to be executed at regular intervals; and An electronic control device comprising arithmetic means for executing idle task processing executed on the condition that both the rotation synchronization processing and the time synchronization processing are not executed, based on their execution priority,
The execution time of the idle task process and the execution time of the rotation synchronization process are measured, and when the execution time of the idle task process is equal to or less than the execution time of the rotation synchronization process, the calculation process by the calculation means is overloaded An electronic control device for an internal combustion engine, comprising overload determination means for determining that
請求項1に記載の内燃機関の電子制御装置において、
前記過負荷判定手段は、所定期間における前記アイドルタスク処理の実行時間と前記所定期間における前記回転同期処理の実行時間とを計測する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to claim 1,
The electronic control device for an internal combustion engine, wherein the overload determination unit measures an execution time of the idle task process in a predetermined period and an execution time of the rotation synchronization process in the predetermined period.
請求項1に記載の内燃機関の電子制御装置において、
前記過負荷判定手段は、所定期間における前記アイドルタスク処理の実行時間と前記回転同期処理の実行時間であってその最大実行時間とを計測する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to claim 1,
The electronic control device for an internal combustion engine, wherein the overload determination means measures an execution time of the idle task process and an execution time of the rotation synchronization process and a maximum execution time thereof in a predetermined period.
請求項2または3に記載の内燃機関の電子制御装置において、
前記過負荷判定手段は、前記回転同期処理の実行間隔を基準として前記所定期間を設定する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to claim 2 or 3,
The electronic control device for an internal combustion engine, wherein the overload determination means sets the predetermined period on the basis of an execution interval of the rotation synchronization process.
請求項1〜4のいずれか1項に記載の内燃機関の電子制御装置において、
前記過負荷判定手段により前記演算手段が過負荷状態である旨判定されるときに、同演算手段の負荷を低減する負荷低減処理を実行する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to any one of claims 1 to 4,
An electronic control apparatus for an internal combustion engine, wherein when the overload determination means determines that the calculation means is in an overload state, a load reduction process for reducing the load on the calculation means is executed.
請求項5に記載の内燃機関の電子制御装置において、
前記負荷低減処理は、前記内燃機関の回転速度を低下させる回転速度低下処理である
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to claim 5,
The electronic control device for an internal combustion engine, wherein the load reduction process is a rotational speed reduction process for reducing the rotational speed of the internal combustion engine.
請求項6に記載の内燃機関の電子制御装置において、
前記回転速度低下処理として、前記内燃機関の吸入空気量を減量補正する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to claim 6,
An electronic control device for an internal combustion engine, wherein the amount of intake air of the internal combustion engine is corrected to decrease as the rotation speed reduction process.
請求項6又は7に記載の内燃機関の電子制御装置において、
前記回転速度低下処理として、前記内燃機関の点火時期を遅角補正する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to claim 6 or 7,
An electronic control device for an internal combustion engine, wherein, as the rotation speed reduction process, the ignition timing of the internal combustion engine is corrected to be retarded.
請求項7〜8のいずれか1項に記載の内燃機関の電子制御装置において、
前記回転速度低下処理として、前記内燃機関の出力トルクに対する要求値を減少補正する
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to any one of claims 7 to 8,
An electronic control device for an internal combustion engine, wherein the required value for the output torque of the internal combustion engine is reduced and corrected as the rotational speed reduction process.
請求項6〜9のいずれか1項に記載の内燃機関の電子制御装置において、
前記機関には変速機が接続されており、
前記回転速度低下処理として、前記変速機の出力軸回転速度に対する入力軸回転速度の比である変速比が小さくなるように前記変速機に対して変速要求を行う
ことを特徴とする内燃機関の電子制御装置。
The electronic control device for an internal combustion engine according to any one of claims 6 to 9,
A transmission is connected to the engine,
An electronic engine for an internal combustion engine, wherein the speed change process is performed such that a speed change request is made to the transmission so that a speed change ratio that is a ratio of an input shaft rotation speed to an output shaft rotation speed of the transmission is reduced. Control device.
JP2008226196A 2008-09-03 2008-09-03 Electronic control unit of internal combustion engine Pending JP2010059857A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008226196A JP2010059857A (en) 2008-09-03 2008-09-03 Electronic control unit of internal combustion engine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008226196A JP2010059857A (en) 2008-09-03 2008-09-03 Electronic control unit of internal combustion engine

Publications (1)

Publication Number Publication Date
JP2010059857A true JP2010059857A (en) 2010-03-18

Family

ID=42186926

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008226196A Pending JP2010059857A (en) 2008-09-03 2008-09-03 Electronic control unit of internal combustion engine

Country Status (1)

Country Link
JP (1) JP2010059857A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7449219B2 (en) 2020-12-03 2024-03-13 日立Astemo株式会社 Internal combustion engine control device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7449219B2 (en) 2020-12-03 2024-03-13 日立Astemo株式会社 Internal combustion engine control device

Similar Documents

Publication Publication Date Title
CN100395443C (en) Internal combustion engine controller
EP1361354B1 (en) fuel injection timing control apparatus and method for an in-cylinder injection gasoline engine
US8522531B2 (en) Catalyst degradation detection apparatus and catalyst degradation detection method
JP5287818B2 (en) Engine control device
US10107225B2 (en) Fuel injection control device
US7530922B2 (en) Engine control apparatus and engine control method
EP1260691A2 (en) Engine control method for reducing emissions during cold start and idling for vehicle
US7386387B2 (en) Method for controlling an internal combustion engine using valve lift switchover
JP4617876B2 (en) Fuel injection control device for in-cylinder internal combustion engine
JP5169958B2 (en) Fuel injection control device for internal combustion engine
JP2010059857A (en) Electronic control unit of internal combustion engine
JP2003314312A (en) Variable valve control device for internal combustion engine
JP2007107405A (en) Fuel injection control device for internal combustion engine
JP2007218132A (en) Control device for internal combustion engine
JP2009002164A (en) Control device for engine
JP5178634B2 (en) Air-fuel ratio control method for internal combustion engine
JP4353022B2 (en) Control device for internal combustion engine
KR100454320B1 (en) Device and method for engine control
JP2020045814A (en) Fuel injection control device for internal combustion engine
JP2014234757A (en) Mbt ignition timing computing device and engine controller using the same
JP2006170096A (en) Valve characteristic control device of internal combustion engine
JP4230957B2 (en) Engine speed control device
JP2000154744A (en) Fuel injection quantity control device of internal combustion engine
JP2010019725A (en) Method and system for automatic measurement of engine characteristic parameter
JP2010242745A (en) Pressure estimating method and device of combustion chamber in internal combustion engine