JPH06168157A - Program test device - Google Patents

Program test device

Info

Publication number
JPH06168157A
JPH06168157A JP4321830A JP32183092A JPH06168157A JP H06168157 A JPH06168157 A JP H06168157A JP 4321830 A JP4321830 A JP 4321830A JP 32183092 A JP32183092 A JP 32183092A JP H06168157 A JPH06168157 A JP H06168157A
Authority
JP
Japan
Prior art keywords
program
data
module
program module
completed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP4321830A
Other languages
Japanese (ja)
Inventor
Shigeki Tezuka
繁樹 手塚
Tatsuo Echizenya
達夫 越前谷
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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor 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 Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP4321830A priority Critical patent/JPH06168157A/en
Publication of JPH06168157A publication Critical patent/JPH06168157A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To enable the whole program to be tested even when a part of pro gram module or every kind of equipment operated actually does not exist by selecting data required by a complete program module instead of an incomplete program module from inputted data. CONSTITUTION:When a program module C is not completed, an initialized debug module receives data A that is the data of a move command value with input 1 and data B that is the data of moving quantity with input 2 at the time of performing the test run of a system to which the debug module is connected. An input state retrieval part 10 decides a state number from the data A and B by retrieving an input state table, and an output state retrieval part 11 selects data outputted from an output state table based on a decided state number, and output 1 outputs data Z as the data of operating result to transmit the data to the program module D.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プログラムテスト装置
に関する。特に、ファクトリーオートメイション(FA)シ
ステム等の自動生産システムにおけるプログラムのテス
ト装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program test device. In particular, it relates to a program test device in an automatic production system such as a factory automation (FA) system.

【0002】[0002]

【従来の技術】従来、ファクトリーオートメーション(F
A)システム等に用いられるプログラムは、単位ごとに分
割してプログラムをコーディングして、これらの単位ご
とのプログラムをプログラムモジュールと称し、プログ
ラム全体としてはこれらプログラムモジュールを接合す
ることによって、全プログラムとして完成させていく手
法が用いられている。このようなプログラムの場合、接
合するプログラムモジュールのある一単位のコーディン
グが完成していない場合には、全体のプログラムとして
のテストを行うことができず、全体のプログラムテスト
を行うためには、全てのプログラムモジュールの完成を
待たなければならない。
2. Description of the Related Art Conventionally, factory automation (F
A) Programs used in systems, etc., are divided into units and are coded, the programs for each unit are called program modules, and the programs as a whole are spliced together as a whole program. The method of completing is used. In the case of such a program, if the coding of one unit with the program modules to be joined is not completed, the test as the whole program cannot be performed. We have to wait for the completion of the program module.

【0003】また、全プログラムが完成した場合でも、
そのプログラムにより動作させるための各種機器が存在
しない場合には、プログラムの発する命令の受渡し先が
存在せず、また、プログラムが要求する各種機器からの
データも出てこないためにシステム全体として動作確認
を行いたい場合にプログラムのテストができない。この
ため、このような機器が存在しない場合には、この存在
しない機器に対応するプログラム内の命令を全て非実効
文にしてからテストを行っていたため、プログラムが全
体をして正しく動作しているかどうかの確認ができない
という問題があった。
Even if all programs are completed,
If there are no various devices to operate with the program, there is no destination to receive the instructions issued by the program, and the data from the various devices required by the program does not come out, so the operation of the entire system is confirmed. I can't test the program if I want to. For this reason, if such a device does not exist, all the instructions in the program corresponding to this nonexistent device were made into non-effective statements before testing, so the program as a whole is operating correctly. There was a problem that it could not be confirmed.

【0004】[0004]

【発明が解決しようとする課題】そこで、本発明は、一
部のプログラムモジュールもしくは実際に動作される各
種機器が存在していない場合でもプログラム全体のテス
トを行うことができるプログラムテスト装置を提供する
ことを目的とする。
Therefore, the present invention provides a program test apparatus capable of testing the entire program even if some program modules or various devices actually operated do not exist. The purpose is to

【0005】[0005]

【課題を解決するための手段】上記諸目的は、複数のプ
ログラムモジュールを接合したプログラムによる動作手
順によって各種機器を動作させるシステムにおいて、接
合するプログラムモジュールの一単位が完成していない
時に、完成したプログラムモジュールからのデータを受
取るデータ入力手段と、該データ入力手段が受け取った
データから出力すべきデータを選択するデータ選択手段
と、該データ選択手段により選択されたデータを完成し
たプログラムモジュールに出力するデータ出力手段とを
具備することを特徴とするプログラムテスト装置によっ
て達成される。
Means for Solving the Problems The above objects have been completed when a unit of the program modules to be joined is not completed in a system for operating various devices according to an operation procedure by a program in which a plurality of program modules are joined. Data input means for receiving data from the program module, data selecting means for selecting data to be output from the data received by the data input means, and outputting the data selected by the data selecting means to the completed program module. And a data output means.

【0006】また上記諸目的は、プログラムによる動作
手順によって各種機器を動作させるシステムにおいて、
コーディングが完成したプログラムをテストする際にそ
のプログラムによって動作させる機器が存在しない場合
に、実際の機器が動作したときと同じ環境を作り出すた
めの仮想手段を具備することを特徴とするプログラムテ
スト装置よって達成される。
Further, the above-mentioned various objects are provided in a system for operating various devices according to an operation procedure by a program,
According to a program test device, which is provided with a virtual means for creating the same environment as that when an actual device operates when there is no device to be operated by the program when testing the coded program. To be achieved.

【0007】[0007]

【作用】上述のように構成された本発明は、プログラム
テスト行う際に、全体のプログラムの内の一部のプログ
ラムモジュールが完成していない場合に、完成していな
いプログラムモジュールの代わりに完成したプログラム
モジュールからのデータ出力を受取ることにより、プロ
グラムモジュール間のデータの流れを遮断することをな
くし、かつ、完成していないプログラムモジュールの代
わりに完成したプログラムモジュールが必要とするデー
タを入力されたデータから選択して、完成したプログラ
ムモジュールへ出力データを引渡すことによりプログラ
ム全体のテストを実行することが可能となるものであ
る。
The present invention configured as described above has been completed in place of an uncompleted program module when some program modules of the entire program are not completed when performing a program test. By receiving the data output from the program module, the flow of data between the program modules is not interrupted, and the data input by the completed program module is required instead of the uncompleted program module. It is possible to execute the test of the entire program by selecting from the above and passing the output data to the completed program module.

【0008】また本発明は、全プログラムが完成してい
ても、そのプログラムにより動作させるための各種機器
が存在しない場合には、プログラムの発する命令の受渡
し先としての仮想手段、例えば仮想デバイスまたは仮想
アクチュエータを接続することにより、プログラム側か
ら見た場合にはあたかも実際の動作機器が接続されてい
るように見せ、全システムとしての動作確認として、プ
ログラムが正常に動くかどうかのテストを行うことがで
きるものである。この仮想デバイスまたは仮想アクチュ
エータは、実際の機器の動きをシミュレートする機能を
有することにより、コンピュータ端末のディスプレイな
どに、実際に接続されるべき各種機器がプログラムの実
効命令にしたがって、どのような動きをするかを表示さ
せることができる。このため単なるプログラムコーディ
ング上のバグのみならず、機器がそのプログラムによっ
て正常に動作するかどうかの確認をすることも可能であ
る。さらに、この仮想デバイスおよび仮想アクチュエー
タは、必要により実際の機器の動作状況と同じモニター
データをプログラムのデータ要求がある場合には受け渡
すことも可能である。
Further, according to the present invention, even if all the programs are completed, if there are no various devices to be operated by the programs, virtual means as a destination of the instructions issued by the programs, such as a virtual device or a virtual device. By connecting the actuator, it looks as if the actual operating device is connected when viewed from the program side, and as a check of the operation of the entire system, it is possible to test whether the program operates normally. It is possible. This virtual device or virtual actuator has a function of simulating the movement of an actual device, so that the movement of various devices to be actually connected according to the effective instruction of the program, such as the display of a computer terminal. You can display what you want to do. Therefore, it is possible to confirm not only a bug in program coding but also whether or not the device normally operates according to the program. Further, if necessary, the virtual device and the virtual actuator can also pass the same monitor data as the actual operating condition of the device when there is a program data request.

【0009】[0009]

【実施例】以下、添付した図面を参照しながら実施例に
より本発明を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the accompanying drawings with reference to the accompanying drawings.

【0010】実施例1 図1は、プログラムモジュールを接合したプログラム全
体をテストする場合に、接合するプログラムモジュール
の一単位が完成していない時に、プログラム全体をテス
トするための本発明によるプログラムテスト装置の構成
を説明するためのブロック図である。
Embodiment 1 FIG. 1 shows a program test apparatus according to the present invention for testing an entire program when a unit of program modules to be joined is not completed when testing the entire program in which the program modules are joined. 3 is a block diagram for explaining the configuration of FIG.

【0011】このプログラムテスト装置は、完成してい
るプログラムモジュールからのデータを受取る複数の入
力口である入力(1) 、入力(2) および入力(n) (nは入
力口の数であり、以下、すべて同じである)と、仮想デ
ータベース(以下、データベースをD/Bと略する)2
中の入力状態テーブルから、入力口が受取ったデータに
対応する出力を選択するための状態番号を検索する入力
状態検索部10と、状態番号から出力すべきデータを出
力状態テーブルより検索する出力状態検索部11および
完成しているプログラムモジュールへデータを引渡す複
数の出力口である出力(1) 、出力(2) 、出力(n) により
構成される。
This program test apparatus has a plurality of input ports for receiving data from a completed program module: input (1), input (2) and input (n) (n is the number of input ports, Hereinafter, all are the same), and a virtual database (hereinafter, database is abbreviated as D / B) 2
An input state search unit 10 that searches a state number for selecting an output corresponding to the data received by the input port from the input state table inside, and an output state that searches the output state table for data to be output from the state number It is composed of a plurality of output ports that deliver data to the search unit 11 and the completed program module: output (1), output (2), and output (n).

【0012】仮想D/B2は、完成したプログラムモジ
ュールとの間で実際に受け渡されるデータの代りのデー
タを格納しておくもので、あらかじめ、テストするシス
テム内を流れるデータを想定して、必要なデータの変数
の数だけ用意して格納しておくか、または、必要なとき
に設定して格納しておくものであり、例えば図5に示す
ように、入力されたデータをある条件によりその状態を
設定し、出力するデータを選択するための入力状態テー
ブルと、設定された状態(状態番号)からそのときに出
力するデータを格納する出力状態テーブルにより構成さ
れる。
The virtual D / B 2 stores data in place of the data actually transferred to and from the completed program module, and is required in advance assuming data flowing in the system to be tested. Data is prepared and stored as many variables as necessary, or set and stored when necessary. For example, as shown in FIG. It is composed of an input state table for setting a state and selecting data to be output, and an output state table for storing data to be output at that time from the set state (state number).

【0013】以下、さらにこのプログラムテスト装置を
用いたプログラムテストについて説明する。ここでは、
プログラムモジュールとして、プログラムモジュール
A、B、CおよびDが図2のように接合されて全体のプ
ログラムが完成し、アクチュエータを動作させ、かつ機
器の状況をモニターするシステムにおいて、プログラム
モジュールCが完成していない時に、全体のプログラム
テストを行う場合について説明する。
A program test using this program test apparatus will be further described below. here,
As the program module, the program modules A, B, C and D are joined as shown in FIG. 2 to complete the entire program, and the program module C is completed in the system for operating the actuator and monitoring the status of the device. The case where the entire program test is performed when not in use is explained.

【0014】まず、各プログラムモジュールの機能につ
いて説明する。プログラムモジュールAはアクチュエー
タを動作させるためのスイッチからのON/OFF信号
を検出するプログラムモジュールである。プログラムモ
ジュールBはプログラムモジュールAからのアクチュエ
ータ動作指令によりアクチュエータに移動指令値を出し
てアクチュエータを動作させるプログラムモジュールで
ある。プログラムモジュールCはプログラムモジュール
Bの移動指令値およびアクチュエータからの移動量を受
取り、移動指令値と実際の移動量を比較して、アクチュ
エータの動作を監視するプログラムモジュールである。
プログラムモジュールDはプログラムモジュールCから
のアクチュエータの動作結果を受取り、異常がある場合
にはランプ点灯信号によりランプの点灯を行って警告を
発するプログラムモジュールである。なお、ここで動作
機器であるアクチュエータは存在しており、このアクチ
ュエータからの動作状況のモニターデータの採取は可能
である。
First, the function of each program module will be described. The program module A is a program module that detects an ON / OFF signal from a switch for operating the actuator. The program module B is a program module that outputs a movement command value to the actuator according to the actuator operation command from the program module A and operates the actuator. The program module C is a program module that receives the movement command value of the program module B and the movement amount from the actuator, compares the movement command value with the actual movement amount, and monitors the operation of the actuator.
The program module D is a program module that receives the operation result of the actuator from the program module C, and if there is an abnormality, turns on the lamp by a lamp lighting signal and issues a warning. It should be noted that an actuator, which is an operating device, exists here, and it is possible to collect monitor data of the operating condition from this actuator.

【0015】このような構成のシステムにおいて、プロ
グラムモジュールCが完成していない場合に本発明によ
るプログラムテスト装置を、図3に示すようにデバック
モジュール1としてプログラムモジュールCの代りに接
続する。
In the system having such a configuration, when the program module C is not completed, the program test apparatus according to the present invention is connected as the debug module 1 instead of the program module C as shown in FIG.

【0016】デバックモジュール1は、プログラムモジ
ュールCの代りを成すもので、そのための初期設定とし
て、入力と出力の数を設定する。プログラムモジュール
Cの機能は未だプログラムモジュールCとして完成して
いなくても全システムを設計した段階で分かっているも
のであり、図4に示すように、プログラムモジュールB
からの移動指令値を受けとる移動指令値入力部41、ア
クチュエータからの移動量を受けとる移動量入力部4
2、受け取った移動指令値と移動量を比較する比較演算
処理部43および比較した動作結果を出力する動作結果
出力部44により構成されている。
The debug module 1 is a substitute for the program module C, and the number of inputs and outputs is set as an initial setting for that. The function of the program module C is known at the stage of designing the entire system even if it is not yet completed as the program module C. As shown in FIG.
Command value input unit 41 for receiving a move command value from the actuator, and move amount input unit 4 for receiving a move amount from the actuator
2. A comparison calculation processing unit 43 for comparing the received movement command value and the movement amount and an operation result output unit 44 for outputting the compared operation result.

【0017】したがって、デバックモジュール1の初期
設定としては、入力口の数は移動指令値と移動量を受け
取るために2個設定し、出力口の数は動作結果を出力す
るために1個設定する。
Therefore, as the initial setting of the debug module 1, two input ports are set to receive the movement command value and the movement amount, and one output port is set to output the operation result. .

【0018】初期設定されたデバックモジュール1を接
続したシステムをテストランさせると、デバックモジュ
ール1は、入力1に移動指令値のデータであるデータA
を、入力2に移動量のデータであるデータBをそれぞれ
受け取り、入力状態検索部10が、入力状態テーブルを
検索してデータAおよびデータBから状態番号を決定
し、決定された状態番号から出力状態検索部11が出力
状態テーブルより出力するデータを選択し、出力1が動
作結果のデータとしてデータZを出力してプログラムモ
ジュールDに送信する。
When the system to which the debug module 1 that has been initialized is connected to the test run, the debug module 1 inputs the data A, which is the data of the movement command value, to the input 1.
The input state search unit 10 searches the input state table to determine the state number from the data A and the data B, and outputs the data from the determined state number. The state search unit 11 selects the data to be output from the output state table, and the output 1 outputs the data Z as the operation result data and transmits it to the program module D.

【0019】これにより、プログラム全体のうちの一部
のプログラムモジュールCが完成していなくてもシステ
ム内のプログラム全体のテストを行うことができる。
As a result, it is possible to test the entire program in the system even if some of the program modules C of the entire program are not completed.

【0020】実施例2 図6は、本実施例2の構成を説明するための図面であ
る。本実施例では、デバイスとしてバルブを可動させる
ことによりアクチュエータを動作させるものである。ア
プリケーションプログラム21はバルブの動作を制御
し、その状態を監視するプログラムであり、デバイスド
ライバー22は各デバイスにアプリケーションプログラ
ムからの実効命令を各デバイスの命令形式にしてデバイ
スを動作させるものである。デバイスドライバーの命令
形は、アプリケーションプログラム21からは論理名と
して、例えば22aのようなものが与えられ、これをデ
バイスの制御命令である物理名22bとしてデバイスに
与える。23aおよび23bは実際に存在するバルブで
あり、バルブ23aはアプリケーションプログラム21
からの論理名VAL1の実効命令により、デバイスドラ
イバー22の物理名RVAL1として与えられ動作す
る。バルブ23bも同様にVAL2およびRVAL2に
より動作する。29は実在するリミットスイッチであ
り、この信号は、デバイスドライバー22がリミットス
イッチ29からの信号を物理名RLS1として受けと
り、アプリケーションプログラム21に論理名LS1と
して受け渡す。
Second Embodiment FIG. 6 is a drawing for explaining the configuration of the second embodiment. In this embodiment, the actuator is operated by moving a valve as a device. The application program 21 is a program that controls the operation of the valve and monitors the state thereof, and the device driver 22 causes each device to operate by making the effective command from the application program into the command format of each device. The command form of the device driver is given a logical name such as 22a from the application program 21 and gives it to the device as a physical name 22b which is a device control command. 23a and 23b are actually existing valves, and the valve 23a is the application program 21.
By the effective instruction of the logical name VAL1 from the device, the device driver 22 is given the physical name RVAL1 and operates. The valve 23b similarly operates by VAL2 and RVAL2. Reference numeral 29 is an existing limit switch, and this signal is received by the device driver 22 from the limit switch 29 as the physical name RLS1 and is passed to the application program 21 as the logical name LS1.

【0021】そして、存在しないバルブの代りに、仮想
デバイス24および仮想アクチュエータ28が接続され
る。仮想デバイス24は、バルブの動作をシミュレート
する機能を有しており、アプリケーションプログラム2
1からのバルブの動作命令VAL3により、デバイスド
ライバー22の仮想デバイス用命令VDEV1を受けと
る。動作命令VDEV1を受けとった仮想デバイス24
は、バルブの動作をシミュレートするための処理4aを
行い、その動作状態を記憶4bしておく。このバルブ動
作をシミュレートした結果を仮想アクチュエータに送
る。その結果を受け取った仮想アクチュエータ26は、
アクチュエータの動作シミュレートを行い、その状態を
記憶して、その結果を仮想デバイス25に送り返す。仮
想デバイス25は動作した結果をデバイスドライバー2
2へVDEV2として送り、デバイスドライバー22は
この結果をアプリケーションプログラム21へLS2と
して送る。
The virtual device 24 and the virtual actuator 28 are connected instead of the nonexistent valve. The virtual device 24 has a function of simulating the operation of the valve, and the application program 2
The virtual device command VDEV1 of the device driver 22 is received by the valve operation command VAL3 from 1. Virtual device 24 that has received the operation command VDEV1
Performs a process 4a for simulating the operation of the valve and stores the operating state of the process 4b. The result of simulating this valve operation is sent to the virtual actuator. The virtual actuator 26 that received the result is
The operation of the actuator is simulated, the state is stored, and the result is sent back to the virtual device 25. The virtual device 25 uses the operation result as the device driver 2
2 to VDEV2, and the device driver 22 sends the result to the application program 21 as LS2.

【0022】これによって、存在しない操作機器である
バルブおよびアクチュエータが、アプリケーションプロ
グラム21から見た場合には存在しているものとして、
デバイスドライバー22への論理名VAL3およびLS
2により実行することができるため、プログラムを何等
変更することなくプログラムテストを行うことができ
る。
As a result, valves and actuators, which are operating devices that do not exist, are regarded as existing when viewed from the application program 21,
Logical names VAL3 and LS for device driver 22
The program test can be performed without changing the program because it can be executed according to the above method.

【0023】さらに、仮想デバイス24、25および仮
想アクチュエータ26は、状態表示機能27を有してお
り、アプリケーションプログラム21からの命令により
シミュレートした結果の状態記憶により、図7に示すよ
うに、端末のディスプレイ28上に、状態表示機能によ
って表示させることも可能である。なお、図3把握まで
も、本実施例2を説明するためのものであり、図3中の
ディスプレイ28のような表示のみが行われるものでは
ない。
Further, the virtual devices 24 and 25 and the virtual actuator 26 have a state display function 27, and by storing the state of the result simulated by the instruction from the application program 21, as shown in FIG. It is also possible to display it on the display 28 by the status display function. It should be noted that even the grasping of FIG. 3 is for explaining the second embodiment, and the display like the display 28 in FIG. 3 is not the only display.

【0024】[0024]

【発明の効果】以上説明したように、本発明により、プ
ログラムの一部が完成していない場合やプログラムが全
て完成していてもそれによって動作させる各種機器が存
在しない場合でも、プログラムテストをかなりの精度で
実行できるため、全てのプログラムまたは生産機械など
が全て完成するのを待たずに、全システムとしてのプロ
グラムの動作確認を行うことができる。
As described above, according to the present invention, even if a part of the program is not completed, or even if the program is completed but there are no various devices to be operated by the program, the program test can be performed considerably. Since it can be executed with accuracy, it is possible to confirm the operation of the program as the entire system without waiting for the completion of all the programs or the production machines.

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

【図1】 本発明による実施例1のプログラムテスト装
置を説明するための図面である。
FIG. 1 is a diagram for explaining a program test apparatus according to a first embodiment of the present invention.

【図2】 複数のプログラムモジュールを接合したプロ
グラムによるシステムを説明するための図面である。
FIG. 2 is a diagram illustrating a program system in which a plurality of program modules are joined.

【図3】 本発明による実施例1のプログラムテスト装
置を接続したシステムを説明するための図面である。
FIG. 3 is a diagram for explaining a system to which the program test device according to the first embodiment of the present invention is connected.

【図4】 プログラムモジュールCの機能を説明するた
めの図面である。
FIG. 4 is a diagram for explaining a function of a program module C.

【図5】 仮想D/Bの一例を示す図面である。FIG. 5 is a diagram showing an example of a virtual D / B.

【図6】 本発明による実施例2のプログラムテスト装
置を説明するための図面である。
FIG. 6 is a diagram for explaining a program test apparatus according to a second embodiment of the present invention.

【図7】 実施例2の状態表示を説明するための図面で
ある。
FIG. 7 is a diagram for explaining a status display according to the second embodiment.

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

1…デバッグモジュール、 2…仮想
D/B、10…入力状態検索部、
11…出力状態検索部、21…プログラム、
22…デバイスドライバー、22a…論
理名、 22b…物理名、2
3a,23b…実デバイス、 24,25
…仮想デバイス、26…仮想アクチュエータ、
27…状態表示機能、28…ディスプレイ、
29…リミットスイッチ。
1 ... Debug module, 2 ... Virtual D / B, 10 ... Input state search unit,
11 ... Output state search unit, 21 ... Program,
22 ... Device driver, 22a ... Logical name, 22b ... Physical name, 2
3a, 23b ... Real device, 24, 25
... virtual device, 26 ... virtual actuator,
27 ... Status display function, 28 ... Display,
29 ... Limit switch.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のプログラムモジュールを接合した
プログラムによる動作手順によって各種機器を動作させ
るシステムにおいて、接合するプログラムモジュールの
一単位が完成していない時に、 完成したプログラムモジュールからのデータを受取るデ
ータ入力手段と、該データ入力手段が受け取ったデータ
から出力すべきデータを選択するデータ選択手段と、該
データ選択手段により選択されたデータを完成したプロ
グラムモジュールに出力するデータ出力手段とを具備す
ることを特徴とするプログラムテスト装置。
1. A data input for receiving data from a completed program module when one unit of the program module to be joined is not completed in a system for operating various devices according to an operation procedure by a program in which a plurality of program modules are joined. Means, data selecting means for selecting data to be output from the data received by the data input means, and data output means for outputting the data selected by the data selecting means to a completed program module. Characteristic program test equipment.
【請求項2】 プログラムによる動作手順によって各種
機器を動作させるシステムにおいて、コーディングが完
成したプログラムをテストする際にそのプログラムによ
って動作させる機器が存在しない場合に、実際の機器が
動作したときと同じ環境を作り出すための仮想手段を具
備することを特徴とするプログラムテスト装置。
2. In a system for operating various devices according to an operation procedure by a program, when testing a program whose coding has been completed and there is no device to be operated by the program, the same environment as when the actual device operates A program test device comprising a virtual means for creating a program.
JP4321830A 1992-12-01 1992-12-01 Program test device Pending JPH06168157A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4321830A JPH06168157A (en) 1992-12-01 1992-12-01 Program test device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4321830A JPH06168157A (en) 1992-12-01 1992-12-01 Program test device

Publications (1)

Publication Number Publication Date
JPH06168157A true JPH06168157A (en) 1994-06-14

Family

ID=18136902

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4321830A Pending JPH06168157A (en) 1992-12-01 1992-12-01 Program test device

Country Status (1)

Country Link
JP (1) JPH06168157A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001101146A (en) * 1999-09-29 2001-04-13 Omron Corp Agent system, communication method, equipment, and recording medium
JP2006091944A (en) * 2004-09-21 2006-04-06 Fuji Xerox Co Ltd Software component test system and software component test method
JP2010157108A (en) * 2008-12-26 2010-07-15 Canon Inc Software evaluation method, and information processor achieving the same

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001101146A (en) * 1999-09-29 2001-04-13 Omron Corp Agent system, communication method, equipment, and recording medium
JP2006091944A (en) * 2004-09-21 2006-04-06 Fuji Xerox Co Ltd Software component test system and software component test method
JP2010157108A (en) * 2008-12-26 2010-07-15 Canon Inc Software evaluation method, and information processor achieving the same

Similar Documents

Publication Publication Date Title
US7392165B2 (en) Simulation system for multi-node process control systems
US8549491B2 (en) Apparatus and method for application testing of embedded system
CN115333988B (en) Test method, system and equipment for rocket interstage communication signals
US20050033457A1 (en) Simulation aid tools and ladder program verification systems
CN103425055A (en) Semi-virtual functional test device and method for control system
CN111310313B (en) IAP-based simulation method and device and wafer cleaning equipment
JPH06168157A (en) Program test device
CN113341767A (en) Method, system and computer readable storage medium for automated testing
KR100918840B1 (en) Method and Apparatus for Testing Target Sensor Node to compose Sensor Network
JPS6222101A (en) On-line simulation system for control device
JP2837455B2 (en) Distributed control device and program test method thereof
JPS63293611A (en) Simulation test method
JPH06290187A (en) Controller for production line
Kocza et al. Integrated reliability analysis system (IRAS)
JPH0376352A (en) Simulating test equipment
JPH07158807A (en) Automation system in power generating facility
JPS6190204A (en) Linking method of programmable controller
SU252731A1 (en) DEVICE FOR THE CONTROL OF FUNCTIONALLY-CONNECTED
JPH03130839A (en) On-line simulation system
JPH11143613A (en) System for automatically setting application constitution
JPS63157244A (en) Debugging system for test program of peripheral device
JPH04152450A (en) Test result inspection system
JPS6368950A (en) Testing system for processing channel fault
JP2002049421A (en) Method for verifying control logic of driving operation and device for the same
JPH0793026A (en) Device and method for inspecting sequence program