JP2000330878A - Communication controller - Google Patents

Communication controller

Info

Publication number
JP2000330878A
JP2000330878A JP11139280A JP13928099A JP2000330878A JP 2000330878 A JP2000330878 A JP 2000330878A JP 11139280 A JP11139280 A JP 11139280A JP 13928099 A JP13928099 A JP 13928099A JP 2000330878 A JP2000330878 A JP 2000330878A
Authority
JP
Japan
Prior art keywords
input
output
control unit
monitoring timer
common control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11139280A
Other languages
Japanese (ja)
Inventor
Shinichi Tamada
眞一 玉田
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP11139280A priority Critical patent/JP2000330878A/en
Publication of JP2000330878A publication Critical patent/JP2000330878A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To gather data of an input/output common control part and to analyze hardware by reading out or dumping held information when the input/output common control part is stopped owing to an input/output-relative software error. SOLUTION: If a monitor timer 31 overflows when an input/output instruction is executed, a monitor timer overflow display circuit 32 is set and a monitor timer overflow information is displayed in an interruption cause display register 33. With mask data, an interruption generating circuit 35 generates a signal BR and the input/output instruction informs software that the monitor timer overflows. The output of the interruption signal BR activates a read control line 28, a read instruction signal CL is inputted to the input/output common control part to stop the operation, and the contents of a readable register and a control memory are read out and sent to a host device. Consequently, when the system stops, the information held in the input/output common control part is read out or dumped to analyze the hardware.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、通信機器等に搭載
される通信制御装置に関し、特にエラ−処理を改善した
通信制御装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication control device mounted on a communication device or the like, and more particularly to a communication control device with improved error processing.

【0002】[0002]

【従来の技術】一般に、この種の通信制御装置は、回線
の接続を制御する回線制御部と、各種デバイスを制御す
るデバイス制御部とが共通バスに接続されており、さら
に、所定の通信制御手順でデータの通信制御を行うCP
U等からなる主制御部と、前記共通バスと前記主制御部
との間のデータ転送制御及び入出力制御を行う入出力制
御部と、ソフトウェアで入出力命令が実行された場合に
起動し所定の時間をカウントする監視タイマとを備える
構成を成している。そして、監視タイマがタイムアウト
した場合には所定のエラー処理を行う。従来、かかる通
信制御装置のエラー処理においては、ソフトウェアの監
視タイマがタイムアウト(ソフト・タイム・オーバ)し
たときに、ソフトウェアに関する情報のトレースのみで
システムダウンしてしまい、ハードウェア情報が収集で
きないのが一般的であった。
2. Description of the Related Art In general, a communication control device of this type has a line controller for controlling line connection and a device controller for controlling various devices connected to a common bus. CP that performs data communication control by procedure
U, etc .; an input / output control unit for performing data transfer control and input / output control between the common bus and the main control unit; And a monitoring timer for counting the time. Then, when the monitoring timer times out, predetermined error processing is performed. Conventionally, in error processing of such a communication control device, when a software monitoring timer times out (soft time over), the system goes down only by tracing information on software, and hardware information cannot be collected. Was common.

【0003】一方、コンピュータシステムにおいてエラ
ーが発生した場合に、その時点のハードウェアレジスタ
の内容(ハードウェアに関する情報)を主記憶装置に格
納し、その後、外部記憶装置にダンプすることにより、
エラーの原因解析を容易に行う技術が、特開平9−22
3046号公報に開示されている。
On the other hand, when an error occurs in a computer system, the contents of hardware registers at that time (information on hardware) are stored in a main storage device, and then dumped to an external storage device.
A technique for easily analyzing the cause of an error is disclosed in
No. 3046 is disclosed.

【0004】図3は、上記公報に開示されたコンピュー
タシステムの要部構成を示すブロック図である。オペレ
ーティンーグシステム121のシステム監視処理モジュ
ール122は、まず、システムエラー監視時間を設定
し、その後は外部タイマ200に対して、一定時間間隔
で時計のリセットリクエストを発行し続ける。外部タイ
マ200のタイムアウト検出処理モジュール202は、
システム監視処理モジュール122からのリセットのリ
クエストを受け取ると、時計をリセットしてカウントを
再開する。外部タイマ200は、システム監視処理モジ
ュール122からのリセット指示のリクエストが、シス
テムエラー監視時間たっても発行されないと、タイムア
ウトを検出し、コンピュータ100がエラー状態にある
と見なす。そして、レジスタセーブ処理モジュール20
2が、タイムアウト検出時点のハードウェアレジスタ1
01(例えば、命令レジスタ、キャッシュのディレクト
リ、割り込みレジスタ等)の内容を主記憶装置120上
に予め定められたレジスタセーブエリア123へ格納す
る。その後は、外部タイマ200が、演算処理装置11
0に対して再立ち上げの割り込みを発行する。
FIG. 3 is a block diagram showing a main configuration of the computer system disclosed in the above publication. The system monitoring processing module 122 of the operating system 121 first sets a system error monitoring time, and thereafter continuously issues a clock reset request to the external timer 200 at regular time intervals. The timeout detection processing module 202 of the external timer 200
When a reset request is received from the system monitoring processing module 122, the clock is reset and counting is restarted. If a request for a reset instruction from the system monitoring processing module 122 is not issued after the system error monitoring time, the external timer 200 detects a timeout and regards the computer 100 as being in an error state. Then, the register save processing module 20
2 is the hardware register 1 at the time of timeout detection
01 (for example, an instruction register, a cache directory, an interrupt register, etc.) is stored in a predetermined register save area 123 on the main storage device 120. Thereafter, the external timer 200 starts the operation of the arithmetic processing unit 11.
A restart interrupt is issued for 0.

【0005】このようにして、上記公報の従来技術で
は、ハードウェアに関する情報を収集して、エラーの原
因解析を容易に行うようにしている。そこで、上述の通
信制御装置のエラー処理の改善のため、上記公報の技術
を適用することが考えられる。
[0005] As described above, according to the prior art disclosed in the above publication, information on hardware is collected, and the cause of the error is easily analyzed. Therefore, it is conceivable to apply the technique of the above publication in order to improve the error processing of the communication control device described above.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上記公
報の従来技術を通信制御装置のエラー処理に適用した場
合には次のような問題点があった。例えば、共通バスに
接続されている回線制御部やデバイス制御部の異常動作
により処理時間の増大あるいは処理の矛盾が発生し、ハ
ードウェアのエラーにならないでソフトウェアの監視タ
イマがタイムアウト(ソフト・タイム・オーバ)するこ
とがある。このような場合は、上記公報の従来技術にお
けるハードウェアレジスタの内容だけでは、ハードウェ
アの解析が不可能である。そのため、ソフトウェア、ハ
ードウェア故障の切り分けが困難となり、エラー復帰に
時間を要する。
However, when the prior art disclosed in the above publication is applied to error processing of a communication control device, there are the following problems. For example, an abnormal operation of a line control unit or a device control unit connected to the common bus causes an increase in processing time or inconsistency in processing, and a software monitoring timer times out (soft time / time) without causing a hardware error. Over). In such a case, it is impossible to analyze the hardware only by the contents of the hardware register in the prior art disclosed in the above publication. For this reason, it is difficult to distinguish between software and hardware failures, and it takes time to recover from errors.

【0007】本発明は上記従来の問題点に鑑み、入出力
のソフト・タイム・オーバによってシステムが停止して
も、ハードウェアの解析が可能であり、ソフトウェア/
ハードウェア故障の切り分けを容易に行うことができる
通信制御装置を提供することを目的とする。
The present invention has been made in view of the above-mentioned conventional problems, and enables analysis of hardware even if the system is stopped due to soft time over of input / output, and software / software.
An object of the present invention is to provide a communication control device that can easily identify a hardware failure.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、請求項1記載の発明に係る通信制御装置では、共通
バスに接続され回線の接続を制御する回線制御部と、前
記共通バスに接続され、各種デバイスを制御するデバイ
ス制御部と、所定の通信制御手順でデータの通信制御を
行う主制御部と、前記共通バスと前記主制御部との間の
データ転送制御及び入出力制御を行う入出力制御部と、
ソフトウェアで入出力命令が実行された場合に起動し、
所定の時間をカウントする入出力監視タイマとを備え、
前記監視タイマがタイムアウトした場合には所定のエラ
ー処理を行う通信制御装置において、前記入出力監視タ
イマがタイムアウトした場合に、このタイムアウトが少
なくとも前記回線制御部及び前記デバイス制御部に関す
る入出力関連のソフトウェアエラーを示すものであるか
否かを識別する識別手段と、前記入出力関連のソフトウ
ェアエラーであるときに、前記入出力共通制御部の動作
を停止する停止手段と、前記停止手段により前記入出力
共通制御部が停止したときに、該入出力共通制御部内に
保持されている情報の読み出しまたはダンプを行う手段
とを備えたことを特徴とする。また請求項2記載の発明
に係る通信制御装置では、前記入出力命令の監視を行っ
た旨を表示する手段をさらに設けたことを特徴とする。
さらに請求項3記載の発明に係る通信制御装置では、前
記監視タイマがタイムアウトした場合にセットされてそ
の旨を表示する手段をさらに設けたことを特徴とする。
According to a first aspect of the present invention, there is provided a communication control apparatus connected to a common bus and controlling a connection of a line. A device control unit that controls various devices, a main control unit that performs data communication control according to a predetermined communication control procedure, and a data transfer control and an input / output control between the common bus and the main control unit. An input / output control unit to perform;
Fires when an I / O instruction is executed by software,
An input / output monitoring timer that counts a predetermined time,
When the input / output monitoring timer times out, in the communication control device that performs predetermined error processing when the monitoring timer times out, at least the input / output related software related to the line control unit and the device control unit is used. Identification means for identifying whether or not an error is indicated; stopping means for stopping the operation of the input / output common control unit when the input / output-related software error is detected; and Means for reading or dumping the information held in the input / output common control unit when the common control unit is stopped. The communication control device according to the second aspect of the present invention is further characterized by further comprising means for displaying that the input / output command has been monitored.
Further, the communication control apparatus according to the third aspect of the present invention is characterized in that a means for setting when the monitoring timer has timed out and displaying the fact is further provided.

【0009】[0009]

【発明の実施の形態】以下、図面を参照して本発明の実
施の形態を説明する。図1は、本発明の実施の一形態に
係る通信制御装置の概略構成を示すブロック図である。
図中の21は所定の通信制御手順でデータの通信制御を
行うCPUであり、22は前記所定の通信制御手順を含
む制御プログラム等や各種のデータを記憶するメモリで
ある。また、23はサービス用のプロセッサであり、2
4は入出力共通制御部である。これらCPU21、メモ
リ22、サービスプロセッサ23、入出力共通制御部2
4は、CPU・メモリバス20を介して相互に接続され
ている。さらに、回線制御部25とデバイス制御部2
6,27とが共通バス29を介して入出力共通制御部2
4に接続されている。ここで、回線制御部25は、メモ
リ22にある入出力命令によって起動し回線の接続を制
御する回路であり、デバイス制御部26,27は、各種
デバイスを制御する回路である。そして、入出力共通制
御部24は、デバイス制御部26,27が接続されてい
る共通バス29と、CPU・メモリバス20のバス制御
を行い、CPU21あるいはメモリ22と回線制御部2
5デバイス制御部26,27との間のデータ転送と入出
力制御を行う回路である。そして、この入出力共通制御
部24に対して、読取指示制御線28を介してCPU2
1から読取指示信号CL(後述する)が印加されるよう
になっており、これが本発明の特徴の一部を成してい
る。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a schematic configuration of a communication control device according to one embodiment of the present invention.
In the figure, reference numeral 21 denotes a CPU for controlling data communication according to a predetermined communication control procedure, and reference numeral 22 denotes a memory for storing a control program including the predetermined communication control procedure and various data. Reference numeral 23 denotes a service processor.
Reference numeral 4 denotes an input / output common control unit. These CPU 21, memory 22, service processor 23, input / output common control unit 2
4 are interconnected via a CPU / memory bus 20. Further, the line control unit 25 and the device control unit 2
6 and 27 through the common bus 29.
4 is connected. Here, the line control unit 25 is a circuit that is activated by an input / output command in the memory 22 and controls connection of the line, and the device control units 26 and 27 are circuits that control various devices. The input / output common control unit 24 performs bus control of the common bus 29 to which the device control units 26 and 27 are connected and the CPU / memory bus 20, and controls the CPU 21 or the memory 22 and the line control unit 2.
5 is a circuit for performing data transfer between the device control units 26 and 27 and input / output control. The input / output common control unit 24 is connected to the CPU 2 via a read instruction control line 28.
1, a reading instruction signal CL (described later) is applied, which forms a part of the feature of the present invention.

【0010】図2は、本発明の特徴を成す読取指示信号
CLの発生部と、割込信号BRの発生部とを備えた処理
回路の構成を示すブロック図であり、この処理回路は、
CPU21に内蔵されている。図中の31は監視タイマ
であり、この監視タイマ31は、監視する要因によって
タイマ値をセットして一定時間カントアップあるいはダ
ウンさせる機能を有する。32は監視タイマオーバフロ
ー表示回路であり、監視タイマ31がオーバフローした
らセットされる。33は割込原因表示レジスタであり、
監視タイマ31のオーバフロー割込要因を表示する。3
4はマスクレジスタであり、割り込みの可/不可を表し
たマスクデータをセットすることで割り込みの可/不可
を制御することができるレジスタである。35は割込発
生回路であり、割込信号BRを発生する回路である。こ
の割り込み発生部に対して、本発明の特徴を成す読取指
示信号発生部は、ソフト・タイム・オーバ監視処理表示
回路36と、読取指示発生回路37とで構成されてい
る。そして、ソフト・タイム・オーバ監視処理表示回路
36と監視タイマ・オーバフロー表示回路32と割込発
生回路35の各出力信号を読取指示発生回路37に供給
し、読取指示発生回路37から出力される読取指示信号
CLによって入出力共通制御部24を停止させる。この
とき、入出力共通制御部24の読み出し可能な情報を読
み出す、あるいは入出力共通制御部24の内容をダンプ
するようになっている。
FIG. 2 is a block diagram showing a configuration of a processing circuit including a reading instruction signal CL generating unit and an interrupt signal BR generating unit which characterize the present invention.
It is built into the CPU 21. In the figure, reference numeral 31 denotes a monitoring timer. The monitoring timer 31 has a function of setting a timer value according to a monitored factor and counting up or down for a certain period of time. Reference numeral 32 denotes a monitor timer overflow display circuit, which is set when the monitor timer 31 overflows. 33 is an interrupt cause display register,
The overflow interrupt factor of the monitoring timer 31 is displayed. 3
Reference numeral 4 denotes a mask register, which is a register capable of controlling the enable / disable of the interrupt by setting mask data indicating the enable / disable of the interrupt. An interrupt generating circuit 35 generates an interrupt signal BR. In contrast to the interrupt generation unit, a read instruction signal generation unit which is a feature of the present invention includes a soft time over monitoring processing display circuit 36 and a read instruction generation circuit 37. Then, the respective output signals of the soft time over monitoring processing display circuit 36, the monitoring timer overflow display circuit 32, and the interrupt generation circuit 35 are supplied to the read instruction generation circuit 37, and the reading output from the read instruction generation circuit 37 is performed. The input / output common control unit 24 is stopped by the instruction signal CL. At this time, information readable by the input / output common control unit 24 is read out, or the contents of the input / output common control unit 24 are dumped.

【0011】次に、本実施形態の動作について説明す
る。回線制御部25あるいはデバイス制御部26,27
に起動をかける場合は、各種の監視機能がメモリ22に
ソフトウェアのプログラムとして展開されている。この
各種の時間監視には、入出力共通制御部24がCPU2
1の起動要求を受付けてから共通バス29の使用終了が
報告されるまでの動作中の時間監視や、共通バス29の
使用中の監視、入出力共通制御部24が起動要求を受付
けてから回線制御部25、デバイス制御部26,27の
終了が報告されるまでのデバイス動作の時間監視、入出
力起動要求が入出力共通制御部24のビジーステータス
等により保留された状態から入出力共通制御部24が起
動を受付けるまでの時間を入出力要求イベント対応に保
留した場合の該イベントの時間監視がある。
Next, the operation of this embodiment will be described. Line control unit 25 or device control units 26 and 27
For example, various monitoring functions are loaded on the memory 22 as software programs. The input / output common control unit 24 uses the CPU 2
1 to monitor the operating time from the reception of the start request until the end of use of the common bus 29 is reported, the monitoring of the use of the common bus 29, and the line after the input / output common control unit 24 receives the start request. The control unit 25 monitors the operation time of the device until the end of the device control units 26 and 27 is reported. There is time monitoring of the event when the time until the 24 receives the activation is held in response to the input / output request event.

【0012】ソフトウェアで入出力命令が実行される
と、監視タイマ31が起動する。もし、監視タイマ31
がオーバフローした場合には、監視タイマオーバフロー
表示回路32がセットされ、割込原因表示レジスタ33
に監視タイマオーバフロー割込みであることが表示され
る。そして、マスクレジスタ34に予め格納されている
マスクデータによって割込発生回路35で割込み信号B
Rが発生して、入出力命令が監視タイマオーバフローし
たことをソフトウェアに通知する。
When an input / output instruction is executed by software, a monitoring timer 31 is started. If the monitoring timer 31
Overflows, the monitoring timer overflow display circuit 32 is set, and the interrupt cause display register 33 is set.
Indicates that it is a monitoring timer overflow interrupt. Then, the interrupt signal B is generated by the interrupt generation circuit 35 according to the mask data stored in the mask register 34 in advance.
R is generated to notify software that the input / output instruction has overflowed the monitoring timer.

【0013】割込原因表示レジスタ33には、入出力監
視タイムオーバフロー以外にもハードウェアエラー、ソ
フトウェアエラー等の他の割り込み要因が表示されるた
め、ソフト・タイマ・オーバ監視処理表示回路36に、
入出力命令の監視を行ったことを表示しておく。そし
て、割込発生回路35から割込み信号BRが出力される
と同時に、監視タイマーオーバフロー表示回路32の出
力により読取指示発生回路37で読取制御線28がアク
ティビュとなり、読取指示信号CLが入出力共通制御部
24へ出力される。
Since the interrupt cause display register 33 displays other interrupt factors such as hardware errors and software errors in addition to the input / output monitoring time overflow, the soft timer over monitoring processing display circuit 36
Indicates that monitoring of input / output instructions has been performed. At the same time that the interrupt signal BR is output from the interrupt generation circuit 35, the read control line 28 is activated in the read instruction generation circuit 37 by the output of the monitoring timer overflow display circuit 32, and the read instruction signal CL is controlled by the input / output common control. Output to the unit 24.

【0014】その結果、入出力共通制御部24の動作は
停止し、そのときに入出力共通制御部24の読み出し可
能なレジスタと制御メモリの内容を読み出し、上位装置
へ送出する。
As a result, the operation of the input / output common control unit 24 stops, and at this time, the contents of the readable register and control memory of the input / output common control unit 24 are read and sent to the host device.

【0015】このように本実施形態では、入出力のソフ
ト・タイム・オーバによってシステムが停止しても、入
出力共通制御部24の保持情報を読み出し(あるいはダ
ンプする)ことによって、ハードウェアの解析が可能で
あり、ソフトウェア/ハードウェア故障の切り分けを容
易に行うことが可能である。
As described above, in this embodiment, even if the system is stopped due to the soft time over of the input / output, the information stored in the input / output common control unit 24 is read (or dumped) to analyze the hardware. It is possible to easily perform software / hardware failure isolation.

【0016】[0016]

【発明の効果】以上詳述したように、本発明によれば、
ソフトウェアエラーであっても入出力共通制御部のデー
タ収集を行うことができるので、ハードウェアの解析が
可能である。これにより、ソフトウェア、ハードウェア
故障切り分けを容易にすることが可能になり、エラー復
帰時間を短縮させることができる。
As described in detail above, according to the present invention,
Even if a software error occurs, data can be collected by the input / output common control unit, so that hardware analysis can be performed. This makes it easy to isolate software and hardware failures, and shortens error recovery time.

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

【図1】 本発明の実施の一形態に係る通信制御装置の
概略構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a schematic configuration of a communication control device according to an embodiment of the present invention.

【図2】 本発明の特徴を成す読取指示信号発生部の構
成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of a reading instruction signal generating unit which is a feature of the present invention.

【図3】 従来のエラー処理を説明するための図であ
る。
FIG. 3 is a diagram for explaining conventional error processing.

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

20 CPU・メモリバス 21 CPU 22 メモリ 23 サービスプロセッサ 24 入出力共通制御部 25 回線制御部 26,27 デバイス制御部 28 読取指示制御線 29 共通バス 31 監視タイマ 32 監視タイマオーバフロー表示回路 33 割込原因表示レジスタ 34 マスクレジスタ 35 割込発生回路 36 ソフト・タイム・オーバ監視処理表示回路 37 読取指示発生回路 CL 読取指示信号 Reference Signs List 20 CPU / memory bus 21 CPU 22 memory 23 service processor 24 input / output common control unit 25 line control unit 26, 27 device control unit 28 read instruction control line 29 common bus 31 monitoring timer 32 monitoring timer overflow display circuit 33 interrupt cause display Register 34 Mask register 35 Interrupt generation circuit 36 Soft time over monitoring processing display circuit 37 Read instruction generation circuit CL Read instruction signal

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】共通バスに接続され回線を制御する回線制
御部と、前記共通バスに接続され、各種デバイスを制御
するデバイス制御部と、所定の通信制御手順でデータの
通信制御を行う主制御部と、前記共通バスと前記主制御
部との間のデータ転送制御及び入出力制御を行う入出力
制御部と、ソフトウェアで入出力命令が実行された場合
に起動し、所定の時間をカウントする入出力監視タイマ
とを備え、前記監視タイマがタイムアウトした場合には
所定のエラー処理を行う通信制御装置において、 前記入出力監視タイマがタイムアウトした場合に、この
タイムアウトが少なくとも前記回線制御部及び前記デバ
イス制御部に関する入出力関連のソフトウェアエラーを
示すものであるか否かを識別する識別手段と、 前記入出力関連のソフトウェアエラーであるときに、前
記入出力共通制御部の動作を停止する停止手段と、 前記停止手段により前記入出力共通制御部が停止したと
きに、該入出力共通制御部内に保持されている情報の読
み出しまたはダンプを行う手段とを備えたことを特徴と
する通信制御装置。
1. A line controller connected to a common bus and controlling a line, a device controller connected to the common bus and controlling various devices, and a main controller for controlling data communication in a predetermined communication control procedure Unit, an input / output control unit that performs data transfer control and input / output control between the common bus and the main control unit, and is activated when an input / output instruction is executed by software, and counts a predetermined time. An input / output monitoring timer, wherein the communication control device performs predetermined error processing when the monitoring timer has timed out. When the input / output monitoring timer has timed out, at least the line control unit and the device Identification means for identifying whether or not the input / output-related software error relating to the control unit is indicated; and the input / output-related software A stop unit for stopping the operation of the input / output common control unit when the input / output common control unit is stopped. Means for reading or dumping.
【請求項2】前記入出力命令の監視を行った旨を表示す
る手段をさらに設けたことを特徴とする請求項1記載の
通信制御装置。
2. The communication control device according to claim 1, further comprising means for displaying that the input / output command has been monitored.
【請求項3】前記監視タイマがタイムアウトした場合に
セットされてその旨を表示する手段をさらに設けたこと
を特徴とする請求項1または2に記載の通信制御装置。
3. The communication control device according to claim 1, further comprising means for setting when the monitoring timer has timed out and displaying the fact.
JP11139280A 1999-05-19 1999-05-19 Communication controller Pending JP2000330878A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11139280A JP2000330878A (en) 1999-05-19 1999-05-19 Communication controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11139280A JP2000330878A (en) 1999-05-19 1999-05-19 Communication controller

Publications (1)

Publication Number Publication Date
JP2000330878A true JP2000330878A (en) 2000-11-30

Family

ID=15241616

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11139280A Pending JP2000330878A (en) 1999-05-19 1999-05-19 Communication controller

Country Status (1)

Country Link
JP (1) JP2000330878A (en)

Similar Documents

Publication Publication Date Title
EP1668509B1 (en) Method and apparatus for monitoring and resetting a co-processor
JP2006309760A (en) Monitoring logic and monitoring method for detecting abnormal operation of data processor
JP2004302731A (en) Information processor and method for trouble diagnosis
JP2000330878A (en) Communication controller
JP2003256240A (en) Information processor and its failure recovering method
JP2002182951A (en) Maintenance method for information processor and information processor
JPH1115661A (en) Self-diagnosis method for cpu
JPH10228395A (en) Abnormality diagnostic device for controller
JP3620984B2 (en) Computer automatic schedule control system, recording medium therefor, and computer automatic schedule control method
US8074006B2 (en) Abnormal status detecting method of interrupt pins
JP3977694B2 (en) Reset device
JPH07230432A (en) Calculating device
CN114771251A (en) Liquid crystal instrument display method and device
JP2002244885A (en) Computer system monitoring system
JPH0149975B2 (en)
JPH076103A (en) Fault processing system for input/output channel
JPH0659941A (en) Information processor
JPH0395634A (en) Restart control system for computer system
JP2000339199A (en) Tm save analyzing method
JPH0628218A (en) Program development assisting device for microcomputer
JP2003173274A (en) Software system
JPH0573344A (en) Computer system
JPS6162944A (en) Method for inspecting information processor
JPS6295647A (en) Microprogram controller with run monitoring device
JPH04338842A (en) Information processor with error detecting function

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030708