JPH02135517A - Parameter updating system for procedure processing command - Google Patents

Parameter updating system for procedure processing command

Info

Publication number
JPH02135517A
JPH02135517A JP63289683A JP28968388A JPH02135517A JP H02135517 A JPH02135517 A JP H02135517A JP 63289683 A JP63289683 A JP 63289683A JP 28968388 A JP28968388 A JP 28968388A JP H02135517 A JPH02135517 A JP H02135517A
Authority
JP
Japan
Prior art keywords
parameter
command
contents
file
parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP63289683A
Other languages
Japanese (ja)
Other versions
JP2636910B2 (en
Inventor
Takashi Kurihara
栗原 敬
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63289683A priority Critical patent/JP2636910B2/en
Publication of JPH02135517A publication Critical patent/JPH02135517A/en
Application granted granted Critical
Publication of JP2636910B2 publication Critical patent/JP2636910B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To simply change a set parameter by comparing the contents of a parameter inputted to an input area with the contents of the parameter in a file, and in the case of the non-coincidence, updating the contents of the parameter in the file with the contents of the inputted parameter. CONSTITUTION:A command designated in accordance with the information of a file 10 storing the command of a defined procedure processing is displayed on a screen 9 and the screen display position of respective parameters in the command is corresponded to the maximum size of the parameter. The input area of the width of the parameter size is set to the position of the parameter to which the command displayed on the screen 9 is designated and to the input area, the contents (value) of the parameter to be changed are inputted. The normality/abnormality of the inputted parameter is checked, further, when the contents of the inputted parameter and the contents of the parameter set to the file 10 are not the same, the contents of the parameter of the file are updated. In such a manner, the set parameter of the defined procedure processing command can be easily changed.

Description

【発明の詳細な説明】 〔概要〕 情報処理システムにおける手続き化処理のために定義さ
れたコマンドのパラメータ更新方式に関し。
DETAILED DESCRIPTION OF THE INVENTION [Summary] This invention relates to a command parameter update method defined for procedural processing in an information processing system.

定義された手続き化処理コマンドの設定済みパラメータ
を簡単に変更できる手段を提供することを目的とし。
The purpose is to provide a means to easily change the set parameters of defined procedural processing commands.

定義された手続化処理用のコマンドについて。Regarding the defined procedural processing commands.

その中に含まれる各パラメータを記号化し、設定済みの
パラメータの内容をファイルで管理するとともに、コマ
ンド中のパラメータ以外の文字列をファイルで管理して
おき、上記ファイルの情報に基づいてコマンドを画面表
示する第1の処理と。
Symbolize each parameter included in it, manage the contents of the set parameters in a file, and manage character strings other than parameters in the command in a file, and execute the command on the screen based on the information in the file. and a first process of displaying.

コマンド中の各パラメータごとに2画面表示位置を検出
しパラメータサイズと対応づけて記憶する第2の処理と
2画面上の指定されたパラメータの表示位置に対応する
パラメータサイズの幅で入力域を設定する第3の処理と
、設定された入力域にパラメータの内容を入力する第4
の処理と、入力域に入力されたパラメータの内容を上記
ファイル中のパラメータの内容と比較し、不一致の場合
入力されたパラメータの内容でファイル中のパラメータ
の内容を更新する第5の処理等を順次実行するよう構成
した。
A second process that detects the two-screen display position for each parameter in the command and stores it in association with the parameter size, and sets an input area with the width of the parameter size corresponding to the specified parameter display position on the two screens. The third process is to input the contents of the parameter into the set input area.
and a fifth process that compares the contents of the parameters input in the input area with the contents of the parameters in the above file, and updates the contents of the parameters in the file with the contents of the input parameters if they do not match. It was configured to run sequentially.

〔産業上の利用分野〕[Industrial application field]

本発明は、情報処理システムにおける手続き化処理のた
めに定義されたコマンドのパラメータ更新方式に関する
The present invention relates to a command parameter update method defined for procedural processing in an information processing system.

一定の処理機能を手続き化し、コマンドとして定義する
場合5処理条件のパラメータを設定する必要がある。本
発明は、このパラメータを効率的に変更できるパラメー
タ更新方式を実現した。
When a certain processing function is proceduralized and defined as a command, it is necessary to set parameters for 5 processing conditions. The present invention has realized a parameter update method that can efficiently change these parameters.

〔従来の技術〕[Conventional technology]

一般のOA処理用の情報処理システムでは、操作を効率
化するため、あるOA処理の機能を1つのコマンドとし
て定義し、対応するOA処理を自動的に実行できるよう
にする手続き化が可能にされている。たとえば“Aがら
BまでをCに複写する”というOA処理機能をコマンド
として定義できる。ここでA、B、Cは処理条件となる
パラメータである。
In general information processing systems for OA processing, in order to make operations more efficient, it is possible to define a certain OA processing function as one command and create a procedural system that allows the corresponding OA processing to be executed automatically. ing. For example, the OA processing function of "copying A to B to C" can be defined as a command. Here, A, B, and C are parameters serving as processing conditions.

このようなコマンドは、具体的な処理条件をパラメータ
により設定しなければならないが、これには各コマンド
のOA処理でコマンド固有のパラメータ入力機能をメニ
ューで呼び出して、パラメータを入力する方式がとられ
ている。この場合。
For such commands, specific processing conditions must be set using parameters, but this is accomplished by calling up a command-specific parameter input function from a menu during the OA processing of each command, and inputting the parameters. ing. in this case.

入力されたパラメータは画面に表示される。The entered parameters are displayed on the screen.

第4図に、従来の手続き化処理コマンドの作成処理を示
す。
FIG. 4 shows a conventional procedural processing command creation process.

第4図(alにおいて、1は画面、2は利用者が作成し
たオブジェクト(文)の“リストDEFを更新する”で
ある、ここでDEF”はパラメータのリスト名を表して
いる。このオブジェクトのパラメータ部を更新して義す
べきコマンドを作成する。
In Figure 4 (al), 1 is the screen, 2 is the object (statement) created by the user, "Update list DEF", where "DEF" represents the parameter list name. Create the command to be defined by updating the parameter section.

第4図(blにおいて、3はオブジェクト更新のため呼
び出されたメニューであり、ここで更新機能が起動され
る。メニューは2画面上の定められたウィンドウに表示
される。
In FIG. 4 (bl), 3 is a menu called to update the object, and the update function is activated here.The menu is displayed in a predetermined window on two screens.

第4図(C1において、4は更新のために表示された入
力域であり、更新対象パラメータのリスト名に“ABC
”が設定された状態を示している。
Figure 4 (In C1, 4 is the input area displayed for updating, and the list name of the parameters to be updated is “ABC”.
” is set.

第4図(d)において、5は更新された結果のコマンド
“リストABCを更新する”であり、これが定義化の操
作により手続き化処理コマンドとなる。
In FIG. 4(d), 5 is the updated command "update list ABC", which becomes a procedural processing command by the definition operation.

次に第5図は、第4図のようにしてコマンドに設定され
たパラメータの一部を修正する場合の従来方式を示して
いる。
Next, FIG. 5 shows a conventional method for modifying some of the parameters set in a command as shown in FIG.

第5図(a)は第4図(dlに対応し、5はパラメータ
としてリスト名“ABC”をもつ定義されたコマンドで
ある。
FIG. 5(a) corresponds to FIG. 4 (dl), and 5 is a defined command having the list name "ABC" as a parameter.

第5図(b)において、6は編集メニューであり。In FIG. 5(b), 6 is an edit menu.

修正機能が起動された状態を示す。Indicates the state in which the correction function has been activated.

第5図rc+において、7は修正機能が起動された後呼
び出された入力域であり、修正すべきパラメータである
リスト名を1ABCD″に変更した状態を示す。この入
力域7は、オプションシートとしてパラメータごとに作
成される。
In Fig. 5 rc+, 7 is the input area called after the modification function is activated, and shows the state where the list name, which is the parameter to be modified, has been changed to 1ABCD''.This input area 7 is used as an option sheet. Created for each parameter.

第5図(dlにおいて、8は修正結果のコマンド“リス
1−ABCDを更新する”を示す。
In FIG. 5 (dl), 8 indicates the command "update list 1-ABCD" which is the modification result.

第4図および第5図の例では、コマンドに含まれるパラ
メータは1つであったが、複数ある場合にはパラメータ
ごとに入力域のオプションシートを切り換えて、更新あ
るいは一部修正を行う。
In the examples shown in FIGS. 4 and 5, the command includes one parameter, but if there are multiple parameters, the option sheet in the input area is changed for each parameter to update or partially modify it.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来の定義された手続き化処理コマンドのパラメータ入
力方式では、−旦設定されたパラメータを一部変更しよ
うとすると、メニューを呼び出してそのコマンドに固有
のパラメータ入力機能を再度起動し、パラメータの更新
、再設定を行わなければならず、パラメータが多い場合
には入力域の切り換えが増えて操作が煩雑になるという
問題があった。
In the conventional parameter input method for a defined procedural processing command, if you try to change some of the parameters that have already been set, the menu is called up and the parameter input function specific to that command is restarted to update the parameters. There is a problem in that resetting must be performed, and when there are many parameters, the number of input range switches increases, making the operation complicated.

本発明は、定義された手続き化処理コマンドの設定済み
パラメータを簡単に変更できる手段を提供することを目
的とする。
An object of the present invention is to provide a means for easily changing the set parameters of defined procedural processing commands.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、定義された手続き処理コマンドの設定済みパ
ラメータを1画面表示されたコマンド上で直接修正でき
る手段を設けることにより、コマンド固有のパラメータ
入力機能を呼び出す必要なしにパラメータの変更を可能
にするものである。
The present invention provides a means for directly modifying the set parameters of a defined procedure processing command on a command displayed on a single screen, thereby making it possible to change the parameters without having to call a command-specific parameter input function. It is something.

第1図は2本発明の原理図である。FIG. 1 is a diagram showing the principle of the present invention.

第1図において。In FIG.

9は、デイスプレィの画面である。9 is a display screen.

10は、定義された手続き化処理のコマンドを格納した
ファイルであり、各コマンドに含まれるパラメータを記
号化し、それぞれのパラメータの内容(値)を管理する
。またコマンドのパラメータ以外の部分の文字列も一緒
に管理される。
Reference numeral 10 denotes a file that stores defined procedural processing commands, encodes parameters included in each command, and manages the contents (values) of each parameter. In addition, strings other than command parameters are also managed.

11は、ファイルlOの情報にしたがって指定されたコ
マンドを画面9に表示する第1の処理である。
11 is a first process of displaying a specified command on the screen 9 according to the information in the file IO.

12は1画面9に表示されたコマンド中の各パラメータ
の画面表示位置く相対位置)をそのパラメータの最大の
サイズと対応づける第2の処理である。
12 is a second process for associating the screen display position (relative position) of each parameter in the command displayed on one screen 9 with the maximum size of that parameter.

13は、第2の処理の結果のパラメータ表示関連情報で
ある。
13 is parameter display related information as a result of the second process.

14は1画面9に表示されているコマンドの指定された
パラメータの位置にパラメータサイズの幅の入力域を設
定する第3の処理である。
14 is a third process of setting an input area having the width of the parameter size at the position of the designated parameter of the command displayed on one screen 9.

15は2画面9に設定された入力域に変更すべきパラメ
ータの内容(値)を入力する第4の処理である。
15 is a fourth process of inputting the content (value) of the parameter to be changed into the input area set on the second screen 9.

16は、入力域に人力されたパラメータの内容(値)で
ある。
16 is the content (value) of the parameter manually entered in the input area.

17は、入力されたパラメータの正常/異常をチエツク
し、さらに人力されたパラメータの内容とファイル10
に設定されているパラメータの内容とを比較して同じで
なければファイルのパラメータの内容を更新する第5の
処理である。
17 checks the normality/abnormality of the input parameters, and further checks the contents of the manually entered parameters and the file 10.
The fifth process is to compare the contents of the parameters set in the file and update the contents of the parameters of the file if they are not the same.

18は、更新されたファイル10のパラメータに基づく
再定義されたコマンドを再表示する第6の処理である。
18 is a sixth process of redisplaying the redefined command based on the updated parameters of the file 10.

〔作用〕[Effect]

本発明によれば1画面表示されたコマンド上にパラメー
タの入力域を設定して、直接人力操作を実行できるため
、操作がわかり易く、特にパラメータの数が多い場合に
は、効率的にパラメータの更新が可能となる。
According to the present invention, a parameter input area can be set on a command displayed on a single screen and manual operation can be performed directly, making the operation easy to understand and updating parameters efficiently, especially when there are a large number of parameters. becomes possible.

第2図は2本発明方式によるパラメータ更新操作の具体
例である。
FIG. 2 shows a concrete example of the parameter updating operation according to the two methods of the present invention.

■は、パラメータ更新のため画面9上に編集メ二二一1
9を呼び出し、修正機能を起動した状態である。これに
より修正モードとなる。
■ Edit menu 2211 on screen 9 to update parameters.
9 has been called and the correction function has been activated. This will put you in correction mode.

■は、コマンド上に入力域がパラメータサイズ幅で設定
された状態である。入力域の設定は、カーソルによる位
置指定と実行キーの操作によって実行される。
(2) is a state in which the input area is set on the command with the width of the parameter size. Setting of the input area is performed by specifying the position with the cursor and operating the execution key.

■は、修正入力終了による結果のコマンドへの反映処理
である(ファイル更新による再定義)。
3 is a process of reflecting the result on the command after completing the modification input (redefinition by updating the file).

■は、他のパラメータの修正を行う場合の繰り返し操作
である。
(2) is a repeated operation when modifying other parameters.

■は、再定義されたコマンドが表示された状態である。■ is a state in which the redefined command is displayed.

〔実施例〕〔Example〕

第3図に1本発明の実施例によるパラメータ更新処理の
フローを示す。この処理は、第2図■による修正モード
において実行される0図中の(alないしくhlで示す
各ステップの処理は次の通りである。
FIG. 3 shows a flow of parameter update processing according to an embodiment of the present invention. This process is executed in the correction mode shown in FIG.

(alでは、コマンドが管理されているファイル(第1
図のファイル10)のパラメータ情報と。
(In al, the file where commands are managed (the first
Parameter information of file 10) in the figure.

画面表示されているコマンドの中のパラメータの表示位
置とを対応づけるパラメータ表示関連情報を作成する。
Create parameter display related information that associates the display position of the parameter in the command displayed on the screen.

(′b)では9画面上のコマンドのカーソルで指定され
たパラメータ位置に、パラメータサイズ幅の入力域を設
定する。
In ('b), an input area for the parameter size width is set at the parameter position specified by the command cursor on the 9th screen.

(C)では1入力域へのパラメータ入力処理が行われる
In (C), parameter input processing to one input area is performed.

+dlでは、パラメータチエツク関数が呼び出される。At +dl, the parameter check function is called.

パラメータチエツク関数は、入力されたパラメータの内
容が正常か異常かをチエ・ツクする機能をもつ。
The parameter check function has the function of checking whether the contents of the input parameters are normal or abnormal.

(Q)では、チエツク結果による切り分けを行い。In (Q), separate the results based on the check results.

入力されたパラメータが異常であれば(b)で再入力を
要求し、正常であれば(flを実行する。
If the input parameters are abnormal, re-input is requested in (b), and if they are normal, (fl is executed).

(f)では、入力されたパラメータの内容でファイルの
パラメータの内容を更新する。
In (f), the contents of the parameters of the file are updated with the contents of the input parameters.

(幻では、コマンド中の他のパラメータの更新の有無を
チエツクし、更新すべき他のパラメータが有れば(′b
)に戻り、無ければ(h)を実行する。
(In the illusion, it checks whether other parameters in the command have been updated, and if there are other parameters to be updated ('b
), and if it does not exist, execute (h).

(h)では、更新されたファイルの内容に基づきコマン
ドを再表示する。
In (h), the command is redisplayed based on the updated file contents.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、コマンド中のパラメータ更新操作が極
めて簡単になり、OA処理等の処理効率を向上させるこ
とができる。
According to the present invention, the parameter update operation in a command becomes extremely simple, and the efficiency of processing such as OA processing can be improved.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は2本発明の原理説明図、第2図は本発明による
パラメータ更新処理例の説明図、第3図は本発明の実施
例による更新処理のフロー図、第4図は従来の手続き化
処理コマンドの作成処理の説明図、第5図は従来の手続
き化処理コマンドのパラメータ修正処理の説明図である
。 第1図中。 9:画面 10:ファイル 11:第1の処理 12:第2の処理 13:パラメータ表示関連情報 14:第3の処理 15:第4の処理 16:入力パラメータの内容 17:第5の処理 18:第6の処理
Fig. 1 is an explanatory diagram of the principle of the present invention, Fig. 2 is an explanatory diagram of an example of parameter update processing according to the present invention, Fig. 3 is a flow diagram of update processing according to an embodiment of the present invention, and Fig. 4 is a conventional procedure. FIG. 5 is an explanatory diagram of the process of creating a proceduralization processing command, and FIG. 5 is an explanatory diagram of a conventional parameter modification process of a proceduralization processing command. In Figure 1. 9: Screen 10: File 11: First process 12: Second process 13: Parameter display related information 14: Third process 15: Fourth process 16: Input parameter content 17: Fifth process 18: Sixth process

Claims (1)

【特許請求の範囲】  定義された手続化処理用のコマンドについて、その中
に含まれる各パラメータを記号化し、設定済みのパラメ
ータの内容をファイルで管理するとともに、コマンド中
のパラメータ以外の文字列をファイルで管理しておき、 上記ファイルの情報に基づいてコマンドを画面表示する
第1の処理と、 コマンド中の各パラメータごとに、画面表示位置を検出
しパラメータサイズと対応づけて記憶する第2の処理と
、 画面上の指定されたパラメータの表示位置に対応するパ
ラメータサイズの幅で入力域を設定する第3の処理と、 設定された入力域にパラメータの内容を入力する第4の
処理と、 入力域に入力されたパラメータの内容を上記ファイル中
のパラメータの内容と比較し、不一致の場合入力された
パラメータの内容でファイル中のパラメータの内容を更
新する第5の処理と、更新されたファイルの内容に基づ
き再定義されたコマンドを画面表示する第6の処理とを
順次実行することを特徴とする手続き化処理コマンドの
パラメータ更新方式。
[Claims] For a defined procedural processing command, each parameter included in the command is symbolized, the contents of the set parameters are managed in a file, and character strings other than the parameters in the command are The first process is to manage the commands in a file and display the command on the screen based on the information in the file, and the second process is to detect the screen display position for each parameter in the command and store it in association with the parameter size. a third process of setting an input area with a width of the parameter size corresponding to the display position of the specified parameter on the screen; a fourth process of inputting the content of the parameter into the set input area; A fifth process of comparing the contents of the parameters input in the input area with the contents of the parameters in the above file, and updating the contents of the parameters in the file with the contents of the input parameters if they do not match, and the updated file. and a sixth process of displaying the redefined command on the screen based on the contents of the process.
JP63289683A 1988-11-16 1988-11-16 Parameter update method of procedural processing command Expired - Fee Related JP2636910B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63289683A JP2636910B2 (en) 1988-11-16 1988-11-16 Parameter update method of procedural processing command

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63289683A JP2636910B2 (en) 1988-11-16 1988-11-16 Parameter update method of procedural processing command

Publications (2)

Publication Number Publication Date
JPH02135517A true JPH02135517A (en) 1990-05-24
JP2636910B2 JP2636910B2 (en) 1997-08-06

Family

ID=17746395

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63289683A Expired - Fee Related JP2636910B2 (en) 1988-11-16 1988-11-16 Parameter update method of procedural processing command

Country Status (1)

Country Link
JP (1) JP2636910B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0617356A1 (en) * 1993-03-16 1994-09-28 Hitachi, Ltd. Method of and apparatus for customizing user interface

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0617356A1 (en) * 1993-03-16 1994-09-28 Hitachi, Ltd. Method of and apparatus for customizing user interface
US5592603A (en) * 1993-03-16 1997-01-07 Hitachi, Ltd. Method of and apparatus for customizing user interface

Also Published As

Publication number Publication date
JP2636910B2 (en) 1997-08-06

Similar Documents

Publication Publication Date Title
JP2003308145A (en) Method for changing graphic user interface and recording medium therefor
US6658622B1 (en) Self-diagnosing and self-correcting data entry components with dependency behavior
JPH02135517A (en) Parameter updating system for procedure processing command
JP2003186536A (en) Alarm-monitoring device
JP2763035B2 (en) Display system with end-user screen customization function
JPH03278247A (en) Hyper medium system
JP2000163109A (en) Ladder programming device and its method
JPH08190543A (en) Document processor
JPH0346059A (en) Document generation control system
JPH11259508A (en) Material management control system
JPH0221320A (en) Information processor having help function including editing function
JP2907277B2 (en) User interface system for supervisory control system
JPH0231234A (en) Knowledge editing device
JPH0683844A (en) Check method for data
JPH021025A (en) System for generating exclusive selector of user interface
JP3145090B2 (en) Information reflection device
JPH1049355A (en) Development support method for work application program performing screen operation
JPH05341944A (en) Window control system
JP2601533B2 (en) Data processing device
JPS63285613A (en) Numerical controller
JPH03228128A (en) Error searching display processing system
JP2001273124A (en) Programming device
JPH02165227A (en) Developing processing system for expanded template table
JPH04317123A (en) System update information display controller
JPH04205458A (en) Hierarchical edition processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees