JP5673576B2 - Engine control device - Google Patents

Engine control device Download PDF

Info

Publication number
JP5673576B2
JP5673576B2 JP2012019615A JP2012019615A JP5673576B2 JP 5673576 B2 JP5673576 B2 JP 5673576B2 JP 2012019615 A JP2012019615 A JP 2012019615A JP 2012019615 A JP2012019615 A JP 2012019615A JP 5673576 B2 JP5673576 B2 JP 5673576B2
Authority
JP
Japan
Prior art keywords
core
time
clock frequency
engine speed
synchronization task
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.)
Expired - Fee Related
Application number
JP2012019615A
Other languages
Japanese (ja)
Other versions
JP2013160043A (en
Inventor
隼人 白井
隼人 白井
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 JP2012019615A priority Critical patent/JP5673576B2/en
Publication of JP2013160043A publication Critical patent/JP2013160043A/en
Application granted granted Critical
Publication of JP5673576B2 publication Critical patent/JP5673576B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Combined Controls Of Internal Combustion Engines (AREA)

Description

本発明は、自動車用のエンジンの制御装置に関し、詳しくは、マルチコアプロセッサを搭載したエンジン制御装置に関する。   The present invention relates to an automobile engine control apparatus, and more particularly to an engine control apparatus equipped with a multi-core processor.

従来、複数のCPUを搭載した演算装置、すなわち、マルチプロセッサを搭載した自動車用のエンジン制御装置が知られている。特開2010−196619号公報(以下、特許文献1)に記載されているものも、そのようなエンジン制御装置の1つである。特許文献1に開示されているエンジン制御装置は、各プロセッサがクランク角に同期して割り込みルーチンを順番に処理することによって、エンジン回転数に左右されることなく、各プロセッサに演算処理の負荷を均等に分配できるようにしたものである。   2. Description of the Related Art Conventionally, an arithmetic device equipped with a plurality of CPUs, that is, an automobile engine control device equipped with a multiprocessor is known. One described in JP 2010-196619 A (hereinafter referred to as Patent Document 1) is one such engine control device. In the engine control device disclosed in Patent Document 1, each processor processes interrupt routines in order in synchronization with the crank angle, thereby placing each processor on a processing load regardless of the engine speed. It can be distributed evenly.

また、近年においては、1つのCPUに複数のコアを搭載した演算装置、すなわち、マルチコアプロセッサの使用が様々な分野で提案されている。マルチコアプロセッサは、自動車用エンジンの制御の分野においてもその使用が検討されている。例えば、上述の特開2010−196619号公報には、同公報に記載の技術のマルチコアプロセッサへの適用について言及されている。   In recent years, it has been proposed in various fields to use an arithmetic device having a plurality of cores mounted on one CPU, that is, a multi-core processor. The use of multi-core processors is also being studied in the field of automotive engine control. For example, the above-mentioned Japanese Unexamined Patent Application Publication No. 2010-196619 refers to the application of the technique described in the publication to a multi-core processor.

特開2010−196619号公報JP 2010-196619 A 特開2007−125950号公報JP 2007-125950 A 特開2008−269487号公報JP 2008-269487 A

マルチコアプロセッサにおける課題の1つが消費電力の低減である。このことはマルチコアプロセッサをエンジン制御装置に搭載する場合においても当てはまる。ところが、特許文献1に記載の技術では上記課題を達成することは容易ではない。詳しく説明すると、クランク角度同期でタスクの処理を行う場合、その処理時間に対する制限時間はエンジン回転数が高ければ短くなり、エンジン回転数が低ければ長くなる。このため、コアの演算速度は制限時間が短い高回転時に合わせて設定せざるを得ない。しかし、そのような設定にした場合には、エンジンの低回転時においてタスクの処理時間に対する制限時間の余裕が大きくなり、次の演算までのアイドル状態が長くなる。電力はアイドル状態でも消費されるため、アイドル状態の割合が大きければ、その分、無駄な電力が消費されることになる。   One of the problems in multi-core processors is the reduction of power consumption. This is true even when the multi-core processor is mounted on the engine control apparatus. However, it is not easy to achieve the above problem with the technique described in Patent Document 1. More specifically, when a task is processed in synchronization with the crank angle, the time limit for the processing time becomes shorter when the engine speed is high and becomes longer when the engine speed is low. For this reason, the calculation speed of the core must be set in accordance with the high rotation speed with a short time limit. However, when such a setting is used, the time limit for the task processing time increases when the engine is running at a low speed, and the idle state until the next calculation becomes longer. Since power is consumed even in the idle state, if the ratio of the idle state is large, unnecessary power is consumed accordingly.

本発明は、上記の課題に鑑みなされたものであり、マルチコアプロセッサを搭載したエンジン制御装置の消費電力を低減することを目的とする。   The present invention has been made in view of the above problems, and an object thereof is to reduce the power consumption of an engine control apparatus equipped with a multi-core processor.

上記の課題を達成するため、本発明に係るエンジン制御装置は次のように構成される。   In order to achieve the above object, an engine control apparatus according to the present invention is configured as follows.

本発明に係るエンジン制御装置は、マルチコアプロセッサで処理するタスクのうちクランク角度同期のタスクは第1のコアで処理し、時間同期のタスクは第2のコアで処理する。つまり、クランク角度同期タスクを処理するコアと時間同期タスクを処理するコアを別々にする。クランク角度同期タスクはエンジン回転数によって実行周期が変化するのに対し、時間同期タスクはエンジン回転数によらず実行周期が一定であることから、時間同期タスクのみを処理する第2のコアは、アイドル状態が最小になるようにクロック周波数を最適化しやすい。クロック周波数を最適化することによって、第2のコアの消費電力を最小限まで低減することができる。なお、第1のコア及び第2のコアはそれぞれ単数でも複数でもよい。   The engine control apparatus according to the present invention processes the crank angle synchronization task among the tasks processed by the multi-core processor by the first core, and processes the time synchronization task by the second core. That is, the core that processes the crank angle synchronization task and the core that processes the time synchronization task are separated. While the execution period of the crank angle synchronization task changes depending on the engine speed, the execution period of the time synchronization task is constant regardless of the engine speed, so the second core that processes only the time synchronization task is It is easy to optimize the clock frequency so that the idle state is minimized. By optimizing the clock frequency, the power consumption of the second core can be reduced to a minimum. The first core and the second core may each be singular or plural.

また、本発明に係るエンジン制御装置は、アクセルペダル開度に基づいて計算したアクチュエータ操作量を直ぐにアクチュエータに出力するのではなく、所定のディレイ時間だけ遅らせてアクチュエータに出力する。つまり、アクチュエータ操作量に関してディレイ制御を行う。ここでいうアクチュエータ操作量とは、エンジンのトルクを制御するアクチュエータの操作量であって、制御対象のエンジンがディーゼルエンジンの場合には燃料噴射量となる。制御対象のエンジンがガソリンエンジンの場合にはスロットル開度となる。これらのアクチュエータ操作量はエンジン回転数に影響を与えるが、ディレイ制御によれば、要求トルクから計算したアクチュエータ操作量は直近のエンジン回転数ではなく、ディレイ時間後の将来のエンジン回転数に影響する。そこで、本発明に係るエンジン制御装置は、要求トルクから計算したアクチュエータ操作量に基づいてディレイ時間後のエンジン回転数の急増を予測する。   Further, the engine control apparatus according to the present invention outputs the actuator operation amount calculated based on the accelerator pedal opening degree to the actuator after delaying it by a predetermined delay time instead of outputting it to the actuator immediately. That is, delay control is performed with respect to the actuator operation amount. The actuator operation amount here is an operation amount of an actuator that controls the torque of the engine, and is a fuel injection amount when the engine to be controlled is a diesel engine. When the engine to be controlled is a gasoline engine, the throttle opening is obtained. Although these actuator operation amounts affect the engine speed, according to the delay control, the actuator operation amount calculated from the required torque does not affect the latest engine speed but the future engine speed after the delay time. . Therefore, the engine control apparatus according to the present invention predicts a rapid increase in the engine speed after the delay time based on the actuator operation amount calculated from the required torque.

また、本発明に係るエンジン制御装置は、クランク角度同期タスクの処理時間に対する制限時間を現在のエンジン回転数に基づいて算出する。エンジン回転数が高ければ短い時間の制限時間が算出され、エンジン回転数が低ければ長い時間の制限時間が算出される。   The engine control apparatus according to the present invention calculates a time limit for the processing time of the crank angle synchronization task based on the current engine speed. If the engine speed is high, a short time limit is calculated, and if the engine speed is low, a long time limit is calculated.

そして、本発明に係るエンジン制御装置は、アクチュエータ操作量に基づく予測においてエンジン回転数は急増しないと予測されたのであれば、第1のコアによるクランク角度同期タスクの処理時間を前記の制限時間に合わせるようにそのクロック周波数を調整する。つまり、第1のコアの稼働率が最大となるようにクロック周波数を調整する。アイドル状態をなくして稼働率を最大にすることで、第1のコアのクロック周波数及び駆動電圧を最小とすることができ、第1のコアの消費電力は最小限まで低減される。   The engine control apparatus according to the present invention sets the processing time of the crank angle synchronization task by the first core to the time limit if the engine speed is predicted not to increase rapidly in the prediction based on the actuator operation amount. Adjust the clock frequency to match. That is, the clock frequency is adjusted so that the operating rate of the first core is maximized. By eliminating the idle state and maximizing the operating rate, the clock frequency and driving voltage of the first core can be minimized, and the power consumption of the first core is reduced to the minimum.

一方、アクチュエータ操作量に基づく予測において将来エンジン回転数が急増すると予測される場合は、本発明に係るエンジン制御装置は、第1のコアのクロック周波数を最大に固定する。これによれば、クランク角度同期タスクの処理時間を最小にすることができるので、エンジン回転数がどれだけ急増して制限時間が短くなったとしても、処理時間が制限時間を越えてしまうことは回避することができる。   On the other hand, when it is predicted that the engine speed will increase rapidly in the prediction based on the actuator operation amount, the engine control device according to the present invention fixes the clock frequency of the first core to the maximum. According to this, since the processing time of the crank angle synchronization task can be minimized, no matter how much the engine speed increases rapidly and the time limit becomes shorter, the processing time will not exceed the time limit. It can be avoided.

本発明によれば、マルチコアプロセッサを搭載するエンジン制御装置の消費電力を低減することができる。   According to the present invention, it is possible to reduce the power consumption of an engine control device equipped with a multi-core processor.

本発明の実施の形態としてのエンジン制御装置が搭載するマルチコアプロセッサの構成の概略を示すブロック図である。It is a block diagram which shows the outline of a structure of the multi-core processor which the engine control apparatus as embodiment of this invention mounts. 本発明の実施の形態としてのエンジン制御装置が実行するクロック周波数制御の手順を示すフローチャートである。It is a flowchart which shows the procedure of the clock frequency control which the engine control apparatus as embodiment of this invention performs. 時間同期タスクを処理するコアにおけるコアの稼働状態のイメージを示す図である。It is a figure which shows the image of the operating state of the core in the core which processes a time synchronous task. 時間同期タスクを処理するコアにおいてクロック周波数を最適化した場合のコアの稼働状態のイメージを示す図である。It is a figure which shows the image of the operating state of a core at the time of optimizing a clock frequency in the core which processes a time synchronous task.

本発明の実施の形態について図を参照して説明する。   Embodiments of the present invention will be described with reference to the drawings.

本実施の形態としてのエンジン制御装置はディーゼルエンジンの制御装置として構成される。制御対象であるディーゼルエンジンの構造には限定は無い。本エンジン制御装置は、インジェクタに噴射させるべき燃料量をアクセルペダル開度に基づいて計算する。ただし、本エンジン制御装置は、燃料噴射制御に関してディレイ制御を行うように構成されている。ディレイ制御によれば、アクセルペダル開度に基づき計算された燃料噴射量は直ぐにインジェクタに出力されるのではなく、所定のディレイ時間(例えば、32msec、64msec)の後にインジェクタに出力される。よって、現時点で計算された燃料噴射量はディレイ時間後の将来における燃料噴射量の予測値となるので、この値からディレイ時間後のエンジンの運転状態、例えば、エンジン回転数やエンジン負荷を予測することができる。   The engine control device as the present embodiment is configured as a control device for a diesel engine. There is no limitation on the structure of the diesel engine to be controlled. The engine control device calculates the amount of fuel to be injected into the injector based on the accelerator pedal opening. However, this engine control device is configured to perform delay control with respect to fuel injection control. According to the delay control, the fuel injection amount calculated based on the accelerator pedal opening is not immediately output to the injector, but is output to the injector after a predetermined delay time (for example, 32 msec, 64 msec). Therefore, since the fuel injection amount calculated at the present time becomes a predicted value of the future fuel injection amount after the delay time, the engine operating state after the delay time, for example, the engine speed and the engine load, is predicted from this value. be able to.

本エンジン制御装置はマルチコアプロセッサを搭載し、マルチコアプロセッサによって種々のタスクを処理する。本エンジン制御装置が処理するタスクには、クランク軸が所定角度回転するごとに実行されるクランク角度同期のタスクと、所定の時間周期(例えば、8msec、16msec、32msec)で実行される時間同期のタスクとが含まれる。クランク角度同期タスクと時間同期タスクとの間には、前者はエンジン回転数によって実行周期が変化するのに対し、後者はエンジン回転数によらず実行周期は一定となるという違いがある。   This engine control device is equipped with a multi-core processor and processes various tasks by the multi-core processor. Tasks processed by the engine control device include a crank angle synchronization task that is executed every time the crankshaft rotates by a predetermined angle, and a time synchronization task that is executed at a predetermined time period (for example, 8 msec, 16 msec, and 32 msec). And tasks. There is a difference between the crank angle synchronization task and the time synchronization task, in which the execution period of the former changes depending on the engine speed, whereas the latter has a constant execution period regardless of the engine speed.

図1は、本エンジン制御装置が搭載するマルチコアプロセッサの構成の概略を示すブロック図である。本実施の形態に係るマルチコアプロセッサは、第1コア11及び第2コア12とコントローラ2を有する。第1コア11は、クランク角度同期のタスクの処理を担当するコアであり、第2コア12は、時間同期のタスクの処理を担当するコアである。なお、図1では第1コア11と第2コア12をそれぞれ1つずつ描いているが、第1コア11と第2コア12はそれぞれ複数設けることもできる。第1コア11が複数設けられている場合には、それらコア間で複数のクランク角度同期タスクを分配することができる。同様に、第2コア12が複数設けられている場合には、それらコア間で複数の時間同期タスクを分配することができる。   FIG. 1 is a block diagram showing an outline of the configuration of a multi-core processor installed in the engine control apparatus. The multi-core processor according to the present embodiment includes a first core 11, a second core 12, and a controller 2. The first core 11 is a core in charge of processing of the crank angle synchronization task, and the second core 12 is a core in charge of processing of the time synchronization task. In addition, although the 1st core 11 and the 2nd core 12 are each drawn in FIG. 1, the 1st core 11 and the 2nd core 12 can also be provided with two or more, respectively. When a plurality of first cores 11 are provided, a plurality of crank angle synchronization tasks can be distributed among the cores. Similarly, when a plurality of second cores 12 are provided, a plurality of time synchronization tasks can be distributed among the cores.

第1コア11と第2コア12のそれぞれは、クロック周波数制御回路11a,12aを備えている。クロック周波数制御回路11a,12aは、コア11,12bのクロック周波数を変更する回路である。また、クロック周波数制御回路11a,12aは、コア11,12の駆動電圧とセットでクロック周波数を変更するように構成されている。   Each of the first core 11 and the second core 12 includes clock frequency control circuits 11a and 12a. The clock frequency control circuits 11a and 12a are circuits that change the clock frequency of the cores 11 and 12b. The clock frequency control circuits 11 a and 12 a are configured to change the clock frequency in combination with the drive voltages of the cores 11 and 12.

クロック周波数制御回路11a,12aは、コントローラ2からの指令によってクロック周波数を制御する。コントローラ2はマルチコアプロセッサの各コアを管理するOSの一つの機能として実現されている。コントローラ2は、各コア11,12の稼働率を最大にするように、つまり、タスクの演算処理をしていないアイドル時間を最小にするように、コア11,12毎にクロック周波数制御を実行する。   The clock frequency control circuits 11 a and 12 a control the clock frequency according to a command from the controller 2. The controller 2 is realized as one function of the OS that manages each core of the multi-core processor. The controller 2 executes the clock frequency control for each of the cores 11 and 12 so as to maximize the operating rate of each of the cores 11 and 12, that is, to minimize the idle time during which no task calculation processing is performed. .

図2は、コントローラ2が実行する第1コア11のクロック周波数制御の手順を示すフローチャートである。コントローラ2は、このフローチャートに示すクロック周波数制御をクランク角度に同期して実行する。なお、コントローラ2には、クランク角センサから出力されているクランク角信号と、前述のディレイ制御においてアクセルペダル開度に基づき計算された燃料噴射量が入力されている。   FIG. 2 is a flowchart showing a procedure of clock frequency control of the first core 11 executed by the controller 2. The controller 2 executes the clock frequency control shown in this flowchart in synchronization with the crank angle. The controller 2 receives the crank angle signal output from the crank angle sensor and the fuel injection amount calculated based on the accelerator pedal opening in the delay control described above.

図2のフローチャートにおける最初のルーチンS1では、ディレイ時間が経過した後のエンジン回転数の急増の有無が燃料噴射量に基づいて予測される。本実施の形態のように燃料噴射量のディレイ制御が行われている場合、現時点で算出された燃料噴射量は、ディレイ時間の後にインジェクタに出力されることにより、直近のエンジン回転数ではなくディレイ時間後の将来のエンジン回転数に影響する。よって、現時点で算出された燃料噴射量からは、ディレイ時間後の将来におけるエンジン回転数の挙動を予測することができる。例えば、燃料噴射量が前回算出時と変わらないのであればエンジン回転数に変化はないと予測できるし、燃料噴射量が前回算出時から変化したのであればエンジン回転数にも変化があると予測できる。ここでは、燃料噴射量の増加量或いは増加割合が所定の閾値を超えた場合に、エンジン回転数の急増が起きると予測されるようになっている。   In the first routine S1 in the flowchart of FIG. 2, whether or not the engine speed rapidly increases after the delay time has elapsed is predicted based on the fuel injection amount. When the delay control of the fuel injection amount is performed as in the present embodiment, the fuel injection amount calculated at the present time is output to the injector after the delay time, so that not the latest engine speed but the delay Affects future engine speed after hours. Therefore, the behavior of the engine speed in the future after the delay time can be predicted from the fuel injection amount calculated at the present time. For example, if the fuel injection amount does not change from the previous calculation, it can be predicted that the engine speed will not change, and if the fuel injection amount has changed from the previous calculation, the engine speed will also change. it can. Here, when the increase amount or the increase rate of the fuel injection amount exceeds a predetermined threshold value, it is predicted that the engine speed rapidly increases.

ステップS1にてエンジン回転数の急増は起きないと予測された場合、ステップS2,S3,S4及びS5の処理が実行される。まず、ステップS2では、処理しようとしているクランク角度同期タスクに関し、そのエンジン1/2回転ごとの演算量が算出される。次のステップS3では、現在のエンジン回転数に基づいて、クランク角度同期タスクの処理時間に対する制限時間が算出される。ステップS3で算出される制限時間は、エンジン回転数が高ければ短い時間となり、エンジン回転数が低ければ長い時間となる。そして、ステップS4では、ステップS3で算出された制限時間内に、ステップS2で算出された演算量を全て処理するのに最低限必要なクロック周波数が算出される。続くステップS5では、ステップS4で算出されたクロック周波数を出力するのに要する駆動電圧が算出される。   If it is predicted in step S1 that the engine speed will not increase rapidly, the processes of steps S2, S3, S4 and S5 are executed. First, in step S2, a calculation amount for each half engine revolution is calculated for the crank angle synchronization task to be processed. In the next step S3, a time limit for the processing time of the crank angle synchronization task is calculated based on the current engine speed. The time limit calculated in step S3 is a short time if the engine speed is high, and a long time if the engine speed is low. In step S4, the minimum clock frequency required to process all the computation amounts calculated in step S2 is calculated within the time limit calculated in step S3. In the subsequent step S5, the drive voltage required to output the clock frequency calculated in step S4 is calculated.

つまり、エンジン回転数の急増は起きないと予測された場合、コントローラ2は、第1コア11のクロック周波数と駆動電圧がステップS4,S5で算出したクロック周波数と駆動電圧になるようにクロック周波数制御回路11aを制御する。その結果、第1コア11によるクランク角度同期タスクの処理時間は、現在のエンジン回転数における制限時間に合わせられ、第1コア11がアイドル状態となることは最小限に止められる。つまり、第1コア11の稼働率が最大化される。このように第1コア11の稼働率を最大にしてクロック周波数及び駆動電圧を可能な限り低下させることで、第1コア11の消費電力は最小限まで低減される。   That is, when it is predicted that the engine speed will not increase rapidly, the controller 2 controls the clock frequency so that the clock frequency and drive voltage of the first core 11 are the clock frequency and drive voltage calculated in steps S4 and S5. The circuit 11a is controlled. As a result, the processing time of the crank angle synchronization task by the first core 11 is adjusted to the time limit for the current engine speed, and the first core 11 is kept from becoming idle. That is, the operating rate of the first core 11 is maximized. Thus, the power consumption of the first core 11 is reduced to the minimum by maximizing the operating rate of the first core 11 and reducing the clock frequency and the driving voltage as much as possible.

一方、ステップS1にてエンジン回転数の急増が起きると予測された場合は、ステップS6及びS5の処理が実行される。ステップS6では、第1コア11のクロック周波数を最大に固定することが行われる。そして、続くステップS5では、ステップS6で決定された最大クロック周波数を出力するのに要する駆動電圧が算出される。   On the other hand, if it is predicted in step S1 that the engine speed will increase rapidly, the processes of steps S6 and S5 are executed. In step S6, the clock frequency of the first core 11 is fixed to the maximum. In the subsequent step S5, the driving voltage required to output the maximum clock frequency determined in step S6 is calculated.

つまり、エンジン回転数の急増が起きると予測された場合、コントローラ2は、第1コア11のクロック周波数及び駆動電圧を最大にする。これによれば、クランク角度同期タスクの処理時間を最小にすることができるので、エンジン回転数がどれだけ急増して制限時間が短くなったとしても、クランク角度同期タスクの処理時間が制限時間を越えてしまうことは回避することができる。   That is, when it is predicted that the engine speed will rapidly increase, the controller 2 maximizes the clock frequency and drive voltage of the first core 11. According to this, since the processing time of the crank angle synchronization task can be minimized, the processing time of the crank angle synchronization task can be reduced no matter how much the engine speed increases and the time limit decreases. It is possible to avoid exceeding.

次に、コントローラ2が実行する第2コア12のクロック周波数制御に関して図3及び図4を用いて説明する。図3は、8,16,32msecの実行周期を有する時間同期タスクを処理する第2コア12に関し、そのクロック周波数が最適化されていない場合の第2コア12の稼働状態のイメージを示す図である。この図に示すように、クロック周波数が最適化されていない場合、図中に“アイドル1,2,3,4”として示すような長いアイドル時間が発生してしまう。   Next, the clock frequency control of the second core 12 executed by the controller 2 will be described with reference to FIGS. FIG. 3 is a diagram showing an image of an operating state of the second core 12 when the clock frequency is not optimized with respect to the second core 12 that processes a time synchronization task having an execution period of 8, 16, and 32 msec. is there. As shown in this figure, when the clock frequency is not optimized, a long idle time such as “idle 1, 2, 3, 4” in the figure occurs.

そこで、コントローラ2は、過去32msecの第2コア12の稼働率を取得し、最もアイドル時間が短い区間(図3におけるアイドル1,4)を特定する。そして、その区間におけるアイドル時間を所定の基準値に合わせるように、クロック周波数制御回路12aを制御して第2コア12のクロック周波数を調整する。なお、基準値は、演算量の変化に対応できる余裕分に相当する最小のアイドル時間であり、予め実験的に算出されている。図3は、このようにしてクロック周波数を最適化した場合の第2コア12の稼働状態のイメージを示す図である。図3に示すように第2コア12の稼働率を高めてクロック周波数及び駆動電圧を低下させることにより、第2コア12の消費電力を最小限まで低減することができる。   Therefore, the controller 2 acquires the operating rate of the second core 12 in the past 32 msec and identifies the section (idles 1 and 4 in FIG. 3) having the shortest idle time. Then, the clock frequency of the second core 12 is adjusted by controlling the clock frequency control circuit 12a so that the idle time in that section matches the predetermined reference value. The reference value is a minimum idle time corresponding to a margin that can cope with a change in the amount of calculation, and is calculated experimentally in advance. FIG. 3 is a diagram showing an image of the operating state of the second core 12 when the clock frequency is optimized in this way. As shown in FIG. 3, the power consumption of the second core 12 can be reduced to the minimum by increasing the operating rate of the second core 12 and lowering the clock frequency and the drive voltage.

以上、本発明の実施の形態について説明したが、本発明は上述の実施の形態に限定されるものではなく、本発明の趣旨を逸脱しない範囲で種々変形して実施することができる。また、本発明はディーゼルエンジンの制御装置だけでなく、ガソリンエンジンの制御装置にも適用することができる。その場合は、アクセルペダル開度に基づいて計算されたスロットル開度に関してディレイ制御を行うことにより、スロットル開度からディレイ時間後のエンジン回転数の急増を予測することができる。   Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the spirit of the present invention. The present invention can be applied not only to a diesel engine control device but also to a gasoline engine control device. In that case, by performing delay control on the throttle opening calculated based on the accelerator pedal opening, it is possible to predict a rapid increase in engine speed after a delay time from the throttle opening.

2 コントローラ
11 第1のコア
11a クロック周波数制御回路
12 第2のコア
12a クロック周波数制御回路
2 Controller 11 First core 11a Clock frequency control circuit 12 Second core 12a Clock frequency control circuit

Claims (1)

マルチコアプロセッサを搭載し、当該マルチコアプロセッサを用いてクランク角度同期のタスクと時間同期のタスクとを処理するエンジン制御装置において、
前記クランク角度同期タスクの処理を担当する第1のコアと、
前記時間同期タスクの処理を担当する第2のコアと、
トルク制御に用いるアクチュエータの操作量をアクセルペダル開度に基づいて計算し、前記操作量を所定のディレイ時間遅らせて前記アクチュエータに出力するディレイ制御手段と、
前記操作量に基づいて前記ディレイ時間後のエンジン回転数の急増を予測する予測手段と、
前記クランク角度同期タスクの処理時間に対する制限時間を現在のエンジン回転数に基づいて算出する制限時間算出手段と、
前記予測手段によってエンジン回転数の急増が予測されていない場合には、前記第1のコアによる前記クランク角度同期タスクの処理時間を前記制限時間に合わせるように前記第1のコアのクロック周波数を調整し、前記予測手段によってエンジン回転数の急増が予測されている場合には、前記第1のコアのクロック周波数を最大に固定するクロック周波数制御手段と、
を備えることを特徴とするエンジン制御装置。
In an engine control apparatus equipped with a multi-core processor and processing a crank angle synchronization task and a time synchronization task using the multi-core processor,
A first core responsible for processing the crank angle synchronization task;
A second core responsible for processing the time synchronization task;
A delay control means for calculating an operation amount of an actuator used for torque control based on an accelerator pedal opening; and delaying the operation amount by a predetermined delay time and outputting the operation amount to the actuator;
Predicting means for predicting a sudden increase in engine speed after the delay time based on the operation amount;
Time limit calculating means for calculating a time limit for the processing time of the crank angle synchronization task based on the current engine speed;
When the engine speed is not predicted to increase rapidly by the predicting means, the clock frequency of the first core is adjusted so that the processing time of the crank angle synchronization task by the first core matches the time limit. And when the engine speed is predicted to be suddenly increased by the prediction means, a clock frequency control means for fixing the clock frequency of the first core to a maximum;
An engine control device comprising:
JP2012019615A 2012-02-01 2012-02-01 Engine control device Expired - Fee Related JP5673576B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012019615A JP5673576B2 (en) 2012-02-01 2012-02-01 Engine control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012019615A JP5673576B2 (en) 2012-02-01 2012-02-01 Engine control device

Publications (2)

Publication Number Publication Date
JP2013160043A JP2013160043A (en) 2013-08-19
JP5673576B2 true JP5673576B2 (en) 2015-02-18

Family

ID=49172536

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012019615A Expired - Fee Related JP5673576B2 (en) 2012-02-01 2012-02-01 Engine control device

Country Status (1)

Country Link
JP (1) JP5673576B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015174294A1 (en) * 2014-05-14 2015-11-19 ソニー株式会社 Signal processing device, signal processing method, and program
JP6902992B2 (en) * 2017-12-19 2021-07-14 日立Astemo株式会社 Electronic control device for automobiles

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005048698A (en) * 2003-07-30 2005-02-24 Denso Corp Signal processor
JP4419943B2 (en) * 2005-11-11 2010-02-24 株式会社デンソー Data transfer device between CPUs

Also Published As

Publication number Publication date
JP2013160043A (en) 2013-08-19

Similar Documents

Publication Publication Date Title
US9156467B2 (en) Vehicle power generating device and power generation control method
RU2691499C1 (en) Hybrid vehicle power plant control device (embodiments) and hybrid vehicle power plant control method
JP5423685B2 (en) Vehicle electronic control system, vehicle electronic control unit, and vehicle control synchronization method
EP2412958B1 (en) Controller of internal combustion engine
WO2014061141A1 (en) Parallel computing device
JP4490173B2 (en) Start control device for internal combustion engine for vehicle
JP5515792B2 (en) Internal combustion engine control device
JP5817505B2 (en) Control device for internal combustion engine
JP5673576B2 (en) Engine control device
WO2013186895A1 (en) Power generation device for vehicle and power generation control method
JP2013228859A (en) Plant control device
JP5189513B2 (en) Control device for internal combustion engine
JP2007126968A (en) Engine control device
JP5817578B2 (en) Control device for internal combustion engine
JP5614395B2 (en) Control device for internal combustion engine
JP2009018627A (en) Driving force control device for hybrid vehicle
JP2009052410A (en) Control device for on-vehicle internal combustion engine
CN111176150B (en) Electronic control device and emergency interrupt method for micro-beat generation
JP5742684B2 (en) Engine predictive control device
JP5853744B2 (en) Control device for internal combustion engine
JP5151910B2 (en) Control device for internal combustion engine
JP2015102053A (en) Ignition timing control device of inter nal combustion engine
JP5983580B2 (en) Control device for internal combustion engine
JP2013181488A (en) Control device for valve characteristic variable system
JP6198124B2 (en) Generator control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140225

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141126

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20141202

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141215

R151 Written notification of patent or utility model registration

Ref document number: 5673576

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees