JP2767857B2 - Control system having a plurality of processor units - Google Patents

Control system having a plurality of processor units

Info

Publication number
JP2767857B2
JP2767857B2 JP1028053A JP2805389A JP2767857B2 JP 2767857 B2 JP2767857 B2 JP 2767857B2 JP 1028053 A JP1028053 A JP 1028053A JP 2805389 A JP2805389 A JP 2805389A JP 2767857 B2 JP2767857 B2 JP 2767857B2
Authority
JP
Japan
Prior art keywords
data
processor unit
shared memory
checked
cpu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP1028053A
Other languages
Japanese (ja)
Other versions
JPH02206806A (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.)
Denso Corp
Original Assignee
Denso Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Denso Corp filed Critical Denso Corp
Priority to JP1028053A priority Critical patent/JP2767857B2/en
Publication of JPH02206806A publication Critical patent/JPH02206806A/en
Application granted granted Critical
Publication of JP2767857B2 publication Critical patent/JP2767857B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は複数のプロセッサユニットを有する制御シ
ステムに係り、そのプロセッサユニットの異常検出に関
するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a control system having a plurality of processor units, and to an abnormality detection of the processor units.

[従来の技術] 近年、エンジンが複雑、多機能化するに従い情報処理
系を複数のプロセッサユニット(CPU)で分担するよう
になってきている。このようなシステムとして、例えば
特昭昭59−2102号公報に示されているものがある。これ
は、複数のプロセッサユニットと、各プロセッサユニッ
トに共用して読出し書込み可能な共有メモリとを備え、
この共有メモリを介して相互に情報の授受を行なうとと
もに、異常診断を行なう。この異常診断は、共有メモリ
に本来書込まれるべき情報が停止した場合に、その共有
メモリに書込みを行なっているプロセッサユニットを動
作不能と判断するものである。
[Prior Art] In recent years, as engines become more complex and multifunctional, an information processing system is being shared by a plurality of processor units (CPUs). An example of such a system is disclosed in Japanese Patent Publication No. Sho 59-2102. This comprises a plurality of processor units and a shared memory readable and writable in common for each processor unit,
Information is exchanged with each other via the shared memory, and abnormality diagnosis is performed. This abnormality diagnosis is to judge that the processor unit writing to the shared memory is inoperable when the information to be written to the shared memory stops.

[発明が解決しようとする課題] しかしながら、正常にプログラムが動作しても共有メ
モリの情報が書き替わらない場合や情報の書込み周期が
遅い場合には、誤判定を防止するために異常判定に時間
がかかる。即ち、共有メモリに本来書込まれるべき情報
が停止したか否かの判断を確実に行なうためには長い時
間モニタする必要があった。又、プログラム暴走時にも
共有メモリをアクセスして情報の書込みを行なう場合が
あり、みかけ上、共有メモリへの情報の書込みが停止せ
ずに、異常判定が遅れたり、さらには、異常判定できな
い可能性もある。
[Problems to be Solved by the Invention] However, if the information in the shared memory is not rewritten even if the program operates normally, or if the information writing cycle is slow, it takes time for the abnormality determination to prevent erroneous determination. It takes. That is, it is necessary to monitor for a long time in order to reliably determine whether or not the information to be originally written in the shared memory has stopped. In addition, even when the program runs out of control, the information may be written by accessing the shared memory. Apparently, the writing of the information to the shared memory does not stop, so that the abnormality determination may be delayed or the abnormality determination may not be performed. There is also.

この発明の目的は、異常判定を正確にかつ短時間のう
ちに行なうことができる複数のプロセッサユニットを有
する制御システムを提供することにある。
An object of the present invention is to provide a control system having a plurality of processor units that can perform abnormality determination accurately and in a short time.

[課題を解決するための手段] この発明は、センサからのデータを演算処理する複数
のプロセッサユニットと、この各プロセッサユニットに
共用する書込み及び読出し可能な共有メモリと、前記各
プロセッサユニットのそれぞれに接続する制御対象であ
る各アクチュエータとを備え、各プロセッサユニットは
共有メモリを介して各演算処理情報を相互に授受し、異
なる演算処理を分担している複数のプロセッサユニット
を有する制御システムにおいて、 前記共有メモリ内にプロセッサユニットのチェック専
用の記憶領域を設け、 チェックするプロセッサユニットが共有メモリ内のチ
ェック専用記憶領域に第1のデータを書込み処理し、チ
ェックされるプロセッサユニットが共有メモリ内のチェ
ック専用記憶領域に前記第1のデータとは異なる予め定
めた第2のデータを書替え処理し、チェックするプロセ
ッサユニットが共有メモリ内のチェック専用記憶領域の
データを読出してそのデータが第2のデータでないとき
にチェックされるプロセッサユニットが異常であると判
定し、その判定に基づいて、チェックするプロセッサユ
ニットからチェックされるプロセッサユニットにリセッ
ト信号を出力し、又、前記チェックするプロセッサユニ
ットから出力される信号に基づいて前記チェックするプ
ロセッサユニットの異常を検出する異常検出手段を備え
ることを特徴とする複数のプロセッサユニットを有する
制御システムをその要旨とする。
[Means for Solving the Problems] The present invention provides a plurality of processor units for performing arithmetic processing on data from a sensor, a writable and readable shared memory shared by the processor units, and each of the processor units. A control system comprising a plurality of processor units, each of which is a control target to be connected, wherein each processor unit exchanges each processing information via a shared memory with each other and shares different processing. A storage area dedicated to the check of the processor unit is provided in the shared memory, the processor unit to be checked writes the first data in the storage area dedicated to the check in the shared memory, and the processor unit to be checked is dedicated to the check in the shared memory. The storage area is different from the first data. The processor unit that rewrites the predetermined second data, reads out the data in the check only storage area in the shared memory, and determines that the processor unit to be checked is abnormal when the data is not the second data. Determining, outputting a reset signal from the processor unit to be checked to the processor unit to be checked based on the determination, and detecting an abnormality of the processor unit to be checked based on a signal output from the processor unit to be checked The gist of the present invention is a control system having a plurality of processor units, which is provided with an abnormality detecting unit that performs the abnormality detection.

[作用] 上記構成により、チェックするプロセッサユニットが
共有メモリ内のチェック専用記憶領域に第1のデータを
書込み処理し、チェックされるプロセッサユニットが共
有メモリ内のチェック専用記憶領域に前記第1のデータ
とは異なる予め定めた第2のデータを書替え処理する。
さらに、チェックするプロセッサユニットは共有メモリ
内のチェック専用記憶領域のデータを読出してそのデー
タが第2のデータでないときにチェックされるプロセッ
サユニットが異常であると判定する。
[Operation] According to the above configuration, the processor unit to be checked writes the first data in the check-only storage area in the shared memory, and the processor unit to be checked stores the first data in the check-only storage area in the shared memory. The predetermined second data different from the above is rewritten.
Further, the processor unit to be checked reads the data in the check only storage area in the shared memory and determines that the checked processor unit is abnormal when the data is not the second data.

そして、その判定に基づいて、チェックするプロセッ
サユニットからチェックされるプロセッサユニットにリ
セット信号を出力する。
Then, based on the determination, a reset signal is output from the processor unit to be checked to the processor unit to be checked.

又、異常検出手段は、チェックするプロセッサユニッ
トから出力される信号に基づいてチェックするプロセッ
サユニットの異常を検出する。
The abnormality detecting means detects an abnormality of the processor unit to be checked based on a signal output from the processor unit to be checked.

[実施例] 以下、この発明を自動車用エンジンの制御装置に具体
化した一実施例を図面に従って説明する。
Embodiment An embodiment in which the present invention is embodied in a control device for an automobile engine will be described below with reference to the drawings.

第1図は一般的電子制御方式を採用した制御装置の一
例である。複数のセンサよりなるセンサ群1は、エンジ
ンの各所に配設され実際のエンジンの作動状態を電気信
号として検出するものである。このセンサ群1は、クラ
ンクシャフトの回転を利用してエンジンの回転数を検出
する回転数センサ2、クランクシャフトの回転を利用し
てエンジンの回転角を検出する回転角センサ3、吸気マ
ニホールド内に配設され吸気負圧を検出する吸気管負圧
センサ4、エンジンの冷却水温を検出する水温センサ5
等からなる。
FIG. 1 shows an example of a control device employing a general electronic control method. A sensor group 1 composed of a plurality of sensors is disposed at various parts of the engine and detects an actual operating state of the engine as an electric signal. This sensor group 1 includes a rotation speed sensor 2 that detects the rotation speed of the engine using the rotation of the crankshaft, a rotation angle sensor 3 that detects the rotation angle of the engine by using the rotation of the crankshaft, and a sensor in the intake manifold. An intake pipe negative pressure sensor 4 disposed to detect intake negative pressure, a water temperature sensor 5 to detect engine cooling water temperature
Etc.

第1の情報処理系6は第1のプロセッサユニット(以
下、第1のCPUという)7と入力インターフェイス8と
出力インターフェイス9とから構成されている。第1の
CPU7は前記センサ群1のセンサ2〜4からの信号を入力
インターフェイス8を介して入力し各種演算処理を実行
するとともに、その処理結果に基づき出力インターフェ
イス9を介して制御対象としての点火系アクチュエータ
10を駆動制御する。
The first information processing system 6 includes a first processor unit (hereinafter, referred to as a first CPU) 7, an input interface 8, and an output interface 9. First
The CPU 7 receives signals from the sensors 2 to 4 of the sensor group 1 through an input interface 8 to execute various arithmetic processing, and based on the processing results, outputs an ignition system actuator as a control object via an output interface 9.
Drive control of 10.

第2の情報処理系11は第2のプロセッサユニット(以
下、第2のCPUという)12と入力インターフェイス13と
出力インターフェイス14とから構成されている。第2の
CPU12は前記センサ群1のセンサ2,4,5からの信号を入力
インターフェイス13を介して入力し各種演算処理を実行
するとともに、その処理結果に基づき出力インターフェ
イス14を介して制御対象としての燃料供給系アクチュエ
ータ15を駆動制御する。
The second information processing system 11 includes a second processor unit (hereinafter, referred to as a second CPU) 12, an input interface 13, and an output interface 14. Second
The CPU 12 inputs signals from the sensors 2, 4, and 5 of the sensor group 1 through an input interface 13 to execute various arithmetic processes, and supplies fuel as a control target through an output interface 14 based on the processing results. The drive of the system actuator 15 is controlled.

第1のCPU7と第2のCPU12の間には共有メモリ16が接
続され、この共有メモリ16は第1のCPU7及び第2のCPU1
2に共用する書込み及び読出し可能なメモリである。こ
の共有メモリ16には例えばICメモリ等が使用され、両CP
U7,12からアクセス可能である。そして、CPU7,12は共有
メモリ16を介して各演算処理情報を相互に授受し、第1
のCPU7は点火系を、又、第2のCPU12は燃料供給系と、
異なる演算処理を分担している。
A shared memory 16 is connected between the first CPU 7 and the second CPU 12, and the shared memory 16 is connected to the first CPU 7 and the second CPU 1.
This is a writable and readable memory shared by the two. For example, an IC memory or the like is used as the shared memory 16, and both CPs are used.
Accessible from U7,12. Then, the CPUs 7 and 12 mutually exchange each processing information via the shared memory 16, and
CPU7 is an ignition system, the second CPU12 is a fuel supply system,
Different arithmetic processing is shared.

さらに、共有メモリ16には第2のCPU12の異常状態を
検出するためのチェック専用記憶領域Aが予め用意され
ている。
Further, a check-only storage area A for detecting an abnormal state of the second CPU 12 is prepared in the shared memory 16 in advance.

又、第1のCPU7には異常検出手段としてのウォッチド
グIC17が接続され、第1のCPU7はウォッチドグIC17にウ
ォッチドグ信号を送り、ウォッチドグIC17はこのウォッ
チドグ信号を監視することにより第1のCPU7の異常を検
出する。そして、ウォッチドグIC17は異常と判断した場
合には第1のCPU7をリセットする。
The first CPU 7 is connected to a watchdog IC 17 as an abnormality detecting means. The first CPU 7 sends a watchdog signal to the watchdog IC 17, and the watchdog IC 17 monitors the watchdog signal to detect an abnormality of the first CPU 7. To detect. Then, the watchdog IC 17 resets the first CPU 7 when judging that it is abnormal.

第1のCPU7は第2のCPU12の異常を検出する。そし
て、第1のCPU7は第2のCPU12が異常と判断するとリセ
ットするようになっている。
The first CPU 7 detects an abnormality of the second CPU 12. Then, the first CPU 7 is reset when the second CPU 12 determines that there is an abnormality.

次に、このように構成した制御システムの作用を説明
する。
Next, the operation of the control system thus configured will be described.

第2図は第2のCPU12が所定時間毎に行なうフローチ
ャートである。第2のCPU12はステップ10で燃料噴射時
間の演算処理を行なったのち、ステップ11で共有メモリ
16のチェック専用記憶領域Aに予め定めたある値「x」
を書き込む。よって、所定時間毎に共有メモリ16のチェ
ック専用記憶領域Aに第2のCPU12による「x」の書込
みが行なわれる。
FIG. 2 is a flowchart performed by the second CPU 12 at predetermined time intervals. The second CPU 12 calculates the fuel injection time in step 10 and then in step 11 the shared memory
A predetermined value “x” in 16 check-only storage areas A
Write. Therefore, the second CPU 12 writes “x” in the check-only storage area A of the shared memory 16 at predetermined time intervals.

第3図は第1のCPU7が所定時間おきに行なうフローチ
ャートである。第1のCPU7はステップ20で点火時期の演
算処理を実行した後、ステップ21で共有メモリ16のチェ
ック専用記憶領域Aの記憶内容を読み出し、記憶されて
いるデータが「x」かどうかをチェックし、「x」でな
いならばステップ22でカウント値Nに「1」を加算する
(N←N+1)。そして、第1のCPU7はステップ23でそ
のカウント値Nが所定値Mとなったか否か判断し、所定
値Mになるとステップ24でカウント値Nをリセット(N
=0)するとともに第2のCPU12をリセット処理する。
FIG. 3 is a flowchart performed by the first CPU 7 at predetermined time intervals. After executing the arithmetic processing of the ignition timing in step 20, the first CPU 7 reads out the storage contents of the check-only storage area A of the shared memory 16 in step 21 and checks whether the stored data is "x". If it is not "x", "1" is added to the count value N in step 22 (N ← N + 1). Then, the first CPU 7 determines in step 23 whether or not the count value N has reached the predetermined value M. When the count value N reaches the predetermined value M, the first CPU 7 resets the count value N in step 24 (N
= 0) and reset processing of the second CPU 12.

又、第1のCPU7は前記ステップ21においてチェック専
用記憶領域Aのデータが「x」である場合、ステップ25
でカウント値Nをリセット(N=0)する。そして、第
1のCPU7はステップ23,24,25を処理した後、共有メモリ
16のチェック専用記憶領域Aに「x」以外の値を書替え
る。
If the data in the check-only storage area A is “x” in step 21, the first CPU 7 proceeds to step 25.
Resets the count value N (N = 0). Then, after processing the steps 23, 24, and 25, the first CPU 7
A value other than “x” is rewritten to the 16 check-only storage areas A.

この際、本実施例ではステップ26で共有メモリ16のチ
ェック専用記憶領域Aに「x」以外のデータを書替処理
してから次回処理タイミングにおけるステップ21のチェ
ック専用記憶領域Aのデータ読み出し処理までの間に、
第2図におけるステップ11の記憶領域Aの「x」のデー
タ書替えが1回行なわれるようになっている。
In this case, in the present embodiment, the data other than “x” is rewritten in the check-only storage area A of the shared memory 16 in step 26, and the data is read out from the check-only storage area A in step 21 at the next processing timing. Between,
Data rewriting of "x" in the storage area A in step 11 in FIG. 2 is performed once.

従って、第2のCPU12により共有メモリ16のチェック
専用記憶領域Aに「x」が書込まれるとともに、第1の
CPU7にその記憶領域Aに「x」以外の値が書込まれ、第
1のCPU7がその記憶内容を読み出したときA≠xがM回
連続すると異常有りと判定して第2のCPU12がリセット
される。
Therefore, while the second CPU 12 writes “x” in the check-only storage area A of the shared memory 16,
When a value other than "x" is written to the storage area A in the CPU 7, and when the first CPU 7 reads out the stored content, if A @ x continues M times, it is determined that there is an abnormality and the second CPU 12 is reset. Is done.

このように本実施例によれば、共有メモリ16内に第2
のCPU12のチェック専用の記憶領域Aを設け、チェック
する第1のCPU7が共有メモリ16内のチェック専用記憶領
域Aに第1のデータ(「x」以外の値)を書込み処理
し、チェックされる第2のCPU12が共有メモリ16内のチ
ェック専用記憶領域Aに第1のデータとは異なる予め定
めた第2のデータ(「x」)を書替え処理し、チェック
する第1のCPU7が共有メモリ16内のチェック専用記憶領
域Aの第2のCPU12が書込んだデータを読出してそのデ
ータが第2のデータ(「x」)でないときにチェックさ
れる第2のCPU12が異常であると判定するようにした。
As described above, according to the present embodiment, the second
The first CPU 7 to be checked writes the first data (a value other than “x”) into the check only storage area A in the shared memory 16 and is checked. The second CPU 12 rewrites predetermined second data (“x”) different from the first data into the check-only storage area A in the shared memory 16 and checks the first CPU 7. The data written by the second CPU 12 in the check only storage area A is read out, and when the data is not the second data (“x”), the second CPU 12 checked is determined to be abnormal. I made it.

従って、従来の装置においては、正常にプログラムが
動作しても共有メモリの情報が書き替わらない場合や情
報の書込み周期が遅い場合には共有メモリに本来書込ま
れるべき情報が停止したか否かの判断を確実に行なうた
めに異常判定に時間がかかっていたが、本実施例では共
有メモリ16内にチェック専用記憶領域Aを設け、そのデ
ータが第2のデータ(「x」)でないときにチェックさ
れる第2のCPU12が異常であると判定するようにしたの
で、異常判定を短時間のうちに行なうことができる。
又、従来の装置ではプログラム暴走時に共有メモリをア
クセスして情報の書込みが行なわれると、みかけ上、共
有メモリへの情報が停止せずに、異常判定が遅れたり、
異常判定できない可能性もあったが、本実施例では第2
のCPU12が共有メモリ16内のチェック専用記憶領域Aに
一種類のデータ(「x」)を書込むようにしているの
で、異常判定を正確に行なうことができることとなる。
Therefore, in the conventional device, if the information in the shared memory is not rewritten even if the program operates normally, or if the writing cycle of the information is slow, it is determined whether the information to be written to the shared memory is stopped. Takes a long time to determine the abnormality in order to make the determination reliably, but in the present embodiment, a check-only storage area A is provided in the shared memory 16 so that the data is not the second data (“x”). Since the second CPU 12 to be checked is determined to be abnormal, the abnormality can be determined in a short time.
Also, in the conventional device, if information is written by accessing the shared memory at the time of program runaway, apparently the information in the shared memory does not stop, and the abnormality determination is delayed,
Although there was a possibility that the abnormality could not be determined, in this embodiment, the second
CPU 12 writes one type of data ("x") into the check only storage area A in the shared memory 16, so that the abnormality determination can be performed accurately.

尚、この発明は上記実施例に限定されるものではな
く、例えば、上記実施例では共有メモリがCPUの外部に
あったがCPU7あるいはCPU12の内部にあってもよい。
又、共有メモリへのアクセスはパラレルのバスを介して
も、シリアル通信でもよい。
The present invention is not limited to the above embodiment. For example, in the above embodiment, the shared memory is provided outside the CPU, but may be provided inside the CPU 7 or the CPU 12.
Access to the shared memory may be via a parallel bus or serial communication.

さらには、上記実施例ではステップ26(「x」以外の
データ書込み)からステップ21(データの読み出し)の
処理の間に、ステップ11の(「x」のデータ書込み)を
一回行なうようにしたが、ステップ26〜21の間にステッ
プ11の処理を複数回行なうようなタイミングをセットし
てもよい。又、使用するセンサやアクチュエータの種
別、数量は限定されるものではない。
Further, in the above-described embodiment, the process of step 11 (writing of "x" data) is performed once during the process from step 26 (writing of data other than "x") to step 21 (reading of data). However, a timing may be set such that the process of step 11 is performed a plurality of times between steps 26 and 21. The type and quantity of the sensors and actuators to be used are not limited.

さらに、上記実施例では2系統の情報処理系(2つの
CPU)を使用したが3系統以上の情報処理系(3つ以上
のCPU)を用いる場合にも使用することができる。その
一例を第4図に示す。CPU7はn個の共有メモリ(18a,18
b,…18n)を介してn個のCPU(19a,19b,…19n)と情報
の授受を行なっている。又、各共有メモリ18a,18b,…18
n内にはCPU19a,19b,…19nの異常状態を検出するための
チェック専用記憶領域Aを持っている。そして、CPU7は
ウォッチドグIC17により異常状態が監視されるととも
に、各共有メモリ18a,18b,…18nのチェック専用記憶領
域Aを用いてCPU19a,19b,…19nの異常状態を監視する。
Furthermore, in the above embodiment, two information processing systems (two
CPU), but can also be used when using three or more information processing systems (three or more CPUs). An example is shown in FIG. The CPU 7 has n shared memories (18a, 18
.. 18n), information is exchanged with n CPUs (19a, 19b,... 19n). Also, each shared memory 18a, 18b,.
.. 19n have a check only storage area A for detecting an abnormal state of the CPUs 19a, 19b,. The CPU 7 monitors the abnormal state by the watchdog IC 17 and monitors the abnormal state of the CPUs 19a, 19b,... 19n by using the check only storage area A of each of the shared memories 18a, 18b,.

[発明の効果] 以上詳述したように、この発明によれば、複数のプロ
セッサユニットを有する制御システムにおいて、異常判
定を正確にかつ短時間のうちに行うことができる。又、
チェックされるプロセッサユニットが異常状態のとき、
同プロセッサユニットを正常状態に復帰させることがで
き、さらにチェックするプロセッサユニットの異常も確
実に検出することができる。
[Effects of the Invention] As described above in detail, according to the present invention, in a control system having a plurality of processor units, abnormality determination can be performed accurately and in a short time. or,
When the processor unit to be checked is in an abnormal state,
The processor unit can be returned to a normal state, and the abnormality of the processor unit to be checked can be reliably detected.

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

第1図は実施例の複数のプロセッサユニットを有する制
御システムの全体構成図、第2図は作用を説明するため
のフローチャート、第3図は作用を説明するためのフロ
ーチャート、第4図は別例の複数のプロセッサユニット
を有する制御システムの全体構成図である。 2〜5はセンサ、7は第1のCPU、10は制御対象として
の点火系アクチュエータ、12は第2のCPU、15は制御対
象としての燃料供給系アクチュエータ、16は共有メモ
リ、Aはチェック専用の記憶領域。
1 is an overall configuration diagram of a control system having a plurality of processor units according to an embodiment, FIG. 2 is a flowchart for explaining an operation, FIG. 3 is a flowchart for explaining an operation, and FIG. 4 is another example. 1 is an overall configuration diagram of a control system having a plurality of processor units. 2 to 5 are sensors, 7 is a first CPU, 10 is an ignition actuator as a control target, 12 is a second CPU, 15 is a fuel supply actuator as a control target, 16 is a shared memory, and A is a check only. Storage area.

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G05B 23/02 G06F 11/30 G06F 15/16──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 6 , DB name) G05B 23/02 G06F 11/30 G06F 15/16

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】センサからのデータを演算処理する複数の
プロセッサユニットと、 この各プロセッサユニットに共用する書込み及び読出し
可能な共有メモリと、 前記各プロセッサユニットのそれぞれに接続する制御対
象である各アクチュエータと を備え、各プロセッサユニットは共有メモリを介して各
演算処理情報を相互に授受し、異なる演算処理を分担し
ている複数のプロセッサユニットを有する制御システム
において、 前記共有メモリ内にプロセッサユニットのチェック専用
の記憶領域を設け、 チェックするプロセッサユニットが共有メモリ内のチェ
ック専用記憶領域に第1のデータを書込み処理し、 チェックされるプロセッサユニットが共有メモリ内のチ
ェック専用記憶領域に前記第1のデータとは異なる予め
定めた第2のデータを書替え処理し、 チェックするプロセッサユニットが共有メモリ内のチェ
ック専用記憶領域のデータを読出してそのデータが第2
のデータでないときにチェックされるプロセッサユニッ
トが異常であると判定し、 その判定に基づいて、チェックするプロセッサユニット
からチェックされるプロセッサユニットにリセット信号
を出力し、 又、前記チェックするプロセッサユニットから出力され
る信号に基づいて前記チェックするプロセッサユニット
の異常を検出する異常検出手段を備えることを特徴とす
る複数のプロセッサユニットを有する制御システム。
1. A plurality of processor units for arithmetically processing data from a sensor, a writable and readable shared memory shared by each processor unit, and an actuator to be controlled connected to each of the processor units And a processor system in which each processor unit exchanges each processing information with each other via a shared memory and has a plurality of processor units sharing different arithmetic processing. A dedicated storage area is provided, and a processor unit for checking writes the first data to a check dedicated storage area in the shared memory, and the processor unit to be checked stores the first data in the check dedicated storage area in the shared memory. The second predetermined data different from Instead treated, check the data processor unit reads the data of the check-only storage area in the shared memory to the second
The processor unit to be checked is determined to be abnormal when the data is not the data of the above. Based on the determination, a reset signal is output from the processor unit to be checked to the processor unit to be checked, and the output from the processor unit to be checked is output. A control system having a plurality of processor units, comprising: abnormality detection means for detecting an abnormality of the processor unit to be checked based on a signal to be performed.
JP1028053A 1989-02-07 1989-02-07 Control system having a plurality of processor units Expired - Fee Related JP2767857B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1028053A JP2767857B2 (en) 1989-02-07 1989-02-07 Control system having a plurality of processor units

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1028053A JP2767857B2 (en) 1989-02-07 1989-02-07 Control system having a plurality of processor units

Publications (2)

Publication Number Publication Date
JPH02206806A JPH02206806A (en) 1990-08-16
JP2767857B2 true JP2767857B2 (en) 1998-06-18

Family

ID=12238014

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1028053A Expired - Fee Related JP2767857B2 (en) 1989-02-07 1989-02-07 Control system having a plurality of processor units

Country Status (1)

Country Link
JP (1) JP2767857B2 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3055924B2 (en) * 1990-09-04 2000-06-26 ヤマザキマザック株式会社 Production system
JP2778344B2 (en) * 1991-04-16 1998-07-23 日本電気株式会社 Multiple processor system
JP3666286B2 (en) * 1999-02-08 2005-06-29 株式会社デンソー Automotive control device
JP2007328679A (en) * 2006-06-09 2007-12-20 Omron Corp Runaway monitoring apparatus for multiplexed cpu
JP5368339B2 (en) * 2010-02-24 2013-12-18 三菱電機株式会社 Data backup device
JP5537403B2 (en) * 2010-12-24 2014-07-02 株式会社東芝 Secondary battery device and vehicle
JP5751975B2 (en) * 2011-07-29 2015-07-22 アール・ビー・コントロールズ株式会社 Control device
JP5954420B2 (en) * 2012-08-29 2016-07-20 富士通株式会社 Connection device and monitoring method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5547557A (en) * 1978-09-29 1980-04-04 Hitachi Ltd Mutual monitoring method of multi computer system
JPS592102A (en) * 1982-06-29 1984-01-07 Oki Electric Ind Co Ltd Operation controlling system of internal combustion engine
JPH0656584B2 (en) * 1986-11-21 1994-07-27 本田技研工業株式会社 Operating state monitoring device in a split processing system using multiple computers

Also Published As

Publication number Publication date
JPH02206806A (en) 1990-08-16

Similar Documents

Publication Publication Date Title
JPH05147477A (en) Vehicular control device
JP2767857B2 (en) Control system having a plurality of processor units
US11347582B2 (en) Method and apparatus for self-diagnosis of ram error detection logic of powertrain controller
JPH02144641A (en) Microcomputer
JPS60159951A (en) Tracing system in information processing device
JP3203884B2 (en) Vehicle diagnostic system
US20240241747A1 (en) Electronic controller and abnormality determination method
JPS61234401A (en) On-vehicle controller
JP3036449B2 (en) Memory diagnostic device
JP3190694B2 (en) Diagnostic method for local memory
JPH10269148A (en) Circuit configuration element diagnosing device
JPS59112494A (en) Memory testing system
JP3161532B2 (en) DMA diagnostic device
JP3324148B2 (en) Inspection device for backup memory
JPS63310033A (en) Multiprocessor diagnostic system
JPS5898900A (en) Microprocessor controlling system
JPS6111802Y2 (en)
JP3433824B2 (en) Failure detection device for pulse input / output circuit
JPH0769822B2 (en) Calculation register bypass check method
JPH058664A (en) Processing device for control unit
JPH03125246A (en) Memory test device
JPS6073756A (en) Program tracer
JPH02297650A (en) Receiver
JPH04330549A (en) Controller
JPH03278257A (en) Information processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees