JPH0991031A - Automatic test device for control software, test plan input device, test execution device, test result evaluating device, and method therefor - Google Patents

Automatic test device for control software, test plan input device, test execution device, test result evaluating device, and method therefor

Info

Publication number
JPH0991031A
JPH0991031A JP24574195A JP24574195A JPH0991031A JP H0991031 A JPH0991031 A JP H0991031A JP 24574195 A JP24574195 A JP 24574195A JP 24574195 A JP24574195 A JP 24574195A JP H0991031 A JPH0991031 A JP H0991031A
Authority
JP
Japan
Prior art keywords
test
input
control software
condition
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP24574195A
Other languages
Japanese (ja)
Other versions
JP3585601B2 (en
Inventor
Hisaki Furuyama
寿樹 古山
Toru Ichikawa
徹 市川
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP24574195A priority Critical patent/JP3585601B2/en
Publication of JPH0991031A publication Critical patent/JPH0991031A/en
Application granted granted Critical
Publication of JP3585601B2 publication Critical patent/JP3585601B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To simply prepare a test plan, to make it possible to execute a test even for an equipment of which operation state is unstable in an unmanned state and to automatically evaluate a test result. SOLUTION: This automatic test device for control software is a device for automatically testing control software to be used for a controller to which an input device and an output device to be controlled are connected and is provided with a device body 1 and a microcomputer loading part 3. The device body 1 prepares a table format test plan for executing tests in order, judges and executes the test plan including time conditions and operation conditions and evaluates a test result including physical errors. The microcomputer loading part 3 has an I/O port for connecting peripheral simulators 4a to 4e for simulatively executing the operation of the input and output devices and is loaded with a controlling microcomputer 2. The device body 1, the microcomputer loading part 3 and the peripheral simulators 4a to 4e are connected to each other through optical loop networks 5a to 5c.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、製品の各制御対象を制
御するための制御装置で用いられる制御ソフトウェアを
自動的にテストする制御ソフトウェアの自動テスト装
置、テスト計画入力装置、テスト実行装置、およびテス
ト結果評価装置、ならびにそれらの方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a control software automatic test device for automatically testing control software used in a control device for controlling each control target of a product, a test plan input device, a test execution device, And a test result evaluation device and methods thereof.

【0002】[0002]

【従来の技術】システムコンポやテレビジョン等の家電
製品には、近年、制御用のワンチップのマイクロコンピ
ュータ(以下、マイコンという)やワンボードのマイコ
ンが広く組み込まれている。この組み込みマイコンに搭
載される制御ソフトウェアは、完成すると、品質保証の
ためテスト装置を用いて設計仕様通りに動作するか否か
テストされる。近年、電化製品の小型化・高機能化を背
景に、この種の組み込みマイコンに対する機能依存度が
高まりつつある。このため、この種の組み込みマイコン
のメモリに格納された制御ソフトウェアのサイズが急増
し、品質保証のための制御ソフトウェア動作確認テスト
に多大な労力が必要である。
2. Description of the Related Art Recently, one-chip microcomputers for control (hereinafter referred to as microcomputers) and one-board microcomputers have been widely incorporated in home electric appliances such as system components and televisions. When the control software installed in this built-in microcomputer is completed, it is tested whether or not it operates according to design specifications using a test device for quality assurance. In recent years, with the background of miniaturization and high functionality of electrical appliances, the degree of functional dependency on this kind of embedded microcomputer is increasing. For this reason, the size of the control software stored in the memory of this type of embedded microcomputer increases rapidly, and a great deal of effort is required for the control software operation confirmation test for quality assurance.

【0003】この制御ソフトウェアの動作確認テストの
際には、マイコンに各種の周辺シミレータ(実際のモー
タやスイッチやセンサ等の入出力機器を擬似的に表現し
た機器)を接続した状態でテスト用コンピュータとマイ
コンおよび周辺シミュレータとを接続し、絶対時間で順
に記述されたテスト計画(テストプログラム)をテスト
用コンピュータで実行し、そのテスト結果をテスト用コ
ンピュータのモニタ画面に表示し、その表示結果を目視
により確認している。
At the time of the operation confirmation test of the control software, various peripheral simulators (devices that represent input / output devices such as actual motors, switches, and sensors in a simulated manner) are connected to the microcomputer for testing. And a microcomputer and a peripheral simulator are connected, the test plan (test program) written in order in absolute time is executed on the test computer, the test result is displayed on the monitor screen of the test computer, and the display result is visually observed. Have confirmed by.

【0004】この種のテスト装置として、テストプログ
ラムとしてのテスト計画を専用言語で記述したものが知
られている。このテスト計画は、たとえば、周辺シミュ
レータの入出力条件とその絶対時間でのタイミングとを
順に専用言語で記述して作成される。このテストプログ
ラムを実行する際に、事象変化を絶対時間で予測できな
い制御対象がある場合には、オペレータが状態を常時監
視して事象変化の都度、それに合わせてデータを入力す
る。たとえば、システムコンポ用のマイコンをテストす
る際にモータが所定の回転数になると次の制御を行う場
合、オペレータがモータの回転数を監視して、回転数が
所定値になると、その旨のデータをテスト用コンピュー
タに入力する。
As this type of test apparatus, a test program as a test program described in a dedicated language is known. This test plan is created, for example, by sequentially describing the input / output conditions of the peripheral simulator and the timing in absolute time in a dedicated language. When executing this test program, if there is a controlled object whose event change cannot be predicted in absolute time, the operator constantly monitors the state and inputs data whenever the event change occurs. For example, when testing the microcomputer for system components, if the motor performs the following control when the motor reaches a predetermined rotation speed, the operator monitors the rotation speed of the motor, and when the rotation speed reaches a predetermined value, data indicating that To the test computer.

【0005】このようなデータがテスト用コンピュータ
からマイコンや周辺シミュレータに送信され、マイコン
により制御されて各周辺シミュレータが順次動作し、そ
の実行結果のデータがテスト用コンピュータで受信され
る。そして、実行結果のデータがたとえばモニタ上に表
示される。オペレータは実行結果を目視により確認し、
テスト結果が誤差等を考慮した所定の許容範囲に入って
いるかを判断する。この動作を繰り返して全てのテスト
内容の実行結果を評価する。
Such data is transmitted from the test computer to the microcomputer and peripheral simulators, the peripheral simulators are sequentially operated under the control of the microcomputer, and the execution result data is received by the test computer. Then, the execution result data is displayed on, for example, a monitor. The operator visually confirms the execution result,
It is judged whether the test result is within a predetermined allowable range in consideration of error or the like. By repeating this operation, the execution results of all test contents are evaluated.

【0006】[0006]

【発明が解決しようとする課題】テストプログラムの作
成の際に、前記従来の構成では、専用言語を用いて作成
しなければならないので、プログラムに対する専門知識
が必要になり、簡単にテストプログラムを作成できな
い。また、専用言語で記述されたテストプログラムで
は、実際の動作が直観的に表現されていないので、動作
内容が判りにくく、実際の設計仕様を時系列的に記述す
るのに適していない。このため、テストプログラムの完
成に多大の労力が必要になる。
When creating a test program, in the above-mentioned conventional configuration, since it has to be created using a dedicated language, specialized knowledge is required for the program, and the test program can be created easily. Can not. In addition, since the test program written in the dedicated language does not intuitively express the actual operation, it is difficult to understand the operation content and it is not suitable for describing the actual design specifications in time series. Therefore, much effort is required to complete the test program.

【0007】テスト実行の際に、前記従来の構成では、
動作状況が毎回同じとは限らない機器(たとえば、モー
タ等のアクチュエータのように機構動作を伴う出力機
器)を制御する場合、入出力条件を絶対時間だけで記述
したテストプログラムを実行すると、意図しない動作を
実行するという問題がある。つまり、モータの停止時間
のように時間が確定していない信号を正しく処理するこ
とができない。
At the time of test execution, in the above conventional configuration,
When controlling a device whose operating status is not always the same every time (for example, an output device accompanied by mechanical operation such as an actuator of a motor, etc.), it is not intended to execute a test program that describes the input / output conditions in absolute time only. There is a problem of performing the action. That is, it is not possible to correctly process a signal whose time is not fixed, such as a motor stop time.

【0008】たとえば、カセットの開閉扉のテストを行
う際に、クローズボタンを押してモータにより扉を閉め
た直後にオープンボタンを押してモータにより扉を開け
る動作をテストする場合を想定する。このテストを行う
ために、絶対時間1でクローズボタン信号を発生させ、
その後、絶対時間2でモータの動作開始信号を発生さ
せ、絶対時間3でモータの動作完了信号を発生させ、絶
対時間4でオープンボタン信号を発生させるようなテス
トプログラムを作成したと仮定する。この場合、モータ
の停止が遅れ、絶対時間3でモータが停止しないときに
は、扉が充分に閉じていない状態でオープン信号が発せ
られ、その後実際にモータが停止した後に動作完了信号
が発せられることがある。
[0008] For example, it is assumed that, when testing the opening / closing door of the cassette, the operation of opening the door by the motor by pressing the open button immediately after the door is closed by the motor by pressing the close button is assumed. To do this test, generate a close button signal at absolute time 1,
After that, it is assumed that a test program is generated that generates a motor operation start signal at absolute time 2, a motor operation completion signal at absolute time 3, and an open button signal at absolute time 4. In this case, when the motor is delayed and the motor does not stop in the absolute time 3, an open signal is issued when the door is not fully closed, and then an operation completion signal is issued after the motor actually stops. is there.

【0009】したがって、このような場合には、前述し
たようにオペレータが状態を監視して手入力により動作
完了信号を入力する必要がある。このように、前記従来
の構成では、オペレータが状態を常に監視して、事象変
化(たとえば、モータの動作完了)に合わせてデータ
(たとえば、動作完了信号)を入力する必要があり、制
御ソフトウェアのテスト実行を無人で行うことができな
い。
Therefore, in such a case, as described above, the operator must monitor the state and manually input the operation completion signal. As described above, in the above-described conventional configuration, it is necessary for the operator to constantly monitor the state and input data (for example, operation completion signal) in accordance with a change in event (for example, completion of operation of the motor). Unattended test execution is not possible.

【0010】また、何らかの問題が生じて別のデータを
入力する必要が生じた場合、再度専用言語のテストプロ
グラムを変更しなければならず、数値や信号を少しずつ
変化させてその実行結果をみるシミュレーション動作を
行いにくい。テスト結果評価の際に、前記従来の構成で
は、基本的にはオペレータが目視によりテスト結果を評
価している。これは、正解データとの照合を機械的に判
断させると、A/D変換分解能やハードウェア能力によ
る値のふらつき、内部タイマの精度による時間ずれ、デ
ータの伝達経路や通信速度による到達遅れ等による物理
的な誤差を含むテスト結果がすべて評価の上でエラーに
なるからである。
When some kind of problem arises and it is necessary to input another data, the test program of the dedicated language must be changed again, and the numerical values and signals are changed little by little to see the execution result. It is difficult to perform simulation operation. When the test result is evaluated, the operator basically evaluates the test result by visual observation in the conventional configuration. This is because, when mechanically checking the matching with the correct answer data, the value may fluctuate due to the A / D conversion resolution or hardware capability, the time lag due to the accuracy of the internal timer, the arrival delay due to the data transmission path or the communication speed, etc. This is because all test results including physical errors result in errors in evaluation.

【0011】このように前記従来の構成では、テストプ
ログラムの作成やテストプログラムによるテストの実行
は行えても、テストプログラムの作成が専門的で難し
く、かつ作成されたプログラムもテスト内容が直観的に
判りにくいものになっている。また、テストプログラム
が絶対時間で入出力条件を記述しているので、動作状況
が変動しやすい出力機器を自動でテストできず、テスト
実行を無人化するのも困難である。さらに、物理的な誤
差を含むテスト結果を自動的に評価することができな
い。
As described above, in the above-mentioned conventional configuration, even though the test program can be created and the test can be executed by the test program, it is professional and difficult to create the test program, and the created program has intuitive test contents. It is difficult to understand. Moreover, since the test program describes the input / output conditions in absolute time, it is difficult to automatically test the output device whose operating condition is apt to change, and it is difficult to unmanned the test execution. Furthermore, it is not possible to automatically evaluate test results that include physical errors.

【0012】本発明の課題は、テスト内容が判りやすく
かつテスト計画を簡単に作成できるテスト計画入力装置
および方法を提供することにある。本発明の別の課題
は、動作状況が変動する機器をも自動的にテストできる
テスト実行装置および方法を提供することにある。本発
明の別の課題は、テスト結果が物理的な要因により変動
してもその正誤を評価できるテスト結果評価装置および
方法を提供することにある。
An object of the present invention is to provide a test plan input device and method which make it easy to understand the test content and easily create a test plan. Another object of the present invention is to provide a test execution device and method capable of automatically testing even a device whose operating condition changes. Another object of the present invention is to provide a test result evaluation apparatus and method that can evaluate the correctness of a test result even if the test result changes due to a physical factor.

【0013】本発明の別の課題は、テスト計画を簡単に
作成でき、かつテストを無人で行え、テスト結果を自動
的に評価できる制御ソフトウェアの自動テスト装置およ
び方法を提供することにある。
Another object of the present invention is to provide an automatic test apparatus and method for control software, which can easily create a test plan, can perform an unattended test, and can automatically evaluate a test result.

【0014】[0014]

【課題を解決するための手段】請求項1に係る制御ソフ
トウェアの自動テスト装置は、入力機器と制御対象の出
力機器とが接続される制御装置で用いられる制御ソフト
ウェアのテストを自動的に実行する装置であって、テス
ト装置本体と、テスト対象部とを備えている。テスト装
置本体は、テストを順に実行するための表形式のテスト
計画を作成し、テスト計画を、時間条件と動作条件とを
含めて判断して実行し、テスト結果を物理的な誤差を含
めて評価する。テスト対象部は、入力機器および出力機
器の動作を模擬的に実行する周辺シミュレータを接続す
るためのポートと、制御ソフトウェアにより動作する制
御装置を搭載する搭載部とを有し、テスト装置本体と接
続されている。
An automatic test apparatus for control software according to a first aspect of the present invention automatically executes a test of control software used in a control apparatus in which an input device and an output device to be controlled are connected. The device includes a test device body and a test target unit. The test equipment body creates a tabular test plan for executing the tests in sequence, judges and executes the test plan including time conditions and operating conditions, and executes the test results including physical errors. evaluate. The test target part has a port for connecting a peripheral simulator that simulates the operation of the input device and the output device, and a mounting part that mounts a control device that is operated by control software, and is connected to the test device main body. Has been done.

【0015】この場合、テスト対象部の搭載部に制御装
置を搭載し、かつ周辺シミュレータを制御装置と装置本
体とに接続した状態で、装置本体でテスト計画が表形式
で作成されると、それが時間条件と動作条件とを含めて
判断して実行され、制御装置に対して周辺シミュレータ
との間で信号の入出力が行われ、そのテスト結果の情報
がテスト装置本体に入力される。テスト装置本体では、
予め設定された正解情報とテスト結果とが物理的な誤差
を含めて照合されて評価される。ここでは、テスト計画
が表形式で作成されるので、簡単にテスト計画を作成で
きるとともに、テスト内容を直観的に理解できる。ま
た、時間条件に加えて動作条件を含めてテストを実行す
るので、動作状況が不安定な機器であっても自動的にテ
ストを実行できる。さらに、物理的な誤差を含めてテス
ト結果を評価しているので、テスト結果が物理的に変動
しても自動的に評価できる。
In this case, when the control unit is mounted on the mounting portion of the test target unit and the peripheral simulator is connected to the control unit and the apparatus main body, when the test plan is created in the table format in the apparatus main body, Is executed including the time condition and the operating condition, a signal is input / output to / from the peripheral simulator with respect to the control device, and information of the test result is input to the test device main body. In the test equipment body,
The correct answer information set in advance and the test result are collated and evaluated including a physical error. Here, since the test plan is created in the table format, the test plan can be easily created and the test contents can be intuitively understood. Further, since the test is executed including the operation condition in addition to the time condition, the test can be automatically executed even in the case of a device whose operation status is unstable. Further, since the test result is evaluated including the physical error, it can be automatically evaluated even if the test result physically changes.

【0016】請求項2に係る制御ソフトウェアの自動テ
スト装置は、請求項1記載の装置において、テスト装置
本体は、周辺シミュレータおよびテスト対象部と光ルー
プネットワークで接続するための光入出力ボードを有し
ている。ここでは、高速の光ループネットワークでデー
タが入出力されるので、リアルタイムでテストを実行で
きる。
According to a second aspect of the present invention, in the control software automatic test apparatus according to the first aspect, the test apparatus main body has an optical input / output board for connecting to a peripheral simulator and a test target section by an optical loop network. are doing. Here, since the data is input and output through the high-speed optical loop network, the test can be executed in real time.

【0017】請求項3に係る制御ソフトウェアの自動テ
スト装置は、請求項1または2記載の装置において、テ
スト装置本体は、制御装置の入力条件および出力条件を
時間データで関連付けたテスト計画を作成するための作
成手段と、作成されたテスト計画に基づき、制御ソフト
ウェアを実行しテスト結果を出力する実行手段と、実行
手段から出力されたテスト結果を評価する評価手段とを
備えている。
According to a third aspect of the present invention, in the control software automatic test device according to the first or second aspect, the test device body creates a test plan in which the input condition and the output condition of the control device are associated with time data. And a means for executing control software and outputting a test result based on the created test plan, and an evaluation means for evaluating the test result output from the execution means.

【0018】請求項4に係る制御ソフトウェアの自動テ
スト装置は、入力機器と制御対象の出力機器とが接続さ
れる制御装置で用いられる制御ソフトウェアのテストを
自動的に実行する装置であって、作成手段と、実行手段
と、評価手段とを備えている。作成手段は、制御装置の
入力条件および出力条件を時間データで関連付けたテス
ト計画を作成するための手段である。実行手段は、作成
されたテスト計画に基づき、制御ソフトウェアを実行し
テスト結果を出力する。評価手段は、実行手段から出力
されたテスト結果を評価する。
A control software automatic test device according to a fourth aspect is a device for automatically executing a test of control software used in a control device in which an input device and an output device to be controlled are connected, It comprises means, execution means, and evaluation means. The creating means is means for creating a test plan in which the input condition and the output condition of the control device are associated with time data. The execution means executes the control software and outputs the test result based on the created test plan. The evaluation means evaluates the test result output from the execution means.

【0019】請求項5に係る制御ソフトウェアの自動テ
スト装置は、請求項3または4記載の装置において、作
成手段は、制御装置に対する入力条件および出力条件を
時間データで関連付けたテスト計画を行および列の表形
式で入力するための入力手段と、入力された表形式のテ
スト計画を編集するための編集手段とを備えている。請
求項6に係る制御ソフトウェアの自動テスト装置は、請
求項5記載の装置において、作成手段は、入力された表
形式のテスト計画の内容から各入力条件および出力条件
の関連性を解釈して実行形式のテストファイルに変換す
る変換手段をさらに備えている。
According to a fifth aspect of the present invention, in the control software automatic test apparatus according to the third or fourth aspect, the creating means includes a row and a column of a test plan in which an input condition and an output condition for the control device are associated with time data. The input means for inputting in the tabular form and the editing means for editing the input tabular test plan. According to a sixth aspect of the present invention, in the control software automatic test apparatus according to the fifth aspect, the creating means interprets and executes the relationship between the input conditions and the output conditions from the contents of the input test plan in the table format. It further comprises a conversion means for converting to a test file in the format.

【0020】請求項7に係る制御ソフトウェアの自動テ
スト装置は、請求項5または6記載の装置において、作
成手段は、入力された表形式のテスト計画の内容から各
入力条件および出力条件の関連性を解釈してテスト結果
の評価のための正解データを生成する正解データ生成手
段をさらに備えている。請求項8に係る制御ソフトウェ
アの自動テスト装置は、請求項5から7のいずれかに記
載の装置において、入力手段は、時間公差を加味した時
間データを入力可能であり、複数の時間データを入力す
ると、相互の時間データにおいて時間公差が干渉するか
否かを判断する公差判断手段をさらに備えている。
According to a seventh aspect of the present invention, there is provided the control software automatic test apparatus according to the fifth or sixth aspect, wherein the creating means has a relationship between the input conditions and the output conditions based on the contents of the inputted tabular test plan. And a correct answer data generating means for interpreting and generating correct answer data for evaluating the test result. An automatic test device for control software according to claim 8 is the device according to any one of claims 5 to 7, wherein the input means is capable of inputting time data in consideration of time tolerance, and inputs a plurality of time data. Then, there is further provided a tolerance determining means for determining whether or not the time tolerances interfere with each other in the mutual time data.

【0021】請求項9に係る制御ソフトウェアの自動テ
スト装置は、請求項3から8のいずれかに記載の装置に
おいて、実行手段は、実行結果の出力条件が所定の動作
条件を満たすか否かを判断する動作条件判断手段と、出
力条件が所定の時間条件を満たすか否かを判断する時間
条件判断手段と、2つの条件判断手段のいずれかが条件
を満たすと判断したとき、出力条件に時間データで関連
付けられた入力条件を制御装置に入力する模擬入力信号
出力手段とを備えている。
An automatic test apparatus for control software according to a ninth aspect is the apparatus according to any one of the third to eighth aspects, wherein the executing means determines whether or not the output condition of the execution result satisfies a predetermined operation condition. The operating condition judging means for judging, the time condition judging means for judging whether or not the output condition satisfies a predetermined time condition, and the time for the output condition when either of the two condition judging means judges that the condition is satisfied. And a simulated input signal output means for inputting the input condition associated with the data to the control device.

【0022】請求項10に係る制御ソフトウェアの自動
テスト装置は、請求項3から9のいずれかに記載の装置
において、実行手段は、テスト結果を表形式で出力する
表形式出力手段をさらに備えている。請求項11に係る
制御ソフトウェアの自動テスト装置は、請求項3から1
0のいずれかに記載の装置において、実行手段は、テス
ト範囲を指定するテスト範囲指定手段と、指定されたテ
スト範囲をテスト計画に基づき連続的にテストする連続
テスト実行手段と、指定された入力条件または出力条件
を1つだけ実行する単一テスト実行手段とをさらに備え
ている。
According to a tenth aspect of the present invention, in the control software automatic test apparatus according to any one of the third to ninth aspects, the executing means further comprises a tabular format output means for outputting the test result in a tabular format. There is. An automatic test device for control software according to claim 11 includes:
0. In the apparatus described in any one of 0, the executing means is a test range specifying means for specifying a test range, a continuous test executing means for continuously testing the specified test range based on a test plan, and a specified input. And a single test execution means for executing only one condition or output condition.

【0023】請求項12に係る制御ソフトウェアの自動
テスト装置は、請求項3から11のいずれかに記載の装
置において、実行手段は、実行すべき1または複数のテ
スト計画を指定するテスト計画指定手段と、指定された
1または複数のテスト計画を連続的に実行するテスト計
画連続実行手段とをさらに備えている。請求項13に係
る制御ソフトウェアの自動テスト装置は、請求項7から
12のいずれかに記載の装置において、評価手段は、物
理的な誤差を含む評価基準データを格納する評価基準デ
ータ格納手段と、正解データ作成手段で作成された正解
データとテスト結果とを評価基準データに基づいて照合
し評価結果データを作成する照合手段とを備えている。
An automatic test apparatus for control software according to a twelfth aspect is the apparatus according to any one of the third to eleventh aspects, in which the executing means specifies one or a plurality of test plans to be executed. And a test plan continuous execution means for continuously executing one or a plurality of designated test plans. An automatic test device for control software according to claim 13 is the device according to any one of claims 7 to 12, wherein the evaluation means includes evaluation reference data storage means for storing evaluation reference data including a physical error, The correct answer data created by the correct answer data creating means and the test result are matched based on the evaluation reference data to create the evaluation result data.

【0024】請求項14に係る制御ソフトウェアの自動
テスト装置は、請求項13記載の装置において、照合手
段で作成された評価結果データを表形式で入力された表
形式のテスト結果に並べて表示する結果表示手段をさら
に備えている。請求項15に係る制御ソフトウェアの自
動テスト装置は、請求項13または14記載の装置にお
いて、評価手段は、変化するテスト実行結果のうち変化
途中データを間引く間引き手段をさらに備えている。
A control software automatic test device according to a fourteenth aspect is the device according to the thirteenth aspect, in which the evaluation result data created by the collating means are displayed side by side with the test result in the tabular format input. The display means is further provided. According to a fifteenth aspect of the present invention, in the control software automatic test apparatus according to the thirteenth or fourteenth aspect, the evaluation means further includes a thinning means for thinning out changing data among the changing test execution results.

【0025】請求項16に係る制御ソフトウェアの自動
テスト装置は、請求項13から15のいずれかに記載の
装置において、照合手段は、テスト結果を正解データと
照合する第1照合手段と、パターンが連続するテスト結
果の最初のパターンを検索するパターン検索手段と、検
索されたパターンとその後の連続するパターンとを照合
する第2照合手段とを備えている。
An automatic test apparatus for control software according to a sixteenth aspect is the apparatus according to any one of the thirteenth to fifteenth aspects, wherein the collating means has a first collating means for collating the test result with the correct answer data and a pattern. A pattern search means for searching the first pattern of the continuous test results and a second matching means for matching the searched pattern with the subsequent continuous pattern are provided.

【0026】請求項17に係る制御ソフトウェアのテス
ト計画入力装置は、入力機器および出力機器が接続され
る制御装置で用いられる制御ソフトウェアのテスト計画
を入力するための装置であって、入力手段と、編集手段
と、変換手段とを備えている。入力手段は、制御装置に
対する入力条件および出力条件を時間データで関連付け
たテスト計画を行および列の表形式で入力するための手
段である。編集手段は、入力された表形式のテスト計画
を編集するための手段である。変換手段は、表形式のテ
スト計画を実行形式のテストファイルに変換する手段で
ある。ここでは、制御装置に対する入力条件および出力
条件を時間データで関連付けたテスト計画が表形式で入
力されるので、テスト計画の入力が容易になり、かつテ
スト内容を直観的に判断できる。
A control software test plan input device according to a seventeenth aspect is a device for inputting a test plan of control software used in a control device to which an input device and an output device are connected, and an input means, The editing means and the conversion means are provided. The input means is means for inputting a test plan in which input conditions and output conditions for the control device are associated with time data in a tabular form of rows and columns. The editing means is a means for editing the inputted tabular test plan. The conversion means is a means for converting a tabular test plan into an execution test file. Here, since the test plan in which the input condition and the output condition for the control device are associated with the time data is input in a table format, the test plan can be easily input and the test content can be intuitively determined.

【0027】請求項18に係る制御ソフトウェアのテス
ト実行装置は、入力機器および出力機器が接続される制
御装置で用いられる制御ソフトウェアのテストを自動的
に行うための装置であって、動作条件判断手段と、時間
条件判断手段と、模擬入力条件出力手段とを備えてい
る。動作条件判断手段は、実行結果の出力条件が所定の
動作条件を満たすか否かを判断する。時間条件判断手段
は、出力条件が所定の時間条件を満たすか否かを判断す
る。模擬入力条件出力手段は、2つの条件判断手段のい
ずれかが条件を満たすと判断したとき、出力条件に時間
データで関連付けられた入力条件を制御装置に出力す
る。ここでは、時間条件に加えて動作条件をも判断して
入力条件が制御装置に出力されるので、動作状態が安定
しない機器であっても動作条件を判断することで、監視
することなく自動的にテストを実行できる。
A control software test execution device according to claim 18 is a device for automatically performing a test of control software used in a control device to which an input device and an output device are connected. And a time condition judging means and a simulated input condition outputting means. The operating condition determination means determines whether the output condition of the execution result satisfies a predetermined operating condition. The time condition determining means determines whether or not the output condition satisfies a predetermined time condition. The simulated input condition output means outputs the input condition associated with the output condition with the time data to the control device when one of the two condition determining means determines that the condition is satisfied. Here, in addition to the time condition, the operating condition is also determined and the input condition is output to the control device. Therefore, even if the operating condition is not stable, the operating condition can be determined automatically without monitoring. You can run the test.

【0028】請求項19に係る制御ソフトウェアのテス
ト結果評価装置は、入力機器および出力機器が接続され
る制御装置で用いられる制御ソフトウェアのテスト結果
を評価する装置であって、テスト結果格納手段と、正解
データ格納手段と、評価基準データ格納手段と、照合手
段とを備えている。テスト結果格納手段は、テスト結果
を格納する。正解データ格納手段は、正解データを格納
する。評価基準データ格納手段は、物理的な誤差を含む
評価基準データを格納する。照合手段は、正解データ格
納手段に格納された正解データとテスト結果格納手段に
格納されたテスト結果とを評価基準データに基づいて照
合し、評価結果データを作成する。ここでは、物理的な
誤差を含む評価基準データに基づいて正解データとテス
ト結果とを照合しているので、テスト結果に物理的誤差
が含まれていても、テスト結果を正しく評価できる。
A control software test result evaluation device according to a nineteenth aspect is a device for evaluating a test result of control software used in a control device to which an input device and an output device are connected, and a test result storage means, A correct answer data storage means, an evaluation reference data storage means, and a collation means are provided. The test result storage means stores the test result. The correct answer data storage means stores correct answer data. The evaluation reference data storage means stores the evaluation reference data including a physical error. The collating unit collates the correct answer data stored in the correct answer data storing unit with the test result stored in the test result storing unit based on the evaluation reference data to create evaluation result data. Here, since the correct answer data and the test result are collated based on the evaluation reference data including the physical error, the test result can be correctly evaluated even if the test result includes the physical error.

【0029】請求項20に係る制御ソフトウェアの自動
テスト方法は、入力機器と制御対象の出力機器とが接続
される制御装置で用いられる制御ソフトウェアを自動的
にテストする方法であって、制御装置に対する入力条件
および出力条件を時間データで関連付けた表形式のテス
ト計画を作成する作成工程と、作成されたテスト計画に
基づき、制御ソフトウェアを実行しテスト結果を出力す
る実行工程と、実行工程で出力されたテスト結果を評価
する評価工程とを含んでいる。
A control software automatic test method according to a twentieth aspect is a method for automatically testing control software used in a control device in which an input device and an output device to be controlled are connected to each other. A creation process that creates a tabular test plan that correlates input conditions and output conditions with time data, an execution process that executes the control software and outputs the test results based on the created test plan, and an output process. And an evaluation step for evaluating the test results.

【0030】請求項21に係る制御ソフトウェアのテス
ト計画入力方法は、入力機器および出力機器が接続され
る制御装置で用いられる制御ソフトウェアのテスト計画
を入力するための方法であって、制御装置に対する入力
条件および出力条件を時間データで関連付けたテスト計
画を行および列の表形式で入力するための入力工程と、
入力された表形式のテスト計画を編集するための編集工
程と、表形式のテスト計画を実行形式のテストファイル
に変換する変換工程とを含んでいる。
A control software test plan input method according to a twenty-first aspect is a method for inputting a test plan of control software used in a control device to which an input device and an output device are connected. An input process for entering a test plan in which row and column tables are associated with conditions and output conditions by time data, and
It includes an editing process for editing the input tabular test plan and a conversion process for converting the tabular test plan into an executable test file.

【0031】請求項22に係る制御ソフトウェアのテス
ト実行方法は、入力機器および出力機器が接続される制
御装置で用いられる制御ソフトウェアのテストを自動的
に行うための方法であって、実行結果の出力条件が所定
の動作条件を満たすか否かを判断する動作条件判断工程
と、出力条件が所定の時間条件を満たすか否かを判断す
る時間条件判断工程と、2つの条件判断工程のいずれか
が条件を満たすと判断したとき、出力条件に時間データ
で関連付けられた入力条件を制御装置に出力する模擬入
力条件出力工程とを含んでいる。
A control software test execution method according to a twenty-second aspect is a method for automatically performing a test of control software used in a control device to which an input device and an output device are connected, and outputting an execution result. An operation condition determining step of determining whether a condition satisfies a predetermined operation condition, a time condition determining step of determining whether an output condition satisfies a predetermined time condition, or one of two condition determining steps. When it is determined that the condition is satisfied, the simulated input condition output step of outputting the input condition associated with the output condition with the time data to the control device is included.

【0032】請求項23に係る制御ソフトウェアのテス
ト結果評価方法は、入力機器および出力機器が接続され
る制御装置で用いられる制御ソフトウェアのテスト結果
を評価する方法であって、テスト計画に基づき作成され
た正解データとテスト結果とを物理的な誤差を含む評価
基準データに基づいて照合する工程と、照合結果に基づ
き、評価結果データを作成する工程とを含んでいる。
A control software test result evaluation method according to a twenty-third aspect is a method for evaluating a test result of control software used in a control device to which an input device and an output device are connected, and is created based on a test plan. It includes a step of collating the correct answer data and the test result based on the evaluation reference data including a physical error, and a step of creating evaluation result data based on the collation result.

【0033】[0033]

【実施例】図1は、本発明の一実施例による制御ソフト
ウェアの自動テスト装置を示すブロック図である。図1
において、自動テスト装置は、装置本体1と、たとえば
家電製品制御用のマイコン2を搭載したマイコン搭載部
3とを備えている。マイコン2には、テスト対象の制御
ソフトウェアが格納されたPROMが搭載されている。
マイコン搭載部3には、家電製品の入力機器及び出力機
器の動作を模擬するための複数の周辺シミュレータ4a
〜4eが接続用のI/Oポートを介して接続されてい
る。周辺シミュレータ4aは、たとえば、リモコン等の
入力機器を模擬したものであり、周辺シミュレータ4b
は、ステッピングモータ等の出力機器を、周辺シミュレ
ータ4cはサーミスタ等のアナログ入力機器を、周辺シ
ミュレータ4dは、ブザー等の出力機器を、周辺シミュ
レータ4eはLCD等の表示機器をそれぞれ模擬したも
のである。マイコン搭載部3および周辺シミュレータ4
a〜4eは、装置本体1と3つの光ループネットワーク
5a〜5cで接続されている。光ループネットワーク5
a〜5cは、たとえば、特開昭63−20936号公報
に開示されたような高速型のネットワークであり、デー
タの入出力を高速度で行える。
1 is a block diagram showing an automatic test apparatus for control software according to an embodiment of the present invention. FIG.
In the above, the automatic test apparatus includes an apparatus body 1 and a microcomputer mounting section 3 in which, for example, a microcomputer 2 for controlling home electric appliances is mounted. The microcomputer 2 is equipped with a PROM storing control software to be tested.
The microcomputer mounting unit 3 includes a plurality of peripheral simulators 4a for simulating operations of input devices and output devices of home electric appliances.
4e are connected via an I / O port for connection. The peripheral simulator 4a simulates an input device such as a remote controller, and the peripheral simulator 4b
Is an output device such as a stepping motor, the peripheral simulator 4c is an analog input device such as a thermistor, the peripheral simulator 4d is an output device such as a buzzer, and the peripheral simulator 4e is a display device such as an LCD. . Microcomputer mounting part 3 and peripheral simulator 4
a to 4e are connected to the apparatus main body 1 by three optical loop networks 5a to 5c. Optical loop network 5
Reference numerals a to 5c are high-speed networks as disclosed in, for example, Japanese Patent Laid-Open No. 63-20936, and data input / output can be performed at high speed.

【0034】装置本体1は、図2に示すように、たとえ
ばペンティアム(商標)プロセッサを搭載し、オペレー
ションシステムとしてWindows(商標)を採用し
たパーソナルコンピュータからなり、ペンティアム(商
標)プロセッサを含む制御部本体(CPU)10を有し
ている。制御部本体10には、キーボード11と、マウ
ス12と、CRTディスプレイ13と、ROM,RAM
を含むメモリ14と、ハードディスクドライブ,フロッ
ピーディスクドライブ,CDROMドライブ等を含む外
部記憶装置15とが接続されている。また制御部10に
は、I/Oドライバ16も接続されている。I/Oドラ
イバ16には、光I/Oボード17が接続されている。
この光I/Oボード17に3つの光ループネットワーク
5a〜5cがそれぞれ接続されている。そして、光ルー
プネットワーク5a〜5c中の光子局に周辺シミュレー
タ4a〜4eやマイコン搭載部3が接続されている。
As shown in FIG. 2, the apparatus main body 1 is composed of a personal computer equipped with, for example, a Pentium (trademark) processor and adopting Windows (trademark) as an operation system, and a control unit main body including the Pentium (trademark) processor. It has a (CPU) 10. The control unit body 10 includes a keyboard 11, a mouse 12, a CRT display 13, a ROM and a RAM.
Is connected to a memory 14 including a hard disk drive, a floppy disk drive, a CDROM drive, and the like. An I / O driver 16 is also connected to the control unit 10. An optical I / O board 17 is connected to the I / O driver 16.
Three optical loop networks 5a-5c are connected to the optical I / O board 17, respectively. The peripheral simulators 4a to 4e and the microcomputer mounting unit 3 are connected to the photon stations in the optical loop networks 5a to 5c.

【0035】外部記憶装置15のたとえばハードディス
クドライブには、図3に示すようなディレクトリ構造が
構築されている。すなわち、ルートディレクトリには、
環境ディレクトリ20が作られ、環境ディレクトリ20
には、機種名ディレクトリ21が構築されている。機種
名ディレクトリ21は、機種名毎の各種ファイルを格納
するためのものである。機種名ディレクトリ21には、
チェックディレクトリ22と結果ディレクトリ23とが
構築されている。また機種名ディレクトリ21には、転
送データ定義ファイル30が格納されている。転送デー
タ定義ファイル30は、チェックシートファイル(テス
ト順を示すテスト計画を表形式で編集し可能なファイ
ル)からテスト実行ファイルや正解ファイルの作成を行
ったり、テスト機能や照合機能で使用される周辺シミュ
レータの設定を行うための情報を格納したファイルであ
る。転送データ定義ファイル30には、周辺シミュレー
タ毎の出力通信タイプや出力アドレス(装置本体1から
周辺シミュレータへの出力データアドレス)や入力アド
レス(周辺シミュレータから装置本体への入力データア
ドレス)や周辺シミュレータ単位の遅れ時間、値公差等
の情報が格納されている。また、表形式(チェックシー
ト形式)のテスト計画(チェックシートファイル)のデ
ータから実行ファイルや正解ファイルを生成する際の変
換情報であるデータ変換パターン情報等も格納されてい
る。
A directory structure as shown in FIG. 3 is constructed in, for example, a hard disk drive of the external storage device 15. That is, in the root directory,
The environment directory 20 is created, and the environment directory 20
A model name directory 21 is built in. The model name directory 21 is for storing various files for each model name. In the model name directory 21,
A check directory 22 and a result directory 23 are constructed. A transfer data definition file 30 is stored in the model name directory 21. The transfer data definition file 30 is used for creating a test execution file and a correct answer file from a check sheet file (a file in which a test plan indicating a test order can be edited in a table format), and a peripheral used for a test function or a collation function. This is a file that stores information for setting the simulator. The transfer data definition file 30 includes an output communication type, an output address (output data address from the device main body 1 to the peripheral simulator), an input address (input data address from the peripheral simulator to the device main body), and a peripheral simulator unit for each peripheral simulator. Information such as the delay time and the value tolerance is stored. In addition, data conversion pattern information, which is conversion information when generating an execution file or a correct answer file from data of a test plan (check sheet file) in a table format (check sheet format), is also stored.

【0036】チェックディレクトリ22には、タイマ表
定義ファイル31、項目定義ファイル32、周辺シミュ
レータファイル33、チェックシートファイル34、実
行ファイル35、正解ファイル36、エラー出力ファイ
ル37および連続実行ファイルリスト38が格納されて
いる。またチェックディレクトリ22には、シンボルデ
ィレクトリ24が構築されている。シンボルディレクク
トリ24には、シンボルファイル39および部分保存フ
ァイル40が格納されている。
The check directory 22 stores a timer table definition file 31, an item definition file 32, a peripheral simulator file 33, a check sheet file 34, an execution file 35, a correct answer file 36, an error output file 37 and a continuous execution file list 38. Has been done. A symbol directory 24 is constructed in the check directory 22. A symbol file 39 and a partial save file 40 are stored in the symbol directory 24.

【0037】項目定義ファイル32には、後述する入力
項目の定義数や出力項目の定義数、各項目の名称等の情
報が格納されている。ここでは、後述するチェックシー
トの項目表示部分の設定が行われる。タイマ表定義ファ
イル31には、チェックシートで使用するタイマ表情報
が格納されている。ここには、各タイマの識別情報、タ
イマ名、その時間単位、設定時間、タイマ公差等の情報
が格納されている。このタイマ表定義ファイル31に
は、速度テーブル情報も格納されている。この速度テー
ブル情報は、変化する数値に意味があるスルーデータ
(たとえば、サーミスタの温度データ)に限り、数値の
変化開始から変化終了までの変化時間を自動化計算させ
るためのデータである。
The item definition file 32 stores information such as the number of input item definitions, the number of output item definitions, and the name of each item, which will be described later. Here, the item display portion of the check sheet, which will be described later, is set. The timer table definition file 31 stores timer table information used in the check sheet. Information such as the identification information of each timer, the timer name, its time unit, the set time, and the timer tolerance is stored therein. The speed table information is also stored in the timer table definition file 31. This speed table information is data for automatically calculating the change time from the start of the change of the numerical value to the end of the change only for the through data (for example, the temperature data of the thermistor) in which the changing numerical value has meaning.

【0038】周辺シミュレータファイル33には、周辺
シミュレータ4a〜4eの各種の情報が格納されてい
る。チェックシートファイル34には、生成されたチェ
ックシート(テスト計画)情報が格納されている。実行
ファイル35は、チェックシートから変換されたファイ
ルであり、中間言語で記述され、テスト実行時に使用さ
れるテストプログラムを格納するファイルである。正解
ファイル36は、チェックシートファイルから変換され
たファイルであり、結果照合時に使用される正解データ
を格納するファイルである。エラー出力ファイル37
は、エラーが生じたときに生成される。連続実行ファイ
ルリスト38は、複数のチェックシートファイルにまた
がってテストを連続実行する際の、連続実行されるチェ
ックシートファイルの名称が実行順に格納されたリスト
である。シンボルファイル39は、周期的に変化する動
作や段階的に変化するパターン動作をシンボル化して記
録したファイルである。部分保存ファイル40には、部
分保存されたファイルが格納されている。
The peripheral simulator file 33 stores various information of the peripheral simulators 4a to 4e. The check sheet file 34 stores the generated check sheet (test plan) information. The execution file 35 is a file converted from the check sheet, is a file that is described in an intermediate language, and stores a test program used during test execution. The correct answer file 36 is a file converted from the check sheet file, and is a file that stores correct answer data used at the time of result matching. Error output file 37
Is generated when an error occurs. The continuous execution file list 38 is a list in which the names of the check sheet files that are continuously executed when the test is continuously executed across a plurality of check sheet files are stored in the execution order. The symbol file 39 is a file in which an operation that changes periodically and a pattern operation that changes stepwise are symbolized and recorded. The partially saved file 40 stores a partially saved file.

【0039】結果ディレクトリ23には、実行結果ファ
イル41、照合結果ファイル42および結果評価ファイ
ル43が格納されている。実行結果ファイル41は、テ
ストの実行結果を格納するファイルである。照合結果フ
ァイル42は照合結果を格納するファイルである。結果
評価ファイル43は評価結果を格納するファイルであ
る。次に自動テスト装置1の動作について、図4〜図2
2に示す制御フローチャートに従って説明する。
The result directory 23 stores an execution result file 41, a collation result file 42 and a result evaluation file 43. The execution result file 41 is a file that stores the execution result of the test. The matching result file 42 is a file that stores the matching result. The result evaluation file 43 is a file that stores the evaluation result. Next, the operation of the automatic test apparatus 1 will be described with reference to FIGS.
A description will be given according to the control flowchart shown in FIG.

【0040】電源が投入されると、図4のステップS1
で初期設定がなされる。ステップS2では、図23に示
すような初期画面を表示する。この初期画面では、チェ
ックシートとテスト実行と結果照合の3つのボタンが表
示される。ステップS3〜S5では、いずれのボタンが
操作されたか否かを判断する。オペレータは、初期画面
が表示されると、マウス12を操作して所望の処理に対
応するボタンにカーソルを合わせ左ボタンをクリックす
る。図4では、フローチャートによる表現の都合上あた
かも3つの処理で優先順位があるように表示されている
が、実際には優先順位はない。以降のフローチャートに
おいてもボタンの操作やメニューの選択に同様に優先順
位はない。
When the power is turned on, step S1 in FIG.
Initial settings are made with. In step S2, an initial screen as shown in FIG. 23 is displayed. On this initial screen, a check sheet, three buttons for test execution and result verification are displayed. In steps S3 to S5, it is determined which button has been operated. When the initial screen is displayed, the operator operates the mouse 12 to move the cursor to the button corresponding to the desired process and click the left button. In FIG. 4, for convenience of expression in the flowchart, it is displayed as if the three processes had priorities, but actually there is no priority. In the following flowcharts as well, there is no priority for button operation or menu selection.

【0041】チェックシートボタンが操作されたと判断
するとステップS3からステップS6に移行する。ステ
ップS6ではチェックシート処理を行う。このチェック
シート処理は、テスト手順を直観的に判断できるように
表形式で記述するための処理である。テスト実行ボタン
が操作されたと判断するとステップS4からステップS
7に移行する。ステップS7ではテスト実行処理を実行
する。結果照会ボタンが操作されたと判断するステップ
S5からステップS8に移行する。ステップS8では結
果照合処理を実行する。
If it is determined that the check sheet button has been operated, the process proceeds from step S3 to step S6. In step S6, check sheet processing is performed. The check sheet process is a process for describing the test procedure in a table format so that the test procedure can be intuitively determined. If it is determined that the test execution button has been operated, steps S4 to S4
Move to 7. In step S7, a test execution process is executed. The process proceeds from step S5, where it is determined that the result inquiry button has been operated, to step S8. In step S8, result collation processing is executed.

【0042】ステップS8のチェックシート処理では、
図5のステップS11で、図24に示すチェックシート
処理のデータ入力画面を表示する。このデータ入力画面
では、機種名、チェックシートバージョン、シート番号
のデータを必須入力項目としている。また画面の下部に
は、チェックシートの項目を編集するための項目エディ
タ、チェックシートに入力を行うためのシート入力、チ
ェックシートを読み込むためのシート読み込み、この処
理を終了するための終了の4つのボタンが表示されてい
る。ステップS13〜S16では、これら4つのボタン
のいずれが操作されたか否かを判断する。
In the check sheet processing of step S8,
In step S11 of FIG. 5, the data input screen for the check sheet processing shown in FIG. 24 is displayed. In this data input screen, data such as model name, check sheet version, and sheet number are required input items. Also, at the bottom of the screen, there are four editors: an item editor for editing items on the check sheet, a sheet input for inputting on the check sheet, a sheet read for reading the check sheet, and an end for ending this process. The button is displayed. In steps S13 to S16, it is determined which of these four buttons has been operated.

【0043】項目エディタボタンが操作されたと判断す
るとステップS13からステップS17に移行する。ス
テップS17では、ファイル項目編集処理がなされる。
このファイル項目編集処理により、項目定義ファイルや
転送データ定義ファイルやタイマ表定義ファイルの内容
を編集できる。シート入力ボタンが操作されたと判断す
るとステップS14からステップS18に移行し、シー
ト入力処理を実行する。シート読み込みボタンが操作さ
れたと判断すると、ステップS15からステップS19
に移行し、指定されたシート番号のチェックシートをチ
ェックシートファイルから読み込む。終了ボタンが操作
されたと判断するとメインルーチンに戻る。
If it is determined that the item editor button has been operated, the process proceeds from step S13 to step S17. In step S17, file item editing processing is performed.
By this file item editing process, the contents of the item definition file, the transfer data definition file, and the timer table definition file can be edited. If it is determined that the sheet input button has been operated, the process proceeds from step S14 to step S18, and sheet input processing is executed. If it is determined that the sheet reading button has been operated, steps S15 to S19
Move to and read the check sheet with the specified sheet number from the check sheet file. When it is determined that the end button has been operated, the process returns to the main routine.

【0044】ステップS18のシート入力処理では、図
6のステップS21で、入力されたファイルの変更の有
無をチェックする。ステップS22では、読み込まれた
チェックシートを画面上に表示する。このチェックシー
ト画面を図25に示す。ここでは、画面上部に、ファイ
ル、オプション、表示、編集の4つのメニューが表示さ
れる。また画面下部には、チェックシートを登録するた
めの登録ボタンと、この処理を終了するための終了ボタ
ンとが表示されている。そしてその画面中央にテストプ
ログラムを入力するための表形式のチェックシートの入
力画面が表示される。ここで、表形式の入力画面は、入
力条件が表示される入力項目と、出力条件が表示される
出力項目と、時間データが表示される時間項目と、備考
項目とに分かれている。この入力項目及び出力項目に
は、項目定義ファイルで定義された入力項目や出力項目
が表示されている。ここで入力項目には、センサやリモ
コン等の入力機器を模擬した周辺シミュレータからマイ
コンへの入力信号(入力条件)が示されている。また出
力項目には、モータやLCD等の制御対象の出力機器へ
の出力信号(出力条件)が示されている。時間項目は、
各種出力条件と入力条件との関係を示す時間データを記
述するための欄である。この時間データが表の列方向
(横方向)に記述される。また、入力項目や出力項目の
状態が同じく表の列方向に表示される。また各表の同一
列(縦一列)は同じ時間タイミングを示している。ま
た、項目名の隣や20列毎に累積データ表示欄が設けら
れている。この累積データ表示欄には、直前の列での入
出力条件の状態が表示されている。
In the sheet input process of step S18, it is checked in step S21 of FIG. 6 whether the input file is changed. In step S22, the read check sheet is displayed on the screen. This check sheet screen is shown in FIG. Here, four menus of file, option, display, and edit are displayed at the top of the screen. A registration button for registering a check sheet and an end button for ending this process are displayed at the bottom of the screen. Then, in the center of the screen, a tabular check sheet input screen for inputting the test program is displayed. Here, the tabular input screen is divided into input items for displaying input conditions, output items for displaying output conditions, time items for displaying time data, and remark items. Input items and output items defined in the item definition file are displayed in these input items and output items. Here, in the input item, an input signal (input condition) from a peripheral simulator simulating an input device such as a sensor or a remote controller to the microcomputer is shown. In the output item, an output signal (output condition) to the output device to be controlled such as a motor or LCD is shown. The time item is
This is a field for describing time data indicating the relationship between various output conditions and input conditions. This time data is described in the column direction (horizontal direction) of the table. The states of input items and output items are also displayed in the column direction of the table. The same column (vertical column) in each table shows the same time timing. Further, a cumulative data display column is provided next to the item name or every 20 columns. In this cumulative data display column, the status of the input / output conditions in the immediately preceding column is displayed.

【0045】ステップS23〜S28では、各メニュー
またはボタンのいずれが選択または操作されたか否かを
判断する。これらが選択または操作されていないとステ
ップS29に移行し、入力処理を実行する。ファイルメ
ニューが選択されるとステップS23からステップS3
0に移行する。ステップS30ではファイル処理を実行
する。オプションメニューが選択されるとステップS2
4からステップS31に移行する。ステップS31では
オプション処理を実行する。表示メニューが選択される
とステップS25からステップS32に移行する。ステ
ップS32では、表示サイズや表示枠の変更等の表示処
理を行う。編集メニューが選択されたと判断するとステ
ップS26からステップS33に移行する。ステップS
33では編集処理を実行する。登録ボタンが操作された
と判断するとステップS27からステップS34に移行
する。ステップS34ではデータが入力されたチェック
シートをチェックシートファイルに登録する。終了ボタ
ンが操作されたと判断するとチェックシート処理ルーチ
ンに戻る。
In steps S23 to S28, it is determined whether each menu or button has been selected or operated. If these are not selected or operated, the process proceeds to step S29, and the input process is executed. When the file menu is selected, steps S23 to S3
Move to 0. In step S30, file processing is executed. When the option menu is selected, step S2
The process moves from step 4 to step S31. In step S31, optional processing is executed. When the display menu is selected, the process proceeds from step S25 to step S32. In step S32, display processing such as changing the display size and the display frame is performed. If it is determined that the edit menu is selected, the process proceeds from step S26 to step S33. Step S
At 33, edit processing is executed. If it is determined that the registration button has been operated, the process proceeds from step S27 to step S34. In step S34, the check sheet in which the data is input is registered in the check sheet file. When it is determined that the end button has been operated, the process returns to the check sheet processing routine.

【0046】図6のステップS30のファイル処理で
は、図7のステップS41でファイルメニューのオプシ
ョンメニューを表示する。このオプションメニューに
は、ファイル登録、印刷、追加及びエディット終了の4
つのメニューが表示される。ステップS42〜S45で
は、いずれのメニューが選択されたかを判断する。登録
メニューが選択されるとステップS42から図6のステ
ップS34に移行する。そして入力されたチェックシー
トをチェックシートファイルに登録する。印刷メニュー
が選択されるとステップS43からステップS46に移
行する。ステップS46では、印刷範囲の指定や印刷ス
タイルの指定や印刷実行処理等を行う。追加処理が選択
されるとステップS44からステップS47に移行す
る。ステップS47では、ファイルの追加処理が実行さ
れる。終了メニューが選択されたと判断するとステップ
S45から図6に移行しチェックシート処理ルーチンに
戻る。
In the file processing of step S30 of FIG. 6, the option menu of the file menu is displayed in step S41 of FIG. This option menu has 4 files for file registration, printing, addition and editing.
Two menus are displayed. In steps S42 to S45, it is determined which menu has been selected. When the registration menu is selected, the process proceeds from step S42 to step S34 in FIG. Then, the input check sheet is registered in the check sheet file. When the print menu is selected, the process proceeds from step S43 to step S46. In step S46, the print range is specified, the print style is specified, and print execution processing is performed. When the additional process is selected, the process proceeds from step S44 to step S47. In step S47, file addition processing is executed. If it is determined that the end menu is selected, the process proceeds from step S45 to FIG. 6 and returns to the check sheet processing routine.

【0047】図6のステップS31のオプション処理で
は、図8のステップS51で、オプション処理のオプシ
ョンメニューを表示する。オプション処理のオプション
メニューには、実行ファイル作成、正解ファイル作成、
実行・正解ファイル作成、累積チェック及びシンボル処
理の5つのメニューが表示される。ステップS52〜S
56では、いずれのオプションメニューが選択されたか
を判断する。実行ファイル作成メニューが選択されたと
判断するとステップS52からステップS57に移行す
る。ステップS57では後述する実行ファイル作成処理
を行う。正解ファイル作成メニューが選択されたと判断
するとステップS53からステップS58に移行する。
ステップS58では後述する正解ファイル作成処理を行
う。実行・正解ファイル作成メニューが選択されたと判
断するとステップS54からステップS59に移行す
る。ステップS59では実行ファイル作成処理を行う。
ステップS60では正解ファイル作成処理を行う。
In the option processing of step S31 of FIG. 6, the option menu of the option processing is displayed in step S51 of FIG. The option menu for option processing includes execution file creation, correct answer file creation,
Five menus are displayed: execution / correct answer file creation, cumulative check, and symbol processing. Steps S52-S
At 56, it is determined which option menu has been selected. If it is determined that the execution file creation menu is selected, the process proceeds from step S52 to step S57. In step S57, an execution file creation process described later is performed. When it is determined that the correct answer file creation menu is selected, the process proceeds from step S53 to step S58.
In step S58, a correct answer file creation process described later is performed. If it is determined that the execution / correct answer file creation menu is selected, the process proceeds from step S54 to step S59. In step S59, an execution file creation process is performed.
In step S60, a correct answer file creating process is performed.

【0048】累積チェックメニューが選択されたと判断
するとステップS55からステップS61に移行する。
ステップS61では累積チェック処理を行う。この累積
チェック処理では、累積データ表示欄の表示内容をチェ
ックし、正しく表示し直す。シンボルメニューが選択さ
れたと判断するとステップS56からステップS62に
移行する。ステップS62では後述するシンボル処理を
実行する。
When it is determined that the cumulative check menu is selected, the process proceeds from step S55 to step S61.
In step S61, cumulative check processing is performed. In this cumulative check processing, the display contents of the cumulative data display column are checked and displayed correctly. If it is determined that the symbol menu is selected, the process proceeds from step S56 to step S62. In step S62, symbol processing described later is executed.

【0049】図6のステップS33の編集処理では、図
9のステップS71で編集処理のオプションメニューを
表示する。このオプションメニューは、1列挿入、1列
削除、部分保存、挿入読み込みの4つのメニューが表示
される。ステップS75では、いずれのメニューが選択
されたか否かを判断する。1列挿入メニューが選択され
たと判断するとステップS72からステップS76に移
行する。挿入指定列の列番号をクリックし、ステップS
76で1列挿入メニューを選択することで、指定列以降
の列の1列右方向への移動を行う。指定列に時間データ
がある場合には1列前の時間データを参照して時間デー
タを自動挿入する等の1列挿入処理を実行する。
In the editing process of step S33 of FIG. 6, the option menu of the editing process is displayed in step S71 of FIG. In this option menu, four menus of 1 row insert, 1 row delete, partial save, and insert read are displayed. In step S75, it is determined which menu has been selected. If it is determined that the one-row insertion menu is selected, the process proceeds from step S72 to step S76. Click the column number of the specified insertion column, and click Step S
By selecting the one-column insertion menu at 76, the columns after the designated column are moved to the right by one column. When the designated column has time data, the one-column insertion process such as automatically inserting the time data is executed by referring to the time data of the immediately preceding column.

【0050】1列削除メニューが選択されたと判断する
とステップS73からステップS77に移行する。削除
指定列の列番号がクリックし、ステップS77で1列削
除メニューを選択することで、指定列以降の列の1列左
方向への移動を行う。指定列に時間データの開始または
終了がある場合には、時間データを削除する。部分保存
メニューが選択されたと判断するとステップS74から
ステップS78へ移行する。開始列と終了列とを指定し
た後にステップS78で部分保存メニューを選択する
と、ダイアログボックスが表示され、指定された列範囲
を開始/終了のページ/列で表示する。そして部分保存
するファイル名を入力した後に、ダイアログボックスに
表示された部分保存ボタンを押すと部分保存ファイルが
作成される。この部分保存ファイルは、シンボルディレ
クトリに格納される。
When it is determined that the one-row delete menu is selected, the process proceeds from step S73 to step S77. By clicking the column number of the designated deletion column and selecting the one-column deletion menu in step S77, the columns subsequent to the designated column are moved to the left by one column. If the specified column has the start or end of time data, the time data is deleted. If it is determined that the partial save menu is selected, the process proceeds from step S74 to step S78. When the partial save menu is selected in step S78 after designating the start column and the end column, a dialog box is displayed, and the designated column range is displayed on the start / end page / column. Then, after inputting the file name of the partial save, the partial save button displayed in the dialog box is pressed to create the partial save file. This partial save file is stored in the symbol directory.

【0051】挿入先頭列位置が指定された後に挿入読み
込みメニューが選択されると、ステップS75からステ
ップS79に移行する。ステップS79では、挿入読み
込み処理が実行される。挿入読み込み処理では、挿入読
み込みのダイアログボックスが表示され、指定された列
範囲の開始/終了のページ/列が表示される。続いてフ
ァイル名を選択しダイアログボックスに表示された挿入
読み込みボタンを押すと指定位置を先頭に部分保存ファ
イルが読み込まれる。このようなチェックシートの編集
処理を行えるので、入出力条件が僅かに異なる場合に、
チェックシートに行や列を挿入・削除するだけで簡単に
対応できる。
When the insertion read menu is selected after the insertion start column position is designated, the process proceeds from step S75 to step S79. In step S79, insertion reading processing is executed. In the insert read process, the insert read dialog box is displayed, and the start / end page / column of the specified column range is displayed. Next, select the file name and press the Insert Read button displayed in the dialog box to read the partially saved file starting at the specified position. Because you can edit the check sheet like this, if the input / output conditions are slightly different,
This can be easily handled by inserting / deleting rows and columns in the check sheet.

【0052】図6のステップS29の入力処理では、図
10のステップS81〜S84でマウスの移動やクリッ
クキーの押圧等により種々の入力操作を判断する。ステ
ップS85では他の処理を実行し処理を終了する。カー
ソルキーまたはマウスの位置を検知すると、ステップS
81からステップS86に移行する。ステップS86で
はカーソル移動処理を行う。カラム位置にカーソルがあ
るときにマウスの左ボタンがクリックされると、データ
の入力要求があったと判断し、ステップS82からステ
ップS87に移行する。ステップS87では入力ボック
スを表示する。ステップS88では、入力されたデータ
をチェックシートに格納する。カーソルがカラム位置に
移動した状態で右ボタンがダブルクリックされると、削
除要求があったと判断し、ステップS83からステップ
S89に移行する。ステップS89では削除ダイアログ
ボックスを表示する。ステップS90では、削除ボタン
が押されたか否かを判断する。削除ボタンが押された場
合にはステップS91に移行し指定されたカラムのデー
タを削除する。
In the input processing of step S29 of FIG. 6, various input operations are determined by moving the mouse or pressing the click key in steps S81 to S84 of FIG. In step S85, another process is executed and the process ends. If the position of the cursor key or mouse is detected, step S
The process proceeds from step 81 to step S86. In step S86, cursor movement processing is performed. When the left mouse button is clicked while the cursor is at the column position, it is determined that there is a data input request, and the process proceeds from step S82 to step S87. In step S87, an input box is displayed. In step S88, the input data is stored in the check sheet. If the right button is double-clicked while the cursor is moved to the column position, it is determined that a delete request has been issued, and the process proceeds from step S83 to step S89. In step S89, a delete dialog box is displayed. In step S90, it is determined whether the delete button has been pressed. When the delete button is pressed, the process proceeds to step S91 and the data in the designated column is deleted.

【0053】時間設定の基準になるデータをクリックし
た後、時間設定終了の基準となるデータまたは列をクリ
ックし、さらに時間項目または時間表示欄にカーソルを
移動して左ボタンをクリックすると、時間データの入力
要求があったと判断し、ステップS84からステップS
92に移行する。ステップS92では時間入力ダイアロ
グボックスを表示する。この状態を図26に示す。時間
ダイアログボックスが表示されると、オペレータは、タ
イマ名または時間を入力する。タイマ名が入力されると
ステップS93からステップS94に移行する。ステッ
プS94では入力ボタンが押されたか否かを判断する。
入力ボタンが押されていない場合にはステップS95に
移行する。ステップS95では取消ボタンが押されたか
否かを判断する。取消ボタンも押されていない場合には
ステップS94に戻る。入力ボタンが押された場合には
ステップS94からステップS96に移行する。ステッ
プS96では入力された時間をチェックシート上にセッ
トする。また、ステップS93でタイマ名入力がなされ
ていない場合にはステップS97に移行する。ステップ
S97では時間入力がなされたか否かを判断する。時間
入力がなされた場合にはその単位の指定の有無を判断す
る。時間入力がなされた場合にはステップS94に進
み、時間入力がなされていない場合にはステップS93
に戻る。このようにして時間を表の中で任意に入力でき
るので、時間データの入力が容易になる。なおタイマ名
では、タイマ表に登録されたタイマ名が選択できる。こ
のタイマ名には、通常、時間公差が含まれている。
After clicking the data that becomes the reference for time setting, click the data or column that becomes the reference for ending the time setting, move the cursor to the time item or time display field, and click the left button to display the time data. It is determined that the input request of
Move to 92. In step S92, a time input dialog box is displayed. This state is shown in FIG. When the time dialog box is displayed, the operator enters the timer name or time. When the timer name is input, the process proceeds from step S93 to step S94. In step S94, it is determined whether the input button has been pressed.
If the input button has not been pressed, the process proceeds to step S95. In step S95, it is determined whether the cancel button has been pressed. If the cancel button has not been pressed, the process returns to step S94. When the input button is pressed, the process proceeds from step S94 to step S96. In step S96, the input time is set on the check sheet. If the timer name is not input in step S93, the process proceeds to step S97. In step S97, it is determined whether time input has been performed. When the time is input, it is determined whether or not the unit is specified. If the time has been input, the process proceeds to step S94. If the time has not been input, step S93.
Return to In this way, the time can be arbitrarily entered in the table, so that the time data can be easily entered. As the timer name, the timer name registered in the timer table can be selected. This timer name usually contains the time tolerance.

【0054】ステップS96の時間入力処理では、図1
1のステップS101で時間データのチェックシートへ
の登録がなされる。ステップS102〜S104では、
公差チェックがなされる。この公差チェックは、時間デ
ータには公差が含まれているのに対して、チェックシー
ト上では、時間データに公差が表示されていないために
行われる。
In the time input process of step S96, the process shown in FIG.
In step S101 of 1, time data is registered on the check sheet. In steps S102 to S104,
Tolerance checks are made. This tolerance check is performed because the time data includes the tolerance, whereas the time data does not show the tolerance on the check sheet.

【0055】ステップS102では、入力位置の前方向
に時間設定がされている場合、各行の時間データのう
ち、前方向かつ最も近い時間データを求める。そしてス
テップS103およびS104で見つかった時間と入力
時間とで公差の干渉をチェックする。チェックシート上
で公差が干渉するケースは以下の2つの場合が考えられ
る。ここではチェック対象時間(時間1)より前に開始
している時間(時間2)がチェックの対象となり、その
後に開始している時間はチェックの対象にならない。第
1には、図27(A)に示すように、時間1と、時間1
の終了時間より前の列で終了している時間2との関係
が、時間1−公差1<時間2+公差2の場合、第2に
は、図27(B)に示すように、時間1と、時間1の終
了時間より後の列で終了している時間2との関係が、時
間1+公差1>時間2−公差2の場合である。これらの
2つの場合をステップS103およびS104でチェッ
クする。
In step S102, when the time is set in the forward direction of the input position, the time data in the forward direction and the closest time data are obtained from the time data of each row. Then, the interference of the tolerance is checked between the time found in steps S103 and S104 and the input time. There are two possible cases where the tolerances interfere on the check sheet. Here, the time (time 2) that starts before the check target time (time 1) is the check target, and the time that starts after that is not the check target. First, as shown in FIG. 27A, time 1 and time 1
If the relationship with the time 2 that ends in the row before the end time of is time 1-tolerance 1 <time 2 + tolerance 2, secondly, as shown in FIG. , And the relationship with time 2 which ends in the column after the end time of time 1 is time 1 + tolerance 1> time 2−tolerance 2. These two cases are checked in steps S103 and S104.

【0056】これらの2つの場合のいずれかに該当する
場合、ステップS105に移行する。ステップS105
では、入力時間は時間公差が干渉している旨のエラーダ
イアログボックスを表示する。このとき対象時間も合わ
せて表示する。このダイアログボックスには強制入力ボ
タンとキャンセルボタンとが表示される。ステップS1
06では、強制入力ボタンが操作されたか否かを判断す
る。強制入力ボタンが操作されるとステップS106か
らステップS109に移行し、登録された時間データを
チェックシート上に表示し、入力ルーチンに戻る。強制
入力ボタンが操作されていない場合にはステップS10
6からステップS107に移行する。ステップS107
ではキャンセルボタンが操作されたか否かを判断する。
キャンセルボタンが操作された場合にはステップS10
8に移行する。ステップS108では、ステップS10
1で登録した時間データを削除する。キャンセルボタン
も操作されていない場合にはステップS106に戻る。
また、ステップS103およびS104で公差の干渉が
ないと判断するとステップS109に移行し、登録され
た時間データをチェックシート上に表示、入力ルーチン
に戻る。
If either of these two cases is applicable, the process proceeds to step S105. Step S105
Then, the input time displays an error dialog box indicating that the time tolerances interfere. At this time, the target time is also displayed. A forced input button and a cancel button are displayed in this dialog box. Step S1
At 06, it is determined whether the forced input button has been operated. When the forced input button is operated, the process proceeds from step S106 to step S109, the registered time data is displayed on the check sheet, and the process returns to the input routine. If the forced input button is not operated, step S10
The processing shifts from 6 to step S107. Step S107
Then, it is determined whether or not the cancel button is operated.
If the cancel button is operated, step S10
Move to 8. In step S108, step S10
Delete the time data registered in 1. If the cancel button has not been operated, the process returns to step S106.
If it is determined in steps S103 and S104 that there is no tolerance interference, the process proceeds to step S109, the registered time data is displayed on the check sheet, and the process returns to the input routine.

【0057】図8のステップS57の実行ファイル作成
処理では、図12のステップS111で指定のチェック
シートをチェックシートファイルから読み出す。ステッ
プS112では、読み出したチェックシートのフォーマ
ットをチェックする。ステップS113では、チェック
結果によりフォーマットエラーであるか否かを判断す
る。フォーマットエラーの場合は処理を中断してオプシ
ョン処理ルーチンに戻る。フォーマットエラーでない場
合には、ステップS114に移行する。ステップS11
4では、読み出したチェックシートを1列ずつ読み込
む。
In the execution file creating process of step S57 of FIG. 8, the designated check sheet is read from the check sheet file in step S111 of FIG. In step S112, the format of the read check sheet is checked. In step S113, it is determined from the check result whether or not there is a format error. In the case of a format error, the process is interrupted and the process returns to the option processing routine. If it is not a format error, the process proceeds to step S114. Step S11
In step 4, the read check sheets are read column by column.

【0058】ステップS115では読み込んだ1列内に
入力条件が書き込まれているか否かを判断する。入力条
件が書き込まれている場合にはステップS115からS
116に移行する。ステップS116では、書き込まれ
た入力条件に時間データで関連付けられた出力条件の検
索やそれらの関係の解析を行う。入力条件が書き込まれ
ていない場合にはステップS115からS117に移行
する。ステップS117では、読み込んだチェックシー
トの1列内に出力条件が書き込まれているか否かを判断
する。出力条件が書き込まれている場合にはステップS
117からS118に移行する。ステップS118で
は、書き込まれた出力条件に時間データで関連付けられ
た入力条件が書き込まれているか否かを判断する。入力
条件が書き込まれている場合にはステップS116に移
行し、書き込まれた入力条件に時間データで関連付けら
れた出力条件の検索やそれらの関係の解析を行う。ステ
ップS116での解析が終了するとステップS119に
移行し、解析結果に基づき、パターン変換処理を実施し
てチェックシート上の入力条件,出力条件を中間言語形
式のプログラムに変換する。具体的には、転送データ定
義ファイルに登録してあるデータ変換パターン情報と解
析結果とを照合して、入力条件だけが有る場合や出力条
件に時間データで関連付けられた入力条件が有る場合に
はパターン変換処理を実施する。ステップS117で出
力条件が書き込まれていないと判断した場合、またはス
テップS118で出力条件に時間データで関連付けられ
た入力条件が書き込まれていないと判断した場合には、
上記解析処理およびパターン変換処理は行わない。つま
り、出力条件だけがある場合には解析処理およびパター
ン変換処理を実施せず、ステップS120に移行する。
また、パターン変換処理が終わるとステップS120に
移行する。
In step S115, it is determined whether or not the input condition is written in the read one column. If the input condition is written, the steps S115 to S115
Move to 116. In step S116, the output condition associated with the written input condition by the time data is searched and the relation between them is analyzed. If the input condition is not written, the process proceeds from step S115 to S117. In step S117, it is determined whether the output condition is written in one column of the read check sheet. If the output conditions are written, step S
The processing moves from 117 to S118. In step S118, it is determined whether or not the input condition associated with the time data is written in the written output condition. When the input condition is written, the process proceeds to step S116, and the output condition associated with the written input condition by the time data is searched and the relation between them is analyzed. When the analysis in step S116 is completed, the process proceeds to step S119, and based on the analysis result, pattern conversion processing is performed to convert the input condition and output condition on the check sheet into an intermediate language format program. Specifically, if the data conversion pattern information registered in the transfer data definition file is compared with the analysis result, and if there is only an input condition or if the output condition has an input condition associated with time data, Perform pattern conversion processing. When it is determined in step S117 that the output condition is not written, or when it is determined in step S118 that the input condition associated with the time data in the output condition is not written,
The analysis process and the pattern conversion process are not performed. That is, if there is only the output condition, the analysis process and the pattern conversion process are not performed, and the process proceeds to step S120.
Further, when the pattern conversion process is completed, the process proceeds to step S120.

【0059】ステップS120では、次の列があるか否
かを判断する。次の列が有る場合には、ステップS11
4に戻り、次の列のデータを読み込む。ステップS12
0で次の行が無いと判断すると、ステップS121に移
行する。ステップS121では、変換された中間言語の
テストプログラムを実行ファイル35に書き込む。この
ようにして、チェックシート上に記述された入力条件お
よび出力条件から実行用のテストプログラムを作成す
る。
In step S120, it is determined whether there is a next column. If there is a next column, step S11
Returning to step 4, the data in the next column is read. Step S12
If it is determined that there is no next row at 0, the process proceeds to step S121. In step S121, the converted intermediate language test program is written in the execution file 35. In this way, a test program for execution is created from the input conditions and output conditions described on the check sheet.

【0060】図8のステップS58の正解ファイル作成
処理では、図13のステップS131〜S134で図1
2のステップS111〜S114と同様な処理により読
み出したチェックシートを1列ずつ読み込む。ステップ
S135では読み込んだ1列内に入力条件が書き込まれ
ているか否かを判断する。入力条件が書き込まれている
場合にはステップS135からS136に移行する。ス
テップS136では、書き込まれた入力条件に時間デー
タで関連付けられた出力条件が書き込まれているか否か
を判断する。出力条件が書き込まれている場合にはステ
ップS137に移行し、書き込まれた出力条件に時間デ
ータにより関連付けられた入力条件の検索やそれらの関
係の解析を行う。
In the correct answer file creation process of step S58 of FIG. 8, steps S131 to S134 of FIG.
The check sheets read by the same processing as in steps S111 to S114 in step 2 are read column by column. In step S135, it is determined whether the input condition is written in the read one column. If the input condition is written, the process proceeds from step S135 to S136. In step S136, it is determined whether or not the written input condition is written with the output condition associated with the time data. If the output condition is written, the process proceeds to step S137, and the input condition related to the written output condition by the time data is searched and the relation between them is analyzed.

【0061】ステップS135で入力条件が書き込まれ
ていないと判断した場合にはS138に移行する。ステ
ップS138では、読み込んだチェックシートの1列内
に出力条件が書き込まれているか否かを判断する。出力
条件が書き込まれている場合にはステップS138から
S139に移行する。ステップS139では、書き込ま
れた出力条件に時間データで関連付けられた入力条件が
書き込まれているか否かを判断する。入力条件が書き込
まれている場合にはステップS139からステップS1
37に移行し、書き込まれた入力条件に時間データで関
連付けられた出力条件の検索やそれらの関係の解析を行
う。入力条件が書き込まれていない場合にはステップS
139からS140に移行する。ステップS140で
は、書き込まれた出力条件に時間データで関連付けられ
た出力条件が書き込まれているか否かを判断する。出力
条件が書き込まれている場合にはステップS140から
S137に移行し、書き込まれた出力条件に時間データ
で関連付けられた入力条件の検索やそれらの関係の解析
を行う。
If it is determined in step S135 that the input condition is not written, the process proceeds to step S138. In step S138, it is determined whether the output condition is written in one column of the read check sheet. If the output condition is written, the process proceeds from step S138 to S139. In step S139, it is determined whether or not the input condition associated with the written output condition by the time data is written. When the input condition is written, the steps S139 to S1
In step 37, the output condition associated with the written input condition by the time data is searched and the relation between them is analyzed. If the input condition is not written, step S
The process moves from 139 to S140. In step S140, it is determined whether the written output condition is written with the output condition associated with the time data. If the output condition is written, the process proceeds from step S140 to S137, and the input condition associated with the written output condition by the time data is searched and the relation between them is analyzed.

【0062】ステップS137での解析が終了するとス
テップS141に移行し、解析結果に基づき、パターン
変換処理を実施してチェックシート上の入力条件,出力
条件を中間言語形式のプログラムに変換する。具体的に
は、転送データ定義ファイルに登録してあるデータ変換
パターン情報と解析結果とを照合して、出力条件が含ま
れるときのみパターン変換処理を実施する。
When the analysis in step S137 is completed, the process proceeds to step S141, and pattern conversion processing is performed based on the analysis result to convert the input condition and output condition on the check sheet into an intermediate language format program. Specifically, the data conversion pattern information registered in the transfer data definition file is compared with the analysis result, and the pattern conversion process is performed only when the output condition is included.

【0063】一方、ステップS136,S138および
S140で出力条件が書き込まれていないと判断した場
合は解析処理およびパターン変換処理を実施せず、ステ
ップS142に移行する。また、パターン変換処理が終
わるとステップS142に移行する。ステップS14
2,S143ではステップS120,S121と同様な
処理を行い正解ファイルを作成する。このように、正解
ファイル作成の際には、入力条件だけが有る場合にはパ
ターン変換処理を行わず、出力条件が含まれるときのみ
パターン変換処理を行う。
On the other hand, if it is determined in steps S136, S138, and S140 that the output conditions are not written, the analysis process and the pattern conversion process are not performed, and the process proceeds to step S142. Further, when the pattern conversion process is completed, the process proceeds to step S142. Step S14
In S2 and S143, the same processing as in S120 and S121 is performed to create a correct answer file. Thus, when creating the correct answer file, the pattern conversion process is not performed when only the input condition is present, and the pattern conversion process is performed only when the output condition is included.

【0064】なお、これらの実行ファイル作成処理およ
び正解ファイル作成処理はステップS59およびステッ
プS60でもそれぞれ同様に行われる。図8のステップ
S62のシンボル処理では、図14のステップS151
でシンボル処理のオプションメニューを表示する。この
オプションメニューには、初期動作設定メニュー、パタ
ーン動作設定メニュー、終了動作設定メニュー、設定解
除メニューおよびシンボル登録メニューの5つのメニュ
ーが表示される。ステップS152では、パターンデー
タのブロックの開始列と終了列とをマウスにより指定さ
れるのを待つ。ステップS153では、初期動作メニュ
ーが選択されたか否かを判断する。ステップS154で
は、パターン動作設定メニューが選択されるのを待つ。
このパターン動作設定メニューは必ず入力されなければ
ならない。パターン動作設定メニューが選択されるとス
テップS155に移行する。ステップS155では、指
定されたブロックのパターン動作を設定する。ステップ
S156では終了動作指定メニューが選択されたか否か
を判断する。ステップS157ではシンボル登録メニュ
ーが選択されたか否かを判断する。他の処理が選択され
たか否かを判断する。他の処理が選択された場合にはス
テップS159に移行し他の処理を実行する。
The execution file creation process and the correct answer file creation process are similarly performed in step S59 and step S60, respectively. In the symbol processing of step S62 of FIG. 8, step S151 of FIG.
To display the symbol processing option menu. The option menu displays five menus: an initial operation setting menu, a pattern operation setting menu, an end operation setting menu, a setting cancel menu, and a symbol registration menu. In step S152, the process waits until the start column and end column of the pattern data block are designated by the mouse. In step S153, it is determined whether the initial operation menu has been selected. In step S154, the selection of the pattern operation setting menu is waited for.
This pattern operation setting menu must be entered. When the pattern operation setting menu is selected, the process proceeds to step S155. In step S155, the pattern operation of the designated block is set. In step S156, it is determined whether the end operation designation menu has been selected. In step S157, it is determined whether the symbol registration menu is selected. It is determined whether another process is selected. If another process is selected, the process proceeds to step S159 and another process is executed.

【0065】初期動作設定メニューが選択されるとステ
ップS153からステップS160に移行する。ステッ
プS160では、初期動作を設定する。終了動作設定メ
ニューが選択されたと判断するとステップS156から
ステップS161に移行する。ステップS161では終
了動作を設定する。これらの操作を終了するとオペレー
タは、シンボル登録メニューを選択する。シンボル登録
メニューが選択されるとステップS157からステップ
S162に移行する。ステップS162では、シンボル
登録ダイアログボックスが表示される。ここでオペレー
タはシンボル名を入力する。シンボル登録ダイアログボ
ックスにはキャンセルボタンと登録ボタンとが表示され
る。ステップS163では登録ボタンが操作されたか否
かを判断する。登録ボタンが操作されていない場合には
ステップS164に移行する。ステップS164ではキ
ャンセルボタンが操作されたか否かを判断する。キャン
セルボタンが操作されていない場合にはステップS16
3に戻る。登録ボタンが操作された場合にはステップS
163からステップS165に移行する。ステップS1
65では、指定されたブロックに表示された時間データ
をパターンデータとしてシンボルディレクトリにあるパ
ターンデータファイルに登録する。
When the initial operation setting menu is selected, the process proceeds from step S153 to step S160. In step S160, the initial operation is set. If it is determined that the end operation setting menu is selected, the process proceeds from step S156 to step S161. In step S161, the end operation is set. When these operations are completed, the operator selects the symbol registration menu. When the symbol registration menu is selected, the process proceeds from step S157 to step S162. In step S162, a symbol registration dialog box is displayed. Here, the operator inputs the symbol name. A cancel button and a registration button are displayed in the symbol registration dialog box. In step S163, it is determined whether the registration button has been operated. If the registration button has not been operated, the process proceeds to step S164. In step S164, it is determined whether the cancel button has been operated. If the cancel button has not been operated, step S16
Return to 3. If the registration button is operated, step S
The process moves from step 163 to step S165. Step S1
At 65, the time data displayed in the designated block is registered as pattern data in the pattern data file in the symbol directory.

【0066】図4のステップS7のテスト実行処理で
は、図15のステップS171で、テスト実行のデータ
入力画面を表示する。このテスト画面は、図24に示す
チェックシートデータのデータ入力画面と同様な画面で
あり、下部に実験起動ボタンと終了ボタンとが表示され
る。また、上部には、機種名、チェックシートバージョ
ン、PROMバージョン、シート番号等のデータ入力画
面が表示される。ステップS172では、データ入力画
面でのデータの入力を待つ。ステップS173では、実
験起動ボタンが操作されたか否かを判断する。実験起動
ボタンが操作されるとステップS173からステップS
174に移行する。
In the test execution process of step S7 of FIG. 4, a data input screen for test execution is displayed in step S171 of FIG. This test screen is a screen similar to the data input screen for the check sheet data shown in FIG. 24, and an experiment start button and an end button are displayed at the bottom. Further, a data input screen such as the model name, check sheet version, PROM version, sheet number, etc. is displayed on the upper part. In step S172, the input of data on the data input screen is awaited. In step S173, it is determined whether or not the experiment start button has been operated. When the experiment start button is operated, steps S173 to S173
Moving to 174.

【0067】ステップS174では連続実行ファイルリ
スト38が有るか否かを判断する。つまり、連続実行す
る複数のチェックシートファイルが有るか否かを判断す
る。連続実行する複数のチェックシートファイルが無い
場合にはステップS174からS175に移行する。ス
テップS175では後述する図16に示すテスト処理を
実行する。連続実行する複数のチェックシートファイル
が有る場合にはステップS174からS176に移行す
る。ステップS176では、連続実行ファイルリスト3
8からチェックシートファイル名を順に読み出し、その
チェックシートファイル名のチェックシートをチェック
シートファイル38から読み込む。ステップS177で
は、後述する図18の連続実行処理を行う。ステップS
178では、連続実行ファイルリスト38の全ての連続
実行すべきチェックシートファイル読み出しを完了した
か否かを判断する。まだチェックシートファイルが有る
場合にはステップS176に戻る。ここでは、複数のチ
ェックシートファイルの名前を実行順に連続実行ファイ
ルリスト38に登録しそれを順に実行することで、複数
のチェックシートファイルにまたがるテスト計画を簡単
に実行できる。このため、テスト計画をサブルーチン化
した複数のチェックシートファイルを作成することで、
テスト計画の標準化を図ることができる。
In step S174, it is determined whether or not the continuous execution file list 38 exists. That is, it is determined whether or not there are a plurality of check sheet files that are continuously executed. If there are no plural check sheet files to be continuously executed, the process proceeds from step S174 to S175. In step S175, a test process shown in FIG. 16 described later is executed. If there are a plurality of check sheet files to be continuously executed, the process proceeds from step S174 to S176. In step S176, the continuous execution file list 3
The check sheet file name is sequentially read from No. 8, and the check sheet having the check sheet file name is read from the check sheet file 38. In step S177, the continuous execution process of FIG. 18 described later is performed. Step S
At 178, it is determined whether all check sheet files to be continuously executed in the continuous execution file list 38 have been read. If the check sheet file still exists, the process returns to step S176. Here, by registering the names of a plurality of check sheet files in the execution sequence list 38 in the order of execution and executing them in order, it is possible to easily execute a test plan that spans a plurality of check sheet files. For this reason, by creating multiple check sheet files that are subroutines of the test plan,
Standardize test plans.

【0068】ステップS173で実験起動ボタンが操作
されていない判断した場合、またはステップS178で
全ての連続実行ファイルを読み出したと判断した場合
は、ステップS179に移行する。ステップS179で
は、終了ボタンが操作されたか否かを判断する。終了ボ
タンが操作されるとメインルーチンに戻り、終了ボタン
が操作されていない場合は、ステップS172に戻る。
If it is determined in step S173 that the experiment start button has not been operated, or if it is determined in step S178 that all continuous execution files have been read, the process proceeds to step S179. In step S179, it is determined whether the end button has been operated. When the end button is operated, the process returns to the main routine, and when the end button is not operated, the process returns to step S172.

【0069】ステップS175のテスト処理では、図1
6のステップS181でテスト実行のチェックシートを
表示する。この表示画面の一例を図28に示す。ここで
は、画面左部に実行部分のチェックシートが、右半分に
現在の実行中の入力項目および出力項目やその入力デー
タ及び出力データが表示される。また下部に、M入力
(マニュアル入力),連続実行,1列実行,開始列,ブ
レークポイント,実行中断,終了の7つのボタンが表示
される。
In the test process of step S175, the test process of FIG.
In step S181 of 6, a check sheet for test execution is displayed. An example of this display screen is shown in FIG. Here, the check sheet of the execution part is displayed on the left part of the screen, and the input item and output item currently being executed and its input data and output data are displayed on the right half. Further, at the bottom, seven buttons for M input (manual input), continuous execution, one-column execution, start column, breakpoint, execution interruption, and end are displayed.

【0070】ステップS182〜S188では、いずれ
のボタンが操作されたか否かを判断する。M入力が操作
されたと判断するとステップS182からステップS1
90に移行する。ステップS190では、後述するマニ
ュアル入力処理を行う。このマニュアル入力処理は、実
行中において、入力項目や出力項目のデータを変更する
場合に行う。このマニュアル入力を選択するとチェック
シート表示欄で新たな入力を行える。連続実行ボタンが
操作されたと判断するとステップS183からステップ
S191に移行する。ステップS191では、図18に
示す連続実行処理がなされる。1列実行処理ボタンが選
択されたと判断するとステップS184からステップS
192に移行する。ステップS192では、現在行を1
列のみ実行する1列実行処理が行われる。開始列ボタン
が操作されたと判断するとステップS185からステッ
プS193に移行する。ステップS193では、連続実
行を行う開始列を指定する。ブレークポイントボタンが
操作されたと判断するとステップS186からステップ
S194に移行する。ステップS194では、開始列が
予め設定されているか否かを判断する。開始列が設定さ
れている場合には、指定された列を連続実行の終了列と
して設定する。開始列が設定されていない場合にはブレ
ークポイントを設定できない。他の処理が選択されると
ステップS187からステップS196に移行する。ス
テップS196では選択された他の処理を実行する。
In steps S182 to S188, it is determined which button has been operated. When it is determined that the M input has been operated, steps S182 to S1
Move to 90. In step S190, a manual input process described later is performed. This manual input process is performed when changing the data of the input item or the output item during execution. If this manual input is selected, new input can be made in the check sheet display field. If it is determined that the continuous execution button has been operated, the process proceeds from step S183 to step S191. In step S191, the continuous execution process shown in FIG. 18 is performed. If it is determined that the one-column execution processing button has been selected, steps S184 to S184
Move to 192. In step S192, the current line is set to 1
A one-column execution process for executing only columns is performed. If it is determined that the start row button has been operated, the process proceeds from step S185 to step S193. In step S193, a start column for continuous execution is designated. If it is determined that the break point button has been operated, the process proceeds from step S186 to step S194. In step S194, it is determined whether or not the start column is preset. When the start column is set, the specified column is set as the end column for continuous execution. You cannot set a breakpoint if the start column is not set. When another process is selected, the process proceeds from step S187 to step S196. In step S196, another selected process is executed.

【0071】ステップS190のマニュアル入力処理で
は、図17のステップS201で、図28の下部ボタン
が異なるマニュアル入力画面を表示する。このマニュア
ル入力画面では、下部に1列実行ボタンと終了ボタンと
が表示される。ステップS202では、1列実行ボタン
が操作されたか否かを判断する。1列実行ボタンが操作
されていないと判断するとステップS203に移行す
る。ステップS203ではチェックシートに対する入力
処理を行う。ステップS204では、終了ボタンが操作
されたか否かを判断する。終了ボタンが操作されていな
い場合にはステップS201に戻る。終了ボタンが操作
されると図16のルーチンに戻る。
In the manual input process of step S190, the manual input screen in which the lower buttons of FIG. 28 are different is displayed in step S201 of FIG. On this manual input screen, a one-row execution button and an end button are displayed at the bottom. In step S202, it is determined whether the one-row execution button has been operated. If it is determined that the 1-row execution button is not operated, the process proceeds to step S203. In step S203, input processing for the check sheet is performed. In step S204, it is determined whether the end button has been operated. If the end button has not been operated, the process returns to step S201. When the end button is operated, the process returns to the routine shown in FIG.

【0072】1列実行ボタンが操作されたと判断すると
ステップS202からステップS205に移行する。ス
テップS205では、周辺シミュレータ4a〜4eから
の出力信号を取り込む。ステップS206では、入力さ
れたチェックシートの内容からパターン変換入力信号を
生成する。ステップS207では、周辺シミュレータ4
a〜4eに対して生成された入力信号を出力する。周辺
シミュレータ4a〜4eはこれによって動作し、動作結
果が実行結果記録としてステップS208で記録され
る。このようにマニュアル入力処理では、テストプログ
ラムを書き換え、書き換えられたテストプログラムを逐
次実行することができる。このため、入力条件や出力条
件を少しずつ変更してその実行結果を確認するようなシ
ミュレーション動作を簡単に行える。
If it is determined that the one-column execution button has been operated, the process proceeds from step S202 to step S205. In step S205, the output signals from the peripheral simulators 4a to 4e are fetched. In step S206, a pattern conversion input signal is generated from the input contents of the check sheet. In step S207, the peripheral simulator 4
The generated input signals are output to a to 4e. The peripheral simulators 4a to 4e operate by this, and the operation result is recorded as an execution result record in step S208. As described above, in the manual input processing, the test program can be rewritten and the rewritten test program can be sequentially executed. Therefore, it is possible to easily perform a simulation operation in which the input condition and the output condition are changed little by little and the execution result is confirmed.

【0073】図16のステップS191の連続実行処理
では、図18のステップS211で実行ファイルを読み
込む。ステップS212では、実行中断ボタンが操作さ
れたか否かを判断する。実行中断ボタンが操作されると
処理を終了して元のルーチンに戻る。ステップS213
では、ファイルが終了したか否かを判断する。これは、
ファイルのEOFを判断することで行われる。ファイル
が終了されていないと判断するとステップS214に移
行する。ステップS214では、周辺シミュレータ4a
〜4eからの出力信号を取り込む。ステップS215で
は、動作条件がOKか否かを判断する。ここで、動作条
件とは、1又は複数の動作結果の値(範囲を含む)が全
て正しいか否かを判断する条件である。ステップS21
6では、時間条件がOKか否かを判断する。動作条件と
時間条件とのいずれかがOKな場合には、ステップS2
17に移行する。ステップS217では、周辺シミュレ
ータ4a〜4eへの入力信号を出力する。そして周辺シ
ミュレータ4a〜4eはこれによって動作し、その実行
結果が実行結果ファイルに1列ずつ記録される。この実
行結果は表示画面の右欄に刻々と表示される。このよう
に、時間条件だけでなく、動作条件をもチェックするこ
とで、入力操作と関係なく動作しているステッピングモ
ータのように機構動作を行う機器を制御する場合に、動
作時間が毎回異なっていても、同じ条件でテストを行え
る。
In the continuous execution processing of step S191 of FIG. 16, the execution file is read in step S211 of FIG. In step S212, it is determined whether the execution interruption button has been operated. When the execution suspend button is operated, the process is terminated and the process returns to the original routine. Step S213
Then, it is determined whether or not the file has ended. this is,
This is done by determining the EOF of the file. If it is determined that the file has not been completed, the process proceeds to step S214. In step S214, the peripheral simulator 4a
Capture the output signal from ~ 4e. In step S215, it is determined whether the operating condition is OK. Here, the operation condition is a condition for determining whether or not all values (including a range) of one or a plurality of operation results are correct. Step S21
At 6, it is determined whether the time condition is OK. If either the operating condition or the time condition is OK, step S2
Go to 17. In step S217, the input signals to the peripheral simulators 4a to 4e are output. Then, the peripheral simulators 4a to 4e operate by this, and the execution result is recorded in the execution result file column by column. The result of this execution is displayed momentarily in the right column of the display screen. As described above, by checking not only the time condition but also the operation condition, the operation time is different each time when controlling a device that performs a mechanism operation such as a stepping motor that operates regardless of input operation. However, you can test under the same conditions.

【0074】図6のステップS8の結果照合処理では、
図19のステップS221で結果照合のデータ入力画面
が表示される。このデータ入力画面は図24に示すチェ
ックシートのデータ入力画面と同様な画面である。但
し、下部に結果照合ボタンと終了ボタンとが表示されて
いる。また、上部にはデータ入力画面が表示されてい
る。ステップS222では、データ入力画面にデータが
入力されるのを待つ。ここで必要なデータは、機種名、
チェックシートバージョン、PROMバージョン、シー
ト番号である。ステップS223では、結果照合ボタン
が操作されたか否かを判断する。ステップS224では
終了ボタンが操作されたか否かを判断する。結果照合ボ
タンが操作されたと判断するとステップS223からス
テップS225に移行する。ステップS225では、項
目ファイルが既に存在するか否かを判断する。項目ファ
イルが存在していない場合にはステップS226に移行
してエラー出力ファイルにその旨を出力する。項目ファ
イルがある場合にはステップS227に移行し、照合処
理を実行する。終了ボタンが操作されると結果照合処理
を終了しメインルーチンに戻る。
In the result collating process of step S8 of FIG.
In step S221 of FIG. 19, a data input screen for result matching is displayed. This data input screen is the same screen as the data input screen of the check sheet shown in FIG. However, a result collation button and an end button are displayed at the bottom. Further, a data input screen is displayed on the upper part. In step S222, the process waits until data is input on the data input screen. The data required here is the model name,
A check sheet version, a PROM version, and a sheet number. In step S223, it is determined whether or not the result matching button has been operated. In step S224, it is determined whether the end button has been operated. If it is determined that the result matching button has been operated, the process proceeds from step S223 to step S225. In step S225, it is determined whether the item file already exists. If the item file does not exist, the process moves to step S226 and the fact is output to the error output file. If there is an item file, the process proceeds to step S227, and collation processing is executed. When the end button is operated, the result matching process is ended and the process returns to the main routine.

【0075】ステップS227の照合処理では、図20
のステップS231で、チェックシート画面を表示す
る。このチェックシート画面は、図29に示すように、
左側に実行結果をチェックシート形式で、右側に評価結
果をチェックシート形式で表示する。また、下部に前方
方向のエラー箇所に移動するための前方エラーボタン、
後ろ方向のエラー箇所に移動するための後方エラーボタ
ン、左の画面を基準に右の表示列位置を合わせるための
左右合わせボタン、結果を表示するための結果表示ボタ
ン、照合画面を終了してデータ入力画面に戻るための終
了ボタンの5つのボタンが表示される。また上部には、
オプションメニューが表示される。ここでのオプション
メニューとしては、間引き処理や、照合結果ファイルの
作成やログファイル読み込みや間引きファイルの読み込
みやCMファイルの読み込み等のメニューが表示され
る。ステップS232ではオプションメニューが操作さ
れたか否かを判断する。ステップS233では前エラー
ボタンが操作されたか否かを判断する。ステップS23
4では後ろエラーボタンが操作されたか否かを判断す
る。ステップS235では結果表示ボタンが操作された
か否かを判断する。ステップS236では終了ボタンが
操作されたか否かを判断する。終了ボタンが操作された
と判断すると元のルーチンに戻る。なおここでは左右合
わせボタンについての説明は省略している。
In the collation processing in step S227, the process shown in FIG.
In step S231, the check sheet screen is displayed. This check sheet screen is displayed as shown in FIG.
The execution result is displayed in check sheet format on the left side, and the evaluation result is displayed in check sheet format on the right side. In addition, the front error button to move to the error point in the front direction at the bottom,
Backward error button to move to the backward error location, right / left alignment button to align the display column position on the right with the left screen as a reference, result display button to display the results, and data after exiting the verification screen Five buttons, which are end buttons for returning to the input screen, are displayed. Also on the top,
The option menu is displayed. As the option menu here, menus such as thinning processing, creation of a matching result file, reading of a log file, reading of a thinning file, reading of a CM file, etc. are displayed. In step S232, it is determined whether the option menu has been operated. In step S233, it is determined whether or not the previous error button has been operated. Step S23
In step 4, it is determined whether the back error button has been operated. In step S235, it is determined whether or not the result display button has been operated. In step S236, it is determined whether the end button has been operated. When it is determined that the end button has been operated, the original routine is returned to. Note that the description of the left / right alignment button is omitted here.

【0076】オプションメニューが選択されたと判断す
るとステップS232からステップS233に移行す
る。ステップS233では照合オプションメニューを表
示しそれらのうちのいずれか1つの選択されたメニュー
をさらに実行する。これについての詳細な説明は省略す
る。前エラーボタンが操作されたと判断するとステップ
S233からステップS238に移行する。ステップS
233では、前方方向のエラー箇所にカーソルを移動す
る。後エラーボタンが操作されたと判断するとステップ
S234からステップS239に移行する。ステップS
239では後ろ方向のエラー箇所にカーソルを移動す
る。結果表示ボタンが操作されたと判断するとステップ
S235からステップS240に移行する。ステップS
240では、後述する結果表示処理を行う。
If it is determined that the option menu has been selected, the process proceeds from step S232 to step S233. In step S233, the matching option menu is displayed and any one of the selected menus is further executed. Detailed description thereof will be omitted. If it is determined that the previous error button has been operated, the process proceeds from step S233 to step S238. Step S
At 233, the cursor is moved to the error location in the forward direction. If it is determined that the rear error button has been operated, the process proceeds from step S234 to step S239. Step S
At 239, the cursor is moved to the error position in the backward direction. If it is determined that the result display button has been operated, the process proceeds from step S235 to step S240. Step S
At 240, a result display process described later is performed.

【0077】ステップS240の結果表示処理では、図
21のステップS241で図29に示す画面表示を行
う。そして実行評価結果については前述したように画面
右側に表示する。ステップS242では、間引き処理を
実行する。この間引き処理では、連続的に値が変化する
項目については、図30(A)に示すように、状態の変
化点のデータのみを表示する。この表示のために間引き
処理を行う。たとえば、装置本体1は周辺シミュレータ
4a〜4eから連続的にデータが転送されると全てのデ
ータをテスト結果データとして受け取る。この状態を図
30(B)に示す。ここまでは、結果照合時、テスト結
果データ2〜10は全てエラーとなるため、以下のルー
ルによってデータ間引き処理を行う。
In the result display processing of step S240, the screen display shown in FIG. 29 is performed in step S241 of FIG. The execution evaluation result is displayed on the right side of the screen as described above. In step S242, thinning processing is executed. In this thinning-out process, for items whose values change continuously, as shown in FIG. 30A, only the data of the change point of the state is displayed. Thinning-out processing is performed for this display. For example, the apparatus body 1 receives all data as test result data when data is continuously transferred from the peripheral simulators 4a to 4e. This state is shown in FIG. Up to this point, all the test result data 2 to 10 result in an error when collating the results, so the data thinning process is performed according to the following rules.

【0078】(1) 各データ毎に設定された間引き間隔時
間(転送データ変換定義ファイルに設定されている)を
使って変化点(変化角)の情報を取り出す。 (2) 間引き間隔時間を超えて値が変化していなければ安
定と見なしてその値を確定する。この状態を図30
(C)に示す。 このように間引きの基本的な考え方は、角度変化点毎に
間引き間隔1と値公差とによって範囲チェックを行い、
微少変化(間引き間隔1時間内で値公差内の変化)デー
タは変化途中データと見なして値を間引く。すなわち図
30(D)に示すように、間引き間隔1内にある2つの
データ2,3において、データ2を間引くかどうかは、
前後のデータ1,データ3の値と方向とを見て決定す
る。ここでは、間引きを3段階で行っている。まず第1
段階では、特徴データを抽出するために微少データでも
方向が変化したものは間引きしない。たとえば間引き間
隔1内で図30(D)において、データ2とデータ3の
値が等しい場合、データ3は無条件に間引く。第2段階
において、方向が変化しても微少変化データがあれば間
引く。たとえば間引き間隔1内でデータ2とデータ3の
値が等しく、時間間隔が指定時間(間引き間隔2)以内
の場合はデータ3を間引く。第3の段階では、データ
1,2,3のデータが等しい場合は間引き間隔に関係な
くデータ2を間引く。このように3段階で間引き処理を
行う。
(1) Information on a change point (change angle) is taken out using the thinning interval time (set in the transfer data conversion definition file) set for each data. (2) If the value does not change over the thinning interval time, it is considered stable and the value is confirmed. This state is shown in FIG.
It is shown in (C). In this way, the basic idea of thinning is to perform a range check by the thinning interval 1 and the value tolerance for each angle change point,
Small changes (changes in the value tolerance within the thinning interval of 1 hour) data are regarded as mid-change data and the values are thinned. That is, as shown in FIG. 30D, it is determined whether the data 2 is to be thinned out of the two data 2 and 3 within the thinning interval 1.
It is determined by looking at the values of data 1 and data 3 before and after and the direction. Here, thinning is performed in three stages. First of all
At the stage, in order to extract characteristic data, even minute data whose direction has changed is not thinned out. For example, in the thinning interval 1 in FIG. 30D, when the values of data 2 and data 3 are equal, data 3 is unconditionally thinned. In the second stage, if there is slight change data even if the direction changes, it is thinned out. For example, if the data 2 and the data 3 have the same value within the thinning interval 1 and the time interval is within the designated time (thinning interval 2), the data 3 is thinned. In the third stage, when the data 1, 2, 3 are the same, the data 2 is thinned out regardless of the thinning interval. Thus, the thinning process is performed in three stages.

【0079】ステップS243では、間引かれた実行結
果を項目単位に分解し、項目単位結果ファイルに格納す
る。ステップS244では、全ての実行結果ファイルの
読み込みを終了したか否かを判断する。読み込みを終了
するとステップS245に移行し、結果ファイルをチェ
ックシート形式に逆パターン変換し、チェックシートフ
ァイルに格納するとともに画面左側に表示する。このと
きは変換パターン定義ファイルを参照する。ファイルが
終わりでない場合には、ステップS247に移行する。
ステップS247では、実行結果の中から正解候補を取
り出す。ステップS248では、得られた正解候補の中
から最も正解値に近い値を正解と認定する。ステップS
249では、周期動作の取り出しとその正解判定を行
う。ステップS250では、結果ファイルに正誤判定情
報を付与する。付与された結果ファイルは、照合結果フ
ァイルに格納される。
In step S243, the thinned execution result is decomposed into item units and stored in the item unit result file. In step S244, it is determined whether reading of all execution result files has been completed. When the reading is completed, the process proceeds to step S245, the result file is subjected to reverse pattern conversion into the check sheet format, stored in the check sheet file, and displayed on the left side of the screen. In this case, refer to the conversion pattern definition file. If the file is not the end, the process moves to step S247.
In step S247, correct answer candidates are extracted from the execution result. In step S248, the value closest to the correct answer value among the obtained correct answer candidates is recognized as the correct answer. Step S
At 249, the periodic operation is extracted and its correct answer is determined. In step S250, correctness determination information is added to the result file. The added result file is stored in the matching result file.

【0080】ステップS249の周期動作正解判定処理
では、図22のステップS251で、初期動作定義があ
るか否かが判断される。初期動作定義がある場合にはス
テップS252に移行する。ステップS252では、次
の出力データがあるかまたはファイルの終わりまで初期
動作を検索する照合処理を行う。ステップS253で
は、パターン動作定義が有るか否かを判断する。パター
ン動作定義が有ると判断するとステップS254に移行
し、次の出力データがあるかまたはファイルの終わりま
でパターン開始位置データを検索する。ステップS22
5では、開始位置データが有るか否かをする。開始位置
データが有る場合には、パターンを確定し、図32に示
すように、確定したパターンに残りのデータをあてはめ
る。ステップS257では、パターン終了位置か否かを
する。パターン終了位置ではない場合には、ステップS
258に移行する。ステップS258では、正誤判定を
行う。正解の場合にはステップS257に戻り、パター
ン終了位置まで正誤判定を繰り返す。正解では無い場合
にはステップS259に移行し、エラー出力をエラーフ
ァイルに出力してステップS257に戻る。
In the periodic motion correct answer determination processing in step S249, it is determined in step S251 in FIG. 22 whether there is an initial motion definition. If there is an initial action definition, the process proceeds to step S252. In step S252, collation processing is performed to search for an initial operation until there is next output data or the end of the file. In step S253, it is determined whether there is a pattern action definition. If it is determined that there is a pattern operation definition, the process proceeds to step S254, and pattern start position data is searched until there is next output data or the end of the file. Step S22
At 5, it is determined whether or not there is start position data. If there is start position data, the pattern is confirmed, and the remaining data is applied to the confirmed pattern, as shown in FIG. In step S257, it is determined whether the pattern end position is reached. If it is not the pattern end position, step S
Move to 258. In step S258, the correctness determination is performed. If the answer is correct, the process returns to step S257 to repeat the correctness determination up to the pattern end position. If the answer is not correct, the process proceeds to step S259, the error output is output to the error file, and the process returns to step S257.

【0081】パターン終了位置と判断するとステップS
257からステップS260に移行する。ステップS2
60では、終了動作定義があるか否かを判断する。終了
動作定義がない場合には処理を終了して結果表示ルーチ
ンに戻り、終了動作定義がある場合にはステップS26
1に移行する。ステップS261では、終了列を検索し
て終了動作時間に時間に遡って終了動作をあてはめる。
If it is determined that the pattern end position, step S
The processing moves from 257 to step S260. Step S2
At 60, it is determined whether or not there is an end action definition. If there is no end action definition, the process ends and returns to the result display routine, and if there is an end action definition, step S26.
Move to 1. In step S261, the end column is searched and the end operation is applied retroactively to the end operation time.

【0082】このパターン動作照合処理では、第1段階
では通常の照合処理を行い、第2段階でシンボルの照合
処理を行う。シンボルの照合については、シンボル開始
列から初期動作を検索する。また、パターン動作の開始
データを検索する。そしてパターン動作を確定し残りの
データを当てはめる。次の出力データが記入されている
位置まで繰り返しパターンを検索し、終了動作定義があ
る場合は終了列を見つけて終了動作時間分逆上って終了
動作を当てはめる。
In this pattern operation matching process, the normal matching process is performed in the first stage, and the symbol matching process is performed in the second stage. For symbol matching, the initial operation is searched from the symbol start column. Also, the start data of the pattern operation is searched. Then, the pattern operation is confirmed and the remaining data is applied. The repeated pattern is searched up to the position where the next output data is entered, and if there is an end action definition, the end column is found, the end action time is reversed, and the end action is applied.

【0083】[0083]

【発明の効果】本発明に係る制御ソフトウェアの自動テ
スト装置および方法では、テスト計画が表形式で作成さ
れるので、簡単にテスト計画を作成できるとともに、テ
スト内容を直観的に理解できる。また、時間条件に加え
て動作条件を含めてテストを実行するので、動作状況が
不安定な機器であっても自動的にテストを実行できる。
さらに、物理的な誤差を含めてテスト結果を評価してい
るので、テスト結果が物理的に変動しても自動的に評価
できる。
According to the automatic test apparatus and method for control software of the present invention, since the test plan is created in the form of a table, the test plan can be easily created and the test contents can be intuitively understood. Further, since the test is executed including the operation condition in addition to the time condition, the test can be automatically executed even in the case of a device whose operation status is unstable.
Further, since the test result is evaluated including the physical error, it can be automatically evaluated even if the test result physically changes.

【0084】本発明に係る制御ソフトウェアのテスト計
画入力装置および方法では、制御装置に対する入力条件
および出力条件を時間データで関連付けたテスト計画が
表形式で入力されるので、テスト計画の入力が容易にな
り、かつテスト内容を直観的に判断できる。本発明に係
る制御ソフトウェアのテスト実行装置および方法では、
時間条件に加えて動作条件をも判断して入力条件が制御
装置に出力されるので、動作状態が安定しない機器であ
っても動作条件を判断することで、監視することなく自
動的にテストを実行できる。
In the control software test plan input device and method according to the present invention, since the test plan in which the input condition and the output condition for the control device are associated with the time data is input in the form of a table, the test plan can be easily input. And can intuitively judge the test contents. In the control software test execution device and method according to the present invention,
In addition to the time condition, the operating condition is also judged and the input condition is output to the control device. Therefore, even if the operating condition is not stable, the operating condition can be judged to automatically test without monitoring. I can do it.

【0085】本発明に係る制御ソフトウェアのテスト結
果評価装置および方法では物理的な誤差を含む評価基準
データに基づいて正解データとテスト結果とを照合して
いるので、テスト結果に物理的な誤差が含まれていて
も、テスト結果を正しく自動的に評価できる。
In the control software test result evaluation apparatus and method according to the present invention, the correct answer data and the test result are collated based on the evaluation reference data including the physical error, so that the test result has no physical error. Even if included, test results can be correctly and automatically evaluated.

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

【図1】本発明の一実施例による制御ソフトウェアの自
動テスト装置のブロック構成図。
FIG. 1 is a block configuration diagram of an automatic test apparatus for control software according to an embodiment of the present invention.

【図2】テスト装置本体のブロック図。FIG. 2 is a block diagram of a test apparatus body.

【図3】ファイル構成を説明する図。FIG. 3 is a diagram illustrating a file structure.

【図4】メインルーチンのフローチャート。FIG. 4 is a flowchart of a main routine.

【図5】チェックシート処理のフローチャート。FIG. 5 is a flowchart of check sheet processing.

【図6】シート入力処理のフローチャート。FIG. 6 is a flowchart of sheet input processing.

【図7】ファイル処理のフローチャート。FIG. 7 is a flowchart of file processing.

【図8】オプション処理のフローチャート。FIG. 8 is a flowchart of option processing.

【図9】編集処理のフローチャート。FIG. 9 is a flowchart of edit processing.

【図10】入力処理のフローチャート。FIG. 10 is a flowchart of input processing.

【図11】時間入力処理のフローチャート。FIG. 11 is a flowchart of time input processing.

【図12】実行ファイル作成処理のフローチャート。FIG. 12 is a flowchart of an execution file creation process.

【図13】正解ファイル作成処理のフローチャート。FIG. 13 is a flowchart of correct answer file creation processing.

【図14】シンボル処理のフローチャート。FIG. 14 is a flowchart of symbol processing.

【図15】テスト実行処理のフローチャート。FIG. 15 is a flowchart of test execution processing.

【図16】テスト処理のフローチャート。FIG. 16 is a flowchart of test processing.

【図17】マニュアル入力のフローチャート。FIG. 17 is a flowchart of manual input.

【図18】連続実行処理のフローチャート。FIG. 18 is a flowchart of continuous execution processing.

【図19】結果照合処理のフローチャート。FIG. 19 is a flowchart of result matching processing.

【図20】照合処理のフローチャート。FIG. 20 is a flowchart of matching processing.

【図21】結果表示処理のフローチャート。FIG. 21 is a flowchart of a result display process.

【図22】周期動作正解判定処理のフローチャート。FIG. 22 is a flowchart of periodic operation correct answer determination processing.

【図23】初期画面を示す図。FIG. 23 is a diagram showing an initial screen.

【図24】チェックシートデータ入力画面を示す図。FIG. 24 is a diagram showing a check sheet data input screen.

【図25】チェックシートエディタ画面を示す図。FIG. 25 is a diagram showing a check sheet editor screen.

【図26】時間入力画面を示す図。FIG. 26 is a diagram showing a time input screen.

【図27】公差の干渉を説明する図。FIG. 27 is a diagram for explaining tolerance interference.

【図28】テスト実行時のチェックシート画面を示す
図。
FIG. 28 is a diagram showing a check sheet screen when a test is executed.

【図29】照合処理時のチェックシート画面を示す図。FIG. 29 is a view showing a check sheet screen at the time of collation processing.

【図30】間引き処理を説明する図。FIG. 30 is a diagram illustrating thinning processing.

【図31】タイマ公差がある場合の正解判定を説明する
図。
FIG. 31 is a diagram illustrating correct answer determination when there is a timer tolerance.

【図32】パターン動作定義を示す図。FIG. 32 is a diagram showing pattern operation definition.

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

1 テスト装置本体 2 マイコン 3 マイコン搭載部 4a〜4e 周辺シミュレータ 5a〜5c 光ループネットワーク 10 CPU 12 マウス 13 CRTディスプレイ 14 メモリ 15 外部記憶装置 1 Test device main body 2 Microcomputer 3 Microcomputer mounting part 4a-4e Peripheral simulator 5a-5c Optical loop network 10 CPU 12 Mouse 13 CRT display 14 Memory 15 External storage device

Claims (23)

【特許請求の範囲】[Claims] 【請求項1】 入力機器と制御対象の出力機器とが接続
される制御装置で用いられる制御ソフトウェアのテスト
を自動的に実行する制御ソフトウェアの自動テスト装置
であって、 前記テストを順に実行するための表形式のテスト計画を
作成し、テスト計画を時間条件と動作条件とを含めて判
断して実行し、物理的な誤差を含めてテスト結果を評価
するためのテスト装置本体と、 前記入力機器および出力機器の動作を模擬的に実行する
周辺シミュレータを接続するためのポートと、前記制御
ソフトウェアにより動作する制御装置を搭載する搭載部
とを有し、前記テスト装置本体と接続されたテスト対象
部と、を備えた制御ソフトウェアの自動テスト装置。
1. An automatic test device for control software, which automatically executes a test of control software used in a control device in which an input device and an output device to be controlled are connected, for executing the tests in sequence. A test apparatus main body for creating a test plan in the form of a table, determining and executing the test plan including a time condition and an operating condition, and evaluating a test result including a physical error, and the input device. And a port for connecting a peripheral simulator for simulating the operation of the output device, and a mounting part for mounting a control device operated by the control software, and a test target part connected to the test device main body. And an automatic control software tester equipped with.
【請求項2】 前記テスト装置本体は、前記周辺シミュ
レータおよび前記テスト対象部と光ループネットワーク
で接続するための光入出力ボードを有している、請求項
1記載の制御ソフトウェアの自動テスト装置。
2. The automatic test apparatus for control software according to claim 1, wherein the test apparatus main body has an optical input / output board for connecting to the peripheral simulator and the test target section by an optical loop network.
【請求項3】 前記テスト装置本体は、 前記制御装置に対する入力条件および出力条件を時間デ
ータで関連付けたテスト計画を作成するための作成手段
と、 作成されたテスト計画に基づき、前記制御ソフトウェア
を実行しテスト結果を出力する実行手段と、 前記実行手段から出力されたテスト結果を評価する評価
手段とを備えている、請求項1または2記載の制御ソフ
トウェアの自動テスト装置。
3. The test apparatus main body executes a control program based on the created test plan, and creating means for creating a test plan in which input conditions and output conditions for the control apparatus are associated with time data. 3. The control software automatic test apparatus according to claim 1, further comprising: an executing unit that outputs a test result and an evaluating unit that evaluates the test result output from the executing unit.
【請求項4】 入力機器と制御対象の出力機器とが接続
される制御装置で用いられる制御ソフトウェアのテスト
を自動的に実行する制御ソフトウェアの自動テスト装置
であって、 前記制御装置に対する入力条件および出力条件を時間デ
ータで関連付けたテスト計画を作成するための作成手段
と、 作成されたテスト計画に基づき、前記制御ソフトウェア
を実行しテスト結果を出力する実行手段と、 前記実行手段から出力されたテスト結果を評価する評価
手段と、を備えた制御ソフトウェアの自動テスト装置。
4. An automatic test device for control software, which automatically executes a test of control software used in a control device in which an input device and an output device to be controlled are connected to each other. Creating means for creating a test plan in which output conditions are associated with time data, executing means for executing the control software and outputting a test result based on the created test plan, and a test output by the executing means An automatic test device for control software, comprising: evaluation means for evaluating the result.
【請求項5】 前記作成手段は、 前記制御装置に対する入力条件および出力条件を時間デ
ータで関連付けた前記テスト計画を行および列の表形式
で入力するための入力手段と、 入力された表形式のテスト計画を編集するための編集手
段と、を備えている、請求項3または4記載の制御ソフ
トウェアの自動テスト装置。
5. The creating means includes an input means for inputting the test plan in which input conditions and output conditions for the control device are associated with time data in a row and column table format, and an input table format of the input table format. 5. An automatic test apparatus for control software according to claim 3, further comprising an editing unit for editing a test plan.
【請求項6】 前記作成手段は、入力された表形式のテ
スト計画の内容から各入力条件および出力条件の関連性
を解釈して実行形式のテストファイルに変換する変換手
段をさらに備えている、請求項5記載の制御ソフトウェ
アの自動テスト装置。
6. The creating means further comprises a converting means for interpreting the content of the input test plan in the tabular format and interpreting the relevance of each input condition and output condition to convert the test file into an executable test file. An automatic test apparatus for control software according to claim 5.
【請求項7】 前記作成手段は、入力された表形式のテ
スト計画の内容から各入力条件および出力条件の関連性
を解釈してテスト結果の評価のための正解データを生成
する正解データ生成手段をさらに備えている、請求項5
または6記載の制御ソフトウェアの自動テスト装置。
7. The correct data generating means for generating correct answer data for evaluating the test result by interpreting the relationship between each input condition and output condition from the contents of the inputted tabular test plan. 6. The method according to claim 5, further comprising:
Alternatively, the control software automatic test device according to the item 6.
【請求項8】 前記入力手段は、時間公差を加味した時
間データを入力可能であり、前記入力された時間データ
の時間公差が相互に干渉するか否かを判断する公差判断
手段をさらに備えている、請求項5から7のいずれかに
記載の制御ソフトウェアの自動テスト装置。
8. The input means is capable of inputting time data with a time tolerance added, and further comprises a tolerance determining means for determining whether or not the time tolerances of the input time data interfere with each other. An automatic test device for control software according to any one of claims 5 to 7, wherein:
【請求項9】 前記実行手段は、 前記実行結果の出力条件が所定の動作条件を満たすか否
かを判断する動作条件判断手段と、 前記出力条件が所定の時間条件を満たすか否かを判断す
る時間条件判断手段と、 前記2つの条件判断手段のいずれかが条件を満たすと判
断したとき、前記出力条件に時間データで関連付けられ
た入力条件を前記制御装置に入力する模擬入力信号出力
手段とを備えている、請求項3から8のいずれかに記載
の制御ソフトウェアの自動テスト装置。
9. The execution means determines an operation condition determining means for determining whether an output condition of the execution result satisfies a predetermined operation condition, and determines whether the output condition satisfies a predetermined time period. And a simulated input signal output means for inputting an input condition associated with the output condition with time data to the control device when either of the two condition determination means determines that the condition is satisfied. An automatic test apparatus for control software according to claim 3, further comprising:
【請求項10】 前記実行手段は、 前記テスト結果を前記表形式に変換し出力する表形式出
力手段をさらに備えている、請求項3から9のいずれか
に記載の制御ソフトウェアの自動テスト装置。
10. The automatic test apparatus for control software according to claim 3, wherein the execution unit further includes a table format output unit that converts the test result into the table format and outputs the table result.
【請求項11】 前実行手段は、 テスト範囲を指定するテスト範囲指定手段と、 指定されたテスト範囲を前記テスト計画に基づき連続的
にテストする連続テスト実行手段と、 指定された入力条件または出力条件を1つだけ実行する
単一テスト実行手段とをさらに備えている、請求項3か
ら10のいずれかに記載の制御ソフトウェアの自動テス
ト装置。
11. The pre-execution means includes a test range designation means for designating a test range, a continuous test execution means for continuously testing the designated test range based on the test plan, and a designated input condition or output. 11. The control software automatic test apparatus according to claim 3, further comprising a single test execution unit that executes only one condition.
【請求項12】 前記実行手段は、 実行すべき1または複数のテスト計画を指定するテスト
計画指定手段と、 指定された1または複数のテスト計画を連続的に実行す
るテスト計画連続実行手段と、をさらに備えている、請
求項3から11のいずれかに記載の制御ソフトウェアの
自動テスト装置。
12. The executing means comprises a test plan specifying means for specifying one or a plurality of test plans to be executed, and a test plan continuous executing means for continuously executing the specified one or a plurality of test plans. The automatic test apparatus for control software according to claim 3, further comprising:
【請求項13】 前記評価手段は、 物理的な誤差を含む評価基準データを格納する評価基準
データ格納手段と、 前記正解データ作成手段で作成された正解データと前記
テスト結果とを前記評価基準データに基づいて照合し評
価結果データを作成する照合手段とを備えている、請求
項7から12のいずれかに記載の制御ソフトウェアの自
動テスト装置。
13. The evaluation means includes an evaluation reference data storage means for storing evaluation reference data including a physical error, the correct answer data created by the correct answer data creating means, and the test result. 13. The control software automatic test device according to claim 7, further comprising a collating unit that collates based on the above, and creates evaluation result data.
【請求項14】 前記照合手段で作成された評価結果デ
ータを表形式で前記入力された表形式のテスト結果に並
べて表示する結果表示手段をさらに備えている、請求項
13記載の制御ソフトウェアの自動テスト装置。
14. The automatic control software according to claim 13, further comprising result display means for displaying the evaluation result data created by the collating means side by side with the input test result in the table format in a table format. Test equipment.
【請求項15】 前記評価手段は、変化するテスト実行
結果のうち変化途中データを間引く間引き手段をさらに
備えている、請求項13または14記載の制御ソフトウ
ェアの自動テスト装置。
15. The automatic test apparatus for control software according to claim 13, wherein said evaluation means further comprises a thinning means for thinning out the changing data among the changing test execution results.
【請求項16】 前記照合手段は、 テスト結果を正解データと照合する第1照合手段と、 パターンが連続するテスト結果の最初のパターンを検索
するパターン検索手段と、 検索されたパターンとその後の連続するパターンとを照
合する第2照合手段とを備えている、請求項13から1
5のいずれかに記載の制御ソフトウェアのテスト装置。
16. The matching means comprises a first matching means for matching a test result with correct answer data, a pattern searching means for searching a first pattern of a test result in which patterns are continuous, a searched pattern and a subsequent continuous pattern. 14. The second collation means for collating the pattern to be collated is provided.
6. The control software test apparatus according to any one of 5 above.
【請求項17】 入力機器および出力機器が接続される
制御装置で用いられる制御ソフトウェアのテスト計画を
入力するための制御ソフトウェアのテスト計画入力装置
であって、 前記制御装置に対する入力条件および出力条件を時間デ
ータで関連付けたテスト計画を行および列の表形式で入
力するための入力手段と、 入力された表形式のテスト計画を編集するための編集手
段と、 前記表形式のテスト計画を実行形式のテストファイルに
変換する変換手段と、を備えた制御ソフトウェアのテス
ト計画入力装置。
17. A test plan input device of control software for inputting a test plan of control software used in a control device to which an input device and an output device are connected, the input condition and the output condition for the control device being set. An input means for inputting the test plan associated with the time data in a row and column table format, an editing means for editing the input tabular test plan, and the tabular test plan in an execution format. A test plan input device for control software, comprising: a conversion means for converting into a test file.
【請求項18】 入力機器および出力機器が接続される
制御装置で用いられる制御ソフトウェアのテストを自動
的に行うための制御ソフトウェアのテスト実行装置であ
って、 実行結果の出力条件が所定の動作条件を満たすか否かを
判断する動作条件判断手段と、 前記出力条件が所定の時間条件を満たすか否かを判断す
る時間条件判断手段と、 前記2つの条件判断手段のいずれかが条件を満たすと判
断したとき、前記出力条件に時間データで関連付けられ
た入力条件を前記制御装置に出力する模擬入力条件出力
手段と、を備えた制御ソフトウェアのテスト実行装置。
18. A control software test execution device for automatically performing a test of control software used in a control device to which an input device and an output device are connected, the output result of the execution result being a predetermined operation condition. An operating condition determining means for determining whether or not the condition is satisfied, a time condition determining means for determining whether or not the output condition satisfies a predetermined time condition, and one of the two condition determining means satisfies the condition. A control software test execution device comprising: a simulated input condition output means for outputting to the control device an input condition associated with the output condition by time data when judged.
【請求項19】 入力機器および出力機器が接続される
制御装置で用いられる制御ソフトウェアのテスト結果を
評価する制御ソフトウェアのテスト結果評価装置であっ
て、 テスト結果を格納するテスト結果格納手段と、 正解データを格納する正解データ格納手段と、 物理的誤差を含む評価基準データを格納する評価基準デ
ータ格納手段と、 前記正解データ格納手段に格納された正解データと前記
テスト結果格納手段に格納されたテスト結果とを前記評
価基準データに基づいて照合し、評価結果データを作成
する照合手段と、を備えた制御ソフトウェアのテスト結
果評価装置。
19. A test result evaluation device of control software for evaluating a test result of control software used in a control device to which an input device and an output device are connected, the test result storing means storing the test result, and a correct answer. Correct answer data storage means for storing data, evaluation reference data storage means for storing evaluation reference data including physical error, correct answer data stored in the correct answer data storage means, and test stored in the test result storage means A test result evaluation device for control software, comprising: a collating unit that collates the result with the evaluation standard data to create the evaluation result data.
【請求項20】 入力機器と制御対象の出力機器とが接
続される制御装置で用いられる制御ソフトウェアを自動
的にテストする制御ソフトウェアの自動テスト方法であ
って、 前記制御装置に対する入力条件および出力条件を時間デ
ータで関連付けた表形式のテスト計画を作成する作成工
程と、 作成されたテスト計画に基づき、前記制御ソフトウェア
を実行しテスト結果を出力する実行工程と、 前記実行工程で出力されたテスト結果を評価する評価工
程と、を含む制御ソフトウェアの自動テスト方法。
20. A control software automatic test method for automatically testing control software used in a control device in which an input device and an output device to be controlled are connected, the input condition and the output condition for the control device. A test process that creates a tabular test plan that is associated with time data, an execution process that executes the control software and outputs test results based on the created test plan, and a test result that is output in the execution process. And an automatic test method of control software including an evaluation step for evaluating.
【請求項21】 入力機器および出力機器が接続される
制御装置で用いられる制御ソフトウェアのテスト計画を
入力するための制御ソフトウェアのテスト計画入力方法
であって、 前記制御装置に対する入力条件および出力条件を時間デ
ータで関連付けたテスト計画を行および列の表形式で入
力するための入力工程と、 入力された表形式のテスト計画を編集するための編集工
程と、 前記表形式のテスト計画を実行形式のテストファイルに
変換する変換工程と、を含む制御ソフトウェアのテスト
計画入力方法。
21. A control software test plan input method for inputting a test plan of control software used in a control device to which an input device and an output device are connected, comprising: inputting conditions and output conditions for the control device. An input process for entering a test plan associated with time data in a row and column table format, an editing process for editing the entered tabular test plan, and an execution process for executing the tabular test plan. A control software test plan input method including a conversion process of converting to a test file.
【請求項22】 入力機器および出力機器が接続される
制御装置で用いられる制御ソフトウェアのテストを自動
的に行うための制御ソフトウェアのテスト実行方法であ
って、 実行結果の出力条件が所定の動作条件を満たすか否かを
判断する動作条件判断工程と、 前記出力条件が所定の時間条件を満たすか否かを判断す
る時間条件判断工程と、 前記2つの条件判断工程のいずれかが条件を満たすと判
断したとき、前記出力条件に時間データで関連付けられ
た入力条件を前記制御装置に出力する模擬入力条件出力
工程と、を含む制御ソフトウェアのテスト実行方法。
22. A control software test execution method for automatically performing a test of control software used in a control device to which an input device and an output device are connected, wherein an output condition of an execution result is a predetermined operation condition. An operation condition determining step of determining whether or not the condition is satisfied, a time condition determining step of determining whether the output condition satisfies a predetermined time condition, and one of the two condition determining steps satisfies the condition. When the determination is made, a control software test execution method including a simulated input condition output step of outputting to the control device an input condition associated with the output condition by time data.
【請求項23】 入力機器および出力機器が接続される
制御装置で用いられる制御ソフトウェアのテスト結果を
評価する制御ソフトウェアのテスト結果評価方法であっ
て、 テスト計画に基づき作成された正解データとテスト結果
とを物理的な誤差を含む評価基準データに基づいて照合
する工程と、 照合結果に基づき、評価結果データを作成する工程と、
を含む制御ソフトウェアのテスト結果評価方法。
23. A test result evaluation method of control software for evaluating a test result of control software used in a control device to which an input device and an output device are connected, comprising correct answer data and a test result created based on a test plan. And a step of matching based on the evaluation reference data including a physical error, and a step of creating evaluation result data based on the matching result,
Control software test result evaluation method including.
JP24574195A 1995-09-25 1995-09-25 Automatic test apparatus and method for control software Expired - Fee Related JP3585601B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24574195A JP3585601B2 (en) 1995-09-25 1995-09-25 Automatic test apparatus and method for control software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24574195A JP3585601B2 (en) 1995-09-25 1995-09-25 Automatic test apparatus and method for control software

Publications (2)

Publication Number Publication Date
JPH0991031A true JPH0991031A (en) 1997-04-04
JP3585601B2 JP3585601B2 (en) 2004-11-04

Family

ID=17138117

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24574195A Expired - Fee Related JP3585601B2 (en) 1995-09-25 1995-09-25 Automatic test apparatus and method for control software

Country Status (1)

Country Link
JP (1) JP3585601B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107370A (en) * 2004-10-08 2006-04-20 Canon Inc Information processing apparatus and its control method
US7222269B2 (en) 2001-12-06 2007-05-22 Ns Solutions Corporation Performance evaluation device, performance evaluation information managing device, performance evaluation method, performance evaluation information managing method, performance evaluation system
JP2009176186A (en) * 2008-01-28 2009-08-06 Tokyo Electron Ltd Program test device and program
JP2010539578A (en) * 2007-09-14 2010-12-16 エアバス オペレーションズ (エスアーエス) Method for debugging operational software of an airborne system and device for implementing the method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7222269B2 (en) 2001-12-06 2007-05-22 Ns Solutions Corporation Performance evaluation device, performance evaluation information managing device, performance evaluation method, performance evaluation information managing method, performance evaluation system
JP2006107370A (en) * 2004-10-08 2006-04-20 Canon Inc Information processing apparatus and its control method
JP2010539578A (en) * 2007-09-14 2010-12-16 エアバス オペレーションズ (エスアーエス) Method for debugging operational software of an airborne system and device for implementing the method
US8650547B2 (en) 2007-09-14 2014-02-11 Airbus Operations Sas Method for debugging operational software of a system onboard an aircraft and device for implementing the same
JP2009176186A (en) * 2008-01-28 2009-08-06 Tokyo Electron Ltd Program test device and program
WO2009096322A1 (en) * 2008-01-28 2009-08-06 Tokyo Electron Limited Program test device and program
CN101925883A (en) * 2008-01-28 2010-12-22 东京毅力科创株式会社 Program test device and program
KR101110241B1 (en) * 2008-01-28 2012-02-15 도쿄엘렉트론가부시키가이샤 Program test device and program

Also Published As

Publication number Publication date
JP3585601B2 (en) 2004-11-04

Similar Documents

Publication Publication Date Title
US8402434B2 (en) Graphical user interface (GUI) script generation and documentation
EP1236104B1 (en) Method for computer-assisted testing of software application components
JP3234077B2 (en) Plant operation simulator and plant operation simulation method using artificial intelligence
CN116127203B (en) RPA service component recommendation method and system combining page information
CN109902013B (en) Payload testing method and system based on configuration testing sequence
CN112527676A (en) Model automation test method, device and storage medium
KR20100108582A (en) Program test device and program
Ntoa et al. UXAmI observer: an automated user experience evaluation tool for ambient intelligence environments
CN117076316A (en) Vehicle-mounted application testing method, system, electronic equipment and storage medium
JP3585601B2 (en) Automatic test apparatus and method for control software
CN117311798A (en) RPA flow generation system and method based on large language model
Vass et al. The JigCell model builder: a spreadsheet interface for creating biochemical reaction network models
JP2002281111A (en) Protocol analyzer
US20060247911A1 (en) Systems and methods for learning and mimicking the communications of intelligent electronic devices
CN112256576B (en) Man-machine dialogue corpus testing method, device, equipment and storage medium
Guzdial et al. Characterizing process change using log file data
CN113688029B (en) Automatic metamorphic testing method for mobile platform
Ivory et al. Comparing performance and usability evaluation: new methods for automated usability assessment
CN118860391A (en) UI design method based on intelligent interaction
Hua et al. Automatic Generation of Tutorial Systems on PC for Smartphone Applications
CN117055940A (en) Application inspection method and system
CN118132083A (en) Code auditing method, device, equipment and medium
CN112417799A (en) Multi-signal selection and response method
CN118468932A (en) Large model-based prompt generation and tuning method
JP2002024053A (en) General purpose inspection system on which log function is mounted

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040520

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040618

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040804

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

Free format text: PAYMENT UNTIL: 20070813

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20080813

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20080813

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090813

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees