JPH02226338A - Parameter input processing system - Google Patents
Parameter input processing systemInfo
- Publication number
- JPH02226338A JPH02226338A JP4717089A JP4717089A JPH02226338A JP H02226338 A JPH02226338 A JP H02226338A JP 4717089 A JP4717089 A JP 4717089A JP 4717089 A JP4717089 A JP 4717089A JP H02226338 A JPH02226338 A JP H02226338A
- Authority
- JP
- Japan
- Prior art keywords
- parameter
- input processing
- parameters
- input
- 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
Links
- 238000003672 processing method Methods 0.000 claims description 6
- 238000000034 method Methods 0.000 abstract description 6
- 238000010586 diagram Methods 0.000 description 2
Landscapes
- Stored Programmes (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はパラメータ入力処理方式、特にプログラムが動
作するために必要な情報をプログラム内に設定するパラ
メータ入力処理方式に関する。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a parameter input processing method, and particularly to a parameter input processing method for setting information necessary for the program to operate in the program.
従来、この種のパラメータ入力処理方式は、プログラム
が動作するために必要な情報のそれぞれについて、個々
に操作盤あるいはパラメータ用のカード等を用いて取込
ませている。Conventionally, in this type of parameter input processing method, each piece of information necessary for a program to operate is individually input using an operation panel or a parameter card.
上述したパラメータ入力処理方式では、プログラムが動
作するために必要な情報を全てパラメータ入力によって
個々に取込ませているので、プログラムの起動ごとに変
更したいパラメータが一部で、他のパラメータは当分固
定としたい場合も全てのパラメータを入力しなければな
らないという欠点がある。In the parameter input processing method described above, all the information necessary for the program to operate is individually input by parameter input, so some parameters need to be changed each time the program is started, and other parameters are fixed for the time being. The disadvantage is that even if you want to do this, you have to enter all the parameters.
本発明のパラメータ入力処理方式は、プログラムが動作
するために必要な情報をパラメータとして入力するパラ
メータ入力処理において、記憶装置に格納したパラメー
タの暫定的な固定値とパラメータの入力処理の必要とを
示すパラメータテーブルと、このパラメータテーブルを
読出して暫定的な固定値のパラメータ設定と固定値の登
録してないパラメータのパラメータ入力とを行なわせる
前記プログラムに設けられたパラメータ入力処理手段と
を有することにより構成される。The parameter input processing method of the present invention indicates the temporary fixed value of the parameter stored in the storage device and the necessity of the parameter input process in the parameter input process in which information necessary for the program to operate is input as a parameter. The present invention is constructed by having a parameter table and a parameter input processing means provided in the program that reads the parameter table and causes temporary parameter setting of fixed values and parameter input of parameters for which fixed values are not registered. be done.
次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.
第1図は本発明の一実施例の構成図で、プログラム1は
パラメータ入力を必要とするプログラムで、パラメータ
入力処理部]1とその他のデータ部および手続部12と
から構成される装置はN個のパラメータテーブル21.
22〜2Nが格納されている。FIG. 1 is a block diagram of an embodiment of the present invention, in which a program 1 is a program that requires parameter input, and an apparatus consisting of a parameter input processing section 1, other data sections, and a procedure section 12 is N. parameter table 21.
22 to 2N are stored.
第2図は第1図で記憶装置に格納されるパラメータテー
ブルのフォーマットで、複数のパラメータ1.2〜nの
それぞれに対し、暫定的に固定値としたい初期値1,2
〜nが登録されていて、固定値としないパラメータに対
しては登録されていない。Figure 2 shows the format of the parameter table stored in the storage device in Figure 1, with initial values 1 and 2 to be temporarily fixed for each of the multiple parameters 1.
~n are registered, and parameters that are not set to fixed values are not registered.
第3図は第1図の動作を説明するための図で、以下、第
3図を参照して第1図の動作について説明を進める。プ
ログラム1が起動されると、パラメータ入力処理部11
に制御が渡される。そこでパラメータ入力処理部11は
、まず・パラメータテーブル名の入力要求を操作者に行
なう。パラメータ名が指定されなかった場合は、従来と
同じ個々のパラメータ入力処理を行なう。パラメータテ
ーブル名として例えば第3図のパラメータテーブル21
が指定されると、パラメータテーブル21を記憶装置か
ら読込み、パラメータテーブル21を解析する。パラメ
ータテーブル2]のパラメータA,B,Dに初期値が登
録されているので、これらの値は直ちにパラメータとし
てそれぞれ設定され、A=4,B=5.D=3が入力さ
れたことになる。パラメータCには初期値が登録されて
いないので、操作者にパラメータCの入力要求を行ない
、例えばC=1が入力されるとこの値を取込み、プログ
ラl\1には全てのパラメータ値2が取込まれることに
なる。FIG. 3 is a diagram for explaining the operation of FIG. 1. Hereinafter, the operation of FIG. 1 will be explained with reference to FIG. When the program 1 is started, the parameter input processing section 11
control is passed to. Therefore, the parameter input processing section 11 first requests the operator to input a parameter table name. If no parameter name is specified, the same individual parameter input processing as before is performed. For example, parameter table 21 in Figure 3 can be used as the parameter table name.
When specified, the parameter table 21 is read from the storage device and the parameter table 21 is analyzed. Since initial values are registered for parameters A, B, and D in parameter table 2, these values are immediately set as parameters, and A=4, B=5, and so on. This means that D=3 has been input. Since no initial value is registered for parameter C, the operator is requested to input parameter C. For example, if C=1 is input, this value is imported, and all parameter values 2 are stored in program l\1. It will be taken in.
以上説明したように本発明は、パラメータの暫定的な固
定値とパラメータの入力処理の要求とを示すパラメータ
テーブルを記憶装置に持ち、プログラムにパラメータテ
ーブルの読込み、および固定値以外のパラメータの入力
を行なわせることにより、プログラムが必要とする全パ
ラメータの入力を個々に行なう必要がなく、使用頻度の
高いパラメータの組合せを持った複数のパラメータテー
ブルを予め作成して記憶させておくことができるので
操作者によるパラメータ入力処理が簡易化される効果が
ある。As explained above, the present invention has a parameter table in the storage device that indicates provisional fixed values of parameters and requests for parameter input processing, and allows the program to read the parameter table and input parameters other than the fixed values. By doing this, there is no need to input all the parameters required by the program individually, and multiple parameter tables containing frequently used parameter combinations can be created and stored in advance.
This has the effect of simplifying the parameter input process by the operator.
12・・・その他のデータ部および手続部、212〜2
N・・・パラメータテーブル。12...Other data division and procedure division, 212-2
N...Parameter table.
Claims (1)
して入力するパラメータ入力処理において、記憶装置に
格納したパラメータの暫定的な固定値とパラメータの入
力処理の必要とを示すパラメータテーブルと、このパラ
メータテーブルを読出して暫定的な固定値のパラメータ
設定と固定値の登録してないパラメータのパラメータ入
力とを行なわせる前記プログラムに設けられたパラメー
タ入力処理手段とを有することを特徴とするパラメータ
入力処理方式。In parameter input processing, in which information necessary for program operation is input as parameters, a parameter table indicating provisional fixed values of parameters stored in the storage device and necessity of parameter input processing is read out. 1. A parameter input processing method, comprising: a parameter input processing means provided in the program for temporarily setting parameters with fixed values and inputting parameters for which fixed values are not registered.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4717089A JPH02226338A (en) | 1989-02-27 | 1989-02-27 | Parameter input processing system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4717089A JPH02226338A (en) | 1989-02-27 | 1989-02-27 | Parameter input processing system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH02226338A true JPH02226338A (en) | 1990-09-07 |
Family
ID=12767592
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP4717089A Pending JPH02226338A (en) | 1989-02-27 | 1989-02-27 | Parameter input processing system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH02226338A (en) |
-
1989
- 1989-02-27 JP JP4717089A patent/JPH02226338A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH02226338A (en) | Parameter input processing system | |
| JP2001148811A5 (en) | Signal processing device and signal processing method | |
| JPH0264711A (en) | Dialogue system setup procedure monitoring method | |
| JPS62150251A (en) | Data base type photomask inspecting device | |
| JPH09319419A (en) | Processing method for working graphic | |
| JPS62135958A (en) | Simulation system | |
| JPS60175151A (en) | Information processor | |
| JPH03109617A (en) | data processing equipment | |
| JPS61245201A (en) | Parameter setting system | |
| JPH0333920A (en) | Parameter information selector | |
| JPH036527B2 (en) | ||
| JPS62260219A (en) | Reproduction and display system for input data on menu screen | |
| JPS63228258A (en) | Log on system in interactive processing system | |
| JPH0628286A (en) | Method and device for controlling communication | |
| JPH04346165A (en) | Working instruction display system | |
| EP0292647A3 (en) | Operator assistance method for data processing | |
| JPS6324476A (en) | Composite document processor | |
| JPH04287280A (en) | Index data input system | |
| JPS633367A (en) | Input key processing method in bank terminal equipment | |
| JPH03251921A (en) | Back-up device for software development | |
| JPH05173662A (en) | Information processor | |
| JPH03255575A (en) | Automatic numbering system | |
| JPS62284416A (en) | Input information processor | |
| JPS61290524A (en) | Numerical information inputting method by picture display picture device | |
| JPS62274339A (en) | Simple system for parameter generation |