JPH04184627A - Interface method for program composing system - Google Patents

Interface method for program composing system

Info

Publication number
JPH04184627A
JPH04184627A JP2315612A JP31561290A JPH04184627A JP H04184627 A JPH04184627 A JP H04184627A JP 2315612 A JP2315612 A JP 2315612A JP 31561290 A JP31561290 A JP 31561290A JP H04184627 A JPH04184627 A JP H04184627A
Authority
JP
Japan
Prior art keywords
program
data
symbol
panel
link
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
JP2315612A
Other languages
Japanese (ja)
Inventor
Yoichi Takeuchi
洋一 竹内
Tadashi Hirose
広瀬 正
Seiju Funabashi
舩橋 誠壽
Akira Maeda
章 前田
Toshihiko Nakano
利彦 中野
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2315612A priority Critical patent/JPH04184627A/en
Publication of JPH04184627A publication Critical patent/JPH04184627A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To visually display plural programs and to easily combine these programs with each other by displaying a panel chart on a screen to show the structure of a composite program showing the executing order relation of the programs and the flow of data among the programs. CONSTITUTION:An external data file 103 stores the definition data on the programs and a panel and the external data shown on the panel. Then the external data, a program or a symbol showing the linkage between the data and the program is selected by reference to a panel chart 105. When the external data or a program is selected, a relevant field name or argument name is estimated. Meanwhile a link chart 106 is displayed with the selection of the linkage. Thus the linkage showing the flow of data is selected and a panel chart is displayed on a screen to show the structure of a composite program which shows the executing order relation of programs and the flow of data among the programs.

Description

【発明の詳細な説明】 [産業上の利用分野〕 本発明は、計算機システムが備えた複数のプログラムを
利用して新しいプログラムを開発する場合に好適なプロ
グラム合成システムのインタフェース方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an interface method for a program synthesis system suitable for developing a new program using a plurality of programs provided in a computer system.

[従来の技術〕 従来、複数のプログラムを組み合わせて、これを利用す
るためには、次の2通りの方法が用いられていた。
[Prior Art] Conventionally, the following two methods have been used to combine and utilize a plurality of programs.

すなわち、(イ)サブルーチンコールによる場合、つま
り複数のプログラムの呼び出し文を含む呼び出し元プロ
グラム(メインプログラム)を作成し、この呼び出し元
プログラムと呼び出されるプログラム(サブルーチンプ
ログラム)とをリンケージエディタにより結合する方法
と、(ロ)独立なプログラムにより、順次呼び出す場合
、つまり複数のプログラムを実行するコマンド行を含む
コマンドファイルを作成する方法である。
That is, (a) by subroutine call, that is, a method of creating a calling program (main program) that includes call statements for multiple programs, and combining this calling program and the called program (subroutine program) using a linkage editor. (b) In the case of sequential calling by independent programs, that is, a method of creating a command file containing command lines for executing multiple programs.

これらの方法のうち、リンケージエディタを利用する方
法については、例えば、村井他:「プロフェショナルU
NIX、lアスキー出版局(1986年)pp、173
〜176に記載されている。また、コマンドファイルの
利用方法については、例えば、斎藤信男:「ユーザーズ
IJN I XJI岩波書店(1988年)pp。
Among these methods, the method of using a linkage editor is described, for example, in Murai et al.
NIX, ASCII Publishing (1986) pp, 173
-176. For information on how to use command files, see, for example, Nobuo Saito: "Users IJN I XJI Iwanami Shoten (1988) pp.

145〜168に記載されている。145-168.

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

従来、上記(イ)および(ロ)の方法により複数プログ
ラムを利用する場合、呼び出し元プログラム、またはコ
マンドファイルを作成するため、呼び出し文またはコマ
ンド行を利用者が直接記述していたにのように直接記述
する方法では、非ビジュアル的方法であるため、プログ
ラムの組み合わせ方法を直接指示することができず、そ
の結果、プログラムの部品化、またはそれらを再利用す
る操作方法が容易でなかった。
Conventionally, when using multiple programs using methods (a) and (b) above, the user would have to write the call statement or command line directly to create the calling program or command file. In the direct writing method, since it is a non-visual method, it is not possible to directly instruct how to combine programs, and as a result, it is not easy to convert programs into components or operate them to reuse them.

また、従来のデバッガにおけるデータの表示方法では、
基本的に呼び出し前のプログラムの引数の値を羅列して
表示するだけであった。従って、データの指定方法1表
示方法としては、複数のプログラムからなるプログラム
の実行時にトレースしてデバッグするためには、必ずし
も適している方法ではなかった。
Additionally, the way data is displayed in traditional debuggers is
Basically, it simply listed and displayed the values of the program's arguments before it was called. Therefore, the data specification method 1 display method is not necessarily suitable for tracing and debugging a program consisting of a plurality of programs during execution.

本発明の第1の目的は、これら従来の課題を解決し、複
数のプログラムを組み合わせて利用する場合に、複数の
プログラムを視覚的に表現でき、容易に組み合わせを指
定することが可能な計算機のマンマシンインタフェース
方法を提供することにある。
The first object of the present invention is to solve these conventional problems and to provide a computer that can visually represent multiple programs and easily specify combinations when multiple programs are used in combination. The purpose is to provide a man-machine interface method.

また、本発明の第2の目的は、複数のプログラムを組み
合わせたプログラムの動作をモニタし、またはデバッグ
を行うために、都合のよいデータの指定や表示を行うこ
とが可能なプログラム合成システムのインタフェース方
法を提供することにある。
A second object of the present invention is to provide an interface for a program synthesis system that can specify and display convenient data in order to monitor or debug the operation of a program that is a combination of multiple programs. The purpose is to provide a method.

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

上記目的を達成するため、本発明によるプログラム合成
システムのインタフェース方法は、(i)外部記憶装置
に、プログラムとパネルを表わす定義データとパネルに
表示するための外部データとを格納し、外部データおよ
びプログラムを表わすシンボルと、シンボルを連結する
リンクを表すシンボルとがインタフェース装置から入力
されると、1つ以上のプログラムの実行順序関係および
各プログラム間のデータの流れを表わす合成プログラム
の構造を示したパネルチャートを画面表示することに特
徴がある。C力)また、パネルチャートが表示された画
面に対して、各プログラム間の実行順序関係および各プ
ログラム間のデータの流れ(リンク)を表わすシンボル
が選択されると、選択されたリンクを示すシンボルの始
点と終点のプログラムないしファイルに含まれるデータ
の識別子を表わすデータシンボルと、データシンボルの
中で始点と終点の間のデータの流れに含まれる内容を区
別するマークシンボルとを表示し、マークシンボルが操
作されることによ番ハ選択されたマークシンボルで定ま
る始点と終点間のデータの流れを定めるリンクを示した
リンクチャートを画面表示することにも特徴がある。(
iit)また、インタフェース装置からプローブプログ
ラム起動のコマンドが入力された場合、パネルチャート
が表示された画面に対して、シンボルが選択されると、
シンボルが外部データ、プログラムないしリンクのいず
れであるかに応じて、選択されたシンボルで定ま°るデ
ータの属性値ないしリンクチャートを表示し、さらにデ
ータの選択が継続されると、データに対して施こす統計
処理の種別、ないし表・グラフの形式を設定した後、表
・グラフ形式で画面表示することにも特徴がある。(i
v)また、インタフェース装置からデバッグのためのイ
ンタプリタ起動のコマンドが入力された場合、パネル定
義データにもとづいて、プログラムの呼び出し順序を決
定し、計算機内蔵データの属性値を記述したテーブルを
作成し、パネル定義データにもとづき外部データファイ
ルとの間で入出力を行い、プログラムファイル中のプロ
グラムを呼び出して、これを実行することにも特徴があ
る。(V)また、インクフェース装置から編集のための
エディタプログラムが起動された場合、1つ以上の外部
データないしプログラムに含まれる各シンボル、プログ
ラムの実行の順序関係、プログラムないし外部データ間
のデータの流れを表わすシンボル(リンク)を表示し、
コマンドの入力により、シンボルの一部を切り出して、
シンボルの新たな属性値を登録することにも特徴がある
。(Vi)さらに、インタフェース装置から編集のため
のエディタプログラムが起動された場合、1つ以上の外
部データないしプログラムに含まれる各シンボル、プロ
グラムの実行の順序関係、プログラムないし外部データ
間のデータの流れを表わすシンボル(リンク)が選択さ
れた後に、コマンドが入力されると、選択されたシンボ
ルを複数組、複写して表示し、またシンボルの組を合併
して新たな外部データないしプログラムを設定すること
にも特徴がある。
In order to achieve the above object, an interface method for a program synthesis system according to the present invention includes (i) storing definition data representing a program and a panel and external data to be displayed on the panel in an external storage device; When a symbol representing a program and a symbol representing a link connecting the symbols are input from an interface device, the structure of the synthesized program representing the execution order relationship of one or more programs and the flow of data between each program is shown. The feature is that the panel chart is displayed on the screen. C) Also, when a symbol representing the execution order relationship between each program and the data flow (link) between each program is selected on the screen on which the panel chart is displayed, a symbol representing the selected link will be displayed. A data symbol representing an identifier of data included in the program or file at the start point and end point, and a mark symbol that distinguishes the contents included in the data flow between the start point and the end point in the data symbol are displayed. Another feature is that when the number is operated, a link chart showing links that define the flow of data between the starting point and the ending point determined by the selected mark symbol is displayed on the screen. (
iit) Also, when a command to start the probe program is input from the interface device, when a symbol is selected on the screen displaying the panel chart,
Depending on whether the symbol is external data, a program, or a link, the attribute value or link chart of the data determined by the selected symbol will be displayed, and if data selection continues, the data will be displayed. Another feature is that after setting the type of statistical processing to be performed or the format of the table/graph, it is displayed on the screen in table/graph format. (i
v) Also, when a command to start an interpreter for debugging is input from the interface device, the system determines the program calling order based on the panel definition data, creates a table that describes the attribute values of the computer's internal data, Another feature is that input/output is performed with an external data file based on panel definition data, and a program in a program file is called and executed. (V) Also, when an editor program for editing is started from the inkface device, each symbol included in one or more external data or programs, the order of execution of the program, and the data between programs or external data. Display symbols (links) that represent the flow,
By inputting a command, a part of the symbol is cut out,
Another feature is that new attribute values of symbols can be registered. (Vi) Furthermore, when an editor program for editing is started from the interface device, each symbol included in one or more external data or programs, the order of execution of the programs, and the data flow between the programs or external data. When a command is input after a symbol (link) representing is selected, multiple sets of selected symbols are copied and displayed, and the sets of symbols are merged to set new external data or a program. There are also characteristics.

〔作  用〕[For production]

本発明においては、各処理間の実行順序関係や各処理間
のデータの流れを表わすシンボルを表示し、これらのシ
ンボルを操作することにより、シンボルを選択し、シン
ボルで定まる各処理に含まれるデータの属性値を表示し
、これを更新したり、シンボルの一部を切り出して新た
な処理を定め、またシンボルの組を合併して新たな処理
を定める。
In the present invention, symbols representing the execution order relationship between each process and the flow of data between each process are displayed, and by manipulating these symbols, the symbol is selected and the data included in each process determined by the symbol is displayed. The attribute value of is displayed and updated, a part of a symbol is cut out to define a new process, or a set of symbols is merged to define a new process.

その結果、本発明では、(イ)パネルチャートにより、
複数のプログラムまたは外部データを有するファイルの
組み合わせを視覚的に表示する。(ロ)利用者は、パネ
ルチャート上でプログラム、ファイル、またはそれらの
間のリンクを示すシンボルを操作し、これらの生成、消
去、移動、複写を行い、複数のプログラムまたは外部デ
ータの組み合わせ方法を入力し、変更する。また、パネ
ルチャート上の全て、ないし一部のシンボルを切り出し
て、他のチャート上に複写することにより、−旦作成し
た組み合わせを再利用する。
As a result, in the present invention, (a) panel chart allows
Visually display a combination of files with multiple programs or external data. (b) Users may operate programs, files, or symbols indicating links between them on the panel chart, create, delete, move, or copy them, and combine multiple programs or external data. Enter and make changes. Furthermore, by cutting out all or part of the symbols on the panel chart and copying them onto another chart, the previously created combinations can be reused.

(ハ)リンクチャート上で、プログラム間、またはファ
イルとプログラム間のデータの流れを視覚的に表示する
。(ニ)利用者は、これらのパネルチャート、リンクチ
ャート上で、プログラム間またはファイルとプログラム
間のデータの引き渡し方法を定義する。また、視覚的表
現と操作方法を用いることにより、利用者は複数のプロ
グラムまたはファイルの組み合わせを指定することが容
易になる。(ホ)リンクチャート上にデータを表わすシ
ンボルを表示し、データを指定することにより、グラフ
等の図表中に値を表示する。利用者は、プログラムの動
作モニタ、またはデバッグを行うことが容易となる。
(c) Visually display the flow of data between programs or between files and programs on a link chart. (d) The user defines the method for transferring data between programs or between files and programs on these panel charts and link charts. Additionally, by using visual representations and operating methods, users can easily specify combinations of multiple programs or files. (e) By displaying symbols representing data on the link chart and specifying the data, values are displayed in charts such as graphs. The user can easily monitor the operation of the program or debug it.

[実施例] 以下、本発明の実施例を、図面により詳細に説明する。[Example] Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は、本発明の一実施例を示す計算機システムのマ
ンマシンインタフェースの概略ブロック図である。
FIG. 1 is a schematic block diagram of a man-machine interface of a computer system showing one embodiment of the present invention.

第1図において、100はCPU (中央処理装置)、
101はプログラムを蓄積するプログラムファイル、1
02はパネルチャートに表示するパネルデータを格納し
ておくパネルファイル、103は外部データを格納する
ための外部データファイルである。また、104はマン
マシンインタフェースを実現するデイスプレィ・キーボ
ードであるインタフェース装置であって、表示画面の種
類としては、パネルチャート105とリンクチャート1
06と表、グラフ107とがある。
In FIG. 1, 100 is a CPU (central processing unit);
101 is a program file for storing programs, 1
02 is a panel file for storing panel data to be displayed on a panel chart, and 103 is an external data file for storing external data. Further, 104 is an interface device which is a display/keyboard for realizing a man-machine interface, and the types of display screens include a panel chart 105 and a link chart 1.
06, a table, and a graph 107.

CPU100は、システムプログラム140、およびプ
ログラムファイル101からプログラムをロードするこ
とにより、内蔵のプログラム110を、またパネルファ
イル102からパネル定義データをロードすることによ
り、内蔵のパネル定義データ120を、また外部データ
ファイル103から外部データをロードすることにより
、内蔵の内部データ130を保持する。
The CPU 100 loads the built-in program 110 by loading programs from the system program 140 and the program file 101, and loads the built-in panel definition data 120 by loading the panel definition data from the panel file 102, and also loads external data. By loading external data from file 103, built-in internal data 130 is retained.

利用者は、インタフェース装置104を通してCPU1
00を起動し、次の処理を実行する。
The user connects the CPU 1 through the interface device 104.
00 and execute the following process.

利用者は、先ず外部データファイル103中の外部デー
タまたはプログラムファイル101中のプログラムを表
わすシンボルと、それらを連結するリンクを表わすシン
ボルとをインタフェース装置104から入力して、パネ
ルチャート105を作成する。パネルチャート105は
、第2図に示すように、1つ以上のプログラムからなる
合成プログラム、つまりパネルの構造を表わしている。
The user first creates a panel chart 105 by inputting from the interface device 104 symbols representing external data in the external data file 103 or programs in the program file 101 and symbols representing links connecting them. As shown in FIG. 2, the panel chart 105 represents a composite program consisting of one or more programs, that is, the structure of a panel.

第2図は、第1図におけるパネルチャートの画面の作成
例を示す図である。
FIG. 2 is a diagram showing an example of creating a panel chart screen in FIG. 1.

第2図において、201,205は外部データを、20
2,203,204はプログラムを、206〜210は
リンクを、それぞれ表わすシンボルである。
In FIG. 2, 201 and 205 represent external data, and 20
Symbols 2, 203, and 204 represent programs, and symbols 206 to 210 represent links, respectively.

このパネルチャート105は、外部データ(a)201
からプログラム(b)202、プログラム(c)203
へ、次にプログラム(b)202とプログラム(c)2
03からプログラム(d)204へ、最後にプログラム
(d)から外部データ(e)204へ、それぞれデータ
が流れることを表わしている。
This panel chart 105 includes external data (a) 201
From program (b) 202, program (c) 203
Next, program (b) 202 and program (c) 2
03 to program (d) 204, and finally from program (d) to external data (e) 204.

このパネルチャート105では、外部データ(a)20
1のうちの複数フィールドがそれぞれプログラム(b)
202またはプログラム(c)203のうちのどの引数
と結合すべきであるのが不明である。これを明らかにす
るためには、次のリンクチャートで表わすことが必要で
ある。すなわち、外部データファイルまたはプログラム
間のデータの引渡し方法を定めるには、パネルチャート
105上で、例えばリンク206をマウスで指定する等
、リンクデータを選択することにより、リンクチャート
106を表示する。
In this panel chart 105, external data (a) 20
Each of multiple fields in 1 is a program (b)
It is unclear which argument of program (c) 202 or program (c) 203 should be combined. In order to clarify this, it is necessary to express it using the following link chart. That is, to determine the method for transferring data between external data files or programs, the link chart 106 is displayed by selecting link data, such as by specifying the link 206 with a mouse, on the panel chart 105.

第3図は、第1図におけるリンクチャートの画面の例を
示す図である。
FIG. 3 is a diagram showing an example of the link chart screen in FIG. 1.

このリンクチャート106は、第2図のパネルチャート
105上で、リンク206を選択した場合に表示された
ものであり、外部データ(a)201からプログラム(
b)202へのデータの流れを定めるものである。なお
、パネルチャート105、リンクチャート106を表示
する前に、各外部データおよび各プログラムについての
各フィールド名称と引数名称を設定して、予め登録しで
あるものとする。
This link chart 106 is displayed when the link 206 is selected on the panel chart 105 in FIG.
b) defines the flow of data to 202; Note that before displaying the panel chart 105 and the link chart 106, each field name and argument name for each external data and each program are set and registered in advance.

第3図の301〜303は外部データ(a)201の1
番目〜3番目のフィールド名称(lot、 te++p
301 to 303 in Figure 3 are external data (a) 201-1
3rd to 3rd field names (lot, te++p
.

pres)を、304〜307はプログラム(b) 2
0201番目〜4番目の引数名称(temp+pres
、qtime。
pres), 304 to 307 are program (b) 2
0201st to 4th argument names (temp+pres
, qtime.

stime)を表わしている。stime).

ここでは、外部データ(a)201の第2.第3フイー
ルドがプログラム(b)202の第1.第2引数となる
ように、リンク308,309を定めている。
Here, the second . The third field is the first field of program (b) 202. Links 308 and 309 are defined to be the second arguments.

次に、利用者はパネルチャート105で定められるパネ
ルを実行する。すなわち、インタフェース装置104か
らの操作により、パネルチャート105の各リンク選択
によるリンクチャートに従って外部データの各フィール
ドまたはプログラムの引数間を結合し、CPtJloo
によりこれを順次実行させる。ここで、パネル中の外部
データの実体は外部データファイル103に、またプロ
グラムの実体はプログラムファイル+01に、それぞれ
存在するので、これをCPU100の主記憶にロードす
る。
Next, the user executes the panel defined in panel chart 105. That is, by operation from the interface device 104, each field of external data or program argument is connected according to the link chart selected by each link on the panel chart 105, and CPtJloo
This is executed sequentially. Here, since the external data entity in the panel exists in the external data file 103 and the program entity exists in the program file +01, these are loaded into the main memory of the CPU 100.

パネルの実行の途中に、または実行の終了時に、利用者
は次のようにしてデータを参照する。
During or at the end of a panel's execution, the user can view the data as follows:

先ず、パネルチャート105上で、外部データ、プログ
ラム、またはその間のリンクを表わすシンボルを選択す
る。外部データまたはプログラムを選択した場合、さら
にその中のフィールド名称、または引数名称を指定する
。また、リンクを選択した場合、リンクチャート106
が表示されるので、ここでデータの流れを表わすリンク
を選択して、データを指定する。最後に、表、グラフ1
07の形式を定めて、指定したデータの値を表示する。
First, on the panel chart 105, a symbol representing external data, a program, or a link therebetween is selected. If you select external data or program, further specify the field name or argument name within it. In addition, if a link is selected, the link chart 106
will be displayed, select the link that represents the data flow and specify the data. Finally, table and graph 1
07 format and display the specified data value.

第4図は、第1図における表、グラフの画面の例を示す
図である。
FIG. 4 is a diagram showing an example of a table and graph screen in FIG. 1.

ここで表示されているデータは、外部データ(a)20
1におけるフィールド名称q temp」のデータであ
る。このデータは、第2図のパネルチャート105上で
リンク206をマウス等で選択することにより、第3図
のリンクチャート106が表示されるので、このリンク
チャート106上でリンク308をマウス等で選択する
ことにより、表、グラフ107の画面が指定されて、表
示される。ここで指定されたデータ(ベクトルデータ)
の要素数は7であり、その値(温度ten+p)はO〜
100の間に分布される。
The data displayed here is external data (a) 20
This is the data of the field name q temp in 1. This data can be accessed by selecting the link 206 on the panel chart 105 in FIG. 2 with a mouse or the like, and the link chart 106 in FIG. By doing so, the table/graph 107 screen is specified and displayed. The data specified here (vector data)
The number of elements is 7, and its value (temperature ten+p) is O~
distributed between 100 and 100.

次に、計算機システム(CPU100)が保有するソフ
トウェアについて述べる。
Next, the software possessed by the computer system (CPU 100) will be described.

第1図に示すように、ファイルとして保有するソフトウ
ェアとしては、プログラムファイル101、パネルファ
イル102、外部データファイル103があり、CPU
100内に保有されるソフトウェアとしては、プログラ
ム110、パネル定義データ120、内部データ130
がある。
As shown in FIG. 1, the software held as files includes a program file 101, a panel file 102, and an external data file 103.
The software held within 100 includes a program 110, panel definition data 120, and internal data 130.
There is.

第15図〜第18図は、システムが保有する各ソフトウ
ェアの格納状態図である。
15 to 18 are storage state diagrams of each software possessed by the system.

プログラムファイル101には、パネルを構成する各プ
ログラムが記憶される。第15図に示すように、プログ
ラムファイル101には各プログラムを記憶する複数の
ファイル1501が存在する。各ファイル1501の名
称としてプログラム名1502、その実体としてプログ
ラム1503が格納されている。
The program file 101 stores each program that makes up the panel. As shown in FIG. 15, the program file 101 includes a plurality of files 1501 storing each program. A program name 1502 is stored as the name of each file 1501, and a program 1503 is stored as the entity.

次に、第16図に示すパネルファイル102には、計算
機システムで作成されるパネル定義データ120(第1
図参照)とそれをコンパイルして作成された実行プログ
ラム506(第5図参照)のセーブデータが記憶される
Next, the panel file 102 shown in FIG. 16 includes panel definition data 120 (first
(see figure) and an execution program 506 created by compiling it (see figure 5) are stored.

パネル定義データ120のセーブデータ1602は「パ
ネル名、f、11601をキーとして記憶される。また
、パネル実行プログラム506のセーブデータ1604
は、「パネル名、p、11603をキーとして記憶され
る。
The save data 1602 of the panel definition data 120 is stored using "panel name, f, 11601" as a key. Also, the save data 1604 of the panel execution program 506
"Panel name, p, 11603 is stored as a key.

次に、第17図に示す外部データファイル1゜3には、
各外部データを記憶する複数のファイル1701が存在
する。各ファイル1701、発の名称として外部データ
名1702、その実体として外部データ1703が、そ
れぞれ格納される。
Next, in the external data file 1°3 shown in FIG.
There are multiple files 1701 that store each external data. For each file 1701, an external data name 1702 is stored as the origination name, and external data 1703 is stored as the entity.

外部データ1703は、テーブル形式のデータである。External data 1703 is data in a table format.

外部データ1703の例としては、第18図に示すよう
に、横列にフィールド、縦行にレコードが配列されてお
り、ここでは3フイールド、7レコードを備えた外部デ
ータ(a)201の内容(第2図参照)が示される。
As an example of the external data 1703, as shown in FIG. 18, fields are arranged in horizontal columns and records are arranged in vertical rows. (see Figure 2) is shown.

以下、CPU100内のパネル定義データ120につい
て説明する。パネル定義データ120は、インタフェー
ス装置104上のパネルチャート105に基づいて生成
される。
The panel definition data 120 in the CPU 100 will be explained below. Panel definition data 120 is generated based on panel chart 105 on interface device 104.

第6図は、第1図におけるパネル定義データの構成図で
ある。
FIG. 6 is a configuration diagram of the panel definition data in FIG. 1.

パネル定義データ120は、外部データテーブル610
、外部フィールドテーブル611、プログラムテーブル
620、引数テーブル621、プログラムパラメータ6
22、リンクテーブル630、データフローテーブル6
31、内部データテーブル640、内部フィールドテー
ブル641から構成されている。
Panel definition data 120 is external data table 610
, external field table 611, program table 620, argument table 621, program parameter 6
22, link table 630, data flow table 6
31, an internal data table 640, and an internal field table 641.

第7図は、第6図における外部データテーブルおよび外
部フィールドテーブルの内容を示す図である。
FIG. 7 is a diagram showing the contents of the external data table and external field table in FIG. 6.

外部データテーブル610には、パネルチャート105
中の外部データを表わす各シンボルに対する属性データ
が記憶される。つまり、第2図のパネルチャート105
内の201,205で示すような外部データの型が登録
される。外部データテーブル610のレコード711に
は、パネルチャート105中の外部データ(a)201
に対するデータが格納される。
The external data table 610 includes a panel chart 105.
Attribute data for each symbol representing external data within is stored. In other words, the panel chart 105 in FIG.
The types of external data shown in 201 and 205 are registered. Record 711 of external data table 610 includes external data (a) 201 in panel chart 105.
Data for is stored.

外部データテーブル610には、名称フィールド701
.シンボル座標フィールド702、フィールド個数フィ
ールド703、ポインタフィールド704が設けられる
The external data table 610 has a name field 701.
.. A symbol coordinate field 702, a field number field 703, and a pointer field 704 are provided.

名称フィールド701には、各シンボル201の名称が
記憶される。レコード711における名称は、「外部デ
ータa」である。シンボル座標フィールド702には、
各シンボルのパネルチャート105中での中心座標が記
憶される。レコード711のシンボル20】の中心座標
は、第10図に示すように、(X a 、 Y a )
である。
The name field 701 stores the name of each symbol 201. The name in record 711 is "external data a." The symbol coordinate field 702 contains
The center coordinates of each symbol in the panel chart 105 are stored. As shown in FIG. 10, the center coordinates of symbol 20 of record 711 are (X a , Y a )
It is.

なお、第10図は、第2図に示すパネルチャートの拡大
図である。
Note that FIG. 10 is an enlarged view of the panel chart shown in FIG. 2.

フィールド個数フィールド703には、各シンボルと名
称の一致する外部データのフィールド数を記憶する。レ
コード7】1においては、名称が「外部データa」の外
部データ1703のフィールド数である3が記憶される
(第17図、第18図参照)。
The number of fields field 703 stores the number of fields of external data whose names match each symbol. In record 7]1, 3, which is the number of fields of external data 1703 with the name "external data a", is stored (see FIGS. 17 and 18).

外部フィールドテーブル611には、外部データ170
3の各フィールドの属性値が記憶されており、その記憶
アドレスが外部データテーブル610のポインタフィー
ルド704に格納されている。例えば、レコード711
のポインタフィールド704には、矢印で示すように、
外部フィールドテーブル611のレコード713のアド
レスが格納されている。
The external field table 611 contains external data 170.
The attribute values of each field of 3 are stored, and the storage address thereof is stored in the pointer field 704 of the external data table 610. For example, record 711
As shown by the arrow, the pointer field 704 of
The address of record 713 of external field table 611 is stored.

外部フィールドテーブル611には、名称フィールド7
05、タイプフィールド706、インデックスフィール
ド707が設けられる。
The external field table 611 has a name field 7.
05, a type field 706, and an index field 707 are provided.

名称フィールド705には、外部データ)703の各フ
ィールドの名称が記憶される。ここでは、L/:l−1
’713〜7 ] 5ノIL!:1.zテ、FloLj
+[rtempl 、 I’preJが格納されている
。これらは、第3図のリンクチャート106において、
シンボル301〜303内に表示されている。タイプフ
イールド706には、外部データ1703の各フィール
ドのデータタイプが記憶される。レコード713のデー
タタイプは[rint[Ljであり、これは整数ベクト
ルを意味している。レコード714.715のデータタ
イプは、[jreal C] Jlであって、これは実
数ベクトルを意味している。
The name field 705 stores the name of each field of the external data) 703. Here, L/:l-1
'713~7 ] 5 no IL! :1. zte, FloLj
+[rtempl, I'preJ is stored. These are shown in the link chart 106 in FIG.
It is displayed within symbols 301-303. The type field 706 stores the data type of each field of the external data 1703. The data type of record 713 is [rint[Lj, which means an integer vector. The data type of records 714 and 715 is [jreal C] Jl, which means a real vector.

インデックスフィールド707には、第13図に示す内
部データテーブル640と内部フィールドテーブル64
1におけるレコード番号が記憶される。これらから、外
部データ1703がCPU100に内蔵された場合の内
部データ130の名称とそのフィールドが判る。例えば
、外部フィールドテーブル611のレコード714のイ
ンデックスフィールド707には、1−1が登録されて
いる。これは、第13図に示すように、内部データテー
ブル640の1番目のレコード1311と、内部フィー
ルドテーブル641の1番目のレコード1312をそれ
ぞれ示している。すなわち、これらは、r外部データa
、!lのIrtempJlフィールド、つまり第18図
に示す外部データ1703のフィールド1802が、「
内部データJの[jtempJJフィールド、つまり第
14図に示すフィールド1401に格納されていること
を示している。
The index field 707 includes an internal data table 640 and an internal field table 64 shown in FIG.
The record number in 1 is stored. From these, the name and field of the internal data 130 when the external data 1703 is built into the CPU 100 can be determined. For example, 1-1 is registered in the index field 707 of the record 714 of the external field table 611. As shown in FIG. 13, this shows the first record 1311 of the internal data table 640 and the first record 1312 of the internal field table 641, respectively. That is, these are r external data a
,! IrtempJl field of l, that is, field 1802 of external data 1703 shown in FIG.
This indicates that it is stored in the [jtempJJ field of internal data J, that is, field 1401 shown in FIG.

第7図の外部フィールドテーブル611におけるレコー
ド715のインデックスフィールド707には、1−2
が格納されている。これも同じようにして、第13図に
示すように、内部データテーブル640の1番目のレコ
ード1311と、内部フィールドテーブル641の2番
目のレコード1313をそれぞれ示している。
The index field 707 of the record 715 in the external field table 611 in FIG.
is stored. Similarly, as shown in FIG. 13, the first record 1311 of the internal data table 640 and the second record 1313 of the internal field table 641 are respectively shown.

第8図は、プログラムテーブルと引数テーブルの説明図
である。
FIG. 8 is an explanatory diagram of a program table and an argument table.

プログラムテーブル620には、パネルチャート105
中のプログラムを示す各シンボルに対する属性データが
記憶される。プログラムテーブル620のレコード81
1は、パネルチャート105中のプログラム(b)20
2に対するデータが記憶されている。
The program table 620 includes a panel chart 105.
Attribute data for each symbol indicating the program inside is stored. Record 81 of program table 620
1 is program (b) 20 in panel chart 105
Data for 2 is stored.

プログラムテーブル620には、名称フィールド801
、シンボル座標フィールド802、引数個数フィールド
803、ポインタフィールド804、パラメータポイン
タフィールド808が設けられる。
The program table 620 includes a name field 801
, a symbol coordinate field 802, an argument count field 803, a pointer field 804, and a parameter pointer field 808.

名称フィールド801には、各シンボルの名称が記憶さ
れている。レコード811における名称は、「プログラ
ムb」である。シンボル座標フィールド802には、パ
ネルチャート105中における各シンボルの中心座標が
記憶される。シンボル(第2図のプログラムb)202
の中心座標は、第1O図に示すように、(Xb、Yb)
である。
The name field 801 stores the name of each symbol. The name in record 811 is "program b". The symbol coordinate field 802 stores the center coordinates of each symbol in the panel chart 105. Symbol (program b in Figure 2) 202
The center coordinates of are (Xb, Yb), as shown in Figure 1O.
It is.

引数個数フィールド803には、各シンボルと名称の一
致するプログラムの引数の個数が記憶されている。レコ
ード811においては、名称が「プログラムb、llの
プログラム1503(第15図参照)の引数の個数であ
る4が記憶される。
The number of arguments field 803 stores the number of arguments of the program whose name matches each symbol. In the record 811, 4, which is the number of arguments of the program 1503 (see FIG. 15) whose name is "program b, ll" is stored.

引数テーブル621には、プログラム1503の各引数
の属性値が記憶されており、その記憶ア゛  ドレスが
、プログラムテーブル620のポインタフィールド80
4に記憶されている。例えば、プログラムテーブル62
0のレコード811においては、引数テーブル621の
レコード814のアドレスが記憶されている。
The argument table 621 stores the attribute value of each argument of the program 1503, and its storage address is stored in the pointer field 80 of the program table 620.
It is stored in 4. For example, program table 62
In record 811 of 0, the address of record 814 of argument table 621 is stored.

パラメータポインタフィールド808には、プログラム
1503のプログラムパラメータ622(第6図参照)
のアドレスが記憶されている。プログラムパラメータ6
22には、プログラムで用いられる種々のパラメータの
値が記憶される。
The parameter pointer field 808 contains the program parameters 622 of the program 1503 (see FIG. 6).
address is memorized. Program parameter 6
22 stores the values of various parameters used in the program.

引数テーブル621には、名称フィールド805、タイ
プフィールド806、値・インデックスフィールド80
7が設けられている。
The argument table 621 includes a name field 805, a type field 806, and a value/index field 80.
7 is provided.

名称フィールド805には、プログラム1503(第1
5図参照)の各引数の名称が記憶される。
The name field 805 contains the program 1503 (first
The name of each argument (see Figure 5) is stored.

レコード814〜8]7における名称は、[rtemp
JJ。
The name in records 814-8]7 is [rtemp
J.J.

Vpresj 、 ffqtimeJ] 、 Irst
imJである。これらは、第3図のリンクチャート10
6において、シンボル304〜307内に表示されてい
る。
Vpresj, ffqtimeJ], Irst
imJ. These are link chart 10 in Figure 3.
6, it is displayed within symbols 304-307.

タイプフィールド806には、プログラム1503の各
引数のデータタイプが記憶される。レコード814.8
】5のデータタイプはffreal [] jであり、
これは実数ベクトルを意味している。また、レコード8
16,817のデータタイプはffrealJlであり
、これは実数を意味している。
The type field 806 stores the data type of each argument of the program 1503. record 814.8
]5's data type is ffreal[]j,
This means a real vector. Also, record 8
The data type of 16,817 is ffrealJl, which means a real number.

データタイプがスカラ値の場合には、値・インデックス
フィールド807には、データの値が記憶される。また
、データタイプがベクトルの場合には、値・インデック
スフィールド807には、外部フィールドテーブル61
1の場合と同じように、第13図に記す内部データテー
ブル640と内部フィールドテーブル641におけるレ
コード番号が記憶される。これらから、各ベクトルタイ
プの引数の実引数であるベクトルデータが、CPol 
00内に配置される場合の内部データ130の名称とそ
のフィールドが判る。例えば、レコ−ド814における
インデックス1−1は、第13図の内部データテーブル
640の1番目のレコード1311と、内部フィールド
テーブル64]の1番目のレコード13】2を示してい
る、すなわち、これらはプログラム1503の第1引数
LrtempJに対する実引数ベクトルデータが、「内
部データa、Qのlttempjフィールド、つまり第
14図に示すフィールド1401に記憶されていること
を表わしている。
If the data type is a scalar value, the value/index field 807 stores the value of the data. In addition, when the data type is a vector, the value/index field 807 includes the external field table 61.
As in case 1, the record numbers in the internal data table 640 and internal field table 641 shown in FIG. 13 are stored. From these, the vector data that is the actual argument of each vector type argument is
00, the name of the internal data 130 and its field can be found. For example, the index 1-1 in the record 814 indicates the first record 1311 of the internal data table 640 of FIG. 13 and the first record 13]2 of the internal field table 64; indicates that the actual argument vector data for the first argument LrtempJ of the program 1503 is stored in the lttempj field of internal data a, Q, that is, the field 1401 shown in FIG.

第9図は、リンクテーブルとデータフローテーブルの説
明図である。
FIG. 9 is an explanatory diagram of a link table and a data flow table.

リンクテーブル630には、パネルチャート105中の
リンクを表わす各シンボルに対する属性データが記憶さ
れる。リンクテーブル630のレコード911は、パネ
ルチャート105中のリンク206に対応するデータで
ある。
Link table 630 stores attribute data for each symbol representing a link in panel chart 105. Record 911 of link table 630 is data corresponding to link 206 in panel chart 105.

リンクテーブル630には、始点タイプフィールド90
1、始点名称フィールド902、終点タイプフィールド
903、終点名称フィールド904、始点座標フィール
ド905、終点座標フィールド906、データ個数フィ
ールド907、ポインタフィールド908が設けられる
The link table 630 includes a start point type field 90.
1. A start point name field 902, an end point type field 903, an end point name field 904, a start point coordinate field 905, an end point coordinate field 906, a data number field 907, and a pointer field 908 are provided.

始点タイプフィールド901には、各リンクの始点が外
部データ、プログラムのいずれであるかを示す記号が記
憶される。ここでは、lid、Qは外部データ、「pJ
はプログラムをそれぞれ表わす。
The starting point type field 901 stores a symbol indicating whether the starting point of each link is external data or a program. Here, lid, Q are external data, “pJ
each represents a program.

始点名称フィールド902には、始点の外部データ名称
、あるいはプログラム名称が記憶される。
The starting point name field 902 stores the external data name or program name of the starting point.

終点タイプフィールド903、終点名称フィールド90
4についても、始点の場合と同じである。
End point type field 903, end point name field 90
4 is the same as the starting point.

レコード911における始点タイプは1rdJJで、そ
の名称は「外部データa」、終点タイプは「p」で、そ
の名称は「プログラムbjである。
The start point type in record 911 is 1rdJJ, its name is "external data a", the end point type is "p", and its name is "program bj".

始点、終点座標フィールド905.906には、パネル
チャート中におけるリンクの始点、終点の座標が記憶さ
れる。リンク206の始点と終点の座標は、第10図に
示すように、(Xs、Ys)、(Xe、 Ye)である
。データ個数フィールド907には、リンクを流れるデ
ータの個数が記憶される。
The start point and end point coordinate fields 905 and 906 store the coordinates of the start point and end point of the link in the panel chart. The coordinates of the starting point and ending point of the link 206 are (Xs, Ys) and (Xe, Ye), as shown in FIG. The data number field 907 stores the number of data flowing through the link.

すなわち、レコード911においては、データの個数は
2である。
That is, in record 911, the number of data is 2.

ポインタフィールド908には、データフローテーブル
631のレコードのアドレスが記憶される。
The pointer field 908 stores the address of the record in the data flow table 631.

データフローテーブル631には、リンクを流れるデー
タの始点、終点におけるフィールド、または引数の番号
、つまり外部フィールドテーブル6】1、または引数テ
ーブル621のレコード番号が記憶される。また、この
テーブル631の各レコードは、リンクチャート106
中のリンクに対応する。例えば、レコード914,91
5は、第3図のリンクチャート106中のリンク308
.309に対応しており、レコード914はIrtem
p、Uで、外部フィールドテーブル611のレコード番
号2と、引数テーブル621のレコード番号lを示し、
レコード915は、[rpresjで、外部フィールド
テーブル611のレコード番号3と、引数テーブル62
1のレコード番号2を示している。
The data flow table 631 stores the field or argument number at the start point or end point of data flowing through the link, that is, the record number of the external field table 6]1 or the argument table 621. Additionally, each record of this table 631 is linked to the link chart 106.
Corresponds to the links inside. For example, records 914, 91
5 is the link 308 in the link chart 106 in FIG.
.. 309, record 914 is Irtem
p and U indicate record number 2 of the external field table 611 and record number l of the argument table 621,
Record 915 is [rpresj, record number 3 of external field table 611 and argument table 62
1, record number 2 is shown.

第13図および第14図は、内部データテーブル、内部
フィールドテーブル、および内部データの説明図である
FIGS. 13 and 14 are explanatory diagrams of an internal data table, an internal field table, and internal data.

内部データテーブル640には、パネルチャート105
を実行する場合に、CPU100に内蔵される内部デー
タ130について、その名称とフィールド個数と内部フ
ィールドテーブル641へのポインタが記憶される。
The internal data table 640 includes a panel chart 105.
When executing the process, the name, number of fields, and pointer to the internal field table 641 of the internal data 130 built into the CPU 100 are stored.

内部フィールドテーブル641には、内部テープル13
0の各フィールドの名称とデータタイプが記憶される。
The internal field table 641 contains the internal table 13.
The name and data type of each field of 0 are stored.

例えば、第13図に示すように、内部データテーブル6
40のレコード1311は、名称としてr内部データa
J、フィールド数として[r2JJ、を記憶しており、
また内部フィールドテーブル641のレコード1312
.1313は、名称として[rtempj 、  [r
presJ] 、データタイプとして実数ベクトルタイ
プを記憶しており、2つのフィールドがあることを示し
ている。
For example, as shown in FIG.
40 record 1311 has the name r internal data a
J, remembers [r2JJ, as the number of fields,
Also, record 1312 of the internal field table 641
.. 1313 has the names [rtempj, [r
presJ], a real vector type is stored as the data type, indicating that there are two fields.

これらのレコードにより定まる内部データ130を、第
14図に示している。この内部データ130は、パネル
チャート105中の名称「外部データalの外部データ
1703の2フイールドのデータを記憶するために生成
されたものであって、レコード数は7であり、第18図
に示す外部データ1703の内容と一致している。
Internal data 130 determined by these records is shown in FIG. This internal data 130 is generated to store data in two fields of external data 1703 under the name "external data al" in the panel chart 105, and the number of records is 7, as shown in FIG. It matches the content of external data 1703.

次に、第1図におけるプログラム110について詳述す
る。
Next, the program 110 in FIG. 1 will be described in detail.

第5図は、CPU100が保持するシステムプログラム
140の全体の機能関係図である。
FIG. 5 is an overall functional relationship diagram of the system program 140 held by the CPU 100.

システムプログラム140は、メインプログラム501
、エディタ502、プローブプログラム503、インタ
プリタ504、ジェネレータ505、およびパネル実行
プログラム506から構成される。
The system program 140 is the main program 501
, an editor 502, a probe program 503, an interpreter 504, a generator 505, and a panel execution program 506.

メインプログラム501は全体の起動と制御を、エディ
タ502はパネルチャート105とパネル定義データ1
20を編集生成し、プローブプログラム503はシンボ
ルの選択やデータ選択、表、グラフ形式の設定、表示等
を行い、インタプリタ504は内部データの構成やデバ
ッグ実行を行ってコンパイルのための準備を行い、ジェ
ネレータ505はパネル実行プログラム501をコンパ
イルして作成し、パネル実行プログラム501はこれら
により生成された結果のプログラムである。
The main program 501 starts and controls the entire system, and the editor 502 controls the panel chart 105 and panel definition data 1.
20, the probe program 503 selects symbols, selects data, sets table and graph formats, displays, etc., and the interpreter 504 configures internal data and performs debugging to prepare for compilation. The generator 505 compiles and creates the panel execution program 501, and the panel execution program 501 is the resultant program generated by these.

メインプログラム501は、利用者によるコマンドに応
じて、システムの初期化を行った後、またはパネルファ
イル102からパネル定義データ!20、パネル実行プ
ログラム506をロードし、プログラム502〜506
の起動制御を行う。
The main program 501 initializes the system or imports panel definition data from the panel file 102 in response to a command from the user. 20. Load the panel execution program 506 and execute the programs 502 to 506.
Startup control is performed.

第11図は、メインプログラムの動作フローチャートで
ある。
FIG. 11 is an operation flowchart of the main program.

先ず、インタフェース装置104からコマンドを入力す
る(ステップ1101)。入力したコマンドが「初期化
」、「パネル選択」、「終了」の場合によりそれぞれ分
岐する。入力コマンドが初期化の場合には、パネル定義
データ120の各テーブルを初期化する(ステップ11
02)。また、入力コマンドがパネル選択の場合には、
インタフェース装置104からパネル名を入力し、名称
の一致するパネルファイル1601または1604から
パネル定義データ120、またはパネル実行プログラム
506をロードする。さらに、パネル定義データ120
に基づいてインタフェース装置104上に、パネルを構
成する外部データ、プログラム、リンク等のシンボルを
表示する(ステップ1103)。入力コマンドが終了の
ときには、処理は終了となる。
First, a command is input from the interface device 104 (step 1101). The process branches depending on whether the input command is "initialize,""panelselect," or "end." If the input command is initialization, each table of the panel definition data 120 is initialized (step 11).
02). Also, if the input command is panel selection,
A panel name is input from the interface device 104, and the panel definition data 120 or panel execution program 506 is loaded from the panel file 1601 or 1604 with the matching name. Furthermore, panel definition data 120
Based on this, symbols such as external data, programs, links, etc. that constitute the panel are displayed on the interface device 104 (step 1103). When the input command ends, the process ends.

次に、インタフェース装置104からコマンドを入力す
る(ステップ1104)。入力したコマンドがr編集」
、「プローブ」、「デバッグJ、「プログラム生成」、
「実行Jの場合には、それぞれ分岐し、「終了」の場合
にはステップ1101に戻る。
Next, a command is input from the interface device 104 (step 1104). The command you entered is "r edit"
, "Probe", "Debug J", "Program Generation",
In the case of "Execution J", the process branches, and in the case of "End", the process returns to step 1101.

先ず、編集の場合には、エディタ502を起動する(ス
テップ1105)。編集処理後にはステップ1104に
戻る。
First, in the case of editing, the editor 502 is activated (step 1105). After the editing process, the process returns to step 1104.

プローブの場合には、プローブプログラム503を起動
する(ステップ1106)。処理終了後にはステップ1
104に戻る。
In the case of a probe, the probe program 503 is started (step 1106). After processing is completed, step 1
Return to 104.

デバッグの場合には、インタプリタ504を起動する(
ステップ1107)。処理の後はステップ1104に戻
る。
In the case of debugging, start the interpreter 504 (
Step 1107). After the processing, the process returns to step 1104.

プログラム生成の場合には、ジェネレータプログラム5
05を起動する(ステップ1108)。
In the case of program generation, generator program 5
05 (step 1108).

実行の場合には、パネル実行プログラム506を起動す
る(ステップ1109)。実行処理後にはステップ11
04に戻る。
In the case of execution, the panel execution program 506 is activated (step 1109). After the execution process, step 11
Return to 04.

第12図は、エディタの動作フローチャートである。FIG. 12 is an operation flowchart of the editor.

エディタ502は、パネルチャー1−105上で、外部
データ、プログラム、リンクを示す各シンボルを往成し
、また複写、移動、定義等を行って、新たなパネルチャ
ート105およびパネル定義データ120を生成する。
The editor 502 creates a new panel chart 105 and panel definition data 120 by creating, copying, moving, defining, etc. each symbol indicating external data, a program, and a link on the panel chart 1-105. do.

先ず、インタフェース装置104からコマンドを入力す
る(ステップ1201)、入力したコマンドが「シンボ
ル選択J 「シンボル生成、1llr全削除」「ロード
」 「セーブ」によりそれぞれに分岐する。
First, a command is input from the interface device 104 (step 1201), and the input command branches into "symbol selection J", "symbol generation, 1llr all deletion", "load", and "save".

また、「終了jの場合には動作を終了する。Further, in the case of "end j", the operation is ended.

シンボル選択の場合には、インタフェース装置104か
らシンボルを選択するための座標データを入力し、外部
データテーブル610、プログラムテーブル620、リ
ンクテーブル630中の各シンボルの座標データを参照
して、選択されたシンボルを決定する(ステップ120
2)。
In the case of symbol selection, coordinate data for selecting a symbol is input from the interface device 104, and the coordinate data of each symbol in the external data table 610, program table 620, and link table 630 is referred to to determine the selected symbol. Determine the symbol (step 120
2).

シンボル生成の場合には、インタフェース装置104か
ら新たなシンボルの種別と座標データを入力して、新た
なシンボルをインタフェース装置104に表示する(ス
テップ1203)。
In the case of symbol generation, a new symbol type and coordinate data are input from the interface device 104, and the new symbol is displayed on the interface device 104 (step 1203).

入力したシンボルの種別が外部データの場合には、第7
図に示す外部データテーブル610に新たなレコードを
生成し、そのシンボル座標フィールド702に座標値を
設定する。また、既に存在するリンクの始点、または終
点となるときには。
If the type of the input symbol is external data, the seventh
A new record is generated in the external data table 610 shown in the figure, and coordinate values are set in the symbol coordinate field 702. Also, when it becomes the start or end point of a link that already exists.

第9図に示すそのリンクテーブル630のフィールド9
01と902、または、903と904にその座標値を
設定する。
Field 9 of the link table 630 shown in FIG.
Set the coordinate values in 01 and 902 or 903 and 904.

また、入力したシンボルの種別がプログラムの場合には
、前と同じように、第8図に示すプログラムテーブル6
20に新たなレコードを生成し、そのシンボル座標フィ
ールド802に座標値を設定する。また、既に存在する
リンクの始点または終点となるときには、第9[i!I
に示すそのリンクテーブル630のフィールド901と
902、または、903と904にその座標値を設定す
る。
In addition, if the type of the input symbol is a program, the program table 6 shown in FIG.
A new record is generated in 20, and coordinate values are set in the symbol coordinate field 802. Also, when it becomes the start point or end point of an already existing link, the 9th [i! I
The coordinate values are set in fields 901 and 902 or 903 and 904 of the link table 630 shown in FIG.

また、入力したシンボルの種別がリンクの場合には、第
9図に示すリンクテーブル630に新たなレコードを生
成し、その始点、終点座標フィールド905,906に
座標値を設定する。また、既に存在する外部データ、ま
たはプログラムが始点または終点となるときには、フィ
ールド901と902、または、903と904にその
座標値を設定する。そして、これらの処理後は、ステッ
プ1201に戻る。
Further, if the type of the input symbol is a link, a new record is generated in the link table 630 shown in FIG. 9, and coordinate values are set in the start point and end point coordinate fields 905 and 906. Furthermore, when existing external data or a program becomes the starting point or ending point, its coordinate values are set in fields 901 and 902 or 903 and 904. After these processes, the process returns to step 1201.

また、入力されたコマンドが全削除の場合には、第6図
に示すパネル定義データ120中の全てのテーブルを初
期化して、インタフェース装置104上から全てのシン
ボルの表示を除く (ステップ1204) 6削除処理
の後は、ステップ1201に戻る。
If the input command is all deletion, all the tables in the panel definition data 120 shown in FIG. 6 are initialized and all symbols are removed from the interface device 104 (step 1204). After the deletion process, the process returns to step 1201.

また、入力されたコマンドがロードの場合には、インタ
フェース装置104からキーとなるパネル名を入力し、
パネルファイル102がらパネル定義データセーブ16
o3をロードし、既に存在するパネル定義データ120
に追加する(ステップ1205)。また、インタフェー
ス装置104に、新たなパネルを構成する座標データ、
プログラム、リンクを表わすシンボルを追加して、これ
を表示する。処理後、ステップ1201に戻る。
In addition, if the input command is load, input the key panel name from the interface device 104,
Save panel definition data 16 from panel file 102
Load o3 and use the already existing panel definition data 120
(step 1205). In addition, the interface device 104 is provided with coordinate data configuring a new panel,
Add and display symbols representing programs and links. After processing, the process returns to step 1201.

入力されたコマンドがセーブの場合には、インタフェー
ス装置104からキーとなるパネル名を入力し、パネル
ファイル102にパネル定義データ120のセーブデー
タ1602を記憶する(ステップ1206)。処理後は
、ステップ1201に戻る。
If the input command is save, a key panel name is input from the interface device 104, and the save data 1602 of the panel definition data 120 is stored in the panel file 102 (step 1206). After processing, the process returns to step 1201.

シンボルの選択処理(ステップ1202)が終了した後
、次にインタフェース装置104がらコマンドを入力す
る(ステップ1207)。
After the symbol selection process (step 1202) is completed, a command is then input through the interface device 104 (step 1207).

入力されたコマンドが「定義、U[m複写」 「移動」
「削除」または「セーブJにより、それぞれ分岐する。
The input command is "Definition, U[m Copy""Move"
``Delete'' or ``Save J'' branches respectively.

入力されたコマンドが定義の場合には、ステップ120
2で選択されたシンボルが外部データが、プログラムか
、またはリンクがでそれぞれ処理が異なる(ステップ1
208)。
If the input command is a definition, step 120
Processing differs depending on whether the symbol selected in step 2 is external data, a program, or a link (step 1).
208).

選択されたシンボルが外部データの場合には、第7図に
示す外部データテーブル610のフィールド個数フィー
ルド703、または外部フィールドテーブル611の名
称フィールド705、タイブフィールド706の値を更
新する。
If the selected symbol is external data, the values of the number of fields field 703 of the external data table 610 shown in FIG. 7, or the name field 705 and type field 706 of the external field table 611 are updated.

また、選択されたシンボルがプログラムの場合には、第
8図に示すプログラムテーブル620の引数個数フィー
ルド803、または引数テーブル621の名称フィール
ド805、タイプフィールド806、または第6図に示
すプログラムパラメータ622の値を更新する。
If the selected symbol is a program, the number of arguments field 803 of the program table 620 shown in FIG. Update the value.

また、選択されたシンボルがリンクの場合には、リンク
チャート106を表示して、新たなデータの流れを表わ
すリンクを入力し、第9図に示すリンクテーブル630
のデータ個数フィールド907、データフローテーブル
631の各フィールドを更新する。そして、処理後は、
ステップ1201に戻る。
If the selected symbol is a link, the link chart 106 is displayed, a link representing a new data flow is input, and the link table 630 shown in FIG.
The data count field 907 and each field of the data flow table 631 are updated. And after processing,
Return to step 1201.

次に、入力されたコマンドが複写の場合には、これも選
択されたシンボルが外部データのときと、プログラムの
ときとがある(ステップ1209)。
Next, when the input command is copy, the selected symbol may be external data or a program (step 1209).

選択されたシンボルが外部データの場合には、第7図に
示す外部データテーブル610と外部フィールドテーブ
ル611を複写し、複写後の外部データテーブル610
のシンボル座標フィールド702に複写先の座標値を設
定する。また、複写後、あるリンクの始点または終点と
なる場合、そのリンクテーブル630のフィールド90
1と902、または、903と904にその座標値を設
定する。また、インタフェース装置104上に複写後の
シンボルを表示する。処理後は、ステップ1201に戻
る。
If the selected symbol is external data, copy the external data table 610 and external field table 611 shown in FIG.
The coordinate values of the copy destination are set in the symbol coordinate field 702 of . In addition, if it becomes the start point or end point of a certain link after copying, the field 90 of the link table 630
The coordinate values are set in 1 and 902 or 903 and 904. Further, the copied symbol is displayed on the interface device 104. After processing, the process returns to step 1201.

なお、選択されたシンボルがプログラムの場合には、処
理は上述した場合と同じであるので、記載を省略する。
Note that if the selected symbol is a program, the processing is the same as described above, so the description will be omitted.

次に、入力されたコマンドが移動の場合には、選択され
たシンボルが外部データのときとプログラムのときがあ
り、処理はいずれも同じである(ステップ1210)。
Next, when the input command is movement, the selected symbol may be external data or a program, and the processing is the same in both cases (step 1210).

先ず、選択されたシンボルが外部データの場合には、第
7図に示す外部データテーブル610のシンボル座標フ
ィールド702に移動先の座標値を設定する。また、移
動前にあるリンクの始点または終点であるときには、第
9図に示すそのリンクテーブル630のフィールド90
1と902、または、903と904の値を未設定にし
、また移動後にあるリンクの始点または終点となるとき
には、そのリンクテーブル630のフィールド901と
902、または、903と904のその座標値を設定す
る。さらに、インタフェース装置lO4上のシンボルの
表示位置を移動する。処理後は、ステップ1201に戻
る。
First, if the selected symbol is external data, the coordinate values of the destination are set in the symbol coordinate field 702 of the external data table 610 shown in FIG. Furthermore, if it is the start point or end point of a link before movement, the field 90 of the link table 630 shown in FIG.
If the values of 1 and 902 or 903 and 904 are not set, and it becomes the start point or end point of a link after movement, set the coordinate values of fields 901 and 902 or 903 and 904 of the link table 630. do. Furthermore, the display position of the symbol on the interface device IO4 is moved. After processing, the process returns to step 1201.

なお、選択されたシンボルがプログラムに対する場合も
、全く同じである。
Note that the same applies when the selected symbol corresponds to a program.

入力されたコマンドが削除である場合には、シンボルの
削除を行う(ステップ1211)、以下、シンボルが外
部データの場合もプログラムの場合も同じであるので、
外部データの場合を説明する。
If the input command is deletion, the symbol is deleted (step 1211).Hereinafter, the same applies whether the symbol is external data or a program.
The case of external data will be explained.

選択されたシンボルが外部データの場合には、第7図に
示す外部データテーブル610、外部フィールドテーブ
ル611のレコードを削除する。
If the selected symbol is external data, records in the external data table 610 and external field table 611 shown in FIG. 7 are deleted.

また、削除前にあるリンクの始点または終点であるとき
には、第9図に示すそのリンクテーブル630のフィー
ルド901と902、または、903と904の値を未
設定にする。また、インタフェース装置104上からそ
のシンボルの表示を除く。処理後は、ステップ1201
に戻る。
Further, when the point is the start point or end point of a link before deletion, the values of fields 901 and 902 or fields 903 and 904 of the link table 630 shown in FIG. 9 are left unset. Also, the display of that symbol is removed from the interface device 104. After processing, step 1201
Return to

なお、選択されたシンボルがプログラム、またはリンク
の場合にも、上述の処理と同じである。
Note that the process described above is the same even when the selected symbol is a program or a link.

次に、入力されたコマンドがセーブの場合には、シンボ
ルのセーブ(ファイルに格納)を行う(ステップ121
2)。すなわち、選択されたシンボルが外部データの゛
場合には、その外部データに対する外部データテーブル
610、外部フィールドテーブル611内のレコードを
、パネルファイル102にセーブする。そして、処理後
はステップ1201に戻る。
Next, if the input command is save, the symbol is saved (stored in a file) (step 121).
2). That is, if the selected symbol is external data, records in the external data table 610 and external field table 611 for the external data are saved in the panel file 102. After the processing, the process returns to step 1201.

選択されたシンボルがプログラムまたはリンクの場合に
も、上述の処理と同じである。
The process described above is the same when the selected symbol is a program or a link.

なお、エディタ502の動作フローのうち、ステップ1
208におけるリンクチャート106の表示方法につい
ては、既に第3図により説明したので、ここでは省略す
る。
Note that in the operation flow of the editor 502, step 1
The method of displaying the link chart 106 at 208 has already been explained with reference to FIG. 3, so it will be omitted here.

第19図は、プローブプログラムの動作フローチャート
である。
FIG. 19 is an operational flowchart of the probe program.

プローブプログラム503は、パネルの実行中または実
行後に、内部データ130を直接または統計処理して、
インタフェース装置104上に表、グラフ形式で表示す
るものである。
The probe program 503 directly or statistically processes the internal data 130 during or after the execution of the panel.
It is displayed on the interface device 104 in a table or graph format.

先ず、パネルチャート105上で、利用者が選択するシ
ンボルが外部データ、プログラム、リンクのいずれであ
るかに応じてそれぞれの処理に分岐する(ステップ19
01)。
First, the process branches to each process depending on whether the symbol selected by the user is external data, a program, or a link on the panel chart 105 (step 19).
01).

外部データが選択された場合、第7図に示すその外部デ
ータに対する外部フィールドテーブル611中の名称フ
ィールド705の文字列を、インタフェース装置104
上に表示し、利用者によるフィールドの選択を受は付け
る(ステップ1902)。
When external data is selected, the character string in the name field 705 in the external field table 611 for that external data shown in FIG.
and accepts field selection by the user (step 1902).

また、プログラムが選択された場合、第8図に示すその
プログラムに対する引数テーブル621中の名称フィー
ルド805の文字列をインタフェース装置104上に表
示し、利用者による引数の選択を受は付ける(ステップ
1903)。
When a program is selected, the character string in the name field 805 in the argument table 621 for that program shown in FIG. 8 is displayed on the interface device 104, and the user's selection of arguments is accepted (step 1903). ).

また、リンクが選択された場合には、第9図に示すその
リンクに対するリンクテーブル630のレコードとデー
タフローテーブル631にもとづき、リンクチャート1
06を表示する。このリンクチャート106上で、利用
者によるデータの選択を受は付ける(ステップ1904
)。
In addition, when a link is selected, the link chart 1 is
06 is displayed. The user's selection of data is accepted on this link chart 106 (step 1904).
).

次に、データの選択を継続するか否かを利用者に問い合
わせ、継続の場合にはステップ1901に戻り、終了の
場合には次に進む(ステップ〕905)。
Next, the user is asked whether or not to continue selecting data, and if the user wants to continue, the process returns to step 1901, and if the user wants to finish, the process proceeds to the next step (step 905).

データ選択終了の場合には、次にデータに対して施こす
統計処理の種別、または表、グラフの形式を指定する。
When the data selection is complete, the type of statistical processing to be performed on the data, or the format of the table or graph is specified.

例えば、折線グラフの場合には、軸の目盛の表示方法、
単位、線種等を指定する(ステップ1906)。
For example, in the case of a line graph, how the axis scale is displayed,
The unit, line type, etc. are specified (step 1906).

ステップ】906での指定にもとづいて、内部データを
直接、あるいは統計処理し、インタフェース装置104
上に表、グラフ形式で表示する(ステップ1907)。
Step] Based on the specification in step 906, the internal data is directly or statistically processed, and the interface device 104
The information is displayed on the top in table and graph format (step 1907).

なお、ステップ1904におけるリンクチャート106
、およびステップ1907における表、グラフ107の
表示例については、既に第3図と第4図により説明した
ので、ここでは省略する。
Note that the link chart 106 in step 1904
, and the display examples of the table and graph 107 in step 1907 have already been explained with reference to FIGS. 3 and 4, and will therefore be omitted here.

第20図は、インタプリタの動作フローチャートである
FIG. 20 is an operation flowchart of the interpreter.

インタプリタ504は、パネル定義データ120にもと
づき、先ずプログラムの呼び出し順序を決定し、内部デ
ータ130の各テーブルを生成する0次に、パネル定義
データ120にもとづき、外部データファイル103と
のデータ入出力またはプログラムファイル101中のプ
ログラムの呼び出しを行い、パネルを実行する。
The interpreter 504 first determines the program calling order based on the panel definition data 120 and generates each table of the internal data 130. Next, based on the panel definition data 120, the interpreter 504 performs data input/output with the external data file 103 or The program in the program file 101 is called and the panel is executed.

パネルチャート105上の各プログラムに実行順序を表
わす自然数を割り当てる(ステップ2001)。割り当
て方法の規則は、以下の通りである。
A natural number representing the order of execution is assigned to each program on the panel chart 105 (step 2001). The rules for the allocation method are as follows.

(イ)パネルチャート105上の各外部データに0を割
り当てる。
(a) Assign 0 to each external data on the panel chart 105.

(ロ)パネルチャート105上の各プログラムに対して
、そのプログラムを終点とするリンクの始点側、つまり
1つ上流側のプログラムまたは外部データに割り当てら
れた番号の中で、最大のものに1を加えた番号をそのプ
ログラムに割り当てる。
(b) For each program on the panel chart 105, assign 1 to the largest number assigned to the start point side of the link with that program as the end point, that is, to the program or external data one step upstream. Assign the added number to that program.

次に、パネルの実行時には、ベクトルデータを記憶する
ための内部データ130のテーブル、およびその構成を
記述する内部データテーブル640、内部フィールドテ
ーブル641(第6図参照)を生成する(ステップ20
02)。内部データ130のテーブルの生成方法として
は、次の規則に従う。
Next, when the panel is executed, a table of internal data 130 for storing vector data, an internal data table 640 and an internal field table 641 (see FIG. 6) that describe its configuration are generated (step 20).
02). The method for generating the table of internal data 130 follows the following rules.

(イ)パネルチャート105上でリンクの始点側の外部
データ、つまり入力される外部データの各フィールドに
対して内部データ130のテーブルを生成する。
(a) A table of internal data 130 is generated for each field of external data on the start point side of the link, that is, input external data on the panel chart 105.

(ロ)割り当てられた自然数の小さいプログラムから順
次、そのベクトルタイプの引数に対して、内部データ1
30のテーブルを生成する。ただし、データフローテー
ブル631の終点側に現われる引数に対するテーブルは
、既に存在するので生成しない。
(b) The internal data 1 for the vector type argument is sequentially assigned starting from the program with the smallest allocated natural number.
Generate 30 tables. However, the table for the argument appearing on the end point side of the data flow table 631 is not generated because it already exists.

次に、以下の順序で、パネルの実行を行う(ステップ2
003)。すなわち、デバッグを実行する。
Next, execute the panels in the following order (step 2
003). That is, perform debugging.

(a)パネルチャート105上で、リンクの始点側に存
在する外部データを、外部データファイル103から内
部データ130のテーブルに入力する。
(a) On the panel chart 105, external data existing on the start point side of the link is input from the external data file 103 to the internal data table 130.

(b)割り当てられた自然数の小さい方から、順にプロ
グラムファイル101のプログラムを起動する。
(b) Start the programs in the program file 101 in order from the one with the smallest allocated natural number.

(C)パネルチャート105上で、リンクの終点側に存
在する外部データを生成するように、内部データ130
内のデータを出力する。
(C) On the panel chart 105, the internal data 130 is generated so as to generate external data that exists on the end point side of the link.
Output the data within.

なお、ステップ2001におけるプログラムへの自然数
の割り当て方法を、第2図に示すパネルチャート105
に適用する場合には、プログラム(b)202、プログ
ラム(c)203に対しては1、プログラム(cl)2
04に対しては2が割り当てられる。
The method of allocating natural numbers to programs in step 2001 is explained in panel chart 105 shown in FIG.
1 for program (b) 202 and program (c) 203, and program (cl) 2
2 is assigned to 04.

また、ステップ2002における内部データ130のテ
ーブルを生成する際に、同時に、第7図に示す外部デー
タと内部データを対応付けるフィールドテーブル611
のインデックスフィールド707、または第8図に示す
プログラムの引数と内部データとを対応付ける引数テー
ブル621の値・インデックスフィールド807の値を
決定する。
Furthermore, when generating the table of internal data 130 in step 2002, at the same time, a field table 611 for associating external data and internal data shown in FIG.
The value of the index field 707 or the value of the argument table 621 that associates the program arguments and internal data shown in FIG. 8 and the value of the index field 807 are determined.

また、第2図のパネルチャート105に対して生成され
る内部データテーブル640、内部フィールドテーブル
641、および内部データ130の一部は、第13図と
第14図に示される。また。
Further, the internal data table 640, internal field table 641, and part of the internal data 130 generated for the panel chart 105 in FIG. 2 are shown in FIGS. 13 and 14. Also.

同時に定められる外部フィールドテーブル611のイン
デックスフィールド707、または引数テーブル621
の値・インデックスフィールド807は、第7図と第8
図に示されている。
Index field 707 of external field table 611 defined at the same time or argument table 621
The value/index field 807 is shown in FIGS. 7 and 8.
As shown in the figure.

第21図は、ジェネレータの動作フローチャートである
FIG. 21 is an operation flowchart of the generator.

ジェネレータ505は、パネルの実行を行うパネル実行
プログラム506を生成するものである。
The generator 505 generates a panel execution program 506 that executes the panel.

先ず、パネルチャート105中の各プログラムに実行順
序を表わす自然数を割り当てる。ここでの割り当て方法
は、第20図に示すインタプリタ504のステップ20
01に記載したものと同じである(ステップ2101)
First, a natural number representing the order of execution is assigned to each program in the panel chart 105. The allocation method here is as shown in step 20 of the interpreter 504 shown in FIG.
It is the same as that described in 01 (step 2101)
.

次に、パネル実行プログラム506の実行時に生成すべ
き内部データ130のテーブルの構成を定めて、内部デ
ータテーブル640を生成する。
Next, the configuration of the table of internal data 130 to be generated when the panel execution program 506 is executed is determined, and the internal data table 640 is generated.

ここにおけるテーブルの構成の決定方法は、第20図に
示すインタプリタ504のステップ2002に記載した
ものと同じである(ステップ2102)。
The method for determining the table configuration here is the same as that described in step 2002 of the interpreter 504 shown in FIG. 20 (step 2102).

次に、パネル実行プログラム506のソースプログラム
を生成する(ステップ2103)。生成の手順は、次の
通りである。
Next, a source program for the panel execution program 506 is generated (step 2103). The generation procedure is as follows.

(13)内部データ】30の各テーブルの生成文を生成
する。
(13) Internal data] Generate a generated statement for each of the 30 tables.

(b)パネルチャート105中でリンクの始点側に存在
する外部データを、外部データファイル103から内部
データ130内のテーブルに入力するための入力文を生
成する。
(b) Generate an input statement for inputting external data existing on the start point side of the link in the panel chart 105 from the external data file 103 to the table in the internal data 130.

(C)割り当てられた自然数の小さい方から順に、プロ
グラムファイル101のプログラムを起動するための呼
び出し文を生成する。
(C) Call statements for starting programs in the program file 101 are generated in order from the smallest allocated natural number.

(d)パネルチャート105上で、リンクの終点側に存
在する外部データを生成するように、内部データ130
のテーブルを出力するための出力文を生成する。
(d) On the panel chart 105, the internal data 130 is generated so as to generate external data that exists on the end point side of the link.
Generate an output statement to output the table.

(e)内部データ130の各テーブルを消去するための
文を生成する。
(e) Generate a statement to delete each table of internal data 130.

このようにして、ソースプログラムが生成されると、生
成したソースプログラムをコンパイルして、オブジェク
トプログラムを生成する(ステップ2104)。
Once the source program is generated in this way, the generated source program is compiled to generate an object program (step 2104).

次に、プログラムファイル101中のプログラムをリン
クして、パネル実行プログラム506を生成する(ステ
ップ2105)。
Next, the programs in the program file 101 are linked to generate the panel execution program 506 (step 2105).

以上がプログラム合成システムのソフトウェアの説明で
ある。
The above is the explanation of the software of the program synthesis system.

なお、エディタ502に関して、第12図のステップ1
202で選択されるシンボル数が1つの場合には、ステ
ップ1208〜1212で動作することを説明したが、
実際にはステップ1202では複数のシンボルを選択で
きるので、このときのステップ1208〜1212の動
作は単に各シンボルが1つずつ順番に選択された場合の
動作の繰り返しとなる。
Regarding the editor 502, step 1 in FIG.
Although it has been explained that when the number of symbols selected in step 202 is one, steps 1208 to 1212 are performed.
In fact, since a plurality of symbols can be selected in step 1202, the operations in steps 1208 to 1212 at this time are simply a repetition of the operations when each symbol is sequentially selected one by one.

また、パネルチャート105に関して、外部データを除
くプログラムとリンクを表わすシンボル、またはその一
部を一連のデータ変換処理を規定するモデルとして捉え
ること、またはこのモデルを外部データのみが異なる複
数のパネルを生成するメタパネルとして捉えること、ま
たはモデルに対するパネル定義データ120をモデル定
義データとして区別することが有効であること、をそれ
ぞれ指摘できる。
Regarding the panel chart 105, it is also possible to consider symbols representing programs and links excluding external data, or a part thereof, as a model that defines a series of data conversion processes, or to generate multiple panels that differ only in external data using this model. It can be pointed out that it is effective to regard the model as a meta-panel, or to distinguish the panel definition data 120 for the model as model definition data.

第6図に示すパネル定義データ120内のプログラムパ
ラメータ622には、次のような利用方法がある。
The program parameters 622 in the panel definition data 120 shown in FIG. 6 can be used in the following ways.

(イ)ニューラルネットシミュレーションプログラムに
おける重み係数を記憶すること、(ロ)ファジィ推論プ
ログラムにおけるメンバシップ間数の形状パラメータを
記憶すること、以上のように、本実施例では、計算機上
で各処理または各処理間のデータの流れを示すシンボル
を表示し、これらシンボルを操作して1つ以上のプログ
ラム処理からなる合成プログラム処理を定めることが可
能である。その結果、複数のプログラムを組み合わせて
利用する場合に、プログラムの組み合わせ方法を視覚的
に指定することができる。また、複数のプログラムが組
み合わされたプログラムの動作のモニタ、またはデバッ
グを行う場合に好都合であって、インタフェース装置か
らデータを指定して、これを表示することができる。
(a) storing weighting coefficients in a neural network simulation program; and (b) storing shape parameters of membership numbers in a fuzzy inference program. As described above, in this embodiment, each process or It is possible to display symbols indicating the flow of data between each process, and to manipulate these symbols to define a composite program process consisting of one or more program processes. As a result, when using a plurality of programs in combination, it is possible to visually specify how to combine the programs. Further, it is convenient for monitoring or debugging the operation of a program that is a combination of a plurality of programs, and it is possible to specify data from the interface device and display it.

[発明の効果] 以上説明したように、本発明によれば、(イ)1つ以上
のプログラムから構成される処理の作成が容易になると
同時に、1つ以上の合成プログラムをまとめて保守、管
理して、これを再利用することができる。(ロ)また、
データの流れを表わすシンボルを選択することにより、
処理の間を流れるデータの値を表、グラフ上に表示する
ことができる。(ハ)その結果、1つ以上の合成プログ
ラムの動作モニタ、デバッグ等が容易となる。
[Effects of the Invention] As explained above, according to the present invention, (a) it becomes easy to create a process composed of one or more programs, and at the same time, it is possible to collectively maintain and manage one or more synthesis programs; and can be reused. (b) Also,
By selecting symbols that represent the flow of data,
The values of data flowing during processing can be displayed on tables and graphs. (c) As a result, operation monitoring, debugging, etc. of one or more synthesis programs becomes easy.

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

第1図は本発明の一実施例を示すプログラム合成システ
ムの機能ブロック図、第2図は第1図におけるパネルチ
ャートを示す表示画面図、第3図は第1図におけるリン
クチャートを示す表示画面図、第4図は第1図の表、グ
ラフの例を示す表示画面図、第5図は第1図の計算機に
内蔵されたシステムプログラムの構成を示す図、第6図
は第1図の計算機に内蔵されたパネル定義データの構成
を示す図、第7図は外部データテーブルと外部フィール
ドテーブルの説明図、第8図はプログラムテーブルと引
数テーブルの説明図、第9図はリンクテーブルとデータ
フローテーブル功説明図、第10図は第2図のパネルチ
ャートの拡大図、第11図は第5図におけるメインプロ
グラムの動作フローチャート、第12図は第5図におけ
るエディタの動作フローチャート、第13図は第6図に
おける内部データテーブルと内部フィールドテーブルの
説明図、第14図は第1図における内部データの詳細図
、第15図は第1図におけるプログラムファイルの説明
図、第16図は第1図のパネルファイルの説明図、第1
7図は第1図の外部データファイルの説明図、第18図
は第17図における外部データの説明図、第19図は第
5図のプローブプログラムの動作フローチャート、第2
0図は第5図のインタプリタの動作フローチャート、第
21図は第5図のジェネレータの動作フローチャートで
ある。 100:CPtJ、101ニブログラムフアイル、10
2:パネルファイル、103:外部データファイル、1
04:インタフェース装置、105:パネルチャート、
106:リンクチャート、107二表、グラフ、110
:内蔵のプログラム、120:パネル定義データ、13
o:内部データ、140ニジステムプログラム、5o1
:メインプログラム、502:エディタ、503ニブロ
ーブプログラム、504:インタプリタ、505:ジエ
ネレータ、506・パネル実行プログラム、61O:外
部データテーブル、611:外部フィールドテーブル、
620ニブログラムテーブル、621、引数テーブル、
622ニブログラムパラメータ、630ニリンクチ−プ
ル、631:データフローテーブル、640:内部デー
タテーブル、641:内部フィールドテーブル。 第   3  図 リンクチャート106 第   4  図 第7図 第   8  図 引数テーブル621 第   10   図 第  14  図 第   15   図 第   17  図 第   18   図 外部データ1703 第   19   図 第   20  図
FIG. 1 is a functional block diagram of a program synthesis system showing an embodiment of the present invention, FIG. 2 is a display screen showing the panel chart in FIG. 1, and FIG. 3 is a display screen showing the link chart in FIG. Figure 4 is a display screen diagram showing an example of the table and graph in Figure 1, Figure 5 is a diagram showing the configuration of the system program built into the computer in Figure 1, and Figure 6 is a diagram showing an example of the table and graph in Figure 1. A diagram showing the structure of the panel definition data built into the computer, Figure 7 is an explanatory diagram of the external data table and external field table, Figure 8 is an explanatory diagram of the program table and argument table, and Figure 9 is an explanatory diagram of the link table and data. Figure 10 is an enlarged view of the panel chart in Figure 2, Figure 11 is an operation flowchart of the main program in Figure 5, Figure 12 is an operation flowchart of the editor in Figure 5, Figure 13 is an illustration of the flow table function. is an explanatory diagram of the internal data table and internal field table in Figure 6, Figure 14 is a detailed diagram of the internal data in Figure 1, Figure 15 is an explanatory diagram of the program file in Figure 1, and Figure 16 is an explanatory diagram of the internal data table in Figure 1. Explanation diagram of panel file of figure, 1st
Figure 7 is an explanatory diagram of the external data file in Figure 1, Figure 18 is an explanatory diagram of the external data in Figure 17, Figure 19 is an operation flowchart of the probe program in Figure 5, and Figure 2 is an illustration of the external data file in Figure 1.
0 is an operation flowchart of the interpreter shown in FIG. 5, and FIG. 21 is an operation flowchart of the generator shown in FIG. 100:CPtJ, 101 Nibrogram File, 10
2: Panel file, 103: External data file, 1
04: Interface device, 105: Panel chart,
106: Link chart, 107 two tables, graph, 110
: Built-in program, 120: Panel definition data, 13
o: Internal data, 140 systems program, 5o1
: Main program, 502: Editor, 503 Nibrobe program, 504: Interpreter, 505: Generator, 506 Panel execution program, 61O: External data table, 611: External field table,
620 Niprogram table, 621 Argument table,
622 Niprogram parameter, 630 Nilink chiple, 631: Data flow table, 640: Internal data table, 641: Internal field table. Figure 3 Link chart 106 Figure 4 Figure 7 Figure 8 Argument table 621 Figure 10 Figure 14 Figure 15 Figure 17 Figure 18 External data 1703 Figure 19 Figure 20

Claims (1)

【特許請求の範囲】 1、外部記憶装置およびマンマシンインタフェース装置
を備えた計算機システムにおいて、上記外部記憶装置に
、プログラムとパネルを表わす定義データと該パネルに
表示するための外部データとを格納し、該外部データお
よび該プログラムを表わすシンボルと、該シンボルを連
結するリンクを表すシンボルとが上記インタフェース装
置から入力されると、1つ以上のプログラムの実行順序
関係および各プログラム間のデータの流れを表わす合成
プログラムの構造を示したパネルチャートを画面表示す
ることを特徴とするプログラム合成システムのインタフ
ェース方法。 2、請求項1に記載のプログラム合成システムのインタ
フェース方法において、上記パネルチャートが表示され
た画面に対して、各プログラム間の実行順序関係および
各プログラム間のデータの流れ(リンク)を表わすシン
ボルが選択されると、選択されたリンクを示すシンボル
の始点と終点のプログラムないしファイルに含まれるデ
ータの識別子を表わすデータシンボルと、該データシン
ボルの中で始点と終点の間のデータの流れに含まれる内
容を区別するマークシンボルとを表示し、該マークシン
ボルが操作されることにより、選択されたマークシンボ
ルで定まる始点と終点間のデータの流れを定めるリンク
を示したリンクチャートを画面表示することを特徴とす
るプログラム合成システムのインタフェース方法。 3、請求項1に記載のプログラム合成システムのインタ
フェース方法において、上記インタフェース装置からプ
ローブプログラム起動のコマンドが入力された場合、上
記パネルチャートが表示された画面に対して、シンボル
が選択されると、該シンボルが外部データ、プログラム
ないしリンクのいずれであるかに応じて、選択されたシ
ンボルで定まるデータの属性値ないしリンクチャートを
表示し、さらにデータの選択が継続されると、該データ
に対して施こす統計処理の種別、ないし表・グラフの形
式を設定した後、表・グラフ形式で画面表示することを
特徴とするプログラム合成システムのインタフェース方
法。 4、請求項1に記載のプログラム合成システムのインタ
フェース方法において、上記インタフェース装置からデ
バッグのためのインタプリタ起動のコマンドが入力され
た場合、パネル定義データにもとづいて、プログラムの
呼び出し順序を決定し、計算機内蔵データの属性値を記
述したテーブルを作成し、該パネル定義データにもとづ
き外部データファイルとの間で入出力を行い、プログラ
ムファイル中のプログラムを呼び出して、これを実行す
ることを特徴とするプログラム合成システムのインタフ
ェース方法。 5、請求項1に記載のプログラム合成システムのインタ
フェース方法において、上記インタフェース装置から編
集のためのエディタプログラムが起動された場合、1つ
以上の外部データないしプログラムに含まれる各シンボ
ル、該プログラムの実行の順序関係、該プログラムない
し外部データ間のデータの流れを表わすシンボル(リン
ク)を表示し、コマンドの入力により、該シンボルの一
部を切り出して、該シンボルの新たな属性値を登録する
ことを特徴とするプログラム合成システムのインタフェ
ース方法。 6、請求項1に記載のプログラム合成システムのインタ
フェース方法において、上記インタフェース装置から編
集のためのエディタプログラムが起動された場合、1つ
以上の外部データないしプログラムに含まれる各シンボ
ル、該プログラムの実行の順序関係、該プログラムない
し外部データ間のデータの流れを表わすシンボル(リン
ク)が選択された後に、コマンドが入力されると、選択
されたシンボルを複数組、複写して表示し、また該シン
ボルの組を合併して新たな外部データないしプログラム
を設定することを特徴とするプログラム合成システムの
インタフェース方法。
[Claims] 1. In a computer system equipped with an external storage device and a man-machine interface device, the external storage device stores definition data representing a program and a panel, and external data to be displayed on the panel. , when a symbol representing the external data and the program, and a symbol representing a link connecting the symbols are input from the interface device, the execution order relationship of one or more programs and the data flow between each program are determined. 1. An interface method for a program synthesis system, characterized in that a panel chart showing the structure of a synthesis program to be expressed is displayed on a screen. 2. In the interface method for a program synthesis system according to claim 1, symbols representing the execution order relationship between each program and the data flow (link) between each program are displayed on the screen on which the panel chart is displayed. When selected, a data symbol representing the identifier of data included in the program or file at the start point and end point of the symbol indicating the selected link, and a data symbol included in the data flow between the start point and the end point in the data symbol. A mark symbol that distinguishes the content is displayed, and when the mark symbol is operated, a link chart showing the link that determines the flow of data between the starting point and the ending point determined by the selected mark symbol is displayed on the screen. A featured program synthesis system interface method. 3. In the interface method for a program synthesis system according to claim 1, when a command to start a probe program is input from the interface device, when a symbol is selected on the screen on which the panel chart is displayed, Depending on whether the symbol is external data, a program, or a link, the attribute value or link chart of the data determined by the selected symbol is displayed, and when data selection is continued, the data is displayed. An interface method for a program synthesis system, characterized in that after setting the type of statistical processing to be performed or the format of the table/graph, the data is displayed on the screen in the table/graph format. 4. In the interface method for a program synthesis system according to claim 1, when a command to start an interpreter for debugging is input from the interface device, the program calling order is determined based on the panel definition data, and the computer A program that creates a table that describes attribute values of built-in data, performs input/output with an external data file based on the panel definition data, calls a program in a program file, and executes it. How to interface with a synthesis system. 5. In the interface method for a program synthesis system according to claim 1, when an editor program for editing is started from the interface device, one or more external data or each symbol included in the program, and execution of the program. Displays a symbol (link) that represents the order relationship between the programs and the data flow between the program or external data, and by inputting a command, cuts out a part of the symbol and registers a new attribute value of the symbol. A featured program synthesis system interface method. 6. In the interface method for a program synthesis system according to claim 1, when an editor program for editing is started from the interface device, each symbol included in one or more external data or programs, and the execution of the program. When a command is input after a symbol (link) representing the order relationship between the programs and the data flow between the program or external data is selected, multiple sets of the selected symbols are copied and displayed, and the symbol An interface method for a program synthesis system, characterized in that new external data or a program is set by merging sets of.
JP2315612A 1990-11-20 1990-11-20 Interface method for program composing system Pending JPH04184627A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2315612A JPH04184627A (en) 1990-11-20 1990-11-20 Interface method for program composing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2315612A JPH04184627A (en) 1990-11-20 1990-11-20 Interface method for program composing system

Publications (1)

Publication Number Publication Date
JPH04184627A true JPH04184627A (en) 1992-07-01

Family

ID=18067459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2315612A Pending JPH04184627A (en) 1990-11-20 1990-11-20 Interface method for program composing system

Country Status (1)

Country Link
JP (1) JPH04184627A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011210265A (en) * 2010-03-29 2011-10-20 Intel Corp Power management based on automatic workload detection
US8533207B2 (en) 2003-07-31 2013-09-10 Fujitsu Limited Information processing method, apparatus and program in XML driven architecture

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8533207B2 (en) 2003-07-31 2013-09-10 Fujitsu Limited Information processing method, apparatus and program in XML driven architecture
JP2011210265A (en) * 2010-03-29 2011-10-20 Intel Corp Power management based on automatic workload detection
US8335935B2 (en) 2010-03-29 2012-12-18 Intel Corporation Power management based on automatic workload detection

Similar Documents

Publication Publication Date Title
US5019961A (en) Computer apparatus and method for logical modelling
US5495567A (en) Automatic interface layout generator for database systems
US5287449A (en) Automatic program generation method with a visual data structure display
Alderson Meta-CASE technology
US4860204A (en) Computer based workstation for development of graphic representation of computer programs
US8656351B2 (en) Configuring a state diagram with graphical source code
JPH04337843A (en) Program operation display method
JPH07200278A (en) Program system using graphic
US5781905A (en) Program generating method combining data item part with database manipulation part
JP3625084B2 (en) Reuse system for software parts
US5517604A (en) Data input/output process and design supporting process
Karrer et al. Requirements for an extensible object-oriented tree/graph editor
Trimberger Combining graphics and a layout language in a single interactive system
JPH04184627A (en) Interface method for program composing system
CN115328462A (en) Js visualization development tool based on Vue and using method
CN114117645A (en) Ship overall performance prediction integrated application system
JPH11102293A (en) Program automatic generating method
JP4601144B2 (en) Program development system, recording medium and method
JPS62145422A (en) Automatically generating method for source program
JPH04296965A (en) Program input method
Bass et al. PRESTIGE: a CASE workbench for the JSD implementor
JPH08166973A (en) Image data managing system
Brüning ZBASE User's Guide Version 1.1: an Impedance Data Base Program
JPH04140834A (en) Program generating method and specifications input method therefor
JP3624447B2 (en) Component generation source program generation device