JP4948583B2 - Control system - Google Patents

Control system Download PDF

Info

Publication number
JP4948583B2
JP4948583B2 JP2009236402A JP2009236402A JP4948583B2 JP 4948583 B2 JP4948583 B2 JP 4948583B2 JP 2009236402 A JP2009236402 A JP 2009236402A JP 2009236402 A JP2009236402 A JP 2009236402A JP 4948583 B2 JP4948583 B2 JP 4948583B2
Authority
JP
Japan
Prior art keywords
control
data
important
control amount
stop
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.)
Active
Application number
JP2009236402A
Other languages
Japanese (ja)
Other versions
JP2011085997A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2009236402A priority Critical patent/JP4948583B2/en
Priority to DE102010029839.5A priority patent/DE102010029839B4/en
Priority to US12/813,102 priority patent/US8369969B2/en
Publication of JP2011085997A publication Critical patent/JP2011085997A/en
Application granted granted Critical
Publication of JP4948583B2 publication Critical patent/JP4948583B2/en
Priority to US13/629,867 priority patent/US8688241B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Hardware Redundancy (AREA)
  • Computer And Data Communications (AREA)

Description

この発明は、送信時の通信状況に応じて送信可否が決定されるネットワークにそれぞれ接続され、互いに異なる対象を制御する複数の制御装置を備えた制御システムに関する。   The present invention relates to a control system including a plurality of control devices that are respectively connected to networks that are determined as to whether transmission is possible or not according to the communication status at the time of transmission, and that control different objects.

従来から、信頼性の高い制御装置として、図10に示すような制御装置が知られている。図10において、この制御装置は、制御の信頼性を向上させるために、全く同一のマイクロコンピュータ(以下、「マイコン」と称する)を2個使用し、いわゆるマイコンの多重化により制御を実行している。この制御装置では、それぞれのマイコンに同一のデータを入力し、演算結果として出力されるデータどうしを比較して異常検出を行うことにより、制御の信頼性を向上させている。   Conventionally, a control device as shown in FIG. 10 is known as a highly reliable control device. In FIG. 10, this control device uses two identical microcomputers (hereinafter referred to as “microcomputers”) to improve control reliability, and executes control by multiplexing so-called microcomputers. Yes. In this control device, the same data is input to each microcomputer, and abnormality is detected by comparing data output as calculation results, thereby improving control reliability.

しかしながら、マイコンを多重化した上記の制御装置では、異常検出のために同機能のマイコンが2個必要になるので、回路規模が大きくなってコストが高くなるという問題があった。   However, in the above-described control device in which microcomputers are multiplexed, two microcomputers having the same function are required for detecting an abnormality, so that there is a problem that the circuit scale increases and the cost increases.

そこで、上記の問題を解決するために、図11に示すような制御装置が提案されている。図11において、この制御装置は、マイコンと監視機能に特化した監視回路とを備えている。マイコンには、異常検出のための演算処理機能が、マイコン本来の演算処理とは別に設けられ、監視回路には、マイコンの異常検出のための演算処理を実現するために必要な演算命令を実行する演算回路部が設けられている(例えば、特許文献1参照)。   In order to solve the above problem, a control device as shown in FIG. 11 has been proposed. In FIG. 11, the control device includes a microcomputer and a monitoring circuit specialized for the monitoring function. The microcomputer has an arithmetic processing function for detecting abnormalities separately from the original arithmetic processing of the microcomputer, and the monitoring circuit executes arithmetic instructions necessary to realize arithmetic processing for detecting abnormalities in the microcomputer. An arithmetic circuit unit is provided (see, for example, Patent Document 1).

この制御装置では、マイコンおよび監視回路に、同一の設定データに基づく同一の演算処理を実行させ、演算結果として出力されるデータどうしを比較し、両者の差に基づいて異常検出を行っている。
これにより、同機能のマイコンを2個使用することなく、小さな回路規模で、かつ低コストで異常検出を行うことができる。
In this control device, the microcomputer and the monitoring circuit execute the same calculation process based on the same setting data, compare data output as calculation results, and perform abnormality detection based on the difference between the two.
Thereby, it is possible to detect an abnormality with a small circuit scale and at a low cost without using two microcomputers having the same function.

特許第3729893号公報Japanese Patent No. 3729893

しかしながら、従来技術には、以下のような課題がある。
特許文献1に記載の制御装置では、マイコンと同等の演算能力で異常検出のための演算処理を行う監視回路を、マイコン外部に設ける必要があるので、同機能のマイコンを2個使用する場合ほどではないが、コストが高くなるという問題がある。
さらに、マイコンが本来実施すべき演算処理とは別の異常検出のための演算処理によって異常検出を行うので、マイコン自体の異常検出はできるが、マイコンがマイコン本来の処理を実行しているときの異常検出を行うことができず、本来の処理への信頼性は確保されないという問題もある。
However, the prior art has the following problems.
In the control device described in Patent Document 1, it is necessary to provide a monitoring circuit that performs arithmetic processing for detecting an abnormality with the same computing ability as a microcomputer. However, there is a problem that the cost becomes high.
Furthermore, because the abnormality is detected by an arithmetic process for detecting an abnormality that is different from the arithmetic process that the microcomputer should originally perform, the abnormality of the microcomputer itself can be detected, but when the microcomputer is executing the original processing of the microcomputer There is also a problem that the abnormality detection cannot be performed and the reliability of the original processing is not ensured.

この発明は、上記のような課題を解決するためになされたものであり、マイコン本来の処理への信頼性を確保しながら、コストを低減することができる制御システムを得ることを目的とする。   The present invention has been made to solve the above-described problems, and an object of the present invention is to obtain a control system capable of reducing the cost while ensuring the reliability of the original processing of the microcomputer.

この発明に係る制御システムは、送信時の通信状況に応じて送信可否が決定されるネットワークにそれぞれ接続され、互いに異なる対象を制御する複数の制御装置を備えた制御システムであって、第1の制御装置の制御対象に対する制御のうち、重要度の高い制御である重要制御に関する制御量を演算するための制御量演算手順を、第1の制御装置と第2以降の制御装置のうちの少なくとも1つとがそれぞれ記憶し、第1の制御装置は、自身が演算した重要制御に関する制御量と、第2以降の制御装置で演算された重要制御に関する制御量とを比較し、比較結果に応じて自身の制御対象を制御し、第1の制御装置と第2以降の制御装置との間で重要制御に関するデータを送受信するとき、重要制御に関するデータを送信する制御装置は、他の制御装置からのデータの送信を停止させた後に重要制御に関するデータを送信するものである。   The control system according to the present invention is a control system including a plurality of control devices that are respectively connected to networks that are determined as to whether transmission is possible or not according to the communication status at the time of transmission, and that control different objects. A control amount calculation procedure for calculating a control amount related to an important control that is a highly important control among the controls for the control target of the control device is at least one of the first control device and the second and subsequent control devices. The first control device compares the control amount related to the important control calculated by itself and the control amount related to the important control calculated by the second and subsequent control devices, and determines the own control according to the comparison result. When the control object is controlled and data related to the important control is transmitted / received between the first control device and the second and subsequent control devices, the control device that transmits the data related to the important control It is intended to transmit data on key control after stopping the transmission of data from the control device.

この発明に係る制御システムによれば、送信時の通信状況に応じて送信可否が決定されるネットワークに接続された第1の制御装置と第2以降の制御装置のうちの少なくとも1つとは、第1の制御装置の制御対象に対する制御のうち、重要度の高い制御である重要制御に関する制御量を演算するための制御量演算手順をそれぞれ記憶し、第1の制御装置は、自身が演算した重要制御に関する制御量と、第2以降の制御装置で演算された重要制御に関する制御量とを比較し、比較結果に応じて自身の制御対象を制御し、第1の制御装置と第2以降の制御装置との間で重要制御に関するデータを送受信するとき、重要制御に関するデータを送信する制御装置は、他の制御装置からのデータの送信を停止させた後に重要制御に関するデータを送信する。
そのため、制御装置内に同機能のマイコンを2個設けたり、監視回路を設けたりすることなく、かつ送信時のネットワーク通信状況に左右されることなく、第1の制御装置で演算された重要制御に関する制御量と、第2以降の制御装置で演算された重要制御に関する制御量とを比較検証することにより、マイコン本来の処理への信頼性を確保しながら、コストを低減することができる制御システムを得ることができる。
According to the control system of the present invention, at least one of the first control device and the second and subsequent control devices connected to the network whose transmission is determined according to the communication status at the time of transmission is the first The control amount calculation procedure for calculating the control amount related to the important control which is the control with high importance among the control on the control target of the one control device is stored, and the first control device calculates the important amount calculated by itself. The control amount related to the control and the control amount related to the important control calculated by the second and subsequent control devices are compared, the control target is controlled according to the comparison result, and the first control device and the second and subsequent controls are controlled. When data related to important control is transmitted / received to / from the device, the control device that transmits data related to important control transmits data related to important control after stopping transmission of data from other control devices. .
Therefore, important control calculated by the first control device without providing two microcomputers of the same function in the control device, providing a monitoring circuit, and not depending on the network communication status at the time of transmission. A control system that can reduce costs while ensuring reliability of the original processing of the microcomputer by comparing and verifying the control amount related to the control amount and the control amount related to the important control calculated by the second and subsequent control devices Can be obtained.

この発明の実施の形態1に係る制御システムを示すブロック構成図である。It is a block block diagram which shows the control system which concerns on Embodiment 1 of this invention. 図1のエンジン制御装置の記憶手段を詳細に示す説明図である。It is explanatory drawing which shows the memory | storage means of the engine control apparatus of FIG. 1 in detail. 図1のメータ制御装置の記憶手段を詳細に示す説明図である。It is explanatory drawing which shows the memory | storage means of the meter control apparatus of FIG. 1 in detail. この発明の実施の形態1に係る制御システムの動作を示すタイミングチャートである。It is a timing chart which shows operation | movement of the control system which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係る制御システムの別の動作を示すタイミングチャートである。It is a timing chart which shows another operation | movement of the control system which concerns on Embodiment 1 of this invention. この発明の実施の形態2に係る制御システムを示すブロック構成図である。It is a block block diagram which shows the control system which concerns on Embodiment 2 of this invention. 図6のエンジン制御装置の記憶手段を詳細に示す説明図である。It is explanatory drawing which shows the memory | storage means of the engine control apparatus of FIG. 6 in detail. 図6のAT制御装置の記憶手段を詳細に示す説明図である。It is explanatory drawing which shows the memory | storage means of the AT control apparatus of FIG. 6 in detail. この発明の実施の形態2に係る制御システムの動作を示すタイミングチャートである。It is a timing chart which shows operation | movement of the control system which concerns on Embodiment 2 of this invention. 従来の制御装置を示すブロック構成図である。It is a block block diagram which shows the conventional control apparatus. 従来の制御装置を示す別のブロック構成図である。It is another block block diagram which shows the conventional control apparatus.

以下、この発明の制御システムの好適な実施の形態につき図面を用いて説明するが、各図において同一、または相当する部分については、同一符号を付して説明する。
なお、以下の実施の形態では、この制御システムが車両に搭載されている場合について説明する。
Hereinafter, preferred embodiments of the control system of the present invention will be described with reference to the drawings. In the drawings, the same or corresponding parts will be described with the same reference numerals.
In the following embodiment, a case where this control system is mounted on a vehicle will be described.

実施の形態1.
図1は、この発明の実施の形態1に係る制御システムを示すブロック構成図である。
図1において、この制御システムは、車載ネットワーク10(以下、「ネットワーク10」と称する)と、ネットワーク10に接続されたエンジン制御装置20(第1の制御装置)およびメータ制御装置30(第2の制御装置)とを含んでいる。また、エンジン制御装置20およびメータ制御装置30は、それぞれ制御対象であるエンジンユニット200およびメータユニット300と接続されている。
Embodiment 1 FIG.
1 is a block diagram showing a control system according to Embodiment 1 of the present invention.
In FIG. 1, this control system includes an in-vehicle network 10 (hereinafter referred to as “network 10”), an engine control device 20 (first control device) and a meter control device 30 (second control) connected to the network 10. Control device). Further, the engine control device 20 and the meter control device 30 are connected to an engine unit 200 and a meter unit 300, which are controlled objects, respectively.

ここで、ネットワーク10として、CSMA/CA(Carrier Sence Multiple Accsess/Collision Avoidance)方式を、ネットワークへの接続方法に採用したプロトコルであるCAN(Controller Area Network)(国際規格ISO11898)に準拠した通信(以下、「CAN通信」と称する)を行うCANネットワークを用いる。   Here, as the network 10, communication conforming to CAN (Controller Area Network) (international standard ISO 11898), which is a protocol adopting the CSMA / CA (Carrier Sense Multiple Access / Collaboration Aidance) method as a connection method to the network (hereinafter referred to as ISO 11898). , Referred to as “CAN communication”).

このCANネットワークでは、接続されたノードが通信していない場合に、全てのノードが送信を開始することができ、同時に送信が行われたときには、送信データの優先度により調停が行われる。すなわち、CANネットワークは、送信時の通信状況に応じて送信可否が決定されるネットワークである。また、CAN通信は公知の技術なので、詳細な説明を省略する。
なお、ネットワークは、上記のものに限定されず、ネットワークへの接続方法にCSMA/CA方式やこれに類似した方式を採用したプロトコルを使用するネットワークであれば、他のネットワークであってもよい。
In this CAN network, when the connected nodes are not communicating, all the nodes can start transmission, and when transmission is performed at the same time, arbitration is performed according to the priority of transmission data. In other words, the CAN network is a network in which whether or not transmission is possible is determined according to the communication status at the time of transmission. Moreover, since CAN communication is a well-known technique, detailed description is abbreviate | omitted.
Note that the network is not limited to the above, and may be any other network as long as it uses a protocol that employs the CSMA / CA method or a method similar to this method for connecting to the network.

続いて、エンジン制御装置20の構成および機能について説明する。
エンジン制御装置20は、データ送受信手段21と、送信停止/停止解除指示手段22(第1送信停止/停止解除指示手段)と、記憶手段23(第1記憶手段)と、データ収集手段24と、制御量演算手段25(第1制御量演算手段)と、比較手段26と、エンジン制御手段27(制御手段)とを有している。また、制御量演算手段25は、マイコンで構成されている。
また、エンジン制御装置20は、上記の各手段以外にも必要な構成物を有しているが、この実施の形態1に直接関係しないので、その説明を省略する。
Next, the configuration and function of the engine control device 20 will be described.
The engine control device 20 includes a data transmission / reception means 21, a transmission stop / stop release instruction means 22 (first transmission stop / stop release instruction means), a storage means 23 (first storage means), a data collection means 24, Control amount calculation means 25 (first control amount calculation means), comparison means 26, and engine control means 27 (control means) are provided. Further, the control amount calculation means 25 is constituted by a microcomputer.
Further, the engine control device 20 has necessary components in addition to the above-described means, but the description thereof is omitted because it is not directly related to the first embodiment.

データ送受信手段21は、ネットワーク10を介して、ネットワーク10に接続された他の制御装置(メータ制御装置30を含む)とデータを送受信する。送信停止/停止解除指示手段22は、ネットワーク10に接続された他の全ての制御装置(メータ制御装置30を含む)に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示をネットワーク10経由で送信する。記憶手段23は、後述する様々なデータを記憶する。   The data transmission / reception means 21 transmits / receives data to / from other control devices (including the meter control device 30) connected to the network 10 via the network 10. The transmission stop / stop cancellation instructing means 22 instructs all other control devices (including the meter control device 30) connected to the network 10 to stop data transmission or cancel the data transmission stop. An instruction is transmitted via the network 10. The storage means 23 stores various data that will be described later.

データ収集手段24は、エンジン制御のために必要なデータ(第1制御用データ)を収集する。制御量演算手段25は、後述する処理手順に基づいて、エンジン制御に必要な制御量を演算する。比較手段26は、制御量演算手段25で演算された制御量と、ネットワーク10に接続された他の制御装置(メータ制御装置30を含む)から受信した制御量とを比較する。エンジン制御手段27は、演算された制御量に基づいて、エンジンユニット200の制御を実行する。   The data collection unit 24 collects data (first control data) necessary for engine control. The control amount calculation means 25 calculates a control amount necessary for engine control based on a processing procedure described later. The comparison unit 26 compares the control amount calculated by the control amount calculation unit 25 with the control amount received from another control device (including the meter control device 30) connected to the network 10. The engine control means 27 executes control of the engine unit 200 based on the calculated control amount.

次に、図2を参照しながら、エンジン制御装置20の記憶手段23について、詳細に説明する。
図2において、記憶手段23は、あらかじめ記憶されたデータ以外のデータを記憶することができないROMエリア230と、データの記憶が可能なRAMエリア240とに分類される。
Next, the storage means 23 of the engine control device 20 will be described in detail with reference to FIG.
In FIG. 2, the storage means 23 is classified into a ROM area 230 that cannot store data other than pre-stored data and a RAM area 240 that can store data.

ROMエリア230は、その他のROMデータ231と、第1のエンジン重要制御(第1の重要制御)の制御量演算手順232(第1制御量演算手順)と、エンジン通常制御の制御量演算手順233と、空き領域234とから構成されている。
ここで、その他のROMデータ231および空き領域234は、この実施の形態1に直接関係しないので、その説明を省略する。
The ROM area 230 includes other ROM data 231, a control amount calculation procedure 232 (first control amount calculation procedure) for first engine important control (first important control), and a control amount calculation procedure 233 for engine normal control. And a free area 234.
Here, since the other ROM data 231 and the empty area 234 are not directly related to the first embodiment, the description thereof is omitted.

第1のエンジン重要制御の制御量演算手順232は、第1のエンジン重要制御に関する制御量の演算手順を示すものであり、エンジン通常制御の制御量演算手順233は、エンジンの通常制御に関する制御量の演算手順を示すものである。
なお、第1のエンジン重要制御とは、演算結果によって車両、ドライバ、車両周囲等を危険にさらす恐れのある制御であり、高い信頼性が求められる制御を指している。
The control amount calculation procedure 232 for the first engine important control shows the control amount calculation procedure for the first engine important control, and the control amount calculation procedure 233 for engine normal control is the control amount related to normal engine control. This shows the calculation procedure.
Note that the first engine important control is a control that may endanger the vehicle, the driver, the vehicle surroundings, and the like depending on the calculation result, and refers to a control that requires high reliability.

また、RAMエリア240は、その他のRAMデータ241と、空き領域242と、演算に必要なデータ記憶領域243と、空き領域244とから構成されている。
ここで、その他のRAMデータ241、空き領域242および空き領域244は、この実施の形態1に直接関係しないので、その説明を省略する。
演算に必要なデータ記憶領域243は、第1のエンジン重要制御に関する制御量の演算に必要なデータを記憶しておく領域である。
The RAM area 240 is composed of other RAM data 241, a free area 242, a data storage area 243 necessary for calculation, and a free area 244.
Here, the other RAM data 241, the free area 242 and the free area 244 are not directly related to the first embodiment, and thus the description thereof is omitted.
The data storage area 243 required for calculation is an area for storing data required for calculation of the control amount related to the first engine important control.

続いて、図1に戻って、メータ制御装置30の構成および機能について説明する。
メータ制御装置30は、データ送受信手段31と、送信停止/停止解除指示手段32(第2送信停止/停止解除指示手段)と、記憶手段33(第2記憶手段)と、データ保存手段34と、制御量演算手段35(第2制御量演算手段)と、メータ制御手段36とを有している。また、制御量演算手段35は、マイコンで構成されている。
また、メータ制御装置30は、上記の各手段以外にも必要な構成物を有しているが、この実施の形態1に直接関係しないので、その説明を省略する。
Next, returning to FIG. 1, the configuration and function of the meter control device 30 will be described.
The meter control device 30 includes a data transmission / reception unit 31, a transmission stop / stop release instruction unit 32 (second transmission stop / stop release instruction unit), a storage unit 33 (second storage unit), a data storage unit 34, Control amount calculation means 35 (second control amount calculation means) and meter control means 36 are provided. Further, the control amount calculation means 35 is constituted by a microcomputer.
Further, the meter control device 30 has necessary components in addition to the above-described means, but the description thereof is omitted because it is not directly related to the first embodiment.

データ送受信手段31は、ネットワーク10を介して、ネットワーク10に接続された他の制御装置(エンジン制御装置20を含む)とデータを送受信する。送信停止/停止解除指示手段32は、ネットワーク10に接続された他の全ての制御装置(エンジン制御装置20を含む)に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示をネットワーク10経由で送信する。記憶手段33は、後述する様々なデータを記憶する。   The data transmission / reception means 31 transmits / receives data to / from other control devices (including the engine control device 20) connected to the network 10 via the network 10. The transmission stop / stop release instructing means 32 instructs all other control devices (including the engine control device 20) connected to the network 10 to stop data transmission or release the data transmission stop. An instruction is transmitted via the network 10. The storage means 33 stores various data described later.

データ保存手段34は、エンジン制御装置20から受信した第1のエンジン重要制御に関する制御量の演算に必要なデータを記憶手段33に記憶させる。制御量演算手段35は、後述する処理手順に基づいて、メータ制御およびエンジン制御に必要な制御量を演算する。メータ制御手段36は、演算された制御量に基づいて、メータユニット300の制御を実行する。   The data storage unit 34 causes the storage unit 33 to store data necessary for calculation of the control amount related to the first engine important control received from the engine control device 20. The control amount calculation means 35 calculates a control amount necessary for meter control and engine control based on a processing procedure described later. The meter control means 36 controls the meter unit 300 based on the calculated control amount.

次に、図3を参照しながら、メータ制御装置30の記憶手段33について、詳細に説明する。
図3において、記憶手段33は、あらかじめ記憶されたデータ以外のデータを記憶することができないROMエリア330と、データの記憶が可能なRAMエリア340とに分類される。
Next, the storage means 33 of the meter control device 30 will be described in detail with reference to FIG.
In FIG. 3, the storage means 33 is classified into a ROM area 330 that cannot store data other than data stored in advance, and a RAM area 340 that can store data.

ROMエリア330は、その他のROMデータ331と、第1のエンジン重要制御の制御量演算手順232と、メータ制御の制御量演算手順333と、空き領域334とから構成されている。
ここで、その他のROMデータ331および空き領域334は、この実施の形態1に直接関係しないので、その説明を省略する。
The ROM area 330 includes other ROM data 331, a control amount calculation procedure 232 for the first engine important control, a control amount calculation procedure 333 for meter control, and a free area 334.
Here, the other ROM data 331 and the empty area 334 are not directly related to the first embodiment, and thus the description thereof is omitted.

第1のエンジン重要制御の制御量演算手順232は、第1のエンジン重要制御に関する制御量の演算手順を示すものであり、記憶手段23と記憶手段33とで互いに同じものを記憶している。メータ制御の制御量演算手順333は、メータの制御に関する制御量の演算手順を示すものである。   The control amount calculation procedure 232 for the first engine important control shows the control amount calculation procedure for the first engine important control, and the storage means 23 and the storage means 33 store the same one. The control amount calculation procedure 333 for meter control indicates a control amount calculation procedure related to meter control.

また、RAMエリア340は、その他のRAMデータ341と、空き領域342と、演算に必要なデータ記憶領域343と、その他のRAMデータ344と、空き領域345とから構成されている。
ここで、その他のRAMデータ341、空き領域342、その他のRAMデータ344および空き領域345は、この実施の形態1に直接関係しないので、その説明を省略する。
演算に必要なデータ記憶領域343は、第1のエンジン重要制御に関する制御量の演算に必要なデータを記憶しておく領域である。
The RAM area 340 includes other RAM data 341, a free area 342, a data storage area 343 necessary for calculation, other RAM data 344, and a free area 345.
Here, the other RAM data 341, the empty area 342, the other RAM data 344, and the empty area 345 are not directly related to the first embodiment, and thus the description thereof is omitted.
The data storage area 343 required for calculation is an area for storing data required for calculation of the control amount related to the first engine important control.

なお、図1において、データ送受信手段21とデータ送受信手段31とは、互いに同じものを用いてもよい。また同様に、図1において、送信停止/停止解除指示手段22と送信停止/停止解除指示手段32とは、互いに同じものを用いてもよい。   In FIG. 1, the same data transmission / reception means 21 and data transmission / reception means 31 may be used. Similarly, in FIG. 1, the transmission stop / stop cancellation instructing means 22 and the transmission stop / stop cancellation instructing means 32 may be the same as each other.

以下、図4のタイミングチャートを参照しながら、この発明の実施の形態1に係る制御システムの動作について説明する。ここでは、第1のエンジン重要制御に関する処理について説明する。
図4において、横軸は、エンジン制御装置20の時間の流れを示すエンジン制御装置時間、およびメータ制御装置30の時間の流れを示すメータ制御装置時間を示している。
The operation of the control system according to Embodiment 1 of the present invention will be described below with reference to the timing chart of FIG. Here, processing related to the first engine important control will be described.
In FIG. 4, the horizontal axis indicates the engine control device time indicating the time flow of the engine control device 20 and the meter control device time indicating the time flow of the meter control device 30.

また、図4において、エンジン制御装置20は、処理11から処理22までの処理を実行する。また、メータ制御装置30は、処理31から処理39までの処理を実行する。
ここで、処理11から処理22まで、および処理31から処理39までの全ての処理は、第1の重要制御段階の処理である。
なお、第1の重要制御段階の処理は、第1のエンジン重要制御に関する処理の度に、繰り返し実行される。
In FIG. 4, the engine control device 20 executes processes from process 11 to process 22. In addition, the meter control device 30 executes processing from processing 31 to processing 39.
Here, all the processes from the process 11 to the process 22 and from the process 31 to the process 39 are processes in the first important control stage.
The process in the first important control stage is repeatedly executed every time the process related to the first engine important control is performed.

続いて、エンジン制御装置20による処理11から処理22までの処理について説明する。
処理11では、データ収集手段24が、第1のエンジン重要制御に関する制御量の演算に必要なデータを収集し、収集したデータを記憶手段23の演算に必要なデータ記憶領域243に記憶させる。
Next, processing from processing 11 to processing 22 by the engine control device 20 will be described.
In the process 11, the data collection unit 24 collects data necessary for calculation of the control amount related to the first engine important control, and stores the collected data in the data storage area 243 necessary for calculation of the storage unit 23.

処理12では、送信停止/停止解除指示手段22が、ネットワーク10に接続された他の全ての制御装置に対して、データの送信を停止させる指示(以下、「送信停止指示」と称する)をネットワーク10経由で送信する。
処理13では、データ送受信手段21が、送信停止/停止解除指示手段22からの送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
処理14では、データ送受信手段21が、第1のエンジン重要制御に関する制御量の演算に必要なデータをメータ制御装置30に送信する。
In process 12, the transmission stop / stop cancellation instructing means 22 sends an instruction to stop data transmission to all other control devices connected to the network 10 (hereinafter referred to as "transmission stop instruction"). 10 to send.
In the process 13, the data transmission / reception means 21 stops the transmission of data not related to the first engine important control according to the transmission stop instruction from the transmission stop / stop release instruction means 22.
In process 14, the data transmission / reception means 21 transmits data necessary for calculating the control amount related to the first engine important control to the meter control device 30.

処理15では、データ送受信手段21が、ネットワーク10経由で送信停止/停止解除指示手段32から受信したデータの送信停止を解除させる指示(以下、「停止解除指示」と称する)に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
処理16では、制御量演算手段25が、記憶手段23に記憶された第1のエンジン重要制御に関する制御量の演算に必要なデータと、第1のエンジン重要制御の制御量演算手順232とに基づいて、第1のエンジン重要制御に関する制御量を演算する。
In the process 15, the data transmission / reception means 21 follows the instruction (hereinafter referred to as “stop cancellation instruction”) for canceling the transmission stop of the data received from the transmission stop / stop cancellation instruction means 32 via the network 10. Resume data transmission not related to critical control.
In the process 16, the control amount calculation means 25 is based on the data necessary for calculating the control amount related to the first engine important control stored in the storage means 23 and the control amount calculation procedure 232 of the first engine important control. Thus, the control amount related to the first engine important control is calculated.

処理17では、データ送受信手段21が、ネットワーク10経由で送信停止/停止解除指示手段32から受信した送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
処理18では、データ送受信手段21が、メータ制御装置30から送信された第1のエンジン重要制御に関する制御量を受信する。
In process 17, the data transmission / reception means 21 stops the transmission of data not related to the first engine important control according to the transmission stop instruction received from the transmission stop / stop release instruction means 32 via the network 10.
In process 18, the data transmission / reception means 21 receives the control amount related to the first engine important control transmitted from the meter control device 30.

処理19では、送信停止/停止解除指示手段22が、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
処理20では、データ送受信手段21が、送信停止/停止解除指示手段22からの停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
In process 19, the transmission stop / stop cancellation instructing means 22 transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
In the process 20, the data transmission / reception means 21 resumes the transmission of data not related to the first engine important control in accordance with the stop cancellation instruction from the transmission stop / stop cancellation instruction means 22.

処理21では、比較手段26が、処理16で演算された第1のエンジン重要制御に関する制御量と、処理18で受信した第1のエンジン重要制御に関する制御量とを比較し、両者が同じ値である場合には、この第1のエンジン重要制御に関する制御量をエンジン制御手段27に出力し、両者が異なる場合には、制御量が互いに異なる旨をエンジン制御手段27に出力する。   In the process 21, the comparison unit 26 compares the control amount related to the first engine important control calculated in the process 16 with the control quantity related to the first engine important control received in the process 18, and both are the same value. In some cases, the control amount related to the first important engine control is output to the engine control means 27. If the two are different, the fact that the control amounts are different from each other is output to the engine control means 27.

処理22では、エンジン制御手段27が、比較手段26での比較結果に応じてエンジンユニット200の制御を実行する。具体的には、エンジン制御手段27は、比較手段26から第1のエンジン重要制御に関する制御量が入力された場合には、この制御量に応じてエンジンユニット200の制御を実行し、比較手段26から制御量が互いに異なる旨が入力された場合には、エンジンユニット200の制御を実行しない。   In the process 22, the engine control unit 27 controls the engine unit 200 according to the comparison result in the comparison unit 26. Specifically, when a control amount related to the first engine important control is input from the comparison unit 26, the engine control unit 27 executes control of the engine unit 200 according to the control amount, and the comparison unit 26. When the fact that the control amounts are different from each other is input, the control of the engine unit 200 is not executed.

次に、メータ制御装置30による処理31から処理39までの処理について説明する。
処理31では、データ送受信手段31が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
処理32では、データ送受信手段31が、エンジン制御装置20から送信された第1のエンジン重要制御に関する制御量の演算に必要なデータを受信し、データ保存手段34が、受信したデータを記憶手段33の演算に必要なデータ記憶領域343に記憶させる。
Next, processing from processing 31 to processing 39 by the meter control device 30 will be described.
In the process 31, the data transmission / reception means 31 stops the transmission of data not related to the first engine important control according to the transmission stop instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.
In the process 32, the data transmission / reception means 31 receives data necessary for calculation of the control amount related to the first engine important control transmitted from the engine control device 20, and the data storage means 34 stores the received data in the storage means 33. Are stored in the data storage area 343 necessary for the above calculation.

処理33では、送信停止/停止解除指示手段32が、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
処理34では、データ送受信手段31が、送信停止/停止解除指示手段32からの停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
In the process 33, the transmission stop / stop cancellation instructing means 32 transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
In the process 34, the data transmission / reception means 31 resumes the transmission of data not related to the first engine important control in accordance with the stop cancellation instruction from the transmission stop / stop cancellation instruction means 32.

処理35では、制御量演算手段35が、記憶手段33に記憶された第1のエンジン重要制御に関する制御量の演算に必要なデータと、第1のエンジン重要制御の制御量演算手順232とに基づいて、第1のエンジン重要制御に関する制御量を演算する。
処理36では、送信停止/停止解除指示手段32が、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
In the process 35, the control amount calculating means 35 is based on the data required for calculating the control amount related to the first engine important control stored in the storage means 33 and the control amount calculating procedure 232 for the first engine important control. Thus, the control amount related to the first engine important control is calculated.
In the process 36, the transmission stop / stop release instructing means 32 transmits a transmission stop instruction to all other control devices connected to the network 10 via the network 10.

処理37では、データ送受信手段31が、送信停止/停止解除指示手段32からの送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
処理38では、データ送受信手段31が、処理35で演算された第1のエンジン重要制御に関する制御量をエンジン制御装置20に送信する。
処理39では、データ送受信手段31が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
In the process 37, the data transmission / reception means 31 stops transmission of data not related to the first engine important control in accordance with the transmission stop instruction from the transmission stop / stop release instruction means 32.
In process 38, the data transmission / reception means 31 transmits the control amount related to the first engine important control calculated in process 35 to the engine control device 20.
In the process 39, the data transmission / reception means 31 resumes the transmission of data not related to the first engine important control in accordance with the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.

なお、エンジン制御装置20による処理16およびメータ制御装置30による処理35を開始する時間タイミングは、それぞれ処理15および処理34において停止解除指示を受信してから、あらかじめ決められた所定時間が経過した後とする。このように時間タイミングを同期させることにより、処理16および処理35を同じ時間タイミングで実行することができる。   The timing for starting the processing 16 by the engine control device 20 and the processing 35 by the meter control device 30 is after a predetermined time has elapsed after receiving the stop release instruction in the processing 15 and processing 34, respectively. And By synchronizing the time timing in this way, the process 16 and the process 35 can be executed at the same time timing.

図4に示したタイミングチャートにおいては、この実施の形態1の特徴部分を明確にするために、第1のエンジン重要制御に関する処理のみを示している。しかしながら、実際はこの限りではなく、エンジン制御装置20では、エンジンの通常制御に関する処理が、メータ制御装置30では、メータの制御に関する処理が、それぞれ存在する。これらの処理は、第1のエンジン重要制御に関する処理を実行しない時間において、それぞれ実行される。   In the timing chart shown in FIG. 4, only the processing related to the first engine important control is shown in order to clarify the characteristic part of the first embodiment. However, the present invention is not limited to this. The engine control device 20 includes processing related to normal engine control, and the meter control device 30 includes processing related to meter control. These processes are respectively executed during a time when the process related to the first engine important control is not executed.

続いて、制御量演算手段25および制御量演算手段35にともに異常がなく、第1のエンジン重要制御に関する制御量が正確に演算される場合の制御システムの動作を、図4のタイミングチャートにしたがって説明する。   Subsequently, the operation of the control system in the case where there is no abnormality in both the control amount calculation means 25 and the control amount calculation means 35 and the control amount related to the first engine important control is accurately calculated according to the timing chart of FIG. explain.

まず、時刻t1において、データ収集手段24が処理11を実行し、記憶手段23の演算に必要なデータ記憶領域243に、第1のエンジン重要制御に関する制御量の演算に必要なデータを記憶させる。
続いて、時刻t2において、送信停止/停止解除指示手段22が処理12を実行し、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
First, at time t <b> 1, the data collection unit 24 executes the process 11 and stores data necessary for calculation of the control amount related to the first engine important control in the data storage area 243 necessary for calculation of the storage unit 23.
Subsequently, at time t <b> 2, the transmission stop / stop cancellation instructing unit 22 executes the process 12, and transmits a transmission stop instruction via the network 10 to all other control devices connected to the network 10.

次に、時刻t3において、データ送受信手段21およびデータ送受信手段31がそれぞれ処理13および処理31を同時に実行し、送信停止/停止解除指示手段22からの送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
続いて、時刻t4において、データ送受信手段21が処理14を実行し、第1のエンジン重要制御に関する制御量の演算に必要なデータを、ネットワーク10経由でメータ制御装置30に送信する。
Next, at time t3, the data transmission / reception means 21 and the data transmission / reception means 31 simultaneously execute the processing 13 and the processing 31, respectively, and according to the transmission stop instruction from the transmission stop / stop cancellation instruction means 22, the first engine important control is performed. Stop sending unrelated data.
Subsequently, at time t <b> 4, the data transmitting / receiving unit 21 executes the process 14, and transmits data necessary for calculating the control amount related to the first engine important control to the meter control device 30 via the network 10.

次に、時刻t5において、データ送受信手段31およびデータ保存手段34が処理32を実行し、受信した第1のエンジン重要制御に関する制御量の演算に必要なデータを、記憶手段33の演算に必要なデータ記憶領域343に記憶させる。
続いて、時刻t6において、送信停止/停止解除指示手段32が処理33を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
Next, at time t5, the data transmission / reception unit 31 and the data storage unit 34 execute the process 32, and the data necessary for the calculation of the received control amount related to the first engine important control is necessary for the calculation of the storage unit 33. The data is stored in the data storage area 343.
Subsequently, at time t <b> 6, the transmission stop / stop cancellation instructing unit 32 executes process 33, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.

次に、時刻t7において、データ送受信手段21およびデータ送受信手段31がそれぞれ処理15および処理34を同時に実行し、送信停止/停止解除指示手段32からの停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。   Next, at time t7, the data transmission / reception means 21 and the data transmission / reception means 31 simultaneously execute processing 15 and processing 34, respectively, and according to the stop cancellation instruction from the transmission stop / stop cancellation instruction means 32, the first engine important control is performed. Restart sending unrelated data.

続いて、時刻t8において、制御量演算手段25が処理16を、制御量演算手段35が処理35を、上述した時間タイミングを同期させる方法により同時に実行する。制御量演算手段25および制御量演算手段35は、それぞれ記憶手段23および記憶手段33に記憶された第1のエンジン重要制御に関する制御量の演算に必要なデータと、第1のエンジン重要制御の制御量演算手順232とに基づいて、第1のエンジン重要制御に関する制御量を演算する。   Subsequently, at time t8, the control amount calculation unit 25 executes the process 16 and the control amount calculation unit 35 executes the process 35 simultaneously by the above-described method of synchronizing the timings. The control amount calculation means 25 and the control amount calculation means 35 are data necessary for calculating the control amount related to the first engine important control stored in the storage means 23 and the storage means 33, respectively, and the control of the first engine important control. Based on the amount calculation procedure 232, a control amount related to the first engine important control is calculated.

次に、時刻t9において、送信停止/停止解除指示手段32が処理36を実行し、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
続いて、時刻t10において、データ送受信手段21およびデータ送受信手段31がそれぞれ処理17および処理37を同時に実行し、送信停止/停止解除指示手段32からの送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
Next, at time t <b> 9, the transmission stop / stop cancellation instructing unit 32 executes the process 36 and transmits a transmission stop instruction via the network 10 to all other control devices connected to the network 10.
Subsequently, at time t10, the data transmission / reception means 21 and the data transmission / reception means 31 simultaneously execute processing 17 and processing 37, respectively, and according to the transmission stop instruction from the transmission stop / stop cancellation instruction means 32, the first engine important control is performed. Stop sending unrelated data.

次に、時刻t11において、データ送受信手段31が処理38を実行し、処理35で演算された第1のエンジン重要制御に関する制御量を、ネットワーク10経由でエンジン制御装置20に送信する。
続いて、時刻t12において、データ送受信手段21が処理18を実行し、メータ制御装置30からネットワーク10経由で送信された第1のエンジン重要制御に関する制御量を受信する。
Next, at time t <b> 11, the data transmission / reception unit 31 executes the process 38, and transmits the control amount related to the first engine important control calculated in the process 35 to the engine control device 20 via the network 10.
Subsequently, at time t <b> 12, the data transmission / reception unit 21 executes the process 18 and receives the control amount related to the first engine important control transmitted from the meter control device 30 via the network 10.

次に、時刻t13において、送信停止/停止解除指示手段22が処理19を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
続いて、時刻t14において、データ送受信手段21およびデータ送受信手段31がそれぞれ処理20および処理39を同時に実行し、送信停止/停止解除指示手段22からの停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
Next, at time t <b> 13, the transmission stop / stop cancellation instructing unit 22 executes the process 19, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
Subsequently, at time t14, the data transmission / reception means 21 and the data transmission / reception means 31 simultaneously execute the processing 20 and the processing 39, respectively, and according to the stop cancellation instruction from the transmission stop / stop cancellation instruction means 22, the first engine important control is performed. Restart sending unrelated data.

次に、時刻t15において、比較手段26が処理21を実行し、処理16で演算された第1のエンジン重要制御に関する制御量と、処理18で受信した第1のエンジン重要制御に関する制御量とを比較する。ここでは、制御量演算手段25および制御量演算手段35の何れにも異常がないので、それぞれの第1のエンジン重要制御に関する制御量は、互いに同じ値になり、比較手段26は、この第1のエンジン重要制御に関する制御量をエンジン制御手段27に出力する。   Next, at time t15, the comparison unit 26 executes the process 21, and the control amount related to the first engine important control calculated in the process 16 and the control quantity related to the first engine important control received in the process 18 are obtained. Compare. Here, since there is no abnormality in any of the control amount calculation means 25 and the control amount calculation means 35, the control amounts related to the respective first engine important controls have the same value. The control amount related to the engine important control is output to the engine control means 27.

続いて、時刻t16において、エンジン制御手段27が処理22を実行し、比較手段26から第1のエンジン重要制御に関する制御量が入力されるので、この制御量に応じてエンジンユニット200の制御を実行する。   Subsequently, at time t <b> 16, the engine control unit 27 executes the process 22, and the control amount related to the first engine important control is input from the comparison unit 26, so that the engine unit 200 is controlled according to this control amount. To do.

次に、制御量演算手段25および制御量演算手段35の何れかに異常がある場合の制御システムの動作を、図4のタイミングチャートにしたがって説明する。
なお、第1の重要制御段階における時刻t1から時刻t7までの処理は、上述した制御量演算手段25および制御量演算手段35に異常がない場合の処理と同様なので、説明を省略する。
Next, the operation of the control system when there is an abnormality in either the control amount calculation means 25 or the control amount calculation means 35 will be described with reference to the timing chart of FIG.
Note that the processing from the time t1 to the time t7 in the first important control stage is the same as the processing in the case where there is no abnormality in the control amount calculation means 25 and the control amount calculation means 35 described above, and thus description thereof is omitted.

まず、時刻t8において、制御量演算手段25が処理16を、制御量演算手段35が処理35を同時に実行する。制御量演算手段25は、記憶手段23に記憶された第1のエンジン重要制御に関する制御量の演算に必要なデータと、第1のエンジン重要制御の制御量演算手順232とに基づいて、第1のエンジン重要制御に関する制御量を演算する。ここで、例えば制御量演算手段25に異常があるとすると、演算された第1のエンジン重要制御に関する制御量は、本来得られる制御量とは異なる値になる。   First, at time t8, the control amount calculation unit 25 executes the process 16 and the control amount calculation unit 35 executes the process 35 simultaneously. The control amount calculation means 25 is based on the data necessary for calculation of the control amount related to the first engine important control stored in the storage means 23 and the control amount calculation procedure 232 for the first engine important control. The control amount related to the engine important control is calculated. Here, for example, if there is an abnormality in the control amount calculation means 25, the calculated control amount related to the first engine important control becomes a value different from the control amount originally obtained.

また、制御量演算手段35は、記憶手段33に記憶された第1のエンジン重要制御に関する制御量の演算に必要なデータと、第1のエンジン重要制御の制御量演算手順232とに基づいて、第1のエンジン重要制御に関する制御量を演算する。
なお、第1の重要制御段階における時刻t9から時刻t14までの処理も、上述した制御量演算手段25および制御量演算手段35に異常がない場合の処理と同様なので、説明を省略する。
Further, the control amount calculating means 35 is based on the data necessary for calculating the control amount related to the first engine important control stored in the storage means 33 and the control amount calculating procedure 232 of the first engine important control. A control amount related to the first engine important control is calculated.
Note that the processing from the time t9 to the time t14 in the first important control stage is the same as the processing in the case where there is no abnormality in the control amount calculation means 25 and the control amount calculation means 35 described above, and thus the description thereof is omitted.

続いて、時刻t15において、比較手段26が処理21を実行し、処理16で演算された第1のエンジン重要制御に関する制御量と、処理18で受信した第1のエンジン重要制御に関する制御量とを比較する。ここでは、制御量演算手段25に異常があるので、それぞれの第1のエンジン重要制御に関する制御量は、互いに異なる値になり、比較手段26は、制御量が互いに異なる旨をエンジン制御手段27に出力する。   Subsequently, at time t15, the comparison unit 26 executes the process 21, and the control amount related to the first engine important control calculated in the process 16 and the control quantity related to the first engine important control received in the process 18 are obtained. Compare. Here, since there is an abnormality in the control amount calculation means 25, the control amounts relating to the respective first engine important controls are different from each other, and the comparison means 26 informs the engine control means 27 that the control amounts are different from each other. Output.

次に、時刻t16において、エンジン制御手段27が処理22を実行する。しかしながら、比較手段26から制御量が互いに異なる旨が入力されるので、エンジン制御手段27は、エンジンユニット200の制御を実行しない。   Next, at time t16, the engine control means 27 executes the process 22. However, since the fact that the control amounts are different from each other is input from the comparison unit 26, the engine control unit 27 does not execute control of the engine unit 200.

このように、制御量演算手段25で演算された第1のエンジン重要制御に関する制御量と、制御量演算手段35で演算された第1のエンジン重要制御に関する制御量とを比較検証することにより、制御量演算手段25および制御量演算手段35の何れかに異常があることを検出することができる。   In this way, by comparing and verifying the control amount related to the first engine important control calculated by the control amount calculating means 25 and the control amount related to the first engine important control calculated by the control amount calculating means 35, It is possible to detect that there is an abnormality in either the control amount calculation means 25 or the control amount calculation means 35.

すなわち、制御量演算手段25で演算された第1のエンジン重要制御に関する制御量と、制御量演算手段35で演算された第1のエンジン重要制御に関する制御量とを比較し、両者が同じ値になった場合に、この第1のエンジン重要制御に関する制御量に基づいてエンジンユニット200の制御を実行することにより、エンジン制御装置20内にマイコンを2個設けたり、監視回路を設けたりすることなく、かつ送信時のネットワーク通信状況に左右されることなく、制御の信頼性を確保しながら、制御システムのコストを低減することができる。   That is, the control amount related to the first engine important control calculated by the control amount calculating means 25 and the control amount related to the first engine important control calculated by the control amount calculating means 35 are compared, and both are set to the same value. In this case, by executing control of the engine unit 200 based on the control amount related to the first engine important control, it is possible to provide two microcomputers in the engine control device 20 without providing a monitoring circuit. In addition, the cost of the control system can be reduced while ensuring the reliability of the control without being influenced by the network communication status at the time of transmission.

また、エンジン制御装置20において、本来の演算である第1のエンジン重要制御に関する制御量を演算しているときに、メータ制御装置30の制御量演算手段35により同じ制御量を演算し、演算結果を比較して、両者が同じ値になった場合に、この第1のエンジン重要制御に関する制御量に基づいてエンジンユニット200の制御を実行することにより、異常検出のための演算ではなく、本来の演算実施時に異常を判定することができ、制御の信頼性を確保することができる。   Further, when the engine control device 20 calculates the control amount related to the first engine important control which is the original calculation, the control amount calculation means 35 of the meter control device 30 calculates the same control amount, and the calculation result When the two values become the same value, the control of the engine unit 200 is executed based on the control amount related to the first engine important control. An abnormality can be determined at the time of calculation, and control reliability can be ensured.

さらにまた、エンジン制御装置20において、第1のエンジン重要制御に関する制御量を演算しているときに、メータ制御装置30の制御量演算手段35により同じ制御量を同時に演算することにより、演算結果をできる限り早く比較することができ、第1のエンジン重要制御に要する処理時間を短縮することもできる。   Furthermore, when the engine control device 20 calculates the control amount related to the first engine important control, the control amount calculation means 35 of the meter control device 30 calculates the same control amount at the same time. The comparison can be made as soon as possible, and the processing time required for the first important engine control can be shortened.

以上のように、実施の形態1によれば、送信時の通信状況に応じて送信可否が決定されるネットワークに接続された第1の制御装置および第2の制御装置において、第1の制御装置は、第1の重要制御に関する制御量を演算するための第1制御量演算手順、および自身の制御対象に対する第1の重要制御に関する制御量の演算に必要な第1制御用データに基づいて、第1の重要制御に関する制御量を演算する第1制御量演算手段と、第1制御量演算手段で演算された第1の重要制御に関する制御量と第2の制御装置で演算された第1の重要制御に関する制御量とを比較する比較手段と、比較手段での比較結果に応じて制御対象を制御する制御手段と、ネットワークに接続された他の全ての制御装置に対して、送信停止指示または停止解除指示を送信する第1送信停止/停止解除指示手段とを有している。また、第2の制御装置は、第1制御量演算手順および第1の制御装置からネットワークを介して受信した第1制御用データを記憶する第2記憶手段と、第1制御量演算手順および第1制御用データに基づいて、第1の重要制御に関する制御量を演算する第2制御量演算手段と、ネットワークに接続された他の全ての制御装置に対して、送信停止指示または停止解除指示を送信する第2送信停止/停止解除指示手段とを有している。
そのため、制御装置内に同機能のマイコンを2個設けたり、監視回路を設けたりすることなく、かつ送信時のネットワーク通信状況に左右されることなく、第1制御量演算手段で演算された第1の重要制御に関する制御量と第2の制御装置で演算された第1の重要制御に関する制御量とを比較検証することにより、制御の信頼性を確保しながら、コストを低減することができる制御システムを得ることができる。
As described above, according to the first embodiment, in the first control device and the second control device connected to the network in which transmission permission / inhibition is determined according to the communication status at the time of transmission, the first control device Is based on the first control amount calculation procedure for calculating the control amount related to the first important control, and the first control data necessary for the calculation of the control amount related to the first important control for its own control target, A first control amount calculating means for calculating a control amount relating to the first important control; a control amount relating to the first important control calculated by the first control amount calculating means; and a first amount calculated by the second control device. Comparison means for comparing control amounts related to important control, control means for controlling a controlled object according to the comparison result of the comparison means, and transmission stop instruction or all other control devices connected to the network Stop cancellation instruction And a first transmission / stop cancel instruction means for transmitting. In addition, the second control device includes a first control amount calculation procedure, second storage means for storing first control data received from the first control device via the network, a first control amount calculation procedure, and a first control amount calculation procedure. Based on the data for one control, a second control amount calculation means for calculating a control amount related to the first important control, and a transmission stop instruction or a stop release instruction to all other control devices connected to the network And a second transmission stop / stop cancellation instructing means for transmitting.
For this reason, the first control amount calculation means calculates the first control amount without providing two microcomputers having the same function in the control device, without providing a monitoring circuit, and without depending on the network communication status at the time of transmission. Control that can reduce the cost while ensuring the reliability of control by comparing and verifying the control amount related to the first important control and the control amount related to the first important control calculated by the second control device You can get a system.

また、制御手段は、比較手段で比較した第1の重要制御に関する制御量の全てが互いに同じ値であると判定された場合に、同じ値である第1の重要制御に関する制御量に基づいて、制御対象を制御し、比較手段で比較した第1の重要制御に関する制御量の全てが同じ値ではないと判定された場合に、制御対象の制御をしない。
そのため、制御の信頼性を向上させることができる。
Further, when it is determined that all of the control amounts related to the first important control compared by the comparison unit have the same value, the control means, based on the control amount related to the first important control that is the same value, When the control target is controlled and it is determined that all the control amounts related to the first important control compared by the comparison unit are not the same value, the control target is not controlled.
Therefore, the reliability of control can be improved.

なお、上記実施の形態1では、エンジン制御手段27は、比較手段26から制御量が互いに異なる旨が入力された場合には、エンジンユニット200の制御を実行しないと説明した。しかしながら、これに限定されず、エンジン制御手段27は、比較手段26から制御量が互いに異なる旨が入力された場合に、第1のエンジン重要制御に関する制御量としてあらかじめ設定された所定の制御量に基づいて、エンジンユニット200の制御を実行してもよい。また、エンジン制御手段27は、あらかじめ設定された所定の制御量に代えて、前回の制御量を用いてもよい。
この場合には、制御量演算手段25および制御量演算手段35の何れかに異常が発生した場合にも、エンジンを停止することなく制御を続行することができる。
In the first embodiment, it has been described that the engine control unit 27 does not execute the control of the engine unit 200 when the comparison unit 26 inputs that the control amounts are different from each other. However, the present invention is not limited to this, and the engine control unit 27, when the fact that the control amounts are different from each other is input from the comparison unit 26, has a predetermined control amount that is set in advance as the control amount related to the first engine important control. Based on this, the engine unit 200 may be controlled. Further, the engine control means 27 may use the previous control amount instead of the predetermined control amount set in advance.
In this case, control can be continued without stopping the engine even when an abnormality occurs in either the control amount calculation means 25 or the control amount calculation means 35.

また、上記実施の形態1では、エンジン制御装置20による処理16およびメータ制御装置30による処理35を開始する時間タイミングが同期していると説明した。しかしながら、同期を取らずに処理開始の時間タイミングにずれが生じた場合であっても、この発明の目的である制御の信頼性を向上させることには、大きな影響はない。   Moreover, in the said Embodiment 1, it demonstrated that the time timing which starts the process 16 by the engine control apparatus 20 and the process 35 by the meter control apparatus 30 is synchronizing. However, even if there is a shift in processing start timing without synchronization, there is no significant effect on improving the reliability of control, which is the object of the present invention.

また、上記実施の形態1において、制御量演算手段25および制御量演算手段35を、例えば同じメーカ製の同じ型番のマイコンを用いる等、互いに同一の構成としてもよい。
この場合には、より正確な制御量を演算することができ、また、その制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。
In the first embodiment, the control amount calculation unit 25 and the control amount calculation unit 35 may have the same configuration, for example, using the same model of the same manufacturer and the like.
In this case, a more accurate control amount can be calculated, and the control reliability can be improved by executing control of the engine unit 200 based on the result of comparing the control amounts. .

また、上記実施の形態1において、記憶手段23および記憶手段33を、例えば同じメーカ製の同じ型番のメモリを用いる等、互いに同一の構成とし、第1のエンジン重要制御の制御量演算手順232を、それぞれのメモリの同一の場所に記憶させてもよい。
この場合には、より正確な制御量を演算することができ、また、その制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。
Further, in the first embodiment, the storage means 23 and the storage means 33 have the same configuration, for example, using the same model number memory made by the same manufacturer, and the control amount calculation procedure 232 of the first engine important control is These may be stored in the same location in each memory.
In this case, a more accurate control amount can be calculated, and the control reliability can be improved by executing control of the engine unit 200 based on the result of comparing the control amounts. .

また、上記実施の形態1において、記憶手段23および記憶手段33を、例えば同じメーカ製の同じ型番のメモリを用いる等、互いに同一の構成とし、第1のエンジン重要制御に関する制御量の演算に必要なデータが記憶される、演算に必要なデータ記憶領域243および演算に必要なデータ記憶領域343を、それぞれのメモリの同一の場所に記憶させてもよい。
この場合には、より正確な制御量を演算することができ、また、その制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。
Further, in the first embodiment, the storage unit 23 and the storage unit 33 have the same configuration, for example, using the same model number memory made by the same manufacturer, and are necessary for the calculation of the control amount related to the first engine important control. The data storage area 243 required for calculation and the data storage area 343 required for calculation may be stored in the same location in each memory.
In this case, a more accurate control amount can be calculated, and the control reliability can be improved by executing control of the engine unit 200 based on the result of comparing the control amounts. .

また、上記実施の形態1では、制御量演算手段25に異常が発生した場合について説明したが、この実施の形態1によれば、データ送受信手段21が、第1のエンジン重要制御に関する制御量の演算に必要なデータをメータ制御装置30に送信した後に、データの不本意な変更や破壊等が行われた場合であっても、演算された制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。   In the first embodiment, the case where an abnormality has occurred in the control amount calculation unit 25 has been described. However, according to the first embodiment, the data transmission / reception unit 21 controls the control amount related to the first engine important control. Even if the data necessary for calculation is transmitted to the meter control device 30 and the data is unintentionally changed or destroyed, the engine unit 200 is controlled based on the result of comparing the calculated control amounts. By executing the control, the reliability of the control can be improved.

また、上記実施の形態1では、制御装置が2つの場合を例に挙げて説明したが、これに限定されず、第1のエンジン重要制御に関する制御量を3つ以上の制御装置で演算し、演算された制御量どうしを比較する場合であっても、同様の効果を得ることができる。   In the first embodiment, the case where there are two control devices has been described as an example. However, the present invention is not limited to this, and the control amount related to the first engine important control is calculated by three or more control devices. Even when the calculated control amounts are compared, the same effect can be obtained.

また、上記実施の形態1では、送信停止/停止解除指示手段22から送信停止指示が送信されると、送信停止/停止解除指示手段32が停止解除指示を送信し、送信停止/停止解除指示手段32から送信停止指示が送信されると、送信停止/停止解除指示手段22が停止解除指示を送信すると説明した。すなわち、第1のエンジン重要制御に関するデータを受信した制御装置の送信停止/停止解除指示手段が、停止解除指示を送信している。   In the first embodiment, when a transmission stop instruction is transmitted from the transmission stop / stop cancellation instructing means 22, the transmission stop / stop cancellation instructing means 32 transmits a stop cancellation instruction, and the transmission stop / stop cancellation instructing means It has been described that when a transmission stop instruction is transmitted from 32, the transmission stop / stop cancel instruction means 22 transmits a stop cancel instruction. That is, the transmission stop / stop release instructing means of the control device that has received the data related to the first engine important control transmits the stop release instruction.

しかしながら、これに限定されず、例えば送信停止/停止解除指示手段22が送信停止指示を送信し、所定時間が経過した後に、送信停止/停止解除指示手段22が停止解除指示を送信してもよい。また、送信停止/停止解除指示手段32が送信停止指示を送信し、所定時間が経過した後に、送信停止/停止解除指示手段32が停止解除指示を送信してもよい。このとき、所定時間は、第1のエンジン重要制御に関するデータが、受信側に確実に受信されたと判断することができる長さとする。   However, the present invention is not limited to this. For example, the transmission stop / stop cancellation instructing means 22 transmits a transmission stop instruction, and the transmission stop / stop cancellation instructing means 22 may transmit a stop cancellation instruction after a predetermined time has elapsed. . Alternatively, the transmission stop / stop cancellation instructing means 32 may transmit a transmission stop instruction, and the transmission stop / stop cancellation instructing means 32 may transmit the stop cancellation instruction after a predetermined time has elapsed. At this time, the predetermined time is set to such a length that it can be determined that the data related to the first engine important control has been reliably received by the receiving side.

以下、図5のタイミングチャートを参照しながら、送信停止指示を送信した送信停止/停止解除指示手段が、所定時間が経過した後に停止解除指示を送信する場合の制御システムの動作について説明する。
図5に示したタイミングチャートでは、図4に示したメータ制御装置30による処理33に代えてエンジン制御装置20による処理23を実行し、メータ制御装置30による処理19に代えてエンジン制御装置20による処理40を実行する。
Hereinafter, the operation of the control system when the transmission stop / stop cancellation instructing unit that has transmitted the transmission stop instruction transmits the stop cancellation instruction after a predetermined time has elapsed will be described with reference to the timing chart of FIG.
In the timing chart shown in FIG. 5, processing 23 by the engine control device 20 is executed instead of processing 33 by the meter control device 30 shown in FIG. 4, and processing by the engine control device 20 is performed instead of processing 19 by the meter control device 30. Process 40 is executed.

処理23では、送信停止/停止解除指示手段22が、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
処理40では、送信停止/停止解除指示手段32が、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
In process 23, the transmission stop / stop cancellation instructing means 22 transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
In process 40, the transmission stop / stop cancellation instructing means 32 transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.

また、図5に示したタイミングチャートの第1の重要制御段階における時刻t21から時刻t36までの処理のうち、時刻t26および時刻t33以外の処理は、図4に示したタイミングチャートの時刻t1から時刻t16までの処理とそれぞれ同様なので、説明を省略する。   Of the processes from the time t21 to the time t36 in the first important control stage of the timing chart shown in FIG. 5, the processes other than the time t26 and the time t33 are performed from the time t1 in the timing chart shown in FIG. Since the processing is the same as that up to t16, description thereof is omitted.

時刻t26において、送信停止/停止解除指示手段22が処理23を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
また、時刻t33において、送信停止/停止解除指示手段32が処理40を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
At time t <b> 26, the transmission stop / stop cancellation instructing unit 22 executes the process 23, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
At time t <b> 33, the transmission stop / stop cancellation instructing unit 32 executes the process 40, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.

このように、第1のエンジン重要制御に関するデータを送信した制御装置の送信停止/停止解除指示手段が、停止解除指示を送信することにより、上記実施の形態1と同様の効果を得ることができる。また、仮に受信側の送信停止/停止解除指示手段が故障等によってデータの送信停止を解除させることができない状態に陥っていても、送信側の送信停止/停止解除指示手段が、所定時間が経過した後に停止解除指示を送信して送信停止を解除させることができるので、送信停止が継続することによるネットワーク全体への影響を低減することができる。   As described above, the transmission stop / stop cancellation instructing means of the control device that has transmitted the data related to the first engine important control transmits the stop cancellation instruction, so that the same effect as in the first embodiment can be obtained. . Even if the transmission stop / stop cancellation instructing means on the reception side cannot release the data transmission stop due to a failure or the like, the transmission stop / stop cancellation instructing means on the transmission side has passed the predetermined time. Then, the stop cancellation instruction can be transmitted to cancel the transmission stop, so that the influence on the entire network due to the continued transmission stop can be reduced.

実施の形態2.
上記実施の形態1では、第1のエンジン重要制御に関する制御量を2つ以上の制御装置で演算し、演算された制御量どうしを比較している。しかしながら、これに限定されず、2つ以上の重要制御に関する制御量を、それぞれ2つ以上の制御装置で演算し、演算された制御量どうしを比較してもよい。
以下、2つの重要制御に関する制御量を、それぞれ2つの制御装置で演算し、演算された制御量どうしを比較する場合を例に挙げて説明する。
Embodiment 2. FIG.
In the first embodiment, the control amount related to the first engine important control is calculated by two or more control devices, and the calculated control amounts are compared. However, the present invention is not limited to this, and control amounts related to two or more important controls may be calculated by two or more control devices, respectively, and the calculated control amounts may be compared.
Hereinafter, a case will be described as an example in which control amounts related to two important controls are calculated by two control devices, and the calculated control amounts are compared.

図6は、この発明の実施の形態2に係る制御システムを示すブロック構成図である。
図6において、この制御システムは、図1に示した制御システムに加えて、ネットワーク10に接続された自動変速機(AT:Automatic Transmission)制御装置40(第3の制御装置)を含んでいる。また、AT制御装置40は、制御対象であるATユニット400と接続されている。
FIG. 6 is a block diagram showing a control system according to Embodiment 2 of the present invention.
In FIG. 6, this control system includes an automatic transmission (AT) control device 40 (third control device) connected to the network 10 in addition to the control system shown in FIG. The AT control device 40 is connected to an AT unit 400 that is a control target.

続いて、AT制御装置40の構成および機能について説明する。
AT制御装置40は、データ送受信手段41と、送信停止/停止解除指示手段42(第3送信停止/停止解除指示手段)と、記憶手段43(第3記憶手段)と、データ保存手段44と、制御量演算手段45(第3制御量演算手段)と、AT制御手段46とを有している。また、制御量演算手段45は、マイコンで構成されている。
また、AT制御装置40は、上記の各手段以外にも必要な構成物を有しているが、この実施の形態2に直接関係しないので、その説明を省略する。
Next, the configuration and function of the AT control device 40 will be described.
The AT control device 40 includes a data transmission / reception unit 41, a transmission stop / stop release instruction unit 42 (third transmission stop / stop release instruction unit), a storage unit 43 (third storage unit), a data storage unit 44, Control amount calculation means 45 (third control amount calculation means) and AT control means 46 are provided. Further, the control amount calculation means 45 is constituted by a microcomputer.
The AT control device 40 has necessary components in addition to the above-described means, but the description thereof is omitted because it is not directly related to the second embodiment.

データ送受信手段41は、ネットワーク10を介して、ネットワーク10に接続された他の制御装置(エンジン制御装置20およびメータ制御装置30を含む)とデータを送受信する。送信停止/停止解除指示手段42は、ネットワーク10に接続された他の全ての制御装置(エンジン制御装置20およびメータ制御装置30を含む)に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示をネットワーク10経由で送信する。記憶手段43は、後述する様々なデータを記憶する。   The data transmission / reception means 41 transmits / receives data to / from other control devices (including the engine control device 20 and the meter control device 30) connected to the network 10 via the network 10. The transmission stop / stop cancellation instructing means 42 instructs all other control devices (including the engine control device 20 and the meter control device 30) connected to the network 10 to stop data transmission or data An instruction to cancel the transmission stop is transmitted via the network 10. The storage means 43 stores various data that will be described later.

データ保存手段44は、エンジン制御装置20から受信した第2のエンジン重要制御(第2の重要制御)に関する制御量の演算に必要なデータを記憶手段43に保存する。制御量演算手段45は、後述する処理手順に基づいて、AT制御およびエンジン制御に必要な制御量を演算する。AT制御手段46は、演算された制御量に基づいて、ATユニット400の制御を実行する。   The data storage unit 44 stores, in the storage unit 43, data necessary for calculation of the control amount related to the second engine important control (second important control) received from the engine control device 20. The control amount calculation means 45 calculates a control amount necessary for AT control and engine control based on a processing procedure described later. The AT control means 46 controls the AT unit 400 based on the calculated control amount.

次に、図7を参照しながら、エンジン制御装置20の記憶手段23について、詳細に説明する。なお、実施の形態1における図2と同様の構成については、その説明を省略する。   Next, the storage means 23 of the engine control device 20 will be described in detail with reference to FIG. Note that the description of the same configuration as that of FIG. 2 in Embodiment 1 is omitted.

図7において、記憶手段23のROMエリア230は、その他のROMデータ231と、第1のエンジン重要制御の制御量演算手順232と、エンジン通常制御の制御量演算手順233と、第2のエンジン重要制御の制御量演算手順235(第2制御量演算手順)とから構成されている。   In FIG. 7, the ROM area 230 of the storage means 23 includes other ROM data 231, a control amount calculation procedure 232 for the first engine important control, a control amount calculation procedure 233 for the engine normal control, and a second engine important control. The control amount calculation procedure 235 for control (second control amount calculation procedure) is configured.

第2のエンジン重要制御の制御量演算手順235は、第2のエンジン重要制御に関する制御量の演算手順を示すものであり、第1のエンジン重要制御の制御量演算手順232とは、異なる処理手順を示すものである。
なお、第2のエンジン重要制御とは、演算結果によって車両、ドライバ、車両周囲等を危険にさらす恐れのある制御であり、高い信頼性が求められる制御を指している。
The control amount calculation procedure 235 for the second engine important control indicates a control amount calculation procedure for the second engine important control, and is a processing procedure different from the control amount calculation procedure 232 for the first engine important control. Is shown.
The second engine important control is a control that may endanger the vehicle, the driver, the vehicle surroundings, and the like depending on the calculation result, and indicates a control that requires high reliability.

続いて、図8を参照しながら、AT制御装置40の記憶手段43について、詳細に説明する。
図8において、記憶手段43は、あらかじめ記憶されたデータ以外のデータを記憶することができないROMエリア430と、データの記憶が可能なRAMエリア440とに分類される。
Next, the storage unit 43 of the AT control device 40 will be described in detail with reference to FIG.
In FIG. 8, the storage means 43 is classified into a ROM area 430 that cannot store data other than pre-stored data and a RAM area 440 that can store data.

ROMエリア430は、その他のROMデータ431と、AT制御の制御量演算手順433と、空き領域434と、第2のエンジン重要制御の制御量演算手順235とから構成されている。
ここで、その他のROMデータ431および空き領域434は、この実施の形態2に直接関係しないので、その説明を省略する。
The ROM area 430 includes other ROM data 431, an AT control control amount calculation procedure 433, an empty area 434, and a second engine important control control amount calculation procedure 235.
Here, the other ROM data 431 and the empty area 434 are not directly related to the second embodiment, and thus the description thereof is omitted.

AT制御の制御量演算手順433は、ATの制御に関する制御量の演算手順を示すものである。
第2のエンジン重要制御の制御量演算手順235は、第2のエンジン重要制御に関する制御量の演算手順を示すものであり、記憶手段23と記憶手段43とで互いに同じものを記憶している。
The AT control amount calculation procedure 433 shows a control amount calculation procedure related to AT control.
The control amount calculation procedure 235 for the second engine important control shows the control amount calculation procedure for the second engine important control, and the storage means 23 and the storage means 43 store the same one.

また、RAMエリア440は、その他のRAMデータ441と、空き領域442と、演算に必要なデータ記憶領域443と、その他のRAMデータ444と、空き領域445とから構成されている。
ここで、その他のRAMデータ441、空き領域442、その他のRAMデータ444および空き領域445は、この実施の形態2に直接関係しないので、その説明を省略する。
演算に必要なデータ記憶領域443は、第2のエンジン重要制御に関する制御量の演算に必要なデータを記憶しておく領域である。
The RAM area 440 includes other RAM data 441, a free area 442, a data storage area 443 necessary for calculation, other RAM data 444, and a free area 445.
Here, the other RAM data 441, the empty area 442, the other RAM data 444, and the empty area 445 are not directly related to the second embodiment, and thus description thereof is omitted.
The data storage area 443 necessary for the calculation is an area for storing data necessary for calculating the control amount related to the second engine important control.

なお、図6において、データ送受信手段21とデータ送受信手段31とデータ送受信手段41とは、互いに同じものを用いてもよい。また同様に、図6において、送信停止/停止解除指示手段22と送信停止/停止解除指示手段32と送信停止/停止解除指示手段42とは、互いに同じものを用いてもよい。
また、その他の構成および機能については、実施の形態1と同様なので、その説明を省略する。
In FIG. 6, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 may be the same as each other. Similarly, in FIG. 6, the transmission stop / stop cancellation instructing means 22, the transmission stop / stop cancellation instructing means 32, and the transmission stop / stop cancellation instructing means 42 may be the same as each other.
Other configurations and functions are the same as those in the first embodiment, and thus description thereof is omitted.

以下、図9のタイミングチャートを参照しながら、この発明の実施の形態2に係る制御システムの動作について説明する。ここでは、第1のエンジン重要制御および第2のエンジン重要制御に関する処理について説明する。
図9において、横軸は、エンジン制御装置20の時間の流れを示すエンジン制御装置時間、メータ制御装置30の時間の流れを示すメータ制御装置時間およびAT制御装置40の時間の流れを示すAT制御装置時間を示している。
The operation of the control system according to Embodiment 2 of the present invention will be described below with reference to the timing chart of FIG. Here, processing related to the first engine important control and the second engine important control will be described.
In FIG. 9, the horizontal axis represents the engine control device time indicating the time flow of the engine control device 20, the meter control device time indicating the time flow of the meter control device 30, and the AT control indicating the time flow of the AT control device 40. Indicates device time.

また、図9において、エンジン制御装置20は、図4に示した処理11から処理22までの処理に加えて、処理51から処理62までの処理を実行する。また、メータ制御装置30は、図4に示した処理31から処理39までの処理に加えて、処理71から処理74までの処理を実行する。また、AT制御装置40は、処理41から処理44まで、および処理81から処理89までの処理を実行する。
なお、その他の処理については、実施の形態1と同様なので、その説明を省略する。
In FIG. 9, the engine control device 20 executes processing from processing 51 to processing 62 in addition to the processing from processing 11 to processing 22 shown in FIG. 4. In addition to the processing from processing 31 to processing 39 shown in FIG. 4, the meter control device 30 executes processing from processing 71 to processing 74. In addition, the AT control device 40 executes processing from processing 41 to processing 44 and processing from processing 81 to processing 89.
Since other processes are the same as those in the first embodiment, description thereof is omitted.

ここで、処理11から処理22まで、処理31から処理39まで、および処理41から処理44までの処理は、第1の重要制御段階の処理である。また、処理51から処理62まで、処理71から処理74まで、および処理81から処理89までの処理は、第2の重要制御段階の処理である。   Here, the processes from the process 11 to the process 22, the process 31 to the process 39, and the process 41 to the process 44 are processes in the first important control stage. Further, the processing from the processing 51 to the processing 62, the processing from the processing 71 to the processing 74, and the processing from the processing 81 to the processing 89 are the processing of the second important control stage.

なお、第1の重要制御段階の処理は、第1のエンジン重要制御に関する処理の度に、繰り返し実行され、第2の重要制御段階の処理は、第2のエンジン重要制御に関する処理の度に、繰り返し実行される。   The process of the first important control stage is repeatedly executed every time the process related to the first engine important control, and the process of the second important control stage is executed every time the process related to the second engine important control. Repeatedly executed.

続いて、AT制御装置40による処理41から処理44までの処理について説明する。
処理41では、データ送受信手段41が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
処理42では、データ送受信手段41が、ネットワーク10経由で送信停止/停止解除指示手段32から受信した停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
Next, processing from processing 41 to processing 44 by the AT control device 40 will be described.
In the process 41, the data transmission / reception means 41 stops the transmission of data not related to the first engine important control in accordance with the transmission stop instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.
In the process 42, the data transmission / reception means 41 resumes the transmission of data not related to the first engine important control in accordance with the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 32 via the network 10.

処理43では、データ送受信手段41が、ネットワーク10経由で送信停止/停止解除指示手段32から受信した送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
処理44では、データ送受信手段41が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
In process 43, the data transmission / reception means 41 stops the transmission of data not related to the first engine important control in accordance with the transmission stop instruction received from the transmission stop / stop cancellation instruction means 32 via the network 10.
In process 44, the data transmission / reception means 41 resumes the transmission of data not related to the first engine important control in accordance with the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.

次に、エンジン制御装置20による処理51から処理62までの処理について説明する。
処理51では、データ収集手段24が、第2のエンジン重要制御に関する制御量の演算に必要なデータ(第2制御用データ)を収集し、収集したデータを記憶手段23の演算に必要なデータ記憶領域243に記憶させる。
Next, processing from processing 51 to processing 62 by the engine control device 20 will be described.
In the process 51, the data collecting unit 24 collects data (second control data) necessary for calculating the control amount related to the second engine important control, and the collected data is stored as data necessary for the calculation of the storage unit 23. Store in the area 243.

処理52では、送信停止/停止解除指示手段22が、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
処理53では、データ送受信手段21が、送信停止/停止解除指示手段22からの送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
処理54では、データ送受信手段21が、第2のエンジン重要制御に関する制御量の演算に必要なデータをAT制御装置40に送信する。
In the process 52, the transmission stop / stop cancellation instructing means 22 transmits a transmission stop instruction to all other control devices connected to the network 10 via the network 10.
In the process 53, the data transmission / reception means 21 stops the transmission of data not related to the second engine important control in accordance with the transmission stop instruction from the transmission stop / stop release instruction means 22.
In process 54, the data transmitting / receiving unit 21 transmits data necessary for calculation of the control amount related to the second engine important control to the AT control device 40.

処理55では、データ送受信手段21が、ネットワーク10経由で送信停止/停止解除指示手段42から受信した停止解除指示従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
処理56では、制御量演算手段25が、記憶手段23に記憶された第2のエンジン重要制御に関する制御量の演算に必要なデータと、第2のエンジン重要制御の制御量演算手順235とに基づいて、第2のエンジン重要制御に関する制御量を演算する。
In process 55, the data transmission / reception means 21 resumes the transmission of data not related to the second engine important control in accordance with the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 42 via the network 10.
In the process 56, the control amount calculating means 25 is based on the data necessary for calculating the control amount related to the second engine important control stored in the storage means 23 and the control amount calculating procedure 235 for the second engine important control. Thus, a control amount related to the second engine important control is calculated.

処理57では、データ送受信手段21が、ネットワーク10経由で送信停止/停止解除指示手段42から受信した送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
処理58では、データ送受信手段21が、AT制御装置40から送信された第2のエンジン重要制御に関する制御量を受信する。
In the process 57, the data transmission / reception means 21 stops the transmission of data not related to the second engine important control in accordance with the transmission stop instruction received from the transmission stop / stop cancellation instruction means 42 via the network 10.
In process 58, the data transmission / reception means 21 receives the control amount related to the second engine important control transmitted from the AT control device 40.

処理59では、送信停止/停止解除指示手段22が、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
処理60では、データ送受信手段21が、送信停止/停止解除指示手段22からの停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
In processing 59, the transmission stop / stop cancellation instructing means 22 transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
In process 60, the data transmission / reception means 21 resumes the transmission of data not related to the second engine important control in accordance with the stop cancellation instruction from the transmission stop / stop cancellation instruction means 22.

処理61では、比較手段26が、処理56で演算された第2のエンジン重要制御に関する制御量と、処理58で受信した第2のエンジン重要制御に関する制御量とを比較し、両者が同じ値である場合には、この第2のエンジン重要制御に関する制御量をエンジン制御手段27に出力し、両者が異なる場合には、制御量が互いに異なる旨をエンジン制御手段27に出力する。   In processing 61, the comparison means 26 compares the control amount related to the second engine important control calculated in processing 56 with the control amount related to the second engine important control received in processing 58, and both are the same value. In some cases, the control amount related to the second engine important control is output to the engine control means 27, and when both are different, the fact that the control amounts are different from each other is output to the engine control means 27.

処理62では、エンジン制御手段27が、比較手段26での比較結果に応じてエンジンユニット200の制御を実行する。具体的には、エンジン制御手段27は、比較手段26から第2のエンジン重要制御に関する制御量が入力された場合には、この制御量に応じてエンジンユニット200の制御を実行し、比較手段26から制御量が互いに異なる旨が入力された場合には、エンジンユニット200の制御を実行しない。   In process 62, the engine control unit 27 controls the engine unit 200 according to the comparison result of the comparison unit 26. Specifically, when the control amount related to the second engine important control is input from the comparison unit 26, the engine control unit 27 executes the control of the engine unit 200 according to the control amount, and the comparison unit 26. When the fact that the control amounts are different from each other is input, the control of the engine unit 200 is not executed.

続いて、メータ制御装置30による処理71から処理74までの処理について説明する。
処理71では、データ送受信手段31が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
処理72では、データ送受信手段31が、ネットワーク10経由で送信停止/停止解除指示手段42から受信した停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
Next, processing from processing 71 to processing 74 by the meter control device 30 will be described.
In the process 71, the data transmission / reception means 31 stops the transmission of data not related to the second engine important control according to the transmission stop instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.
In process 72, the data transmission / reception means 31 resumes data transmission not related to the second engine important control in accordance with the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 42 via the network 10.

処理73では、データ送受信手段31が、ネットワーク10経由で送信停止/停止解除指示手段42から受信した送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
処理74では、データ送受信手段31が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
In process 73, the data transmission / reception means 31 stops transmission of data not related to the second engine important control in accordance with the transmission stop instruction received from the transmission stop / stop cancellation instruction means 42 via the network 10.
In the process 74, the data transmission / reception means 31 resumes the transmission of data not related to the second engine important control according to the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.

次に、AT制御装置40による処理81から処理89までの処理について説明する。
処理81では、データ送受信手段41が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
処理82では、データ送受信手段41が、エンジン制御装置20から送信された第2のエンジン重要制御に関する制御量の演算に必要なデータを受信し、データ保存手段44が、受信したデータを記憶手段43の演算に必要なデータ記憶領域443に記憶させる。
Next, processing from processing 81 to processing 89 by the AT control device 40 will be described.
In the process 81, the data transmission / reception means 41 stops the transmission of data not related to the second engine important control in accordance with the transmission stop instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.
In the process 82, the data transmission / reception means 41 receives data necessary for calculation of the control amount related to the second engine important control transmitted from the engine control device 20, and the data storage means 44 stores the received data in the storage means 43. Are stored in the data storage area 443 necessary for the above calculation.

処理83では、送信停止/停止解除指示手段42が、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
処理84では、データ送受信手段41が、送信停止/停止解除指示手段42からの停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
In process 83, the transmission stop / stop cancellation instructing means 42 transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
In the process 84, the data transmission / reception means 41 resumes the transmission of data not related to the second engine important control in accordance with the stop cancellation instruction from the transmission stop / stop cancellation instruction means 42.

処理85では、制御量演算手段45が、記憶手段43に記憶された第2のエンジン重要制御に関する制御量の演算に必要なデータと、第2のエンジン重要制御の制御量演算手順235とに基づいて、第2のエンジン重要制御に関する制御量を演算する。
処理86では、送信停止/停止解除指示手段42が、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
In the process 85, the control amount calculating means 45 is based on the data necessary for calculating the control amount related to the second engine important control stored in the storage means 43 and the control amount calculating procedure 235 for the second engine important control. Thus, a control amount related to the second engine important control is calculated.
In process 86, the transmission stop / stop cancellation instructing means 42 transmits a transmission stop instruction to all other control devices connected to the network 10 via the network 10.

処理87では、データ送受信手段41が、送信停止/停止解除指示手段42からの送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
処理88では、データ送受信手段41が、処理85で演算された第2のエンジン重要制御に関する制御量をエンジン制御装置20に送信する。
処理89では、データ送受信手段41が、ネットワーク10経由で送信停止/停止解除指示手段22から受信した停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
In process 87, the data transmission / reception means 41 stops the transmission of data not related to the second engine important control in accordance with the transmission stop instruction from the transmission stop / stop release instruction means 42.
In process 88, the data transmitting / receiving means 41 transmits the control amount related to the second engine important control calculated in process 85 to the engine control device 20.
In process 89, the data transmission / reception means 41 resumes the transmission of data not related to the second engine important control in accordance with the stop cancellation instruction received from the transmission stop / stop cancellation instruction means 22 via the network 10.

なお、エンジン制御装置20による処理16およびメータ制御装置30による処理35を開始する時間タイミングは、それぞれ処理15および処理34において停止解除指示を受信してから、あらかじめ決められた所定時間が経過した後とする。このように時間タイミングを同期させることにより、処理16および処理35を同じ時間タイミングで実行することができる。   The timing for starting the processing 16 by the engine control device 20 and the processing 35 by the meter control device 30 is after a predetermined time has elapsed after receiving the stop release instruction in the processing 15 and processing 34, respectively. And By synchronizing the time timing in this way, the process 16 and the process 35 can be executed at the same time timing.

また、エンジン制御装置20による処理56およびAT制御装置40による処理85を開始する時間タイミングは、それぞれ処理55および処理84において停止解除指示を受信してから、あらかじめ決められた所定時間が経過した後とする。このように時間タイミングを同期させることにより、処理56および処理85を同じ時間タイミングで実行することができる。   The timing for starting the process 56 by the engine control device 20 and the process 85 by the AT control device 40 is determined after a predetermined time elapses after the stop release instruction is received in the process 55 and the process 84, respectively. And By synchronizing the time timing in this way, the process 56 and the process 85 can be executed at the same time timing.

図9に示したタイミングチャートにおいては、この実施の形態2の特徴部分を明確にするために、第1のエンジン重要制御および第2のエンジン重要制御のみを示している。しかしながら、実際はこの限りではなく、エンジン制御装置20では、エンジンの通常制御に関する処理が、メータ制御装置30では、メータの制御に関する処理が、AT制御装置40では、ATの制御に関する処理が、それぞれ存在する。これらの処理は、第1のエンジン重要制御に関する処理(図9の第1の重要制御段階および第2の重要制御段階での処理)を実行しない空き時間において、それぞれ実行される。   In the timing chart shown in FIG. 9, only the first engine important control and the second engine important control are shown in order to clarify the characteristic part of the second embodiment. However, in reality, this is not the case. The engine control device 20 has processing related to normal engine control, the meter control device 30 has processing related to meter control, and the AT control device 40 has processing related to AT control. To do. These processes are respectively executed in the idle time during which the processes related to the first engine important control (the processes in the first important control stage and the second important control stage in FIG. 9) are not executed.

続いて、制御量演算手段25、制御量演算手段35および制御量演算手段45に異常がなく、第1のエンジン重要制御に関する制御量および第2のエンジン重要制御に関する制御量が正確に演算される場合の制御システムの動作を、図9のタイミングチャートにしたがって説明する。   Subsequently, there is no abnormality in the control amount calculation means 25, the control amount calculation means 35, and the control amount calculation means 45, and the control amount related to the first engine important control and the control amount related to the second engine important control are accurately calculated. The operation of the control system will be described with reference to the timing chart of FIG.

はじめに、第1の重要制御段階の処理について説明する。
まず、時刻t41において、データ収集手段24が処理11を実行し、記憶手段23の演算に必要なデータ記憶領域243に、第1のエンジン重要制御に関する制御量の演算に必要なデータを記憶させる。
次に、時刻t42において、送信停止/停止解除指示手段22が処理12を実行し、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
First, processing in the first important control stage will be described.
First, at time t <b> 41, the data collection unit 24 executes the process 11, and stores data necessary for calculation of the control amount related to the first engine important control in the data storage area 243 necessary for calculation of the storage unit 23.
Next, at time t <b> 42, the transmission stop / stop cancellation instructing unit 22 executes the process 12 and transmits a transmission stop instruction via the network 10 to all other control devices connected to the network 10.

続いて、時刻t43において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理13、処理31および処理41を同時に実行し、送信停止/停止解除指示手段22からの送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
次に、時刻t44において、データ送受信手段21が処理14を実行し、第1のエンジン重要制御に関する制御量の演算に必要なデータを、ネットワーク10経由でメータ制御装置30に送信する。
Subsequently, at time t43, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute the process 13, the process 31 and the process 41, respectively, and follow the transmission stop instruction from the transmission stop / stop release instruction means 22. The transmission of data not related to the first engine important control is stopped.
Next, at time t <b> 44, the data transmitting / receiving unit 21 executes the process 14, and transmits data necessary for calculating the control amount related to the first engine important control to the meter control device 30 via the network 10.

続いて、時刻t45において、データ送受信手段31およびデータ保存手段34が処理32を実行し、受信した第1のエンジン重要制御に関する制御量の演算に必要なデータを、記憶手段33の演算に必要なデータ記憶領域343に記憶させる。
次に、時刻t46において、送信停止/停止解除指示手段32が処理33を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
Subsequently, at time t45, the data transmission / reception unit 31 and the data storage unit 34 execute the process 32, and the received data necessary for the calculation of the control amount related to the first engine important control is necessary for the calculation of the storage unit 33. The data is stored in the data storage area 343.
Next, at time t <b> 46, the transmission stop / stop cancellation instructing unit 32 executes processing 33, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.

続いて、時刻t47において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理15、処理34および処理42を同時に実行し、送信停止/停止解除指示手段32からの停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。   Subsequently, at time t47, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute the processing 15, the processing 34, and the processing 42, respectively, and follow the stop cancellation instruction from the transmission stop / stop cancellation instruction means 32. The transmission of data not related to the first engine important control is resumed.

次に、時刻t48において、制御量演算手段25が処理16を、制御量演算手段35が処理35を、上述した時間タイミングを同期させる方法により同時に実行する。制御量演算手段25および制御量演算手段35は、それぞれ記憶手段23および記憶手段33に記憶された第1のエンジン重要制御に関する制御量の演算に必要なデータと、第1のエンジン重要制御の制御量演算手順232とに基づいて、第1のエンジン重要制御に関する制御量を演算する。   Next, at time t <b> 48, the control amount calculation unit 25 executes the process 16 and the control amount calculation unit 35 simultaneously executes the process 35 by the above-described method for synchronizing time timing. The control amount calculation means 25 and the control amount calculation means 35 are data necessary for calculating the control amount related to the first engine important control stored in the storage means 23 and the storage means 33, respectively, and the control of the first engine important control. Based on the amount calculation procedure 232, a control amount related to the first engine important control is calculated.

続いて、時刻t49において、送信停止/停止解除指示手段32が処理36を実行し、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
次に、時刻t50において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理17、処理37および処理43を同時に実行し、送信停止/停止解除指示手段32からの送信停止指示に従い、第1のエンジン重要制御に関係しないデータの送信を停止させる。
Subsequently, at time t <b> 49, the transmission stop / stop release instructing unit 32 executes the process 36, and transmits a transmission stop instruction via the network 10 to all other control devices connected to the network 10.
Next, at time t50, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute processing 17, processing 37, and processing 43, respectively, and follow the transmission stop instruction from the transmission stop / stop release instruction means 32. The transmission of data not related to the first engine important control is stopped.

続いて、時刻t51において、データ送受信手段31が処理38を実行し、処理35で演算された第1のエンジン重要制御に関する制御量を、ネットワーク10経由でエンジン制御装置20に送信する。
次に、時刻t52において、データ送受信手段21が処理18を実行し、メータ制御装置30からネットワーク10経由で送信された第1のエンジン重要制御に関する制御量を受信する。
Subsequently, at time t <b> 51, the data transmitting / receiving unit 31 executes the process 38, and transmits the control amount related to the first engine important control calculated in the process 35 to the engine control apparatus 20 via the network 10.
Next, at time t <b> 52, the data transmitting / receiving unit 21 executes the process 18 and receives the control amount related to the first engine important control transmitted from the meter control device 30 via the network 10.

続いて、時刻t53において、送信停止/停止解除指示手段22が処理19を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
次に、時刻t54において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理20、処理39および処理44を同時に実行し、送信停止/停止解除指示手段22からの停止解除指示に従い、第1のエンジン重要制御に関係しないデータの送信を再開させる。
Subsequently, at time t <b> 53, the transmission stop / stop cancellation instructing unit 22 executes process 19, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
Next, at time t54, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute processing 20, processing 39, and processing 44, respectively, according to the stop cancellation instruction from the transmission stop / stop cancellation instruction means 22. The transmission of data not related to the first engine important control is resumed.

続いて、時刻t55において、比較手段26が処理21を実行し、処理16で演算された第1のエンジン重要制御に関する制御量と、処理18で受信した第1のエンジン重要制御に関する制御量とを比較する。ここでは、制御量演算手段25および制御量演算手段35の何れにも異常がないので、それぞれの第1のエンジン重要制御に関する制御量は、互いに同じ値になり、比較手段26は、この第1のエンジン重要制御に関する制御量をエンジン制御手段27に出力する。   Subsequently, at time t55, the comparison unit 26 executes the process 21, and the control amount related to the first engine important control calculated in the process 16 and the control quantity related to the first engine important control received in the process 18 are obtained. Compare. Here, since there is no abnormality in any of the control amount calculation means 25 and the control amount calculation means 35, the control amounts related to the respective first engine important controls have the same value. The control amount related to the engine important control is output to the engine control means 27.

次に、時刻t56において、エンジン制御手段27が処理22を実行し、比較手段26から第1のエンジン重要制御に関する制御量が入力されるので、この制御量に応じてエンジンユニット200の制御を実行する。   Next, at time t56, the engine control unit 27 executes the process 22, and the control amount related to the first engine important control is input from the comparison unit 26. Therefore, the engine unit 200 is controlled according to this control amount. To do.

続いて、第2の重要制御段階の処理について説明する。
まず、時刻t57において、データ収集手段24が処理51を実行し、記憶手段23の演算に必要なデータ記憶領域243に、第2のエンジン重要制御に関する制御量の演算に必要なデータを記憶させる。
次に、時刻t58において、送信停止/停止解除指示手段22が処理52を実行し、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
Next, the process in the second important control stage will be described.
First, at time t <b> 57, the data collection unit 24 executes the process 51 and stores data necessary for calculation of the control amount related to the second engine important control in the data storage area 243 necessary for calculation of the storage unit 23.
Next, at time t <b> 58, the transmission stop / stop cancellation instructing unit 22 executes processing 52, and transmits a transmission stop instruction to all other control devices connected to the network 10 via the network 10.

続いて、時刻t59において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理53、処理71および処理81を同時に実行し、送信停止/停止解除指示手段22からの送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
次に、時刻t60において、データ送受信手段21が処理54を実行し、第2のエンジン重要制御に関する制御量の演算に必要なデータを、ネットワーク10経由でAT制御装置40に送信する。
Subsequently, at time t59, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute processing 53, processing 71, and processing 81, respectively, according to the transmission stop instruction from the transmission stop / stop release instruction means 22. The transmission of data not related to the second engine important control is stopped.
Next, at time t <b> 60, the data transmitting / receiving unit 21 executes processing 54, and transmits data necessary for calculating the control amount related to the second engine important control to the AT control device 40 via the network 10.

続いて、時刻t61において、データ送受信手段41およびデータ保存手段44が処理82を実行し、受信した第2のエンジン重要制御に関する制御量の演算に必要なデータを、記憶手段43の演算に必要なデータ記憶領域443に記憶させる。
次に、時刻t62において、送信停止/停止解除指示手段42が処理83を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
Subsequently, at time t61, the data transmission / reception unit 41 and the data storage unit 44 execute the process 82, and the received data necessary for calculating the control amount related to the second engine important control is necessary for the calculation of the storage unit 43. The data is stored in the data storage area 443.
Next, at time t <b> 62, the transmission stop / stop cancellation instructing unit 42 executes process 83 and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.

続いて、時刻t63において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理55、処理72および処理84を同時に実行し、送信停止/停止解除指示手段42からの停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。   Subsequently, at time t63, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute processing 55, processing 72, and processing 84, respectively, according to the stop cancellation instruction from the transmission stop / stop cancellation instruction means 42. The transmission of data not related to the second engine important control is resumed.

次に、時刻t64において、制御量演算手段25が処理56を、制御量演算手段45が処理85を、上述した時間タイミングを同期させる方法により同時に実行する。制御量演算手段25および制御量演算手段45は、それぞれ記憶手段23および記憶手段43に記憶された第2のエンジン重要制御に関する制御量の演算に必要なデータと、第2のエンジン重要制御の制御量演算手順235とに基づいて、第2のエンジン重要制御に関する制御量を演算する。   Next, at time t <b> 64, the control amount calculation unit 25 executes the process 56 and the control amount calculation unit 45 simultaneously executes the process 85 by the above-described method for synchronizing time timing. The control amount calculation means 25 and the control amount calculation means 45 are the data necessary for calculating the control amount related to the second engine important control stored in the storage means 23 and the storage means 43, respectively, and the control of the second engine important control. Based on the amount calculation procedure 235, a control amount related to the second engine important control is calculated.

続いて、時刻t65において、送信停止/停止解除指示手段42が処理86を実行し、ネットワーク10に接続された他の全ての制御装置に対して、送信停止指示をネットワーク10経由で送信する。
次に、時刻t66において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理57、処理73および処理87を同時に実行し、送信停止/停止解除指示手段42からの送信停止指示に従い、第2のエンジン重要制御に関係しないデータの送信を停止させる。
Subsequently, at time t <b> 65, the transmission stop / stop cancellation instructing unit 42 executes process 86, and transmits a transmission stop instruction to all other control devices connected to the network 10 via the network 10.
Next, at time t66, the data transmission / reception means 21, data transmission / reception means 31, and data transmission / reception means 41 simultaneously execute processing 57, processing 73, and processing 87, respectively, according to the transmission stop instruction from the transmission stop / stop cancellation instruction means 42. The transmission of data not related to the second engine important control is stopped.

続いて、時刻t67において、データ送受信手段41が処理88を実行し、処理85で演算された第2のエンジン重要制御に関する制御量を、ネットワーク10経由でエンジン制御装置20に送信する。
次に、時刻t68において、データ送受信手段21が処理58を実行し、AT制御装置40からネットワーク10経由で送信された第2のエンジン重要制御に関する制御量を受信する。
Subsequently, at time t <b> 67, the data transmitting / receiving unit 41 executes process 88, and transmits the control amount related to the second engine important control calculated in process 85 to the engine control apparatus 20 via the network 10.
Next, at time t <b> 68, the data transmitting / receiving unit 21 executes the process 58 and receives the control amount related to the second engine important control transmitted from the AT control device 40 via the network 10.

続いて、時刻t69において、送信停止/停止解除指示手段22が処理59を実行し、ネットワーク10に接続された他の全ての制御装置に対して、停止解除指示をネットワーク10経由で送信する。
次に、時刻t70において、データ送受信手段21、データ送受信手段31およびデータ送受信手段41がそれぞれ処理60、処理74および処理89を同時に実行し、送信停止/停止解除指示手段22からの停止解除指示に従い、第2のエンジン重要制御に関係しないデータの送信を再開させる。
Subsequently, at time t <b> 69, the transmission stop / stop cancellation instructing unit 22 executes process 59, and transmits a stop cancellation instruction to all other control devices connected to the network 10 via the network 10.
Next, at time t70, the data transmission / reception means 21, the data transmission / reception means 31, and the data transmission / reception means 41 simultaneously execute processing 60, processing 74, and processing 89, respectively, according to the stop cancellation instruction from the transmission stop / stop cancellation instruction means 22. The transmission of data not related to the second engine important control is resumed.

続いて、時刻t71において、比較手段26が処理61を実行し、処理56で演算された第2のエンジン重要制御に関する制御量と、処理58で受信した第2のエンジン重要制御に関する制御量とを比較する。ここでは、制御量演算手段25および制御量演算手段45の何れにも異常がないので、それぞれの第2のエンジン重要制御に関する制御量は、互いに同じ値になり、比較手段26は、この第2のエンジン重要制御に関する制御量をエンジン制御手段27に出力する。   Subsequently, at time t71, the comparison unit 26 executes the process 61, and the control amount related to the second engine important control calculated in the process 56 and the control quantity related to the second engine important control received in the process 58 are obtained. Compare. Here, since there is no abnormality in any of the control amount calculation means 25 and the control amount calculation means 45, the control amounts related to the respective second engine important controls have the same value, and the comparison means 26 uses the second value. The control amount related to the engine important control is output to the engine control means 27.

次に、時刻t72において、エンジン制御手段27が処理62を実行し、比較手段26から第2のエンジン重要制御に関する制御量が入力されるので、この制御量に応じてエンジンユニット200の制御を実行する。   Next, at time t72, the engine control unit 27 executes the process 62, and a control amount related to the second engine important control is input from the comparison unit 26. Therefore, the engine unit 200 is controlled according to this control amount. To do.

続いて、制御量演算手段25、制御量演算手段35および制御量演算手段45の何れかに異常がある場合の制御システムの動作を、図9のタイミングチャートにしたがって説明する。ここでは、制御量演算手段25に異常があり、第1のエンジン重要制御に関する制御量は正確に演算できるものの、第2のエンジン重要制御に関する制御量のみを正確に演算することができない場合を例に挙げて説明する。   Subsequently, the operation of the control system when any of the control amount calculation means 25, the control amount calculation means 35, and the control amount calculation means 45 is abnormal will be described with reference to the timing chart of FIG. Here, an example is given in which there is an abnormality in the control amount calculation means 25 and the control amount related to the first engine important control can be calculated accurately, but only the control amount related to the second engine important control cannot be calculated accurately. Will be described.

なお、第1の重要制御段階の処理および第2の重要制御段階における時刻t57から時刻t63までの処理は、上述した制御量演算手段25、制御量演算手段35および制御量演算手段45に異常がない場合の処理と同様なので、説明を省略する。   It should be noted that the process from the time t57 to the time t63 in the first important control stage and the process from the time t57 to the time t63 has an abnormality in the control amount calculation means 25, the control amount calculation means 35, and the control amount calculation means 45 described above. Since it is the same as the process in the case where there is not, the description is omitted.

まず、時刻t64において、制御量演算手段25が処理56を、制御量演算手段45が処理85を同時に実行する。制御量演算手段25は、記憶手段23に記憶された第2のエンジン重要制御に関する制御量の演算に必要なデータと、第2のエンジン重要制御の制御量演算手順235とに基づいて、第2のエンジン重要制御に関する制御量を演算する。ここで、制御量演算手段25に異常があり、第2のエンジン重要制御に関する制御量のみを正確に演算することができないので、演算された第2のエンジン重要制御に関する制御量は、本来得られる制御量とは異なる値になる。   First, at time t64, the control amount calculation unit 25 executes the process 56 and the control amount calculation unit 45 simultaneously executes the process 85. Based on the data necessary for calculating the control amount relating to the second engine important control stored in the storage means 23 and the control amount calculating procedure 235 for the second engine important control, the control amount calculating means 25 The control amount related to the engine important control is calculated. Here, since there is an abnormality in the control amount calculation means 25 and only the control amount related to the second engine important control cannot be accurately calculated, the calculated control amount related to the second engine important control is originally obtained. It becomes a value different from the controlled variable.

また、制御量演算手段45は、記憶手段43に記憶された第2のエンジン重要制御に関する制御量の演算に必要なデータと、第2のエンジン重要制御の制御量演算手順235とに基づいて、第2のエンジン重要制御に関する制御量を演算する。
なお、第2の重要制御段階における時刻t65から時刻t70までの処理も、上述した制御量演算手段25、制御量演算手段35および制御量演算手段45に異常がない場合の処理と同様なので、説明を省略する。
Further, the control amount calculating means 45 is based on the data necessary for calculating the control amount related to the second engine important control stored in the storage means 43 and the control amount calculating procedure 235 for the second engine important control. A control amount related to the second engine important control is calculated.
The processing from time t65 to time t70 in the second important control stage is the same as the processing in the case where there is no abnormality in the control amount calculation means 25, the control amount calculation means 35, and the control amount calculation means 45 described above. Is omitted.

続いて、時刻t71において、比較手段26が処理61を実行し、処理56で演算された第2のエンジン重要制御に関する制御量と、処理58で受信した第2のエンジン重要制御に関する制御量とを比較する。ここでは、制御量演算手段25に異常があるので、それぞれの第2のエンジン重要制御に関する制御量は、互いに異なる値になり、比較手段26は、制御量が互いに異なる旨をエンジン制御手段27に出力する。   Subsequently, at time t71, the comparison unit 26 executes the process 61, and the control amount related to the second engine important control calculated in the process 56 and the control quantity related to the second engine important control received in the process 58 are obtained. Compare. Here, since there is an abnormality in the control amount calculation means 25, the control amounts related to the respective second engine important controls are different from each other, and the comparison means 26 informs the engine control means 27 that the control amounts are different from each other. Output.

次に、時刻t72において、エンジン制御手段27が処理62を実行する。しかしながら、比較手段26から制御量が互いに異なる旨が入力されるので、エンジン制御手段27は、エンジンユニット200の制御を実行しない。   Next, at time t72, the engine control unit 27 executes the process 62. However, since the fact that the control amounts are different from each other is input from the comparison unit 26, the engine control unit 27 does not execute control of the engine unit 200.

このように、制御量演算手段25で演算された第1のエンジン重要制御に関する制御量と、制御量演算手段35で演算された第1のエンジン重要制御に関する制御量とを比較し、制御量演算手段25で演算された第2のエンジン重要制御に関する制御量と、制御量演算手段45で演算された第2のエンジン重要制御に関する制御量とを比較検証することにより、制御量演算手段25、制御量演算手段35および制御量演算手段45の何れかに異常があることを検出することができる。   In this way, the control amount related to the first engine important control calculated by the control amount calculation means 25 is compared with the control amount related to the first engine important control calculated by the control amount calculation means 35, and the control amount calculation is performed. By comparing and verifying the control amount related to the second engine important control calculated by the means 25 and the control amount related to the second engine important control calculated by the control amount calculating means 45, the control amount calculating means 25, the control It can be detected that there is an abnormality in any of the quantity calculation means 35 and the control quantity calculation means 45.

すなわち、制御量演算手段25で演算された第1のエンジン重要制御に関する制御量と、制御量演算手段35で演算された第1のエンジン重要制御に関する制御量とを比較し、また、制御量演算手段25で演算された第2のエンジン重要制御に関する制御量と、制御量演算手段45で演算された第2のエンジン重要制御に関する制御量とを比較し、それぞれの制御量が互いに同じ値である場合にはそれぞれの制御量に基づいて、エンジンユニット200の制御を実行し、それぞれの制御量の少なくとも一方が互いに異なる値である場合には、両方の重要制御において、エンジンユニット200の制御を実行しないことにより、エンジン制御装置20内にマイコンを2個設けたり、監視回路を設けたりすることなく、かつ送信時のネットワーク通信状況に左右されることなく、制御の信頼性を確保しながら、制御システムのコストを低減することができる。   That is, the control amount related to the first engine important control calculated by the control amount calculation means 25 is compared with the control amount related to the first engine important control calculated by the control amount calculation means 35, and the control amount calculation The control amount related to the second engine important control calculated by the means 25 and the control amount related to the second engine important control calculated by the control amount calculation means 45 are compared, and each control amount has the same value. In some cases, the control of the engine unit 200 is executed based on the respective control amounts. When at least one of the respective control amounts has a different value, the control of the engine unit 200 is executed in both important controls. By not doing so, two microcomputers are not provided in the engine control device 20 or a monitoring circuit is not provided. Without being influenced by the signal conditions, while ensuring the reliability of the control, it is possible to reduce the cost of the control system.

また、エンジン制御装置20において、本来の演算である第1のエンジン重要制御に関する制御量、または第2のエンジン重要制御に関する制御量を演算しているときに、メータ制御装置30の制御量演算手段35およびAT制御装置40の制御量演算手段45により同じ制御量を同時に演算し、演算結果を比較して、それぞれの制御量の少なくとも一方が同じ値になった場合に、同じ値の第1のエンジン重要制御に関する制御、または第2のエンジン重要制御に関する制御においてのみエンジンユニット200の制御を実行することにより、異常検出のための演算ではなく、本来の演算実施時に異常を判定することができ、制御の信頼性を確保することができる。   Further, when the engine control device 20 is calculating the control amount related to the first engine important control or the control amount related to the second engine important control which is the original calculation, the control amount calculation means of the meter control device 30 35 and the control amount calculation means 45 of the AT control device 40 simultaneously calculate the same control amount, compare the calculation results, and if at least one of the respective control amounts has the same value, the first value of the same value By executing the control of the engine unit 200 only in the control related to the engine important control or the control related to the second engine important control, it is possible to determine the abnormality when performing the original calculation, not the calculation for detecting the abnormality, Control reliability can be ensured.

さらにまた、エンジン制御装置20において、第1のエンジン重要制御に関する制御量を演算しているときに、メータ制御装置30の制御量演算手段35により同じ制御量を同時に演算することにより、演算結果をできる限り早く比較することができ、第1のエンジン重要制御に要する処理時間を短縮することもできる。   Furthermore, when the engine control device 20 calculates the control amount related to the first engine important control, the control amount calculation means 35 of the meter control device 30 calculates the same control amount at the same time. The comparison can be made as soon as possible, and the processing time required for the first important engine control can be shortened.

また、エンジン制御装置20において、第2のエンジン重要制御に関する制御量を演算しているときに、AT制御装置40の制御量演算手段45により同じ制御量を同時に演算することにより、演算結果を出来る限り早く比較することができ、第2のエンジン重要制御に要する処理時間を短くすることもできる。   Further, when the engine control device 20 calculates the control amount related to the second engine important control, the control amount calculation means 45 of the AT control device 40 calculates the same control amount at the same time, so that the calculation result can be obtained. The comparison can be made as soon as possible, and the processing time required for the second important engine control can be shortened.

以上のように、実施の形態2によれば、送信時の通信状況に応じて送信可否が決定されるネットワークに接続された第1の制御装置、第2の制御装置および第3の制御装置において、第1の制御装置は、第1の重要制御に関する制御量を演算するための第1制御量演算手順、第2の重要制御に関する制御量を演算するための第2制御量演算手順、自身の制御対象に対する第1の重要制御に関する制御量の演算に必要な第1制御用データおよび自身の制御対象に対する第2の重要制御に関する制御量の演算に必要な第2制御用データに基づいて、第1の重要制御に関する制御量および第2の重要制御に関する制御量を演算する第1制御量演算手段と、第1制御量演算手段で演算された第1の重要制御に関する制御量と第2の制御装置で演算された第1の重要制御に関する制御量とを比較するとともに、第1制御量演算手段で演算された第2の重要制御に関する制御量と第3の制御装置で演算された第2の重要制御に関する制御量とを比較する比較手段と、比較手段での比較結果に応じて制御対象を制御する制御手段と、ネットワークに接続された他の全ての制御装置に対して、送信停止指示または停止解除指示を送信する第1送信停止/停止解除指示手段とを有している。また、第2の制御装置は、第1制御量演算手順および第1の制御装置からネットワークを介して受信した第1制御用データを記憶する第2記憶手段と、第1制御量演算手順および第1制御用データに基づいて、第1の重要制御に関する制御量を演算する第2制御量演算手段と、ネットワークに接続された他の全ての制御装置に対して、送信停止指示または停止解除指示を送信する第2送信停止/停止解除指示手段とを有している。また、第3の制御装置は、第2制御量演算手順および第1の制御装置からネットワークを介して受信した第2制御用データを記憶する第3記憶手段と、第2制御量演算手順および第2制御用データに基づいて、第2の重要制御に関する制御量を演算する第3制御量演算手段と、ネットワークに接続された他の全ての制御装置に対して、送信停止指示または停止解除指示を送信する第3送信停止/停止解除指示手段とを有している。
そのため、制御装置内に同機能のマイコンを2個設けたり、監視回路を設けたりすることなく、かつ送信時のネットワーク通信状況に左右されることなく、第1制御量演算手段で演算された第1の重要制御に関する制御量と第2の制御装置で演算された第1の重要制御に関する制御量とを比較し、第1制御量演算手段で演算された第2の重要制御に関する制御量と第3の制御装置で演算された第2の重要制御に関する制御量とを比較検証することにより、制御の信頼性を確保しながら、コストを低減することができる制御システムを得ることができる。
As described above, according to the second embodiment, in the first control device, the second control device, and the third control device that are connected to the network in which transmission is determined according to the communication status at the time of transmission. The first control device includes a first control amount calculation procedure for calculating a control amount related to the first important control, a second control amount calculation procedure for calculating a control amount related to the second important control, Based on the first control data necessary for calculating the control amount related to the first important control for the control target and the second control data required for calculating the control amount related to the second important control for the own control target. A first controlled variable calculating means for calculating a controlled variable related to the first important control and a controlled variable related to the second important control; a controlled variable related to the first important control calculated by the first controlled variable calculating means; Calculated by the device The control amount related to the first important control is compared with the control amount related to the second important control calculated by the first control amount calculating means and the control amount related to the second important control calculated by the third control device. A transmission stop instruction or a stop release instruction is transmitted to all the other control devices connected to the network, the comparison means for comparing the control object, the control means for controlling the control target according to the comparison result of the comparison means First transmission stop / stop cancellation instructing means. In addition, the second control device includes a first control amount calculation procedure, second storage means for storing first control data received from the first control device via the network, a first control amount calculation procedure, and a first control amount calculation procedure. Based on the data for one control, a second control amount calculation means for calculating a control amount related to the first important control, and a transmission stop instruction or a stop release instruction to all other control devices connected to the network And a second transmission stop / stop cancellation instructing means for transmitting. The third control device includes a second storage amount calculation procedure, a third storage means for storing second control data received from the first control device via the network, a second control amount calculation procedure, and a second control amount calculation procedure. 2 Based on the control data, a third control amount calculation means for calculating a control amount related to the second important control, and a transmission stop instruction or a stop release instruction to all other control devices connected to the network And a third transmission stop / stop cancellation instructing means for transmitting.
For this reason, the first control amount calculation means calculates the first control amount without providing two microcomputers having the same function in the control device, without providing a monitoring circuit, and without depending on the network communication status at the time of transmission. The control amount related to the first important control is compared with the control amount related to the first important control calculated by the second control device, and the control amount related to the second important control calculated by the first control amount calculating means By comparing and verifying the control amount relating to the second important control calculated by the control device 3, it is possible to obtain a control system capable of reducing the cost while ensuring the reliability of the control.

また、制御手段は、比較手段で比較した第1の重要制御に関する制御量、および第2の重要制御に関する制御量がそれぞれ互いに同じ値であると判定された場合に、同じ値である第1の重要制御に関する制御量および同じ値である第2の重要制御に関する制御量に基づいて、制御対象を制御し、比較手段で比較した第1の重要制御に関する制御量どうし、および比較した第2の重要制御に関する制御量どうしの少なくとも一方が互いに異なる値であると判定された場合に、制御対象の制御をしない。また、制御手段は、比較手段で比較した第1の重要制御に関する制御量どうし、および比較した第2の重要制御に関する制御量どうしの少なくとも一方が互いに異なる値であると判定された場合に、同じ値である第1の重要制御または同じ値である第2の重要制御においてのみ、制御対象を制御する。
そのため、制御の信頼性を向上させることができる。
In addition, when it is determined that the control amount related to the first important control and the control amount related to the second important control compared by the comparison unit are the same value, the control means has the same value. Based on the control amount related to the important control and the control amount related to the second important control which is the same value, the control target is controlled, the control amounts related to the first important control compared by the comparison means, and the second important control compared When it is determined that at least one of the control amounts related to the control is different from each other, the control target is not controlled. The control means is the same when it is determined that at least one of the control amounts related to the first important control compared by the comparison means and the control quantities related to the second important control compared are different from each other. The controlled object is controlled only in the first important control that is the value or the second important control that is the same value.
Therefore, the reliability of control can be improved.

なお、上記実施の形態2では、エンジン制御手段27は、比較手段26から制御量が互いに異なる旨が入力された場合には、エンジンユニット200の制御を実行しないと説明した。しかしながら、これに限定されず、エンジン制御手段27は、比較手段26から制御量が互いに異なる旨が入力された場合に、異なる重要制御のみ、もしくは両方の重要制御に対して、第1のエンジン重要制御に関する制御量および第2のエンジン重要制御に関する制御量としてそれぞれあらかじめ設定された所定の制御量に基づいて、エンジンユニット200の制御を実行してもよい。また、エンジン制御手段27は、あらかじめ設定された所定の制御量に代えて、前回の制御量を用いてもよい。
この場合には、制御量演算手段25、制御量演算手段35および制御量演算手段45の何れかに異常が発生した場合にも、エンジンを停止することなく制御を続行することができる。
In the second embodiment, it has been described that the engine control unit 27 does not execute the control of the engine unit 200 when the comparison unit 26 inputs that the control amounts are different from each other. However, the present invention is not limited to this. When the control means 27 inputs that the control amounts are different from each other, the engine control means 27 performs the first important engine control only for different important controls or for both important controls. The engine unit 200 may be controlled based on a predetermined control amount that is set in advance as a control amount related to the control and a control amount related to the second engine important control. Further, the engine control means 27 may use the previous control amount instead of the predetermined control amount set in advance.
In this case, even when an abnormality occurs in any of the control amount calculation means 25, the control amount calculation means 35, and the control amount calculation means 45, the control can be continued without stopping the engine.

また、上記実施の形態2では、エンジン制御装置20による処理16およびメータ制御装置30による処理35を開始する時間タイミングが同期していると説明した。しかしながら、同期を取らずに処理開始の時間タイミングにずれが生じた場合であっても、この発明の目的である制御の信頼性を向上させることには、大きな影響はない。   Moreover, in the said Embodiment 2, it demonstrated that the time timing which starts the process 16 by the engine control apparatus 20 and the process 35 by the meter control apparatus 30 is synchronizing. However, even if there is a shift in processing start timing without synchronization, there is no significant effect on improving the reliability of control, which is the object of the present invention.

また、上記実施の形態2では、エンジン制御装置20による処理56およびAT制御装置40による処理85を開始する時間タイミングが同期していると説明した。しかしながら、同期を取らずに処理開始の時間タイミングにずれが生じた場合であっても、この発明の目的である制御の信頼性を向上させることには、大きな影響はない。   Moreover, in the said Embodiment 2, it demonstrated that the time timing which starts the process 56 by the engine control apparatus 20 and the process 85 by the AT control apparatus 40 is synchronizing. However, even if there is a shift in processing start timing without synchronization, there is no significant effect on improving the reliability of control, which is the object of the present invention.

また、上記実施の形態2において、制御量演算手段25、制御量演算手段35および制御量演算手段45を、例えば同じメーカ製の同じ型番のマイコンを用いる等、互いに同一の構成としてもよい。
この場合には、より正確な制御量を演算することができ、また、その制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。
In the second embodiment, the control amount calculation unit 25, the control amount calculation unit 35, and the control amount calculation unit 45 may have the same configuration, for example, using the same model number of the same manufacturer.
In this case, a more accurate control amount can be calculated, and the control reliability can be improved by executing control of the engine unit 200 based on the result of comparing the control amounts. .

また、上記実施の形態2において、記憶手段23、記憶手段33および記憶手段43を、例えば同じメーカ製の同じ型番のメモリを用いる等、互いに同一の構成とし、第1のエンジン重要制御の制御量演算手順232を、記憶手段23および記憶手段33の同一の場所に、第2のエンジン重要制御の制御量演算手順235を、記憶手段23および記憶手段43の同一の場所に記憶させてもよい。
この場合には、より正確な制御量を演算することができ、また、その制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。
In the second embodiment, the storage unit 23, the storage unit 33, and the storage unit 43 have the same configuration, for example, using the same model number memory manufactured by the same manufacturer, and the control amount of the first engine important control. The calculation procedure 232 may be stored in the same place in the storage means 23 and the storage means 33, and the control amount calculation procedure 235 for the second engine important control may be stored in the same place in the storage means 23 and the storage means 43.
In this case, a more accurate control amount can be calculated, and the control reliability can be improved by executing control of the engine unit 200 based on the result of comparing the control amounts. .

また、上記実施の形態2において、記憶手段23、記憶手段33および記憶手段43を、例えば同じメーカ製の同じ型番のメモリを用いる等、互いに同一の構成とし、第1のエンジン重要制御に関する制御量の演算に必要なデータが記憶される、演算に必要なデータ記憶領域243および演算に必要なデータ記憶領域343を、記憶手段23および記憶手段33の同一の場所に、第2のエンジン重要制御に関する制御量の演算に必要なデータが記憶される、演算に必要なデータ記憶領域243および演算に必要なデータ記憶領域443を、記憶手段23および記憶手段43の同一の場所に記憶させてもよい。
この場合には、より正確な制御量を演算することができ、また、その制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。
In the second embodiment, the storage unit 23, the storage unit 33, and the storage unit 43 have the same configuration, for example, using memories of the same model made by the same manufacturer, and the control amount related to the first engine important control. The data storage area 243 required for the calculation and the data storage area 343 required for the calculation are stored in the same place in the storage means 23 and the storage means 33 and the second engine important control is stored. The data storage area 243 required for the calculation and the data storage area 443 required for the calculation in which data necessary for the calculation of the control amount are stored may be stored in the same place in the storage means 23 and the storage means 43.
In this case, a more accurate control amount can be calculated, and the control reliability can be improved by executing control of the engine unit 200 based on the result of comparing the control amounts. .

また、上記実施の形態2では、制御量演算手段25に異常が発生した場合について説明したが、この実施の形態2によれば、データ送受信手段21が、第1のエンジン重要制御に関する制御量の演算に必要なデータをメータ制御装置30に送信した後、または、第2のエンジン重要制御に関する制御量の演算に必要なデータをAT制御装置40に送信した後に、データの不本意な変更や破壊等が行われた場合であっても、演算された制御量を比較した結果に基づいてエンジンユニット200の制御を実行することにより、制御の信頼性を向上させることができる。   In the second embodiment, the case where an abnormality has occurred in the control amount calculation unit 25 has been described. However, according to the second embodiment, the data transmission / reception unit 21 controls the control amount related to the first engine important control. Unintentional change or destruction of data after data necessary for calculation is transmitted to the meter control device 30 or data necessary for calculation of the control amount related to the second engine important control is transmitted to the AT control device 40 Even when the above is performed, the reliability of the control can be improved by executing the control of the engine unit 200 based on the result of comparing the calculated control amounts.

また、上記実施の形態2では、制御装置が3つの場合を例に挙げて説明したが、これに限定されず、4つ以上の制御装置を用いた場合であっても、同様の効果を得ることができる。   In the second embodiment, the case where there are three control devices has been described as an example. However, the present invention is not limited to this, and the same effect can be obtained even when four or more control devices are used. be able to.

また、上記実施の形態2では、送信停止/停止解除指示手段22から送信停止指示が送信されると、送信停止/停止解除指示手段32または送信停止/停止解除指示手段42が停止解除指示を送信し、送信停止/停止解除指示手段32または送信停止/停止解除指示手段42から送信停止指示が送信されると、送信停止/停止解除指示手段22が停止解除指示を送信すると説明した。しかしながら、これに限定されず、例えば送信停止/停止解除指示手段22が送信停止指示を送信し、所定時間が経過した後に、送信停止/停止解除指示手段22が停止解除指示を送信してもよい。また、送信停止/停止解除指示手段32または送信停止/停止解除指示手段42が送信停止指示を送信し、所定時間が経過した後に、送信停止/停止解除指示手段32または送信停止/停止解除指示手段42が停止解除指示を送信してもよい。このとき、所定時間は、第1のエンジン重要制御または第2のエンジン重要制御に関するデータが、受信側に確実に受信されたと判断することができる長さとする。   In the second embodiment, when a transmission stop instruction is transmitted from the transmission stop / stop cancellation instructing means 22, the transmission stop / stop cancellation instructing means 32 or the transmission stop / stop cancellation instructing means 42 transmits a stop cancellation instruction. Then, it has been described that when a transmission stop instruction is transmitted from the transmission stop / stop cancellation instructing means 32 or the transmission stop / stop cancellation instructing means 42, the transmission stop / stop cancellation instructing means 22 transmits a stop cancellation instruction. However, the present invention is not limited to this. For example, the transmission stop / stop cancellation instructing means 22 transmits a transmission stop instruction, and the transmission stop / stop cancellation instructing means 22 may transmit a stop cancellation instruction after a predetermined time has elapsed. . The transmission stop / stop release instructing means 32 or the transmission stop / stop release instructing means 42 transmits a transmission stop instruction, and after a predetermined time has elapsed, the transmission stop / stop release instructing means 32 or the transmission stop / stop release instructing means. 42 may transmit a stop cancellation instruction. At this time, the predetermined time is set to a length that allows the receiving side to determine that the data related to the first engine important control or the second engine important control has been reliably received.

このように、第1のエンジン重要制御または第2のエンジン重要制御に関するデータを送信した制御装置の送信停止/停止解除指示手段が、停止解除指示を送信することにより、上記実施の形態2と同様の効果を得ることができる。また、仮に受信側の送信停止/停止解除指示手段が故障等によってデータの送信停止を解除させることができない状態に陥っていても、送信側の送信停止/停止解除指示手段が、所定時間が経過した後に停止解除指示を送信して送信停止を解除させることができるので、送信停止が継続することによるネットワーク全体への影響を低減することができる。   As described above, the transmission stop / stop cancellation instructing means of the control device that has transmitted the data related to the first engine important control or the second engine important control transmits the stop cancellation instruction, thereby the same as in the second embodiment. The effect of can be obtained. Even if the transmission stop / stop cancellation instructing means on the reception side cannot release the data transmission stop due to a failure or the like, the transmission stop / stop cancellation instructing means on the transmission side has passed the predetermined time. Then, the stop cancellation instruction can be transmitted to cancel the transmission stop, so that the influence on the entire network due to the continued transmission stop can be reduced.

また、上記実施の形態1、2では、記憶手段と制御演算手段とを別々の構成として記載しているが、これに限定されず、制御量演算手段の内部に記憶領域を設けた場合であっても、同様の効果を得ることができる。   In the first and second embodiments, the storage unit and the control calculation unit are described as separate configurations. However, the present invention is not limited to this, and is a case where a storage area is provided inside the control amount calculation unit. However, the same effect can be obtained.

また、上記実施の形態1、2では、送信停止/停止解除指示手段22、送信停止/停止解除指示手段32および送信停止/停止解除指示手段42が、それぞれ送信停止指示を送信する時間タイミングについては詳細に説明していない。しかしながら、送信停止指示を含む送信データの優先度を他の送信データの優先度よりも高くすること、およびすでにネットワーク10上にデータが送信されている場合を考慮した余裕時間を持って送信停止指示を送信することにより、エンジン重要制御に関するデータの送信開始までに他の制御装置からのデータの送信を確実に停止させることができる。   In the first and second embodiments, the transmission stop / stop release instructing means 22, the transmission stop / stop release instructing means 32, and the transmission stop / stop release instructing means 42 each send a transmission stop instruction. Not explained in detail. However, the transmission stop instruction including the allowance time considering that the priority of the transmission data including the transmission stop instruction is higher than the priority of the other transmission data and the data is already transmitted on the network 10 By transmitting this, it is possible to reliably stop the transmission of data from other control devices before the start of transmission of data related to engine important control.

10 ネットワーク、20 エンジン制御装置(第1の制御装置)、22 送信停止/停止解除指示手段(第1送信停止/停止解除指示手段)、23 記憶手段(第1記憶手段)、24 データ収集手段、25 制御量演算手段(第1制御量演算手段)、26 比較手段、27 エンジン制御手段(制御手段)、30 メータ制御装置(第2の制御装置)、32 送信停止/停止解除指示手段(第2送信停止/停止解除指示手段)、33 記憶手段(第2記憶手段)、35 制御量演算手段(第2制御量演算手段)、40 AT制御装置(第3の制御装置)、42 送信停止/停止解除指示手段(第3送信停止/停止解除指示手段)、43 記憶手段(第3記憶手段)、45 制御量演算手段(第3制御量演算手段)、200 エンジンユニット(制御対象)、232 第1のエンジン重要制御の制御量演算手順(第1制御量演算手順)、235 第2のエンジン重要制御の制御量演算手順(第2制御量演算手順)。   10 network, 20 engine control device (first control device), 22 transmission stop / stop release instruction means (first transmission stop / stop release instruction means), 23 storage means (first storage means), 24 data collection means, 25 control amount calculation means (first control amount calculation means), 26 comparison means, 27 engine control means (control means), 30 meter control device (second control device), 32 transmission stop / stop release instruction means (second (Transmission stop / stop release instruction means), 33 storage means (second storage means), 35 control amount calculation means (second control amount calculation means), 40 AT control device (third control device), 42 transmission stop / stop Release instruction means (third transmission stop / stop release instruction means), 43 storage means (third storage means), 45 control amount calculation means (third control amount calculation means), 200 engine unit (control pair) 232) Control amount calculation procedure of the first engine important control (first control amount calculation procedure), 235 Control amount calculation procedure of the second engine important control (second control amount calculation procedure).

Claims (18)

送信時の通信状況に応じて送信可否が決定されるネットワークにそれぞれ接続され、互いに異なる対象を制御する複数の制御装置を備えた制御システムであって、
第1の制御装置の制御対象に対する制御のうち、重要度の高い制御である重要制御に関する制御量を演算するための制御量演算手順を、前記第1の制御装置と第2以降の制御装置のうちの少なくとも1つとがそれぞれ記憶し、
前記第1の制御装置は、自身が演算した前記重要制御に関する制御量と、前記第2以降の制御装置で演算された前記重要制御に関する制御量とを比較し、比較結果に応じて自身の制御対象を制御し、
前記第1の制御装置と前記第2以降の制御装置との間で前記重要制御に関するデータを送受信するとき、前記重要制御に関するデータを送信する制御装置は、他の制御装置からのデータの送信を停止させた後に前記重要制御に関するデータを送信する
ことを特徴とする制御システム。
A control system that includes a plurality of control devices that are respectively connected to networks that are determined as to whether transmission is possible or not according to the communication status at the time of transmission, and that control different objects,
Of the controls for the control target of the first control device, the control amount calculation procedure for calculating the control amount related to the important control, which is the control with high importance, is performed between the first control device and the second and subsequent control devices. At least one of them remembers each
The first control device compares the control amount related to the important control calculated by itself with the control amount related to the important control calculated by the second and subsequent control devices, and controls the control according to the comparison result. Control the subject,
When data related to the important control is transmitted and received between the first control device and the second and subsequent control devices, the control device that transmits the data related to the important control transmits data from other control devices. A control system that transmits data related to the important control after being stopped.
前記第1の制御装置と前記第2以降の制御装置との間で前記重要制御に関するデータを送受信するとき、前記重要制御に関するデータを受信する制御装置は、前記重要制御に関するデータを受信した後に、前記他の制御装置からのデータの送信停止を解除させる
ことを特徴とする請求項1に記載の制御システム。
When data related to the important control is transmitted and received between the first control device and the second and subsequent control devices, the control device that receives the data related to the important control, after receiving the data related to the important control, The control system according to claim 1, wherein the transmission stop of data from the other control device is released.
前記第1の制御装置と前記第2以降の制御装置との間で前記重要制御に関するデータを送受信するとき、前記重要制御に関するデータを送信する制御装置は、前記重要制御に関するデータを送信してから所定時間が経過した後に、前記他の制御装置からのデータの送信停止を解除させる
ことを特徴とする請求項1に記載の制御システム。
When data related to the important control is transmitted and received between the first control device and the second and subsequent control devices, the control device that transmits the data related to the important control transmits the data related to the important control. The control system according to claim 1, wherein after the predetermined time has elapsed, the transmission stop of data from the other control device is released.
前記ネットワークに接続された前記第1の制御装置および第2の制御装置を含み、
前記第1の制御装置は、
前記ネットワークに接続された前記他の制御装置に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示を送信する第1送信停止/停止解除指示手段と、
自身の制御対象に対する第1の重要制御に関する制御量の演算に必要な第1制御用データを収集し、第1記憶手段に記憶するデータ収集手段と、
前記第1の重要制御に関する制御量を演算するための第1制御量演算手順、および前記第1制御用データを記憶する第1記憶手段と、
前記第1記憶手段に記憶された前記第1制御量演算手順および前記第1制御用データに基づいて、前記第1の重要制御に関する制御量を演算する第1制御量演算手段と、
前記第1制御量演算手段で演算された前記第1の重要制御に関する制御量と、前記第2の制御装置で演算された前記第1の重要制御に関する制御量とを比較する比較手段と、
前記比較手段での比較結果に応じて前記制御対象を制御する制御手段と、を有し、
前記第2の制御装置は、
前記ネットワークに接続された前記他の制御装置に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示を送信する第2送信停止/停止解除指示手段と、
前記第1の制御装置から前記ネットワークを介して受信した前記第1制御用データを第2記憶手段に記憶する第2保存手段と、
前記第1制御量演算手順、および前記第1制御用データを記憶する第2記憶手段と、
前記第2記憶手段に記憶された前記第1制御量演算手順および前記第1制御用データに基づいて、前記第1の重要制御に関する制御量を演算する第2制御量演算手段と、を有する
ことを特徴とする請求項2または請求項3に記載の制御システム。
Including the first control device and the second control device connected to the network;
The first control device includes:
A first transmission stop / stop cancellation instructing means for transmitting an instruction to stop transmission of data or an instruction to cancel transmission stop of data to the other control device connected to the network;
Data collecting means for collecting first control data necessary for calculation of a control amount related to the first important control with respect to its own control target, and storing the data in the first storage means;
A first control amount calculation procedure for calculating a control amount related to the first important control, and a first storage means for storing the first control data;
First control amount calculation means for calculating a control amount related to the first important control based on the first control amount calculation procedure and the first control data stored in the first storage means;
Comparison means for comparing the control amount related to the first important control calculated by the first control amount calculating means with the control amount related to the first important control calculated by the second control device;
Control means for controlling the control object according to the comparison result in the comparison means,
The second control device includes:
A second transmission stop / stop cancellation instructing means for transmitting an instruction to stop data transmission or an instruction to cancel data transmission suspension to the other control device connected to the network;
Second storage means for storing the first control data received from the first control device via the network in a second storage means;
Second storage means for storing the first control amount calculation procedure and the first control data;
Second control amount calculation means for calculating a control amount related to the first important control based on the first control amount calculation procedure and the first control data stored in the second storage means. The control system according to claim 2 or claim 3, wherein
前記ネットワークに接続された前記第1の制御装置、第2の制御装置および第3の制御装置を含み、
前記第1の制御装置は、
前記ネットワークに接続された前記他の制御装置に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示を送信する第1送信停止/停止解除指示手段と、
自身の制御対象に対する第1の重要制御に関する制御量の演算に必要な第1制御用データ、および自身の制御対象に対する第2の重要制御に関する制御量の演算に必要な第2制御用データを収集し、第1記憶手段に記憶するデータ収集手段と、
前記第1の重要制御に関する制御量を演算するための第1制御量演算手順、前記第2の重要制御に関する制御量を演算するための第2制御量演算手順、前記第1制御用データおよび前記第2制御用データを記憶する第1記憶手段と、
前記第1記憶手段に記憶された前記第1制御量演算手順および前記第1制御用データに基づいて、前記第1の重要制御に関する制御量を演算するとともに、前記第2制御量演算手順および前記第2制御用データに基づいて、前記第2の重要制御に関する制御量を演算する第1制御量演算手段と、
前記第1制御量演算手段で演算された前記第1の重要制御に関する制御量と、前記第2の制御装置で演算された前記第1の重要制御に関する制御量とを比較するとともに、前記第1制御量演算手段で演算された前記第2の重要制御に関する制御量と、前記第3の制御装置で演算された前記第2の重要制御に関する制御量とを比較する比較手段と、
前記比較手段での比較結果に応じて前記制御対象を制御する制御手段と、を有し、
前記第2の制御装置は、
前記ネットワークに接続された前記他の制御装置に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示を送信する第2送信停止/停止解除指示手段と、
前記第1の制御装置から前記ネットワークを介して受信した前記第1制御用データを第2記憶手段に記憶する第2保存手段と、
前記第1制御量演算手順、および前記第1制御用データを記憶する第2記憶手段と、
前記第2記憶手段に記憶された前記第1制御量演算手順および前記第1制御用データに基づいて、前記第1の重要制御に関する制御量を演算する第2制御量演算手段と、を有し、
前記第3の制御装置は、
前記ネットワークに接続された前記他の制御装置に対して、データの送信を停止させる指示、またはデータの送信停止を解除させる指示を送信する第3送信停止/停止解除指示手段と、
前記第1の制御装置から前記ネットワークを介して受信した前記第2制御用データを第3記憶手段に記憶する第3保存手段と、
前記第2制御量演算手順、および前記第2制御用データを記憶する第3記憶手段と、
前記第3記憶手段に記憶された前記第2制御量演算手順および前記第2制御用データに基づいて、前記第2の重要制御に関する制御量を演算する第3制御量演算手段と、を有する
ことを特徴とする請求項2または請求項3に記載の制御システム。
Including the first control device, the second control device, and the third control device connected to the network;
The first control device includes:
A first transmission stop / stop cancellation instructing means for transmitting an instruction to stop transmission of data or an instruction to cancel transmission stop of data to the other control device connected to the network;
Collects first control data necessary for calculating the control amount related to the first important control for its own control target, and second control data required for calculation of the control amount related to the second important control for its own control target. And data collection means for storing in the first storage means;
A first control amount calculation procedure for calculating a control amount related to the first important control, a second control amount calculation procedure for calculating a control amount related to the second important control, the first control data, and the First storage means for storing second control data;
Based on the first control amount calculation procedure and the first control data stored in the first storage means, the control amount related to the first important control is calculated, and the second control amount calculation procedure and the First control amount calculating means for calculating a control amount related to the second important control based on the second control data;
The control amount related to the first important control calculated by the first control amount calculating means is compared with the control amount related to the first important control calculated by the second control device, and the first Comparison means for comparing the control amount related to the second important control calculated by the control amount calculating means with the control amount related to the second important control calculated by the third control device;
Control means for controlling the control object according to the comparison result in the comparison means,
The second control device includes:
A second transmission stop / stop cancellation instructing means for transmitting an instruction to stop data transmission or an instruction to cancel data transmission suspension to the other control device connected to the network;
Second storage means for storing the first control data received from the first control device via the network in a second storage means;
Second storage means for storing the first control amount calculation procedure and the first control data;
Second control amount calculation means for calculating a control amount related to the first important control based on the first control amount calculation procedure and the first control data stored in the second storage means. ,
The third control device includes:
A third transmission stop / stop cancellation instructing means for transmitting an instruction to stop data transmission or an instruction to cancel the data transmission stop to the other control device connected to the network;
Third storage means for storing the second control data received from the first control device via the network in a third storage means;
Third storage means for storing the second control amount calculation procedure and the second control data;
And third control amount calculation means for calculating a control amount related to the second important control based on the second control amount calculation procedure and the second control data stored in the third storage means. The control system according to claim 2 or claim 3, wherein
前記第2の制御装置が前記第1の制御装置から前記ネットワークを介して前記第1制御用データを受信した後、前記第1制御量演算手段と前記第2制御量演算手段とは、前記第1送信停止/停止解除指示手段または前記第2送信停止/停止解除指示手段からのデータの送信停止を解除させる指示に応じて、同期して前記第1の重要制御に関する制御量を演算する
ことを特徴とする請求項4または請求項5に記載の制御システム。
After the second controller receives the first control data from the first controller via the network, the first control amount calculator and the second control amount calculator are Calculating a control amount related to the first important control in synchronization with an instruction to cancel transmission stop of data from one transmission stop / stop cancellation instructing means or the second transmission stop / stop cancellation instructing means. 6. The control system according to claim 4 or 5, wherein the control system is characterized.
前記第3の制御装置が前記第1の制御装置から前記ネットワークを介して前記第2制御用データを受信した後、前記第1制御量演算手段と前記第3制御量演算手段とは、前記第1送信停止/停止解除指示手段または前記第3送信停止/停止解除指示手段からのデータの送信停止を解除させる指示に応じて、同期して前記第2の重要制御に関する制御量を演算する
ことを特徴とする請求項5に記載の制御システム。
After the third control device receives the second control data from the first control device via the network, the first control amount calculation means and the third control amount calculation means Calculating a control amount related to the second important control synchronously in response to an instruction to cancel transmission stop of data from one transmission stop / stop cancellation instructing means or the third transmission stop / stop cancellation instructing means. The control system according to claim 5, wherein
前記比較手段が、比較した前記第1の重要制御に関する制御量の全てが互いに同じ値であると判定した場合に、
前記制御手段は、同じ値である前記第1の重要制御に関する制御量に基づいて、前記制御対象を制御する
ことを特徴とする請求項4に記載の制御システム。
When the comparison means determines that all of the controlled variables related to the first important control compared have the same value,
The control system according to claim 4, wherein the control unit controls the control target based on a control amount related to the first important control having the same value.
前記比較手段が、比較した前記第1の重要制御に関する制御量の全てが同じ値ではないと判定した場合に、
前記制御手段は、前記制御対象の制御をしない
ことを特徴とする請求項4に記載の制御システム。
When the comparison unit determines that all of the controlled variables related to the first important control compared are not the same value,
The control system according to claim 4, wherein the control unit does not control the control target.
前記比較手段が、比較した前記第1の重要制御に関する制御量の全てが同じ値ではないと判定した場合に、
前記制御手段は、前記第1の重要制御に関する制御量としてあらかじめ設定された所定の制御量に基づいて、前記制御対象を制御する
ことを特徴とする請求項4に記載の制御システム。
When the comparison unit determines that all of the controlled variables related to the first important control compared are not the same value,
The control system according to claim 4, wherein the control unit controls the control target based on a predetermined control amount set in advance as a control amount related to the first important control.
前記比較手段が、比較した前記第1の重要制御に関する制御量が互いに同じ値であって、かつ比較した前記第2の重要制御に関する制御量が互いに同じ値あると判定した場合に、
前記制御手段は、同じ値である前記第1の重要制御に関する制御量または同じ値である前記第2の重要制御に関する制御量に基づいて、前記制御対象を制御する
ことを特徴とする請求項5に記載の制御システム。
When the comparison means determines that the compared control amounts related to the first important control have the same value and the compared control values related to the second important control have the same value,
The said control means controls the said control object based on the control amount regarding the said 1st important control which is the same value, or the control amount regarding the said 2nd important control which is the same value. The control system described in.
前記比較手段が、比較した前記第1の重要制御に関する制御量どうし、および比較した前記第2の重要制御に関する制御量どうしの少なくとも一方が互いに異なる値であると判定した場合に、
前記制御手段は、前記制御対象に対して、前記第1の重要制御および前記第2の重要制御の何れも実行しない
ことを特徴とする請求項5に記載の制御システム。
When the comparison unit determines that at least one of the control amounts related to the first important control compared and the control amount related to the second important control compared is a value different from each other,
The control system according to claim 5, wherein the control unit performs neither the first important control nor the second important control with respect to the control target.
前記比較手段が、比較した前記第1の重要制御に関する制御量どうし、および比較した前記第2の重要制御に関する制御量どうしの少なくとも一方が互いに異なる値であると判定した場合に、
前記制御手段は、異なる値である重要制御だけを、あらかじめ設定された所定の制御量に基づいて、前記制御対象を制御する
ことを特徴とする請求項5に記載の制御システム。
When the comparison unit determines that at least one of the control amounts related to the first important control compared and the control amount related to the second important control compared is a value different from each other,
The control system according to claim 5, wherein the control means controls only the important control having different values based on a predetermined control amount set in advance.
前記比較手段が、比較した前記第1の重要制御に関する制御量どうし、および比較した前記第2の重要制御に関する制御量どうしの少なくとも一方が互いに異なる値であると判定した場合に、
前記制御手段は、前記第1の重要制御に関する制御量および前記第2の重要制御に関する制御量としてそれぞれあらかじめ設定された所定の制御量に基づいて、前記制御対象を制御する
ことを特徴とする請求項5に記載の制御システム。
When the comparison unit determines that at least one of the control amounts related to the first important control compared and the control amount related to the second important control compared is a value different from each other,
The control means controls the control object based on a predetermined control amount set in advance as a control amount related to the first important control and a control amount related to the second important control, respectively. Item 6. The control system according to Item 5.
前記第1制御量演算手段および前記第2制御量演算手段は、互いに同一の構成を有するマイクロコンピュータであることを特徴とする請求項4に記載の制御システム。   5. The control system according to claim 4, wherein the first control amount calculation means and the second control amount calculation means are microcomputers having the same configuration. 前記第1制御量演算手段、第2制御量演算手段および前記第3制御量演算手段は、互いに同一の構成を有するマイクロコンピュータであることを特徴とする請求項5に記載の制御システム。   6. The control system according to claim 5, wherein the first control amount calculation means, the second control amount calculation means, and the third control amount calculation means are microcomputers having the same configuration. 前記第1記憶手段および前記第2記憶手段は、互いに同一の構成を有するメモリであり、
前記第1制御量演算手順および前記第1制御用データは、それぞれの記憶手段の同一の場所に記憶される
ことを特徴とする請求項4に記載の制御システム。
The first storage means and the second storage means are memories having the same configuration,
The control system according to claim 4, wherein the first control amount calculation procedure and the first control data are stored in the same location of each storage unit.
前記第1記憶手段、前記第2記憶手段および前記第3記憶手段は、互いに同一の構成を有するメモリであり、
前記第1制御量演算手順および前記第1制御用データは、前記第1記憶手段および前記第2記憶手段の同一の場所に記憶され、
前記第2制御量演算手順および前記第2制御用データは、前記第1記憶手段および前記第3記憶手段の同一の場所に記憶される
ことを特徴とする請求項5に記載の制御システム。
The first storage means, the second storage means and the third storage means are memories having the same configuration,
The first control amount calculation procedure and the first control data are stored in the same place in the first storage unit and the second storage unit,
The control system according to claim 5, wherein the second control amount calculation procedure and the second control data are stored in the same location of the first storage unit and the third storage unit.
JP2009236402A 2009-06-11 2009-10-13 Control system Active JP4948583B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2009236402A JP4948583B2 (en) 2009-10-13 2009-10-13 Control system
DE102010029839.5A DE102010029839B4 (en) 2009-06-11 2010-06-09 control system
US12/813,102 US8369969B2 (en) 2009-06-11 2010-06-10 Distributed significant control monitoring system and device with transmission synchronization
US13/629,867 US8688241B2 (en) 2009-06-11 2012-09-28 Distributed control system for monitoring a significant control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009236402A JP4948583B2 (en) 2009-10-13 2009-10-13 Control system

Publications (2)

Publication Number Publication Date
JP2011085997A JP2011085997A (en) 2011-04-28
JP4948583B2 true JP4948583B2 (en) 2012-06-06

Family

ID=44078913

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009236402A Active JP4948583B2 (en) 2009-06-11 2009-10-13 Control system

Country Status (1)

Country Link
JP (1) JP4948583B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101698970B1 (en) 2016-08-26 2017-01-23 지원섭 Chemical liquid injection grouting process automation systems

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02246841A (en) * 1989-03-17 1990-10-02 Hitachi Ltd Control device and method thereof for automobile
JPH04295955A (en) * 1991-03-25 1992-10-20 Aisin Seiki Co Ltd Arithmetic abnormality detecting device for controller
JP3752884B2 (en) * 1999-04-19 2006-03-08 三菱電機株式会社 Automotive electronic control unit with self-monitoring function
JP3803601B2 (en) * 2002-03-29 2006-08-02 本田技研工業株式会社 Vehicle control system
JP4134672B2 (en) * 2002-10-18 2008-08-20 株式会社デンソー Vehicle control system
JP4140529B2 (en) * 2004-02-03 2008-08-27 株式会社デンソー Vehicle control device
JP4486563B2 (en) * 2005-08-11 2010-06-23 三菱重工業株式会社 Engine control device
JP4645519B2 (en) * 2006-04-27 2011-03-09 株式会社デンソー Arithmetic processing device, control device and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101698970B1 (en) 2016-08-26 2017-01-23 지원섭 Chemical liquid injection grouting process automation systems

Also Published As

Publication number Publication date
JP2011085997A (en) 2011-04-28

Similar Documents

Publication Publication Date Title
CN107852352B (en) Relay device, electronic control device, and in-vehicle system
EP3498561B1 (en) Vehicle control device
US8078762B2 (en) Method for transmitting measured data, and sensor device
EP2053510B1 (en) Electronic apparatus in which functioning of a microcomputer is monitored by another microcomputer to detect abnormal operation
JP5050653B2 (en) Electronic control device
JP6418217B2 (en) Information aggregation method executed in communication system
JPWO2018110124A1 (en) Vehicle control device
US20150220412A1 (en) Communication apparatus and communication method
JPWO2018225352A1 (en) Vehicle control device and vehicle control system
EP1712424B1 (en) Vehicle control apparatus
JP4948583B2 (en) Control system
JP5542760B2 (en) In-vehicle control device
JP2014031077A (en) Vehicle operation verification system
US20170272451A1 (en) Monitoring apparatus and communication system
US8369969B2 (en) Distributed significant control monitoring system and device with transmission synchronization
JP6913869B2 (en) Surveillance equipment, surveillance systems and computer programs
JP5268791B2 (en) Control system
JP5223512B2 (en) Vehicle abnormality analysis system, vehicle abnormality analysis method, and vehicle failure analysis device
JP6252462B2 (en) Image recording device
JP2007283788A (en) Vehicular electronic control device
JP2007043398A (en) Communication system and control method thereof
JP2009292168A (en) Electronic control device, electronic control system, and control method regarding communication
JP6812765B2 (en) Electronic control device
JP2011250008A (en) Gateway apparatus
JP6925954B2 (en) Vehicle control device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111018

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: 20120207

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120306

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

Free format text: PAYMENT UNTIL: 20150316

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4948583

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250