JPH1011327A - System for monitoring abnormality in multitask - Google Patents

System for monitoring abnormality in multitask

Info

Publication number
JPH1011327A
JPH1011327A JP8185566A JP18556696A JPH1011327A JP H1011327 A JPH1011327 A JP H1011327A JP 8185566 A JP8185566 A JP 8185566A JP 18556696 A JP18556696 A JP 18556696A JP H1011327 A JPH1011327 A JP H1011327A
Authority
JP
Japan
Prior art keywords
task
cpu
monitoring
code
response code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8185566A
Other languages
Japanese (ja)
Inventor
Kazunori Tokoro
和則 所
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.)
NEC Platforms Ltd
Original Assignee
Nitsuko 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 Nitsuko Corp filed Critical Nitsuko Corp
Priority to JP8185566A priority Critical patent/JPH1011327A/en
Publication of JPH1011327A publication Critical patent/JPH1011327A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To monitor whole tasks and to specify the task in an abnormal state by permitting monitor CPU to successively transmit a monitor code to the respective tasks of CPU to be monitored in priority order or reverse priority order unless a response code is returned within a fixed time and recognizing the response codes from the respective tasks. SOLUTION: The tasks are started in CPU 11 by a fixed cycle and the monitor code which designates the lowest-order priority order number N is transmitted to CPU 21. CPU 21 receives the monitor code by OS 22, starts the Z task where the priority order number is the lowest-order one N and gives the monitor code N. The Z task returns the response code with the priority order number N and Z task ID as a parameter to OS 22 and CPU 21 returns the same code to CPU 11. CPU 11 compares the priority order number N of the transmitted monitor code with the priority order number N of the parameter of the response code so as to judge that the respective tasks during an operation in OS 22 are normal at the time of coincidence.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は二台以上のCPUを
有する制御装置又は通信機等において、一方のCPUを
監視用として使用し、他方CPUが動作する複数のタス
クを監視するマルチタスクの異常監視方式に関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multi-task abnormality in a control device or a communication device having two or more CPUs, in which one CPU is used for monitoring and the other CPU monitors a plurality of tasks operating. It relates to a monitoring method.

【0002】[0002]

【従来の技術】従来より制御装置(又は通信機)等に於
いて複数台のCPUが使用される例は数多くある。図4
は二台のCPUで制御される制御装置の構成例を示す図
である。図示するように、制御装置10は上位のCPU
11、OS(オペレイティングシステム)12、複数の
タスク13、下位のCPU21、OS22、複数のタス
ク(Aタスク23−1、Bタスク23−2、Cタスク2
3−3・・・Zタスク23−n)、その他のハ−ド(図
では省略)を具備する。
2. Description of the Related Art There have conventionally been many examples in which a plurality of CPUs are used in a control device (or a communication device) or the like. FIG.
FIG. 3 is a diagram showing a configuration example of a control device controlled by two CPUs. As shown in the figure, the control device 10 is a host CPU.
11, OS (operating system) 12, multiple tasks 13, lower CPU 21, OS 22, multiple tasks (A task 23-1, B task 23-2, C task 2)
3-3... Z task 23-n) and other hardware (omitted in the figure).

【0003】通常、OS12及びOS22はマルチタス
ク制御を行い、複数のタスクを操作する場合が多い。図
5はOSによるマルチタスク制御の例を示す図である。
同図に従って説明する。OS22は複数のタスク(Aタ
スク23−1、Bタスク23−2、Cタスク23−3・
・・Zタスク23−n)を制御し、外部からイベント発
生の信号を受信すると該当するタスクを起動する(イベ
ントドリブン方式)。前記各タスクは登録時に優先順位
が付けられている(優先順位固定)。
Usually, the OS 12 and the OS 22 perform multi-task control, and often operate a plurality of tasks. FIG. 5 is a diagram illustrating an example of multitask control by the OS.
Description will be made with reference to FIG. The OS 22 has a plurality of tasks (A task 23-1, B task 23-2, C task 23-3,
Controlling the Z task 23-n) and activating the corresponding task when an event occurrence signal is received from the outside (event driven method). The tasks are assigned priorities at the time of registration (priority is fixed).

【0004】例えば、外部よりBタスク23−2起動の
イベントが発生すると(a)、OS22はBタスク23
−2を起動する。実行途中でそれより優先順位の低いC
タスク23−3の起動要求(イベント発生)があれば
(b)、Bタスク23−2の終了後Cタスク23−3を
実行する。Cタスク23−3の実行途中で優先順位の高
いAタスク23−1の起動要求(イベント発生)があれ
ば(c)、Cタスク23−3を一時中断してAタスク2
3−1を実行し、終了後Cタスク23−3を継続実行す
る。CPU11のOS12でも上記と同様な制御が行な
われ、CPU11とCPU21間はデ−タの送受信が行
なわれて制御装置10が作動している。
For example, when an event for starting the B task 23-2 occurs from outside (a), the OS 22
-2 is started. C with lower priority during execution
If there is an activation request (event occurrence) of the task 23-3 (b), the C task 23-3 is executed after the completion of the B task 23-2. If there is an activation request (event occurrence) of the A task 23-1 having a higher priority during the execution of the C task 23-3 (c), the C task 23-3 is temporarily suspended and the A task 2 is stopped.
3-1 is executed, and after completion, the C task 23-3 is continuously executed. The same control as described above is also performed by the OS 12 of the CPU 11, data is transmitted and received between the CPU 11 and the CPU 21, and the control device 10 operates.

【0005】上述の制御方式で各タスクが正常に動作し
ているか否かを監視する監視方式として、従来の方式は
一方のCPU11(監視CPU)から他のCPU21
(被監視CPU)へ周期的に監視コ−ドを送信し、受信
したCPU21では該当するタスクが作動し応答コ−ド
をCPU11へ返信する。CPU11は一定時間内に応
答があればCPU21(被監視CPU)は正常と判断
し、一定時間内に応答が無ければ異常と判断して必要な
メッセ−ジを出力する(図では省略)。上記説明におい
て、監視CPUと被監視CPUは交替して相互に監視す
ることもある。
As a monitoring method for monitoring whether or not each task is operating normally in the above-described control method, a conventional method uses one CPU 11 (monitoring CPU) to monitor the other CPU 21.
The monitoring code is periodically transmitted to the (monitored CPU), and the received task is actuated by the received CPU 21 to return a response code to the CPU 11. The CPU 11 determines that the CPU 21 (monitored CPU) is normal if there is a response within a certain period of time, and judges that it is abnormal if there is no response within a certain period of time, and outputs a necessary message (omitted in the figure). In the above description, the monitoring CPU and the monitored CPU may alternately monitor each other.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、従来の
監視方式では受信した監視コ−ドを処理する監視タスク
が決められており、監視タスクより優先順位の低いタス
クで異常が生じた場合は、監視タスクは正常に応答する
ので異常監視にはならない。また、監視タスクより優先
順位の高いタスクで異常が生じ暴走した場合は監視タス
クは作動せず、監視CPUは応答コ−ドが返信されて来
ないので異常発生を検知することが出来るが、異常状態
のタスクを特定することが出来ず要因解析も出来ないと
いう問題があった。
However, in the conventional monitoring method, a monitoring task for processing the received monitoring code is determined. If an abnormality occurs in a task having a lower priority than the monitoring task, the monitoring is performed. Since the task responds normally, it does not become an abnormality monitor. If a task with a higher priority than the monitoring task becomes abnormal and runs away, the monitoring task does not operate, and the monitoring CPU can detect the occurrence of the abnormality because no response code is returned. There is a problem that the task in the state cannot be specified and the factor analysis cannot be performed.

【0007】本発明は上述の点に鑑みてなされたもの
で、上記問題点を除去するために全てのタスクを監視
し、異常状態のタスクを特定することができるマルチタ
スクの異常監視方式を提供することを目的とする。
The present invention has been made in view of the above points, and provides a multitask abnormality monitoring method capable of monitoring all tasks and specifying an abnormal state task in order to eliminate the above problems. The purpose is to do.

【0008】[0008]

【課題を解決するための手段】上記課題を解決するため
本発明は複数台のCPU、前記CPUで作動する優先順
位の付けられた複数のタスクを具備し、前記優先順位に
したがったマルチタスク制御で制御され、一方のCPU
を監視CPUとし、他のCPUを被監視CPUとして使
用し、周期的に監視CPUから被監視CPUへ監視コ−
ドを送信し、被監視CPUは一定時間内に応答コ−ドを
返信することによって異常監視を行なっているマルチタ
スクの異常監視方式において、図1及び図2に示すよう
に前記被監視CPUの各タスク毎に応答コ−ドを返信す
る手段をもうけ、周期的に監視CPUから被監視CPU
の最低優先順位のタスクへ監視コ−ドを送り、該タスク
は一定時間内に応答コ−ドを返信することにより異常の
有無を監視し、一定時間内に応答コ−ドが返信されて来
ない場合、監視CPUは被監視CPUの各タスクへ優先
順位の順番、又は、優先順位の逆の順番に順次監視コ−
ドを送信し、各タスクからの応答コ−ドを確認すること
により異常状態のタスクを特定することを特徴とする。
SUMMARY OF THE INVENTION In order to solve the above problems, the present invention comprises a plurality of CPUs, a plurality of prioritized tasks operated by the CPUs, and a multitask control according to the priorities. Controlled by one CPU
Are used as monitoring CPUs, and the other CPUs are used as monitored CPUs.
1 and 2, the monitored CPU returns a response code within a predetermined time to monitor the abnormality. In the multitask abnormality monitoring method, as shown in FIGS. A means for returning a response code for each task is provided.
A monitoring code is sent to the task with the lowest priority, and the task returns a response code within a certain period of time to monitor the presence or absence of an abnormality, and a response code is returned within a certain period of time. If there is no monitoring CPU, the monitoring CPU sequentially assigns monitoring tasks to the tasks of the monitored CPU in the order of priority or in the reverse order of priority.
A task in an abnormal state is specified by transmitting a response code from each task and confirming a response code from each task.

【0009】[0009]

【発明の実施の形態】以下、本発明の実施の形態例を図
面に基づいて詳細に説明する。図1は本発明のマルチタ
スクの異常監視方式の動作例1を示す図である。CPU
11を監視CPU、CPU21を被監視CPU(図4参
照)として正常時の動作例を示した図である。OS22
で制御されるn個のAタスク23−1、Bタスク23−
2、Cタスク23−3・・・Zタスク23−nはそれぞ
れ受信した監視コ−ドに対して応答コ−ド(図3参照)
を返信する機能を具備している。各タスクは優先順位番
号が付けられ番号順(小さい順)に優先順位が高く扱わ
れる。各タスクの優先順位はAタスク23−1>Bタス
ク23−2>Cタスク23−3>・・・>Zタスク23
−nの順とする。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a diagram showing an operation example 1 of the multitask abnormality monitoring method of the present invention. CPU
11 is a diagram illustrating an example of an operation in a normal state where 11 is a monitoring CPU and CPU 21 is a monitored CPU (see FIG. 4). OS22
A tasks 23-1 and B tasks 23- controlled by
2, C task 23-3... Z task 23-n responds to the received monitoring code (see FIG. 3).
Is provided. Each task is assigned a priority number, and the tasks are treated with higher priority in numerical order (lower order). The priority of each task is A task 23-1> B task 23-2> C task 23-3 >>...> Z task 23
-N.

【0010】図1に従って説明する。(1)CPU11
ではタスク13が一定周期で起動され、最下位の優先順
位番号Nを指定した監視コ−ドがCPU21へ送信され
る。(2)CPU21ではOS22で監視コ−ドを受信
し、優先順位番号が最下位NのZタスク23−nを起動
し監視コ−ドNを渡す。(3)Zタスク23−nは優先
順位番号N、ZタスクIDをパラメ−タとした応答コ−
ドをOS22へ返し、CPU21は同応答コ−ドをCP
U11(監視CPU)へ返信する。(4)CPU11
(監視CPU)は送信した監視コ−ドの優先順位番号N
と応答コ−ドのパラメ−タの優先順位番号Nを比較し、
同一であればOS22で動作中の各タスクは正常である
と判断する。
A description will be given with reference to FIG. (1) CPU 11
In this case, the task 13 is started at a fixed period, and a monitoring code designating the lowest priority number N is transmitted to the CPU 21. (2) In the CPU 21, the OS 22 receives the monitoring code, activates the Z task 23-n having the lowest priority number N, and passes the monitoring code N. (3) The Z task 23-n receives the response code using the priority number N and the Z task ID as parameters.
CPU 21 returns the response code to OS 22
Reply to U11 (monitoring CPU). (4) CPU 11
(Monitoring CPU) is the priority number N of the transmitted monitoring code.
And the priority number N of the parameter of the response code.
If they are the same, it is determined that each task running on the OS 22 is normal.

【0011】図2は本発明のマルチタスクの異常監視方
式の動作例2を示す図で、被監視CPU21のOS22
で動作中のタスクで異常が発生したときの動作例を示し
た図である。同図に従って説明する。(1)CPU11
ではタスク13が一定周期で起動され、最下位の優先順
位番号Nを指定した監視コ−ドがCPU21へ送信され
る。(2)CPU21ではOS22で受信し、優先順位
番号が最下位NのZタスク23−nを起動する指令を出
すが、優先順位の高いタスクの中で異常な(暴走してい
る)タスクがあればZタスク23−nは起動されない。
従って応答コ−ドの返信はできない。
FIG. 2 is a diagram showing an operation example 2 of the multitask abnormality monitoring method of the present invention.
FIG. 9 is a diagram showing an operation example when an abnormality occurs in a task operating in FIG. Description will be made with reference to FIG. (1) CPU 11
In this case, the task 13 is started at a fixed period, and a monitoring code designating the lowest priority number N is transmitted to the CPU 21. (2) The CPU 21 receives a command from the OS 22 and issues a command to start the Z task 23-n having the lowest priority number N, but there is an abnormal (runaway) task among the tasks with higher priority. In this case, the Z task 23-n is not activated.
Therefore, a response code cannot be returned.

【0012】(3)CPU11では一定時間経過後、返
信が無ければ優先順位番号N−1を指定して優先順位を
一つ上げた監視コ−ドをCPU21へ送信する。(4)
CPU21ではOS22で受信し、優先順位番号N−1
のタスクを起動する指令を出すが、より優先順位の高い
タスクの中で異常な(暴走している)タスクがあれば起
動されず応答コ−ドの返信はできない。一定時間内に応
答コ−ドの返信が無ければ優先順位を順次上げながら上
記の操作を繰り返す(図では優先順位3まで上げられた
ところを示す)。
(3) After a certain period of time, if there is no reply, the CPU 11 designates the priority number N-1 and sends a monitoring code with the priority increased by one to the CPU 21. (4)
In the CPU 21, the received data is received by the OS 22 and the priority number N-1 is received.
Is issued, but if there is an abnormal (runaway) task among the tasks of higher priority, the task is not started and a response code cannot be returned. If no response code is returned within a predetermined time, the above operation is repeated while sequentially increasing the priority (in the figure, the place where the priority is raised to 3 is shown).

【0013】上記の操作を順次繰返し、図2は(5)C
PU11から優先順位番号2を指定した監視コ−ドを送
信した時、(6)はじめてCPU21でBタスクが起動
され、(7)Bタスク23−2は優先順位番号2、Bタ
スクのIDをパラメ−タとした応答コ−ドを作成し応答
した例である。(8)CPU11で前記応答コ−ドを受
信すると、タスク13は監視コ−ドの優先順位番号2と
応答コ−ドの優先順位番号2を比較して同一であること
を確認し、前回の優先順位番号3に該当するCタスク2
3−3に異常が発生したと判断し外部に出力する(図で
は省略)。なお、上記説明は優先順位の低いタスクから
順に起動したが、優先順位の高い方から順番に起動して
もよい。
The above operation is sequentially repeated, and FIG.
When a monitoring code designating priority number 2 is transmitted from the PU 11, (6) the B task is started by the CPU 21 for the first time, and (7) the B task 23-2 has the priority number 2 and the ID of the B task as parameters. This is an example of responding by creating a response code as a data. (8) When the response code is received by the CPU 11, the task 13 compares the priority number 2 of the monitoring code with the priority number 2 of the response code and confirms that they are the same. C task 2 corresponding to priority number 3
It is determined that an abnormality has occurred in 3-3 and output to the outside (omitted in the figure). In the above description, the tasks are started in order from the task with the lowest priority, but may be started in order from the task with the highest priority.

【0014】上記説明の異常監視方式はCPU11を監
視CPU、CPU21を被監視CPUとして説明したが
互いに交替することにより相互監視をすることも出来
る。
In the abnormality monitoring system described above, the CPU 11 is described as a monitoring CPU and the CPU 21 is monitored CPU. However, mutual monitoring can be performed by replacing each other.

【0015】以上説明したように本実施例によれば、複
数のタスクの各タスクに応答コ−ドを返信する機能を持
たせ、監視CPUから送信されて来る監視コ−ドに対し
て被監視CPUの各タスクから応答コ−ドを返信する。
異常発生時、異常状態のタスク及び、それより優先順位
の低いタスクは応答コ−ドを返信することが出来ない
が、監視CPUは優先順位順にタスクの動作をチェック
することにより異常状態のタスクを特定することが出来
る。
As described above, according to the present embodiment, the function of returning a response code to each of a plurality of tasks is provided, and the monitoring code transmitted from the monitoring CPU is monitored. A response code is returned from each task of the CPU.
When an error occurs, a task in an abnormal state and a task with a lower priority than the task cannot return a response code, but the monitoring CPU checks the operation of the tasks in the order of priority to identify a task in an abnormal state. Can be specified.

【0016】[0016]

【発明の効果】以上説明したように本発明によれば、下
記のような優れた効果が得られる。 (1) 被監視CPUの各タスクから応答コ−ドを返信
する手段を設けたことにより、異常発生時、異常状態の
タスク及び、それより優先順位の低いタスクは応答コ−
ドを返信することが出来ないが、監視CPUは優先順位
順にタスクの動作をチェックすることにより異常状態の
タスクを特定することが出来る。
As described above, according to the present invention, the following excellent effects can be obtained. (1) By providing a means for returning a response code from each task of the monitored CPU, when an error occurs, a task in an abnormal state and a task having a lower priority than the task are returned as a response code.
However, the monitoring CPU can identify the task in an abnormal state by checking the operation of the tasks in order of priority.

【0017】(2) 異常状態のタスクを特定すること
により従来発見できなかった不具合を発見することもで
き、また、その要因を探ることがより容易になる。
(2) By specifying a task in an abnormal state, it is possible to find a defect that could not be found conventionally, and it is easier to find the cause.

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

【図1】本発明のマルチタスクの異常監視方式の動作例
1を示す図である。
FIG. 1 is a diagram showing an operation example 1 of the multitask abnormality monitoring method of the present invention.

【図2】本発明のマルチタスクの異常監視方式の動作例
2を示す図である。
FIG. 2 is a diagram showing an operation example 2 of the multitask abnormality monitoring method of the present invention.

【図3】監視コ−ド及び応答コ−ドの例を示す図であ
り、(a)は監視コ−ドの例を示し、(b)は応答コ−
ドの例を示す。
3A and 3B are diagrams showing examples of a monitoring code and a response code, wherein FIG. 3A shows an example of a monitoring code, and FIG. 3B shows a response code.
Here is an example.

【図4】二台のCPUで制御される制御装置のブロック
構成例を示す図である。
FIG. 4 is a diagram illustrating an example of a block configuration of a control device controlled by two CPUs.

【図5】OSによるマルチタスク制御の例を示す図であ
る。
FIG. 5 is a diagram illustrating an example of multitask control by an OS.

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

10 制御装置 11 CPU 12 OS 13 タスク 21 CPU 22 OS 23−1 Aタスク 23−2 Bタスク 23−3 Cタスク 23−n Zタスク Reference Signs List 10 control device 11 CPU 12 OS 13 task 21 CPU 22 OS 23-1 A task 23-2 B task 23-3 C task 23-n Z task

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数台のCPU、該CPUで作動する優
先順位の付けられた複数のタスクを具備し、該優先順位
にしたがったマルチタスク制御で制御され、一方のCP
Uを監視CPUとし、他のCPUを被監視CPUとして
使用し、周期的に監視CPUから被監視CPUへ監視コ
−ドを送信し、被監視CPUは一定時間内に応答コ−ド
を返信することによって異常監視を行なっているマルチ
タスクの異常監視方式において、 前記被監視CPUの各タスク毎に応答コ−ドを返信する
手段をもうけ、 周期的に監視CPUから被監視CPUの最低優先順位の
タスクへ監視コ−ドを送り、該タスクは一定時間内に応
答コ−ドを返信することにより異常の有無を監視し、 一定時間内に応答コ−ドが返信されて来ない場合、監視
CPUは被監視CPUの各タスクへ優先順位の順番、又
は、優先順位の逆の順番に順次監視コ−ドを送信し、各
タスクからの応答コ−ドを確認することにより異常状態
のタスクを特定することを特徴とするマルチタスクの異
常監視方式。
1. A system comprising a plurality of CPUs, a plurality of prioritized tasks operated by the CPUs, and controlled by multitask control according to the priorities.
U is used as a monitoring CPU, and the other CPUs are used as monitored CPUs. The monitoring code is periodically transmitted from the monitored CPU to the monitored CPU, and the monitored CPU returns a response code within a predetermined time. In the multi-task abnormality monitoring method for monitoring the abnormality, a means for returning a response code for each task of the monitored CPU is provided, and the monitoring CPU periodically determines the lowest priority of the monitored CPU. A monitoring code is sent to the task, and the task returns a response code within a predetermined time to monitor the presence or absence of an abnormality. If the response code is not returned within a predetermined time, the monitoring CPU Sends the monitoring code to each task of the monitored CPU in the order of priority or in the reverse order of the priority, and identifies the task in the abnormal state by checking the response code from each task. To do Multitasking abnormality monitoring method characterized.
JP8185566A 1996-06-25 1996-06-25 System for monitoring abnormality in multitask Pending JPH1011327A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8185566A JPH1011327A (en) 1996-06-25 1996-06-25 System for monitoring abnormality in multitask

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8185566A JPH1011327A (en) 1996-06-25 1996-06-25 System for monitoring abnormality in multitask

Publications (1)

Publication Number Publication Date
JPH1011327A true JPH1011327A (en) 1998-01-16

Family

ID=16173059

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8185566A Pending JPH1011327A (en) 1996-06-25 1996-06-25 System for monitoring abnormality in multitask

Country Status (1)

Country Link
JP (1) JPH1011327A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006126049A (en) * 2004-10-29 2006-05-18 Yamato Scale Co Ltd Weighing device
JP2013178653A (en) * 2012-02-28 2013-09-09 Nec Corp Arithmetic processing unit and stall monitoring method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006126049A (en) * 2004-10-29 2006-05-18 Yamato Scale Co Ltd Weighing device
JP2013178653A (en) * 2012-02-28 2013-09-09 Nec Corp Arithmetic processing unit and stall monitoring method

Similar Documents

Publication Publication Date Title
US6173339B1 (en) System for monitoring execution of commands from a host for shared I/O devices by setting a time-out period based on control parameters sent by the host
CN108804109B (en) Industrial deployment and control method based on multi-path functional equivalent module redundancy arbitration
JPH1011327A (en) System for monitoring abnormality in multitask
US8423681B2 (en) Control apparatus for process input-output device
JP2735514B2 (en) Process status management method
JP3269489B2 (en) Process monitoring system and process monitoring method
JP4956090B2 (en) Control information transmission system
JP2004070582A (en) Event notification task control processing system and method and its program
JPH11232143A (en) Multithread monitor method
JP4284732B2 (en) Production system
JPH0756773A (en) Method for diagnosing control device
JPH10269110A (en) Method for avoiding hang-up of computer system, and computer system using the same method
JP2842748B2 (en) Monitoring and control method for information processing equipment
JP2658683B2 (en) System stall monitoring and control method for mutual standby system
JP2977705B2 (en) Control system of networked multiplexed computer system
JPH05290011A (en) Fault monitoring method in loose-coupled electronic computer system using shared resource exclusive controller
JPH0567016A (en) Program abnormal operation monitor system
JP2908430B1 (en) Host processor monitoring apparatus and monitoring method for multiprocessor system
JPH08305675A (en) Multi-processor system and its operation management method
JPH0679279B2 (en) Supervisory control device for microprocessor-applied equipment
JPH096637A (en) Current/standby switching system
JPH02310755A (en) Health check system
JPH02244208A (en) Information processor control system
JPH11120140A (en) Method for automatically activating appllication on terminal computer
JPH02245834A (en) System for supervising function stop of system