JPH09212384A - Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system - Google Patents

Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system

Info

Publication number
JPH09212384A
JPH09212384A JP8015447A JP1544796A JPH09212384A JP H09212384 A JPH09212384 A JP H09212384A JP 8015447 A JP8015447 A JP 8015447A JP 1544796 A JP1544796 A JP 1544796A JP H09212384 A JPH09212384 A JP H09212384A
Authority
JP
Japan
Prior art keywords
diagnostic
display
screen
diagnosis
item
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
JP8015447A
Other languages
Japanese (ja)
Inventor
Kunihiro Shobu
邦浩 菖蒲
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 JP8015447A priority Critical patent/JPH09212384A/en
Publication of JPH09212384A publication Critical patent/JPH09212384A/en
Pending legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an interface which has an easy-to-see display screen for operator by displaying a normalcy diagnosis result message and an abnormality diagnosis result message at a normal end display part and an abnormal end display part on a diagnostic process message screen. SOLUTION: When an operator actuates the diagnostic program 24 of a specified device 12, the diagnostic program 24 is loaded from a diagnostic program storage area 23 and the execution of the diagnostic program 24 is started in a diagnostic program execution area 16. While the diagnostic program 24 is being executed, a diagnostic process message is displayed on a display device 2. A diagnostic monitor 14 judges whether or not the diagnostic result normally ends. The diagnostic monitor 14 sends out a command for displaying the diagnostic result message at the normal end display part and abnormal end display part on the diagnostic process message screen to a screen control part 8 according to the decision result.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、計算機システム
の診断対象に対する診断項目を診断し、診断結果に基づ
いて診断結果メッセージを表示し、診断結果に基づいて
診断ログを作成する診断機能を有する計算機システムお
よび計算機システムの診断方法に関し、例えば、診断対
象に対する診断項目がハードウェア、ソフトウェアおよ
び周辺機器を組立てた計算機システムにおける設計不良
の除去、製造工程不良の除去および予防保守診断をする
ためのものである初期組立時用の診断機能を有する計算
機システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer having a diagnostic function for diagnosing a diagnostic item for a diagnostic target of a computer system, displaying a diagnostic result message based on the diagnostic result, and creating a diagnostic log based on the diagnostic result. Regarding a diagnosis method for a system and a computer system, for example, a diagnostic item for a diagnosis target is for eliminating design defects, eliminating manufacturing process defects and preventive maintenance diagnosis in a computer system in which hardware, software and peripheral devices are assembled. The present invention relates to a computer system having a diagnostic function for initial assembly.

【0002】[0002]

【従来の技術】診断機能を有する計算機システムは、計
算機システムの周辺装置の診断を行う際に、ある周辺装
置の診断プログラムによる診断が完了した後に、次の周
辺装置の診断プログラムを実行していた。つまり、診断
の実行が順番に行われる逐次診断方式であった。この方
式では、ある周辺装置の診断実行中には、他の診断対象
装置(周辺装置)の診断を実行できないので、すべての
診断が終了するまでに時間がかかる。したがって、周辺
装置は診断が終了するまで稼働しないので、稼働率の面
から効率が悪いという欠点があった。この欠点を補うた
めに、例えば、特開平2-268354号公報、特開平
6-52012号公報などは、各デバイス(周辺装置)
の診断を並列して実行することにより診断の高速化を実
現した診断機能を有する計算機システムである。
2. Description of the Related Art In a computer system having a diagnostic function, when a peripheral device of the computer system is diagnosed, a diagnostic program for a peripheral device is completed and then a diagnostic program for the next peripheral device is executed. . In other words, it is a sequential diagnosis method in which diagnosis is sequentially performed. In this method, while the diagnosis of a certain peripheral device is being executed, the diagnosis of another device to be diagnosed (peripheral device) cannot be executed, so it takes time to complete all the diagnoses. Therefore, since the peripheral device does not operate until the diagnosis is completed, there is a drawback that the efficiency is low in terms of operation rate. In order to compensate for this drawback, for example, JP-A-2-268354 and JP-A-6-52012 disclose each device (peripheral device).
Is a computer system having a diagnostic function that realizes high-speed diagnostics by executing the diagnostics in parallel.

【0003】以下、従来の診断機能を有する計算機シス
テムの動作を説明する。診断実行を開始する際には、オ
ペレータはキーボード装置から診断モニタをロードする
コマンドを入力する。診断モニタが起動された後、オペ
レータは、キーボード装置から診断を実行したい周辺装
置に対応する診断プログラムの起動コマンドを入力す
る。診断モニタは、オペレータから入力されたコマンド
を受け取り、対応する診断プログラムを実行させる指令
を出す。実行を開始した診断プログラムは、CPUの実
行を適宜割り当てられて周辺装置の診断を行う。そし
て、診断モニタにCPUの実行が割り当てられたとき
に、診断モニタは診断プログラムの実行を開始したこと
を画面表示させる指令を出し、再びオペレータからの入
力を受け付ける。 そして、診断モニタは、他の診断プ
ログラムの起動要求を再び受け付けることができる。何
らかの理由により診断プログラムがオペレータにメッセ
ージを出力するとき、各診断プログラムはメッセージの
表示を要求しディスプレイ装置にメッセージが表示され
る。
The operation of a conventional computer system having a diagnostic function will be described below. To start the diagnostic run, the operator enters a command to load the diagnostic monitor from the keyboard device. After the diagnostic monitor is activated, the operator inputs a diagnostic program activation command corresponding to the peripheral device desired to be diagnosed from the keyboard device. The diagnostic monitor receives a command input from the operator and issues a command to execute a corresponding diagnostic program. The diagnostic program that has started execution is appropriately assigned to execute the CPU to diagnose the peripheral device. Then, when the execution of the CPU is assigned to the diagnostic monitor, the diagnostic monitor issues a command to display on the screen that the execution of the diagnostic program has started, and accepts the input from the operator again. Then, the diagnostic monitor can accept the activation request of another diagnostic program again. When the diagnostic programs output a message to the operator for some reason, each diagnostic program requests the display of the message and the message is displayed on the display device.

【0004】ここで、ディスプレイ装置の画面表示につ
いて図を用いて説明する。図17は、従来の診断機能を
有する計算機システムに係るディスプレイ装置の表示画
面を示す図である。図17において、100はディスプ
レイ装置、102はディスプレイ装置の表示画面であ
る。104〜112は診断プログラムの診断結果メッセ
ージ、114〜118はオペレータが入力したコマン
ド、120は診断プログラムにより表示を要求されたメ
ッセージである。このように、診断結果メッセージ10
4〜112やコマンド114〜118やメッセージ12
0は順次表示画面102に表示されている。そして、診
断プログラムや所望の処理を実行したいときに、オペレ
ータがキーボード装置から所定のコマンドを入力する。
このとき、表示画面102にそのコマンドがキャラクタ
表示される。
Here, the screen display of the display device will be described with reference to the drawings. FIG. 17 is a diagram showing a display screen of a display device in a computer system having a conventional diagnosis function. In FIG. 17, reference numeral 100 is a display device, and 102 is a display screen of the display device. 104 to 112 are diagnostic result messages of the diagnostic program, 114 to 118 are commands input by the operator, and 120 is a message whose display is requested by the diagnostic program. In this way, the diagnostic result message 10
4-112, commands 114-118 and messages 12
0 is sequentially displayed on the display screen 102. Then, when the operator wants to execute a diagnostic program or desired processing, the operator inputs a predetermined command from the keyboard device.
At this time, the command is displayed in characters on the display screen 102.

【0005】このようにオペレータがコマンド入力する
ことにより、コマンドに対応した診断はすべて並列に実
行される。そして、キーボード装置からは、各診断プロ
グラムの開始、実行の停止等の制御するコマンド入力を
受け付ける。また、診断モニタが周辺装置の機能確認の
ためにオペレータに特別な装置操作を依頼する場合に
は、オペレータ介入要求メッセージを表示画面102に
診断プログラムが出力要求をする。また、診断モニタ
は、診断プログラムの診断結果メッセージ104〜11
2を表示画面102に表示する指令を出すとともに、表
示画面102に表示する診断結果メッセージ104〜1
12よりも詳細な診断情報を診断ログとしてハードディ
スク等の記憶装置に時系列順に記憶させる指令を出す。
そして、オペレータは、表示画面102に表示された診
断結果メッセージ112にエラー(異常)を見つけたと
きは、ログ表示ツールを使用することにより診断ログ見
ることができ、詳細な情報を得ることができる。
When the operator inputs a command in this way, all the diagnosis corresponding to the command is executed in parallel. Then, a command input for controlling the start, stop, etc. of each diagnostic program is received from the keyboard device. When the diagnostic monitor requests the operator to perform a special device operation to confirm the function of the peripheral device, the diagnostic program requests the operator intervention request message on the display screen 102 for output. The diagnostic monitor also displays the diagnostic result messages 104 to 11 of the diagnostic program.
2 is issued on the display screen 102, and the diagnostic result messages 104 to 1 displayed on the display screen 102 are issued.
A command for storing more detailed diagnostic information than 12 as a diagnostic log in a storage device such as a hard disk in chronological order is issued.
When an operator finds an error (abnormality) in the diagnostic result message 112 displayed on the display screen 102, the operator can view the diagnostic log by using the log display tool and can obtain detailed information. .

【0006】[0006]

【発明が解決しようとする課題】上述において説明した
ように従来の診断機能を有する計算機システムは以下の
ような問題点がある。 (1)診断プログラムを実行させるコマンドを次々にキ
ーボード装置から入力することにより診断プログラムを
並列実行させることが可能ではあるが、診断を実行させ
る際に一つ一つコマンドを入力しなければならない煩わ
しさがある。したがって、周辺装置が多くなればなるほ
どオペレータの負担が増加する。 (2)また、各診断プログラムの実行に基づく診断実行
状況(診断結果メッセージ104〜112)、および使
用者に対する周辺装置の操作要求等(メッセージ12
0)が、次々に表示画面102に表示される。したがっ
て、オペレータにとって診断実行状況の把握、診断プロ
グラムの実行に基づくメッセージが理解しにくいという
問題点があった。
The computer system having the conventional diagnosis function as described above has the following problems. (1) It is possible to execute the diagnostic programs in parallel by inputting the commands for executing the diagnostic programs one after another from the keyboard device, but it is troublesome to input the commands one by one when executing the diagnosis. There is Therefore, as the number of peripheral devices increases, the burden on the operator increases. (2) Also, the diagnostic execution status (diagnosis result messages 104 to 112) based on the execution of each diagnostic program, and the operation request of the peripheral device to the user (message 12).
0) are successively displayed on the display screen 102. Therefore, there is a problem that it is difficult for the operator to understand the diagnosis execution status and understand the message based on the execution of the diagnosis program.

【0007】(3)また、診断モニタは、診断結果メッ
セージ104〜112を診断が終了した順に表示すると
ともに診断ログ即ち診断結果の記録を時系列で保存して
いく。このような診断結果メッセージ104〜112の
表示および診断結果の記録は、即時的な不具合切り分け
に多大な効果を発揮するが、大部分が冗長な表示および
記録である。したがって、連続的な周辺装置稼働によっ
て起きる不具合の解析や、周辺装置の異常部を検出する
目的には向いていないことが多い。 (4)また、診断プログラムの制御をするコマンド11
4〜118を表示する画面とオペレータへのメッセージ
120を表示する画面と診断結果メッセージ104〜1
12と診断ログを表示する画面は同じである。したがっ
て、診断結果メッセージ104〜112の出力が多くな
ると、これらが表示画面102に混在し、診断プログラ
ムの実行制御をするためのコマンド入力動作、および診
断結果メッセージのチェック等にオペレータが集中しに
くくなる。
(3) Further, the diagnostic monitor displays the diagnostic result messages 104 to 112 in the order in which the diagnosis is completed, and saves a diagnostic log, that is, a record of diagnostic results in a time series. The display of the diagnostic result messages 104 to 112 and the recording of the diagnostic result are very effective for the immediate problem isolation, but most of them are redundant display and recording. Therefore, it is often not suitable for the purpose of analyzing a defect caused by continuous operation of peripheral devices or detecting an abnormal part of the peripheral device. (4) Command 11 for controlling the diagnostic program
A screen displaying 4-118, a screen displaying a message 120 to the operator, and diagnostic result messages 104-1
12 and the screen displaying the diagnostic log are the same. Therefore, when the output of the diagnostic result messages 104 to 112 increases, they are mixed in the display screen 102, and it becomes difficult for the operator to concentrate on the command input operation for controlling the execution of the diagnostic program and the check of the diagnostic result message. .

【0008】(5)また、GUI(グラフィカルユーザ
インタフェース)により表示画面102を形成してもよ
い。そして、プログラムの内ユーザーインタフェースを
実現する部分は、各人の好みがあり頻繁に改良が要求さ
れる部分でもある。GUIにより表示画面102を形成
した場合には、インタフェースに関する部分(例えば、
あるキーを押したとき選択されたボタンの色が赤にな
る)は診断モニタのプログラム中に書かれていた。した
がって、インタフェースの変更をするときは、診断モニ
タのプログラムを変更する必要があり、オペレータにと
ってはプログラムの変更は不可能であり、もし可能だと
しても多大な困難を伴う。無論、開発者にとってもプロ
グラムの変更は容易な作業ではない。
(5) Further, the display screen 102 may be formed by a GUI (graphical user interface). The portion of the program that implements the user interface is also the portion that each person likes and needs to be improved frequently. When the display screen 102 is formed by the GUI, a portion related to the interface (for example,
The color of the selected button turns red when a certain key is pressed) was written in the diagnostic monitor program. Therefore, when changing the interface, it is necessary to change the program of the diagnostic monitor, and the operator cannot change the program, and if it is possible, it causes great difficulty. Of course, it is not easy for developers to change the program.

【0009】なお、上述の(2)〜(4)項に関して
は、診断対象に対する診断項目がハードウェア、ソフト
ウェアおよび周辺機器を組立てた計算機システムにおけ
る設計不良の除去、製造工程不良の除去および予防保守
診断をするためのものである初期組立時用の診断機能を
有する計算機システムにおいてより顕著である。なぜな
ら、(2)項と(4)項に関しては、初期組立時には短
時間で診断項目が短時間のうちに多数要求されるからで
ある。また、(3)項に関しては、初期組立時には同一
の診断項目の連続的な診断が要求されるからである。こ
の発明は、オペレータに対して表示画面の分かりやすい
インタフェースを提供するとともに、プログラム開発者
に対してインタフェースの変更が容易な診断機能を有す
る計算機システムおよび計算機システムの診断方法を提
供することを目的とする。
With respect to the above items (2) to (4), the diagnostic items for the diagnosis target are removal of design defects, removal of manufacturing process defects and preventive maintenance in a computer system in which hardware, software and peripheral devices are assembled. This is more prominent in a computer system having a diagnosis function for initial assembly, which is for diagnosis. This is because with respect to the items (2) and (4), many diagnostic items are required in a short time at the time of initial assembly. Further, regarding the item (3), continuous diagnosis of the same diagnosis item is required at the time of initial assembly. It is an object of the present invention to provide an operator with an easy-to-understand interface of a display screen and a program developer with a computer system having a diagnostic function whose interface can be easily changed, and a computer system diagnostic method. To do.

【0010】[0010]

【課題を解決するための手段】この発明に係る診断機能
を有する計算機システムは、操作員の指令を入力する入
力手段と、この入力手段からの指令に基づいて診断対象
に対する診断項目を診断する診断手段と、この診断手段
により上記診断項目に対する診断が終了するごとに、上
記診断項目が正常であるか異常であるかを判別し、上記
診断項目に対する正常診断結果メッセージおよび異常診
断結果メッセージを各々診断プロセスメッセージ画面の
正常終了表示部および異常終了表示部に表示する表示手
段とを備えたものである。
A computer system having a diagnosis function according to the present invention includes an input unit for inputting a command from an operator, and a diagnosis for diagnosing a diagnostic item for a diagnosis target based on the command from the input unit. And a means for diagnosing the diagnosis item is normal or abnormal each time the diagnosis for the diagnosis item is completed by this means, and diagnoses a normal diagnosis result message and an abnormality diagnosis result message for the diagnosis item, respectively. The process message screen is provided with display means for displaying the normal end display section and the abnormal end display section.

【0011】また、表示手段は、診断手段により診断さ
れた診断項目に対する診断が異常であると判別するごと
に、今回の診断項目に対する診断結果メッセージの表示
優先度と異常終了表示部に既に表示されている各診断結
果メッセージの表示優先度とを比較する比較手段を有
し、上記今回の診断項目に対する診断結果メッセージの
表示優先度の方が高いときに、上記既に表示されている
診断結果メッセージの一つに換えて上記今回の診断項目
に対する診断結果メッセージを表示するものである。ま
た、表示手段は、診断項目に対する診断結果メッセージ
を表示優先度の順に異常終了表示部に表示するものであ
る。
Further, the display means displays the display priority and the abnormal end display section of the diagnosis result message for the current diagnosis item each time it is determined that the diagnosis for the diagnosis item diagnosed by the diagnosis means is abnormal. When the display priority of the diagnostic result message for the present diagnostic item is higher, the diagnostic result message of the already displayed diagnostic result message is compared. Instead of this, a diagnostic result message for the diagnostic item of this time is displayed. Further, the display means displays the diagnosis result messages for the diagnosis items on the abnormal end display section in the order of display priority.

【0012】また、操作員の指令を入力する入力手段
と、この入力手段からの指令に基づいて診断対象に対す
る診断項目を診断する診断手段と、上記診断対象の名
称、上記診断対象に対する診断項目の診断終了項目数お
よび異常終了項目数を表示項目とし、上記診断手段によ
り上記診断項目に対する診断が終了するごとに、この結
果に応じて上記診断終了項目数および上記異常終了項目
数を更新して診断プロセス画面に表示する表示手段とを
備えたものである。
Further, input means for inputting an operator's command, diagnostic means for diagnosing a diagnostic item for a diagnostic object based on the command from this input means, a name of the diagnostic object, and a diagnostic item for the diagnostic object. The number of items to be diagnosed and the number of items to be abnormally terminated are set as display items, and each time the diagnostic means completes the diagnosis for the items to be diagnosed, the number of items to be diagnosed and the number of items to be abnormally terminated are updated and diagnosed according to the result. And a display means for displaying on the process screen.

【0013】また、診断手段により診断された診断項目
に対する診断ログを正常終了ログおよび異常ログに分け
て保持する簡易診断ログを有するものである。また、表
示手段は、入力手段から簡易診断ログの表示指令があっ
たとき、上記簡易診断ログに保持された情報に基づい
て、診断項目に対する診断結果を正常終了表示部および
異常終了表示部に分けて表示する上記簡易診断ログ画面
を有するもである。
Further, the diagnostic log for the diagnostic item diagnosed by the diagnostic means is divided into a normal end log and an abnormal log, and has a simple diagnostic log. Further, the display means divides the diagnostic result for the diagnostic item into a normal end display section and an abnormal end display section based on the information held in the simple diagnosis log when there is a display instruction of the simple diagnosis log from the input means. It also has the above-mentioned simple diagnosis log screen to be displayed.

【0014】また、操作員が入力した表示指令に関する
キー入力に対応する画面表示コマンドを保存するインタ
フェース記述ファイルと、上記表示指令に関するキー入
力がされたとき、上記インタフェース記述ファイルから
上記キー入力に対応し表示手段に表示する画面を制御す
る画面表示コマンドを読み込み、かつ上記画面表示コマ
ンドを対応する画面制御コマンドに変換することにより
上記画面表示コマンドを解釈する画面制御コマンド解釈
部と、この画面制御コマンド解釈部で解釈された結果に
基づいて画面表示を実行する画面制御部とを有するもの
である。
Also, an interface description file for saving a screen display command corresponding to a key input relating to a display command input by an operator, and when a key input relating to the display command is made, the interface description file corresponds to the key input. And a screen control command interpreting unit that interprets the screen display command by reading a screen display command for controlling the screen displayed on the display means and converting the screen display command into a corresponding screen control command. And a screen control unit that executes screen display based on the result interpreted by the interpretation unit.

【0015】また、ハードウェア、ソフトウェアおよび
周辺機器を組立てた計算機システムにおける設計不良の
除去、製造工程不良の除去および予防保守診断をするた
めの初期組立時用の診断機能を有する計算機システムに
おいて、操作員の指令を入力する入力手段と、この入力
手段からの指令に基づいて診断対象に対する診断項目を
診断する診断手段と、この診断手段により上記診断項目
に対する診断が終了するごとに、上記診断項目が正常で
あるか異常であるかを判別し、上記診断項目に対する正
常診断結果メッセージおよび異常診断結果メッセージを
各々診断プロセスメッセージ画面の正常終了表示部およ
び異常終了表示部に表示する表示手段とを備えたもので
ある。
Also, in a computer system having a diagnostic function for initial assembly for removing design defects, manufacturing process defects and preventive maintenance diagnosis in a computer system in which hardware, software and peripheral devices are assembled, operation is performed. Input means for inputting a command of a member, a diagnostic means for diagnosing a diagnostic item for a diagnosis target based on a command from this input means, and the diagnostic item is set every time the diagnosis for the diagnostic item is completed by this diagnostic means. A display means is provided for discriminating between normal and abnormal and displaying a normal diagnostic result message and an abnormal diagnostic result message for the above diagnostic items on the normal end display part and the abnormal end display part of the diagnostic process message screen, respectively. It is a thing.

【0016】さらにまた、この発明に係る計算機システ
ムの診断方法は、操作員の指令を入力する入力ステップ
と、この入力ステップからの指令に基づいて診断対象に
対する診断項目を診断する診断ステップと、この診断ス
テップにより上記診断項目に対する診断が終了するごと
に、上記診断項目が正常であるか異常であるかを判別
し、上記診断項目に対する正常診断結果メッセージおよ
び異常診断結果メッセージを各々診断プロセスメッセー
ジ画面の正常終了表示部および異常終了表示部に表示す
る表示ステップとを含むものである。
Furthermore, the computer system diagnosing method according to the present invention includes an input step of inputting an operator's command, a diagnostic step of diagnosing a diagnostic item for a diagnostic object based on the command from this input step, Each time the diagnosis for the above diagnostic items is completed by the diagnostic step, it is determined whether the above diagnostic items are normal or abnormal, and the normal diagnostic result message and abnormal diagnostic result message for each diagnostic item are displayed on the diagnostic process message screen. And a display step for displaying on the normal end display section and the abnormal end display section.

【0017】[0017]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

実施の形態1.以下この発明の実施の形態1について説
明する。図1はこの発明の実施の形態1に係る診断機能
を有する計算機システムの構成図である。図1におい
て、1は入力手段であるキーボード装置、2は診断実行
状況等を表示する表示手段であるディスプレイ装置であ
る。3は計算機本体、4は診断対象であるデバイス1
1、12、13の集合である周辺装置である。5はキー
入力制御部、6はメモリ装置、7はハードディスク、8
は画面制御部である。9はCPUであり、診断モニタ1
4(後述する)のプログラムや各周辺装置4の各デバイ
スに対する診断プログラム等を実行する。10はCPU
9がデバイス11、12、13の起動時に指定したアド
レスを解釈してデバイス11、12、13の選択をする
デバイス選択部、11、12、13は各々診断対象であ
るデバイスを表す。ここで、デバイスとは、例えば、キ
ーボード装置1、ディスプレイ装置2、ハードディスク
4、プリンタ、LAN、メモリ装置6、マンマシンター
ミナル等である。また、キーボード装置1、ディスプレ
イ装置2、計算機本体3および周辺装置4により計算機
システムは構成されている。
Embodiment 1. Hereinafter, Embodiment 1 of the present invention will be described. 1 is a block diagram of a computer system having a diagnostic function according to a first embodiment of the present invention. In FIG. 1, reference numeral 1 is a keyboard device which is an input means, and 2 is a display device which is a display means for displaying a diagnosis execution status and the like. 3 is a computer main body, 4 is a device 1 to be diagnosed
It is a peripheral device that is a set of 1, 12, and 13. 5 is a key input control unit, 6 is a memory device, 7 is a hard disk, 8
Is a screen control unit. 9 is a CPU, diagnostic monitor 1
4 (described later) and a diagnostic program for each device of each peripheral device 4 are executed. 10 is a CPU
Reference numeral 9 denotes a device selection unit that interprets an address specified when the devices 11, 12, and 13 are activated and selects the devices 11, 12, and 13, and 11, 12, and 13 respectively represent devices to be diagnosed. Here, the device is, for example, a keyboard device 1, a display device 2, a hard disk 4, a printer, a LAN, a memory device 6, a man-machine terminal, or the like. A computer system is composed of the keyboard device 1, the display device 2, the computer main body 3 and the peripheral device 4.

【0018】以下、計算機システムの診断モニタ14を
起動する動作を説明する。オペレータが、キーボード装
置1から診断モニタ14を立ち上げるコマンドを入力す
る。このとき、入力制御部5は、オペレータのキー入力
をCPU9が処理可能な形式で出力する。CPU9は、
診断モニタ14のロードモジュール(プログラム)をハ
ードディスク7よりメモリ装置6にロードさせる。その
後、CPU9は、診断モニタ14から初期表示画面(ト
ップメニューの画面)の表示要求を受け、初期表示面に
関する情報をメモリ装置6から取出し画面制御部8に送
出する。画面制御部8は、受取った情報に基づいてディ
スプレイ装置2に診断機能のトップメニューの画面表示
を行う。
The operation of activating the diagnostic monitor 14 of the computer system will be described below. The operator inputs a command to activate the diagnostic monitor 14 from the keyboard device 1. At this time, the input control unit 5 outputs the operator's key input in a format that can be processed by the CPU 9. CPU 9
The load module (program) of the diagnostic monitor 14 is loaded from the hard disk 7 into the memory device 6. After that, the CPU 9 receives a display request for the initial display screen (screen of the top menu) from the diagnostic monitor 14, and sends information regarding the initial display screen from the memory device 6 to the fetch screen control unit 8. The screen control unit 8 displays the top menu screen of the diagnostic function on the display device 2 based on the received information.

【0019】図2はこの発明の実施の形態1に係る診断
機能を有する計算機システムの機能を説明するブロック
図である。14は計算機システムの動作を監視し、管
理、制御を行い診断機能を実現する診断モニタ、16は
診断プログラム24を実行する診断プログラム実行エリ
アである。20はメッセージ処理部、21は診断ログ記
録エリア、22は診断プログラム設定情報エリア、23
は周辺装置4毎に対する各デバイス毎の診断プログラム
を格納している診断プログラム格納エリアである。な
お、図2中、図1と同一符号を付した構成要素について
は、同一ものであるのでその説明を省略する。また、図
1、図2において、周辺装置4は1つしか図示していな
いが複数個あっても良い。
FIG. 2 is a block diagram for explaining the function of the computer system having the diagnostic function according to the first embodiment of the present invention. Reference numeral 14 is a diagnostic monitor for monitoring the operation of the computer system, managing and controlling the computer system to realize a diagnostic function, and 16 is a diagnostic program execution area for executing the diagnostic program 24. 20 is a message processing unit, 21 is a diagnostic log recording area, 22 is a diagnostic program setting information area, and 23.
Is a diagnostic program storage area that stores a diagnostic program for each device for each peripheral device 4. Note that, in FIG. 2, the constituent elements given the same reference numerals as those in FIG. Although only one peripheral device 4 is shown in FIGS. 1 and 2, a plurality of peripheral devices 4 may be provided.

【0020】図3はこの発明の実施の形態1に係る診断
プログラム実行中の診断実行制御画面を示す図である。
図3において、40はディスプレイ装置2に表示される
診断実行制御画面である。そして、番号とは診断対象と
なるLAN、プリンタ、メモリ装置6等に対する診断プ
ログラム24に各々番号を付けたものであり、オペレー
タが診断プログラム24の実行を指定したものに対して
選択の欄にマーク42を表示する。実行回数とはその診
断プログラム24が何回実行されたのかということを示
している。例えば、0/0とは診断プログラム24の実
行回数が0回であることを示し、0/1とは診断プログ
ラム24が一回目の実行中であることを示し、1/1と
は診断プログラム24が一回実行を終了したことを示
す。エラー回数とは、ある診断プログラム24を実行し
たときに、エラーが何回発生したときにその診断プログ
ラム24を中断するかということを予め定めた回数であ
る。44はマーク42付された診断プログラム24対す
る初期条件を入力するポップアップメニューであり、マ
ーク24付することにより診断実行制御画面40に表示
される。
FIG. 3 is a diagram showing a diagnostic execution control screen during execution of the diagnostic program according to the first embodiment of the present invention.
In FIG. 3, reference numeral 40 is a diagnostic execution control screen displayed on the display device 2. The number is a number assigned to each of the diagnostic programs 24 for the LAN, the printer, the memory device 6, etc. to be diagnosed, and the operator has designated the execution of the diagnostic program 24 by marking the selection column. 42 is displayed. The number of times of execution indicates how many times the diagnostic program 24 has been executed. For example, 0/0 indicates that the diagnostic program 24 has been executed 0 times, 0/1 indicates that the diagnostic program 24 is being executed for the first time, and 1/1 indicates that the diagnostic program 24 is being executed. Indicates that it has finished executing once. The number of errors is a predetermined number of times, when a certain diagnostic program 24 is executed, how many errors occur before the diagnostic program 24 is interrupted. Reference numeral 44 is a pop-up menu for inputting initial conditions for the diagnostic program 24 marked 42, which is displayed on the diagnostic execution control screen 40 by marking the mark 24.

【0021】診断項目とは、診断対象である例えばデバ
イス12に対する診断項目のことである。ここで、デバ
イス12に対する診断プログラム24は複数の診断プロ
グラムの集合であり、デバイス12に対して複数の機能
について診断する。つまり、一つ一つの診断項目は、デ
バイス12の機能の1つ1つに対応させたものである。
そして、表示やデータ管理の便宜上、それらを0−0項
目、1−1項目、1−4項目、3−1項目と呼んでい
る。ステータスとは、ある診断プログラム24の実行中
に診断対象の現在状態を示し、パラメータとは、ある診
断プログラム24の初期設定に何が選択されているかを
示している。
The diagnostic item is a diagnostic item for the device 12 to be diagnosed, for example. Here, the diagnostic program 24 for the device 12 is a set of a plurality of diagnostic programs, and diagnoses a plurality of functions for the device 12. That is, each diagnostic item corresponds to each of the functions of the device 12.
Then, for convenience of display and data management, they are called 0-0 item, 1-1 item, 1-4 item, and 3-1 item. The status indicates the current state of the diagnosis target during execution of a certain diagnostic program 24, and the parameter indicates what is selected for initial setting of the certain diagnostic program 24.

【0022】つぎに、デバイス12の診断プログラム2
4を実行する場合を例にとって説明する。診断モニタ1
4のマンマシンインタフェースとなるトップメーニュー
画面(図示せず)において、診断プログラム24を実行
するときの画面即ち診断実行制御画面40(図3)を表
示するコマンド入力または操作をする。そして、ディス
プレイ装置2に診断実行制御画面40が表示される。つ
いで、オペレータは、診断プログラム24のリストを表
示させた後、診断を実行したいデバイス12(例えばプ
リンタ)に対応する診断プログラム24(番号2)の選
択の欄に、キーボード装置1のマークキーを操作するこ
とによりマーク42を付ける。つまり、診断実行制御画
面40の選択の項目の欄に丸印が表示されることとな
る。そして、オペレータがマーク42を付けると、ポッ
プアップメニュー44が表示される。オペレータは、ポ
ップアップメニュー44に、診断項目、パラメータ、表
示形式、診断ログ形式等の条件を入力をする。その後、
オペレータが実行を指示することにより診断プログラム
24は起動される。
Next, the diagnostic program 2 for the device 12
4 will be described as an example. Diagnostic monitor 1
On the top menu screen (not shown) serving as the man-machine interface 4 of FIG. 4, command input or operation for displaying the screen for executing the diagnostic program 24, that is, the diagnostic execution control screen 40 (FIG. 3) is performed. Then, the diagnostic execution control screen 40 is displayed on the display device 2. Then, after displaying the list of the diagnostic programs 24, the operator operates the mark key of the keyboard device 1 in the selection column of the diagnostic program 24 (number 2) corresponding to the device 12 (for example, printer) for which the diagnosis is to be executed. The mark 42 is attached by doing. That is, a circle is displayed in the selection item column of the diagnostic execution control screen 40. Then, when the operator puts the mark 42, a pop-up menu 44 is displayed. The operator inputs conditions such as diagnostic items, parameters, display format, and diagnostic log format in the pop-up menu 44. afterwards,
The diagnostic program 24 is started when the operator gives an instruction for execution.

【0023】オペレータが、指定したデバイス12の診
断プログラム24を起動させたときに、診断プログラム
24は診断プログラム格納エリア23よりロードされ、
診断プログラム実行エリア16において実行が開始され
る。そして、診断プログラム24が、診断実行中にディ
スプレイ装置2への出力を行う必要がある場合、メッセ
ージ処理部20へメッセージ表示要求をだす。また、逆
に、診断モニタ14が、診断プログラム24にメッセー
ジを送信する場合にも、メッセージ処理部20へメッセ
ージ送信要求を行う。また、診断モニタ14は、実行中
の診断プログラム24の診断結果に基づいて診断ログを
作成させ、診断結果メッセージをディスプレイ装置2に
表示させる。そして、オペレータからの診断ログの表示
要求があったときには、診断ログの内容をディスプレイ
装置2に表示させる。ここで、診断結果メッセージは診
断項目が終了するごとにディスプレイ装置2に表示され
るが保存はされない。一方、診断ログは通常時には、表
示等の参照をせずに保存しておき、オペレータの参照要
求に基づいてディスプレイ装置2に表示したり、プリン
タに印刷したりする。
When the operator activates the diagnostic program 24 of the designated device 12, the diagnostic program 24 is loaded from the diagnostic program storage area 23,
Execution starts in the diagnostic program execution area 16. If the diagnostic program 24 needs to output to the display device 2 during the diagnostic execution, it issues a message display request to the message processing unit 20. On the contrary, when the diagnostic monitor 14 sends a message to the diagnostic program 24, the diagnostic monitor 14 requests the message processing unit 20 to send a message. Further, the diagnostic monitor 14 creates a diagnostic log based on the diagnostic result of the running diagnostic program 24, and displays the diagnostic result message on the display device 2. Then, when the operator requests the display of the diagnostic log, the content of the diagnostic log is displayed on the display device 2. Here, the diagnosis result message is displayed on the display device 2 each time the diagnosis item is completed, but is not saved. On the other hand, normally, the diagnostic log is stored without being referred to such as display, and is displayed on the display device 2 or printed on the printer based on the reference request from the operator.

【0024】つぎに、診断ログの作成について図4〜図
6を用いて説明する。図4はこの発明の実施の形態1に
係る診断プログラムの診断ログ作成機能を示すブロック
図である。図5はこの発明の実施の形態1に係る簡易診
断ログ作成のフローチャートである。図6はこの発明の
実施の形態1に係る逐次診断ログ作成のフローチャート
である。実施の形態1の診断機能を有する計算機システ
ムは、診断プログラムの診断結果に基づく診断ログの形
式として、逐次診断結果形式と簡易診断結果形式の2通
りの形式により得ることができる。そして、診断ログの
形式は、オペレータが診断プログラムを実行するときに
いずれか一方または両方を選択できる。また、逐次診断
結果形式は、従来の診断機能を有する計算機システムの
診断ログの形式と同様である。
Next, the creation of the diagnostic log will be described with reference to FIGS. FIG. 4 is a block diagram showing a diagnostic log creating function of the diagnostic program according to the first embodiment of the present invention. FIG. 5 is a flowchart for creating a simple diagnostic log according to the first embodiment of the present invention. FIG. 6 is a flowchart of the sequential diagnosis log creation according to the first embodiment of the present invention. The computer system having the diagnosis function according to the first embodiment can be obtained in two formats, that is, the sequential diagnosis result format and the simple diagnosis result format as the format of the diagnostic log based on the diagnostic result of the diagnostic program. The operator can select either one or both of the diagnostic log formats when executing the diagnostic program. The sequential diagnosis result format is the same as the format of the diagnosis log of the computer system having the conventional diagnosis function.

【0025】オペレータが診断ログの形式として簡易診
断結果記録形式を選択したときについて説明する。オペ
レータは、デバイス12に対する診断プログラム24を
診断モニタ14に実行させる(S10)。診断の実行コ
ード24Eは、デバイス12に対する機能診断即ち診断
項目(k−k項目)が終了するごとに、その機能診断が
正常に終了したか否かを確認する(S12)。前述した
ように、デバイス12に対する診断プログラム24は、
複数の診断プログラムの集合であり、デバイス12の複
数の機能について診断する。つまり、k−k項目とは、
診断する機能の1つ1つに対応させたものであり、kに
は数字が対応し表示やデータ管理の便宜上、例えば、1
−1項目、1−4項目、3−1項目と呼んでいる。
The case where the operator selects the simple diagnostic result recording format as the diagnostic log format will be described. The operator causes the diagnostic monitor 14 to execute the diagnostic program 24 for the device 12 (S10). The diagnosis execution code 24E confirms whether or not the function diagnosis for the device 12, that is, the diagnosis item (kk item) is completed every time the function diagnosis is completed normally (S12). As described above, the diagnostic program 24 for the device 12 is
It is a set of a plurality of diagnostic programs and diagnoses a plurality of functions of the device 12. That is, the kk item is
It corresponds to each of the functions to be diagnosed, and a number corresponds to k, and for convenience of display and data management, for example, 1
They are called -1 item, 1-4 item, and 3-1 item.

【0026】そして、k−k項目に対応する機能診断が
正常に終了したときは、正常診断結果記録部24Bにk
−k項目に対する実行結果を、その発生時刻および項目
名とともに記録する(S14)。一方、k−k項目に対
応する機能診断が異常に終了したときは、ディスプレイ
装置2にk−k項目に対応するエラーであることを例え
ば異常診断結果メッセージとして表示し(S16)、異
常診断結果記録部24Cに実行結果を、その発生時刻お
よび項目名とともに記録する(S14)。デバイス12
に対する診断プログラム24が終了即ち全ての機能診断
が終了したか否かを調べる(S18)。そして、診断プ
ログラム24が終了していないときにはS12〜S18
を繰返す。一方、診断プログラム24が終了したときに
は、実行コード24Eは、正常診断結果記録部24Bお
よび異常診断結果記録部24Cに診断ログを作成する命
令を伝達する。正常診断結果記録部24Bおよび異常診
断結果記録部24Cは、診断ログ作成部24Aに各情報
を受け渡たし、診断ログ作成部24Aは、2つの情報を
まとめて簡易診断結果記録形式にて簡易診断ログ50を
作成する(S20)。ここで、簡易診断結果記録形式と
は、正常診断結果と異常診断結果を別々の領域に時系列
にしたがって記録保持しているものである。
Then, when the functional diagnosis corresponding to the k-k item is normally completed, k is displayed in the normal diagnosis result recording section 24B.
The execution result for the -k item is recorded together with the occurrence time and the item name (S14). On the other hand, when the function diagnosis corresponding to the k-k item is abnormally terminated, an error corresponding to the k-k item is displayed on the display device 2 as an error diagnosis result message (S16), and the error diagnosis result is displayed. The execution result is recorded in the recording unit 24C together with the time of occurrence and the item name (S14). Device 12
It is checked whether or not the diagnostic program 24 has been completed, that is, whether all functional diagnoses have been completed (S18). Then, when the diagnostic program 24 is not finished, S12 to S18
Is repeated. On the other hand, when the diagnostic program 24 ends, the execution code 24E transmits a command for creating a diagnostic log to the normal diagnostic result recording unit 24B and the abnormal diagnostic result recording unit 24C. The normal diagnostic result recording unit 24B and the abnormal diagnostic result recording unit 24C pass each information to the diagnostic log creating unit 24A, and the diagnostic log creating unit 24A collects the two pieces of information in a simple diagnostic result recording format. The diagnostic log 50 is created (S20). Here, the simple diagnosis result recording format means that the normal diagnosis result and the abnormal diagnosis result are recorded and held in separate areas in time series.

【0027】オペレータが診断ログの形式として逐次診
断結果記録形式を選択したときについて説明する。オペ
レータは、デバイス12に対する診断プログラム24を
診断モニタ14に実行させる(S30)。診断ログの形
式が逐次診断結果記録形式のときには、診断の実行コー
ド24Eは、デバイス12に対する機能診断(k−k項
目)が終了するごとに、逐次実行結果処理部24Dを起
動する。そして、逐次実行結果処理部24Dは、診断ロ
グ作成部24Aに作成データを渡す(S32)。また、
実行コード24Eは、オペレータからコマンド入力され
たときに、逐次実行結果処理部24Dを起動し、診断ロ
グ作成部24Aにそのコマンドに関する情報を入力させ
る(S34)。また、実行コード24Eは、診断モニタ
14や診断プログラム24からメッセージ送信されたと
きに、逐次実行結果処理部24Dを起動し、診断ログ作
成部24Aにそのコマンドに関する情報を入力させる
(S36)。
The case where the operator selects the sequential diagnostic result recording format as the format of the diagnostic log will be described. The operator causes the diagnostic monitor 14 to execute the diagnostic program 24 for the device 12 (S30). When the format of the diagnostic log is the sequential diagnostic result recording format, the diagnostic execution code 24E activates the sequential execution result processing unit 24D every time the functional diagnostic (k-k item) for the device 12 is completed. Then, the sequential execution result processing unit 24D passes the created data to the diagnostic log creating unit 24A (S32). Also,
When a command is input from the operator, the execution code 24E activates the sequential execution result processing unit 24D and causes the diagnostic log creation unit 24A to input information regarding the command (S34). Further, the execution code 24E, when a message is transmitted from the diagnostic monitor 14 or the diagnostic program 24, activates the sequential execution result processing unit 24D and causes the diagnostic log creation unit 24A to input information regarding the command (S36).

【0028】そして、診断ログ作成部24Aでは、逐次
実行結果処理部24Dから入力を受けたとき、時系列に
従って診断ログ記録エリア21にデータを書込み逐次診
断結果記録形式にて診断ログを作成する(S38)。即
ち、コマンド入力、メッセージ送信、診断結果メッセー
ジの発生した順に即ち時系列にしたがって逐次診断ログ
52が作成される。デバイス12に対する診断プログラ
ム24が終了即ち全ての機能診断が終了したか否かを調
べる(S40)。そして、診断プログラム24が終了し
ていないときにはS32〜S40を繰返す。一方、診断
プログラム24が終了したときには、逐次診断ログ52
の作成を中断する。ここで作成した逐次診断ログ52
は、従来作成した形式と同様の形式のものである。
Then, in the diagnostic log creating section 24A, when the input is received from the sequential execution result processing section 24D, the data is written in the diagnostic log recording area 21 in time series to create the diagnostic log in the sequential diagnostic result recording format ( S38). That is, the diagnostic log 52 is sequentially created in the order of command input, message transmission, and diagnostic result message generation, that is, in chronological order. It is checked whether or not the diagnostic program 24 for the device 12 has been completed, that is, whether or not all functional diagnoses have been completed (S40). Then, when the diagnostic program 24 is not finished, S32 to S40 are repeated. On the other hand, when the diagnostic program 24 ends, the sequential diagnostic log 52
Interrupt the creation of. Sequential diagnosis log 52 created here
Is the same format as the one created conventionally.

【0029】また、診断プログラム24の実行中には、
ディスプレイ装置2に診断結果メッセージである診断プ
ロセスメッセージが表示される。図7はこの発明の実施
の形態1に係る診断プロセスメッセージ画面を示す図で
ある。図7において、45はディスプレイ装置2に表示
される診断プロセスメッセージ画面である。46は診断
項目に対する診断が正常に終了したとき診断結果メッセ
ージを表示する正常終了表示部、47は診断項目に対す
る診断が異常に終了したとき診断結果メッセージを表示
する異常終了表示部である。また、48は、キー操作を
示す説明項目であり、48aは矢印キーの操作により表
示データが上下にスクロールすることを示し、48bは
Fキーの操作により次頁、48cはBキーの操作により
前頁の表示データを表示することを示し、48dはXキ
ーの操作により画面切換えができることを示している。
このように、診断プログラム24のある項目が終了する
ごとに診断プロセスメッセージが表示される。
During execution of the diagnostic program 24,
A diagnostic process message, which is a diagnostic result message, is displayed on the display device 2. FIG. 7 is a diagram showing a diagnostic process message screen according to the first embodiment of the present invention. In FIG. 7, reference numeral 45 is a diagnostic process message screen displayed on the display device 2. Reference numeral 46 is a normal end display unit that displays a diagnosis result message when the diagnosis for the diagnosis item is normally completed, and 47 is an abnormal end display unit that displays a diagnosis result message when the diagnosis for the diagnosis item is abnormally completed. Further, 48 is an explanation item indicating a key operation, 48a indicates that the display data is scrolled up and down by the operation of the arrow keys, 48b is the next page by the operation of the F key, 48c is the previous page by the operation of the B key. The display data of the page is displayed, and 48d indicates that the screen can be switched by operating the X key.
In this way, a diagnostic process message is displayed each time a certain item of the diagnostic program 24 is completed.

【0030】そして、診断プロセスメッセージ画面45
には、各診断項目の診断が終了するごとに、診断結果が
正常に終了したか否かを診断モニタ14は判別する。診
断モニタ14は、判別結果に基づいて、診断結果が正常
に終了したときには、正常終了表示部46に診断結果メ
ッセージを表示する指令を画面制御部8に送出する。一
方、診断モニタ14は、判別結果に基づいて、診断結果
が正常に終了しなかったときには、異常終了表示部46
に診断結果メッセージを表示する指令を画面制御部8に
送出する。これらの診断結果メッセージを表示するとき
には、診断対象とメッセージと診断(終了)時刻ととも
に表示する。なお、診断対象がプリンタの場合の例につ
いて説明しているが、診断対象が複数あり診断プログラ
ム24が並列処理されているときには、複数の診断対象
に対する診断結果メッセージが診断プロセスメッセージ
画面45上に混在することになる。
Then, the diagnostic process message screen 45
In addition, each time the diagnosis of each diagnostic item is completed, the diagnostic monitor 14 determines whether or not the diagnostic result is normally completed. Based on the determination result, the diagnostic monitor 14 sends to the screen control unit 8 a command to display the diagnostic result message on the normal termination display unit 46 when the diagnostic result is normally terminated. On the other hand, when the diagnosis result does not end normally based on the determination result, the diagnosis monitor 14 displays the abnormal end display section 46.
A command to display the diagnostic result message is sent to the screen control unit 8. When displaying these diagnostic result messages, they are displayed together with the diagnostic target, the message, and the diagnostic (end) time. Although an example in which the diagnosis target is a printer has been described, when there are a plurality of diagnosis targets and the diagnosis program 24 is processed in parallel, the diagnosis result messages for the plurality of diagnosis targets are mixed on the diagnosis process message screen 45. Will be done.

【0031】また、診断プロセスメッセージ画面45の
診断結果メッセージに異常が表示されたとき等には、オ
ペレータがその詳細を調べるために診断ログを見たいこ
とがある。オペレータは、上述した簡易診断ログ50ま
たは逐次診断ログ52のいずれかを選択する。図8はこ
の発明の実施の形態1に係る簡易診断ログ画面を示す図
である。図8において、60はディスプレイ装置2に表
示される簡易診断ログ画面である。この場合には、異常
終了をしたときと正常終了したときの診断ログが別の領
域に表示される。この表示は、あらかじめ簡易診断ログ
50を作成するときに、正常診断結果と異常診断結果を
別々の領域に時系列にしたがって記録保持しているので
簡単に実現することができる。また、逐次診断ログ52
の表示形式については従来のものと変りないのでその説
明を省略する。
When an abnormality is displayed in the diagnostic result message on the diagnostic process message screen 45, the operator may want to see the diagnostic log in order to check the details. The operator selects either the simple diagnosis log 50 or the sequential diagnosis log 52 described above. FIG. 8 is a diagram showing a simple diagnosis log screen according to the first embodiment of the present invention. In FIG. 8, reference numeral 60 is a simple diagnosis log screen displayed on the display device 2. In this case, the diagnostic logs at the time of abnormal termination and at the time of normal termination are displayed in different areas. This display can be easily realized because the normal diagnosis result and the abnormal diagnosis result are recorded and held in separate areas in chronological order when the simple diagnosis log 50 is created in advance. In addition, the sequential diagnosis log 52
Since the display format of is the same as the conventional one, its explanation is omitted.

【0032】なお、逐次診断ログ52を生成した後に、
正常診断結果と異常診断結果を分け各々時系列にしたが
って別々の領域に記録保持して簡易診断ログ50生成し
てもよい。また、診断機能を有する計算機システムの表
示画面は、診断実行制御画面40、診断プロセスメッセ
ージ画面45、簡易診断ログ画面60が別々の画面であ
る形式のものについて説明したが、表示させたい情報を
各々の領域で割表示できれば同一の画面上であってもよ
い。したがって、マルチウインドウ形式や表示画面を分
割した形式のものであってもよい。
After the sequential diagnosis log 52 is generated,
The simple diagnosis log 50 may be generated by dividing the normal diagnosis result and the abnormal diagnosis result and recording and holding them in separate areas in chronological order. Further, the display screen of the computer system having the diagnostic function has been described in such a format that the diagnostic execution control screen 40, the diagnostic process message screen 45, and the simple diagnostic log screen 60 are separate screens. It may be on the same screen as long as it can be divided and displayed in the area. Therefore, it may be a multi-window format or a format in which the display screen is divided.

【0033】以上のように診断機能を有する計算機シス
テムを構成したので以下のような効果がある。複数の周
辺装置4に対する診断プログラム24を実行させるとき
に、対象とする診断プログラム24の全てにマーク42
を付ければよい。したがって、操作しやすいインタフェ
ースを提供することができ操作ミスをしにくくなる。ま
た、オペレータが、使用状況に応じて診断ログの形式を
逐次診断ログ52と簡易診断ログ50とから選択し記録
することができるので、様々なタイプの切り分け手法に
柔軟に対応することができる。また、簡易診断ログ50
は正常診断結果と異常診断結果を別々の領域に時系列に
従って記録保持している。したがって、診断ログが冗長
な形式となることがないので、診断ログの参照、データ
管理が容易となる。また、簡易診断ログ50の表示は、
正常診断結果と異常診断結果を別々の領域に表示するの
で、視覚的に診断結果を判断しやすく、しかも、異常診
断結果を表示する領域に冗長データが表示されないので
迅速な対応が可能である。また、正常診断結果メッセー
ジを正常終了表示部46に、異常診断結果メッセージを
異常終了表示部47に表示し、これらの表示領域が異な
るので、視覚的に診断プロセスおよび診断結果を判断し
やすく、しかも、異常表示終了部47に冗長なデータが
表示されないので迅速な対応が可能である。また、診断
実行制御画面40、診断プロセスメッセージ画面45、
診断ログ画面60を別々の画面で表示し、表示属性の異
なる表示データが画面上に混在することがないので迅速
な対応が可能である。
Since the computer system having the diagnostic function is constructed as described above, the following effects are obtained. When executing the diagnostic programs 24 for a plurality of peripheral devices 4, the target diagnostic programs 24 are marked with marks 42.
Should be attached. Therefore, it is possible to provide an interface that is easy to operate, and it is difficult to make an operation error. Further, since the operator can select and record the format of the diagnostic log from the sequential diagnostic log 52 and the simple diagnostic log 50 according to the usage status, it is possible to flexibly deal with various types of separation methods. In addition, the simple diagnostic log 50
Keeps the normal diagnosis result and the abnormal diagnosis result in separate areas in chronological order. Therefore, since the diagnostic log does not have a redundant format, it is easy to refer to the diagnostic log and manage the data. In addition, the display of the simple diagnosis log 50 is
Since the normal diagnosis result and the abnormal diagnosis result are displayed in separate areas, it is easy to visually judge the diagnosis result, and moreover, since the redundant data is not displayed in the area for displaying the abnormal diagnosis result, it is possible to take a prompt action. Further, a normal diagnosis result message is displayed on the normal end display unit 46, and an abnormal diagnosis result message is displayed on the abnormal end display unit 47. Since these display areas are different, it is easy to visually judge the diagnosis process and the diagnosis result, and Since redundant data is not displayed on the abnormal display termination unit 47, a quick response is possible. Also, a diagnostic execution control screen 40, a diagnostic process message screen 45,
Since the diagnostic log screen 60 is displayed on different screens and the display data having different display attributes do not coexist on the screens, quick response is possible.

【0034】実施の形態2.以下この発明の実施の形態
2について説明する。図9はこの発明の実施の形態2に
係る診断プロセスメッセージ画面を示す図である。図9
において、70はディスプレイ装置2に表示される診断
プロセスメッセージ画面である。そして、終了項目数と
は、診断プログラム24の診断項目の内いくつの診断項
目が終了したかを示し、異常数とは、診断項目について
いくつの異常が発生したかを示している。ここで、プリ
ンタに関しては、異常数が終了項目数を超えているが、
一つの診断項目について複数の異常が発生することがあ
ることを意味している。
Second Embodiment A second embodiment of the present invention will be described below. FIG. 9 is a diagram showing a diagnostic process message screen according to the second embodiment of the present invention. FIG.
At 70, a diagnostic process message screen displayed on the display device 2. The number of end items indicates how many of the diagnostic items of the diagnostic program 24 have ended, and the number of abnormalities indicates how many abnormalities have occurred in the diagnostic items. Here, regarding the printer, the number of abnormalities exceeds the number of end items,
This means that multiple abnormalities may occur for one diagnostic item.

【0035】つぎに、終了項目数および異常数を表示す
る方法について説明する。図10はこの発明の実施の形
態2に係る診断プロセスメッセージを表示する動作を示
すフローチャートである。オペレータは、デバイス12
に対する診断プログラム24を診断モニタ14に実行さ
せる(S42)。診断プログラム24の診断項目である
k−k項目が終了するごとに、診断モニタ14は、k−
k項目が正常に終了したか否かを判定する(S44)。
k−k項目が正常に終了したときには、k−k項目の正
常終了回数を1増加させる(S46)。k−k項目が異
常に終了したときには、異常診断結果メッセージをディ
スプレイ装置2に表示し(S50)、k−k項目の異常
終了回数を1増加させる(S52)。
Next, a method of displaying the number of end items and the number of abnormalities will be described. FIG. 10 is a flowchart showing the operation of displaying the diagnostic process message according to the second embodiment of the present invention. The operator has the device 12
The diagnostic program 24 is executed by the diagnostic monitor 14 (S42). Every time the kk item which is the diagnostic item of the diagnostic program 24 is completed, the diagnostic monitor 14 displays k-
It is determined whether the k item has been normally completed (S44).
When the kk item ends normally, the number of times the kk item ends normally is incremented by 1 (S46). When the kk item is abnormally terminated, an abnormality diagnosis result message is displayed on the display device 2 (S50), and the abnormal termination count of the kk item is increased by 1 (S52).

【0036】S46,S50において回数のカウントを
した後、そのフォーマット形式にしたがって診断プログ
ラムメッセージ画面70に項目終了数および異常数をア
ップデートして表示する(S48)。診断モニタ14
は、診断プログラム24が終了したか否かを判定し、終
了していなければS44〜S54の動作を繰返す(S5
4)。ここで、S50において、異常診断結果メッセー
ジをディスプレイ装置2に表示すると述べたが、診断プ
ログラムメッセージ画面70の一部に表示、または、診
断異常メッセージ表示用の領域を確保しておいてその領
域に表示するようにしても良い。また、項目終了数と異
常数を診断プログラムメッセージ画面70に表示する場
合について説明したが、他の画面例えば診断実行制御画
面40に表示するようにしても良い。
After counting the number of times in S46 and S50, the item end number and the abnormal number are updated and displayed on the diagnostic program message screen 70 according to the format (S48). Diagnostic monitor 14
Determines whether or not the diagnostic program 24 has ended, and if not completed, repeats the operations of S44 to S54 (S5
4). Here, in S50, it has been stated that the abnormality diagnosis result message is displayed on the display device 2, but it is displayed on a part of the diagnostic program message screen 70, or an area for displaying the diagnostic abnormality message is secured and the area is displayed. It may be displayed. Further, although the case where the item end number and the abnormal number are displayed on the diagnostic program message screen 70 has been described, they may be displayed on another screen, for example, the diagnostic execution control screen 40.

【0037】以上のように項目終了数と異常数を表示す
る構成としたので、診断プログラムメッセージ画面70
に、最大診断プログラム24の数だけ表示可能な領域を
設けておけばよい。診断プログラムメッセージ画面70
に、1つの診断プログラム24に対して1つの表示領域
与えればよい。したがって、表示データ(異常診断結果
メッセージ)に冗長なデータがなく表示メッセージが少
なくて済むので視覚的にすぐに認識でき迅速な対応が可
能となる。診断プログラム24の数だけ表示可能な領域
を設けておけば、1画面中。また、簡易診断ログ50の
記憶フォーマットおよび診断ログ画面60の表示を上述
と同様に、項目終了数と異常数を記憶および表示する構
成としても良い。この場合にも上述と同様の効果があ
る。
As described above, since the number of item ends and the number of abnormalities are displayed, the diagnostic program message screen 70
In addition, it suffices to provide a displayable area for the maximum number of diagnostic programs 24. Diagnostic program message screen 70
Further, it is sufficient to give one display area to one diagnostic program 24. Therefore, since there is no redundant data in the display data (abnormality diagnosis result message) and the number of display messages is small, it is possible to immediately visually recognize and promptly respond. If there are as many display areas as there are diagnostic programs 24, one screen can be displayed. Further, the storage format of the simple diagnosis log 50 and the display of the diagnosis log screen 60 may be configured to store and display the item end number and the abnormal number, as in the above. Also in this case, the same effect as described above can be obtained.

【0038】実施の形態3.以下この発明の実施の形態
3について説明する。図11はこの発明の実施の形態3
に係る診断プロセスメッセージ画面を示す図である。図
11において、72はディスプレイ装置2に表示される
診断プロセスメッセージ画面である。73〜77は、異
常診断結果表示部72bに、異常が発生した診断対象に
対する診断項目を原因とともに時刻を表示した異常診断
結果メッセージである。この場合には、5つの異常診断
結果メッセージが一画面に表示できるように構成されて
いる。この状態において、実施の形態1の場合には、あ
る診断項目に異常が発生すると、時系列にしたがって発
生時刻の古い異常診断結果メッセージ73が画面から削
除され、異常診断結果メッセージ74〜77が各々表示
位置が繰りあがる。そして、最新の診断項目に対する異
常診断結果メッセージが最下段に表示される。なお、診
断が正常に終了したときには、正常診断結果メッセージ
が、時系列に従って正常診断表示部72cに表示され
る。
Embodiment 3 The third embodiment of the present invention will be described below. FIG. 11 shows the third embodiment of the present invention.
It is a figure which shows the diagnostic process message screen which concerns on. In FIG. 11, 72 is a diagnostic process message screen displayed on the display device 2. Numerals 73 to 77 are abnormality diagnosis result messages in which the abnormality diagnosis result display section 72b displays the time together with the cause of the diagnosis item for the diagnosis object in which the abnormality has occurred. In this case, five abnormality diagnosis result messages can be displayed on one screen. In this state, in the case of the first embodiment, when an abnormality occurs in a certain diagnostic item, the abnormality diagnosis result message 73 whose generation time is old is deleted from the screen in chronological order, and the abnormality diagnosis result messages 74 to 77 are respectively displayed. The display position rolls up. Then, the abnormality diagnosis result message for the latest diagnosis item is displayed at the bottom. When the diagnosis is completed normally, the normal diagnosis result message is displayed on the normal diagnosis display section 72c in chronological order.

【0039】それに対して、実施の形態3では、診断項
目や異常発生原因に関して重み付をしている。図11
中、J1〜J5の表示があるが、J1>J2>J3>J
4>J5の順に優先順位が高い。ここで、優先順位と
は、優先順位が高いほど重異常や重故障であり速く対応
する必要がある異常であることを示している。ここで、
ある異常Nに対する異常診断結果メッセージを表示する
方法について説明する。図12はこの発明の実施の形態
3に係る優先順位の比較を示すフローチャートである。
ある診断項目に異常Nが発生したとき(S56)診断モ
ニタ14は、優先順位を比較をするプログラムをつぎの
ように動作させる。Iに5をセットし(S58)、異常
Nに対する重要度JNと異常診断結果メッセージ75に
対する重要度J5を比較する(S60)。
On the other hand, in the third embodiment, the diagnostic items and the cause of the abnormality are weighted. FIG.
Inside, J1 to J5 are displayed, but J1>J2>J3> J
The order of priority is 4> J5. Here, the priority order indicates that the higher the priority order is, the more serious the abnormality or the serious failure is, and the abnormality that needs to be dealt with quickly. here,
A method of displaying an abnormality diagnosis result message for a certain abnormality N will be described. FIG. 12 is a flowchart showing comparison of priorities according to the third embodiment of the present invention.
When an abnormality N occurs in a certain diagnostic item (S56), the diagnostic monitor 14 causes the program for comparing the priorities to operate as follows. I is set to 5 (S58), and the importance JN for the abnormality N and the importance J5 for the abnormality diagnosis result message 75 are compared (S60).

【0040】S60による比較の結果JN>J5のとき
は、異常診断結果メッセージ75を削除し、異常診断結
果メッセージ76、77を一段ずつ繰上げて、異常Nに
対する異常診断結果メッセージを最下段に表示する。ま
た、S60による比較の結果JN<J5のときは、Iを
4にセットする(S64)。S66においてI=0であ
ることが確認されるまでS60〜S66を繰返す。そし
て、S68においてI=0が確認されたときには、異常
Nに対する異常診断結果メッセージは表示しない。
If the result of the comparison in S60 is JN> J5, the abnormality diagnosis result message 75 is deleted, the abnormality diagnosis result messages 76 and 77 are moved up one by one, and the abnormality diagnosis result message for the abnormality N is displayed at the bottom. . If the result of comparison in S60 is JN <J5, I is set to 4 (S64). S60 to S66 are repeated until I = 0 is confirmed in S66. When I = 0 is confirmed in S68, the abnormality diagnosis result message for the abnormality N is not displayed.

【0041】以上のように異常に対する優先順位に基づ
いてその異常診断結果メッセージを表示するようにした
ので、異常が頻繁に発生したようなときに、重要度の高
い異常が表示されているので、オペレータがどの異常に
対応すべきかが分りやすく迅速な対応ができる。なお、
診断プロセスメッセージ画面72の場合について説明し
たが、簡易診断ログ50に対する診断ログ画面60にも
適用しても同様の効果が得られる。また、上述の説明で
は、優先順位の高いものから5つの異常診断結果メッセ
ージが時系列にしたがって表示される場合について説明
したが、時系列に関係なく優先順位の高いものから5つ
の異常診断結果メッセージを常時表示するようにしても
よい。この場合には、最重要な異常をすぐに容易に認識
することができる。
As described above, since the abnormality diagnosis result message is displayed based on the priority order of the abnormality, when the abnormality frequently occurs, the abnormality of high importance is displayed. The operator can easily understand which abnormality should be dealt with and can quickly respond. In addition,
Although the case of the diagnostic process message screen 72 has been described, the same effect can be obtained by applying it to the diagnostic log screen 60 for the simple diagnostic log 50. Further, in the above description, the case where five abnormality diagnosis result messages are displayed in chronological order from the highest priority is explained, but five abnormality diagnosis result messages are displayed in chronological order from the highest priority. May be always displayed. In this case, the most important abnormality can be recognized immediately and easily.

【0042】実施の形態4.以下この発明の実施の形態
4について説明する。図13はこの発明の実施の形態4
に係る診断機能を有する計算機システムの機能を説明す
るブロック図である。図13において、14bは診断モ
ニタ、17は画面制御部である。19は操作員の入力指
令(キー入力)に対応しディスプレイ装置2に表示する
画面を制御する画面表示コマンド保存するインタフェー
ス記述ファイル、18はインタフェース記述ファイル1
9から画面表示コマンドを読み込み解釈する画面制御コ
マンド解釈部である。即ち、画面表示コマンドと画面制
御コードとの対応づけしたテーブルを参照し、画面表示
コマンドから画面制御コードに変換するそして、画面制
御部17では、画面制御コマンド解釈部18で解釈され
た結果(画面制御コード)に基づいて画面表示を実行す
る。ここで、画面制御コードはディスプレイ装置2が受
け付けることができる形式の信号であり、操作員にとっ
て理解できない専門的なものである。そして、キー入力
および画面制御コマンドを対応づけたデーブルは容易に
理解できるものである。
Embodiment 4 The fourth embodiment of the present invention will be described below. FIG. 13 shows a fourth embodiment of the present invention.
It is a block diagram explaining the function of the computer system which has the diagnostic function concerning. In FIG. 13, 14b is a diagnostic monitor, and 17 is a screen control unit. Reference numeral 19 is an interface description file for saving a screen display command for controlling a screen displayed on the display device 2 in response to an operator's input command (key input), and 18 is an interface description file 1
9 is a screen control command interpretation unit that reads and interprets a screen display command from 9. That is, the table in which the screen display command and the screen control code are associated with each other is referred to and the screen display command is converted into the screen control code. Then, in the screen control unit 17, the result interpreted by the screen control command interpreting unit 18 (the screen The screen display is executed based on the control code). Here, the screen control code is a signal in a format that can be accepted by the display device 2, and is a specialized one that the operator cannot understand. And, the table in which the key input and the screen control command are associated with each other can be easily understood.

【0043】つぎに動作について説明する。図14はこ
の発明の実施の形態4に係る画面表示を示すフローチャ
ートである。オペレータのキー入力からディスプレイ装
置2への表示要求が発生したとき(S70)、診断モニ
タ14は画面制御コマンド解釈部18に表示要求を通知
する。ついで、画面制御コマンド解釈部18はインタフ
ェース記述ファイル19からキー入力に対応した画面制
御コマンドを読み込む。(S72)。画面制御コマンド
解釈部18は、テーブルを参照して画面制御コマンドを
画面制御コードに変換し(S74)、画面制御部17に
画面制御コードを送出する。画面制御部17は画面制御
コードに基づいてディスプレイ装置2に所望の画像を表
示させる。
Next, the operation will be described. FIG. 14 is a flowchart showing screen display according to the fourth embodiment of the present invention. When the display request to the display device 2 is generated from the key input by the operator (S70), the diagnostic monitor 14 notifies the screen control command interpreter 18 of the display request. Then, the screen control command interpreter 18 reads the screen control command corresponding to the key input from the interface description file 19. (S72). The screen control command interpretation unit 18 refers to the table to convert the screen control command into a screen control code (S74), and sends the screen control code to the screen control unit 17. The screen control unit 17 causes the display device 2 to display a desired image based on the screen control code.

【0044】なお、画面表示コマンドと画面制御コード
を対応づけたテーブルを画面制御コマンド解釈部18が
せずに画面制御部17が参照してもよい。オペレータ
が、診断実行制御画面と診断プロセスメッセージ表示画
面を切り換えるために画面表示切り換えキーを押した例
について説明する。このとき、診断モニタ14bは、キ
ー入力結果を画面制御コマンド解釈部18に渡す。画面
制御コマンド解釈部18では、この入力を受けてこのキ
ー入力に対応する画面制御コマンドをインタフェース記
述ファイル19より検索し、この画面制御コマンドを画
面制御部17に送信する。画面制御部17では、実際に
画面制御を行うための端末制御コードのテーブルを持
ち、画面制御コマンドを画面制御コードに変換し、その
画面制御コードをで比すプレイ装置2に送り、実際の画
面を作成する。
The screen control unit 17 may refer to the table in which the screen display command and the screen control code are associated with each other without the screen control command interpreting unit 18. An example in which the operator presses the screen display switching key to switch between the diagnostic execution control screen and the diagnostic process message display screen will be described. At this time, the diagnostic monitor 14b passes the key input result to the screen control command interpreter 18. In response to this input, the screen control command interpreter 18 searches the interface description file 19 for a screen control command corresponding to this key input, and sends this screen control command to the screen controller 17. The screen control unit 17 has a table of terminal control codes for actually performing screen control, converts screen control commands into screen control codes, and sends the screen control codes to the play device 2 for comparison to obtain the actual screen. To create.

【0045】以上のように、画面制御コマンド解釈部1
8とインタフェース記述ファイル19との二つの機能部
を独立させることで、画面制御に関して大きな柔軟性を
持たせることに成功している。まず、インタフェースの
入力条件に対する画面制御機能を外部にインタフェース
記述ファイル19として持たので、診断モニタ14bや
診断プログラム24の画面制御コードに関する部分を変
更することなくユーザインタフェースの変更を容易に行
うことができる。そして、インタフェース記述ファイル
19は通常の編集プログラムで使用者が自由に書き換え
られるので、画面イメージを変更したいときに自由に編
集することができる。さらに、画面制御コマンドを画面
制御コードに変換する画面制御コマンド解釈部18また
は画面制御部17を独立させたので、実際の画面制御を
行う画面制御コードのような分かりにくいロジックをオ
ペレータおよびプログラム開発者から隠すことができ
る。
As described above, the screen control command interpreter 1
8 and the interface description file 19 have been made independent of each other, which has succeeded in providing great flexibility in screen control. First, since the screen control function for the input condition of the interface is externally provided as the interface description file 19, the user interface can be easily changed without changing the part related to the screen control code of the diagnostic monitor 14b or the diagnostic program 24. . Since the interface description file 19 can be freely rewritten by the user with an ordinary editing program, it can be freely edited when the user wants to change the screen image. Further, since the screen control command interpreting unit 18 or the screen control unit 17 for converting the screen control command into the screen control code is independent, it is difficult for the operator and the program developer to use the unclear logic such as the screen control code for actually controlling the screen. Can be hidden from.

【0046】実施の形態5.以下この発明の実施の形態
5について説明する。図15はこの発明の実施の形態5
に係る診断モニタの診断プログラムを起動させる機能を
説明するブロック図である。図15において、14B1
は操作モジュール選択起動部、14B2はキー入力振分
け部、14B3はマークキー処理部、14B4は操作モ
ジュールテーブル、14B5は診断プログラムリスト、
14B6は診断プログラム起動部である。
Embodiment 5 FIG. Embodiment 5 of the present invention will be described below. FIG. 15 shows a fifth embodiment of the present invention.
FIG. 6 is a block diagram illustrating a function of activating a diagnostic program of the diagnostic monitor according to FIG. In FIG. 15, 14B1
Is an operation module selection activation unit, 14B2 is a key input distribution unit, 14B3 is a mark key processing unit, 14B4 is an operation module table, 14B5 is a diagnostic program list,
14B6 is a diagnostic program starting unit.

【0047】つぎに、診断プログラム24を起動させる
動作について説明する。図16はこの発明の実施の形態
5に係る診断プログラムを起動させる動作を説明するフ
ローチャートである。オペレータが実行したいプログラ
ムが複数あるとする。診断実行制御画面40に診断プロ
グラムリスト14B5が表示されているとき、オペレー
タは、診断実行制御画面40上で実行したい診断プログ
ラム24名に対してマークキーを押す(S80)。この
とき、キー入力振分け部14B2では、マーク付に関す
る指令であると判断してマークキー処理部14B3にキ
ー入力を渡す。マークキー処理部14B3は、マーク4
2付をする指令を画面制御部8に送出する(S82)。
そして、診断モニタ14は、マーク42付した診断プロ
グラム24のロードモジュールが実行されていることが
認識できるようにフラグをたてる(S84)。
Next, the operation of activating the diagnostic program 24 will be described. FIG. 16 is a flow chart for explaining the operation of starting the diagnostic program according to the fifth embodiment of the present invention. Suppose there are multiple programs that the operator wants to execute. When the diagnostic program list 14B5 is displayed on the diagnostic execution control screen 40, the operator presses the mark key for the 24 diagnostic programs to be executed on the diagnostic execution control screen 40 (S80). At this time, the key input distribution unit 14B2 determines that the command is for marking and passes the key input to the mark key processing unit 14B3. The mark key processing unit 14B3 uses the mark 4
A command to add 2 is sent to the screen control unit 8 (S82).
Then, the diagnostic monitor 14 sets a flag so that it can be recognized that the load module of the diagnostic program 24 with the mark 42 is being executed (S84).

【0048】そして、診断実行制御画面40にて実行キ
ーを入力するとマーク42が付けられた診断プログラム
の実行の可否を問うメッセージが、副画面に表示される
(図示しない)。ここで、実行可と応答するとマーク4
2が付けられた診断プログラムが起動され実行される
(S86)。また、実行可と応答するまではS80〜S
86を繰返す。オペレータが実行可と応答(操作キー)
したときには、診断モニタ14では、キー入力振分部1
4B2で操作キーであると判定する。そして、操作モジ
ュール選択起動部14B1に制御が移る。ここでは、入
力されたキーと操作モジュールの対が保存された操作モ
ジュールテーブル14B4を参照する。つまり、入力さ
れた操作キーに対応する操作モジュールが実行される。
操作モジュールは、診断プログラムリスト14B5のリ
ストをサーチし、フラグがONの診断プログラム24の
操作(起動)を行う。このとき、診断プログラム起動部
14B6は、デバイスの診断プログラム24を起動し、
診断実行制御画面(図3)には実行状態を示すステータ
スが表示される。
When the execute key is entered on the diagnostic execution control screen 40, a message asking whether or not the diagnostic program with the mark 42 can be executed is displayed on the sub-screen (not shown). At this point, mark 4 when the response is “executable”
The diagnostic program marked with 2 is activated and executed (S86). Also, until the response that execution is possible, S80 to S
Repeat 86. Operator can execute and respond (operation key)
When this happens, the diagnostic monitor 14 displays the key input distribution unit 1
In 4B2, it is determined that it is the operation key. Then, the control is transferred to the operation module selection activation unit 14B1. Here, the operation module table 14B4 in which the pair of the input key and the operation module is stored is referred to. That is, the operation module corresponding to the input operation key is executed.
The operation module searches the list of the diagnostic program list 14B5 and operates (starts) the diagnostic program 24 whose flag is ON. At this time, the diagnostic program starting unit 14B6 starts the device diagnostic program 24,
On the diagnostic execution control screen (FIG. 3), the status indicating the execution state is displayed.

【0049】以上のように診断モニタ14を構成すれ
ば、周辺装置が非常に多く起動の手間が大きくなった場
合でも、簡単に起動、停止といった実行制御がすべて同
時にできる。また、操作対象が視覚的に理解できるの
で、オペレータが診断状況の把握しやすい。
By configuring the diagnostic monitor 14 as described above, even if the number of peripheral devices is extremely large and the trouble of starting is great, it is possible to easily perform the execution control such as starting and stopping at the same time. Further, since the operation target can be visually understood, the operator can easily understand the diagnosis situation.

【0050】なお、実施の形態1〜5において説明した
診断機能を有する計算機システムおよび計算機システム
の診断方法は、ハードウェア、ソフトウェアおよび周辺
機器を組立てた計算機システムにおける設計不良の除
去、製造工程不良の除去および予防保守診断をするため
の初期組立時用に適応してもよい。初期組立て時には、
短時間に各種の診断項目を検査する必要があり、このと
きには、比較的異常診断結果がでやすい。したがって、
異常診断結果メッセージと正常診断結果メッセージを別
々の領域に表示させたり、異常診断結果に優先順位を付
けたり、上述のような簡易ログ40を保存しておくこと
は、より効果的なこととなる。
The computer system having the diagnostic function and the computer system diagnosing method described in the first to fifth embodiments are designed to eliminate design defects and manufacturing process defects in a computer system in which hardware, software and peripheral devices are assembled. It may be adapted for initial assembly for removal and preventive maintenance diagnostics. During initial assembly,
It is necessary to inspect various diagnostic items in a short time, and at this time, the abnormality diagnosis result is relatively easy to obtain. Therefore,
It is more effective to display the abnormality diagnosis result message and the normal diagnosis result message in different areas, prioritize the abnormality diagnosis results, and save the simple log 40 as described above. .

【0051】[0051]

【発明の効果】この発明に係る診断機能を有する計算機
システムは、操作員の指令を入力する入力手段と、この
入力手段からの指令に基づいて診断対象に対する診断項
目を診断する診断手段と、この診断手段により上記診断
項目に対する診断が終了するごとに、上記診断項目が正
常であるか異常であるかを判別し、上記診断項目に対す
る正常診断結果メッセージおよび異常診断結果メッセー
ジを各々診断プロセスメッセージ画面の正常終了表示部
および異常終了表示部に表示する表示手段とを備えたの
で、正常診断結果メッセージと異常診断結果メッセージ
を別領域に表示するので、視覚的に診断プロセスおよび
診断結果を判断しやすく、しかも、異常表示終了部に冗
長なデータが表示されないので迅速な対応が可能であ
る。
The computer system having the diagnostic function according to the present invention includes input means for inputting an operator's command, diagnostic means for diagnosing a diagnostic item for a diagnostic object based on the command from the input means, and Each time the diagnostic means completes the diagnosis of the diagnostic item, it is determined whether the diagnostic item is normal or abnormal, and a normal diagnostic result message and an abnormal diagnostic result message for the diagnostic item are displayed on the diagnostic process message screen. Since the display means for displaying in the normal end display section and the abnormal end display section is provided, the normal diagnosis result message and the abnormal diagnosis result message are displayed in different areas, so that it is easy to visually judge the diagnosis process and the diagnosis result, Moreover, since redundant data is not displayed in the abnormal display end portion, it is possible to take a prompt action.

【0052】また、表示手段は、診断手段により診断さ
れた診断項目に対する診断が異常であると判別するごと
に、今回の診断項目に対する診断結果メッセージの表示
優先度と異常終了表示部に既に表示されている各診断結
果メッセージの表示優先度とを比較する比較手段を有
し、上記今回の診断項目に対する診断結果メッセージの
表示優先度の方が高いときに、上記既に表示されている
診断結果メッセージの一つに換えて上記今回の診断項目
に対する診断結果メッセージを表示するので、オペレー
タがどの異常に対応すべきかが分りやすく迅速な対応が
できる。
Further, the display means displays the display result of the diagnostic result message for the present diagnostic item and the abnormal termination display section every time it determines that the diagnostic item diagnosed by the diagnostic means is abnormal. When the display priority of the diagnostic result message for the present diagnostic item is higher, the diagnostic result message of the already displayed diagnostic result message is compared. Instead of displaying one, the diagnosis result message for the above-mentioned diagnosis item is displayed, so that it is easy for the operator to know which abnormality should be dealt with, and quick response can be made.

【0053】また、表示手段は、診断項目に対する診断
結果メッセージを表示優先度の順に異常終了表示部に表
示するので、最重要な異常をすぐに容易に認識すること
ができる。
Further, since the display means displays the diagnosis result messages for the diagnosis items in the order of display priority on the abnormal end display section, the most important abnormality can be recognized immediately and easily.

【0054】また、操作員の指令を入力する入力手段
と、この入力手段からの指令に基づいて診断対象に対す
る診断項目を診断する診断手段と、上記診断対象の名
称、上記診断対象に対する診断項目の診断終了項目数お
よび異常終了項目数を表示項目とし、上記診断手段によ
り上記診断項目に対する診断が終了するごとに、この結
果に応じて上記診断終了項目数および上記異常終了項目
数を更新して診断プロセス画面に表示する表示手段とを
備えたので、異常診断結果メッセージの表示に冗長な表
示データがなく表示メッセージが少なくて済むので視覚
的にすぐに認識でき迅速な対応が可能となる。
Further, input means for inputting an operator's command, diagnostic means for diagnosing a diagnostic item for a diagnostic object based on the command from this input means, a name of the diagnostic object, and a diagnostic item for the diagnostic object. The number of items to be diagnosed and the number of items to be abnormally terminated are set as display items, and each time the diagnostic means completes the diagnosis for the items to be diagnosed, the number of items to be diagnosed and the number of items to be abnormally terminated are updated and diagnosed according to the result. Since the display means for displaying on the process screen is provided, redundant display data does not exist in the display of the abnormality diagnosis result message, and the number of display messages can be reduced, so that the abnormality can be recognized immediately and quick response can be made.

【0055】また、診断手段により診断された診断項目
に対する診断ログを正常終了ログおよび異常ログに分け
て保持する簡易診断ログを有するので、診断ログが冗長
な形式となることがなく、診断ログの参照、データ管理
が容易となる。
Further, since the diagnostic log for the diagnostic item diagnosed by the diagnostic means is divided into the normal end log and the abnormal log and is held, the diagnostic log does not have a redundant format and the diagnostic log Reference and data management become easy.

【0056】また、表示手段は、入力手段から簡易診断
ログの表示指令があったとき、上記簡易診断ログに保持
された情報に基づいて、診断項目に対する診断結果を正
常終了表示部および異常終了表示部に分けて表示する上
記簡易診断ログ画面を有するので、異常診断結果を表示
する領域に冗長データが表示されないので迅速な対応が
可能である。
Further, when there is a display instruction of the simple diagnostic log from the input means, the display means displays the diagnostic result for the diagnostic item on the normal end display section and the abnormal end display based on the information held in the simple diagnostic log. Since it has the above-mentioned simple diagnosis log screen which is divided into parts and displayed, the redundant data is not displayed in the area for displaying the abnormality diagnosis result, so that quick response is possible.

【0057】また、操作員が入力した表示指令に関する
キー入力に対応する画面表示コマンドを保存するインタ
フェース記述ファイルと、上記表示指令に関するキー入
力がされたとき、上記インタフェース記述ファイルから
上記キー入力に対応し表示手段に表示する画面を制御す
る画面表示コマンドを読み込み、かつ上記画面表示コマ
ンドを対応する画面制御コマンドに変換することにより
上記画面表示コマンドを解釈する画面制御コマンド解釈
部と、この画面制御コマンド解釈部で解釈された結果に
基づいて画面表示を実行する画面制御部とを有するの
で、インタフェース記述ファイルは通常の編集プログラ
ムで使用者が自由に書き換えることができ、画面制御を
行う画面制御コードのような分かりにくいロジックをオ
ペレータおよびプログラム開発者から隠すことができ
る。
Further, an interface description file for saving a screen display command corresponding to a key input relating to a display command input by an operator, and when a key input relating to the display command is made, the interface description file corresponds to the key input. And a screen control command interpreting unit that interprets the screen display command by reading a screen display command for controlling the screen displayed on the display means and converting the screen display command into a corresponding screen control command. Since it has a screen control unit that executes screen display based on the result interpreted by the interpretation unit, the user can freely rewrite the interface description file with an ordinary editing program, and the screen control code Such incomprehensible logic to operators and professionals It is possible to hide from the ram developers.

【0058】また、ハードウェア、ソフトウェアおよび
周辺機器を組立てた計算機システムにおける設計不良の
除去、製造工程不良の除去および予防保守診断をするた
めの初期組立時用の診断機能を有する計算機システムに
おいて、操作員の指令を入力する入力手段と、この入力
手段からの指令に基づいて診断対象に対する診断項目を
診断する診断手段と、この診断手段により上記診断項目
に対する診断が終了するごとに、上記診断項目が正常で
あるか異常であるかを判別し、上記診断項目に対する正
常診断結果メッセージおよび異常診断結果メッセージを
各々診断プロセスメッセージ画面の正常終了表示部およ
び異常終了表示部に表示する表示手段とを備えたもの
で、正常診断結果メッセージと異常診断結果メッセージ
を別領域に表示するので、視覚的に診断プロセスおよび
診断結果を判断しやすく、しかも、異常表示終了部に冗
長なデータが表示されないので迅速な対応が可能であ
る。
Further, in a computer system having a diagnostic function for initial assembly for removing design defects, eliminating manufacturing process defects and preventive maintenance diagnosis in a computer system in which hardware, software and peripheral devices are assembled, operation is performed. Input means for inputting a command of a member, a diagnostic means for diagnosing a diagnostic item for a diagnosis target based on a command from this input means, and the diagnostic item is set every time the diagnosis for the diagnostic item is completed by this diagnostic means. A display means is provided for discriminating between normal and abnormal and displaying a normal diagnostic result message and an abnormal diagnostic result message for the above diagnostic items on the normal end display part and the abnormal end display part of the diagnostic process message screen, respectively. Display normal diagnostic result message and abnormal diagnostic result message in different areas In visually diagnostic process and the diagnostic results easily determined, moreover, it is possible to respond quickly because redundant data to the abnormal display end portion is not displayed.

【0059】さらにまた、この発明に係る計算機システ
ムの診断方法は、操作員の指令を入力する入力ステップ
と、この入力ステップからの指令に基づいて診断対象に
対する診断項目を診断する診断ステップと、この診断ス
テップにより上記診断項目に対する診断が終了するごと
に、上記診断項目が正常であるか異常であるかを判別
し、上記診断項目に対する正常診断結果メッセージおよ
び異常診断結果メッセージを各々診断プロセスメッセー
ジ画面の正常終了表示部および異常終了表示部に表示す
る表示ステップとを含むので、正常診断結果メッセージ
と異常診断結果メッセージを別領域に表示するので、視
覚的に診断プロセスおよび診断結果を判断しやすく、し
かも、異常表示終了部に冗長なデータが表示されないの
で迅速な対応が可能である。
Furthermore, the computer system diagnosing method according to the present invention comprises an input step of inputting an operator's command, a diagnostic step of diagnosing a diagnostic item for a diagnostic object based on the command from this input step, Each time the diagnosis for the above diagnostic items is completed by the diagnostic step, it is determined whether the above diagnostic items are normal or abnormal, and the normal diagnostic result message and abnormal diagnostic result message for each diagnostic item are displayed on the diagnostic process message screen. Since the normal end display part and the abnormal end display part are included in the display step, the normal diagnosis result message and the abnormal diagnosis result message are displayed in different areas, which makes it easy to visually judge the diagnosis process and the diagnosis result. Since redundant data is not displayed in the abnormal display end part, quick response is possible A.

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

【図1】 この発明の実施の形態1に係る診断機能を有
する計算機システムの構成図である。
FIG. 1 is a configuration diagram of a computer system having a diagnostic function according to a first embodiment of the present invention.

【図2】 この発明の実施の形態1に係る診断機能を有
する計算機システムの機能を説明するブロック図であ
る。
FIG. 2 is a block diagram illustrating functions of a computer system having a diagnostic function according to the first embodiment of the present invention.

【図3】 この発明の実施の形態1に係る診断プログラ
ム実行中の診断実行制御画面を示す図である。
FIG. 3 is a diagram showing a diagnostic execution control screen during execution of a diagnostic program according to the first embodiment of the present invention.

【図4】 この発明の実施の形態1に係る診断プログラ
ムの機能を示すブロック図である。
FIG. 4 is a block diagram showing functions of a diagnostic program according to the first embodiment of the present invention.

【図5】 この発明の実施の形態1に係る簡易診断ログ
作成のフローチャートである。
FIG. 5 is a flowchart of creating a simple diagnostic log according to the first embodiment of the present invention.

【図6】 この発明の実施の形態1に係る逐次診断ログ
作成のフローチャートである。
FIG. 6 is a flowchart of sequential diagnosis log creation according to the first embodiment of the present invention.

【図7】 この発明の実施の形態1に係る診断プロセス
メッセージ画面を示す図である。
FIG. 7 is a diagram showing a diagnostic process message screen according to the first embodiment of the present invention.

【図8】 この発明の実施の形態1に係る簡易診断ログ
画面を示す図である。
FIG. 8 is a diagram showing a simple diagnosis log screen according to the first embodiment of the present invention.

【図9】 この発明の実施の形態2に係る診断プロセス
メッセージ画面を示す図である。
FIG. 9 is a diagram showing a diagnostic process message screen according to the second embodiment of the present invention.

【図10】 この発明の実施の形態2に係る診断プロセ
スメッセージを表示する動作を示すフローチャートであ
る。
FIG. 10 is a flowchart showing an operation of displaying a diagnostic process message according to the second embodiment of the present invention.

【図11】 この発明の実施の形態3に係る診断プロセ
スメッセージ画面を示す図である。
FIG. 11 is a diagram showing a diagnostic process message screen according to the third embodiment of the present invention.

【図12】 この発明の実施の形態3に係る優先順位の
比較を示すフローチャートである。
FIG. 12 is a flowchart showing comparison of priorities according to the third embodiment of the present invention.

【図13】 この発明の実施の形態4に係る診断機能を
有する計算機システムの機能を説明するブロック図であ
る。
FIG. 13 is a block diagram illustrating functions of a computer system having a diagnostic function according to a fourth embodiment of the present invention.

【図14】 この発明の実施の形態4に係る画面表示を
示すフローチャートである。
FIG. 14 is a flowchart showing a screen display according to Embodiment 4 of the present invention.

【図15】 この発明の実施の形態5に係る診断モニタ
の機能を説明するブロック図である。
FIG. 15 is a block diagram illustrating functions of a diagnostic monitor according to a fifth embodiment of the present invention.

【図16】 この発明の実施の形態5に係る診断プログ
ラムを起動させる動作を説明するフローチャートであ
る。
FIG. 16 is a flowchart illustrating an operation of activating a diagnostic program according to the fifth embodiment of the present invention.

【図17】 従来の診断機能を有する計算機システムに
係るディスプレイ装置の表示画面を示す図である。
FIG. 17 is a diagram showing a display screen of a display device in a computer system having a conventional diagnosis function.

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

1 キーボード装置 2 ディスプレ
イ装置 3 計算機本体 4 周辺装置 5 入力制御部 6 メモリ装置 7 ハードディスク 8 画面制御部 9 CPU 10 デバイス選
択部 11 デバイス1 12 デバイス2 13 デバイス3 14 診断モニタ 14b 診断モニタ 14B1 操作モ
ジュール選択起動部 14B2 キー入力振分部 14B3 マーク
キー処理部 14B4 操作モジュールテーブル 14B5 診断プ
ログラムリスト 14B6 診断プログラム起動部 16 診断プログ
ラム実行エリア 17 画面制御部 18 画面制御コ
マンド解釈部 19 インタフェース記述ファイル 20 メッセージ
処理部 21 診断ログ記録エリア 22 診断プログ
ラム設定情報エリア 23 診断プログラム格納エリア 24 診断プログ
ラム 24A 診断ログ作成部 24B 正常診断
結果記録部 24C 異常診断結果記録部 24D 逐次実行
結果処理部 24E 実行コード 40 診断実行制
御画面 42 マーク 45 診断プロセ
スメッセージ画面 46 正常終了表示部 47 異常終了表
示部 60 診断ログ画面 70 診断プロセ
スメッセージ画面 72 診断プロセスメッセージ画面
1 keyboard device 2 display device 3 computer main body 4 peripheral device 5 input control unit 6 memory device 7 hard disk 8 screen control unit 9 CPU 10 device selection unit 11 device 1 12 device 2 13 device 3 14 diagnostic monitor 14b diagnostic monitor 14B1 operation module selection Start-up part 14B2 Key input distribution part 14B3 Mark key processing part 14B4 Operation module table 14B5 Diagnostic program list 14B6 Diagnostic program starting part 16 Diagnostic program execution area 17 Screen control part 18 Screen control command interpreting part 19 Interface description file 20 Message processing part 21 Diagnostic log recording area 22 Diagnostic program setting information area 23 Diagnostic program storage area 24 Diagnostic program 24A Diagnostic log creation section 24B Normal diagnostic result Recording unit 24C Abnormal diagnosis result recording unit 24D Sequential execution result processing unit 24E Execution code 40 Diagnostic execution control screen 42 Mark 45 Diagnostic process message screen 46 Normal end display unit 47 Abnormal end display unit 60 Diagnostic log screen 70 Diagnostic process message screen 72 Diagnostic Process message screen

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 操作員の指令を入力する入力手段と、こ
の入力手段からの指令に基づいて診断対象に対する診断
項目を診断する診断手段と、この診断手段により上記診
断項目に対する診断が終了するごとに、上記診断項目が
正常であるか異常であるかを判別し、上記診断項目に対
する正常診断結果メッセージおよび異常診断結果メッセ
ージを各々診断プロセスメッセージ画面の正常終了表示
部および異常終了表示部に表示する表示手段とを備えた
ことを特徴とする診断機能を有する計算機システム。
1. An input means for inputting a command from an operator, a diagnostic means for diagnosing a diagnostic item for a diagnosis target based on a command from the input means, and each time the diagnosis for the diagnostic item is completed by this diagnostic means. In addition, it is determined whether the diagnostic item is normal or abnormal, and the normal diagnostic result message and the abnormal diagnostic result message for the diagnostic item are displayed on the normal end display part and the abnormal end display part of the diagnostic process message screen, respectively. A computer system having a diagnostic function, comprising: a display means.
【請求項2】 表示手段は、診断手段により診断された
診断項目に対する診断が異常であると判別するごとに、
今回の診断項目に対する診断結果メッセージの表示優先
度と異常終了表示部に既に表示されている各診断結果メ
ッセージの表示優先度とを比較する比較手段を有し、上
記今回の診断項目に対する診断結果メッセージの表示優
先度の方が高いときに、上記既に表示されている診断結
果メッセージの一つに換えて上記今回の診断項目に対す
る診断結果メッセージを表示するものであることを特徴
とする請求項1記載の診断機能を有する計算機システ
ム。
2. The display means, each time it is determined that the diagnosis for the diagnosis item diagnosed by the diagnosis means is abnormal,
The diagnostic result message for the current diagnostic item has a comparison means for comparing the display priority of the diagnostic result message for this diagnostic item with the display priority of each diagnostic result message already displayed on the abnormal termination display section. 2. The diagnostic result message for the current diagnostic item is displayed instead of one of the already displayed diagnostic result messages when the display priority of is higher. Computer system with the diagnostic function of.
【請求項3】 表示手段は、診断項目に対する診断結果
メッセージを表示優先度の順に異常終了表示部に表示す
るものであることを特徴とする請求項2記載の診断機能
を有する計算機システム。
3. The computer system having a diagnostic function according to claim 2, wherein the display means displays the diagnostic result message for the diagnostic item in the abnormal termination display section in the order of display priority.
【請求項4】 操作員の指令を入力する入力手段と、こ
の入力手段からの指令に基づいて診断対象に対する診断
項目を診断する診断手段と、上記診断対象の名称、上記
診断対象に対する診断項目の診断終了項目数および異常
終了項目数を表示項目とし、上記診断手段により上記診
断項目に対する診断が終了するごとに、この結果に応じ
て上記診断終了項目数および上記異常終了項目数を更新
して診断プロセス画面に表示する表示手段とを備えたこ
とを特徴とする診断機能を有する計算機システム。
4. An input means for inputting a command from an operator, a diagnostic means for diagnosing a diagnostic item for a diagnostic target based on the command from the input means, a name of the diagnostic target, and a diagnostic item for the diagnostic target. The number of items to be diagnosed and the number of items to be abnormally terminated are set as display items, and each time the diagnostic means completes the diagnosis for the items to be diagnosed, the number of items to be diagnosed and the number of items to be abnormally terminated are updated and diagnosed according to the result A computer system having a diagnostic function, comprising: a display unit for displaying on a process screen.
【請求項5】 診断手段により診断された診断項目に対
する診断ログを正常終了ログおよび異常ログに分けて保
持する簡易診断ログを有することを特徴とする請求項1
〜4のいずれか一項記載の診断機能を有する計算機シス
テム。
5. A simple diagnostic log for holding a diagnostic log for a diagnostic item diagnosed by the diagnostic means by dividing it into a normal end log and an abnormal log.
A computer system having the diagnostic function according to any one of items 4 to 4.
【請求項6】 表示手段は、入力手段から簡易診断ログ
の表示指令があったとき、上記簡易診断ログに保持され
た情報に基づいて、診断項目に対する診断結果を正常終
了表示部および異常終了表示部に分けて表示する上記簡
易診断ログ画面を有するもであることを特徴とする請求
項5記載の診断機能を有する計算機システム。
6. The display means, when a display command for a simple diagnosis log is issued from the input means, displays a normal end display section and an abnormal end display of a diagnosis result for a diagnosis item based on the information held in the simple diagnosis log. The computer system having a diagnostic function according to claim 5, further comprising the simple diagnostic log screen which is displayed separately in parts.
【請求項7】 操作員が入力した表示指令に関するキー
入力に対応する画面表示コマンドを保存するインタフェ
ース記述ファイルと、上記表示指令に関するキー入力が
されたとき、上記インタフェース記述ファイルから上記
キー入力に対応し表示手段に表示する画面を制御する画
面表示コマンドを読み込み、かつ上記画面表示コマンド
を対応する画面制御コマンドに変換することにより上記
画面表示コマンドを解釈する画面制御コマンド解釈部
と、この画面制御コマンド解釈部で解釈された結果に基
づいて画面表示を実行する画面制御部とを有することを
特徴とする請求項1〜6のいずれか一項記載の診断機能
を有する計算機システム。
7. An interface description file for storing a screen display command corresponding to a key input relating to a display command input by an operator, and a key input corresponding to the key input from the interface description file when the key input relating to the display command is made. And a screen control command interpreting unit that interprets the screen display command by reading a screen display command for controlling the screen displayed on the display means and converting the screen display command into a corresponding screen control command. A computer system having a diagnostic function according to any one of claims 1 to 6, further comprising: a screen control unit that executes screen display based on a result interpreted by the interpretation unit.
【請求項8】 ハードウェア、ソフトウェアおよび周辺
機器を組立てた計算機システムにおける設計不良の除
去、製造工程不良の除去および予防保守診断をするため
の初期組立時用の診断機能を有する計算機システムにお
いて、操作員の指令を入力する入力手段と、この入力手
段からの指令に基づいて診断対象に対する診断項目を診
断する診断手段と、この診断手段により上記診断項目に
対する診断が終了するごとに、上記診断項目が正常であ
るか異常であるかを判別し、上記診断項目に対する正常
診断結果メッセージおよび異常診断結果メッセージを各
々診断プロセスメッセージ画面の正常終了表示部および
異常終了表示部に表示する表示手段とを備えたことを特
徴とする初期組立時用の診断機能を有する計算機システ
ム。
8. A computer system having a diagnostic function for initial assembly for removing design defects, manufacturing process defects and preventive maintenance diagnosis in a computer system in which hardware, software and peripheral devices are assembled. Input means for inputting a command of a member, a diagnostic means for diagnosing a diagnostic item for a diagnosis target based on a command from this input means, and the diagnostic item is set every time the diagnosis for the diagnostic item is completed by this diagnostic means. A display means is provided for discriminating between normal and abnormal and displaying a normal diagnostic result message and an abnormal diagnostic result message for the above diagnostic items on the normal end display part and the abnormal end display part of the diagnostic process message screen, respectively. A computer system having a diagnostic function for initial assembly characterized by the following.
【請求項9】 操作員の指令を入力する入力ステップ
と、この入力ステップからの指令に基づいて診断対象に
対する診断項目を診断する診断ステップと、この診断ス
テップにより上記診断項目に対する診断が終了するごと
に、上記診断項目が正常であるか異常であるかを判別
し、上記診断項目に対する正常診断結果メッセージおよ
び異常診断結果メッセージを各々診断プロセスメッセー
ジ画面の正常終了表示部および異常終了表示部に表示す
る表示ステップとを含むことを特徴とする計算機システ
ムの診断方法。
9. An input step for inputting a command from an operator, a diagnostic step for diagnosing a diagnostic item for a diagnostic object based on the command from this input step, and each time the diagnosis for the diagnostic item is completed by this diagnostic step. In addition, it is determined whether the diagnostic item is normal or abnormal, and the normal diagnostic result message and the abnormal diagnostic result message for the diagnostic item are displayed on the normal end display part and the abnormal end display part of the diagnostic process message screen, respectively. A diagnostic method for a computer system, comprising: a displaying step.
JP8015447A 1996-01-31 1996-01-31 Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system Pending JPH09212384A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8015447A JPH09212384A (en) 1996-01-31 1996-01-31 Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8015447A JPH09212384A (en) 1996-01-31 1996-01-31 Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system

Publications (1)

Publication Number Publication Date
JPH09212384A true JPH09212384A (en) 1997-08-15

Family

ID=11889071

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8015447A Pending JPH09212384A (en) 1996-01-31 1996-01-31 Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system

Country Status (1)

Country Link
JP (1) JPH09212384A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014102717A (en) * 2012-11-21 2014-06-05 Mitsubishi Electric Corp System test support apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014102717A (en) * 2012-11-21 2014-06-05 Mitsubishi Electric Corp System test support apparatus

Similar Documents

Publication Publication Date Title
JP3007788B2 (en) console
JP4388427B2 (en) Numerical control device that can call programs written in script language
US6384848B1 (en) Message handling apparatus and method
US20070174786A1 (en) Computer-readable recording medium having recorded message display control program and message display control apparatus
JPH07253956A (en) Computer supervisory system
JP2007079896A (en) Monitoring device and monitoring method
JPH0553641A (en) Screen display method and man-machine interface device for process control system
US6445973B1 (en) Personal computer-incorporated numerical control apparatus, and image transfer method for personal computer-incorporated numerical control apparatuses
JP5014370B2 (en) Plant monitoring and control system
JPH09212384A (en) Computer system with diagnostic function, computer system with diagnostic function for initial assembly time, and diagnostic method for computer system
JP3206096B2 (en) Input data processing device
JP2007072545A (en) Monitoring device and monitoring method
JP2007072546A (en) Flow editing device and flow editing method
JPH09222911A (en) Method for diagnosing fault for nc machine tool and device therefor
JP3396559B2 (en) Plant monitoring equipment
JPH0922368A (en) Computer system diagnostic method and device therefor
JPH01199212A (en) Control system for operating procedure of interactive display device
JP2005143163A (en) Apparatus and method for setting function of inverter device
JPH0863218A (en) Program constitution display system
JP3425873B2 (en) Data input method for terminal device connected to host computer
JPH1115680A (en) Multiprocess managing device and program storing medium
EP0336581A2 (en) Problem determination in computer systems
JPH04283835A (en) Inference system
JP2838974B2 (en) Screen blocking system in case of business program failure
JPH0679245B2 (en) Programmable controller sequence program execution method