JPH03226828A - Parameter display system in interactive program generating system - Google Patents

Parameter display system in interactive program generating system

Info

Publication number
JPH03226828A
JPH03226828A JP2022469A JP2246990A JPH03226828A JP H03226828 A JPH03226828 A JP H03226828A JP 2022469 A JP2022469 A JP 2022469A JP 2246990 A JP2246990 A JP 2246990A JP H03226828 A JPH03226828 A JP H03226828A
Authority
JP
Japan
Prior art keywords
parameter
display
display position
user
screen
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
JP2022469A
Other languages
Japanese (ja)
Inventor
Soichi Yuhara
湯原 宗一
Hiromichi Kiyousawa
京沢 浩道
Hiroyuki Matsuyama
松山 浩之
Sadahiro Kitano
北野 定博
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
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU 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, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP2022469A priority Critical patent/JPH03226828A/en
Publication of JPH03226828A publication Critical patent/JPH03226828A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To execute the display by an optimal parameter arrangement by user by providing a function by which the user can designate arbitrarily whether the display exists or not and the display position at every classification of the parameter. CONSTITUTION:A user designates a parameter classification to which importance is attached especially and its display position (line, column) and a parameter classification whose display is unnecessary from a parameter display position designating input part 2. A parameter display position correcting part 3 executes an editing processing for correcting a parameter display position of a fixed format, based on parameter display position designating input information, displays a level and an item name in a designated column position, and displays only an initial value fully in the remaining area. In such a way, a parameter display screen becomes simple and easily visible, and an important parameter which the user necessitates can be discriminated quickly and surely.

Description

【発明の詳細な説明】 〔概 要〕 利用者プログラムを作成する対話型ツールのプログラム
作成システムにおけるパラメータの表示方式に関し。
[Detailed Description of the Invention] [Summary] This invention relates to a parameter display method in a program creation system of an interactive tool for creating user programs.

パラメータ数が増加しても利用者にとってパラメータ表
示を見易いものにすることを目的とし表示位置の画面上
で、パラメータ種別の各々に固定の表示位置を割り付け
てパラメータの指定人力を行うパラメータ指定入力部と
、パラメータ種別ごとのパラメータ表示の要否とパラメ
ータ表示位置とを指定することを可能にするパラメータ
表示位置指定入力部と、パラメータ表示位置指定入力部
で指定されたパラメータ表示の要否とパラメータ表示位
置の情報に基づき、パラメータ指定入力部で指定された
パラメータの表示位置を修正するパラメータ表示位置修
正部とをそなえた構成をもつ。
A parameter specification input section that assigns a fixed display position to each parameter type on the display screen and manually specifies parameters, with the aim of making the parameter display easy for the user to see even when the number of parameters increases. , a parameter display position specification input section that allows you to specify the necessity of parameter display and parameter display position for each parameter type, and the necessity of parameter display and parameter display specified in the parameter display position specification input section. The apparatus includes a parameter display position correction section that corrects the display position of the parameter specified by the parameter specification input section based on the position information.

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

本発明は2利用者プログラムを作成する対話型ツールの
プログラム作成システムにおけるパラメータの表示方式
に関する。利用者プログラムを作成する最近の対話型プ
ログラム作成システムはさまざまな処理機能を実現する
ためかなり複雑なものになっている。このため指定する
パラメータの数も画面に多数のパラメータが表示される
ため個々のパラメータの識別が困難になっている。本発
明は、パラメータを画面に見やすく分かり易く表示する
手段を提供するものである。
The present invention relates to a parameter display method in a program creation system for an interactive tool for creating a two-user program. Recent interactive program creation systems for creating user programs have become quite complex in order to implement various processing functions. For this reason, a large number of parameters to be specified are displayed on the screen, making it difficult to identify individual parameters. The present invention provides means for displaying parameters on a screen in an easy-to-see and easy-to-understand manner.

〔従来の技術〕[Conventional technology]

第6図は、従来の対話型プログラム作成システムにおい
て作成された利用者プログラムのパラメータ表示画面の
例である。
FIG. 6 is an example of a parameter display screen for a user program created in a conventional interactive program creation system.

図示されているパラメータ表示画面は、メソセージの設
定を行うための定義画面であり、バラメークの種別とし
ては、レベル1項目名、型、全体桁数、少数桁1反復数
、符号、従属、再定義、初期値などが設けられている。
The parameter display screen shown is a definition screen for setting the message, and the types of variations include level 1 item name, type, total number of digits, number of decimal digits 1 repetition, sign, dependent, and redefinition. , initial values, etc. are provided.

作業項目ごとに、これらのパラメータはそれぞれその種
別により定められた画面子の桁位置に固定的に割り付け
られており、指定不要のパラメタについては空欄で表示
される。またパラメータの値によっては複数行にわたる
場合もある。
For each work item, these parameters are fixedly assigned to the digit position of the screen element determined by the type, and parameters that do not need to be specified are displayed as blank fields. Also, depending on the parameter value, it may span multiple lines.

このため個々の作業項目、特に画面下方にある作業項目
では、パラメータ種別と指定されているパラメータの値
とを対応づけて読み取るのが困難になる。
For this reason, for individual work items, especially for work items located at the bottom of the screen, it is difficult to read the parameter types in association with the specified parameter values.

第7図は、従来の対話型プログラム作成システムにおけ
るパラメータ表示方式を示したものである。
FIG. 7 shows a parameter display method in a conventional interactive program creation system.

■でパラメータ入力を行うと、入力されたパンメータを
解析し、エラーチエツク等を行ってパラメータ種別と値
とを対応づけて識別し、■で行情報形式の画面詳細情報
を作成する。■では、パラメータ種別ごとに画面上に定
められている全行内で固定の桁表示位置情報を与え2画
面詳細情報とリンクさせる。
When a parameter is input in step (2), the input pan meter is analyzed, an error check is performed, and the parameter type and value are associated and identified, and detailed screen information in line information format is created in step (2). In (2), fixed digit display position information is given for each parameter type within all lines defined on the screen and linked to detailed information on the two screens.

■では画面の各行の画面詳細情![こよりパラメータ種
別ごとに定められた桁位置に対応するパラメータ値が表
示されるように画面情報の作成を行い、■で画面に出力
表示する。
■Now, the screen details for each line of the screen! [From here, create screen information so that the parameter value corresponding to the digit position determined for each parameter type is displayed, and output and display it on the screen with ■.

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

従来の対話型プログラム作成システムではパラメータの
表示桁位置が画面上で固定されているため2表示するパ
ラメータが増えると、パラメータが複数行にまたがるよ
うになり、利用者は1重視したいパラメータをさがすの
に手間が掛るという問題があった。
In conventional interactive program creation systems, the display digit positions of parameters are fixed on the screen, so if the number of parameters to be displayed increases, the parameters will span multiple lines, making it difficult for users to search for the parameter they want to focus on. There was a problem that it took a lot of time.

本発明は、パラメータ数が増加しても利用者にとってパ
ラメータ表示を見易いものにすることを目的としている
An object of the present invention is to make the parameter display easy for the user to see even if the number of parameters increases.

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

本発明は、パラメータの種別ごとに3表示の有無および
表示位置を利用者が任意に指定できる機能を設it 、
利用者にとって最適のパラメータ配置で表示可能にする
ものである。
The present invention has a function that allows the user to arbitrarily specify the presence or absence of display and display position for each type of parameter.
This enables display with the optimum parameter arrangement for the user.

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

図において ■は、パラメータ指定入力部であり、指定入力された各
種別のパラメータはブロック内に例示されているように
従来の固定形式による表示位置をもつ。
In the figure, ■ is a parameter designation input section, and each type of parameter designated and input has a display position in a conventional fixed format as illustrated in the block.

2は、パラメータ表示位置指定入力部であり利用者が種
別ごとにパラメータ表示の要否および表示位置を、ブロ
ック内に例示されているように指定入力する機能をもつ
Reference numeral 2 denotes a parameter display position designation input unit which has a function for the user to designate and input the necessity and display position of parameter display for each type as illustrated in the block.

3は、パラメータ表示位置修正部であり、パラメータ指
定入力部1で指定されているパラメータの固定形式によ
る表示位置を、パラメータ表示位置指定入力部2で指定
されたパラメータ表示の要否と表示位置とにしたがって
修正し、ブロック内に例示されているように、必要なパ
ラメータ種別のみを見やすい位置に表示する。
Reference numeral 3 denotes a parameter display position correction unit, which adjusts the fixed format display position of the parameter specified in the parameter specification input unit 1, as well as the necessity and display position of the parameter specified in the parameter display position specification input unit 2. and display only the necessary parameter types in easy-to-see positions, as illustrated in the block.

〔作 用〕[For production]

第1図の各ブロック内に図示されているパラメタ指定入
力の表示位置修正例を用いて本発明の詳細な説明する。
The present invention will be described in detail using an example of modifying the display position of the parameter designation input shown in each block of FIG.

パラメータ指定入力部1では、パラメータ種別のレベル
1項目名、型、全体桁数、初期値の各々にはパラメータ
の値が設定されているが、少数桁反復数、符号、従属の
各々には値が設定されていない。このため固定形式のパ
ラメータ表示位置をとることにより、各作業項目ごとに
空欄がありながらパラメータが複数行にわたって表示さ
れ、見にくいものとなっている。
In the parameter specification input section 1, parameter values are set for each of the level 1 item name, type, total number of digits, and initial value of the parameter type, but values are set for each of the decimal digit repetition number, sign, and dependent. is not set. For this reason, by adopting a fixed format parameter display position, the parameters are displayed over multiple lines, although there is a blank space for each work item, making it difficult to see.

利用者は、パラメータ表示位置指定入力部2から、特に
重視するパラメータ種別とその表示位置(行1桁)、お
よび表示不要のパラメータ種別を指定する。図示の例で
は、パラメータ種別のレベルと項目名の表示位置が指定
され、型から従属までは表示を要しないことが指定され
ている。なお特に指定のない種別については表示を残す
ものとされる。
The user uses the parameter display position designation input section 2 to designate the parameter type to be particularly important, its display position (row 1 digit), and parameter types that do not need to be displayed. In the illustrated example, the level of the parameter type and the display position of the item name are specified, and it is specified that everything from the type to the dependent does not need to be displayed. Note that the display shall remain for any type not specified.

パラメータ表示位置修正部3は、パラメータ表示位置指
定入力情報に基づいて固定形式のパラメータ表示位置を
修正する編集処理を行い9図示のようにレベルと項目名
を指定された桁位置に表示し、残りの領域いっばいに初
期値だけを表示する。
The parameter display position correction unit 3 performs editing processing to correct the parameter display position of the fixed format based on the parameter display position designation input information, displays the level and item name at the specified digit position as shown in Figure 9, and displays the remaining Display only the initial values in the area.

これにより、パラメータ表示画面は単純で見やすいもの
となり7利用者が必要とする重要なパラメータを迅速確
実に見分けることが可能にされる。
As a result, the parameter display screen becomes simple and easy to view, allowing the user to quickly and reliably identify important parameters required by the user.

〔実施例〕〔Example〕

第2図は1本発明による対話型プログラム作成システム
の全体構成図である。
FIG. 2 is an overall configuration diagram of an interactive program creation system according to the present invention.

第2図において、10は処理装置、11は表示装置、1
2は入力装置、13は出力装置、14は定義体作成部、
15は定義体ファイル、16は解釈実行部である。
In FIG. 2, 10 is a processing device, 11 is a display device, 1
2 is an input device, 13 is an output device, 14 is a definition program creation unit,
15 is a definition file, and 16 is an interpretation execution section.

利用者は2表示装置11と入力装置12を用いて、処理
装置の定義体作成部14と対話しながら利用者プログラ
ムの作成を行う。
The user uses the two display devices 11 and the input device 12 to create a user program while interacting with the definition program creation section 14 of the processing device.

利用者プログラムは定義体形式をとり、定義体ファイル
15内に示されるように、処理定義体。
The user program takes the form of a definition, and as shown in the definition file 15, it is a processing definition.

ファイル定義体5画面定義体5帳票定義体で構成される
It consists of 5 file definitions, 5 screen definitions, and 5 form definitions.

定義体作成部14も上記各定義体に対応して処理定義体
作成部、ファイル定義体作成部3画面定義体作成部、帳
票定義体作成部をそれぞれそなえており、−覧画面や入
力画面を用いて定義体作成を行う。本発明におけるパラ
メータ指定入力やパラメータ表示も、これらの定義体作
成に伴って実行されるものである。
The definition body creation unit 14 also has a processing definition body creation unit, a file definition body creation unit, a 3-screen definition body creation unit, and a form definition body creation unit corresponding to each of the above-mentioned definition bodies. Use this to create a definition field. Parameter designation input and parameter display in the present invention are also executed in conjunction with the creation of these definitions.

解釈実行部16は3作成された定義体を解釈し利用者の
指示にしたがって処理を実行する。
The interpretation execution unit 16 interprets the three created definition bodies and executes processing according to the user's instructions.

第3図は1本発明実施例システムの機能ブロック図、第
4図はその動作フロー図である。
FIG. 3 is a functional block diagram of a system according to an embodiment of the present invention, and FIG. 4 is an operational flow diagram thereof.

第3図において、10は処理装置、11は表示装置、1
2は入力装置、13は出力装置、17は対話処理手段、
1Bはパラメータ位置情報解析手段、19はパラメータ
位置情報、20は画面詳細情報生成手段、21は画面詳
細情報、22は画面情報生成手段、23は画面情報、2
4は画面情報表示手段である。
In FIG. 3, 10 is a processing device, 11 is a display device, 1
2 is an input device, 13 is an output device, 17 is an interaction processing means,
1B is parameter position information analysis means, 19 is parameter position information, 20 is screen detailed information generation means, 21 is screen detailed information, 22 is screen information generation means, 23 is screen information, 2
4 is a screen information display means.

以下、第4図の動作フローにしたがって1第3図の機能
ブロックの動作を説明する。
Hereinafter, the operations of the functional blocks shown in FIG. 1 will be explained according to the operation flow shown in FIG. 4.

利用者は1表示装置11および入力装置12により、処
理装置10の対話処理手段17のマンマシンインタフェ
ース機能を介して、対話形式でパラメータ表示処理を行
う。
The user uses the display device 11 and input device 12 to perform parameter display processing in an interactive manner via the man-machine interface function of the interaction processing means 17 of the processing device 10.

■:パラメータ位置情報を入力するための画面を登録す
る。
■: Register the screen for inputting parameter position information.

■:パラメータ位置情報入力画面を表示装置11に表示
する。
(2): A parameter position information input screen is displayed on the display device 11.

■二人力装置12を用いてパラメータ位置情報を入力す
る。たとえば第1図のブロック2内に示されているよう
な情報が入力される。
(2) Input parameter position information using the two-person device 12. For example, information as shown in block 2 of FIG. 1 is input.

■:大入力れたパラメータ位置情報は、第3図のパラメ
ータ位置情報解析手段18により解析され、エラーがな
ければバラメーク位置情報19としてファイルに格納さ
れる。
(2): The input parameter position information is analyzed by the parameter position information analysis means 18 shown in FIG. 3, and if there is no error, it is stored in a file as partial make position information 19.

■:第3図の画面詳細情報生成手段20は、先に人力さ
れているパラメータに基づく画面詳細情報21を、パラ
メータ位置情報19にしたがって編集し2表示を要する
パラメータのみを指示された位置あるいは適切な位置に
表示させるようにする。
■: The screen detailed information generation means 20 in FIG. Display it in the correct position.

■:第3図の画面情報生成手段22は1画面詳細情報2
1に基づいて画面情報23を組み立て生成する。
■: The screen information generation means 22 in FIG. 3 is one screen detailed information 2.
Screen information 23 is assembled and generated based on 1.

■:第3図の画面情報表示手段24は1画面情報23を
表示装置11に出力し、第1図のブロック3内に示され
ているよ・うな編集されたパラメータ表示画面を表示さ
せる。他のパラメータ表示を行う場合は■へ戻り、以後
の処理を繰り返す。
(2): The screen information display means 24 in FIG. 3 outputs the one-screen information 23 to the display device 11 to display an edited parameter display screen as shown in block 3 in FIG. If you wish to display other parameters, return to step (2) and repeat the subsequent processing.

第5図は1本発明実施例システムにおけるパラメータ表
示処理の詳細フロー図である。以下に処王里の)改装を
説明する。
FIG. 5 is a detailed flowchart of parameter display processing in a system according to an embodiment of the present invention. The following describes the renovation of Choo-ri.

■;固定表示位置に入力されたパラメータを解析する。■; Analyze the parameters input at the fixed display position.

■二人力されたパラメータにより画面情報を作成する。■Create screen information using parameters created by two people.

1 @:各パラメータ識別ごとに位置情幸浸の入力を開始す
る。パラメータの番号をnで表わす。
1 @: Start inputting positional immersion for each parameter identification. The parameter number is represented by n.

0:n番目のバラメークについて2種別1表示の有無9
表示を要する場合は表示位置の行3桁を入力する。
0: Presence or absence of 2 types 1 display for the nth rose makeup 9
If display is required, enter the 3 digits of the display position row.

■=表示を要するパラメータについては■に移行し7表
示を要しない場合は@へ戻り1次のn−n、+1番目の
パラメータについて同様にパラメータ位置情報を入力す
る処理を操り返す。
①=For parameters that require display, go to ①; 7If display is not required, go back to @ and repeat the process of inputting parameter position information in the same way for the 1st-order n−n, +1st parameter.

■:二人力れたバラメーク位置情報で指定されたバラメ
ーク種別のパラメータ情報を■の画面情報から入力する
■: Input the parameter information of the rose make type specified by the rose make position information obtained by two people from the screen information of ■.

[相]:指定されている行位置が不当であれば0を実行
する。
[Phase]: If the specified line position is invalid, execute 0.

@:指定行より最適の行を求める。@: Find the optimal line from the specified line.

@l:指定されている桁位置が不当であれば[相]を実
行する。
@l: If the specified digit position is invalid, execute [phase].

σ■:指定桁より最適の桁を求める。σ■: Find the optimal digit from the specified digits.

@l:画面情報を作成し、パラメータを指定されたある
いは修正された行1桁の位置に表示する。
@l: Create screen information and display the parameter in the specified or modified position of the first column.

2 〔発明の効果〕 本発明によれば、利用者が重視するパラメータを、利用
者が確認しやすい画面上の位置に任意に表示させること
ができるため2画面を用いた対話形式によるプログラム
作成処理が円滑化され、効率の改善と入力ミスの減少を
図ることができる。
2 [Effects of the Invention] According to the present invention, parameters that are important to the user can be displayed at any position on the screen where the user can easily check them, so the program creation process can be performed in an interactive format using two screens. This improves efficiency and reduces input errors.

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

第1図は本発明の原理説明図、第2図は本発明実施例シ
ステムの全体構成図、第3図は本発明実施例システムの
機能ブロック図、第4図は本発明実施例システムの動作
フロー図、第5図はパラメータ表示処理の詳細フロー図
、第6図は従来のパラメータ表示画面の例の説明図、第
7図は従来のパラメータ表示方式の説明図である。 第1図中。 1:パラメータ指定入力部 2:パラメータ表示位置指定入力部 3:パラメータ表示位置修正部 O [相] ■ ■
Fig. 1 is a diagram explaining the principle of the present invention, Fig. 2 is an overall configuration diagram of a system according to an embodiment of the present invention, Fig. 3 is a functional block diagram of a system according to an embodiment of the present invention, and Fig. 4 is an operation of a system according to an embodiment of the present invention. FIG. 5 is a detailed flow diagram of parameter display processing, FIG. 6 is an explanatory diagram of an example of a conventional parameter display screen, and FIG. 7 is an explanatory diagram of a conventional parameter display method. In Figure 1. 1: Parameter specification input section 2: Parameter display position specification input section 3: Parameter display position correction section O [Phase] ■ ■

Claims (1)

【特許請求の範囲】 対話型プログラム作成システムにおいて、 表示装置の画面上で、パラメータ種別の各々に固定の表
示位置を割り付けてパラメータの指定入力を行うパラメ
ータ指定入力部(1)と、 パラメータ種別ごとのパラメータ表示の要否とパラメー
タ表示位置とを指定することを可能にするパラメータ表
示位置指定入力部(2)と、パラメータ表示位置指定入
力部(2)で指定されたパラメータ表示の要否とパラメ
ータ表示位置の情報に基づき、パラメータ指定入力部(
1)で指定されたパラメータの表示位置を修正するパラ
メータ表示位置修正部(3)とをそなえ、 利用者が必要とするパラメータのみを最適表示位置に表
示させることを特徴とする対話型プログラム作成システ
ムにおけるパラメータ表示方式。
[Claims] An interactive program creation system comprising: a parameter designation input section (1) for assigning a fixed display position to each parameter type on the screen of a display device and inputting a parameter designation; A parameter display position specification input section (2) that allows you to specify the necessity of parameter display and the parameter display position, and the necessity of parameter display and the parameter specified in the parameter display position specification input section (2). Based on the display position information, the parameter specification input section (
An interactive program creation system characterized by comprising a parameter display position correction unit (3) for correcting the display position of the parameter specified in 1), and displaying only the parameters required by the user at the optimal display position. Parameter display method.
JP2022469A 1990-02-01 1990-02-01 Parameter display system in interactive program generating system Pending JPH03226828A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022469A JPH03226828A (en) 1990-02-01 1990-02-01 Parameter display system in interactive program generating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022469A JPH03226828A (en) 1990-02-01 1990-02-01 Parameter display system in interactive program generating system

Publications (1)

Publication Number Publication Date
JPH03226828A true JPH03226828A (en) 1991-10-07

Family

ID=12083566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022469A Pending JPH03226828A (en) 1990-02-01 1990-02-01 Parameter display system in interactive program generating system

Country Status (1)

Country Link
JP (1) JPH03226828A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05150968A (en) * 1991-11-27 1993-06-18 Pfu Ltd Definition substance generation processing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05150968A (en) * 1991-11-27 1993-06-18 Pfu Ltd Definition substance generation processing method

Similar Documents

Publication Publication Date Title
JPH03226828A (en) Parameter display system in interactive program generating system
JPH0357496B2 (en)
CN116149779B (en) Style creation method and device
JPH0231234A (en) Knowledge editing device
JPH0277838A (en) Control system for program selective execution menu
JP2842511B2 (en) Form creation device
JPH06348333A (en) Facility monitor device
JPH06110673A (en) System developing device
JPH0830679A (en) Generation and update processor for bar chart for schedule control
JP2947989B2 (en) Image processing system
JPH1195991A (en) Customize method for screen processing program and recording medium therefor
JPS61249172A (en) Cad system
JPH05205008A (en) Analysis system for connection of logic circuit diagram
JPH0388026A (en) Data processor
JP2645174B2 (en) Computer with field display function
JPH0553786A (en) System for displaying program source list
JPS62135958A (en) Simulation system
JPH04130571A (en) Numerical arithmetic system
JPH03171229A (en) Numerical data processing system
JPH07325691A (en) Screen constructing device and screen constructing method
JPH0540587A (en) Menu picture preparation tool
JPH09245064A (en) Component registration system
JPH0484193A (en) Method for displaying pseudo window frame of screen
JPH02310622A (en) System generation system
JPH01161530A (en) Additional processing system for defining body auxiliary information