JPH07104797B2 - System diagnostic method - Google Patents

System diagnostic method

Info

Publication number
JPH07104797B2
JPH07104797B2 JP63033244A JP3324488A JPH07104797B2 JP H07104797 B2 JPH07104797 B2 JP H07104797B2 JP 63033244 A JP63033244 A JP 63033244A JP 3324488 A JP3324488 A JP 3324488A JP H07104797 B2 JPH07104797 B2 JP H07104797B2
Authority
JP
Japan
Prior art keywords
test
routine
check
setting table
execution
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
JP63033244A
Other languages
Japanese (ja)
Other versions
JPH01207837A (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 JP63033244A priority Critical patent/JPH07104797B2/en
Publication of JPH01207837A publication Critical patent/JPH01207837A/en
Publication of JPH07104797B2 publication Critical patent/JPH07104797B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明はデータ処理システムのシステム動作を保証す
るためにシステムの構成要素を診断するシステム診断方
式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system diagnostic method for diagnosing system components in order to guarantee system operation of a data processing system.

〔従来の技術〕[Conventional technology]

従来からデータ処理システムにおいて、システム動作を
保証する手段としてシステムの各構成要素を並列動作さ
せるテスト・プログラムを用いて診断することが一般に
知られている。
2. Description of the Related Art Conventionally, in data processing systems, it is generally known to perform diagnosis by using a test program for operating each component of the system in parallel as a means for guaranteeing system operation.

第5図は従来のシステム診断方式を説明するためのデー
タ処理システムの構成を示すブロック図である。図にお
いて、1はデータ処理装置、2はデータ処理装置1に制
御指令を入力する制御指令入力装置、3はデータ処理装
置1からのメッセージを出力するメッセージ出力装置、
4は端末装置を含む各種入出力装置、5はデータ処理装
置1に備えられた主記憶装置、6はデータ処理装置1に
備えられた基本処理装置、7はデータ処理装置1に接続
された補助記憶装置、8は主記憶装置5上で動作するテ
スト・プログラムの実行を制御する実行制御部、9はテ
スト・プログラムのテスト内容を規定したテスト・ルー
ティン、10はテスト・ルーティン9を実行した結果が正
しいかどうかを判定するチェック・ルーティンである。
FIG. 5 is a block diagram showing the configuration of a data processing system for explaining a conventional system diagnostic method. In the figure, 1 is a data processing device, 2 is a control command input device for inputting a control command to the data processing device 1, 3 is a message output device for outputting a message from the data processing device 1,
Reference numeral 4 is various input / output devices including a terminal device, 5 is a main storage device provided in the data processing device 1, 6 is a basic processing device provided in the data processing device 1, and 7 is an auxiliary device connected to the data processing device 1. A storage device, 8 is an execution control unit that controls the execution of a test program operating on the main storage device 5, 9 is a test routine that defines the test content of the test program, and 10 is the result of executing the test routine 9. Is a check routine that determines whether is correct.

次に第6図のフローチャート図を参照しながら、第5図
に示したこの従来技術の動作について説明する。まず、
テスト・プログラムの実行を開始(ステップS1)する
と、実行制御部8は、実行可能状態にあるテスト・ルー
ティン9の中から最も優先順位の高いテスト・ルーティ
ンを選択し実行する(ステップS2,S3)。選択したテス
ト・ルーティン9が入出力装置4に対する動作を要求し
たならば、入出力動作を起動した後、入出力動作の終了
割込待ちにしてテスト・ルーティン9の実行を中断し
(ステップS6)、次に処理すべきテスト・ルーティン9
の選択処理(ステップS2)へ戻る。選択したテスト・ル
ーティン9が入出力動作を必要としないならば、規定の
終了ポイントまで実行(1パス実行)し、もしくは、割
込が発生(ステップS7)するまで実行を続ける。規定の
ポイントまで実行すると、再度テスト・ルーティン9の
選択処理(ステップS2)へ戻る。割込が発生(ステップ
S7)すると、その種類を判別(ステップS8)し、入出力
動作終了割込であるならば、チェック・ルーティン10に
よって終了時の正当性チェック(ステップS9)を行い、
終了割込を報告した装置に対するテスト・ルーティン9
が再開できるように実行可能状態に移す(ステップS1
0)。また、入出力動作終了割込以外の割込に対して
は、各々の割込処理(ステップS11)を行い、割込発生
時に実行中であったテスト・ルーティン9が再開できる
ように設定して実行可能状態に移す(ステップS12)。
割込処理が終了すると、再度テスト・ルーティン9の選
択処理(ステップS2)へ戻る。
Next, the operation of this prior art shown in FIG. 5 will be described with reference to the flowchart of FIG. First,
When the execution of the test program is started (step S1), the execution control unit 8 selects and executes the test routine with the highest priority order from the test routines 9 in the ready state (steps S2, S3). . If the selected test routine 9 requests the operation for the input / output device 4, after the input / output operation is started, the end of the input / output operation is waited for and the execution of the test routine 9 is interrupted (step S6). , Next Test Routine 9
Return to the selection process (step S2). If the selected test routine 9 does not require the input / output operation, the test routine 9 is executed up to the specified end point (1 pass execution), or the execution is continued until an interrupt occurs (step S7). After the execution up to the specified point, the process returns to the test routine 9 selection process (step S2). Interrupt occurs (step
Then, the type is determined (step S8), and if it is an input / output operation end interrupt, the check routine 10 performs a validity check at the end (step S9),
Test routine 9 for equipment that reported a termination interrupt
To a ready state so that can be restarted (step S1
0). For interrupts other than I / O operation end interrupts, each interrupt process (step S11) is performed so that the test routine 9 that was being executed when the interrupt occurred can be restarted. Move to the executable state (step S12).
When the interrupt process is completed, the process returns to the test routine 9 selection process (step S2).

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

従来のシステム診断方式では上述したように動作するの
で、診断対象とすなる構成要素のテスト・タイミングが
それぞれ異なるような場合、それに応じたテスト・タイ
ミングに合わせるためのタイミング変更はできず、多様
な場合についてのテストを行うことが困難となり、ま
た、テスト実行とテスト結果のチェックとが対になって
処理しているため、診断対象の競合度を向上させるのに
限界が生じるなどの問題点があった。
Since the conventional system diagnostic method operates as described above, when the test timings of the components to be diagnosed are different from each other, it is not possible to change the timing to match the test timings, and various test timings cannot be changed. It is difficult to perform the test for the case, and since the test execution and the test result check are processed as a pair, there is a problem that there is a limit in improving the degree of competition of the diagnosis target. there were.

この発明は上記のような問題点を解消するためになされ
たもので、異なるテスト・タイミングを有する構成要素
も容易に診断可能とし、診断対象の競合度もシステムの
限界値に近いところまで向上させることができるシステ
ム診断方式を提供することを目的とする。
The present invention has been made in order to solve the above-mentioned problems, and makes it possible to easily diagnose components having different test timings, and the degree of competition of the diagnosis target is improved to a value close to the system limit value. It is an object of the present invention to provide a system diagnostic method that can perform.

〔課題を解決するための手段〕[Means for Solving the Problems]

この発明に係るシステム診断方式は、テスト・ルーティ
ン9の実行優先順位をテーブル化した実行優先順位設定
テーブル12と、チェック・ルーティン10がチェックする
チェック範囲をテーブル化したチェック範囲設定テーブ
ル11と、操作者の指示により各テーブル11,12の内容を
変更するためのテーブル設定値変更制御部13とを設け、
上記実行優先順位及びチェック範囲を任意に設定してシ
ステム構成要素の診断を行うことを特徴とするものであ
る。
The system diagnostic method according to the present invention includes an execution priority setting table 12 in which the execution priority of the test routine 9 is tabulated, a check range setting table 11 in which the check range checked by the check routine 10 is tabulated, and an operation. Provided with a table set value change control unit 13 for changing the contents of each table 11, 12 according to the instruction of the person,
It is characterized in that the above-mentioned execution priority and check range are arbitrarily set to diagnose the system components.

〔作用〕[Action]

テーブル設定値変更制御部13は、操作者の指示により実
行優先順位設定テーブル12内のテスト・ルーティン9の
実行優先順位及びチェック範囲設定テーブル11内のチェ
ック・ルーティン10のチェック範囲を変更し、再設定す
る。この再設定された実行優先順位及びチェック範囲に
従ってシステム構成要素が診断される。
The table set value change control unit 13 changes the execution priority order of the test routine 9 in the execution priority setting table 12 and the check range of the check routine 10 in the check range setting table 11 according to the operator's instruction, and re-executes it. Set. System components are diagnosed according to the reset execution priority and check range.

〔発明の実施例〕Example of Invention

第1図はこの発明の一実施例に係るシステム診断方式を
説明するためのデータ処理システムの構成を示すブロッ
ク図である。第1図において、第5図に示す構成要素に
対応するものには同一の参照符を付し、その説明を省略
する。第1図において、11はチェック・ルーティン10が
チェックする範囲をテーブル化したチェック範囲設定テ
ーブル、12は各テスト・ルーティン9の実行優先順位を
テーブル化した実行優先順位設定テーブル、13は操作者
の指示により各テーブル11,12の内容を変更するための
テーブル設定値変更制御部である。
FIG. 1 is a block diagram showing the configuration of a data processing system for explaining a system diagnostic method according to an embodiment of the present invention. In FIG. 1, the components corresponding to those shown in FIG. 5 are designated by the same reference numerals and the description thereof will be omitted. In FIG. 1, 11 is a check range setting table in which the range checked by the check routine 10 is tabulated, 12 is an execution priority setting table in which the execution priority of each test routine 9 is tabulated, and 13 is an operator's It is a table setting value change control unit for changing the contents of the tables 11 and 12 according to an instruction.

第3図(a),(b)はこの実施例において実行優先順
位が変化したことによるテスト・タイミングの変化を示
すタイミングチャートである。図において、TP1は入出
力装置4・1に対するテスト・ルーティン、TP2は入出
力装置4・2に対するテスト・ルーティン、TP3は基本
処理装置6内の演算機能のテスト・ルーティンを示す。
第3図(a)は実行優先順位がTP1>TP2>TP3で、入出
力装置4・1,4・2の終了時のテスト結果チェックが有
る場合のタイミングチャートを示す。第3図(b)は実
行優先順位がTP2>TP1>TP3で、上記チェックが無い場
合のタイミングチャートを示す。
FIGS. 3 (a) and 3 (b) are timing charts showing the change of the test timing due to the change of the execution priority in this embodiment. In the figure, TP1 is a test routine for the input / output device 4.1, TP2 is a test routine for the input / output device 4.2, and TP3 is a test routine for the arithmetic function in the basic processing device 6.
FIG. 3A shows a timing chart when the execution priority is TP1>TP2> TP3 and there is a test result check at the end of the input / output devices 4.1, 4.2. FIG. 3B shows a timing chart when the execution priority is TP2>TP1> TP3 and the above check is not made.

第4図(a)は実行優先順位設定テーブル12内のテーブ
ル例を示し、テスト・ルーティン名とテスト対象と優先
順位と設定可能範囲とがテーブル化されたものである。
第4図(b)はチェック範囲設定テーブル11内のテーブ
ル例を示し、テスト対象(診断対象)と割込時のステー
タス・チェックの有無と処理データチェックの有無とが
テーブル化されたものである。
FIG. 4A shows an example of the table in the execution priority setting table 12, in which the test routine name, the test target, the priority and the settable range are tabulated.
FIG. 4B shows an example of a table within the check range setting table 11, in which a test target (diagnosis target), presence / absence of status check at interrupt, and presence / absence of processing data check are tabulated. .

次に第2図のフローチャート図を参照しながら、第1図
に示したこの発明の実施例の動作について説明する。
Next, the operation of the embodiment of the present invention shown in FIG. 1 will be described with reference to the flow chart of FIG.

まず、実行を開始(ステップS1)とすると、実行制御部
8は、実行優先順位設定テーブル12を参照し、実行可能
状態にあるテスト・ルーティン9の中から最も優先順位
の高いものを選択し(ステップS2)、実行に入る(ステ
ップS3)。選択したテスト・ルーティン9が入出力装置
4に対する動作を要求したならば(ステップS4),入出
力動作を起動した後、入出力動作の終了割込待ちにして
テスト・ルーティン9の実行を中断し(ステップS6),
次に処理すべきテスト・ルーティン9の選択(ステップ
S2)へ戻る。選択したテスト・ルーティン9が入出力動
作を必要としないならば、規定の終了ポイント(1パ
ス)まで実行し、再度テスト・ルーティン9の選択処理
(ステップS2)へ戻る。規定の終了ポイントが設定され
ていない場合は、割込が発生(ステップS7)するまで実
行を続ける。割込が発生(ステップS7)すると、割込の
種類を判別(ステップS8)し、入出力動作終了割込であ
るならば、チェック・ルーティン10が、チェック範囲設
定テーブル11に従って終了時の正当性チェック(ステッ
プS9)を行い、終了割込を報告した装置に対するテスト
・ルーティン9が再開できるように、中断状態から実行
可能状態に移す(ステップS10)。また、入出力動作終
了割込以外の割込に対しては、各々の割込処理(ステッ
プS11)を行い、割込発生時に実行中であったテスト・
ルーティン9が再開できるように設定して実行可能状態
にする(ステップS12)。割込処理が終了すると、再度
テスト・ルーティン9の選択処理(ステップS2)へ戻
る。
First, when execution is started (step S1), the execution control unit 8 refers to the execution priority setting table 12 and selects the test routine 9 having the highest priority from the test routines 9 in the executable state ( In step S2), execution is started (step S3). If the selected test routine 9 requests the operation for the input / output device 4 (step S4), after the input / output operation is started, the end of the input / output operation is waited for and the execution of the test routine 9 is interrupted. (Step S6),
Select next test routine 9 to process (step
Return to S2). If the selected test routine 9 does not require the input / output operation, the test routine 9 is executed up to the specified end point (one pass), and the process returns to the test routine 9 selection process (step S2). If the specified end point is not set, execution is continued until an interrupt occurs (step S7). When an interrupt occurs (step S7), the type of interrupt is determined (step S8), and if the interrupt is an I / O operation end interrupt, the check routine 10 follows the check range setting table 11 to determine the validity of the end. A check (step S9) is performed, and the suspended state is changed to the executable state (step S10) so that the test routine 9 for the device reporting the end interrupt can be restarted. For interrupts other than I / O operation end interrupts, each interrupt process (step S11) is performed, and the test that was being executed when the interrupt occurred.
The routine 9 is set so that it can be restarted and is set to the executable state (step S12). When the interrupt process is completed, the process returns to the test routine 9 selection process (step S2).

操作者からの制御入力が、制御指令入力装置2を通して
発生(ステップS13)すると、テーブル設定値変更要求
か否かを判定(ステップS14)し、テーブル設定値変更
要求であれば、指示に従って各テーブル11,12の内容を
変更する。その他の制御指令入力であれば、各処理を行
う(ステップS16)。制御入力によって自動変更モード
を指定したならば、自動変更ルーティン(ステップS1
9)が一定の周期で起動されるようになる。自動変更ル
ーティン(ステップS19)が起動されると、第4図に示
す例のように、設定値に対する設定可能範囲内で、実行
優先順位設定テーブル12の内容をランダムに変更し(ス
テップS20)、また、チェック範囲設定テーブル11の値
(この例では0又は1)をランダムに再設定する(ステ
ップS21)。
When the control input from the operator is generated through the control command input device 2 (step S13), it is determined whether or not it is a table setting value change request (step S14). Change the contents of 11,12. If it is another control command input, each process is performed (step S16). If the automatic change mode is specified by the control input, the automatic change routine (step S1
9) will be activated at regular intervals. When the automatic change routine (step S19) is started, the contents of the execution priority setting table 12 are randomly changed within the settable range for the set value (step S20), as in the example shown in FIG. Further, the value of the check range setting table 11 (0 or 1 in this example) is randomly reset (step S21).

このように上記実施例は、一定周期で自動的に、かつラ
ンダム(任意)に実行優先順位及びチェック範囲を変更
しながら診断対象である入出力装置4(4・1,4・2)
及び基本処理装置6の演算機能の診断を行う。
As described above, in the above-described embodiment, the input / output device 4 (4, 1, 4, 2) to be diagnosed is automatically and randomly (arbitrarily) changed at fixed intervals while changing the execution priority and the check range.
Also, the operation function of the basic processing device 6 is diagnosed.

なお、上記実施例では、テーブル設定値変更制御部13を
独立して設定したが、実行制御部8内に含めてもよい。
また、チェック範囲設定テーブル11、実行優先順位設定
テーブル12も、独立に設定したが、実行制御部8内に含
めてもよい。また、チェック範囲設定テーブル11は、個
々のテスト・ルーティン9内に設定しても上記実施例と
同様の効果が得られる。
Although the table setting value change control unit 13 is set independently in the above embodiment, it may be included in the execution control unit 8.
Further, although the check range setting table 11 and the execution priority setting table 12 are set independently, they may be included in the execution control unit 8. Further, even if the check range setting table 11 is set in each test routine 9, the same effect as in the above embodiment can be obtained.

〔発明の効果〕〔The invention's effect〕

以上のように本発明によれば、テスト・ルーティンの実
行優先順位をテーブル化した実行優先順位設定テーブル
と、チェック・ルーティンがチェックするチェック範囲
をテーブル化したチェック範囲設定テーブルと、操作者
の指示により上記各テーブルの内容を変更するためのテ
ーブル設定値変更制御部とを設けて構成したので、各テ
スト・ルーティンの実行優先順位を容易に、また自動的
に変更でき、これにより異なるテスト・タイミングを有
する構成要素も容易に診断可能となり、診断範囲の広い
テスト・プログラムを得られ、また、チェック範囲の変
更・設定ができ、これよりテスト・プログラム自体のオ
ーバ・ヘッドも可変となり、診断対象の競合度もシステ
ムの限界値に近いところまで向上させることができると
いう効果が得られる。
As described above, according to the present invention, the execution priority order setting table in which the execution priority order of the test routine is tabulated, the check range setting table in which the check range checked by the check routine is tabulated, and the operator's instruction As a result, a table set value change control unit for changing the contents of each table above is provided, so that the execution priority of each test routine can be changed easily and automatically. It is also possible to easily diagnose components that have the following, and obtain a test program with a wide diagnostic range. Also, the check range can be changed and set, and the overhead of the test program itself can also be changed. The effect is that the degree of competition can also be improved to a value close to the limit of the system. .

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

第1図はこの発明の一実施例に係るシステム診断方式を
説明するためのデータ処理システムの構成を示すブロッ
ク図、第2図(a)〜(d)はこの実施例の動作を説明
するためのフローチャート、第3図(a),(b)はこ
の実施例において実行優先順位が変化したことによるテ
スト・タイミングの変化を説明するためのタイミングチ
ャート、第4図(a)はこの実施例における実行優先順
位設定テーブルの一例を示す図、第4図(b)はこの実
施例におけるチェック範囲設定テーブルの一例を示す
図、第5図は従来のシステム診断方式を説明するための
データ処理システムの構成を示すブロック図、第6図
(a),(b)はこの従来例の動作を説明するためのフ
ローチャートである。 9……テスト・ルーティン、10……チェック・ルーティ
ン、11……チェック範囲設定テーブル、12……実行優先
順位設定テーブル、13……テーブル設定値変更制御部。
FIG. 1 is a block diagram showing the configuration of a data processing system for explaining a system diagnostic method according to an embodiment of the present invention, and FIGS. 2 (a) to (d) are for explaining the operation of this embodiment. 3 (a) and 3 (b) are timing charts for explaining a change in test timing due to a change in execution priority in this embodiment, and FIG. 4 (a) is a timing chart for this embodiment. FIG. 4 is a diagram showing an example of an execution priority setting table, FIG. 4 (b) is a diagram showing an example of a check range setting table in this embodiment, and FIG. 5 is a data processing system for explaining a conventional system diagnosis method. A block diagram showing the configuration, and FIGS. 6 (a) and 6 (b) are flowcharts for explaining the operation of this conventional example. 9 ... Test routine, 10 ... Check routine, 11 ... Check range setting table, 12 ... Execution priority setting table, 13 ... Table set value change control section.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】データ処理システムの構成要素の診断を行
うためのテスト・プログラムのテスト内容を規定したテ
スト・ルーティンと、このテスト・ルーティンを実行し
た結果が正しいかどうかを判定するチェック・ルーティ
ンとを備え、上記テスト・ルーティン及びチェック・ル
ーティンを起動させることによりデータ処理システムの
構成要素の診断を行うシステム診断方式において、上記
テスト・ルーティンの実行優先順位をテーブル化した実
行優先順位設定テーブルと、上記チェック・ルーティン
がチェックするチェック範囲をテーブル化したチェック
範囲設定テーブルと、操作者の指示により上記各テーブ
ルの内容を変更するためのテーブル設定値変更制御部と
を設け、テスト・ルーティンが上記実行優先順位設定テ
ーブルに設定された優先順位に従って実行され、チェッ
ク・ルーティンが上記チェック範囲設定テーブルに設定
された範囲に従って実行されるようにして上記構成要素
の診断を行うことを特徴とするシステム診断方式。
1. A test routine that defines the test contents of a test program for diagnosing a component of a data processing system, and a check routine that determines whether or not the result of executing this test routine is correct. In the system diagnostic method for diagnosing the components of the data processing system by activating the test routine and the check routine, an execution priority setting table in which the execution priority of the test routine is tabulated, A check range setting table in which the check ranges checked by the check routine are tabulated and a table set value change control unit for changing the contents of each table according to an operator's instruction are provided, and the test routine executes the above. Is set in the priority setting table By priority and system diagnostics system check routine is and performing diagnostics on to the component to run according to the range set in the check range setting table.
JP63033244A 1988-02-16 1988-02-16 System diagnostic method Expired - Fee Related JPH07104797B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63033244A JPH07104797B2 (en) 1988-02-16 1988-02-16 System diagnostic method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63033244A JPH07104797B2 (en) 1988-02-16 1988-02-16 System diagnostic method

Publications (2)

Publication Number Publication Date
JPH01207837A JPH01207837A (en) 1989-08-21
JPH07104797B2 true JPH07104797B2 (en) 1995-11-13

Family

ID=12381068

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63033244A Expired - Fee Related JPH07104797B2 (en) 1988-02-16 1988-02-16 System diagnostic method

Country Status (1)

Country Link
JP (1) JPH07104797B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4888771A (en) * 1988-06-23 1989-12-19 International Business Machines Corporation Diagnostic configuration management for a data processing system
JP6406223B2 (en) * 2015-11-19 2018-10-17 コニカミノルタ株式会社 Information processing device

Also Published As

Publication number Publication date
JPH01207837A (en) 1989-08-21

Similar Documents

Publication Publication Date Title
JPH07104797B2 (en) System diagnostic method
JPH0588933A (en) Parallel processing system with debugging function
JPS6045453B2 (en) multiprocessor
JPH064318A (en) Error detecting system
JPH10289129A (en) Task scheduler for debugging
JPS63177231A (en) Debug system for parallel program
JP2522038B2 (en) switch
JPS6027956A (en) Self-diagnostic system
JPS6215897B2 (en)
JPH0334037A (en) Processing system for detection of system abnormality
JPS6020771B2 (en) Micro diagnosis method
JPS613250A (en) Diagnostic system
JP2773672B2 (en) Input check method
JPS6362773B2 (en)
JPH04273339A (en) Peripheral controller test system
JPH0664569B2 (en) Micro program loading method
JPH0480846A (en) Memory diagnostic system
JPS62190533A (en) Interrupt mask control system
JPH033041A (en) Time-out monitoring circuit
JPH0651812A (en) Programmable controller
JPH0341528A (en) Diagnostic device in computer
JPS60263232A (en) Microdiagnostic system
JPH02170239A (en) Input/output error processing system
JPS6371761A (en) System for defining system condition of online system
JPH01142834A (en) Test result output control system for test program

Legal Events

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