JP2002366382A - Data input device, program generator using it, data input method, and program generation method using it - Google Patents

Data input device, program generator using it, data input method, and program generation method using it

Info

Publication number
JP2002366382A
JP2002366382A JP2001178258A JP2001178258A JP2002366382A JP 2002366382 A JP2002366382 A JP 2002366382A JP 2001178258 A JP2001178258 A JP 2001178258A JP 2001178258 A JP2001178258 A JP 2001178258A JP 2002366382 A JP2002366382 A JP 2002366382A
Authority
JP
Japan
Prior art keywords
sheet
general
data
dedicated
program
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
JP2001178258A
Other languages
Japanese (ja)
Inventor
Sadashige Anzai
定樹 安斉
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2001178258A priority Critical patent/JP2002366382A/en
Publication of JP2002366382A publication Critical patent/JP2002366382A/en
Pending legal-status Critical Current

Links

Landscapes

  • Tests Of Electronic Circuits (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To realize a data input device which inputs data to a general table by a table for exclusive use, a program generator using this device, a data input method, and a program generation method using this method. SOLUTION: The data input device which inputs data to the general table is provided with the table for exclusive use to which data corresponding to the general table is inputted, a reflecting macro program which describes reflection processing of data in the table for exclusive use on the general table, and a spreadsheet processing means which reflects data of the table for exclusive use on the general table on the basis of this reflecting macro program. A program is generated from the general table of the data input device.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えば、IC、L
SI等を試験するICテスタのテストプログラムの作成
に用いるデータ入力装置、これを用いたプログラム作成
装置、データ入力方法及びこれを用いたプログラム作成
方法に関し、データを入力する専用テーブルを設けるこ
とができるデータ入力装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention
Regarding a data input device used for creating a test program of an IC tester for testing SI or the like, a program creating device using the same, a data input method, and a program creating method using the same, a dedicated table for inputting data can be provided. The present invention relates to a data input device.

【0002】[0002]

【従来の技術】ICテスタは、IC、LSI等の良否を
判定するために、電圧や電流を与え、電流や電圧を測定
し、規格値に入っているかどうかの判定を行っている。
この判定を行うためのテストプログラムは、例えば、特
許第2591071号公報等に記載されているように、
テスト規格表と呼ばれる表から自動的に作成されてい
る。このような装置を図22に示し説明する。
2. Description of the Related Art In order to judge the quality of an IC, LSI, or the like, an IC tester applies a voltage or current, measures the current or voltage, and determines whether or not the value is within a standard value.
A test program for performing this determination is, for example, as described in Japanese Patent No. 2591071 or the like.
It is automatically created from a table called a test standard table. Such an apparatus is shown in FIG. 22 and described.

【0003】図22において、テスト条件テーブル1
は、テスト番号(A列)、判定条件(B〜D列)、設定
条件(E,F列)、ピン番号(G列)等からなる。判定
条件は、最小値(B列)、最大値(C列)と、電流測定
(im)、電圧測定(vm)の測定対象(D列)が設定
される。設定条件は、測定条件の設定がされ、測定モー
ド(E列)と設定値(F列)とが設定される。ここで
は、測定モードは、電圧供給電流測定(vfim)、電
流供給電圧測定(ifvm)が設定される。また、設定
値は、供給する値が設定される。ピン番号は、被試験対
象のIC,LSI等の対象ピンを示す。
In FIG. 22, a test condition table 1
Consists of a test number (column A), determination conditions (columns B to D), setting conditions (columns E and F), pin numbers (column G), and the like. As the judgment conditions, a minimum value (column B), a maximum value (column C), and a measurement target (column D) for current measurement (im) and voltage measurement (vm) are set. For the setting conditions, the measurement conditions are set, and the measurement mode (E column) and the set value (F column) are set. Here, the measurement mode is set to voltage supply current measurement (vfim) and current supply voltage measurement (ifvm). As the set value, a value to be supplied is set. The pin number indicates a target pin of an IC or an LSI to be tested.

【0004】ジェネレータ2は、テスト条件テーブル1
からデータを読み出し、プログラムを生成する。テスト
プログラムファイル3は、ジェネレータ2が生成したプ
ログラム群からなる。
The generator 2 has a test condition table 1
, And generates a program. The test program file 3 includes a group of programs generated by the generator 2.

【0005】このような装置の動作を以下に説明する。
ジェネレータ2は、テスト条件テーブル1からデータを
読み出し、テストプログラムを作成する。例えば、テス
ト条件テーブル1の2行目において、テスト番号”
1”、判定条件”0.5uA,0.7uA,im”、設
定条件”vfim,5V”、ピン番号”1”から、プロ
グラムは下記のように生成される。 tno(1); pin(1){ vfim=5V; judge(im,0.5uA,0.7uA); }
The operation of such a device will be described below.
The generator 2 reads data from the test condition table 1 and creates a test program. For example, in the second row of the test condition table 1, the test number "
1 ", determination condition" 0.5 uA, 0.7 uA, im ", setting condition" vfim, 5 V ", and pin number" 1 ", a program is generated as follows: tno (1); ) {vfim = 5V; judge (im, 0.5uA, 0.7uA);}

【0006】そして、テスト条件の入力には、マイクロ
ソフト社のエクセル等の表計算ソフトで、テスト条件テ
ーブル1を作成した後、ジェネレータ2を用いて、テス
トプログラムファイル3を作成している。
For inputting test conditions, a test condition table 1 is created using spreadsheet software such as Microsoft Excel or the like, and then a test program file 3 is created using a generator 2.

【0007】[0007]

【発明が解決しようとする課題】このような装置では、
テスト条件テーブル1は決まったセルの位置により、テ
ストプログラムを作成している。従って、テスト条件テ
ーブル1のセルの位置が異なるごとに、ジェネレータ2
を設けなければならなかった。
In such a device,
In the test condition table 1, a test program is created based on the determined cell positions. Therefore, every time the position of the cell in the test condition table 1 is different, the generator 2
Had to be provided.

【0008】また、IC、LSI等の被試験対象の種類
により、テスト条件を設定する項目が異なるため、すべ
ての被試験対象に対応できる汎用的なテスト条件テーブ
ル1を作成すると、冗長なテーブルとなり、入力しづら
く、必要なデータが何かわからなくなってしまうという
問題点があった。
Further, since the items for setting the test conditions differ depending on the type of the object to be tested such as an IC and an LSI, if a general-purpose test condition table 1 that can correspond to all the objects to be tested is created, the table becomes redundant. However, there is a problem in that it is difficult to input and that the user does not know what data is necessary.

【0009】そこで、本発明の目的は、専用テーブルに
より汎用テーブルに入力できるデータ入力装置、これを
用いたプログラム作成装置、データ入力方法及びこれを
用いたプログラム作成方法を実現することにある。
It is an object of the present invention to realize a data input device capable of inputting to a general-purpose table using a dedicated table, a program creation device using the same, a data input method, and a program creation method using the same.

【0010】[0010]

【課題を解決するための手段】第1の本発明は、汎用テ
ーブルにデータを入力するデータ入力装置において、前
記汎用テーブルに対応するデータが入力される専用テー
ブルと、この専用テーブルのデータを前記汎用テーブル
への反映処理を記述する反映マクロプログラムと、この
反映マクロプログラムに基づいて、前記専用テーブルの
データを汎用テーブルに反映する表計算処理手段とを有
することを特徴とするものである。
According to a first aspect of the present invention, there is provided a data input device for inputting data to a general-purpose table, comprising: a special-purpose table for inputting data corresponding to the general-purpose table; The present invention is characterized by having a reflection macro program for describing a reflection process on a general-purpose table, and a spreadsheet processing means for reflecting data of the dedicated table on the general-purpose table based on the reflection macro program.

【0011】第2の本発明は、第1の本発明に記載のデ
ータ入力装置の汎用テーブルからプログラムを作成する
ことを特徴とするものである。
According to a second aspect of the present invention, a program is created from a general-purpose table of the data input device according to the first aspect of the present invention.

【0012】第3の本発明は、データを入力する汎用テ
ーブルと、前記汎用テーブルに対応するデータが入力さ
れる専用テーブルとを設け、データを入力するデータ入
力方法であって、表計算処理手段が、前記専用テーブル
のデータを前記汎用テーブルに反映することを特徴とす
るものである。
According to a third aspect of the present invention, there is provided a data input method for providing a general-purpose table for inputting data and a dedicated table for inputting data corresponding to the general-purpose table, and inputting the data. However, the data of the dedicated table is reflected in the general-purpose table.

【0013】第4の本発明は、第3の本発明に記載のデ
ータ入力方法の汎用テーブルからプログラムを作成する
ことを特徴とするものである。
A fourth aspect of the present invention is characterized in that a program is created from a general-purpose table of the data input method according to the third aspect of the present invention.

【0014】[0014]

【発明の実施の形態】以下図面を用いて本発明の実施の
形態を説明する。図1は本発明の一実施例を示した構成
図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a configuration diagram showing one embodiment of the present invention.

【0015】図1において、ファイル4は、例えば、C
D−ROM、ハードディスク、FD等の記録媒体に記録
され、汎用シート41、専用シート42、定義シート4
3、対応シート44、作成マクロプログラム45、反映
マクロプログラム46から構成される。
In FIG. 1, file 4 is, for example, C
It is recorded on a recording medium such as a D-ROM, a hard disk, or an FD, and includes a general-purpose sheet 41, a dedicated sheet 42, and a definition sheet 4.
3, a corresponding sheet 44, a creation macro program 45, and a reflection macro program 46.

【0016】汎用シート41は汎用テーブルで、テスト
条件(プログラム条件)をセルに記述し、すべてのテス
トプログラムを包括するような冗長なパラメータを持た
せ、例えば図2のように構成する。図2において、A列
はテストアルゴリズム(テスト名称)、B列はテスト番
号、C列はカテゴリ、D列は設定条件の設定レベル、E
列は被試験対象の対象ピン、F列は測定結果の変数、G
列は演算式、H列は判定条件の最小値、I列は判定条件
の最大値、J列は待ち時間である。ここで、各項目の具
体的内容は、本発明の主要部でないので説明を省略す
る。
The general-purpose sheet 41 is a general-purpose table, in which test conditions (program conditions) are described in cells, and have redundant parameters covering all test programs, and are configured as shown in FIG. 2, for example. In FIG. 2, column A is a test algorithm (test name), column B is a test number, column C is a category, column D is a setting level of setting conditions,
The rows are the target pins to be tested, the F rows are the variables of the measurement results,
The columns are arithmetic expressions, the H column is the minimum value of the determination condition, the I column is the maximum value of the determination condition, and the J column is the waiting time. Here, the specific content of each item is not a main part of the present invention, and thus the description is omitted.

【0017】専用シート42は専用テーブルで、汎用シ
ート41に対応するテスト条件(プログラム条件)をセ
ルに記述し、例えば、図3〜5のように構成される。定
義シート43は定義テーブルで、専用シート41のシー
トの設定を示すシート設定、各入力欄のセル位置、汎用
シート41との対応、表示文字列等の指定、汎用シート
41への固定値書き込み等のセル設定が記述され、例え
ば図6〜8のように構成される。ここで、図6〜8はそ
れぞれ図3〜5の定義シート43で、aはシート設定、
bはセル設定、cは実際には含まれない説明行である。
対応シート44は対応テーブルで、汎用シート41と専
用シート42とのセルの関係を記述し、例えば図9のよ
うに構成される。
The dedicated sheet 42 is a dedicated table in which test conditions (program conditions) corresponding to the general-purpose sheet 41 are described in cells, and is configured, for example, as shown in FIGS. The definition sheet 43 is a definition table, which is a sheet setting indicating a sheet setting of the dedicated sheet 41, a cell position of each input field, a correspondence with the general-purpose sheet 41, designation of a display character string, a fixed value writing to the general-purpose sheet 41, and the like. Are described, for example, as shown in FIGS. Here, FIGS. 6 to 8 are the definition sheets 43 of FIGS. 3 to 5, respectively, a is a sheet setting,
b is a cell setting, and c is a description line that is not actually included.
The correspondence sheet 44 is a correspondence table that describes the cell relationship between the general-purpose sheet 41 and the dedicated sheet 42, and is configured, for example, as shown in FIG.

【0018】作成マクロプログラム45は、定義シート
43に基づいて、専用シート42の作成処理及び対応シ
ート44にセル関係の作成処理を記述する。反映マクロ
プログラム46は、対応シート44に基づいて、専用シ
ート42と汎用シート41と双方への反映処理を記述す
る。
The creation macro program 45 describes, based on the definition sheet 43, the creation process of the dedicated sheet 42 and the creation process of the cell relation in the corresponding sheet 44. The reflection macro program 46 describes, based on the corresponding sheet 44, a reflection process for both the dedicated sheet 42 and the general-purpose sheet 41.

【0019】表計算処理手段5は例えばエクセル等で、
図示しないコンピュータにインストールされており、フ
ァイル4を読み出し、作成マクロプログラム45に基づ
いて、専用シート42を作成し、反映マクロプログラム
46に基づいて、汎用シート41と専用シート42と双
方の反映を行う。
The spreadsheet processing means 5 is, for example, Excel or the like.
It is installed in a computer (not shown), reads the file 4, creates the dedicated sheet 42 based on the creation macro program 45, and reflects both the general-purpose sheet 41 and the dedicated sheet 42 based on the reflection macro program 46. .

【0020】このような装置の動作を以下で説明する。
まず、専用シート42を作成する動作について説明す
る。図10〜12は作成マクロプログラム45による表
計算処理手段5の動作を示すフローチャートで、それぞ
れ全体動作、シート設定動作、セル設定動作である。こ
こで、専用シート42は図3を用いて、定義シート43
は図6を用いて説明する。
The operation of such a device will be described below.
First, the operation of creating the dedicated sheet 42 will be described. FIGS. 10 to 12 are flowcharts showing the operation of the spreadsheet processing unit 5 by the creation macro program 45, which are an overall operation, a sheet setting operation, and a cell setting operation, respectively. Here, the dedicated sheet 42 is a definition sheet 43 using FIG.
Will be described with reference to FIG.

【0021】表計算処理手段5は、作成マクロプログラ
ム45により、定義シート43のシート設定aから1行
を読み出し(S1)、1カラム目が”#”かどうかを判
断する(S2)。
The spreadsheet processing means 5 reads one row from the sheet setting a of the definition sheet 43 by the creation macro program 45 (S1) and determines whether or not the first column is "#" (S2).

【0022】表計算処理手段5は、”#algo:”な
ので、シート設定処理を行う(S3)。具体的には、パ
ラメータ”IIH”を名称として専用シート42を作成
し(S11,S12)、「表示adrs」が”A1”な
ので、表題として、A列第1行目に、「前置文字」”な
し”、「パラメータ」”IIH”、「後置文字」”−t
est”により、「IIH−test」を書き込む(S
13)。そして、表計算処理手段5は、対応シート44
に新しい列イを確保し、”#algo:”の行に、パラ
メータ”IIH”を書き込む(S14)。
Since the spreadsheet processing means 5 is "#algo:", it performs a sheet setting process (S3). Specifically, the dedicated sheet 42 is created with the parameter “IIH” as a name (S 11, S 12). Since “display adrs” is “A 1”, the first character in column A, “prefix” "None", "Parameter""IIH","Postfix""-t
est "," IIH-test "is written (S
13). Then, the spreadsheet processing means 5 outputs the corresponding sheet 44
Then, a new column A is secured, and the parameter "IIH" is written in the row of "#algo:" (S14).

【0023】すべてが終わっていないので、表計算処理
手段5は、再び、定義シート43のシート設定aから1
行読み込み(S5,S1)、1カラム目が”#”かどう
か判断する(S2)。
Since all of the operations have not been completed, the spreadsheet processing means 5 returns to the sheet setting a of the definition sheet 43 from the sheet setting a.
Line reading (S5, S1), it is determined whether the first column is "#" (S2).

【0024】表計算処理手段5は、”#num:”なの
で、シート設定処理を行う(S3)。具体的には、対応
シート44の列イ”#num”行に、パラメータ”3”
を書き込み(S11,S15)、”##row”行に汎
用シート41の対応する行範囲”2:4(2行目から4
行目を意味する)”を書き込む(S16)。
Since the table calculation processing means 5 is "#num:", a sheet setting process is performed (S3). More specifically, the parameter “3” is set in the column “#num” of the corresponding sheet 44.
(S11, S15), and the corresponding row range “2: 4 (4 from the second row)
(Which means the line number) is written (S16).

【0025】再び、すべてが終わっていないので、表計
算処理手段5は、定義シート43のセル設定bから、1
行読込み(S5,S1)、1カラム目が”#”かどうか
判断する(S2)。
[0025] Again, since not all the processing has been completed, the spreadsheet processing means 5 determines from the cell setting b of the definition sheet 43 that 1
Line reading (S5, S1) It is determined whether the first column is "#" (S2).

【0026】表計算処理手段5は、”tno”なので、
セル設定処理を行う(S4)。具体的には、「表題ad
rs」”A3”の指定がある場合、「表題文字」”tn
o”を専用シート42のA列3行目に書き込む(S2
1,S22)。そして、「入力adrs」があるかどう
か判断し(S23)、「入力adrs」”A4:r(r
は列の行方向展開を示す)”なので、”A4”アドレス
から定義シート43の”#num:”のパラメータ”
3”により、”A4:A6(A列4行目からA列6行目
への行範囲を示す)”を入力セルにする(S24,S2
7)。対応シート44の列イの”##type”行に”
r()”を書き込み、入力セルのアドレスを記憶する
(S28)。そして、対応シート44のセル名称”tn
o”行に専用シート42のセルアドレス”A4:A6”
を記入する(S31)。「固定文字」の指定があるかど
うか判断し、指定がないので次の処理に進む(S3
2)。
Since the spreadsheet processing means 5 is "tno",
A cell setting process is performed (S4). Specifically, "title ad
rs "" A3 "," title "" tn
o ”is written in the third row of column A of the dedicated sheet 42 (S2
1, S22). Then, it is determined whether or not “input adrs” is present (S23), and “input adrs” ”A4: r (r
Indicates expansion of the column in the row direction). ”Therefore, the“ # 4: ”parameter“ #num: ”
3 "," A4: A6 (indicating a row range from column A, fourth row to column A, sixth row) "is set as an input cell (S24, S2).
7). In the "#type" row of column a of the corresponding sheet 44, "
r () "is written and the address of the input cell is stored (S28). Then, the cell name" tn "of the corresponding sheet 44 is written.
The cell address “A4: A6” of the dedicated sheet 42 in the row “o”
Is entered (S31). It is determined whether or not "fixed character" is specified. Since there is no specification, the process proceeds to the next process (S3).
2).

【0027】再び、すべてが終わっていないので、表計
算処理手段5は、定義シート43のセル設定bから、1
行読込み(S5,S1)、1カラム目が”#”かどうか
判断する(S2)。
[0027] Again, since not all the processing has been completed, the spreadsheet processing means 5 determines from the cell setting b of the definition sheet 43 that 1
Line reading (S5, S1) It is determined whether the first column is "#" (S2).

【0028】表計算処理手段5は、”cat”なので、
セル設定処理を行う(S4)。具体的には、「表題ad
rs」”A2”の指定がある場合、「表題文字」”ca
t”を専用シート42のA列2行目に書き込む(S2
1,S22)。そして、「入力adrs」があるかどう
か判断し(S23)、「入力adrs」”<B2>”な
ので、「固定文字」”3”をB列2行目に表示のみ行う
(S24〜S26)。ここで、”<>”が「固定文字」
の表示のみ指示を意味する。そして、対応シート44に
専用シート42のセルアドレス”<B2>”を記入する
(S31)。「固定文字」の指定があるかどうか判断し
(S32)、汎用シート41の対応列”C列”の該当
行”第2行”から定義シート43の”#num:”のパ
ラメータ”3”より、行方向3個分に、「固定文字」”
3”を書き込み(S33)、対応シート44のセル名
称”cat”行に固定文字”3”を書き込む(S3
4)。
Since the spreadsheet processing means 5 is "cat",
A cell setting process is performed (S4). Specifically, "title ad
rs "" A2 "," title "" ca
t ”is written in the second row of column A of the dedicated sheet 42 (S2
1, S22). Then, it is determined whether or not "input adrs" is present (S23). Since "input adrs""<B2>","fixedcharacter""3" is only displayed on the second row of column B (S24 to S26). Here, “<>” is “fixed character”
The display only indicates an instruction. Then, the cell address "<B2>" of the dedicated sheet 42 is written in the corresponding sheet 44 (S31). It is determined whether or not “fixed character” is specified (S32), and from the corresponding row “second row” of the corresponding column “column C” of the general-purpose sheet 41, from the parameter “3” of “#num:” on the definition sheet 43. , "Fixed character""
3 "(S33), and the fixed character" 3 "is written in the cell name" cat "line of the corresponding sheet 44 (S3).
4).

【0029】同様の処理を繰り返し、定義シート43の
セル設定bにおける”pauseT”のとき、表計算処
理手段5は、セル設定処理を行う(S1,S2,S
4)。具体的には、「表題adrs」の指定がないの
で、「入力adrs」の指定があるかどうか判断する
(S21,S23)。指定がないので、「固定文字」の
指定があるかどうか判断し(S32)、汎用シート41
の対応列”J列”の該当行”第2行目”から定義シート
43の”#num:”のパラメータ”3”より、行方向
3個分に「固定文字」”1ms”を書き込み(S3
3)、対応シート44のセル名称”PauseT”行に
固定文字”1ms”を書き加える(S34)。
The same processing is repeated, and when "pauseT" in the cell setting b of the definition sheet 43, the spreadsheet processing means 5 performs the cell setting processing (S1, S2, S
4). Specifically, since there is no designation of “title adrs”, it is determined whether or not “input adrs” is designated (S21, S23). Since there is no designation, it is determined whether or not "fixed character" is designated (S32).
From the corresponding row “second row” of the corresponding column “column J”, “fixed character” “1 ms” is written in three rows in the definition sheet 43 from “#num:” parameter “3” (S3).
3) The fixed character "1 ms" is added to the cell name "PauseT" line of the corresponding sheet 44 (S34).

【0030】そして、すべての終わったので、表計算処
理手段5は、”#block”の指定があるかどうか判
断する(S6)。指定がないので、(S28)におい
て、記憶しておいた情報から、対応シート44の”##
type”行のr()内に専用シート42の入力セルの
列範囲”A:E”を書き込み、”r(A:E)”とする
(S8)。
Then, since all the operations are completed, the spreadsheet processing means 5 determines whether or not "#block" is designated (S6). Since there is no designation, in (S28), the information ""
The column range "A: E" of the input cell of the dedicated sheet 42 is written in r () of the "type" row, and is set to "r (A: E)" (S8).

【0031】次に、専用シート42に図4を用いて、定
義シート43に図7を用いて説明する。なお、上記と同
様な動作については省略して説明する。
Next, the exclusive sheet 42 will be described with reference to FIG. 4, and the definition sheet 43 will be described with reference to FIG. The description of the same operation as above will be omitted.

【0032】表計算処理手段5は、作成マクロプログラ
ム45により、定義シート43のシート設定aから1行
を読み出し(S1)、1カラム目が”#”かどうか判断
する(S2)。
The spreadsheet processing means 5 reads one row from the sheet setting a of the definition sheet 43 by the creation macro program 45 (S1) and determines whether the first column is "#" (S2).

【0033】表計算処理手段5はシート設定処理を行い
(S3)、すべての処理が終わっていないので、表計算
処理手段5は、再び、シート設定aから1行読込み(S
5,S1)、1カラム目が”#”かどうか判断する(S
2)。
The spreadsheet processing means 5 performs sheet setting processing (S3). Since all the processing has not been completed, the spreadsheet processing means 5 reads one row again from the sheet setting a (S3).
5, S1) It is determined whether the first column is “#” (S
2).

【0034】同様に、表計算処理手段5はシート設定処
理を行い(S3)、すべての処理が終わっていないの
で、表計算処理手段5は、セル設定bから1行読込み
(S5,S1)、1カラム名が”#”かどうか判断する
(S2)。
Similarly, the spreadsheet processing means 5 performs sheet setting processing (S3). Since all the processing is not completed, the spreadsheet processing means 5 reads one row from the cell setting b (S5, S1), It is determined whether one column name is "#" (S2).

【0035】表計算処理手段5は、”tno”なので、
セル設定処理を行う(S4)。具体的には、「表題ad
rs」”A3”の指定がある場合、「表題文字」”tn
o”を専用シート42のA列3行目に書き込む(S2
1,S22)。そして、「入力adrs」があるかどう
か判断し(S23)、「入力adrs」”B3:c(c
は行の列方向展開を示す)”なので、”B3”アドレス
から定義シート43の”#num:”のパラメータ”
3”により、”B3:D3(B列3行目からD列3行目
へ列範囲を示す)”を入力セルにする(S24,S2
9)。対応シート44の列ロの”##type”行に”
c()”を書き込み、入力セルのアドレスを記憶する
(S30)。そして、対応シート44のセル名称”tn
o”行に専用シート42のセルアドレス”B3:D3”
を記入する(S31)。「固定文字」の指定があるかど
うか判断し、指定がないので次の処理に進む(S3
2)。
Since the spreadsheet processing means 5 is "tno",
A cell setting process is performed (S4). Specifically, "title ad
rs "" A3 "," title "" tn
o ”is written in the third row of column A of the dedicated sheet 42 (S2
1, S22). Then, it is determined whether or not “input adrs” is present (S23), and “input adrs” ”B3: c (c
Indicates the development of the row in the column direction)), so the “#num:” parameter of the definition sheet 43 from the “B3” address
3 "," B3: D3 (indicating a column range from the third row of the B column to the third row of the D column) "is set as an input cell (S24, S2).
9). In the “#type” row in the column B of the corresponding sheet 44,
c () "is written and the address of the input cell is stored (S30). Then, the cell name" tn "of the corresponding sheet 44 is written.
Cell address “B3: D3” of dedicated sheet 42 in row “o”
Is entered (S31). It is determined whether or not "fixed character" is specified. Since there is no specification, the process proceeds to the next process (S3).
2).

【0036】再び、すべてが終わっていないので、表計
算処理手段5は、定義シート43のセル設定bから、1
行読込み(S5,S1)、1カラム目が”#”かどうか
判断する(S2)。
Since not all of them have been completed, the spreadsheet processing means 5 determines from the cell setting b of the definition sheet 43 that 1
Line reading (S5, S1) It is determined whether the first column is "#" (S2).

【0037】表計算処理手段5は、”cat”なので、
セル設定処理を行う(S4)。具体的には、「表題ad
rs」”A2”の指定がある場合、「表題文字」”ca
t”を専用シート42のA列2行目に書き込む(S2
1,S22)。そして、「入力adrs」があるかどう
か判断し(S23)、「入力adrs」”B2”なの
で、「固定文字」”3”をB列2行目に表示し、入力セ
ルとする(S24〜S26)。そして、対応シート44
に専用シート42のセルアドレス”B2”を記入する
(S31)。「固定文字」の指定があるかどうか判断
し、指定がないので次の処理に進む(S32)。
Since the spreadsheet processing means 5 is "cat",
A cell setting process is performed (S4). Specifically, "title ad
rs "" A2 "," title "" ca
t ”is written in the second row of column A of the dedicated sheet 42 (S2
1, S22). Then, it is determined whether or not there is "input adrs" (S23). Since "input adrs" is "B2", "fixed character""3" is displayed in the second row of column B and is set as an input cell (S24 to S26). ). Then, the corresponding sheet 44
The cell address "B2" of the dedicated sheet 42 is entered in the field (S31). It is determined whether or not "fixed character" is specified, and the process proceeds to the next processing since there is no specification (S32).

【0038】同様な処理を繰返し、すべての処理が終わ
ったら、表計算処理手段5は、”#block”の指定
があるかどうか判断する(S6)。指定がないので、
(S30)において、記憶しておいた情報から、対応シ
ート44の”##type”行のc()内に、専用シー
ト42の入力セルの行範囲”3:7”を書き込み、”c
(3:7)”とする(S8)。
The same process is repeated, and when all processes are completed, the spreadsheet processing means 5 determines whether or not "#block" is specified (S6). Since there is no designation
In (S30), from the stored information, the row range “3: 7” of the input cells of the dedicated sheet 42 is written into c () of the “## type” row of the corresponding sheet 44, and “c” is written.
(3: 7) "(S8).

【0039】また、専用シート42に図5を用い、定義
シート43に図8を用いて説明する。なお、上記と同様
な動作については説明を省略する。
Also, the exclusive sheet 42 will be described with reference to FIG. 5, and the definition sheet 43 will be described with reference to FIG. The description of the same operation as above is omitted.

【0040】表計算処理手段5は、作成マクロプログラ
ム45により、定義シート43のシート設定aから1行
を読み出し(S1)、1カラム目が”#”かどうか判断
する(S2)。
The spreadsheet processing means 5 reads one row from the sheet setting a of the definition sheet 43 by the creation macro program 45 (S1) and determines whether the first column is "#" (S2).

【0041】表計算処理手段5はシート設定処理を行い
(S3)、すべての処理が終わっていないので、表計算
処理手段5は、再び、シート設定aから1行読込み(S
5,S1)、1カラム目が”#”かどうか判断する(S
2)。
The spreadsheet processing means 5 performs sheet setting processing (S3). Since all the processing has not been completed, the spreadsheet processing means 5 reads one row again from the sheet setting a (S3).
5, S1) It is determined whether the first column is “#” (S
2).

【0042】表計算処理手段5は、”#block:”
なので、シート設定処理を行う(S3)。具体的には、
対応シート44の列ハ”#block”行に、パラメー
タ”2:6”を書き込み(S11,S17)、”##t
ype”行に”b”を書き込む(S18)。
The spreadsheet processing means 5 outputs “#block:”.
Therefore, a sheet setting process is performed (S3). In particular,
The parameter “2: 6” is written in the row “#block” of the column C of the corresponding sheet 44 (S11, S17), and “## t”
"b" is written in the "type" row (S18).

【0043】すべてが終わっていないので、表計算処理
手段5は、再び、定義シート43のシート設定aから1
行読み込み(S5,S1)、1カラム目が”#”かどう
か判断する(S2)。
Since all the operations have not been completed, the spreadsheet processing means 5 returns from the sheet setting a of the definition sheet 43 to 1
Line reading (S5, S1), it is determined whether the first column is "#" (S2).

【0044】同様に、表計算処理手段5はシート設定処
理を行い(S3)、すべての処理が終わっていないの
で、表計算処理手段5は、セル設定bから1行読込み
(S5,S1)、1カラム名が”#”かどうか判断する
(S2)。
Similarly, the spreadsheet processing means 5 performs sheet setting processing (S3). Since all the processing has not been completed, the spreadsheet processing means 5 reads one row from the cell setting b (S5, S1), It is determined whether one column name is "#" (S2).

【0045】表計算処理手段5は、”tno”なので、
セル設定処理を行う(S4)。具体的には、「表題ad
rs」”A3:b(bはブロック指定を意味する)”の
指定がある場合、「表題文字」”tno”を専用シート
42のA列3行目に書き込む(S21,S22)。そし
て、「入力adrs」があるかどうか判断し(S2
3)、「入力adrs」”B3:b”なので、”B3”
アドレスを入力セルにする(S24〜S26)。そし
て、対応シート44のセル名称”tno”行に専用シー
ト42のセルアドレス”B3:b”を記入する(S3
1)。「固定文字」の指定があるかどうか判断し、指定
がないので次の処理に進む(S32)。
Since the spreadsheet processing means 5 is "tno",
A cell setting process is performed (S4). Specifically, "title ad
If there is a designation of “rs” “A3: b (b means block designation)”, the “title character” “tno” is written in the third row of column A of the dedicated sheet 42 (S21, S22). Then, it is determined whether or not “input adrs” exists (S2).
3) Since "input adrs""B3:b","B3"
The address is set as the input cell (S24 to S26). Then, the cell address “B3: b” of the dedicated sheet 42 is written in the cell name “tno” row of the corresponding sheet 44 (S3).
1). It is determined whether or not "fixed character" is specified, and the process proceeds to the next processing since there is no specification (S32).

【0046】同様な処理を繰返し、すべての処理が終わ
ったら、表計算処理手段5は、”#block”の指定
があるかどうか判断する(S6)。指定があるので、”
#block”の指定範囲”2:6”、つまり、各列の
2行目から6行目をコピーし、そのブロックの下に、”
#num:”、つまり、”2”個となるように1個分ペ
ーストする(S7)。
The same process is repeated, and when all processes are completed, the spreadsheet processing means 5 determines whether or not "#block" is specified (S6). Because there is designation,
The designated range “2: 6” of #block ”, that is, the second to sixth rows of each column are copied, and“
#Num: ", that is, one paste is made so as to become" 2 "(S7).

【0047】次に、汎用シート41と専用シート42と
のデータ反映動作について説明する。図13,14は反
映マクロプログラム46による表計算処理手段5の動作
を示すフローチャートで、図13は専用シート42から
汎用シート41へのデータ反映動作、図14は汎用シー
ト41から専用シート42へのデータ反映動作を示す。
Next, the data reflection operation of the general-purpose sheet 41 and the dedicated sheet 42 will be described. 13 and 14 are flow charts showing the operation of the spreadsheet processing means 5 by the reflection macro program 46. FIG. 13 shows the data reflection operation from the dedicated sheet 42 to the general-purpose sheet 41, and FIG. This shows the data reflection operation.

【0048】専用シート42に、図示しない入力手段で
あるキーボート等により、図3に示される太線で囲まれ
た入力領域にデータが書き込まれると、表計算処理手段
5は反映マクロプログラム46を動作させる。そして、
表計算処理手段5は、専用シート42のシート名、つま
り、”algo”である”IIH”を取得する(S4
1)。対応シート44で”IIH”列イにおいて、入力
セルアドレスから汎用シート41のセルアドレスを検索
する(S42)。例えば、専用シート42のB列4行目
に”3.6V”が入力された場合、対応シート44で、
「セル名称」”level”、「汎用シート」”D”が
検索され、”##row”の”2:4”より、汎用シー
ト41のセルアドレス”D2”が検索される。そして、
専用シート42に書き込まれたデータ”3.6V”を、
汎用シート41の検索結果のセルアドレス、つまり、D
列2行目に書き込む(S43)。
When data is written on the dedicated sheet 42 in an input area surrounded by a thick line shown in FIG. 3 by a keyboard or the like as input means (not shown), the spreadsheet processing means 5 operates the reflection macro program 46. . And
The spreadsheet processing means 5 acquires the sheet name of the dedicated sheet 42, that is, "IIH" which is "algo" (S4).
1). In the corresponding sheet 44, in the column "IIH", the cell address of the general-purpose sheet 41 is searched from the input cell address (S42). For example, when “3.6V” is input in the fourth row of column B of the dedicated sheet 42, the corresponding sheet 44
The “cell name” “level” and the “general-purpose sheet” “D” are searched, and the cell address “D2” of the general-purpose sheet 41 is searched from “2: 4” of “## row”. And
The data “3.6V” written on the dedicated sheet 42 is
The cell address of the search result of the general-purpose sheet 41, that is, D
The data is written in the second row of the column (S43).

【0049】次に、汎用シート41に、キーボート等に
より、図2に示される太線で書き込まれた入力領域にデ
ータが書き込まれると、表計算処理手段5は反映マクロ
プログラム46を動作させる。そして、表計算処理手段
5は、対応シート44で、汎用シート41の入力セルア
ドレスから専用シート42のセルアドレスを検索する
(S51)。例えば、汎用シート41のI列3行目”2
μA”が入力された場合、対応シート44で、”##r
ow”で”3”が検索され、”汎用表”で”I”が検索
され、専用シート42の名称”IIH”とセルアドレ
ス”D5”が検索される。そして、検索されなかった
ら、処理を終了し、検索された場合、汎用シート41に
書き込まれたデータ”2μA”を、専用シート42の検
索結果のセルアドレス、つまり、D列5行目に書き込む
(S52,S53)。
Next, when data is written on the general-purpose sheet 41 by a keyboard or the like in the input area shown by the bold line shown in FIG. 2, the spreadsheet processing means 5 operates the reflection macro program 46. Then, the spreadsheet processing unit 5 searches the corresponding sheet 44 for the cell address of the dedicated sheet 42 from the input cell address of the general-purpose sheet 41 (S51). For example, the third row of column I “2” of the general-purpose sheet 41
When “μA” is input, “## r
“ow” is searched for “3”, “general table” is searched for “I”, and the name “IIH” and cell address “D5” of the dedicated sheet 42 are searched. When the search is completed and the search is completed, the data “2 μA” written in the general-purpose sheet 41 is written in the cell address of the search result of the dedicated sheet 42, that is, the fifth row of the D column (S52, S53).

【0050】そして、汎用シート41と専用シート42
とのデータ欄反映動作について説明する。図15〜18
は反映マクロプログラム46による表計算処理手段5の
動作を示すフローチャートである。図15,16はそれ
ぞれ専用シート42から汎用シート41へのデータ欄挿
入動作、削除動作、図17,18はそれぞれ汎用シート
41から専用シート42へのデータ欄挿入動作、削除動
作である。ここで、専用シート42は図3を用いて説明
する。
Then, the general-purpose sheet 41 and the dedicated sheet 42
Will be described. Figures 15-18
Is a flowchart showing the operation of the spreadsheet processing means 5 by the reflection macro program 46. FIGS. 15 and 16 show operations of inserting and deleting a data column from the dedicated sheet 42 to the general-purpose sheet 41, respectively, and FIGS. 17 and 18 show operations of inserting and deleting a data column from the general-purpose sheet 41 to the dedicated sheet 42, respectively. Here, the exclusive sheet 42 will be described with reference to FIG.

【0051】まず、専用シート42から汎用シート41
へのデータ欄挿入動作について説明する。図示しない入
力手段であるマウス等により、専用シート42のセルを
選択し、図示しない挿入ボタンをマウス等で押すことに
より、表計算処理手段5は、反映マクロプログラム46
を動作させる。そして、表計算処理手段5は、専用シー
ト42上の選択セルを含む1テスト分のセル範囲を求め
てセルを挿入する(S61)。シート名、”#alg
o”である”IIH”より、対応シート44の”##r
ow”である”2:4”から汎用シート41上での該当
行を求める(S62)。
First, from the dedicated sheet 42 to the general-purpose sheet 41
The operation of inserting a data column into the data column will be described. By selecting a cell of the dedicated sheet 42 with a mouse or the like as an input means (not shown) and pressing an insert button (not shown) with a mouse or the like, the spreadsheet processing means 5 causes the reflection macro program 46
To work. Then, the spreadsheet processing unit 5 finds a cell range for one test including the selected cell on the dedicated sheet 42 and inserts the cell (S61). Sheet name, "#alg
o ”of“ IIH ”, the corresponding sheet 44“ ## r ”
The corresponding line on the general-purpose sheet 41 is obtained from “ow:” “2: 4” (S62).

【0052】表計算処理手段5は、汎用シート41の該
当行に1行挿入する(S63)。そして、対応シート4
4の”#num”,”##row”の行を更新する(S
64)。つまり、列イの”#num”は”4”、”##
row”は”2:5”、列ロは”##row”は”6:
8”、列ハは”##row”は”9:10”等に変更す
る。対応シート44の該当”#algo:”列イのセル
範囲を更新する(S65)。つまり、列イの”tno”
は”A4:A7”、”level”は”B4:B7”当
に変更する。対応シートの該当”#algo:”列イの
固定文字指定””を探し、その値を汎用シート41の該
当欄に書き込む(S66)。つまり、対応シート44
の”cat”の”3”、”pauseT”の”1ms”
を汎用シート41の該当欄に書き込む。
The spreadsheet processing means 5 inserts one row in the corresponding row of the general-purpose sheet 41 (S63). And corresponding sheet 4
4 is updated ("Snum", "#row") (S
64). That is, “#num” in column A is “4”, “##
row "is" 2: 5 "and column row is"## row "is" 6:
8 "and"#row"of the column C are changed to" 9:10 "etc. The corresponding"#algo:"column of the corresponding sheet 44 is updated (S65). tno "
Is changed to "A4: A7" and "level" is changed to "B4: B7". The corresponding sheet is searched for "#algo:" fixed character designation in column A "" and its value is written in the corresponding field of the general-purpose sheet 41 (S66). That is, the corresponding sheet 44
"Cat" of "3", "pauseT" of "1ms"
Is written in the corresponding field of the general-purpose sheet 41.

【0053】次に、専用シート42から汎用シート41
へのデータ欄削除動作について説明する。マウス等によ
り、専用シート42のセルを選択し、図示しない削除ボ
タンをマウス等で押すことにより、表計算処理手段5
は、反映マクロプログラム46を動作させる。そして、
表計算処理手段5は、専用シート42上の選択セルを含
む1テスト分のセル範囲を求めてセルを削除する(S7
1)。シート名、”#algo”である”IIH”よ
り、対応シート44の”##row”である”2:4”
から汎用シート41上での該当行を求める(S72)。
Next, from the dedicated sheet 42 to the general-purpose sheet 41
The operation of deleting a data column from the data column will be described. By selecting a cell of the dedicated sheet 42 with a mouse or the like and pressing a delete button (not shown) with a mouse or the like, the spreadsheet processing means 5
Causes the reflection macro program 46 to operate. And
The spreadsheet processing unit 5 obtains a cell range for one test including the selected cell on the dedicated sheet 42 and deletes the cell (S7).
1). From the sheet name “IIH” which is “#algo”, “2: 4” which is “## row” of the corresponding sheet 44
From the general-purpose sheet 41 (S72).

【0054】表計算処理手段5は、汎用シート41の該
当行に1行削除する(S73)。そして、対応シート4
4の”#num”,”##row”の行を更新する(S
74)。つまり、列イの”#num”は”2”で、”#
#row”は”2:3”、列ロの”#row”は”4:
6”、列ハの”#row”は”7:8”等に変更する。
対応シート44の該当”#algo:”列イのセル範囲
を更新する(S75)。つまり、列イの”tno”は”
A4:A5”、”level”は”B4:B5”等に変
更する。
The spreadsheet processing means 5 deletes one line from the corresponding line of the general-purpose sheet 41 (S73). And corresponding sheet 4
4 is updated ("Snum", "#row") (S
74). That is, “#num” in column A is “2” and “#num” is “#num”.
“#Row” is “2: 3”, and “#row” of column B is “4:
6 "and"#row"in column C are changed to" 7: 8 "or the like.
The cell range in the corresponding column “#algo:” of the corresponding sheet 44 is updated (S75). That is, “tno” in column a is “
A4: A5 "and" level "are changed to" B4: B5 "and the like.

【0055】また、汎用シート41から専用シート42
へのデータ欄挿入動作について説明する。マウス等によ
り、汎用シート41のセルを選択し、図示しない挿入ボ
タンをマウス等で押すことにより、表計算処理手段5
は、反映マクロプログラム46を動作させる。
Further, from the general-purpose sheet 41 to the dedicated sheet 42
The operation of inserting a data column into the data column will be described. By selecting a cell of the general-purpose sheet 41 with a mouse or the like and pressing an insert button (not shown) with a mouse or the like, the spreadsheet processing means 5 is selected.
Causes the reflection macro program 46 to operate.

【0056】そして、表計算処理手段5は、対応シート
44より該当行の”#algo”、つまり、専用シート
42のシート名である”IIH”を求める(S81)。
汎用シート41上の選択行に1行挿入し(S82)、対
応シート44の”#num”、”##row”行を更新
する(S83)。つまり、列イの”#num”は”
4”、”##row”は”2:5”、列ロの”##ro
w”は”6:8”、列ハの”##row”は”9:1
0”等に変更する。対応シート41の該当”#alg
o:”列イの固定文字指定””を探し、その値を汎用シ
ート41の該当欄に書き込む(S84)。つまり、対応
シート44の”cat”の”3”、”pauseT”
の”1ms”を汎用シート41の該当欄に書き込む。汎
用シート41の挿入行に対応する専用シート42上の1
テスト分のセル範囲を求めてセル挿入する(S85)。
Then, the spreadsheet processing means 5 obtains "#algo" of the corresponding row from the corresponding sheet 44, that is, "IIH" which is the sheet name of the dedicated sheet 42 (S81).
One row is inserted into the selected row on the general-purpose sheet 41 (S82), and the “#num” and “## row” rows of the corresponding sheet 44 are updated (S83). That is, “#num” in column a is “
4 ”and“ ## row ”are“ 2: 5 ”, and“ ## ro ”in column B
“w” is “6: 8”, and “## row” in column C is “9: 1”.
0 ”etc. The corresponding“ #alg ”of the corresponding sheet 41
o: Search for "fixed character designation in column A" and write the value in the corresponding field of the general-purpose sheet 41 (S84), that is, "3" and "pauseT" of "cat" in the corresponding sheet 44.
Is written in the corresponding field of the general-purpose sheet 41. 1 on the dedicated sheet 42 corresponding to the inserted row of the general-purpose sheet 41
The cell range for the test is obtained and the cell is inserted (S85).

【0057】そして、汎用シート41から専用シート4
2へのデータ欄削除動作について説明する。マウス等に
より、汎用シート41のセルを選択し、図示しない削除
ボタンをマウス等で押すことにより、表計算処理手段5
は、反映マクロプログラム46を動作させる。
Then, from the general-purpose sheet 41 to the exclusive sheet 4
The operation of deleting the data column for No. 2 will be described. By selecting a cell of the general-purpose sheet 41 with a mouse or the like and pressing a delete button (not shown) with a mouse or the like, the spreadsheet processing means 5 is selected.
Causes the reflection macro program 46 to operate.

【0058】そして、表計算処理手段5は、対応シート
44より該当行の”#algo”、つまり、専用シート
42のシート名”IIH”を求める(S91)。汎用シ
ート41上の選択行を1行削除し(S92)、対応シー
ト44の”#num”、”##row”行を更新する
(S93)。つまり、列イの”#num”は”2”
で、”##row”は”2:3”、列ロの”#row”
は”4:6”、列ハの”#row”は”7:8”等に変
更する。汎用シート41の挿入行に対応する専用シート
42上の1テスト分のセル範囲を求めてセル削除する
(S94)。
Then, the spreadsheet processing means 5 obtains "#algo" of the corresponding row from the corresponding sheet 44, that is, the sheet name "IIH" of the dedicated sheet 42 (S91). One selected line on the general-purpose sheet 41 is deleted (S92), and the “#num” and “## row” lines of the corresponding sheet 44 are updated (S93). That is, “#num” in column A is “2”
"## row" is "2: 3", and "#row" in column B is
Is changed to "4: 6", and "#row" in column C is changed to "7: 8". The cell range for one test on the dedicated sheet 42 corresponding to the inserted row of the general-purpose sheet 41 is obtained and deleted (S94).

【0059】以上のデータ入力により作成された汎用シ
ート41をテスト条件テーブル1として、図22に示さ
れるジェネレータ2により、テストプログラムファイル
3を作成する。
The test program file 3 is created by the generator 2 shown in FIG. 22 using the general-purpose sheet 41 created by the above data input as the test condition table 1.

【0060】このように、表計算処理手段5が、反映マ
クロプログラム46により、専用シート42のデータを
汎用シート41に反映することができ、容易にデータを
入力することができる。また、テストプログラムを作成
するプログラム作成装置を改造する必要がなくなる。そ
して、専用シート42が増加しても、汎用シート41だ
けを管理対象として考えることができ、データ管理がし
やすくなる。
As described above, the spreadsheet processing means 5 can reflect the data of the dedicated sheet 42 on the general-purpose sheet 41 by the reflection macro program 46, and can easily input the data. Further, it is not necessary to modify a program creating device for creating a test program. Even if the number of dedicated sheets 42 increases, only the general-purpose sheet 41 can be considered as a management target, and data management becomes easy.

【0061】また、専用シート42では通常変更が行わ
れるデータ入力だけを行い、固定値や特殊なデータの場
合、汎用シート41でデータ入力を行えば、通常時にお
いて、多くの入力欄がなく、入力ミスを防止できる。
In the dedicated sheet 42, only data that is normally changed is input, and in the case of fixed values or special data, if the data is input in the general-purpose sheet 41, there are not many input fields in a normal state. Input errors can be prevented.

【0062】また、表計算処理手段5は、作成マクロプ
ログラム45により、定義シート43に基づいて、専用
シート42を作成するので、汎用シート41と専用シー
ト42との関係の定義を容易に行うことができる。
Further, since the spreadsheet processing means 5 creates the dedicated sheet 42 based on the definition sheet 43 by the creation macro program 45, the relation between the general-purpose sheet 41 and the dedicated sheet 42 can be easily defined. Can be.

【0063】そして、表計算処理手段5は、反映マクロ
プログラム46により、汎用シート41と専用シート4
2とのセルの反映を行うので、どちらのセル変更でも反
映できる。これにより、容易にデータ入力を行うことが
できる。
The spreadsheet processing means 5 uses the reflection macro program 46 to execute the general-purpose sheet 41 and the special-purpose sheet 4.
Since the cell 2 is reflected, it can be reflected by either cell change. Thus, data can be easily input.

【0064】なお、本発明はこれに限定されるものでは
なく、以下のようなものでもよい。
The present invention is not limited to this, but may be as follows.

【0065】(1)ICテスタのテストプログラムのプ
ログラムを生成する装置を示したが、各種自動制御機器
や自動測定装置等での各シーケンスにおける設定状態を
定義する汎用テーブルを用意し、その制御プログラムを
自動生成するものでもよい。
(1) An apparatus for generating a test program program for an IC tester has been described. However, a general-purpose table for defining a setting state in each sequence in various automatic control devices and automatic measuring devices is prepared, and the control program is prepared. May be automatically generated.

【0066】(2)汎用シート41において、複数行の
テストにより1つのテストを行う場合でも、専用シート
42を用いれば、1つのテストとして扱うことができ
る。
(2) Even when one test is performed by a test of a plurality of rows on the general-purpose sheet 41, it can be handled as one test by using the dedicated sheet 42.

【0067】つまり、汎用シート41が例えば図19に
示すような場合、第10、11行の2つの行により、1
つのテストを行っている。すなわち、テスト番号100
0、レベル5Vを、被試験対象のピン番号pin1に印
加し、測定電流値をM1に代入する。次に、レベル4V
を、被試験対象のピン番号pin1に印加し、測定電流
値をM2に代入し、”M1−M2”の計算結果が、0.
4から0.6に入るかを判定する。このような設定が行
われている。
That is, when the general-purpose sheet 41 is, for example, as shown in FIG.
Have performed one test. That is, test number 100
0 and a level of 5 V are applied to the pin number pin1 of the device under test, and the measured current value is substituted for M1. Next, level 4V
Is applied to the pin number pin1 of the test object, and the measured current value is substituted for M2, and the calculation result of “M1-M2” is 0.
It is determined whether or not from 4 to 0.6. Such a setting is performed.

【0068】そして、図20に示すように、専用シート
42を設け、汎用シート41の第10,11行のパラメ
ータを、第4行目のようにする。つまり、汎用シート4
1で2行で表していたものを、専用シート42の1行で
表す。
Then, as shown in FIG. 20, a dedicated sheet 42 is provided, and the parameters of the tenth and eleventh rows of the general-purpose sheet 41 are set as in the fourth row. In other words, general-purpose sheet 4
What is expressed in two rows by 1 is expressed by one row of the dedicated sheet 42.

【0069】定義シート43としては、図21のように
表され、図6〜8と同様に、aはシート設定、bはセル
設定、cは実際には含まれない説明行である。図21に
おいて、”#seq:”が、専用シート42の1行が汎
用シート41の複数行から成り立つことを示し、図19
に示す専用シート42では”2”となる。そして、”s
eq対応”列が、専用シート42の1行目において、汎
用シート41の複数行の内、どの行の「セル名称」欄に
対応するかを示す。つまり、”(1)”が1行目、”
(2)”が行目、”(1:2)”が1,2行目を示す。
また、”#string”は、専用シート42上の任意
のセル位置に固定文字列を表示させるための指定で、適
宜説明文や見出しなどをつけることができる。
The definition sheet 43 is shown in FIG. 21. As in FIGS. 6 to 8, a is a sheet setting, b is a cell setting, and c is a description line that is not actually included. In FIG. 21, "#seq:" indicates that one line of the dedicated sheet 42 is composed of a plurality of lines of the general-purpose sheet 41, and FIG.
In the special sheet 42 shown in FIG. And "s
The “eq correspondence” column indicates which of the plural rows of the general-purpose sheet 41 corresponds to the “cell name” column in the first row of the dedicated sheet 42. That is, “(1)” is the first line, “
“(2)” indicates the row, and “(1: 2)” indicates the first and second rows.
"#String" is a designation for displaying a fixed character string at an arbitrary cell position on the dedicated sheet 42, and an explanatory sentence, a heading, and the like can be appropriately added.

【0070】(3)対応シート44を設ける構成を示し
たが、その都度、汎用シート41と専用シート42との
関係を求めて反映させる構成にしてもよい。
(3) Although the configuration in which the corresponding sheet 44 is provided has been described, the configuration may be such that the relationship between the general-purpose sheet 41 and the dedicated sheet 42 is determined and reflected each time.

【0071】(4)ファイル4に汎用シート41、専用
シート42、定義シート43、対応シート44を設けた
構成を示したが、別々のファイルにしてもよい。つま
り、テーブルであればよい。同様に、作成マクロプログ
ラム45、反映マクロプログラム46も別々のファイル
でもよい。
(4) Although the configuration in which the general-purpose sheet 41, the dedicated sheet 42, the definition sheet 43, and the corresponding sheet 44 are provided in the file 4 is shown, separate files may be used. That is, any table may be used. Similarly, the creation macro program 45 and the reflection macro program 46 may be separate files.

【0072】[0072]

【発明の効果】本発明によれば、以下のような効果があ
る。請求項1,2,6,7によれば、表計算処理手段
が、専用テーブルのデータを汎用テーブルに反映するこ
とができ、容易にデータを入力することができる。そし
て、専用テーブルが増加しても、汎用テーブルだけを管
理対象として考えることができ、データ管理がしやすく
なる。
According to the present invention, the following effects can be obtained. According to the first, second, sixth, and seventh aspects, the spreadsheet processing means can reflect the data of the dedicated table on the general-purpose table, and can easily input the data. Even if the number of dedicated tables increases, only general-purpose tables can be considered as management targets, and data management becomes easy.

【0073】また、専用テーブルでは通常変更が行われ
るデータ入力だけを行い、固定値や特殊なデータの場
合、汎用テーブルでデータ入力を行えば、通常時におい
て、多くの入力欄がなく、入力ミスを防止できる。
In the dedicated table, only data that is usually changed are input, and in the case of fixed values or special data, if data is input in the general-purpose table, there are usually no many input fields, and there is no input error. Can be prevented.

【0074】請求項3,8によれば、表計算処理手段
は、汎用テーブルと専用テーブルとのセルの反映を行う
ので、セルの変更を反映できる。これにより、容易にデ
ータ入力を行うことができる。
According to the third and eighth aspects, the spreadsheet processing means reflects the cells in the general-purpose table and the dedicated table, so that the cell change can be reflected. Thus, data can be easily input.

【0075】請求項4,9によれば、表計算処理手段
は、定義テーブルに基づいて、専用テーブルを作成する
ので、汎用テーブルと専用テーブルとの関係の定義を容
易に行うことができる。
According to the fourth and ninth aspects, since the spreadsheet processing means creates the dedicated table based on the definition table, it is possible to easily define the relationship between the general-purpose table and the dedicated table.

【0076】請求項5,10によれば、汎用テーブルか
らプログラムを作成するので、専用テーブルが増加/変
更されても、プログラム作成装置を改造する必要がなく
なる。
According to the fifth and tenth aspects, since the program is created from the general-purpose table, it is not necessary to modify the program creating device even if the dedicated table is increased / changed.

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

【図1】本発明の一実施例を示した構成図である。FIG. 1 is a configuration diagram showing one embodiment of the present invention.

【図2】汎用シート41の具体例を示した図である。FIG. 2 is a diagram showing a specific example of a general-purpose sheet 41.

【図3】専用シート42の行方向展開型の具体例を示し
た図である。
FIG. 3 is a view showing a specific example of a dedicated sheet 42 in a row direction development type.

【図4】専用シート42の列方向展開型の具体例を示し
た図である。
FIG. 4 is a view showing a specific example of a row-type development type of a dedicated sheet 42;

【図5】専用シート42のブロック展開型の具体例を示
した図である。
FIG. 5 is a diagram showing a specific example of a block development type of a dedicated sheet 42.

【図6】図3の専用シート42に対応する定義シート4
3の具体例を示した図である。
6 is a definition sheet 4 corresponding to the dedicated sheet 42 in FIG.
FIG. 3 is a diagram showing a specific example of No. 3;

【図7】図4の専用シート42に対応する定義シート4
3の具体例を示した図である。
FIG. 7 is a definition sheet 4 corresponding to the dedicated sheet 42 in FIG.
FIG. 3 is a diagram showing a specific example of No. 3;

【図8】図5の専用シート42に対応する定義シート4
3の具体例を示した図である。
8 is a definition sheet 4 corresponding to the dedicated sheet 42 in FIG.
FIG. 3 is a diagram showing a specific example of No. 3;

【図9】対応シート44の具体例を示した図である。FIG. 9 is a diagram showing a specific example of a corresponding sheet 44.

【図10】作成マクロプログラム45による表計算処理
手段5の全体動作を示すフローチャートである。
FIG. 10 is a flowchart showing the entire operation of the spreadsheet processing unit 5 by the creation macro program 45.

【図11】作成マクロプログラム45による表計算処理
手段5のシート設定動作を示すフローチャートである。
11 is a flowchart showing a sheet setting operation of the spreadsheet processing unit 5 by the creation macro program 45. FIG.

【図12】作成マクロプログラム45による表計算処理
手段5のセル設定動作を示すフローチャートである。
12 is a flowchart showing a cell setting operation of the spreadsheet processing unit 5 by the creation macro program 45. FIG.

【図13】反映マクロプログラム46による表計算処理
手段5のデータ反映動作を示すフローチャートである。
FIG. 13 is a flowchart showing a data reflection operation of the spreadsheet processing means 5 by the reflection macro program 46.

【図14】反映マクロプログラム46による表計算処理
手段5のデータ反映動作を示すフローチャートである。
FIG. 14 is a flowchart showing a data reflection operation of the spreadsheet processing means 5 by the reflection macro program 46;

【図15】反映マクロプログラム46による表計算処理
手段5のセル反映動作を示すフローチャートである。
FIG. 15 is a flowchart showing a cell reflection operation of the spreadsheet processing means 5 by the reflection macro program 46;

【図16】反映マクロプログラム46による表計算処理
手段5のセル反映動作を示すフローチャートである。
FIG. 16 is a flowchart showing a cell reflection operation of the spreadsheet processing means 5 by the reflection macro program 46;

【図17】反映マクロプログラム46による表計算処理
手段5のセル反映動作を示すフローチャートである。
17 is a flowchart showing a cell reflection operation of the spreadsheet processing means 5 by the reflection macro program 46. FIG.

【図18】反映マクロプログラム46による表計算処理
手段5のセル反映動作を示すフローチャートである。
18 is a flowchart showing a cell reflection operation of the spreadsheet processing means 5 by the reflection macro program 46. FIG.

【図19】汎用シート41の他の具体例を示した図であ
る。
FIG. 19 is a diagram showing another specific example of the general-purpose sheet 41.

【図20】専用シート42のシーケンスサポート例の具
体例を示した図である。
FIG. 20 is a diagram showing a specific example of a sequence support example of a dedicated sheet 42.

【図21】図20の専用シート42に対応する定義シー
ト43の具体例を示した図である。
21 is a diagram showing a specific example of a definition sheet 43 corresponding to the dedicated sheet 42 in FIG.

【図22】従来のテストプログラム作成装置の構成を示
した図である。
FIG. 22 is a diagram showing a configuration of a conventional test program creation device.

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

5 表計算処理手段 41 汎用シート 42 専用シート 43 定義シート 44 対応シート 45 作成マクロプログラム 46 反映マクロプログラム 5 Spreadsheet processing means 41 General-purpose sheet 42 Dedicated sheet 43 Definition sheet 44 Corresponding sheet 45 Creation macro program 46 Reflection macro program

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 汎用テーブルにデータを入力するデータ
入力装置において、 前記汎用テーブルに対応するデータが入力される専用テ
ーブルと、 この専用テーブルのデータを前記汎用テーブルへの反映
処理を記述する反映マクロプログラムと、 この反映マクロプログラムに基づいて、前記専用テーブ
ルのデータを汎用テーブルに反映する表計算処理手段と
を有することを特徴とするデータ入力装置。
1. A data input device for inputting data to a general-purpose table, comprising: a special-purpose table to which data corresponding to the general-purpose table is input; and a reflection macro describing a process of reflecting the data of the special-purpose table to the general-purpose table. A data input device comprising: a program; and a spreadsheet processing means for reflecting data of the dedicated table in a general-purpose table based on the reflection macro program.
【請求項2】 反映マクロプログラムが、汎用テーブル
のデータを専用テーブルへの反映処理も記述し、この反
映マクロプログラムに基づいて、表計算処理手段が、汎
用テーブルのデータを専用テーブルに反映することを特
徴とする請求項1記載のデータ入力装置。
2. The reflecting macro program also describes a process of reflecting the data of the general-purpose table into the special-purpose table, and the spreadsheet processing means reflects the data of the general-purpose table into the special-purpose table based on the reflecting macro program. The data input device according to claim 1, wherein:
【請求項3】 反映マクロプログラムが、汎用テーブル
と専用テーブルとのセルの挿入または削除の少なくとも
一方を反映する処理を記述し、この反映マクロプログラ
ムに基づいて、表計算処理手段が、汎用テーブルと専用
テーブルとのセルの反映を行うことを特徴とする請求項
1または2記載のデータ入力装置。
3. A reflection macro program describes processing for reflecting at least one of cell insertion and deletion between a general-purpose table and a special-purpose table. 3. The data input device according to claim 1, wherein the cell is reflected in the dedicated table.
【請求項4】 専用テーブルの定義が記述される定義テ
ーブルと、 この定義テーブルに基づいて、専用テーブルの作成処理
を記述する作成マクロプログラムとを設け、表計算処理
手段が、前記作成マクロプログラムに基づいて、専用テ
ーブルを作成することを特徴とする請求項1〜3のいず
れかに記載のデータ入力装置。
4. A definition table in which a definition of a dedicated table is described, and a creation macro program for describing a creation process of the dedicated table based on the definition table, wherein the spreadsheet processing means includes: 4. The data input device according to claim 1, wherein a dedicated table is created based on the data.
【請求項5】 請求項1〜4のいずれかに記載のデータ
入力装置の汎用テーブルからプログラムを作成すること
を特徴とするプログラム作成装置。
5. A program creating device for creating a program from the general-purpose table of the data input device according to claim 1.
【請求項6】 データを入力する汎用テーブルと、 前記汎用テーブルに対応するデータが入力される専用テ
ーブルとを設け、データを入力するデータ入力方法であ
って、 表計算処理手段が、前記専用テーブルのデータを前記汎
用テーブルに反映することを特徴とするデータ入力方
法。
6. A data input method for providing a general-purpose table for inputting data and a special-purpose table for inputting data corresponding to the general-purpose table, wherein the spreadsheet processing means comprises: A data input method, wherein the data is reflected in the general-purpose table.
【請求項7】 表計算処理手段が、汎用テーブルのデー
タを専用テーブルに反映することを特徴とする請求項6
記載のデータ入力方法。
7. The spreadsheet processing means reflects data of a general-purpose table in a dedicated table.
Data entry method described.
【請求項8】 表計算処理手段が、汎用テーブルと専用
テーブルとのセルの反映を行うことを特徴とする請求項
6または7記載のデータ入力方法。
8. The data input method according to claim 6, wherein the spreadsheet processing means reflects cells in the general-purpose table and the dedicated table.
【請求項9】 専用テーブルの定義が記述される定義テ
ーブルを設け、表計算処理手段が、前記定義テーブルに
基づいて、専用テーブルを作成することを特徴とする請
求項6〜8のいずれかに記載のデータ入力方法。
9. The table according to claim 6, wherein a definition table in which the definition of the dedicated table is described is provided, and the spreadsheet processing means creates the dedicated table based on the definition table. Data entry method described.
【請求項10】 請求項6〜9のいずれかに記載のデー
タ入力方法の汎用テーブルからプログラムを作成するこ
とを特徴とするプログラム作成方法。
10. A method for creating a program, comprising creating a program from the general-purpose table of the data input method according to claim 6.
JP2001178258A 2001-06-13 2001-06-13 Data input device, program generator using it, data input method, and program generation method using it Pending JP2002366382A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001178258A JP2002366382A (en) 2001-06-13 2001-06-13 Data input device, program generator using it, data input method, and program generation method using it

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001178258A JP2002366382A (en) 2001-06-13 2001-06-13 Data input device, program generator using it, data input method, and program generation method using it

Publications (1)

Publication Number Publication Date
JP2002366382A true JP2002366382A (en) 2002-12-20

Family

ID=19018984

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001178258A Pending JP2002366382A (en) 2001-06-13 2001-06-13 Data input device, program generator using it, data input method, and program generation method using it

Country Status (1)

Country Link
JP (1) JP2002366382A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008039671A (en) * 2006-08-09 2008-02-21 Hitachi High-Tech Engineering Service Corp Test program creation system for semiconductor test system
KR20160076878A (en) * 2014-12-23 2016-07-01 에스케이이노베이션 주식회사 Setting parameter processing apparatus and method for protection relay test

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008039671A (en) * 2006-08-09 2008-02-21 Hitachi High-Tech Engineering Service Corp Test program creation system for semiconductor test system
JP4684183B2 (en) * 2006-08-09 2011-05-18 株式会社日立ハイテクエンジニアリングサービス Test program generation system for semiconductor test equipment
KR101109127B1 (en) 2006-08-09 2012-02-24 가부시키가이샤 히타찌 하이테크 엔지니어링 서비스 Method of forming a test program for a semiconductor inspection apparatus
KR20160076878A (en) * 2014-12-23 2016-07-01 에스케이이노베이션 주식회사 Setting parameter processing apparatus and method for protection relay test
KR102076169B1 (en) * 2014-12-23 2020-02-11 에스케이이노베이션 주식회사 Setting parameter processing apparatus and method for protection relay test

Similar Documents

Publication Publication Date Title
US6513143B1 (en) Method for automaticallly remapping an HDL netlist to provide compatibility with pre-synthesis behavioral test benches
US8676723B2 (en) Automated test system based on three-dimensional application software framework and a method thereof
JP2699377B2 (en) Hardware logic simulator
US6192379B1 (en) Data model compiler selectively using a reference store of labelled program components within a common class
EP0988558B1 (en) Low cost, easy to use automatic test system software
US8694958B1 (en) Marking up objects in code generation
US8225140B2 (en) Method and system for graphical user interface testing
CN1716264B (en) Methods, systems for annotating system traces with control program information and presenting annotated system traces
US5907698A (en) Method and apparatus for characterizing static and dynamic operation of an architectural system
CN110826720B (en) Interface display method and device and interface switching method and device
JP5651050B2 (en) Data generation apparatus and data generation program
JP2000112784A (en) Program test support device and storage medium recording program test support program
Gallagher Visual impact analysis
TW200406692A (en) Semiconductor test data analysis system
JP2001356936A (en) Test support device and supporting method of gui system program
US6453276B1 (en) Method and apparatus for efficiently generating test input for a logic simulator
JP2002366382A (en) Data input device, program generator using it, data input method, and program generation method using it
US6810508B1 (en) Method for automatically-remapping an HDL netlist to provide compatibility with pre-synthesis behavioral test benches
WO2002065544A1 (en) User interface of semiconductor evaluator
JP5790820B2 (en) Inconsistency detection apparatus, program and method, correction support apparatus, program and method
JP3214356B2 (en) Test support equipment
TWI393897B (en) Integrated test method and system using the same
JP3422478B2 (en) Program creation device and program creation method
JP3282440B2 (en) File name assigning device
JPH10307815A (en) Method and device for displaying multivariate analytical result and computer readable recording medium recording program for executing multivariate analytical result displaying method