JPH0887426A - Self-diagnosis state display system - Google Patents

Self-diagnosis state display system

Info

Publication number
JPH0887426A
JPH0887426A JP6224901A JP22490194A JPH0887426A JP H0887426 A JPH0887426 A JP H0887426A JP 6224901 A JP6224901 A JP 6224901A JP 22490194 A JP22490194 A JP 22490194A JP H0887426 A JPH0887426 A JP H0887426A
Authority
JP
Japan
Prior art keywords
test
self
display
diagnosis
unit
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.)
Granted
Application number
JP6224901A
Other languages
Japanese (ja)
Other versions
JP3315266B2 (en
Inventor
Kyoichi Ichimura
恭一 市村
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP22490194A priority Critical patent/JP3315266B2/en
Publication of JPH0887426A publication Critical patent/JPH0887426A/en
Application granted granted Critical
Publication of JP3315266B2 publication Critical patent/JP3315266B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: To prevent the trouble of a processor in test execution or abnormality of a test program from being overlooked by displaying a stage before a test is started, a stage at the start of the test, and a stage at the end of the test at a display part, state by state, when each test for diagnosis is conducted. CONSTITUTION: If trouble occurs to a device such as a computer device or communication device including a processor and the device stops, the processor 1 actuates a self-diagnostic part 2. The self-diagnostic part 2 is provided with a test execution part 3, which executes plural tests corresponding to respective units 5 in order. When the test execution part 3 is actuated to take a self- diagnosis as to one unit, a preparation display means 3a displays 'preparation display' showing that preparations are completed first. After this display, the test start means 3b of the test execution part 3 starts testing the 1st object unit and then a start display means 3c operates to display 'test start' at the display part 6 by referring to a table 4.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は自己診断状況表示方式に
関する。情報処理装置,通信装置等ではマイクロプロセ
ッサが使用されている。このような処理装置を使用する
装置では,ハードウェア及びソフトウェアのエラー(障
害)が発生すると,障害原因を検出するために自己診断
プログラムを起動させて,各部の動作を順番にチェック
する方法が採用され,この診断の結果を用いて多くの場
合は障害箇所を検出することができる。しかし,この方
法では,プロセッサのような処理の中心となる装置に障
害が発生した場合には,自己診断プログラムの診断動作
により検出することが困難であり,その改善が望まれて
いる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a self-diagnosis status display system. Microprocessors are used in information processing devices, communication devices, and the like. In a device using such a processing device, when a hardware or software error (fault) occurs, a self-diagnosis program is started to detect the cause of the fault and the operation of each part is checked in order. In many cases, the failure location can be detected using the result of this diagnosis. However, with this method, when a failure occurs in a device such as a processor, which is the center of processing, it is difficult to detect it by the diagnostic operation of the self-diagnosis program, and improvement thereof is desired.

【0002】[0002]

【従来の技術】図5は従来例の説明図である。図5にお
いて,A.はハードウェアの構成図,B.は障害発生時
の動作フローである。
2. Description of the Related Art FIG. 5 is an explanatory view of a conventional example. In FIG. Is a hardware block diagram, B. Is the operation flow when a failure occurs.

【0003】A.に示すハードウェアの構成は,コンピ
ュータ装置や,通信制御装置等の各種の処理を行う装置
として構成することができ,マイクロプロセッサ50に
対しバス51によりユニット1,ユニット2・・・ユニ
ットnの多数のユニットが接続されている。ユニット1
〜ユニットnには,例えば,RAM,ROM,チャネル
装置,ディスク装置,ディスプレイや,この装置の使用
目的に対応した制御の対象となる装置やインタフェース
回路を接続される。
A. The hardware configuration shown in can be configured as a device for performing various processes such as a computer device and a communication control device, and a large number of units 1, units 2, ... Units are connected. Unit 1
~ Unit n is connected to, for example, a RAM, a ROM, a channel device, a disk device, a display, a device to be controlled corresponding to the purpose of use of this device, and an interface circuit.

【0004】このような,装置はマイクロプロセッサ5
0がメモリ(ユニットの一つに格納)に格納されたプロ
グラムにより処理を行い,必要な入出力の動作を行う。
図5のB.はA.に示すような装置において,障害発生
時に実行される一般的な動作フローである。障害が発生
すると(図5のB.のS1),予めメモリに格納されて
いる自己診断プログラムが起動される(同S2)。
Such a device is a microprocessor 5
0 is processed by the program stored in the memory (stored in one of the units), and the necessary input / output operation is performed.
B. of FIG. Is A. This is a general operation flow executed when a failure occurs in the device as shown in FIG. When a failure occurs (S1 in B. of FIG. 5), the self-diagnosis program stored in the memory in advance is activated (S2).

【0005】自己診断プログラムは,マイクロプロセッ
サ50に接続された各ユニットについて順番にテストプ
ログラムにより機能をテストして,エラーを検出するか
否かを判別する。例えば,メモリについては,決められ
たデータを書き込んで,同じアドレスからデータを読み
出し,書き込みデータと読み出したデータを比較して,
一致,不一致により正常・異常を検出する。
The self-diagnosis program sequentially tests the function of each unit connected to the microprocessor 50 by the test program to determine whether or not an error is detected. For example, for a memory, write the specified data, read the data from the same address, compare the write data and the read data,
Normal / abnormal is detected by matching or not matching.

【0006】最初はn=1に設定して,テスト1の実行
によりユニット1について自己診断を行い(同S3),
エラーが検出されたか判定し(同S4),エラーを検出
すると自己診断の動作を停止し(同S5),そのエラー
の内容を符号化したエラーコードをディスプレイに表示
する(同S6)。正常であればテスト1の終了を表示し
(同S7),次にnを+1して(同S8),この場合は
n=2となり,ユニット2について自己診断を行うテス
ト2が開始する。以下同様にテスト終了毎に表示を行っ
てエラーが検出されないとユニットnまでのテストが実
行される。
Initially, n = 1 is set, and self-diagnosis is performed on the unit 1 by executing the test 1 (at step S3).
It is determined whether or not an error is detected (S4), and when an error is detected, the self-diagnosis operation is stopped (S5), and an error code obtained by encoding the content of the error is displayed on the display (S6). If it is normal, the end of the test 1 is displayed (at step S7), and n is incremented by 1 (at step S8). In this case, n = 2, and the test 2 for self-diagnosis of the unit 2 is started. Similarly, every time the test is completed, a message is displayed, and if no error is detected, the tests up to the unit n are executed.

【0007】[0007]

【発明が解決しようとする課題】上記の従来の自己診断
プログラムによる診断を行う場合,マイクロプロセッサ
により自己診断プログラムを実行して,エラー検出によ
り停止してエラーコードを表示していた。しかし,マイ
クロプロセッサに障害がある場合は,全く装置が動かな
くなるため,エラーコードを表示することができず,何
が原因なのか判断することができないという問題があ
る。なお,診断プログラムに異常があった場合にも同様
の問題がある。
When performing diagnosis by the above-mentioned conventional self-diagnosis program, the self-diagnosis program is executed by the microprocessor and the error code is stopped to display the error code. However, when there is a failure in the microprocessor, the device does not work at all, so the error code cannot be displayed, and there is the problem that it is not possible to determine what is the cause. It should be noted that the same problem occurs when there is an abnormality in the diagnostic program.

【0008】また,自己診断プログラムの実行中にマイ
クロプロセッサに障害が発生した場合,操作者にはハー
ド異常を識別することができない。この場合,自己診断
のテストが何番目まで終了したかを表示しているだけで
あるため,操作者には,終了した次の順番に当たるユニ
ットに異常(障害)が発生したものと誤って判断する可
能性が高い。しかし,マイクロプロセッサの異常の場合
は,その異常とされたユニットを調べても正常であるた
め,結局原因が分からないということになる。
Further, when a failure occurs in the microprocessor during the execution of the self-diagnosis program, the operator cannot identify the hardware abnormality. In this case, since only the number of completion of the self-diagnosis test is displayed, the operator erroneously determines that an abnormality (fault) has occurred in the units in the next order after completion. Probability is high. However, in the case of an abnormality of the microprocessor, the cause of the abnormality cannot be determined after all, because the abnormal unit is normal even if checked.

【0009】なお,マイクロプロセッサが間歇的に障害
を発生する場合は,再度自己診断プログラムを実行した
場合,正常にテストが実行されて,マイクロプロセッサ
自身に障害原因があることを見落としてしまうという問
題があった。
When the microprocessor intermittently fails, if the self-diagnosis program is executed again, the test is normally executed and the failure of the microprocessor itself is overlooked. was there.

【0010】本発明は自己診断の実行時にマイクロプロ
セッサ等の処理装置自身に障害が発生したり,診断プロ
グラムに異常があった場合に,障害発生の原因を誤って
指摘するのを防止することができる自己診断状況表示方
式を提供することを目的とする。
The present invention can prevent erroneous indication of the cause of failure when a failure occurs in the processing device itself such as a microprocessor during execution of self-diagnosis or an abnormality in the diagnostic program. The purpose is to provide a self-diagnosis status display method that can be performed.

【0011】[0011]

【課題を解決するための手段】図1は本発明の原理構成
図である。図1において,1はマイクロプロセッサ等の
処理装置,2は自己診断部,3はテスト実行部,3aは
準備表示手段,3bはテスト開始手段,3cは開始表示
手段,3dはテスト終了検出手段,3eは終了表示手
段,4はテーブル,5は処理装置1に複数個接続された
RAM,ROM,ディスク装置等の各ユニット,6は表
示部である。
FIG. 1 is a block diagram showing the principle of the present invention. In FIG. 1, 1 is a processing device such as a microprocessor, 2 is a self-diagnosis unit, 3 is a test execution unit, 3a is a preparation display unit, 3b is a test start unit, 3c is a start display unit, 3d is a test end detection unit, 3e is an end display means, 4 is a table, 5 is each unit such as RAM, ROM, disk device, etc., which is connected to the processor 1, and 6 is a display unit.

【0012】本発明は自己診断部において,診断のため
の各テストを実行する時に,テストを開始する前の段
階,テスト開始の段階,テスト終了の段階の各状況毎に
表示部に表示を行うことによりテスト実行中の処理装置
の障害またはテストプログラムの異常を見落とすことを
防止するものである。
According to the present invention, when each test for diagnosis is executed in the self-diagnosis section, a display is made on the display section in each of the states before the test is started, the test is started and the test is ended. By doing so, it is possible to prevent the failure of the processing device during the test execution or the abnormality of the test program from being overlooked.

【0013】[0013]

【作用】図1において,処理装置を含む計算機装置や,
通信装置等の装置に障害等が発生して停止すると,処理
装置1は自己診断部2を起動する。自己診断部2には,
テスト実行部3が設けられ,ここで各ユニット5に対応
した複数のテストを順番に実行する。一つのユニットに
ついて自己診断を行うためにテスト実行部3が起動され
ると,最初に準備状態が完了したことを準備表示手段3
aが表示する制御を行う。すなわち,テーブル4には自
己診断部2におけるテスト実行中に表示される文字デー
タが格納されており,準備表示手段3aは,テーブル4
から対応する「準備表示」の文字を取り出して表示部6
に表示する制御を行う。もし,この表示が停止(非表
示)の場合は,処理装置の障害の可能性が高く,その他
に診断実行部のプログラムの異常の可能性がある。但
し,診断プログラムは予め十分にデバッグが行われるの
でその確率は低い。
In FIG. 1, a computer device including a processing device,
When a device such as a communication device fails and stops, the processing device 1 activates the self-diagnosis unit 2. In the self-diagnosis section 2,
A test execution unit 3 is provided, and executes a plurality of tests corresponding to each unit 5 in order. When the test execution unit 3 is activated to perform self-diagnosis for one unit, the preparation display means 3 indicates that the preparation state is completed first.
The control displayed by a is performed. That is, the table 4 stores the character data displayed during the test execution in the self-diagnosis unit 2, and the preparation display means 3a displays the table 4
The corresponding "preparation display" character is extracted from the display unit 6
Perform the control displayed on. If this display is stopped (not displayed), there is a high possibility that the processing device has a fault, and there is a possibility that the program of the diagnostic execution unit is abnormal. However, the probability is low because the diagnostic program is sufficiently debugged beforehand.

【0014】この表示の後,テスト実行部3のテスト開
始手段3bにより最初のテスト対象となるユニットにつ
いての試験を開始し,続いて開始表示手段3cが動作し
て,テーブル4を参照して,「テスト開始」を表示部6
に表示する制御を行う。この後,テスト終了検出手段3
dが現在行っているユニットに関するテストが終了した
かを検出する。テスト終了を検出すると,終了表示手段
3eがテーブル4から「テスト終了」を表示部6に表示
する制御を行う。
After this display, the test starting means 3b of the test execution section 3 starts the test for the first unit to be tested, and then the start display means 3c operates to refer to the table 4 and Display "Start test" 6
Perform the control displayed on. After this, the test end detection means 3
Detects whether d is currently testing the unit. When the end of the test is detected, the end display means 3e controls the table 4 to display "test end" on the display unit 6.

【0015】一つのユニットについてのテストが終了す
ると,次のユニットについてテスト実行部3が続いて起
動され,上記と同様に各診断の状況が表示部6に表示さ
れ,必要な全てのテストが終了するまで順次テストが実
行される。
When the test for one unit is completed, the test execution unit 3 is subsequently activated for the next unit, the status of each diagnosis is displayed on the display unit 6 in the same manner as above, and all necessary tests are completed. The tests are sequentially executed until the above.

【0016】図1において,準備状態が完了して「準備
表示」を行った後,テストが開始された時に「テスト
中」の状態表示をしてテスト終了で表示を停止するよう
に構成することができる。
In FIG. 1, after the preparation state is completed and the "preparation display" is performed, when the test is started, the state of "testing" is displayed and the display is stopped at the end of the test. You can

【0017】[0017]

【実施例】本発明の自己診断状況表示方式は,プログラ
ム制御のプロセッサを内蔵する各種の計算機装置,交換
機等の通信装置,各種の制御装置に実施することがで
き,図2には本発明が実施されるシステム構成の例を示
す。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The self-diagnosis status display system of the present invention can be implemented in various computer devices including a program-controlled processor, communication devices such as exchanges, and various control devices. The example of the system configuration implemented is shown.

【0018】図2において,20はマイクロプロセッ
サ,21はマイクロプロセッサ内のプログラム制御部,
22は自己診断プログラムをディスク装置からメモリ
(RAM)にローディングするローダ,23はバス,2
4は自己診断プログラムを含むプログラムを格納するデ
ィスク装置(DISKで表示),25はRAM,26は
ROM,27は表示部,28,29は各種の入出力部を
表す。
In FIG. 2, 20 is a microprocessor, 21 is a program control unit in the microprocessor,
22 is a loader for loading the self-diagnosis program from the disk device into the memory (RAM), 23 is a bus, 2
Reference numeral 4 denotes a disk device (indicated by DISK) for storing a program including a self-diagnosis program, 25 denotes RAM, 26 denotes ROM, 27 denotes a display unit, and 28 and 29 denote various input / output units.

【0019】表示部27は,具体的には画面に文字,画
像を表示するCRT等のディスプレイ装置や,またはこ
のシステムを構成する装置(計算機や通信装置等)に取
付けられた複数桁の文字表示素子(液晶やLED)を備
えた表示パネルにより構成することができる。
The display unit 27 is, specifically, a multi-digit character display attached to a display device such as a CRT for displaying characters and images on the screen or a device (computer, communication device, etc.) that constitutes this system. It can be configured by a display panel including an element (liquid crystal or LED).

【0020】図3は実施例の処理フローであり,上記図
2に示す構成においてマイクロプロセッサ20のプログ
ラム制御部21により実行される。図4は表示部に表示
される自己診断状況の表示例である。
FIG. 3 is a processing flow of the embodiment, which is executed by the program control unit 21 of the microprocessor 20 in the configuration shown in FIG. FIG. 4 is a display example of the self-diagnosis status displayed on the display unit.

【0021】図2に示す装置が何らかの原因でエラーと
なって停止すると,自己診断の動作が開始される。最初
に,マイクロプロセッサ20のローダ22が駆動されて
自己診断のプログラムをディスク装置24からRAM2
5にローディングする(図3のS1)。このローディン
グされたプログラムには自己診断状況を表示するための
各表示データが格納された表示データテーブル(図1の
テーブル4に対応)が含まれる。
If the device shown in FIG. 2 stops due to an error for some reason, the self-diagnosis operation is started. First, the loader 22 of the microprocessor 20 is driven to execute the self-diagnosis program from the disk device 24 to the RAM 2
5 is loaded (S1 in FIG. 3). The loaded program includes a display data table (corresponding to table 4 in FIG. 1) in which each display data for displaying the self-diagnosis status is stored.

【0022】プログラムローディングが完了すると,プ
ログラムにより決められた最初のテスト(テスト1とす
る)を起動する前の処理として,「準備」状態を表示す
る表示制御が行われる(同S2)。この場合,表示デー
タテーブルから対応する表示データが取り出されて表示
部27に表示される。従って,自己診断を起動しても,
この準備状態の表示が表示部27に出力されない場合
は,マイクロプロセッサ20の障害を疑うことができ
る。
When the program loading is completed, display control for displaying the "preparation" state is performed as a process before starting the first test (test 1) determined by the program (at step S2). In this case, the corresponding display data is extracted from the display data table and displayed on the display unit 27. Therefore, even if self-diagnosis is activated,
If the display of the ready state is not output to the display unit 27, it is possible to suspect a failure of the microprocessor 20.

【0023】準備状態の表示が行われると,テスト1の
プログラムを起動し(図3のS3),続いて「開始」状
態を表示する制御が行われる(同S4)。この時,テス
ト1が開始される。テスト1が開始されると,そのプロ
グラムに従って,対象となるユニット(図2のバス23
に接続する装置の一つ)に対しテストを実行する。その
テストが終了したか否かが判断されて(同S5),終了
した場合は「終了」状態を表示する制御が行われる(同
S6)。この後,全部のテストが終了したか判別し(同
S7),終了していない場合は,次のテスト(この場
合,テスト2)に移行する(同S8)。次のテストにお
いても,最初に「準備」状態を表示する制御が行われ
(同S2),以下,S3〜S7の上記と同様の処理が実
行される。
When the preparation state is displayed, the program of test 1 is activated (S3 in FIG. 3), and subsequently, control for displaying the "start" state is performed (S4). At this time, test 1 is started. When the test 1 is started, the target unit (the bus 23 in FIG.
The test is performed on one of the devices connected to. It is judged whether or not the test is finished (at step S5), and when it is finished, control for displaying the "finished" state is performed (at step S6). After this, it is judged whether or not all the tests have been completed (at step S7), and if not completed, the next test (in this case, test 2) is performed (at step S8). Also in the next test, the control for displaying the "preparation" state is first performed (S2 of the same), and thereafter, the same processing as S3 to S7 is executed.

【0024】全てのテストが終了すると,「全テスト終
了処理開始」状態の表示制御が行われ(同S9),続い
て全テスト終了処理を開始し(同S10),全テスト終
了処理の完了(同S11)により,「全テスト終了処理
完了」状態の表示制御が行われ(同S12),自己診断
の処理が終了する。
When all the tests are completed, the display control of the "start all test end process" state is performed (S9 in the same step), and then the all test end process is started (S10) and the all test end process is completed ( By the step S11), display control of the "all test end processing completed" state is performed (step S12), and the self-diagnosis processing ends.

【0025】上記図3の処理フローを変更して,「テス
ト実行中」の表示を行うようにすることができる。その
場合,「準備」状態の表示の後に,テスト1の「開始」
状態の表示を行う時に,「テスト1実行中」を表示する
ようにして,終了すると「テスト1実行中」の表示を停
止するように処理を行う。
It is possible to change the processing flow of FIG. 3 to display "test is being executed". In that case, after the display of "Ready" status, "Start" of test 1
When the status is displayed, "Test 1 is being executed" is displayed, and when it is finished, the processing of "Test 1 is being executed" is stopped.

【0026】図4は自己診断状況の具体的な表示例であ
る。この例は,上記図3の処理に対応し,図4のaに示
す「T01P」はテスト1の準備状態を表し,もし,こ
の表示が発生しないとマイクロプロセッサ20の障害の
可能性が高い。但し,診断プログラムの異常の可能性も
考えられるが,このような異常はデバッグやプログラム
のトレースにより確認できる。
FIG. 4 shows a specific display example of the self-diagnosis status. This example corresponds to the processing of FIG. 3 described above, and “T01P” shown in a of FIG. 4 represents the preparation state of the test 1, and if this display does not occur, there is a high possibility that the microprocessor 20 is in failure. However, there is a possibility that the diagnostic program is abnormal, but such an abnormality can be confirmed by debugging or program trace.

【0027】図4のb,cはテスト1の開始,終了の各
状態を表し,この後dに示すようにテスト2の準備状態
が表示されて,e,fのようにテスト2の開始,終了の
各状態が表示される。続いて,図示されないがテスト
3,テスト4等の各テストについても同様に「準備」状
態の表示,「開始」,「終了」の表示が行われる。
4B and 4C show the start and end states of the test 1, after which the preparation state of the test 2 is displayed as shown in d, and the start of the test 2 is shown as e and f. Each ending status is displayed. Subsequently, although not shown, the "ready" state, the "start", and the "end" are similarly displayed for each of the tests 3, 4, and the like.

【0028】全テストが終了すると,図4のgに示すよ
うに「全テスト終了処理開始」の状態が表示され,この
処理が完了すると図4のhに示す「全テスト終了処理完
了」状態が表示される。
When all the tests are finished, the state of "start of all test end processing" is displayed as shown in g of FIG. 4, and when this processing is completed, the state of "all test end processing completion" shown in h of FIG. 4 is displayed. Is displayed.

【0029】[0029]

【発明の効果】本発明によれば従来の自己診断では見落
とされていたマイクロプロセッサの起動前の障害を認識
することができる。
According to the present invention, it is possible to recognize a failure before starting of a microprocessor which has been overlooked by the conventional self-diagnosis.

【0030】また,テスト項目の項目の間で,異常かど
うかの確認ができるため,誤った被疑個所を指摘する可
能性を減少することができる。さらに,診断プログラム
のデバッグ時において追跡効果を向上することができ
る。
Further, since it is possible to confirm whether there is an abnormality between the test items, it is possible to reduce the possibility of pointing out an erroneous suspicious point. Furthermore, the tracing effect can be improved when debugging the diagnostic program.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明が実施されるシステム構成の例を示す図
である。
FIG. 2 is a diagram showing an example of a system configuration in which the present invention is implemented.

【図3】実施例の処理フローを示す図である。FIG. 3 is a diagram showing a processing flow of the embodiment.

【図4】表示部に表示される自己診断状況の表示例を示
す図である。
FIG. 4 is a diagram showing a display example of a self-diagnosis status displayed on a display unit.

【図5】従来例の説明図である。FIG. 5 is an explanatory diagram of a conventional example.

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

1 処理装置 2 自己診断部 3 テスト実行部 3a 準備表示手段 3b テスト開始手段 3c 開始表示手段 3d テスト終了検出手段 3e 終了表示手段 4 テーブル 5 ユニット 6 表示部 DESCRIPTION OF SYMBOLS 1 Processor 2 Self-diagnosis part 3 Test execution part 3a Preparation display means 3b Test start means 3c Start display means 3d Test end detection means 3e End display means 4 Table 5 Unit 6 Display part

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 処理装置及び複数のユニットと共に表示
部を備えた装置における自己診断状況表示方式におい
て,処理装置に設けられた自己診断部は,接続された各
ユニットについて自己診断のテストを行うテスト実行部
を備え,前記テスト実行部は,各テストの起動時に準備
状態を前記表示部に表示し,続くテスト時にテスト中で
あることを表示することを特徴とする自己診断状況表示
方式。
1. In a self-diagnosis status display method for a device including a processing unit and a display unit together with a plurality of units, a self-diagnosis unit provided in the processing unit performs a self-diagnosis test on each connected unit. A self-diagnosis status display method, comprising: an execution unit, wherein the test execution unit displays the preparation state on the display unit at the time of starting each test, and displays that the test is in progress during the subsequent tests.
【請求項2】 請求項1において,前記テスト実行部
は,各テストの起動時に準備状態を前記表示部に表示
し,続くテスト開始時に開始状態を表示部に表示してテ
ストを開始し,テスト終了時に終了状態を表示部に表示
することを特徴とする自己診断状況表示方式。
2. The test execution unit according to claim 1, wherein the test execution unit displays the preparation state on the display unit at the time of starting each test, displays the start state on the display unit at the start of the subsequent test, and starts the test, A self-diagnosis status display method characterized in that the end state is displayed on the display section at the end.
【請求項3】 請求項1において,前記処理装置は,外
部記憶装置から自己診断のプログラムをローディング
し,前記自己診断のプログラムによる前記処理装置に接
続する各ユニットのテストの実行時に,各テストの開始
前,テスト中の各状態において,それぞれの状態を表示
部に表示することを特徴とする自己診断状況表示方式。
3. The processing device according to claim 1, wherein the processing device loads a self-diagnosis program from an external storage device, and executes a test of each unit connected to the processing device according to the self-diagnosis program. A self-diagnosis status display method characterized by displaying each status on the display before starting and during testing.
【請求項4】 請求項3において,前記自己診断のプロ
グラムによる前記処理装置に接続する各ユニットのテス
ト実行時に,各テストの開始前,開始時,及びテスト終
了の各状態において,それぞれの状態を表示部に表示す
ることを特徴とする自己診断状況表示方式。
4. The method according to claim 3, wherein when performing a test of each unit connected to the processing device according to the self-diagnosis program, each state is set before a test is started, at a start time, and when a test is ended. A self-diagnosis status display method characterized by displaying on a display unit.
【請求項5】 請求項1乃至4において,前記処理装置
に画面表示を行うディスプレイ装置を接続し,前記テス
ト実行部の各状態が前記ディスプレイ装置の画面の一部
に表示されることを特徴とする自己診断状況表示方式。
5. The display device according to claim 1, wherein a display device for displaying a screen is connected to the processing device, and each state of the test execution unit is displayed on a part of a screen of the display device. Self-diagnosis status display method.
【請求項6】 請求項1乃至4において,前記表示部が
前記テスト実行部の各状態を表示するのに必要な複数桁
からなる文字表示素子により構成することを特徴とする
自己診断状況表示方式。
6. The self-diagnosis status display system according to claim 1, wherein the display unit is composed of a character display element having a plurality of digits necessary for displaying each state of the test execution unit. .
JP22490194A 1994-09-20 1994-09-20 Self-diagnosis status display method Expired - Fee Related JP3315266B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP22490194A JP3315266B2 (en) 1994-09-20 1994-09-20 Self-diagnosis status display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP22490194A JP3315266B2 (en) 1994-09-20 1994-09-20 Self-diagnosis status display method

Publications (2)

Publication Number Publication Date
JPH0887426A true JPH0887426A (en) 1996-04-02
JP3315266B2 JP3315266B2 (en) 2002-08-19

Family

ID=16820935

Family Applications (1)

Application Number Title Priority Date Filing Date
JP22490194A Expired - Fee Related JP3315266B2 (en) 1994-09-20 1994-09-20 Self-diagnosis status display method

Country Status (1)

Country Link
JP (1) JP3315266B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000276631A (en) * 1999-03-26 2000-10-06 Fujitsu Ltd Automatic transaction device
WO2010061446A1 (en) 2008-11-27 2010-06-03 富士通株式会社 Information processing apparatus, processing unit switching method, and processing unit switching program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000276631A (en) * 1999-03-26 2000-10-06 Fujitsu Ltd Automatic transaction device
WO2010061446A1 (en) 2008-11-27 2010-06-03 富士通株式会社 Information processing apparatus, processing unit switching method, and processing unit switching program
US8555110B2 (en) 2008-11-27 2013-10-08 Fujitsu Limited Apparatus, method, and program configured to embed a standby unit based on an abnormality of an active unit

Also Published As

Publication number Publication date
JP3315266B2 (en) 2002-08-19

Similar Documents

Publication Publication Date Title
EP0111952B1 (en) Verification of a processor architecture having a partial instruction set
JP3315266B2 (en) Self-diagnosis status display method
CN112346786B (en) Debugging information recording method applied to startup stage and operation stage after startup
JPH0244269A (en) System for analyzing trouble of lsi
JP2752454B2 (en) Display device inspection method
JP3068345B2 (en) Information processing device capable of hardware test diagnosis
JPS63201736A (en) Programming device for programmable controller
JPS62139050A (en) Instruction test system by control of maintenance and diagnosis processor
CN117992262A (en) Fault processing method, sample analyzer and computer readable storage medium thereof
JP3143400B2 (en) Analysis tool for terminal emulator
JPS5849900B2 (en) Diagnosis method during IPL
JPH0472257B2 (en)
JPH02232740A (en) Test system for service processor
JPH076103A (en) Fault processing system for input/output channel
JPH01162094A (en) Key telephone system
JPS61138184A (en) Hardware confirmation method of tester by test program
JPH11191072A (en) Debug break processing method and debug processor
JPH01184551A (en) System for debugging program
JPS6250858B2 (en)
JPH01189735A (en) Microprogram diagnosing system
JPH02244232A (en) Information processor
JPS62235635A (en) Printing device
JPH02148335A (en) Device testing system for data processing system
JP2001202272A (en) Debugging method, debugging device using this method and recording medium with debugging method recorded thereon
JPH04316131A (en) Fault identifying method

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20020115

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20020521

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

Free format text: PAYMENT UNTIL: 20090607

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20100607

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20110607

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20120607

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees