JPH10207731A - Plural unit testing device - Google Patents

Plural unit testing device

Info

Publication number
JPH10207731A
JPH10207731A JP9012863A JP1286397A JPH10207731A JP H10207731 A JPH10207731 A JP H10207731A JP 9012863 A JP9012863 A JP 9012863A JP 1286397 A JP1286397 A JP 1286397A JP H10207731 A JPH10207731 A JP H10207731A
Authority
JP
Japan
Prior art keywords
unit
units
common
program
display
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
JP9012863A
Other languages
Japanese (ja)
Inventor
Minoru Yamazaki
実 山▲崎▼
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP9012863A priority Critical patent/JPH10207731A/en
Publication of JPH10207731A publication Critical patent/JPH10207731A/en
Pending legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To share a program by providing the plural unit testing device with plural unit correspondence processing parts corresponding to respective units, a common unit control part for managing these unit correspondence processing parts in common and a common unit driver. SOLUTION: A test program(TP) 26 for executing tests of plural units has plural unit APs 27 for executing a test of each corresponding unit. The unit APs 27 corresponding to 1st to n-th units act as unit correspondence processing parts. The TP 26 has a common unit control part 28 formed by reentrant structure for executing transmitting/receiving data type management and protocol control and a common unit driver 29 formed by reentrant structure for controlling transmitting/receiving hardware. Although plural unit APs 27 corresponding to the number of units are required, only one common unit control part 28 is required. In addition, only one common unit, driver 29 is included.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数ユニット試験
装置に係り、特に、複合端末における複数ユニット試験
時のユニット競合動作のマルチ画面制御と、複数ユニッ
ト用の標準テストプログラム構成により、ユニット制御
部・ユニットドライバの共通処理を行う複数ユニット試
験装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multi-unit test apparatus and, more particularly, to a multi-screen control of unit competition operation in a multi-unit test at a multi-unit test, and a unit control unit using a standard test program configuration for a plurality of units. The present invention relates to a multi-unit test apparatus that performs common processing of unit drivers.

【0002】[0002]

【従来の技術】従来の複数ユニット試験装置におけるハ
ードウェアの機能確認を行うプログラムであるテストプ
ログラム(以下TPと略記する。)について説明する。
図7は従来のプログラム概略構成図であり、この図の1
はモニタプログラムであり、各TP2の実行を管理する
ものである。
2. Description of the Related Art A test program (hereinafter abbreviated as TP) which is a program for confirming the function of hardware in a conventional multiple unit test apparatus will be described.
FIG. 7 is a schematic configuration diagram of a conventional program.
Is a monitor program for managing the execution of each TP2.

【0003】図8は従来のプログラム部品構成図であ
り、標準的な部品構成を示し、試験を実行するテスト処
理部4、ハードウェアをコントロールするドライバ処理
部4が存在していた。図9は従来のプログラム処理フロ
ーチャートを示す。従来の処理手順は、目的のTPの実
行および管理を行うモニタプログラムが、オペレータの
入力したコマンドを解析し、その目的のTPをローディ
ングして実行し、目的のTPのプログラムの処理の中
で、目的のTPの作成時に組み込まれたハードウェアの
ドライバプログラムが実行され、ハードウェアの試験を
行い、もしハードウェアのエラーが発見された場合にエ
ラー情報をモニタプログラムの受付順に表示するという
ものであった。各ステップ毎に説明すると、S1: モ
ニタプログラムがオペレータの入力したコマンドを解析
し、コマンドに相当するプログラムファイルを検索し、
目的のTPをローディングして実行する。
FIG. 8 is a diagram showing a conventional program component configuration, which shows a standard component configuration, and includes a test processing unit 4 for executing a test and a driver processing unit 4 for controlling hardware. FIG. 9 shows a flowchart of a conventional program processing. In the conventional processing procedure, a monitor program that executes and manages a target TP analyzes a command input by an operator, loads and executes the target TP, and executes a target TP program. A driver program of the hardware incorporated when the target TP is created is executed, a hardware test is performed, and if a hardware error is found, error information is displayed in the order of reception of the monitor program. Was. Explaining each step, S1: a monitor program analyzes a command input by an operator, searches for a program file corresponding to the command,
Load and execute the target TP.

【0004】S2: 次に、目的のTPのハードウェア
の試験処理が実行され、ハードウェアのエラー判定を行
う。つまり、ハードウェア機能試験仕様で取り決めた試
験判定を行うことであり、例えば、ハードウェアの特定
のレジスタにinput/output命令を行い、ハ
ードウェアの機能仕様上正しく動作した場合に正常と判
定し、機能仕様上正しく動作しなかった場合に異常と判
定する。
S2: Next, a test process of the hardware of the target TP is executed, and an error of the hardware is determined. In other words, it is to perform the test determination determined in the hardware function test specification. For example, an input / output instruction is performed on a specific register of the hardware, and if the operation is correctly performed according to the function specification of the hardware, it is determined that the operation is normal. It is determined to be abnormal if it does not operate correctly due to functional specifications.

【0005】S3: 正常あるいは異常を示す結果情報
の表示を行う。図10は従来のテストプログラム構成図
であり、複数のユニットを制御するためのTP詳細構成
を説明するためのものである。この図10では、第1〜
第nのn台のユニットに対応させた例を示している。各
ユニットに対応した各ユニットTP5は、ユニットAP
5a、ユニット制御部5b、ユニットドライバ5cから
なる。
S3: The result information indicating normal or abnormal is displayed. FIG. 10 is a configuration diagram of a conventional test program, for explaining a detailed configuration of a TP for controlling a plurality of units. In this FIG.
An example corresponding to the n-th n units is shown. Each unit TP5 corresponding to each unit is a unit AP
5a, a unit controller 5b, and a unit driver 5c.

【0006】ユニットAP5aにはユニットを試験する
ためのデータおよびシーケンスが組み込まれ、ユニット
制御部5bには対象ユニットのハードインタフェースの
論理プロトコルを処理するシーケンスが組み込まれ、ユ
ニットドライバ5cにはハードインタフェースを直接に
制御するシーケンスが組み込まれている。このような構
成のユニットTP5を、第1のユニットから第nのユニ
ットに対応させて、第1のユニットTP5から第nのユ
ニットTP5までn組設ける。第1のユニットTP5
は、第1のユニットを制御し、第2のユニットTP5は
第2のユニットを制御し、第nのユニットTP5は第n
のユニットを制御する。
The unit AP 5a incorporates data and a sequence for testing the unit, the unit controller 5b incorporates a sequence for processing a logical protocol of a hard interface of the target unit, and the unit driver 5c includes a hard interface. Direct control sequences are included. N sets of units TP5 having such a configuration are provided from the first unit TP5 to the n-th unit TP5 corresponding to the first unit to the n-th unit. First unit TP5
Controls the first unit, the second unit TP5 controls the second unit, and the n-th unit TP5 controls the n-th unit.
Control units.

【0007】モニタプログラム6は、タスクの生成/管
理/削除、ハードウェア資源管理、ファイル管理(任意
のファイルフォーマットの情報管理)の機能を有し、さ
らに、ファイルドライバの機能をも有する。即ち、外部
記憶機能を持つディスクから、プログラムやデータ等を
読み出し、また、プログラムの実行により加工されたデ
ータを書き込む。
The monitor program 6 has functions of task generation / management / deletion, hardware resource management, file management (information management of an arbitrary file format), and further has a file driver function. That is, a program or data is read from a disk having an external storage function, and data processed by executing the program is written.

【0008】さらに、このモニタプログラム6は、コマ
ンドインタプリタの機能を持つ。即ち、各種コマンドの
解析/実行を行う。また、該モニタプログラム6は、コ
ンソール管理の機能も持つ。即ち、入力/出力データの
チェックを行う。さらに、コンソールドライバの機能も
有する。即ち、キーボード/ディスプレイよりデータの
入力/出力を行う。
Further, the monitor program 6 has a function of a command interpreter. That is, various commands are analyzed / executed. The monitor program 6 also has a console management function. That is, the input / output data is checked. Further, it has a console driver function. That is, data is input / output from the keyboard / display.

【0009】また、このモニタプログラム6は、プログ
ラム管理の機能をも有する。即ち、各プログラムタスク
の状態情報を管理する。さらに、TP管理(TPの実行
/管理を行う。)機能を有する。7は試験対象のハード
ウェアを示している。図11は従来の画面表示処理の説
明図を示しており、モニタプログラム6のコンーソール
管理部8が、実行表示を行う実表示画面9を持ち、ディ
スプレイ等の表示部に対し、リアルタイムに実表示処理
を行っていた。
This monitor program 6 also has a program management function. That is, status information of each program task is managed. Further, it has a TP management (executes / manages TP) function. Reference numeral 7 denotes hardware to be tested. FIG. 11 is an explanatory diagram of a conventional screen display process. The console management unit 8 of the monitor program 6 has a real display screen 9 for performing execution display, and performs real display processing on a display unit such as a display in real time. Had gone.

【0010】[0010]

【発明が解決しようとする課題】しかしながら、上述し
た従来技術では、以下の問題があった。複数のTPの
ローディング・実行が行われるため、複数分のローディ
ング・実行時間がかかる。同様なプログラム処理が複
数存在し、メモリを無駄に使用する。複数ユニット試
験を実行するため、各ユニット毎の実行表示がランダム
に表示され、実行結果が見づらい。
However, the above-mentioned prior art has the following problems. Since loading and execution of a plurality of TPs are performed, it takes a plurality of loading and execution times. There are a plurality of similar program processes, and the memory is wasted. Since the multiple unit test is executed, the execution display for each unit is randomly displayed, and the execution result is difficult to see.

【0011】[0011]

【課題を解決するための手段】本発明は、 オペレータ
に情報を表示する表示部と、オペレータの入力操作を受
け入れる操作部と、表示部および操作部を制御し、試験
対象となる複数のユニットの試験を実行する主制御部と
を有する複数ユニット試験装置において、主制御部に、
複数のユニットのそれぞれに対応させたユニット対応処
理部と、これら複数のユニット対応処理部を共通管理す
る共通ユニット制御部と、複数のユニットに共通してハ
ードウェア制御を行う共通ユニットドライバとを設けた
ことを特徴とする。
According to the present invention, there is provided a display unit for displaying information to an operator, an operation unit for receiving an input operation of the operator, a display unit and an operation unit, and a plurality of units to be tested. In a multiple unit test apparatus having a main control unit that executes a test, the main control unit includes:
A unit corresponding processing unit corresponding to each of the plurality of units, a common unit control unit for commonly managing the plurality of unit corresponding processing units, and a common unit driver for performing hardware control common to the plurality of units are provided. It is characterized by having.

【0012】[0012]

【発明の実施の形態】以下に図を用いて本発明の実施の
形態について説明する。図1は実施の形態のハードウェ
ア構成図を示す。図において、10は主制御部としての
プロセッサを示し、これは中央処理装置であって各種プ
ログラムの実行機能を有する。11はディスク装置であ
り、例えば磁気ディスク装置等からなり、プログラム/
データ等の外部記憶機能を有する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows a hardware configuration diagram of the embodiment. In the figure, reference numeral 10 denotes a processor as a main control unit, which is a central processing unit and has a function of executing various programs. Reference numeral 11 denotes a disk device, which is composed of, for example, a magnetic disk device, and
It has an external storage function for data and the like.

【0013】12は表示部としてのディスプレイであ
り、プログラムの実行処理をオペレータに対し表示する
機能を有する。13は操作部としてのキーボードであ
り、オペレータによるデータの入力機能を有する。14
はメモリであり、例えばランダム・アクセス・メモリか
らなり、主記憶機能を有する。15は対象試験装置であ
り、1つのハードウェアインタフェースに複数のユニッ
ト16が接続されている。図では、第1のユニット16
から第nのユニット16までを接続した例を示してい
る。
Reference numeral 12 denotes a display as a display unit, which has a function of displaying execution processing of a program to an operator. Reference numeral 13 denotes a keyboard as an operation unit, which has a function of inputting data by an operator. 14
Is a memory, which is composed of, for example, a random access memory and has a main storage function. Reference numeral 15 denotes a target test apparatus, and a plurality of units 16 are connected to one hardware interface. In the figure, the first unit 16
1 to the n-th unit 16 are connected.

【0014】図2は実施の形態のプログラム構成図であ
る。17はモニタプログラムであり、タスク生成/管理
/削除/ハードウェア資源管理部18を有し、任意のフ
ァイルフォーマットの情報管理を行うファイル管理部1
9を有する。また、このモニタプログラム17は、ファ
イルドライバ20を有する。即ち、ハードウェアの外部
記憶機能を持つディスクからプログラムやデータ等を読
み出し、また、プログラムの実行により加工されたデー
タを書き込むことができる。
FIG. 2 is a program configuration diagram of the embodiment. Reference numeral 17 denotes a monitor program, which has a task generation / management / deletion / hardware resource management unit 18 and manages information in an arbitrary file format.
9 The monitor program 17 has a file driver 20. That is, programs, data, and the like can be read from a disk having an external storage function of hardware, and data processed by executing the program can be written.

【0015】さらに、モニタプログラム17は、コマン
ドインタプリタ21を有する。即ち、各種コマンドの解
析/実行を行うことができる。また、コンソール管理部
22を有し、入力/出力データのチェックを実行可能で
ある。さらに、コンソールドライバ23を有し、キーボ
ード/ディスプレイよりデータの入力/出力を行うこと
ができる。また、プログラム管理部24を有し、各プロ
グラムタスクの状態情報を管理する。さらに、TP管理
部25を有し、TPの実行/管理を行う。
Further, the monitor program 17 has a command interpreter 21. That is, various commands can be analyzed / executed. Further, it has a console management unit 22 and can execute a check of input / output data. Further, it has a console driver 23 and can input / output data from a keyboard / display. It also has a program management unit 24 for managing status information of each program task. Further, it has a TP management unit 25 and executes / manages the TP.

【0016】26はテストプログラム(TPと略記す
る。)であり、後述するように、各種ハードウェアの機
能を試験するプログラムである。図3は実施の形態のテ
ストプログラム構成図であり、複数ユニット用の標準T
P部品構成および複数ユニット用のユニット制御部・ド
ライバの共通処理を説明するためのものである。
Reference numeral 26 denotes a test program (abbreviated as TP), which is a program for testing various hardware functions, as will be described later. FIG. 3 is a configuration diagram of a test program according to the embodiment.
It is for describing the common processing of the P component configuration and the unit control unit / driver for a plurality of units.

【0017】複数ユニットのテストを実行するTP26
は、ユニットに対する試験を行うユニットAP27を有
する。このユニットAP27は、複数(第1〜第n)の
ユニットに対応させて、第1のユニットAP27から第
nのユニットAP27まで設けてあり、ユニット対応処
理部としてはたらく。また、TP26は、送受信データ
形式管理・プロトコル制御を行うリエントラント構造で
作られる共通ユニット制御部28を有し、送受信のハー
ドウェア制御を行うリエントラント構造で作られる共通
ユニットドライバ29を有する。
TP26 for executing a test of a plurality of units
Has a unit AP27 for performing a test on the unit. The unit AP27 is provided from the first unit AP27 to the n-th unit AP27 so as to correspond to a plurality of (first to n-th) units, and functions as a unit correspondence processing unit. Further, the TP 26 has a common unit control unit 28 made of a reentrant structure that performs transmission / reception data format management and protocol control, and has a common unit driver 29 made of a reentrant structure that performs hardware control of transmission and reception.

【0018】このように、ユニットAP27は、ユニッ
トの数だけ必要となるが、共通ユニット制御部28は1
つだけ設ける。また、共通ユニットドライバ29も1つ
だけ設ける。図4は実施の形態の画面表示処理構成図を
示す。本実施の形態では、後述するマルチ画面制御によ
り、オペレータが所望のユニットについての情報を選択
して画面表示させることができる。以下、画面表示処理
の手順を説明する。
As described above, the number of units AP27 is required by the number of units, but the common unit control unit 28
Only one is provided. Also, only one common unit driver 29 is provided. FIG. 4 shows a screen display processing configuration diagram of the embodiment. In this embodiment, an operator can select information about a desired unit and display it on a screen by multi-screen control described later. Hereinafter, the procedure of the screen display processing will be described.

【0019】まず、オペレータ30により、キーボード
13に画面切替えコマンドデータ31が入力される。入
力されたコマンドデータ31はコンソールドライバ23
に通知される。コンソールドライバ23は、コマンドデ
ータ31を任意のユニットの試験実行画面の画面切替え
データ32としてコンソール管理部22に通知する。コ
ンソール管理部22は、コマンドインタプリタ21に画
面番号切替えキーメッセージ33を通知する。
First, screen switching command data 31 is input to the keyboard 13 by the operator 30. The input command data 31 is transmitted to the console driver 23.
Will be notified. The console driver 23 notifies the console management unit 22 of the command data 31 as screen switching data 32 of a test execution screen of an arbitrary unit. The console management unit 22 notifies the command interpreter 21 of the screen number switching key message 33.

【0020】これを受けて、コマンドインタプリタ21
は、その画面切替えキーメッセージ33を解析し、コン
ソール管理部22に画面切替え指示メッセージ34を通
知する。コンソール管理部22は、画面切替えを行い、
コンソールドライバ23に表示画面データ35を通知す
る。コンソールドライバ23は、ディスプレイ12に対
し、表示画面データ35の表示出力36を行う。
In response, the command interpreter 21
Analyzes the screen switching key message 33 and notifies the console management unit 22 of a screen switching instruction message 34. The console management unit 22 performs screen switching,
The display screen data 35 is notified to the console driver 23. The console driver 23 outputs a display screen data 35 to the display 12.

【0021】図5は実施の形態のマルチ画面制御の説明
図であり、この図を用いて、コンソール管理の仮想画面
方式によるマルチ画面制御の表示処理について説明す
る。37は仮想ユニット表示画面であり、各ユニット毎
に設けてある。即ち、第1〜第nのユニットに対応させ
て、第1の仮想ユニット表示画面37から第nの仮想ユ
ニット表示画面37まで設けてある。各仮想ユニット表
示画面37には、各ユニット毎の実行表示画面データを
蓄積する。
FIG. 5 is an explanatory diagram of the multi-screen control of the embodiment. The display processing of the multi-screen control by the virtual screen method of console management will be described with reference to FIG. A virtual unit display screen 37 is provided for each unit. That is, from the first virtual unit display screen 37 to the n-th virtual unit display screen 37 are provided corresponding to the first to n-th units. Each virtual unit display screen 37 stores execution display screen data for each unit.

【0022】38は仮想画面スワップ処理部であり、前
記の画面切替え指示メッセージ34に従い、仮想画面ス
ワップ処理を行う。即ち、複数のユニット表示画面37
から、画面切替え指示メッセージ34が指定する仮想ユ
ニット表示画面37を選択し、その画面データを実表示
画面39に転送する。この実表示画面39の内容が、実
際にディスプレイ12に表示される。
Reference numeral 38 denotes a virtual screen swap processing unit, which performs virtual screen swap processing in accordance with the screen switching instruction message 34. That is, a plurality of unit display screens 37
Then, the virtual unit display screen 37 specified by the screen switching instruction message 34 is selected, and the screen data is transferred to the actual display screen 39. The contents of the actual display screen 39 are actually displayed on the display 12.

【0023】図6は実施の形態のメッセージインタフェ
ースの説明図であり、コンソール管理部22とコマンド
インタプリタ21とのメッセージインタフェース40を
説明するためのものであり、前述の画面番号切替えキー
メッセージ33と、画面切替え指示メッセージ34も、
このメッセージインタフェース40に含まれる。上述の
ように、本実施の形態では、複数のユニット試験の際
に、複数ユニット用の標準TP部品構成により、複数ユ
ニット用のユニット制御部・ドライバの共通処理を行う
こととしたので、プログラムの共通化による無駄なプロ
グラムのローディングをなくし、不必要にメモリ容量を
とらずに効率的な処理を行うことができるようになる。
また、モニタプログラム17のコンソール管理の仮想画
面方式によるマルチ画面制御を行うことにより、ユニッ
ト毎の画面表示を可能とし、実行表示画面が見やすくな
る。
FIG. 6 is an explanatory diagram of a message interface according to the embodiment. The message interface 40 between the console management unit 22 and the command interpreter 21 is described. The screen switching instruction message 34 also
It is included in this message interface 40. As described above, in the present embodiment, at the time of testing a plurality of units, the common processing of the unit control unit and the driver for the plurality of units is performed by the standard TP component configuration for the plurality of units. Efficient processing can be performed without unnecessarily taking up memory capacity by eliminating useless loading of programs due to commonality.
In addition, by performing multi-screen control based on the virtual screen method of console management of the monitor program 17, screen display can be performed for each unit, and the execution display screen can be easily viewed.

【0024】[0024]

【発明の効果】以上詳細に説明したように、各ユニット
に対応したユニット対応処理部と、該ユニット対応処理
部を共通管理する共通ユニット制御部と、共通ユニット
ドライバを設けたことにより、プログラムの共通化が実
現し、多くのメモリ容量を専有することなく、効率のよ
い処理を実行することが可能となる効果を有する。
As described above in detail, by providing a unit corresponding processing unit corresponding to each unit, a common unit control unit for commonly managing the unit corresponding processing unit, and a common unit driver, a program There is an effect that the commonization is realized and efficient processing can be executed without occupying a large amount of memory capacity.

【0025】また、各ユニット毎に対応した仮想ユニッ
ト表示画面を用い、該仮想ユニット表示画面の中から、
所望のものを選択して実表示することとしたため、画面
表示が見やすくなり、オペレータは試験の進行状態を適
切に検知・管理することが可能となる。
Further, using a virtual unit display screen corresponding to each unit,
Since a desired one is selected and actually displayed, the screen display is easy to see, and the operator can appropriately detect and manage the progress of the test.

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

【図1】実施の形態のハードウェア構成図FIG. 1 is a hardware configuration diagram of an embodiment.

【図2】実施の形態のプログラム構成図FIG. 2 is a diagram illustrating a program configuration according to an embodiment;

【図3】実施の形態のテストプログラム構成図FIG. 3 is a configuration diagram of a test program according to the embodiment;

【図4】実施の形態の画面表示処理構成図FIG. 4 is a configuration diagram of a screen display process according to the embodiment;

【図5】実施の形態のマルチ画面制御の説明図FIG. 5 is an explanatory diagram of multi-screen control according to the embodiment;

【図6】実施の形態のメッセージインタフェースの説明
FIG. 6 is an explanatory diagram of a message interface according to the embodiment;

【図7】従来のプログラム概略構成図FIG. 7 is a schematic configuration diagram of a conventional program.

【図8】従来のプログラム部品構成図FIG. 8 is a configuration diagram of a conventional program part.

【図9】従来のプログラム処理フローチャートFIG. 9 is a flowchart of a conventional program processing;

【図10】従来のテストプログラム構成図FIG. 10 is a configuration diagram of a conventional test program.

【図11】従来の画面表示処理の説明図FIG. 11 is an explanatory diagram of a conventional screen display process.

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

12 表示部 13 操作部 27 ユニット対応処理部 28 共通ユニット制御部 29 共通ユニットドライバ 37 仮想ユニット表示画面 38 仮想画面スワップ処理部 12 display unit 13 operation unit 27 unit corresponding processing unit 28 common unit control unit 29 common unit driver 37 virtual unit display screen 38 virtual screen swap processing unit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 オペレータに情報を表示する表示部と、
オペレータの入力操作を受け入れる操作部と、前記表示
部および操作部を制御し、試験対象となる複数のユニッ
トの試験を実行する主制御部とを有する複数ユニット試
験装置において、 主制御部に、 複数のユニットのそれぞれに対応させたユニット対応処
理部と、 これら複数のユニット対応処理部を共通管理する共通ユ
ニット制御部と、 複数のユニットに共通してハードウェア制御を行う共通
ユニットドライバとを設けたことを特徴とする複数ユニ
ット試験装置。
A display unit for displaying information to an operator;
In a multi-unit test apparatus having an operation unit that accepts an input operation of an operator and a main control unit that controls the display unit and the operation unit and executes a test of a plurality of units to be tested, the main control unit includes a plurality of units. A unit corresponding processing unit corresponding to each of the units, a common unit control unit for commonly managing the plurality of unit corresponding processing units, and a common unit driver for performing hardware control common to the plurality of units. A multi-unit test apparatus, characterized in that:
【請求項2】 請求項1において、主制御部に、 各ユニットの試験実行状態を表示する仮想ユニット表示
画面を、各ユニット毎に対応させて設けるとともに前記
仮想ユニット表示画面の中から、所望のものを選択して
表示部に実表示する仮想画面スワップ処理部を設けたこ
とを特徴とする複数ユニット試験装置。
2. A virtual unit display screen according to claim 1, wherein a virtual unit display screen for displaying a test execution state of each unit is provided for each unit in said main control unit, and a desired one is selected from said virtual unit display screen. A multi-unit test apparatus, comprising: a virtual screen swap processing unit for selecting an object and actually displaying it on a display unit.
JP9012863A 1997-01-27 1997-01-27 Plural unit testing device Pending JPH10207731A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9012863A JPH10207731A (en) 1997-01-27 1997-01-27 Plural unit testing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9012863A JPH10207731A (en) 1997-01-27 1997-01-27 Plural unit testing device

Publications (1)

Publication Number Publication Date
JPH10207731A true JPH10207731A (en) 1998-08-07

Family

ID=11817263

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9012863A Pending JPH10207731A (en) 1997-01-27 1997-01-27 Plural unit testing device

Country Status (1)

Country Link
JP (1) JPH10207731A (en)

Similar Documents

Publication Publication Date Title
CN100590586C (en) Computer and display device setting method
US6314470B1 (en) System and method for asynchronously accessing a graphics system for graphics application evaluation and control
US20070174786A1 (en) Computer-readable recording medium having recorded message display control program and message display control apparatus
GB2242291A (en) Synchronized journaling system
US20050179666A1 (en) Information processing unit, system, remote control method, and storage medium
US9105222B2 (en) Display control apparatus and display control method
US6279104B1 (en) Debugging system for parallel processed program and debugging method thereof
JPH1063535A (en) Device and method for monitoring computer system
JPH10207731A (en) Plural unit testing device
JPH1021191A (en) Command history managing device for information processor
JP2602983B2 (en) Diagnostic system
JP2797674B2 (en) Initial setting method
JPH10254726A (en) Remote inspection system
JP2001067289A (en) System console device
JPH04367038A (en) Multi-os operating method
JPH0219937A (en) Electronic computer system
JPH05173829A (en) Error generating method
JPH10228434A (en) Hardware diagnosis system using network
JPH11237914A (en) Monitoring device for plant operation
JPH04351149A (en) Data communication control system for electronic exchange system
JP3182621B2 (en) Test program monitor
JP2002288003A (en) Simulation method and simulation program
JPH0436839A (en) Evaluation system
JPH0512234A (en) Testing device for distributed processing system
JPH05173971A (en) Decentralized processing system