JP2724240B2 - Automatic program generator with block diagram processing function - Google Patents

Automatic program generator with block diagram processing function

Info

Publication number
JP2724240B2
JP2724240B2 JP21671590A JP21671590A JP2724240B2 JP 2724240 B2 JP2724240 B2 JP 2724240B2 JP 21671590 A JP21671590 A JP 21671590A JP 21671590 A JP21671590 A JP 21671590A JP 2724240 B2 JP2724240 B2 JP 2724240B2
Authority
JP
Japan
Prior art keywords
program
block diagram
variable
program generation
block
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.)
Expired - Lifetime
Application number
JP21671590A
Other languages
Japanese (ja)
Other versions
JPH0498531A (en
Inventor
康子 佐野
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP21671590A priority Critical patent/JP2724240B2/en
Publication of JPH0498531A publication Critical patent/JPH0498531A/en
Application granted granted Critical
Publication of JP2724240B2 publication Critical patent/JP2724240B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明は、例えばプロセス制御システム等からなる対
象システムにおけるシステム仕様に合ったプログラムを
自動生成するプログラム自動生成装置に係わり、特に、
制御対象を動作させるための速度基準などを示すブロッ
ク図で表現されたプロック図形式システム仕様をそのま
ま使用して目的とするプログラムを生成する機能を有す
るブロック図処理機能付きプログラム自動生成装置に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial application field) The present invention relates to an automatic program generation device that automatically generates a program that meets system specifications in a target system such as a process control system. Especially,
The present invention relates to an automatic program generation device with a block diagram processing function having a function of generating a target program by using a block diagram format system specification expressed in a block diagram indicating a speed reference for operating a control target and the like as it is.

(従来の技術) 一般に、複数の部分プログラムの内部で使用される各
変数を一括管理して、同じ意味を持つ変数の名称に統一
することにより、複数の部分プログラムを集合して一つ
の統合プログラムを生成するようにしている。このよう
な統合プログラムを作成するプログラム自動生成装置は
例えば第7図に示すように構成されている。
(Prior Art) Generally, variables used in a plurality of partial programs are collectively managed and unified into names of variables having the same meaning, so that a plurality of partial programs are aggregated into one integrated program. Is generated. An automatic program generating apparatus for generating such an integrated program is configured as shown in FIG. 7, for example.

すなわち、このプログラム自動生成装置1は、大きく
分けて、プログラム生成制御手段2と複数のプログラム
生成手段3と変数属性管理手段5とで構成され、外部か
らシステム仕様6が入力すると、このシステム仕様6に
基づいてこのシステム仕様6に示される内容に適合した
プログラム8を自動生成する。
That is, the automatic program generation device 1 is roughly composed of a program generation control unit 2, a plurality of program generation units 3, and a variable attribute management unit 5, and when a system specification 6 is input from outside, the system specification 6 Automatically generates a program 8 that conforms to the contents shown in the system specifications 6 based on.

そして、プログラム生成手段2は、入力されたシステ
ム仕様6の内容に基づいてプログラム8を生成すべく統
合プログラムの構成を決定し、各部分プログラム毎に該
当部分プログラムを生成するプログラム生成手段3を選
択して、全体のプログラム生成を制御する機能を有す
る。また、各プログラム生成手段3は、プログラム生成
制御手段2からいかなる目的を持った部分プログラムを
生成すべきかという情報、すなわち[プログラム生成ゴ
ール]を受け取り、その目的に応じた部分プログラムを
生成する。具体的手法としては、プログラムの各部分を
検索し、プログラムの目的に応じて展開して部分プログ
ラムを生成する部品合成手法等が主に採用されている。
Then, the program generating means 2 determines the configuration of the integrated program to generate the program 8 based on the contents of the input system specification 6, and selects the program generating means 3 for generating the corresponding partial program for each partial program. Then, it has a function of controlling the entire program generation. Further, each program generating means 3 receives from the program generation control means 2 information on what purpose a partial program should be generated, that is, [program generation goal], and generates a partial program according to the purpose. As a specific method, a component synthesizing method of searching each part of a program, developing the program according to the purpose of the program and generating a partial program, or the like is mainly employed.

また、変数属性管理手段5は、各プログラム生成手段
3において部分プログラムを生成する際に、その部分プ
ログラム内で使用される変数の意味を表した変数属性決
定パターンを受け取り、その変数属性決定パターンで示
される意味に適合した変数名称を該当プログラム生成手
段3へ返信する。
Also, when each program generating means 3 generates a partial program, the variable attribute managing means 5 receives a variable attribute determining pattern representing the meaning of a variable used in the partial program, and uses the variable attribute determining pattern as the variable attribute determining pattern. A variable name conforming to the indicated meaning is returned to the corresponding program generating means 3.

しかしながら、第7図に示したようなプログラム自動
生成装置1においてもまだ改良すべき次のような課題が
あった。
However, the program automatic generation device 1 as shown in FIG. 7 has the following problems to be improved.

すなわち、通常、前述したプラントの制御等に用いら
れるプログラマブルコントローラのプログラムを設計す
る場合には、制御に用いられる各種機器の詳細情報を表
現したシステム仕様の他に、第8図に示したような、機
器が動作する時の速度基準の与え方等を示したブロック
図形式の仕様が用いられる。しかし、第7図に示す従来
方式の部品合成によるプログラム自動生成装置1では、
各種機器の詳細情報を基にしたプログラムの自動生成に
は対応できるが、第8図に示すようなブロック図形式の
仕様に対しては、うまくプログラム自動生成が行われな
いという問題点があった。
That is, when designing a program of a programmable controller used for control of a plant or the like as described above, usually, in addition to a system specification expressing detailed information of various devices used for control, as shown in FIG. A specification in the form of a block diagram showing how to give a speed reference when the device operates is used. However, in the automatic program generation apparatus 1 based on the conventional component synthesis shown in FIG.
Although automatic generation of a program based on detailed information of various devices can be handled, there is a problem that automatic generation of a program is not properly performed with respect to a specification in a block diagram format as shown in FIG. .

このような場合は、第8図に示すブロック図形式の仕
様を設計者が通常形式で表現されたシステム仕様に書直
したのち、プログラム自動生成装置1へ入力する必要が
あった。しかし、この通常形式のシステム仕様に書直す
作業は非常に繁雑であるので、プログラム作成作業能率
が低下する問題があった。また、正確にシステム仕様に
書直しできない変数等も存在し、高精度のプログラムを
生成できない場合もある。さらに、間違って書直す懸念
もある。
In such a case, it is necessary for the designer to rewrite the specifications in the block diagram format shown in FIG. 8 into the system specifications expressed in the normal format, and then input the system specifications to the automatic program generation device 1. However, since the work of rewriting to the normal system specifications is very complicated, there has been a problem that the efficiency of the program creation work is reduced. In addition, there are variables and the like that cannot be accurately rewritten in the system specifications, and a high-accuracy program cannot be generated in some cases. In addition, there are concerns about rewriting incorrectly.

(発明が解決しようとする課題) このように、従来のプログラム自動生成装置において
は、ブロック図形式の仕様に対しては、円滑にプログラ
ム自動生成が行われない問題があった。
(Problems to be Solved by the Invention) As described above, the conventional automatic program generation device has a problem that automatic program generation is not smoothly performed with respect to specifications in a block diagram format.

本発明は、このような事情に鑑みてなされたもので、
従来におけるプログラムの部品合成等のプログラム生成
手段が持つ特長を生かしつつ、ブロック図形式の仕様が
入力された場合にもそのままプログラム生成が可能とな
り、プログラム生成の作業能率を大幅に向上でき、さら
に高いプログラム精度を得ることができるブロック図処
理機能付きプログラム自動生成装置を提供することを目
的とする。
The present invention has been made in view of such circumstances,
While making use of the features of the conventional program generation means such as component synthesis of programs, even when specifications in block diagram format are input, the program can be generated as it is, and the work efficiency of program generation can be greatly improved, and even higher It is an object of the present invention to provide a program automatic generation device with a block diagram processing function that can obtain program accuracy.

[発明の構成] (課題を解決するための手段) 上記課題を解決するために、本発明のブロック図処理
機能付きプログラム自動生成装置においては、外部から
夫々入力された通常形式で表現されたシステム仕様、及
び各ブロックに関する接続情報を含むブロック情報から
なるブロック図形式で表現されたブロック図形式システ
ム仕様に基づいて、複数の部分プログラムからなる統合
プログラムの構成を決定して、各部分プログラムを生成
する場合の目的や条件を示すプログラム生成ゴールを出
力してプログラム生成を制御するプログラム生成制御手
段と、このプログラム生成制御手段から出力されたプロ
グラム生成ゴール及び入力されたシステム仕様に基づい
て目的とする部分プログラムを生成するプログラム生成
手段と、プログラム生成制御手段から出力されたプログ
ラム生成ゴール及び入力されたブロック図形式システム
仕様および必要に応じてシステム仕様を参照して目的と
する部分プログラムを生成するブロック図プログラム生
成手段と、このブロック図プログラム生成手段及びプロ
グラム生成手段がそれぞれ部分プログラムを生成する場
合に、生成する各部分プログラム内で使用する変数名称
を、変数の持つ意味に基づいて一括管理し、与えられた
変数の意味に相当する変数名称をブロック図プログラム
生成手段及びプログラム生成手段へ送出する変数属性管
理手段とを備えたものである。
[Structure of the Invention] (Means for Solving the Problems) In order to solve the above-mentioned problems, a system for automatically generating a program with a block diagram processing function according to the present invention uses a system represented in a normal format input from the outside. Generates each partial program by determining the configuration of an integrated program consisting of a plurality of partial programs based on a block diagram format system specification expressed in a block diagram format including specifications and block information including connection information on each block. Program generation control means for outputting a program generation goal indicating the purpose and condition when the program is generated, and controlling program generation, and an object based on the program generation goal output from the program generation control means and the input system specifications. Program generation means for generating a partial program, and a program generation system A block diagram program generating means for generating a target partial program by referring to the program generation goal output from the means, the input block diagram format system specification and, if necessary, the system specification; and When the program generation means generates each partial program, the variable names used in each generated partial program are collectively managed based on the meaning of the variables, and the variable names corresponding to the meanings of the given variables are blocked. It comprises a program generation means and a variable attribute management means to be sent to the program generation means.

ここで、具体的には、前記ブロック図プログラム生成
手段は、前記ブロック図形式システム仕様における各ブ
ロックに関する接続情報を含むブロック情報に基づい
て、ブロック構造を解析してプログラムの骨格を形成す
るブロック構造解析部と、前記ブロック構造解析部によ
り形成されたプログラムの骨格と前記変数属性管理手段
により得られた変数名称とを組み合わせて部分プログラ
ムを生成するプログラム生成部とを備えている。
Here, specifically, the block diagram program generating means analyzes a block structure based on block information including connection information on each block in the block diagram format system specification, and forms a block structure of a program. An analysis unit; and a program generation unit that generates a partial program by combining a skeleton of the program formed by the block structure analysis unit and a variable name obtained by the variable attribute management unit.

(作用) このように構成された本発明のブロック図処理機能付
きプログラム自動生成装置に入力可能なシステム仕様の
種類は、通常形式で表現された従来のシステム仕様とブ
ロック図形式で表現されたブロック図形式システム仕様
との2種類である。
(Operation) The types of system specifications that can be input to the program automatic generation device with a block diagram processing function of the present invention configured as described above include the conventional system specifications expressed in a normal format and the block specifications expressed in a block diagram format. There are two types: diagram system specifications.

そして、プログラム生成制御手段が、入力された各シ
ステム仕様の内容に基づき生成すべき統合プログラムの
全体の構成を決定し、各部分プログラムを生成するに適
したプログラム生成手段を選択して、そのプログラム生
成手段に対して、いかなる目的を持った部分プログラム
を生成すべきかという情報(すなわち、プログラム生成
ゴール)を送出して各プログラム生成手段に対して各部
分プログラムの生成を促す。
Then, the program generation control means determines the overall configuration of the integrated program to be generated based on the contents of each input system specification, selects a program generation means suitable for generating each partial program, and selects the program Information on what purpose the partial program should be generated (that is, the program generation goal) is sent to the generating means to urge each program generating means to generate each partial program.

プログラム生成手段では、プログラム生成制御手段よ
り入力したプログラム生成ゴールに応じて、それぞれの
プログラム生成手段が持つ機能を活用し、目的とする部
分プログラムを生成する。この時、プログラム生成手段
では、部分プログラムの内部で使用する変数(または定
数)の名称を決定する際に、変数属性決定パターンを変
数属性管理手段に送出して、他の部分プログラムで使用
している変数と同じ意味を持つ変数に同じ名称が付与さ
れるように変数名称を決定する。
The program generation means generates a target partial program by utilizing the functions of the respective program generation means according to the program generation goal input from the program generation control means. At this time, when determining the name of the variable (or constant) used in the partial program, the program generation means sends the variable attribute determination pattern to the variable attribute management means and uses it in another partial program. The variable name is determined so that the same name is assigned to a variable having the same meaning as the variable that is present.

さらに、前記プログラム生成制御手段は、入力された
ブロック図形式システム仕様、および、必要により、シ
ステム仕様の内容を参照し、決定されたプログラム全体
の構成に対し、ブロック図形式システム仕様を用いて、
いかなる目的を持った部分プログラムを生成すべきかと
いう情報を表したプログラム生成ゴールをブロック図プ
ログラム生成手段に送出して部分プログラムの生成を促
す。
Furthermore, the program generation control means refers to the input block diagram format system specifications, and, if necessary, the contents of the system specifications, and uses the block diagram format system specifications for the determined overall configuration of the program,
A program generation goal indicating information on what purpose the partial program should be generated is sent to the block diagram program generating means to urge the generation of the partial program.

ブロック図プログラム生成手段では、プログラム生成
制御手段より入力したプログラム生成ゴールに応じて、
そのブロック図形式システム仕様に表現されている内容
を解析してプログラムの骨格を形成し、このプログラム
の骨格と変数名称とを組み合わせて、目的とする部分プ
ログラムを生成する。この時、ブロック図プログラム生
成手段では、部分プログラムの内部で使用する変数の名
称を決定する際に、変数属性決定パターンをブロック図
プログラム生成手段が持つ知識に基づいて生成し、変数
属性管理手段に送出して、他の部分プログラムで使用し
ている変数と同じ意味を持つ変数に同じ名称が付与され
るように変数名称を決定する。
In the block diagram program generation means, according to the program generation goal input from the program generation control means,
The contents expressed in the block diagram format system specifications are analyzed to form a program skeleton, and a target partial program is generated by combining the program skeleton and variable names. At this time, the block diagram program generation means generates a variable attribute determination pattern based on the knowledge possessed by the block diagram program generation means when deciding the name of the variable used in the partial program, and sends it to the variable attribute management means. The variable name is determined so that the same name is given to a variable having the same meaning as a variable used in another partial program.

変数属性管理手段では、各プログラム生成手段から変
数の意味を表した変数属性決定パターンを受信すると、
その意味に適合した変数名称が既に定義されていれば、
その変数名称を返信し、まだ定義されていなければ、新
しい変数名称を定義して、その変数名称を該当プログラ
ム生成手段へ返信する。
In the variable attribute management unit, upon receiving a variable attribute determination pattern representing the meaning of the variable from each program generation unit,
If a variable name that matches the meaning is already defined,
The variable name is returned, and if not already defined, a new variable name is defined, and the variable name is returned to the corresponding program generating means.

このように、本発明によるプログラム自動生成装置で
は、入力されたシステム仕様とブロック図形式システム
仕様に基づいて、全体が意味的に統合されたプログラム
を自動生成することが可能となる。
As described above, the automatic program generation device according to the present invention can automatically generate a program whose whole is semantically integrated based on the input system specifications and the block diagram format system specifications.

(実施例) 以下、本発明の一実施例を図面を用いて説明する。Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

第1図は実施例のブロック図処理機能付きプログラム
自動生成装置の概略構成を示すブロック図である。第7
図と同一機能を有する部分には同一符号を付して詳細な
説明を省略する。
FIG. 1 is a block diagram showing a schematic configuration of an automatic program generation apparatus with a block diagram processing function according to an embodiment. Seventh
Parts having the same functions as those in the drawings are denoted by the same reference numerals, and detailed description is omitted.

この実施例のプログラム自動生成装置11は、大きく分
けて、プログラム生成制御手段12と、1番からm番まで
番号が付されたm個のプログラム生成手段3と、1個の
ブロック図プログラム生成手段4と、変数属性管理手段
5とで構成され、外部からシステム仕様6またはブロッ
ク図形式システム仕様7が入力すると、このシステム仕
様6及びブロック図形式システム仕様7に基づいてこの
システム仕様6及びブロック図形式システム仕様7に示
される内容に適合したプログラム8を自動生成する。
The program automatic generation device 11 of this embodiment is roughly divided into a program generation control unit 12, m program generation units 3 numbered from 1 to m, and one block diagram program generation unit. 4 and a variable attribute management means 5. When a system specification 6 or a block diagram format system specification 7 is input from the outside, the system specification 6 and the block diagram format system specification 7 are used. A program 8 conforming to the contents shown in the format system specification 7 is automatically generated.

1番からn番まで番号が付されたn個の各システム仕
様6内には、例えばプロセス制御システム等を設計する
場合に必要となる各種仕様が格納されており、設計者に
よってキーボードや文字入力手段等により入力されたも
のや、入力されたものを各種変換手段により所定のデー
タ形式に変換されたものが含まる。
For example, various specifications necessary for designing a process control system or the like are stored in n system specifications 6 numbered from 1 to n. This includes those input by means or the like, and those converted into a predetermined data format by various conversion means.

また、ブロック図形式システム仕様7は、第2図に示
すように、プラントを構成する各種機器が動作する時の
速度基準の与え方などを示したブロック図形式の仕様を
表すものであり、設計者が各種入力手段を介して入力し
たもの、あるいは、その入力したものを変換手段により
所定のデータ形式に変換したものである。
Also, as shown in FIG. 2, the block diagram format system specification 7 represents a block diagram format specification indicating how to give a speed reference when various devices constituting the plant operate. Is input by the user through various input means, or is converted into a predetermined data format by the conversion means.

これらシステム仕様6およびブロック図形式システム
仕様7が、プログラム自動生成装置11の入力となる。
These system specifications 6 and block diagram format system specifications 7 are input to the automatic program generation device 11.

プログラム生成制御手段12は、入力されたシステム仕
様6およびブロック図形式システム仕様7の内容に基づ
き複数の部分プログラムからなる統合プログラムの構成
を決定し、各部分プログラム毎に、該当部分プログラム
をプログラム生成手段3及びブロック図プログラム生成
手段4のうちのいづれで生成するかを選択決定し、選択
された生成手段に対して、いかなる目的を持った部分プ
ログラムを生成すべきかという情報を示すプログラム生
成ゴールを送出して該当プログラム生成手段3又は4に
対して該当部分プログラムの生成を指令する。
The program generation control means 12 determines the configuration of an integrated program including a plurality of partial programs based on the contents of the input system specifications 6 and block diagram system specifications 7, and generates a corresponding partial program for each partial program. Means 3 and a block diagram program generation means 4 to determine whether to generate the program, and for the selected generation means, a program generation goal indicating information on what purpose a partial program should be generated. The command is sent to instruct the corresponding program generating means 3 or 4 to generate the relevant partial program.

各プログラム生成手段3は、プログラム生成制御手段
12より受信したプログラム生成ゴールに応じて、それぞ
れ自己が保有する機能を活用し、生成する部分プログラ
ムの内部で使用する変数(または定数)の名称を、変数
属性決定パターンを変数属性管理手段5に送出して他の
部分プログラムで使用している変数と同じ意味を持つ変
数に同じ名称が付与されるようにして決定することによ
り、目的とする部分プログラムを生成する。
Each program generation means 3 is a program generation control means
In accordance with the program generation goal received from step 12, each function utilizes its own functions, names the variables (or constants) used in the generated partial program, and sets the variable attribute determination pattern to the variable attribute management means 5. A target partial program is generated by making a determination so that the same name is given to a variable having the same meaning as a variable transmitted and used in another partial program.

また、ブロック図プログラム生成手段4は、同様にプ
ログラム生成制御手段12より受信したプログラム生成ゴ
ールに応じて、ブロック図形式システム仕様7に表現さ
れている内容を解析し、これから生成しようとする部分
プログラムの内部で使用する変数の名称を、自己の内部
に有する知識ベースに基づいて変数属性決定パターンを
生成して変数属性管理手段5に送出して、前述と同様
に、他の部分プログラムで使用している変数と同じ意味
を持つ変数に同じ名称が付与されるようにして決定する
ことにより、目的とする部分プログラムを生成する。
The block diagram program generation means 4 also analyzes the contents expressed in the block diagram format system specification 7 according to the program generation goal similarly received from the program generation control means 12, and generates a partial program to be generated from now on. A variable attribute determination pattern is generated based on the knowledge base contained in itself and sent to the variable attribute management means 5, and the names of the variables used in the same are used in other partial programs in the same manner as described above. By making a determination so that the same name is given to a variable having the same meaning as the existing variable, a target partial program is generated.

さらに、変数属性管理手段5は、プログラム生成手段
3及びブロック図プログラム生成手段4から変数属性決
定パターンを受信すると、その意味に適合した変数名称
が既に定義されていれば、その変数名称を該当プログラ
ム生成手段3,4に返信する。一方、受信した変数属性決
定パターンの意味に適合した変数名称がまだ定義されて
いなければ、新しい変数名称を定義して、その変数名称
を該当プログラム生成手段3,4に返信する。
Further, when the variable attribute management unit 5 receives the variable attribute determination pattern from the program generation unit 3 and the block diagram program generation unit 4, if a variable name suitable for the meaning is already defined, the variable attribute management unit 5 Reply to generating means 3 and 4. On the other hand, if a variable name conforming to the meaning of the received variable attribute determination pattern has not been defined yet, a new variable name is defined, and the variable name is returned to the corresponding program generation means 3, 4.

第2図は、設計者がブロック図形式の仕様を入力し、
変換手段により所定のデータ形式によるブロック図形式
システム仕様7を得る場合の手順を示す模式図である。
FIG. 2 shows a case where a designer inputs a specification in block diagram form,
FIG. 7 is a schematic diagram showing a procedure for obtaining a block diagram format system specification 7 in a predetermined data format by a conversion unit.

すなわち、プログラムの設計者は、マウスやキーボー
ド、スタイラスペンなどの入力手段を用いてブロック図
71を入力する。この入力されたブロック図71は、最終プ
ログラム内で用いられる変数に相当する要素の持つ性質
を記号と文字情報として表現したものや、最終プログラ
ムにおいて演算子として表現されるもの、あるいは、そ
れらの合成されたものを、ブロック72として表現し、ブ
ロック72相互間のデータの流れを結線73として表現して
いる。
That is, the program designer uses a block diagram using input means such as a mouse, a keyboard, and a stylus pen.
Enter 71. The input block diagram 71 is a representation of the properties of the elements corresponding to the variables used in the final program as symbols and character information, those represented as operators in the final program, or a combination thereof. The result is expressed as a block 72, and the flow of data between the blocks 72 is expressed as a connection 73.

例えば、第2図のブロック図71は〜までの6個の
ブロック72で構成され、各ブロック71内には[NO.1機
械]等の機械名称,[低速]等の機能(ファンクショ
ン),記号で表記されたブロック種別(タイプ),結線
72で示される接続関係等の情報が含まれる。
For example, the block diagram 71 shown in FIG. 2 is composed of six blocks 72 to 72. In each block 71, a machine name such as [NO.1 machine], a function such as [low speed], and a symbol Block type (type) and connection indicated by
Information such as a connection relationship indicated by 72 is included.

変換手段74は、ブロック図71が入力されると、各々の
ブロック72とそれらブロック72相互間の接続を示す各結
線73の情報を翻訳して、ブロック図形式システム仕様7
を得る。
When the block diagram 71 is input, the conversion means 74 translates the information of each block 72 and each connection 73 indicating the connection between the blocks 72, and converts the block diagram format system specification 7
Get.

ブロック図形式システム仕様7は、個々のブロック72
に相当する情報と、そのブロック72の前後に付随する結
線73を示す情報とを表現したブロック情報75の集合にて
構成されている。そして、各ブロック情報75は、前述し
た各ブロック72と同様に、[入力][出力][ゲート]
[加算]等の機器種別情報、(2,1)(1,1)等の接続情
報、機械名称、機能等の各情報を含む。
The block diagram format system specification 7 describes the individual blocks 72
And a set of block information 75 expressing information indicating a connection 73 attached before and after the block 72. Each block information 75 includes [input], [output], and [gate] as in the case of each block 72 described above.
Includes device type information such as [Addition], connection information such as (2,1) (1,1), and information such as machine names and functions.

第3図は、ブロック図形式システム仕様7がプログラ
ム自動生成装置11に入力された時、プログラム生成制御
手段12およびブロック図プログラム生成手段4、変数属
性管理手段5の間で、どのような情報の受け渡しがある
のかを示す模式図である。
FIG. 3 shows what kind of information is transmitted between the program generation control means 12, the block diagram program generation means 4 and the variable attribute management means 5 when the block diagram format system specification 7 is input to the automatic program generation device 11. It is a schematic diagram which shows whether there is delivery.

すなわち、ブロック図形式システム仕様7が入力され
ると、プログラム生成制御手段12は、入力されたブロッ
ク図形式システム仕様7に適合する部分プログラムを生
成させるためのプログラム生成ゴール14を生成し、ブロ
ック図プログラム生成手段4に送出する。この時、入力
されたブロック図形式システム仕様7に含まれるブロッ
ク情報75が、いくつかの集合に分割される場合には、必
要なブロック情報75の集合毎にプログラム生成ゴール14
を生成して、ブロック図プログラム生成手段4へ送出す
る。
That is, when the block diagram format system specification 7 is input, the program generation control means 12 generates a program generation goal 14 for generating a partial program conforming to the input block diagram format system specification 7, and It is sent to the program generation means 4. At this time, if the input block information 75 included in the block diagram format system specification 7 is divided into several sets, the program generation goal 14
Is generated and sent to the block diagram program generating means 4.

ブロック図プログラム生成手段4は変数決定部41とブ
ロック構造解析部42とプログラム生成部43とを有してい
る。さらに、変数決定部41内には、変数属性決定パター
ン選択知識ベース44及び変数決定パターンのひな型45が
記憶されている。
The block diagram program generation means 4 has a variable determination unit 41, a block structure analysis unit 42, and a program generation unit 43. Further, in the variable determination unit 41, a variable attribute determination pattern selection knowledge base 44 and a variable determination pattern template 45 are stored.

そして、プログラム生成制御手段12からプログラム生
成ゴール14を受信すると、このプログラム生成ゴール14
の内容とブロック図形式システム仕様7を参照しながら
プログラム生成処理を開始する。すなわち、先ず、変数
決定部41において、同決定部41が有する変数属性決定パ
ターン選択知識ベース44に従って変数属性決定パターン
16を生成し、変数属性管理手段5に送る。
When the program generation goal 14 is received from the program generation control means 12, the program generation goal 14
The program generation process is started with reference to the contents of the above and the block diagram format system specification 7. That is, first, in the variable determining unit 41, the variable attribute determining pattern
16 is generated and sent to the variable attribute management means 5.

変数属性管理手段5は、通常、変数の名称とその属性
を格納している変数管理データベースを有しており、ブ
ロック図プログラム生成手段4から前述した変数属性決
定パターン16が送られてくると、この変数属性決定パタ
ーン16に表現されている情報を用いて、同じ意味を持つ
変数を変数管理データベースより検索し、変数が存在す
れば、その名称を変数名称13としてブロック図プログラ
ム生成手段4へ返信する。一方、変数が存在しなけれ
ば、その変数に対し新しい名称を与えて、変数属性決定
パターン16に示された属性とともに変数管理データベー
スに登録して、新しい名称を変数名称13としてブロック
図プログラム生成手段4へ返信する。
The variable attribute management means 5 usually has a variable management database storing the names of the variables and their attributes. When the variable attribute determination pattern 16 described above is sent from the block diagram program generation means 4, Using the information expressed in the variable attribute determination pattern 16, a variable having the same meaning is searched from the variable management database, and if a variable exists, its name is returned to the block diagram program generating means 4 as a variable name 13. I do. On the other hand, if the variable does not exist, a new name is given to the variable, registered in the variable management database together with the attribute shown in the variable attribute determination pattern 16, and the new name is set as the variable name 13 in the block diagram program generation means. Reply to 4.

このようにして、変数決定部41では、ブロック図形式
システム仕様7の中の個々のブロック情報のうち変数に
相当するブロック情報75のすべてに対して変数属性管理
手段5を介して変数名称13を決定する。
In this way, the variable deciding unit 41 assigns the variable name 13 to all the block information 75 corresponding to the variable among the individual block information in the block diagram format system specification 7 through the variable attribute management means 5. decide.

以上の変数名称13の決定処理が終了すると、ブロック
構造解析部42において、個々のブロック情報75と、その
相互間の接続情報に基づいて、ブロック構造を解析し、
プログラムの骨格を形成する。
When the process of determining the variable name 13 is completed, the block structure analysis unit 42 analyzes the block structure based on the individual block information 75 and the connection information between them,
Form the skeleton of the program.

最後に、プログラム生成部43において、変数決定部41
で決定された変数名称13と、ブロック構造解析部42で求
められたプログラムの骨格を組み合わせて、例えば第6
図に示す部分プログラム15を生成し、プログラム生成制
御手段12に送信する。
Finally, in the program generation unit 43, the variable determination unit 41
By combining the variable name 13 determined in the above with the skeleton of the program obtained in the block structure analysis unit 42, for example,
A partial program 15 shown in the figure is generated and transmitted to the program generation control means 12.

次に、ブロック図プログラム生成手段4における部分
プログラム15の前述した作成処理を第4図の流れ図を用
いてさらに詳細に説明する。
Next, the above-described process of creating the partial program 15 in the block diagram program generating means 4 will be described in more detail with reference to the flowchart of FIG.

流れ図が開始されると、ステップC1にて、変数決定手
段41が、その時点で処理の対象になっている第2図に示
す全てのブロック情報75の処理が終了しているか否か判
断して、終了していなければ、ステップP1にて、未処理
のブロック情報75を取り出す。そして、ステップC2にお
いて、取り出した個々の未処理のブロック情報75に対し
て変数名称13を決定すべきブロック情報75か否かを判定
する。変数名称13を決定すべきブロック情報75であれ
ば、ステップP2にて、変数属性決定パターン選択知識ベ
ース44に従って変数属性決定パターンのひな型45を選択
する。さらに、ステップP3にて選択された変数属性決定
パターンのひな型45を、処理中のブロック情報75に基づ
いて展開して変数属性決定パターン16を生成する。ステ
ップP4にて、生成された変数属性決定パターン16を変数
属性管理手段5に送出して、該当パターンに相当する意
味を持つ変数名称13を得る。
When the flowchart starts, in step C1, the variable determining means 41 determines whether or not the processing of all block information 75 shown in FIG. 2 which is currently being processed is completed. If not finished, in step P1, unprocessed block information 75 is extracted. Then, in step C2, it is determined whether or not the extracted unprocessed block information 75 is block information 75 for which the variable name 13 should be determined. If the variable name 13 is the block information 75 to be determined, in step P2, the model 45 of the variable attribute determination pattern is selected according to the variable attribute determination pattern selection knowledge base 44. Further, the template 45 of the variable attribute determination pattern selected in step P3 is expanded based on the block information 75 being processed to generate the variable attribute determination pattern 16. In step P4, the generated variable attribute determination pattern 16 is sent to the variable attribute management means 5, and a variable name 13 having a meaning corresponding to the pattern is obtained.

処理対象になっているブロック情報75の処理が済む
と、ステップP5にて、ブロック構造解析部42において、
ブロック情報75相互間の接続を解析してプログラムの骨
格を求め、プログラム生成部43において、変数決定部41
で決定された変数名称13を埋め込んで、第6図に示す部
分プログラム15を生成する。
When the processing of the block information 75 to be processed is completed, in Step P5, the block structure analysis unit 42
The connection between the block information 75 is analyzed to determine the skeleton of the program.
The variable program 13 shown in FIG. 6 is embedded to generate the partial program 15 shown in FIG.

さらに、一例として、第2図に示すのブロック72の
ブロック情報75に基づいて該当ブロック72の変数名称13
が決定されるまでの変数決定部41における詳細処理動作
を第5図を用いて説明する。なお、この処理動作は第4
図の流れ図におけるステップP2、P3、P4に相当する。
Further, as an example, based on the block information 75 of the block 72 shown in FIG.
The detailed processing operation in the variable determination unit 41 until is determined will be described with reference to FIG. This processing operation is performed in the fourth step.
This corresponds to steps P2, P3, and P4 in the flowchart of the figure.

第5図において、ブロック情報75は、ブロック72の意
味を持つものであり、このブロック情報75に基づいて変
数名称13を決定する。変数決定部41では、先ず最初に、
ブロック情報75に対し、個々のブロック72に対する変数
属性決定パターン16を生成するためのひな型を選択する
ための知識である変数属性決定パターン選択知識ベース
44に従って変数属性決定パターンのひな型45を選択す
る。すなわち、同図ののブロック情報75の場合は、変
数属性決定パターン選択知識ベース44の中のrule−1、 [block−typeがgate−aまたはgate−bで、functio
nが速度を表す用語なら、変数属性決定パターンのひな
型は、blk−gate−lである。] という知識により、変数属性決定パターンのひな型45と
して、blk−gate−lが選択される。
In FIG. 5, the block information 75 has the meaning of the block 72, and the variable name 13 is determined based on the block information 75. In the variable determining unit 41, first,
For the block information 75, a variable attribute determination pattern selection knowledge base that is knowledge for selecting a template for generating the variable attribute determination pattern 16 for each block 72
According to 44, a template 45 of the variable attribute determination pattern is selected. That is, in the case of the block information 75 shown in the figure, rule-1 in the variable attribute determination pattern selection knowledge base 44, [block-type is gate-a or gate-b, and functio
If n is a term representing speed, the model of the variable attribute determination pattern is blk-gate-1. ], Blk-gate-1 is selected as the template 45 of the variable attribute determination pattern.

次に、選択された変数属性決定パターンのひな型45
と、ブロック情報45を参照しながら、変数属性決定パタ
ーン16を生成する。すなわち、参照しているブロック情
報75が、第2図に示すように、 BLK001−4 block−type: gate−a machine: NO.1機械 function: 高速 であり、 変数属性決定パターンのひな型45の条件が、 (machine ?m) (function ?f) であるので、ここで、 ?m=NO.1機械、 ?f=高速 となり、この条件からひな型 [(!(machine ?m) (func ?f) (sensel 運転指令)] から、変数属性決定パターン16、 [!(machine NO.1機械) (fenc 高速) (sensel 運転指令)] が生成される。
Next, the template of the selected variable attribute determination pattern 45
Then, the variable attribute determination pattern 16 is generated with reference to the block information 45. That is, as shown in FIG. 2, the block information 75 referred to is BLK001-4 block-type: gate-a machine: NO.1 machine function: high-speed and the condition of the template 45 of the variable attribute determination pattern. Is (machine? M) (function? F), so? M = NO.1 machine,? F = high speed, and from this condition, the model [(! (Machine? M) (func? F) (Sensel operation command)], the variable attribute determination pattern 16, [! (Machine NO.1 machine) (fenc high speed) (sensel operation command)] is generated.

さらに、変数決定部41では、生成した変数属性決定パ
ターン16を、変数属性管理手段5へ送出して、変数名称
13 [1MCHSPCOM] を決定させる。
Further, the variable deciding section 41 sends the generated variable attribute decision pattern 16 to the variable attribute management means 5, and
13 Have [1MCHSPCOM] determined.

第6図は、一例として、仕様として設計者が入力した
ブロック図71と、そのブロック図71に基づいてブロック
図プログラム生成手段4が生成した部分プログラム15と
の対比を示す図である。
FIG. 6 is a diagram showing, by way of example, a comparison between a block diagram 71 input by a designer as a specification and a partial program 15 generated by the block diagram program generation means 4 based on the block diagram 71.

このように構成されたブロック図処理機能付きプログ
ラム自動生成装置であれば、設計者は多数のシステム仕
様に基づいてこの各システム仕様を満足する統合プログ
ラムを自動作成する場合は、その各システム仕様の中
に、通常形式で表現された通常のシステム仕様6の他
に、ブロック図形形式で表現された例えば第2図に示す
ブロック図形式システム仕様7が混在したとしても、そ
のブロック図形式システム仕様7を通常のシステム仕様
6に書直す必要がなく、通常のシステム仕様と同様の取
扱いで入力できる。そして、ブロック図形式システム仕
様7および通常の各システム仕様6の指定する複数の部
分プログラムからなる統合プログラムが自動生成され
る。
With the automatic program generation device with the block diagram processing function configured as described above, when a designer automatically creates an integrated program that satisfies each system specification based on many system specifications, the Even if, for example, the block diagram format system specification 7 shown in the block diagram format shown in FIG. 2 is mixed in addition to the normal system specification 6 expressed in the normal format, the block diagram format system specification 7 Need not be rewritten into the normal system specification 6, and can be input in the same manner as the normal system specification. Then, an integrated program including a plurality of partial programs specified by the block diagram format system specifications 7 and the normal system specifications 6 is automatically generated.

よって、設計者はブロック図形式システム仕様を通常
のシステム仕様に書直す必要がないので、プログラム作
成作業能率を大幅に向上できる。
Therefore, the designer does not need to rewrite the block diagram format system specifications into the normal system specifications, so that the program creation work efficiency can be greatly improved.

また、プロセス制御等のプログラムを設計する場合
に、各機器が動作する時の速度基準等をブロック形式で
そのまま入力できるので、通常のシステム仕様に書直す
場合に発生する微小な誤差等も排除できるので、システ
ム仕様6,7により忠実なプログラムを作成することがで
きる。
Further, when designing a program for process control or the like, the speed reference and the like when each device operates can be directly input in the form of a block, so that a minute error or the like that occurs when rewriting to a normal system specification can be eliminated. Therefore, a program more faithful to the system specifications 6 and 7 can be created.

なお、本発明は上述した実施例に限定されるものでは
ない。実施例においては、プロセス制御システムに用い
るプログラムを自動生成する場合について説明したが、
特にプロセス制御システムに限定されるものではなく、
システム仕様がブロック図形式で表現できる全ての情報
処理システムに適用できることはいうまでもない。
The present invention is not limited to the embodiments described above. In the embodiment, the case where the program used for the process control system is automatically generated has been described.
It is not particularly limited to process control systems,
It goes without saying that the system specifications can be applied to all information processing systems that can be expressed in a block diagram format.

また、ブロック図プログラム生成手段4の設置数も必
要に応じて適宜変更できる。
In addition, the number of the block diagram program generating means 4 can be appropriately changed as needed.

[発明の効果] 以上説明したように本発明のブロック図処理機能付き
プログラム自動生成装置によれば、通常形式で表現され
たシステム仕様の他に、ブロック図形式の仕様が入力さ
れた場合にもプログラムが自動生成される。したがっ
て、プラント制御等のプログラムを設計する際に用いら
れる、機器が動作する時の速度基準の与え方等を、ブロ
ック図形式の仕様として与えることが可能である。よっ
て、プログラム生成作業の省力化、能率化をより一層向
上させることができる。さらに、生成されたプログラム
の精度を向上できる。
[Effect of the Invention] As described above, according to the program automatic generation device with a block diagram processing function of the present invention, in addition to the system specifications expressed in the normal format, even when the specifications in the block diagram format are input, A program is automatically generated. Therefore, it is possible to give, as a block diagram specification, how to give a speed reference at the time of operation of the equipment, which is used when designing a program for plant control or the like. Therefore, the labor saving and efficiency of the program generation operation can be further improved. Further, the accuracy of the generated program can be improved.

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

第1図乃至第6図は本発明の一実施例に係わるブロック
図処理機能付きプログラム自動生成装置を示すものであ
り、第1図は概略構成を示すブロック図、第2図はブロ
ック図形式システム仕様の生成過程を示す図、第3図は
プログラム生成制御手段とブロック図プログラム生成手
段及び変数属性管理手段との間の各種データの授受を説
明するための図、第4図はブロック図プログラム生成手
段の動作を示す流れ図、第5図は変数決定部におけるデ
ータの参照関係と変数属性管理手段との間のデータ授受
の具体例を示す図、第6図は設計者が入力した仕様とこ
れに基づいて生成された部分プログラムとの対比を示す
図であり、第7図は従来のプログラム自動生成装置の概
略構成を示すブロック図、第8図は一般的なブロック図
形式システム仕様を示す図である。 3……プログラム生成手段、4……ブロック図プログラ
ム生成手段、5……変数属性管理手段、6……システム
仕様、7……ブロック図形式システム仕様、8……プロ
グラム、11……プログラム自動生成装置、12……プログ
ラム生成制御手段、13……変数名称、14……プログラム
生成ゴール、15……部分プログラム、16……変数属性決
定パターン、41……変数決定部、42……ブロック構造解
析部、43……プログラム生成部、44……変数属性決定パ
ターン選択知識ベース、45……変数属性決定パターンの
ひな型、71……ブロック図、72……ブロック、73……結
線、74……変換手段、75……ブロック情報。
1 to 6 show an automatic program generating apparatus with a block diagram processing function according to an embodiment of the present invention. FIG. 1 is a block diagram showing a schematic configuration, and FIG. 2 is a block diagram type system. FIG. 3 is a diagram showing a specification generation process, FIG. 3 is a diagram for explaining exchange of various data between a program generation control unit, a block diagram program generation unit, and a variable attribute management unit, and FIG. 4 is a block diagram program generation process. FIG. 5 is a flowchart showing the operation of the means, FIG. 5 is a diagram showing a specific example of data reference relationship in the variable determination unit and data transfer between the variable attribute management means, and FIG. FIG. 7 is a diagram showing a comparison with a partial program generated on the basis of FIG. 7, FIG. 7 is a block diagram showing a schematic configuration of a conventional program automatic generation device, and FIG. It illustrates. 3 ... program generation means, 4 ... block diagram program generation means, 5 ... variable attribute management means, 6 ... system specifications, 7 ... block diagram format system specifications, 8 ... programs, 11 ... program automatic generation Apparatus, 12: Program generation control means, 13: Variable name, 14: Program generation goal, 15: Partial program, 16: Variable attribute determination pattern, 41: Variable determination unit, 42: Block structure analysis Unit, 43: Program generation unit, 44: Variable attribute determination pattern selection knowledge base, 45: Model of variable attribute determination pattern, 71: Block diagram, 72: Block, 73: Connection, 74: Conversion Means, 75 ... Block information.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】外部から夫々入力された通常形式で表現さ
れたシステム仕様,及び各ブロックに関する接続情報を
含むブロック情報からなるブロック図形式システム仕様
に基づいて、複数の部分プログラムからなる統合プログ
ラムの構成を決定して、各部分プログラムを生成する場
合の目的や条件を示すプログラム生成ゴールを出力して
プログラム生成を制御するプログラム生成制御手段と、 このプログラム生成制御手段から出力されたプログラム
生成ゴール及び前記入力されたシステム仕様に基づいて
目的とする部分プログラムを生成するプログラム生成手
段と、 前記プログラム生成制御手段から出力されたプログラム
生成ゴール及び前記入力されたブロック図形式システム
仕様および必要に応じて前記システム仕様を参照して目
的とする部分プログラムを生成するブロック図プログラ
ム生成手段と、 このブロック図プログラム生成手段及び前記プログラム
生成手段がそれぞれ前記部分プログラム生成する場合
に、生成する各部分プログラム内で使用する変数名称
を、変数の持つ意味に基づいて一括管理し、与えられた
変数の意味に相当する変数名称を前記ブロック図プログ
ラム生成手段及びプログラム生成手段へ送出する変数属
性管理手段と を備えたブロック図処理機能付きプログラム自動生成装
置であって、 前記ブロック図プログラム生成手段は、 前記ブロック図形式システム仕様における各ブロックに
関する接続情報を含むブロック情報に基づいて、ブロッ
ク構造を解析してプログラムの骨格を形成するブロック
構造解析部と、 前記ブロック構造解析部により形成されたプログラムの
骨格と前記変数属性管理手段により得られた変数名称と
を組み合わせて部分プログラムを生成するプログラム生
成部と を備えたことを特徴とするブロック図処理機能付きプロ
グラム自動生成装置。
1. An integrated program comprising a plurality of partial programs, based on a system specification represented in a normal format and a block diagram format comprising block information including connection information on each block, which are respectively input from the outside. Program generation control means for controlling the program generation by determining a configuration and outputting a program generation goal indicating the purpose and condition when each partial program is generated; and a program generation goal output from the program generation control means; A program generation means for generating a target partial program based on the input system specifications; a program generation goal output from the program generation control means; and the input block diagram format system specifications and, if necessary, Refer to the system specifications A block diagram program generating means for generating a minute program; and a variable name used in each of the generated partial programs when the block diagram program generating means and the program generating means respectively generate the partial programs. And a variable attribute management unit for sending a variable name corresponding to the meaning of a given variable to the block diagram program generation unit and the program generation unit. A block structure analysis unit configured to analyze a block structure based on block information including connection information regarding each block in the block diagram format system specification to form a skeleton of a program; Formed by the block structure analysis unit Block diagram processing function automatic program generating apparatus characterized by comprising a program generation unit for generating the partial programs by combining the variable names obtained by skeleton and the variable attribute management means programs.
JP21671590A 1990-08-17 1990-08-17 Automatic program generator with block diagram processing function Expired - Lifetime JP2724240B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21671590A JP2724240B2 (en) 1990-08-17 1990-08-17 Automatic program generator with block diagram processing function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21671590A JP2724240B2 (en) 1990-08-17 1990-08-17 Automatic program generator with block diagram processing function

Publications (2)

Publication Number Publication Date
JPH0498531A JPH0498531A (en) 1992-03-31
JP2724240B2 true JP2724240B2 (en) 1998-03-09

Family

ID=16692786

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21671590A Expired - Lifetime JP2724240B2 (en) 1990-08-17 1990-08-17 Automatic program generator with block diagram processing function

Country Status (1)

Country Link
JP (1) JP2724240B2 (en)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
材料とプロセス Vol.2,No.4 (1989) P.1596
電気学会研究会資料 情報処理研究会 IP−89−5 P.39−48 (1989−8)

Also Published As

Publication number Publication date
JPH0498531A (en) 1992-03-31

Similar Documents

Publication Publication Date Title
JP2592955B2 (en) Automatic program generator
CN100481001C (en) Interface automatic forming method and interface automatic forming system
US7082386B2 (en) Generalized software modeling tool
CN113033001A (en) Three-dimensional digital factory modeling method and system for digital twin application
CN101198957A (en) Method and device for generation of a parametric model associated with a 3d geometry
JPH10207523A (en) Automatic programming device and method therefor
CN111079244A (en) Distributed simulation platform based on behavior tree
JPH06290237A (en) Product drawing generating device
JP2009116429A (en) Control program creation device and control program creation method
CN114270282A (en) System for generating an integral digital twin
JP2724240B2 (en) Automatic program generator with block diagram processing function
CN113656897A (en) Intelligent design method, system and device for central air conditioner
JP2608085B2 (en) Production planning simulation device
JP2724241B2 (en) Automatic program generator with block diagram parts processing function
JP2724242B2 (en) Automatic program generator with macro block diagram processing function
JPH01108602A (en) Sequence controller
CN111880883A (en) Dynamic combined primitive realization method based on equipment object
JPH0528088A (en) Method for automatically generating hardware constitution information
JPS62197826A (en) Production of system flow specifications
JP4209567B2 (en) Tool path data creating method and computer readable storage medium storing tool path data creating program
JP3102222B2 (en) Knowledge acquisition method and its implementation device
JP3954412B2 (en) Monitoring control device manufacturing database, monitoring control device system construction method and monitoring control device engineering method
JPH10269227A (en) Generating method for classification data
JPS6024637A (en) System flow generating system
JPH0784620A (en) Conversion processing method for tool route information

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20071128

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081128

Year of fee payment: 11

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20081128

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20091128

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20091128

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101128

Year of fee payment: 13

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 13

Free format text: PAYMENT UNTIL: 20101128