JPH1124908A - Automatic software generating device - Google Patents

Automatic software generating device

Info

Publication number
JPH1124908A
JPH1124908A JP18140497A JP18140497A JPH1124908A JP H1124908 A JPH1124908 A JP H1124908A JP 18140497 A JP18140497 A JP 18140497A JP 18140497 A JP18140497 A JP 18140497A JP H1124908 A JPH1124908 A JP H1124908A
Authority
JP
Japan
Prior art keywords
control
logic
data
cad
intermediate language
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
JP18140497A
Other languages
Japanese (ja)
Inventor
Tomoko Kaneko
知子 金子
Toshikazu Kawamura
敏和 川村
Kentaro Ono
健太郎 小野
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 JP18140497A priority Critical patent/JPH1124908A/en
Publication of JPH1124908A publication Critical patent/JPH1124908A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To eliminate complicated manual operation, to improve the productivity of software and to generate software having a stable quality even if you are not an expert by generating control software from a logic intermediate language data storage memory and a control additional condition data storage memory and storing generated control software. SOLUTION: A control logic CAD data edit and generation request receiving means 2 converts CAD data of a control logic CAD database 3 into logic intermediate language data. When conversion is finished, a CAD data/intermediate language data converting means 4 activates a control software generating means 7. The activated means 7 generates control software from a control additional condition data storage memory 6 which stores control conditions that are added when a logic intermediate language data storage memory 5 and control software are produced. And generated control software is stored in a control software storage memory 8.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、例えば発電分野に
おけるプラントの監視制御計算機システムにおいて、上
流設計図書である制御ロジック図からプラントを監視制
御するソフトウェアを生成するソフトウェア自動生成装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic software generation device for generating software for monitoring and controlling a plant from a control logic diagram, which is an upstream design document, in a plant monitoring and control computer system in the power generation field, for example.

【0002】[0002]

【従来の技術】例えば発電分野においては、標準の設計
図書として計算機自動化ロジック図(以後単に制御ロジ
ック図と呼ぶ)を、制御用計算機用のプログラムとして
制御ソフトウェアを使用している。
2. Description of the Related Art In the field of power generation, for example, a computer automation logic diagram (hereinafter simply referred to as a control logic diagram) is used as a standard design document, and control software is used as a program for a control computer.

【0003】図30は従来の例えば発電プラント制御用
ソフト自動生成装置201の構成例を示すブロック図で
ある。この発電プラント制御用ソフト自動生成装置20
1は、図30に示すようにオペレータによるCRTから
の制御ロジック(CADデータ)の編集及び制御ソフト
ウェアの生成要求を受け付ける制御ロジックCADデー
タ編集及び生成要求受付手段2と、この手段により編集
された制御ロジックCADデータを保存する制御ロジッ
クCADデータベース3と、制御ロジックCADデータ
編集及び生成要求受付手段2により起動され、制御ロジ
ックCADデータベース3から制御ロジックCADデー
タを取り出してロジック中間言語データに変換するCA
Dデータ/中間言語データ変換手段4と、前記CADデ
ータ/中間言語データ変換手段4により変換されたロジ
ック中間言語データを保存するロジック中間言語データ
保存メモリ5と、CADデータ/中間言語データ変換手
段4により起動され、ロジック中間言語データ保存メモ
リ5のデータをもとに制御ソフトウェアを生成する制御
ソフトウェア生成手段7と、この制御ソフトウェア生成
手段7により生成された制御ソフトウェアを保存する制
御ソフトウェア保存メモリ8により構成されている。
FIG. 30 is a block diagram showing a configuration example of a conventional software automatic generation apparatus 201 for controlling a power plant, for example. This power generation plant control software automatic generation device 20
Reference numeral 1 denotes a control logic CAD data editing and generation request receiving means 2 for receiving a request for editing of control logic (CAD data) and generation of control software from a CRT by an operator, and a control edited by this means. The control logic CAD database 3 for storing logic CAD data and the control logic CAD data editing and generation request receiving means 2 are activated by the control logic CAD database 3 to extract the control logic CAD data from the control logic CAD database 3 and convert it to logic intermediate language data.
D data / intermediate language data conversion means 4, logic intermediate language data storage memory 5 for storing logic intermediate language data converted by CAD data / intermediate language data conversion means 4, CAD data / intermediate language data conversion means 4 And a control software generating means 7 for generating control software based on the data in the logic intermediate language data storing memory 5 and a control software storing memory 8 for storing the control software generated by the control software generating means 7 It is configured.

【0004】ここで、制御ロジックCADデータは、制
御ロジックをAND回路やOR回路などのシンボルを使
って記述した設計図面であり、制御ソフトウェアは制御
ロジックを文字で表した表形式のプログラムである。
Here, the control logic CAD data is a design drawing in which the control logic is described using symbols such as an AND circuit and an OR circuit, and the control software is a tabular program in which the control logic is represented by characters.

【0005】前記制御ソフトウェアはマクロと呼ぶ行で
構成される。マクロには数十種類があり、種類ごと条件
の判断やランプの点灯、メッセージ出力などの処理が記
述できる。処理の記述はマクロの指定桁位置に文字列や
数字を埋め込む形で行う。また、マクロの長さは、その
種類や記述内容により1行から数十行にわたる。
[0005] The control software is composed of lines called macros. There are dozens of macros, and processing such as judgment of conditions, lighting of lamps, and message output can be described for each type. The description of the processing is performed by embedding a character string or a number in the designated digit position of the macro. The length of the macro ranges from one line to several tens of lines depending on the type and description.

【0006】制御ロジックCADデータは制御ソフトウ
ェアに関係のないシンボルの位置情報や線の表示デー
タ、シンボルの表示データ等が含まれている。
[0006] The control logic CAD data includes symbol position information, line display data, symbol display data, and the like that are not related to the control software.

【0007】ロジック中間言語データは制御ロジックC
ADデータから制御ソフトウェア生成に必要な情報のみ
を抽出したものである。
The logic intermediate language data is control logic C
Only information necessary for generating control software is extracted from the AD data.

【0008】[0008]

【発明が解決しようとする課題】このように従来の発電
プラン卜制御用ソフトウェア自動生成装置201では、
プラント制御の上流設計図書としては設計者がプラント
の制御を行うために該当する制御条件に必要なものをC
AD上に記載するが、一般に制御ソフトウェアが動作す
る上で当たり前の条件(例えば制御マスタ入りのような
条件)はロジック図の各シートに記載されない場合が多
い。
As described above, in the conventional power generation plant control software automatic generation apparatus 201,
As the upstream design documents for plant control, those necessary for the corresponding control conditions for the designer to control the plant are C
Although described on the AD, in general, conditions that are common to the operation of the control software (for example, conditions for entering a control master) are often not described in each sheet of the logic diagram.

【0009】しかし、発電プラント制御用ソフトウェア
自動生成装置では、CAD上に記載された条件を用いて
制御ソフトウェアを生成しているため、当たり前の条件
も各シートに記載しなければならないという問題があ
る。
However, in the automatic power generation plant control software generation apparatus, since control software is generated using the conditions described on the CAD, there is a problem that natural conditions must be described in each sheet. .

【0010】また、発電プラント制御用ソフトウェア自
動生成装置において、CAD上に見えない自動付加する
条件がそのまま制御ソフトウェアに展開されてしまうた
め、中間段階での確認手段がなく、しかもCAD上で条
件の確認がとれないという問題がある。
Further, in the power generation plant control software automatic generation device, the conditions for automatic addition which are not visible on the CAD are developed as they are in the control software. There is a problem that confirmation cannot be taken.

【0011】一方、発電プラン卜監視制御装置におい
て、制御の進行監視に必要な条件の成立/不成立の状態
表示はそのための表示データを制御ソフトウェアの細分
化された情報からの逆生成により作成されているため、
上流設計図書と関連づけた表示ができなかった。このた
め、運転員/保守員の頭の中で全体との関連を結びつけ
て考える方法しかとれないという問題がある。
On the other hand, in the power plant monitoring and control device, the display of whether the conditions necessary for monitoring the progress of the control are satisfied or not is created by inversely generating the display data for that purpose from the subdivided information of the control software. Because
The display associated with the upstream design book could not be displayed. For this reason, there is a problem that the only method that can be considered in the mind of the operator / maintenance staff in relation to the whole.

【0012】また、CAD上に当たり前の条件を省略し
て記載した場合、前記レベルでの条件は全て揃っていて
もCAD上に省略された条件で不成立が発生している場
合に制御の進行渋滞の原因が分からないという問題があ
る。
In addition, when the common conditions are omitted on the CAD and described, even if all the conditions at the above level are satisfied, if the unsatisfied condition occurs on the omitted conditions on the CAD, the control is congested. There is a problem that the cause of is not known.

【0013】しかも、元々あった条件と同様に付加され
た条件をCAD上に逆変換するため、設計者が確認する
際にも、また次に制御ソフトウェアを生成する際にも、
元々あった条件と付加された条件が識別できないという
問題がある。
In addition, conditions added in the same manner as the original conditions are inversely converted into CAD data, so that the designer can confirm the conditions and also generate control software next time.
There is a problem that the original condition and the added condition cannot be distinguished.

【0014】また、制御の監視を行う際にも“あたり
前”の条件がその制御フェイズにとって重要となる条件
と区別できないため、確認しづらいという問題がある。
Also, when monitoring the control, the "natural" condition cannot be distinguished from the condition that is important in the control phase, so that it is difficult to confirm the condition.

【0015】さらに、従来の発電プラント制御用ソフト
ウェア自動生成装置では、CADデータの履歴を保存で
きないという問題がある。
Furthermore, the conventional automatic generation system for power plant control software has a problem that the history of CAD data cannot be stored.

【0016】また、一般にCADデータでは例えば線の
移動といったことも差分情報としてとらえられるが、発
電プラント制御用ソフトウェア自動生成装置により生成
される制御用ソフトウェア生成においては、CAD上の
線の移動等は差分情報としては不要なものであり、従来
の発電プラント制御用ソフトウェア自動生成装置で述べ
た制御ソフトウェア生成に無関係な情報を除いたロジッ
ク図中間言語データ上での差分が意味あるものである。
しかし、従来の発電プラント制御用ソフトウェア自動生
成装置ではロジック図中間言語データの差分をとれない
という問題がある。
In general, in CAD data, for example, movement of a line is also regarded as difference information. However, in the generation of control software generated by the power generation plant control software automatic generation device, movement of a line on the CAD is not considered. The difference information is unnecessary, and the difference on the logic diagram intermediate language data excluding information irrelevant to control software generation described in the conventional power generation plant control software automatic generation device is significant.
However, there is a problem that the difference between the logic diagram intermediate language data cannot be obtained with the conventional power generation plant control software automatic generation device.

【0017】本発明は、上記のような事情に鑑みてなさ
れたもので、ロジック図から制御ソフトウェアを作成す
る行程を計算機により自動化し、煩雑な手作業をなく
し、ソフトウェアの生産性を向上させ、また熟練者でな
くても制御ソフトウェアを作成でき、かつ安定した品質
のソフトウェアを作成できるソフトウェア自動生成装置
を提供することを目的とする。
The present invention has been made in view of the above-mentioned circumstances, and the process of creating control software from a logic diagram has been automated by a computer, eliminating cumbersome manual work and improving software productivity. It is another object of the present invention to provide an automatic software generation device capable of creating control software without requiring a skilled person and capable of creating stable quality software.

【0018】[0018]

【課題を解決するための手段】請求項1に対応する発明
は、制御ロジックCADデータの編集と制御ロジックの
CADデータから制御ソフトウェアへの生成要求を受け
付ける制御ロジックCADデータ編集及び生成要求受付
手段と、制御ロジックCADデータを保存する制御ロジ
ックCADデータベースと、前記制御ロジックCADデ
ータべースのCADデータをロジック中間言語データに
変換するCADデータ/中間言語デー夕変換手段と、ロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリと、制御ソフトウェアを生成する際に付加
する制御条件を保存する制御付加条件データ保存メモリ
と、前記ロジック中間言語データ保存メモリと制御付加
条件データ保存メモリから制御ソフトウェアを生成する
制御ソフトウェア生成手段と、生成された制御ソフトウ
ェアを保存する制御ソフトウェア保存メモリを備えたも
のである。
According to a first aspect of the present invention, there is provided control logic CAD data editing and generation request receiving means for editing control logic CAD data and receiving a generation request from the control logic CAD data to control software. A control logic CAD database for storing control logic CAD data, CAD data / intermediate language data conversion means for converting CAD data of the control logic CAD database into logic intermediate language data, and storing logic intermediate language data A logic intermediate language data storage memory for storing, a control additional condition data storage memory for storing control conditions added when generating control software, and a control software generation from the logic intermediate language data storage memory and a control additional condition data storage memory Control software And forming means, in which a control software storage memory for storing the generated control software.

【0019】従って、請求項1に対応する発明のソフト
ウェア自動生成装置では、制御ソフトウェアを生成する
際に付加する制御条件を付加した制御ソフトウェアを生
成することができる。
Therefore, the software automatic generation apparatus according to the present invention can generate control software to which control conditions added when generating control software are added.

【0020】請求項2に対応する発明は、制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段と、制御ロジ
ックCADデータを保存する制御ロジックCADデータ
ベースと、前記制御ロジックCADデータベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
制御ソフトウェアを生成する際に付加する制御条件を保
存する制御付加条件データ保存メモリと、前記ロジック
中間言語データ保存メモリと制御付加条件データ保存メ
モリから制御ソフトウェアを生成する制御ソフトウェア
生成手段と、生成途中の制御付加条件付きロジック中間
言語データを保存する制御付加条件付ロジック中間言語
データ保存メモリと、生成された制御ソフトウェアを保
存する制御ソフトウェア保存メモリを備えたものであ
る。
According to a second aspect of the present invention, there is provided a control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request and a generation request for the control software from the control logic CAD data. A control logic CAD database to be stored, and a CA of the control logic CAD database.
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
A control additional condition data storage memory for storing control conditions to be added when generating the control software; a control software generating means for generating control software from the logic intermediate language data storage memory and the control additional condition data storage memory; Logic intermediate language data with control additional conditions for storing logic intermediate language data with control additional conditions, and a control software storage memory for storing generated control software.

【0021】従って、請求項2に対応する発明のソフト
ウェア自動生成装置では、生成途中の制御付加条件付き
ロジック中間言語データを保存することができる。
Therefore, in the automatic software generation apparatus according to the second aspect of the invention, the logic intermediate language data with the control addition condition during the generation can be stored.

【0022】請求項3に対応する発明は、制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアヘの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段と、制御ロジ
ックCADデータを保存する制御ロジックCADデータ
ベースと、前記制御ロジックCADデータベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
制御ソフトウェアを生成する際に付加する制御条件を保
存する制御付加条件データ保存メモリと、前記ロジック
中間言語データ保存メモリと制御付加条件データ保存メ
モリから制御ソフトウェアを生成する制御ソフトウェア
生成手段と、生成途中の制御付加条件付きロジック中間
言語データを保存する制御不可条件付きロジック中間言
語データ保存メモリと、生成された制御ソフトウェアを
保存する制御ソフトウェア保存メモリと、ロジック中間
言語データから制御ロジックCADデータヘ逆変換する
中間言語データ/CADデー夕逆変換手段を備えたもの
である。
According to a third aspect of the present invention, there is provided a control logic CAD data editing and generation request receiving means for receiving a request for generating control software from the control logic CAD data and the control logic CAD data. A control logic CAD database to be stored, and a CA of the control logic CAD database.
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
A control additional condition data storage memory for storing control conditions to be added when generating the control software; a control software generating means for generating control software from the logic intermediate language data storage memory and the control additional condition data storage memory; Logic intermediate language data storage memory for storing logic intermediate language data with added control condition, control software storage memory for storing generated control software, and inverse conversion from logic intermediate language data to control logic CAD data An intermediate language data / CAD data inverse conversion means is provided.

【0023】従って、請求項3に対応するソフトウェア
自動生成装置では、生成途中の制御付加条件付きロジッ
ク中間言語データをCADデータとして確認することが
できる。
Therefore, in the automatic software generation apparatus according to the third aspect, the logic intermediate language data with the control additional condition being generated can be confirmed as CAD data.

【0024】請求項4に対応する発明は、制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段と、制御ロジ
ックCADデータを保存する制御ロジックCADデータ
ベースと、前記制御ロジックCADデータべースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語デー夕変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリ5
と、前記ロジック中間言語データ保存メモリから制御ソ
フトウェアを生成する制御ソフトウェァ生成手段と、生
成された制御ソフトウェアを保存する制御ソフトウェア
保存メモリを持ち、制御ロジックCADデータを保存す
る制御ロジックCADデータ保存メモリと、制御ソフト
ウェアを保存する制御ソフトウェア保存メモリと、前記
制御ロジックCADデータ保存メモリと制御ソフトウェ
ア保存メモリを用いて発電プラントの監視制御を行う発
電プラント監視制御手段を備える発電プラント監視制御
装置に、前記制御ロジックCADデータベースと制御ソ
フトウェア保存メモリに出力する制御ソフトウェア及び
制御ロジックCADデータ出力手段を備えたものであ
る。
According to a fourth aspect of the present invention, there is provided a control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request and a generation request from the control logic CAD data to control software. A control logic CAD database to be stored and a CA of the control logic CAD database
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, and logic intermediate language data storage memory 5 for storing logic intermediate language data
A control software generating means for generating control software from the logic intermediate language data storage memory; a control logic CAD data storage memory having a control software storage memory for storing the generated control software and storing control logic CAD data; A control software storage memory for storing control software, and a power generation plant monitoring and control device including a power generation plant monitoring and control means for performing power generation plant monitoring and control using the control logic CAD data storage memory and the control software storage memory. It is provided with control software for outputting to a logic CAD database and a control software storage memory, and control logic CAD data output means.

【0025】従って、請求項4に対応する発明のソフト
ウェア自動生成装置では、制御ソフトウェアと整合のと
れた制御ロジックのCADデータを発電プラント監視制
御装置に出力し、これにより設計図面のCADデータ上
での監視をすることができる。
Therefore, in the software automatic generation device according to the present invention, CAD data of the control logic matched with the control software is output to the power generation plant monitoring and control device. Can be monitored.

【0026】請求項5に対応する発明は、制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段と、制御ロジ
ックCADデータを保存する制御ロジックCADデータ
ベースと、前記制御ロジックCADデータベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
制御ソフトウェアを生成する際に付加する制御条件を保
存する制御付加条件データ保存メモリと、前記ロジック
中間言語データ保存メモリと制御付加条件データ保存メ
モリから制御ソフトウェアを生成する制御ソフトウェア
生成手段と、生成途中の制御付加条件付きロジック中間
言語データを保存する制御付加条件付ロジック中間言語
データ保存メモリと、生成された制御ソフトウェアを保
存する制御ソフトウェア保存メモリと、ロジック中間言
語データから制御ロジックCADデータヘ逆変換する中
間言語データ/CADデータ逆変換手段を持ち、制御ロ
ジックCADデータを保存する制御ロジックCADデー
タ保存メモリと、制御ソフトウェアを保存する制御ソフ
トウェア保存メモリと、前記制御ロジックCADデータ
保存メモリと制御ソフトウェア保存メモリを用いてプラ
ントの監視制御を行うプラント監視制御手段を備えるプ
ラント監視制御装置に、前記制御ロジックCADデータ
ベースと制御ソフトウェア保存メモリに出力する制御ソ
フトウェア及び制御ロジックCADデータ出力手段を備
えたものである。
According to a fifth aspect of the present invention, there is provided a control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request and a generation request from the control logic CAD data to control software. A control logic CAD database to be stored, and a CA of the control logic CAD database.
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
A control additional condition data storage memory for storing control conditions to be added when generating the control software; a control software generating means for generating control software from the logic intermediate language data storage memory and the control additional condition data storage memory; Logic intermediate language data storage memory for storing logic intermediate language data with control additional conditions, control software storage memory for storing generated control software, and inverse conversion from logic intermediate language data to control logic CAD data A control logic CAD data storage memory having intermediate language data / CAD data reverse conversion means and storing control logic CAD data; a control software storage memory storing control software; and the control logic CAD data storage memory A plant monitoring and control device including a plant monitoring and control means for performing monitoring and control of a plant using a software storage memory, comprising a control software for outputting to the control logic CAD database and a control software storage memory, and a control logic CAD data output means It is.

【0027】従って、請求項5に対応する発明のソフト
ウェア自動生成装置によれば、制御ロジックのCADデ
ータに制御ソフトウェアに付加する条件を省略して設計
しても、制御付加条件を付加した制御ソフトウェアのロ
ジック中間言語データから逆変換することにより、制御
ソフトウエアと整合のとれた制御ロジックのCADデー
タをプラント監視制御装置に出力し、これにより監視を
することができる。
Therefore, according to the software automatic generation device of the invention corresponding to claim 5, even if the CAD data of the control logic is designed without the condition to be added to the control software, the control software with the control addition condition added , The CAD data of the control logic matched with the control software is output to the plant monitoring and control apparatus, whereby the monitoring can be performed.

【0028】請求項6に対応する発明は、制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウエアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段と、制御ロジ
ックCADデータを保存する制御ロジックCADデータ
ベースと、前記制御ロジックCADデー夕ベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
制御ソフトウェアを生成する際に付加する制御条件を保
存する制御付加条件データ保存メモリと、前記ロジック
中間言語データ保存メモリと制御付加条件データ保存メ
モリから制御ソフトウェアを生成する制御ソフトウェア
生成手段と、生成途中の制御付加条件付きロジック中間
言語データ保存メモリと、生成された制御ソフトウェア
を保存する制御ソフトウェア保存メモリと、前記制御付
加条件付ロジック中間言語データ保存メモリの制御付加
条件付ロジック中間言語データから制御ロジックCAD
データヘ逆変換する付加条件識別データ付中間言語デー
タ/CADデータ逆変換手段を備えたものである。
According to a sixth aspect of the present invention, there is provided control logic CAD data editing and generation request receiving means for receiving control logic CAD data editing and generation requests from control logic CAD data to control software, and control logic CAD data. And a control logic CAD database storing the control logic CAD database.
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
A control additional condition data storage memory for storing control conditions to be added when generating the control software; a control software generating means for generating control software from the logic intermediate language data storage memory and the control additional condition data storage memory; Control additional condition logic intermediate language data storage memory, control software storage memory for storing generated control software, and control additional condition logic intermediate language data storage memory of the control additional condition logic intermediate language data storage memory CAD
An intermediate language data with additional condition identification data / CAD data reverse conversion means for reverse conversion to data is provided.

【0029】従って、請求項6に対応する発明のソフト
ウェア自動生成装置によれば、生成途中の制御付加条件
付きロジック中間言語データ生成時に付加した条件に識
別データを付加しCADデータ上で確認することができ
る。
Therefore, according to the software automatic generation device of the invention corresponding to claim 6, the identification data is added to the condition added during the generation of the logic intermediate language data with the control addition condition during the generation and the confirmation is made on the CAD data. Can be.

【0030】請求項7に対応する発明は、制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段と、制御ロジ
ックCADデータを保存する制御ロジックCADデータ
ベースと、前記制御ロジックCADデー夕ベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
制御ソフトウェアを生成する際に付加する制御条件を保
存する制御付加条件データ保存メモリと、前記ロジック
中間言語データ保存メモリと制御付加条件データ保存メ
モリから制御ソフトウェアを生成する制御ソフトウェア
生成手段と、生成途中の制御付加条件付きロジック中間
言語データを保存する制御付加条件付ロジック中間言語
データ保存メモリと、生成された制御ソフトウェアを保
存する制御ソフトウェア保存メモリと、前記制御付加条
件付ロジック中間言語データ保存メモリの制御付加条件
付ロジック中間言語データから制御ロジックCADデー
タヘ逆変換する付加条件識別データ付中間言語データ/
CADデータ逆変換手段を持ち、制御ロジックCADデ
ータを保存する制御ロジックCADデータ保存メモリ
と、制御ソフトウェアを保存する制御ソフトウェア保存
メモリと、前記制御ロジックCADデータ保存メモリと
制御ソフトウェア保存メモリを用いてプラン卜の監視制
御を行うプラント監視制御手段を備えるプラント監視制
御装置に、前記制御ロジックCADデータベースと制御
ソフトウェア保存メモリに出力する制御ソフトウェア及
び制御ロジックCADデータ出力手段を備えたものであ
る。
According to a seventh aspect of the present invention, there is provided a control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request and a generation request from the control logic CAD data to control software, A control logic CAD database to be stored and a CA based on the control logic CAD database.
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
A control additional condition data storage memory for storing control conditions to be added when generating the control software; a control software generating means for generating control software from the logic intermediate language data storage memory and the control additional condition data storage memory; A logic intermediate language data storage memory with a control additional condition for storing logic intermediate language data with a control additional condition, a control software storage memory for storing the generated control software, and a memory for storing the logic intermediate language data with the control additional condition. Intermediate language data with additional condition identification data for reverse conversion from logic intermediate language data with control additional conditions to control logic CAD data /
A control logic CAD data storage memory for storing control logic CAD data, a control software storage memory for storing control software, and a plan using the control logic CAD data storage memory and the control software storage memory; A plant monitoring and control device including a plant monitoring and control means for monitoring and controlling a unit is provided with control software and control logic CAD data output means for outputting to the control logic CAD database and control software storage memory.

【0031】従って、請求項7に対応する発明のソフト
ウェア自動生成装置によれば、制御ロジックのCADデ
ータに制御ソフトウェアに付加する条件を省略して設計
しても、制御付加条件を付加した制御ソフトウェアのロ
ジック中間言語データから逆変換することにより制御ソ
フトウェアと整合がとれ、かつ生成時に付加した条件を
識別可能な制御ロジックのCADデータにより監視する
ことができる。
Therefore, according to the software automatic generation device of the invention corresponding to claim 7, even if the CAD data of the control logic is designed without the condition to be added to the control software, the control software to which the control addition condition is added is added. By converting the logic intermediate language data back, the condition added at the time of generation can be monitored by CAD data of the control logic that can be identified with the control software.

【0032】請求項8に対応する発明は、制御ロジック
CADデータの編集し変更管理番号を付加して編集した
データを保存し制御ロジックのCADデータから制御ソ
フトウェアへの生成要求を受け付ける変更管理香号付制
御ロジックCADデータ編集及び生成要求受付手段と、
変更管理番号付きの制御ロジックCADデータを保存す
る変換管理番号付制御ロジックCADデータベースと、
前記変換管理番号付制御ロジックCADデータベースの
CADデータをロジック中間言語デーダーに変換するC
ADデーター中間言語データ変換手段と、ロジック中間
言語データを保存するロジック中間言語データ保存メモ
リと、前記ロジック中間言語データ保存メモリから制御
ソフトウェアを生成する制御ソフトウェア生成手段と、
生成された制御ソフトウェアを保存する制御ソフトウェ
ア保存メモリを備えたものである。
According to an eighth aspect of the present invention, there is provided a change management code for editing control logic CAD data, adding a change management number to the edited data, storing the edited data, and receiving a generation request from the control logic CAD data to control software. Control logic CAD data editing and generation request receiving means;
A control logic CAD database with a conversion control number for storing control logic CAD data with a change control number;
C for converting CAD data of the control logic CAD database with the conversion management number into logic intermediate language data
AD data-intermediate language data conversion means, logic intermediate language data storage memory for storing logic intermediate language data, control software generation means for generating control software from the logic intermediate language data storage memory,
It has a control software storage memory for storing the generated control software.

【0033】従って、請求項8に対応する発明のソフト
ウェア自動生成装置によれば、制御ロジックのCADデ
ータに変更管理番号を付加して管理することができる。
Therefore, according to the software automatic generation device of the invention corresponding to claim 8, it is possible to manage by adding the change management number to the CAD data of the control logic.

【0034】請求項9に対応する発明は、制御ロジック
CADデータの編集し変更管理番号を付加して編集した
データを保存し、制御ロジックCADデータの比較要求
と制御ロジックのCADデータから制御ソフトウェアへ
の生成要求を受け付ける変更管理番号付制御ロジックC
ADデータ編集及び生成・比較要求受付手段と、変更管
理番号付きの制御ロジックCADデータを保存する変換
管理番号付制御ロジックCADデータベースと、前記変
換管理番号付制御ロジックCADデータベースのCAD
データをロジック中間言語データに変換するCADデー
タ/中間言語データ変換手段と、ロジック中間言語デー
タを保存するロジック中間言語データ保存メモリと、前
記ロジック中間言語データ保存メモリから制御ソフトウ
ェアを生成する制御ソフトウェア生成手段と、生成され
た制御ソフトウェアを保存する制御ソフトウェア保存メ
モリと、前記変更管理番号付制御ロジックCADデータ
編集及び生成・比較要求受付手段からの比較要求により
比較するある制御ロジックCADデータAとある制御ロ
ジックCADデータBをCADデータ/中間言語データ
変換手段に与えてそれぞれの中間言語データをロジック
中間言語データとロジック中間言語データに保存し、前
記ロジック中間言語データとロジック中間言語データの
差分情報を制御ロジック差分情報メモリに保存する制御
ロジック比較手段を備えたものである。
According to a ninth aspect of the present invention, a control logic CAD data is edited, a change management number is added to the edited data, and the edited data is stored, and the control logic CAD data comparison request and the control logic CAD data are transferred to the control software. Control logic C with change management number to accept generation request
AD data editing and generation / comparison request receiving means, a control logic CAD database with a conversion management number for storing control logic CAD data with a change management number, and a CAD for the control logic CAD database with a conversion management number
CAD data / intermediate language data conversion means for converting data into logic intermediate language data, logic intermediate language data storage memory for storing logic intermediate language data, and control software generation for generating control software from the logic intermediate language data storage memory Means, a control software storage memory for storing the generated control software, and a certain control logic CAD data A to be compared in response to a comparison request from the control logic CAD data editing and generation / comparison request receiving means with the change management number. The logic CAD data B is supplied to CAD data / intermediate language data conversion means to store the respective intermediate language data in the logic intermediate language data and the logic intermediate language data, and controls the difference information between the logic intermediate language data and the logic intermediate language data. B Tsu those having a control logic comparison means for saving the click difference information memory.

【0035】従って、請求項9に対応する発明のソフト
ウェフア自動生成装置によれば、制御ロジックの差分情
報を作成することができる。
Therefore, according to the software software automatic generation device of the invention corresponding to claim 9, the difference information of the control logic can be created.

【0036】請求項10に対応する発明は、制御ロジッ
クCADデータを編集し変更管理番号を付加して編集し
たデータを保存し、制御ロジックCADデータの比較要
求と制御ロジックのCADデータから制御ソフトウェア
への生成要求を受け付ける変更管理番号付制御ロジック
CADデータ編集及び生成・比較要求受付手段と、変更
管理番号付きの制御ロジックCADデータを保存する変
換管理番号付制御ロジックCADデータベースと、前記
変換管理番号付制御ロジックCADデータベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
前記ロジック中間言語データ保存メモリから制御ソフト
ウェアを生成する制御ソフトウェア生成手段と、生成さ
れた制御ソフトウェアを保存する制御ソフトウェア保存
メモリと、前記変更管理番号付制御ロジックCADデー
タ編集及び生成・比較要求受付手段からの比較要求によ
り比較するある制御ロジックCADデータAとある制御
ロジックCADデー夕BをCADデータ/中間言語デー
タ変換手段に与えてそれぞれの中間言語データをロジッ
ク中間言語データメモリとロジック中間言語データメモ
リに保存し前記ロジック中間言語データとロジック中間
言語データの差分情報を制御ロジック差分情報メモリに
保存する制御ロジック比較手段と、前記制御ロジック差
分情報の差分情報から変更履歴情報を作成する変更履歴
情報作成手段を備えたものである。
According to a tenth aspect of the present invention, the control logic CAD data is edited, the edited data is added with a change control number, and the edited data is stored, and the control logic CAD data comparison request and the control logic CAD data are transferred to the control software. A control logic CAD data editing and generation / comparison request receiving means for receiving a generation request of a control logic; a control logic CAD database with a conversion management number for storing control logic CAD data with a change management number; CA of control logic CAD database
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
Control software generation means for generating control software from the logic intermediate language data storage memory, control software storage memory for storing the generated control software, and control logic CAD data editing and generation / comparison request receiving means with the change management number A control logic CAD data A and a control logic CAD data B to be compared in response to a comparison request are supplied to CAD data / intermediate language data conversion means, and the respective intermediate language data are converted into a logic intermediate language data memory and a logic intermediate language data memory. Control logic comparing means for storing the difference information between the logic intermediate language data and the logic intermediate language data in a control logic difference information memory, and creating change history information from the difference information of the control logic difference information Have means Those were.

【0037】従って、請求項10に対応する発明のソフ
トウェア自動生成装置によれば、制御ロジックの差分情
報を変更履歴情報として作成することができる。
Therefore, according to the software automatic generation device of the invention corresponding to claim 10, the difference information of the control logic can be created as the change history information.

【0038】請求項11に対応する発明は、制御ロジッ
クCADデータを編集し変更管理番号を付加して編集し
たデータを保存し、制御ロジックCADデータの比較要
求と制御ロジックのCADデータから制御ソフトウェア
への生成要求を受け付ける変更管理番号付制御ロジック
CADデータ編集及び生成・比較要求受付手段と、変更
管理番号付きの制御ロジックCADデータを保存する変
換管理番号付制御ロジックCADデータベースと、前記
変換管理番号付制御ロジックCADデータベースのCA
Dデータをロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、ロジック中間言語デ
ータを保存するロジック中間言語データ保存メモリと、
前記ロジック中間言語データ保存メモリから制御ソフト
ウェアを生成する制御ソフトウェァ生成手段と、生成さ
れた制御ソフトウェアを保存する制御ソフトウェア保存
メモリと、前記変更管理番号付制御ロジックCADデー
タ編集及び生成・比較要求受付手段からの比較要求によ
り比較するある制御ロジックCADデータAとある制御
ロジックCADデー夕BをCADデータ/中間言語デー
タ変換手段に与えてそれぞれの中間言語データをロジッ
ク中間言語データメモリとロジック中間言語データメモ
リに保存し前記ロジック中間言語データとロジック中間
言語データの差分情報を制御ロジック差分情報メモリに
保存する制御ロジック比較手段と、前記制御ロジック差
分情報の差分情報を制御ロジックCADデータに付加す
る差分情報CADデータ付加手段を備えたものである。
According to an eleventh aspect of the present invention, the control logic CAD data is edited, the edited data is added with a change control number, and the edited data is stored, and the control logic CAD data comparison request and the control logic CAD data are transferred to the control software. A control logic CAD data editing and generation / comparison request receiving means for receiving a generation request of a control logic; a control logic CAD database with a conversion management number for storing control logic CAD data with a change management number; CA of control logic CAD database
CAD data / intermediate language data conversion means for converting D data into logic intermediate language data, a logic intermediate language data storage memory for storing logic intermediate language data,
Control software generation means for generating control software from the logic intermediate language data storage memory, control software storage memory for storing the generated control software, and control logic CAD data editing and generation / comparison request receiving means with change management number A control logic CAD data A and a control logic CAD data B to be compared in response to a comparison request are supplied to CAD data / intermediate language data conversion means, and the respective intermediate language data are converted into a logic intermediate language data memory and a logic intermediate language data memory. Control logic comparing means for storing the difference information between the logic intermediate language data and the logic intermediate language data in a control logic difference information memory, and difference information CAD for adding the difference information of the control logic difference information to the control logic CAD data Those having a chromatography data adding means.

【0039】従って、請求項11に対応する発明のソフ
トウェア自動生成装置によれば、制御ロジックの差分情
報をCAD上で確認することができる。
Therefore, according to the software automatic generation device of the present invention, the difference information of the control logic can be confirmed on the CAD.

【0040】[0040]

【発明の実態の形態】以下本発明の実施の形態を図面を
参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0041】[請求項1に対応する発明の実施の形態]
図1は請求項1に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 1]
FIG. 1 is a block diagram showing an embodiment in which the invention corresponding to claim 1 is applied to an automatic power generation plant control software generating apparatus.

【0042】図1に示す発電プラント制御用ソフトウェ
ア自動生成装置1は、CRTからオペレータによる制御
ロジックCADデータの編集と制御ロジックのCADデ
ータから制御ソフトウェアへの生成要求を受け付ける制
御ロジックCADデータ編集及び生成要求受付手段2
と、この手段により得られた制御ロジックCADデータ
を保存する制御ロジックCADデータベース3と、前記
制御ロジックCADデータベース3のCADデータをロ
ジック中間言語データに変換するCADデータ/中間言
語デー夕変換手段4と、この手段により変換されたロジ
ック中間言語データを保存するロジック中間言語データ
保存メモリ5と、制御ソフトウェアを生成する際に付加
する制御条件を保存する制御付加条件データ保存メモリ
6と、前記ロジック中間言語データ保存メモリ5と制御
付加条件データ保存メモリ6から取込んだロジック中間
言語データ及び制御条件に基いて制御ソフトウェアを生
成する制御ソフトウェア生成手段7と、生成された制御
ソフトウェアを保存する制御ソフトウェア保存メモリ8
を備えたものである次に上記のように構成された発電プ
ラント制御用ソフト自動生成装置1の作用を説明する。
The power generation plant control software automatic generation apparatus 1 shown in FIG. 1 edits and generates control logic CAD data from a CRT, which accepts editing of control logic CAD data by an operator and a generation request from the CAD data of the control logic to the control software. Request receiving means 2
A control logic CAD database 3 for storing the control logic CAD data obtained by this means, a CAD data / intermediate language data conversion means 4 for converting the CAD data of the control logic CAD database 3 into logic intermediate language data, A logic intermediate language data storage memory 5 for storing logic intermediate language data converted by this means, a control additional condition data storage memory 6 for storing control conditions to be added when generating control software, Control software generating means 7 for generating control software based on the logic intermediate language data and control conditions fetched from the data storage memory 5 and the control additional condition data storage memory 6, and a control software storage memory for storing the generated control software 8
Next, the operation of the power generation plant control software automatic generation device 1 configured as described above will be described.

【0043】発電プラント制御用ソフトウェア自動生成
装置1において、CRTより制御ロジックCADデータ
の編集と制御ロジックCADデータから制御ソフトウェ
アの生成を要求すると、制御ロジックCADデータ編集
及び生成要求受付手段2では図12に示すような制御ロ
ジックCADデータの編集を行い、この編集された制御
ロジックCADデータを制御ロジックCADデータベー
ス3に保存する。
In the automatic power generation plant control software generating apparatus 1, when the CRT requests editing of control logic CAD data and generation of control software from the control logic CAD data, the control logic CAD data editing and generation request receiving means 2 receives the request shown in FIG. The control logic CAD data shown in (1) is edited, and the edited control logic CAD data is stored in the control logic CAD database 3.

【0044】また、制御ロジックCADデータ編集及び
生成要求受付手段2は制御ロジックCADデータベース
3のCADデータをロジック中間言語データに変換する
CADデータ/中間言語データ変換手段4を起動する。
すると、このCADデータ/中間言語データ変換手段4
では、制御ロジックCADデータベース3から取出した
制御ロジックのCADデータを図16に示すようなロジ
ック中間言語データに変換し、ロジック中間言語データ
保存メモリ5に保存する。
The control logic CAD data editing and generation request receiving means 2 activates CAD data / intermediate language data conversion means 4 for converting CAD data in the control logic CAD database 3 into logic intermediate language data.
Then, the CAD data / intermediate language data conversion means 4
Then, the control logic CAD data extracted from the control logic CAD database 3 is converted into logic intermediate language data as shown in FIG. 16 and stored in the logic intermediate language data storage memory 5.

【0045】ここで、制御ロジックCADデータは制御
ロジックをAND回路やOR回路などのシンボルを使っ
て記述した設計図面であり、制御ソフトウェアは制御ロ
ジックを文字で表した表形式のプログラムである。
Here, the control logic CAD data is a design drawing in which the control logic is described using symbols such as an AND circuit and an OR circuit, and the control software is a tabular program in which the control logic is represented by characters.

【0046】前記制御ソフトウェアはマクロと呼ばれる
行で構成される。マクロには数十種類があり、種類ごと
条件の判断やランプの点灯、メッセージ出力などの処理
が記述できる。この処理の記述はマクロの指定桁に文字
列や数字を埋め込む形で行なわれる。
The control software is constituted by rows called macros. There are dozens of macros, and processing such as judgment of conditions, lighting of lamps, and message output can be described for each type. The description of this process is performed by embedding a character string or a number in the designated digit of the macro.

【0047】また、マクロの長さは、その種類や記述内
容により1行から数十行にわたる。制御ロジックCAD
データは制御ソフトウェアに関係のないシンボルの位置
情報や線の表示データ、シンボルの表示データ等が含ま
れている。ロジック中間言語データは制御ロジックCA
Dデータから制御ソフトウェア生成に必要な情報のみを
抽出したものである。
The length of the macro ranges from one line to several tens of lines, depending on the type and description. Control logic CAD
The data includes symbol position information, line display data, symbol display data, and the like that are not related to the control software. Logic intermediate language data is control logic CA
Only information necessary for generating control software is extracted from the D data.

【0048】上記CADデータ/中間言語データ変換手
段4は、図16に示すように制御ロジックCADデータ
のシート情報(制御フェイズ、制御ブレークポイント、
処理概要)、条件項目データ、処理項目データ、ロジッ
クシンボル、及びこれらの接続情報から、各々構成情
報、条件項目、処理項目、ロジック、接続情報を取出し
て言語形式(文字列)に変換し、これらをロジック中間
言語データとしてロジック中間言語データ保存メモリ5
に保存する。この場合、処理項目には処理種別の識別を
するための処理種別コードを有している。
As shown in FIG. 16, the CAD data / intermediate language data conversion means 4 performs control logic CAD data sheet information (control phase, control breakpoint,
Process information), condition item data, process item data, logic symbols, and their connection information, respectively, extract configuration information, condition items, processing items, logic, and connection information and convert them into a language format (character string). Logic intermediate language data storage memory 5 as logic intermediate language data
To save. In this case, the process item has a process type code for identifying the process type.

【0049】変換が終了するとCADデータ/中間言語
データ変換手段4は,制御ソフトウェア生成手段7を起
動する。起動された制御ソフトウェア生成手段7は前記
ロジック中間言語データ保存メモリ5と制御ソフトウェ
アを生成する際に付加する制御条件を保存する制御付加
条件データ保存メモリ6から制御ソフトウェアを生成
し、生成した制御ソフトウェアを制御ソフトウェア保存
メモリ8に保存する。
When the conversion is completed, the CAD data / intermediate language data conversion means 4 activates the control software generation means 7. The activated control software generating means 7 generates control software from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6 for storing control conditions to be added when generating the control software. Is stored in the control software storage memory 8.

【0050】図13に制御付加条件データの一例を示
す。制御付加条件データは制御のある状態例えばフェイ
ズ、ブレークポイントのある状態下で条件を付加する必
要のある処理種別と付加する条件を対応して持ってい
る。
FIG. 13 shows an example of the control additional condition data. The control addition condition data has a processing type for which a condition needs to be added under a control state, for example, a phase and a breakpoint, and a condition to be added.

【0051】以下に図15に示す制御ソフトウェア生成
手段7の制御付加条件付加処理の流れ図に沿って制御ソ
フトウェア生成手段7の作用を説明する。
The operation of the control software generating means 7 will be described below with reference to the flowchart of the control additional condition adding process of the control software generating means 7 shown in FIG.

【0052】まず、ロジック中間言語データの処理項目
を順に取り出し、制御のある状態(フェイズ、ブレーク
ポイント)での処理項目の処理種別が、制御付加条件テ
ーブルと一致するか否かを判定し(S1)、一致してい
れば該当の処理項目の属するシート内に付加する条件が
存在するか否かを判定し(S2)、存在しなければ該当
シートの条件項目に付加する条件C3を追加し(S
3)、既に該当処理項目に付加条件C3のAND処理が
組込まれているか否かを判定し(S4)、組込まれてい
ないと判定されると該当処理項目と接続しているライン
をたどり、さらに前記ラインと接続しているロジックと
の間にC3条件とのANDロジックを挿入する(S
5)。このような処理は処理項目が全て終るまで繰り返
す(S6)。
First, the processing items of the logic intermediate language data are sequentially taken out, and it is determined whether or not the processing type of the processing item in a controlled state (phase, breakpoint) matches the control addition condition table (S1). If there is a match, it is determined whether there is a condition to be added in the sheet to which the process item belongs (S2). If not, a condition C3 to be added to the condition item of the sheet is added (S2). S
3) It is determined whether the AND process of the additional condition C3 is already incorporated in the corresponding process item (S4). If it is determined that the AND process is not incorporated, the line connected to the process item is traced. An AND logic with the C3 condition is inserted between the line and the logic connected thereto (S
5). Such processing is repeated until all processing items are completed (S6).

【0053】図14に上記制御ソフトウェア生成手段7
により付加される条件のCADイメージ図を示す。ま
た、図17に制御付加条件を付加したロジック中間言語
データの一例を示す。
FIG. 14 shows the control software generating means 7.
FIG. 4 shows a CAD image diagram of conditions added by. FIG. 17 shows an example of logic intermediate language data to which a control addition condition is added.

【0054】このような構成の発電プラント制御用ソフ
トウェア自動生成装置1によれば、プラント制御の上流
設計図書として設計者がプラントの制御を行うために該
当の制御条件に必要なものをCAD上に記載する際に、
制御ソフトが動作する上で“当たり前”の条件(例えば
制御マスタ入りのような条件)をロジック図のCADデ
ータの各シートには記載しなくても“当たり前”の条件
を付加して制御ソフトウェアを生成することができる。
According to the power generation plant control software automatic generation device 1 having such a configuration, what is necessary for the corresponding control conditions in order for the designer to control the plant as the upstream design book of the plant control is displayed on the CAD. When writing
When the control software operates, the "natural" condition (for example, the condition for entering the control master) is not described on each sheet of CAD data in the logic diagram, but the "natural" condition is added to the control software. Can be generated.

【0055】[請求項2に対応する発明の実施の形態]
図2は請求項2に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 2]
FIG. 2 is a configuration diagram showing an embodiment in which the invention corresponding to claim 2 is applied to an automatic power generation plant control software generating apparatus.

【0056】発電プラント制御用ソフトウェア自動生成
装置11は、制御ロジックCADデータの編集と制御ロ
ジックのCADデータから制御ソフトウェアへの生成要
求を受け付ける制御ロジックCADデータ編集及び生成
要求受付手段2と、制御ロジックCADデータを保存す
る制御ロジックCADデータベース3と、前記制御ロジ
ックCADデー夕ベース3のCADデータをロジック中
間言語データに変換するCADデータ/中間言語データ
変換手段4と、ロジック中間言語データを保存するロジ
ック中間言語データ保存メモリ5と、制御ソフトウェア
を生成する際に付加する制御条件を保存する制御付加条
件データ保存メモリ6と、前記ロジック中間言語データ
保存メモリ5と制御付加条件データ保存メモリ6から制
御ソフトウェアを生成する制御ソフトウェア生成手段7
と、生成途中の制御付加条件付きロジック中間言語デー
タを保存する制御付加条件付ロジック中間言語データ保
存メモリ12と、生成された制御ソフトウェアを保存す
る制御ソフトウェア保存メモリ8を備えたものである。
The power generation plant control software automatic generation device 11 includes a control logic CAD data editing and generation request receiving means 2 for editing control logic CAD data and receiving a generation request from the control logic CAD data to the control software. A control logic CAD database 3 for storing CAD data, CAD data / intermediate language data conversion means 4 for converting CAD data of the control logic CAD database 3 into logic intermediate language data, and a logic for storing logic intermediate language data An intermediate language data storage memory 5; a control additional condition data storage memory 6 for storing control conditions added when generating control software; and a control software from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6. To Control software generating means 7 for forming
And a logic intermediate language data memory with control additional conditions for storing logic intermediate language data with control additional conditions in the middle of generation, and a control software storage memory 8 for storing generated control software.

【0057】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置1の作用を説明する。
Next, the operation of the power generation plant control software automatic generation apparatus 1 configured as described above will be described.

【0058】発電プラント制御用ソフトウェア自動生成
装置11では、制御ロジックCADデータ編集及び生成
要求受付手段2により制御ロジックCADデータの編集
を行い、編集された制御ロジックCADデータを制御ロ
ジックCADデータベース3に保存する。また、制御ロ
ジックCADデータ編集及び生成要求受付手段2はCR
Tより制御ロジックのCADデータから制御ソフトウェ
アへの生成要求を受付けると、制御ロジックCADデー
タベース3のCADデータをロジック中間言語データに
変換するCADデータ/中間言語データ変換手段4を起
動する。
In the power plant control software automatic generation device 11, the control logic CAD data is edited by the control logic CAD data editing and generation request receiving means 2, and the edited control logic CAD data is stored in the control logic CAD database 3. I do. In addition, the control logic CAD data editing and generation request receiving means 2 outputs the CR
When a generation request from the control logic CAD data to the control software is received from T, the CAD data / intermediate language data conversion means 4 for converting the CAD data in the control logic CAD database 3 into logic intermediate language data is activated.

【0059】このCADデータ/中間言語データ変換手
段4が起動されると、制御ロジックCADデータベース
3からデータを取り出し、制御ロジックのCADデータ
をロジック中間言語データに変換し、ロジック中間言語
データ保存メモリ5に保存する。変換が終了するとCA
Dデータ/中間言語データ変換手段4は制御ソフトウエ
ア生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is started, the data is taken out from the control logic CAD database 3, the CAD data of the control logic is converted into logic intermediate language data, and the logic intermediate language data storage memory 5 is stored. To save. CA when conversion is completed
The D data / intermediate language data conversion means 4 activates the control software generation means 7.

【0060】この制御ソフトウェア生成手段7が起動さ
れると、前記ロジック中間言語データ保存メモリ5と制
御ソフトウェアを生成する際に付加する制御条件を保存
する制御付加条件データ保存メモリ6からそれぞれデー
タを取込んで制御ソフトウェアを生成し、生成した制御
ソフトウェアを制御ソフトウェア保存メモリ8に保存す
る。また、制御ソフトウェア生成手段7は生成途中の制
御付加条件付きロジック中間言語データを制御付加条件
付ロジック中間言語データ保存メモリ12に保存する。
When the control software generating means 7 is started, data is respectively taken from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6 for storing control conditions to be added when generating control software. Then, control software is generated, and the generated control software is stored in the control software storage memory 8. Further, the control software generating means 7 stores the logic intermediate language data with the control additional condition being generated in the logic intermediate language data storage memory 12 with the control additional condition.

【0061】このような構成の発電プラント制御用ソフ
トウェア自動生成装置11によれば、前記付加した生成
データを中間言語データとして保存することができ、途
中段階での確認ができる。
According to the power generation plant control software automatic generation device 11 having such a configuration, the added generated data can be stored as intermediate language data, and can be confirmed at an intermediate stage.

【0062】[請求項3に対応する発明の実施の形態]
図3は請求項3に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 3]
FIG. 3 is a block diagram showing an embodiment in which the invention corresponding to claim 3 is applied to an automatic power generation plant control software generating apparatus.

【0063】発電プラント制御用ソフトウェア自動生成
装置21は、CRTからオペレータによる制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段2と、制御ロ
ジックCADデータを保存する制御ロジックCADデー
タベース3と、この制御ロジックCADデータベース3
のCADデータをロジック中間言語データに変換するC
ADデータ/中間言語データ変換手段4と、この手段に
より変換されたロジック中間言語データを保存するロジ
ック中間言語データ保存メモリ5と、制御ソフトウェア
を生成する際に付加する制御条件を保存する制御付加条
件データ保存メモリ6と、このロジック中間言語データ
保存メモリ5と制御付加条件データ保存メモリ6から制
御ソフトウェアを生成する制御ソフトウェア生成手段7
と、この制御ソフトウェア生成手段7より制御付加条件
付きロジック中間言語データを保存する制御付加条件付
ロジック中間言語データ保存メモリ12と、制御ソフト
ウェア生成手段7で生成された制御ソフトウェアを保存
する制御ソフトウェア保存メモリ8と、制御ロジックC
ADデータ編集及び生成要求受付手段2により起動さ
れ、制御付加条件付ロジック中間言語データ保存メモリ
12より制御付加条件付ロジック中間言語データから制
御ロジックCADデータヘ逆変換して制御ロジックCA
Dデータベース3に保存する中間言語データ/CADデ
ータ逆変換手段22を備えたものである。
The power generation plant control software automatic generation device 21 is a control logic CAD data editing and generation request receiving means 2 for receiving an operator's editing of control logic CAD data from a CRT and a generation request from the CAD data of the control logic to the control software. And a control logic CAD database 3 for storing control logic CAD data, and the control logic CAD database 3
To convert CAD data of C to logic intermediate language data
AD data / intermediate language data conversion means 4, logic intermediate language data storage memory 5 for storing logic intermediate language data converted by this means, and control additional conditions for storing control conditions to be added when generating control software A control software generating means for generating control software from a data storage memory, a logic intermediate language data storage memory and a control additional condition data storage memory;
A logic intermediate language data storage memory with control addition condition for storing logic intermediate language data with control addition condition from the control software generation means, and a control software storage for storing control software generated by the control software generation means Memory 8 and control logic C
It is started by the AD data editing and generation request accepting means 2 and inversely converts the logic intermediate language data with control addition conditions from the logic intermediate language data with control addition conditions into the control logic CAD data from the logic intermediate language data storage memory with control addition conditions.
It is provided with an intermediate language data / CAD data reverse conversion means 22 stored in the D database 3.

【0064】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置1の作用を説明する。
Next, the operation of the power generation plant control software automatic generation device 1 configured as described above will be described.

【0065】発電プラント制御用ソフトウェア自動生成
装置21では、制御ロジックCADデータ編集及び生成
要求受付手段2により制御ロジックCADデータの編集
を行い、編集された制御ロジックCADデータを制御ロ
ジックCADデータベース3に保存する。また、制御ロ
ジックCADデータ編集及び生成要求受付手段2はCR
Tより制御ロジックのCADデータから制御ソフトウェ
アへの生成要求を受け付けると中間言語データ変換手段
4を起動し、制御ロジックCADデータベース3よりC
ADデータを取込んでロジック中間言語データに変換し
てロジック中間言語データ保存メモリ5に保存する。変
換が終了するとCADデータ/中間言語データ変換手段
4は、制御ソフトウェア生成手段7を起動する。
In the automatic power generation plant control software generation device 21, the control logic CAD data is edited by the control logic CAD data editing and generation request receiving means 2, and the edited control logic CAD data is stored in the control logic CAD database 3. I do. In addition, the control logic CAD data editing and generation request receiving means 2 outputs the CR
When a request to generate control data from control logic CAD data is received from T, the intermediate language data conversion means 4 is activated, and the control logic CAD database 3 outputs C
The AD data is taken in, converted into logic intermediate language data, and stored in the logic intermediate language data storage memory 5. When the conversion is completed, the CAD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0066】この制御ソフトウェア生成手段7が起動さ
れると、この制御ソフトウェア生成手段7では、ロジッ
ク中間言語データ保存メモリ5と制御ソフトウェアを生
成する際に付加する制御条件を保存する制御付加条件デ
ータ保存メモリ6から制御ソフトウェアを生成し、生成
した制御ソフトウェアを制御ソフトウエア保存メモリ8
に保存する。
When the control software generation means 7 is started, the control software generation means 7 stores the logic intermediate language data storage memory 5 and the control additional condition data storage for storing the control conditions to be added when generating the control software. The control software is generated from the memory 6 and the generated control software is stored in the control software storage memory 8.
To save.

【0067】また、制御ソフトウェア生成手段7は生成
途中の制御付加条件付きロジック中間言語データを制御
付加条件付きロジック中間言語データ保存メモリ12に
保存する。制御ロジックCADデータ編集及び生成要求
受付手段2からの逆生成要求により、中間言語データ/
CADデータ逆変換手段22は制御付加条件付ロジック
中間言語データ保存メモリ12からデータを取出し、制
御ロジックCADデータベース3に逆変換したデータを
保存する。
Further, the control software generating means 7 stores the logic intermediate language data with control additional conditions being generated in the logic intermediate language data storage memory 12 with control additional conditions. In response to a reverse generation request from the control logic CAD data editing and generation request receiving means 2, the intermediate language data /
The CAD data reverse conversion means 22 takes out the data from the logic intermediate language data storage memory with control addition condition memory 12 and stores the inverted data in the control logic CAD database 3.

【0068】図18は中間言語データ/CADデータ逆
変換処理の流れ図を示す。即ち、図18において、中間
言語データ/CADデータ逆変換手段22が起動される
と、制御付加条件ロジック中間言語データ保存メモリ1
2から各シート毎に制御付加条件付ロジック中間言語デ
ータを取出し(S11)、全てのデータが取出されてい
なければ(S12)、構成情報の各データをCADデー
タの構成情報の各データの対応する部分に出力する(S
13)。さらに、中間言語データ/CADデータ逆変換
手段22では接続関係のデータを処理項目から順に追
い、ロジックの場合は対応するロジックのシンボルを配
置し、接続関係のあるシンボル等同志を線出結ぶ(S1
4)。そして、接続関係のデータの全てが処理されるま
で同様の処理が繰返され、全ての処理が終わると(S1
5)、条件項目、処理項目の各データの内容を配置され
た対応するデータ上に出力して(S16)、S10の処
理に戻り前述同様の処理が繰返される。S11にて全て
のデータの取出しが完了すればこの逆変換手段での処理
を終了する。
FIG. 18 shows a flowchart of the intermediate language data / CAD data reverse conversion process. That is, in FIG. 18, when the intermediate language data / CAD data reverse conversion means 22 is activated, the control additional condition logic intermediate language data storage memory 1
2, the logic intermediate language data with the control addition condition is extracted for each sheet (S11). If all the data is not extracted (S12), each data of the configuration information corresponds to each data of the configuration information of the CAD data. Output to the part (S
13). Further, the intermediate language data / CAD data reverse conversion means 22 sequentially traces the connection-related data from the processing item, and in the case of a logic, arranges the symbol of the corresponding logic, and connects the connected symbols such as symbols (S1).
4). Then, the same processing is repeated until all of the connection-related data is processed, and when all the processing is completed (S1).
5) The contents of the data of the condition items and the processing items are output on the corresponding data arranged (S16), and the process returns to S10 and the same processes as described above are repeated. When all the data has been taken out in S11, the processing by the inverse conversion means ends.

【0069】このような構成の発電プラント制御用ソフ
トウェア自動生成装置21によれば、前記付加データを
CAD上で条件の確認することができる。
According to the power generation plant control software automatic generation device 21 having such a configuration, the conditions of the additional data can be confirmed on the CAD.

【0070】[請求項4に対応する発明の実施の形態]
図4は請求項4に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 4]
FIG. 4 is a block diagram showing an embodiment in which the invention according to claim 4 is applied to an automatic power generation plant control software generating apparatus.

【0071】発電プラント制御用ソフトウェア自動生成
装置31は、CRTからオペレータによる制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウエアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段2と、制御ロ
ジックCADデータを保存する制御ロジックCADデー
タベース3と、この制御ロジックCADデータベース3
のCADデータをロジック中間言語データに変換するC
ADデータ/中間言語デー夕変換手段4と、この手段に
より変換されたロジック中間言語データを保存するロジ
ック中間言語データ保存メモリ5と、このロジック中間
言語データ保存メモリ5から制御ソフトウェアを生成す
る制御ソフトウェア生成手段7と、生成された制御ソフ
トウェアを保存する制御ソフトウェア保存メモリ8を有
し、制御ロジックCADデータを保存する制御ロジック
CADデータ保存メモリ32と、制御ソフトウェアを保
存する制御ソフトウェア保存メモリ33と、前記制御ロ
ジックCADデータ保存メモリ32と制御ソフトウェア
保存メモリ33を用いて発電プラントの監視制御を行う
発電ブラント監視制御手段34を備えた発電プラント監
視制御装置35に、前記制御ロジックCADデータベー
ス3と制御ソフトウェア保存メモリ8より取出した制御
ソフトウェア及び制御ロジックCADデータを出力する
制御ソフトウェア及び制御ロジックCADデータ出力手
段36を備えたものである。
The power generation plant control software automatic generation device 31 is a control logic CAD data editing and generation request receiving means for receiving an operator's editing of control logic CAD data from the CRT and a generation request from the CAD data of the control logic to the control software. 2, a control logic CAD database 3 for storing control logic CAD data, and the control logic CAD database 3
To convert CAD data of C to logic intermediate language data
AD data / intermediate language data conversion means 4, logic intermediate language data storage memory 5 for storing logic intermediate language data converted by this means, and control software for generating control software from the logic intermediate language data storage memory 5. A control logic CAD data storage memory 32 having a generation means 7, a control software storage memory 8 for storing the generated control software, and storing the control logic CAD data, a control software storage memory 33 for storing the control software, The power generation plant monitoring and control device 35 having a power generation plant monitoring and control means 34 for monitoring and controlling the power generation plant using the control logic CAD data storage memory 32 and the control software storage memory 33 includes the control logic CAD database 3 and the control software. Those having a control software and control logic CAD data output means 36 outputs the control software and control logic CAD data fetched from the E A storage memory 8.

【0072】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置31の作用を説明す
る。
Next, the operation of the power generation plant control software automatic generation device 31 configured as described above will be described.

【0073】発電プラント制御用ソフトウェア自動生成
装置31では、制御ロジックCADデータ編集及び生成
要求受付手段2により制御ロジックCADデータの編集
を行い、編集された制御ロジックCADデータを制御ロ
ジックCADデータを制御ロジックCADデータベース
3に保存する。また、制御ロジックCADデータ編集及
び生成要求受付手段2はCRTから制御ロジックのCA
Dデータから制御ソフトウェアへの生成要求を受付け、
前記制御ロジックCADデータベース3のCADデータ
をロジック中間言語データに変換するCADデータ/中
間言語データ変換手段4を起動する。
In the power plant control software automatic generation device 31, the control logic CAD data is edited by the control logic CAD data editing and generation request accepting means 2, and the edited control logic CAD data is converted into the control logic CAD data. It is stored in the CAD database 3. Further, the control logic CAD data editing and generation request receiving means 2 transmits the control logic CA data from the CRT.
Accepts a request to generate control data from D data,
Activate CAD data / intermediate language data conversion means 4 for converting CAD data of the control logic CAD database 3 into logic intermediate language data.

【0074】このCADデータ/中間言語データ変換手
段4が起動されると、前記制御ロジックCADデータベ
ース3からデータを取出し、制御ロジックのCADデー
タをロジック中間言語データに変換してロジック中間言
語データ保存メモリ5に保存する。変換が終了するとC
ADデータ/中間言語データ変換手段4は制御ソフトウ
ェア生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is started, data is taken out from the control logic CAD database 3, and the CAD data of the control logic is converted into logic intermediate language data to store the logic intermediate language data storage memory. Save to 5. When conversion is completed, C
The AD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0075】この制御ソフトウェア生成手段7が起動さ
れると、前記ロジック中間言語データ保存メモリ5から
ロジック中間言語データを取込んで制御ソフトウェアを
生成し、この制御ソフトウェアを制御ソフトウェア保存
メモリ8に保存する。制御ソフトウェア及び制御ロジッ
クCADデータ出力手段36は、制御ロジックCADデ
ータを保存する制御ロジックCADデータ保存メモリ3
2と、制御ソフトウェアを保存する制御ソフトウェア保
存メモリ33と、前記制御ロジックCADデータ保存メ
モリ32と制御ソフトウェア保存メモリ33を用いて発
電プラントの監視制御を行う発電プラント監視制御手段
34を備える発電プラント監視制御装置35に、前記制
御ロジックCADデータベース3と制御ソフトウェア保
存メモリ8の制御ロジックCADデータ及び制御ソフト
ウェアとを出力する。
When the control software generating means 7 is activated, it takes in the logic intermediate language data from the logic intermediate language data storage memory 5 to generate control software, and stores the control software in the control software storage memory 8. . The control software and control logic CAD data output unit 36 stores the control logic CAD data in the control logic CAD data storage memory 3.
A power generation plant monitoring and control means 34 for controlling the power generation plant using the control logic CAD data storage memory 32 and the control software storage memory 33; The control logic CAD database 3 and the control logic CAD data in the control software storage memory 8 and the control software are output to the control device 35.

【0076】このような構成の発電プラント制御用ソフ
トウェア自動生成装置31によれば、発電ブラント監視
制御装置における制御の進行監視に必要な条件の成立/
不成立の状態表示を上流設計図書と関連付けて表示する
ことができる。
According to the power generation plant control software automatic generation device 31 having such a configuration, the conditions necessary for monitoring the progress of control in the power generation plant monitoring / control device are satisfied.
An unsatisfied state display can be displayed in association with the upstream design book.

【0077】[請求項5に対応する発明の実施の形態]
図5は請求項5に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 5]
FIG. 5 is a block diagram showing an embodiment in which the invention corresponding to claim 5 is applied to an automatic power generation plant control software generating apparatus.

【0078】発電プラント制御用ソフトウェア自動生成
装置41は、CRTからオペレータによる制御ロジック
CADデータの編集と制御ロジックのCADデータから
制御ソフトウェアへの生成要求を受け付ける制御ロジッ
クCADデータ編集及び生成要求受付手段2と、制御ロ
ジックCADデータを保存する制御ロジックCADデー
タベース3と、この制御ロジックCADデータベース3
のCADデータをロジック中間言語データに変換するC
ADデータ/中間言語データ変換手段4と、この手段に
より変換されたロジック中間言語データを保存するロジ
ック中間言語データ保存メモリ5と、制御ソフトウェア
を生成する際に付加する制御条件を保存する制御付加条
件データ保存メモリ6と、CADデータ/中間言語デー
タ変換手段4により起動され、前記ロジック中間言語デ
ータ保存メモリ5と制御付加条件データ保存メモリ6か
らロジック中間言語データ及び制御付加条件データを取
込んで制御ソフトウェアを生成する制御ソフトウェア生
成手段7と、この制御ソフトウェア生成手段7の生成途
中の制御付加条件付きロジック中間言語データを保存す
る制御付加条件付ロジック中間言語データ保存メモリ1
2と、制御ソフトウェア生成手段7により生成された制
御ソフトウェアを保存する制御ソフトウェア保存メモリ
8と、CADデータ編集及び生成要求受付手段2により
起動され、制御付加条件付ロジック中間言語データ保存
メモリ12よりロジック中間言語データを取込んで制御
ロジックCADデータに逆変換する中間言語データ/C
ADデータ逆変換手段22を持ち、制御ロジックCAD
データを保存する制御ロジックCADデータ保存メモリ
32と、制御ソフトウェアを保存する制御ソフトウェア
保存メモリ33と、これらメモリ32,33の制御ロジ
ックCADデータと制御ソフトウェアを用いて発電プラ
ントの監視制御を行う発電プラント監視制御手段34を
備えた発電プラン卜監視制御装置35に、前記制御ロジ
ックCADデータベース3及び制御ソフトウェア保存メ
モリ8より制御ロジックCADデータ及び制御ソフトウ
ェアを取込んで出力する制御ソフトウェア及び制御ロジ
ックCADデータ出力手段36を備えたものである。
The power plant control software automatic generation device 41 is a control logic CAD data editing and generation request receiving means 2 for receiving an editing request of control logic CAD data from a CRT by an operator and a generation request from the CAD data of the control logic to the control software. And a control logic CAD database 3 for storing control logic CAD data, and the control logic CAD database 3
To convert CAD data of C to logic intermediate language data
AD data / intermediate language data conversion means 4, logic intermediate language data storage memory 5 for storing logic intermediate language data converted by this means, and control additional conditions for storing control conditions to be added when generating control software It is started by the data storage memory 6 and the CAD data / intermediate language data conversion means 4 and takes in logic intermediate language data and control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6 for control. Control software generating means 7 for generating software; and control additional condition logic intermediate language data storage memory 1 for storing logic intermediate language data with control additional conditions being generated by control software generating means 7
2, a control software storage memory 8 for storing the control software generated by the control software generation means 7, and a logic with a control additional condition logic intermediate language data storage memory 12 activated by the CAD data editing and generation request receiving means 2. Intermediate language data / C which takes in intermediate language data and inversely converts it into control logic CAD data
It has AD data reverse conversion means 22 and has control logic CAD
A control logic CAD data storage memory 32 for storing data, a control software storage memory 33 for storing control software, and a power plant for monitoring and controlling the power plant using the control logic CAD data and control software of these memories 32 and 33 A control software and a control logic CAD data output for taking in and outputting the control logic CAD data and the control software from the control logic CAD database 3 and the control software storage memory 8 to a power generation plant monitoring and control device 35 having a monitoring control means 34 It has means 36.

【0079】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置41の作用を説明す
る。
Next, the operation of the power plant control software automatic generation device 41 configured as described above will be described.

【0080】発電プラント制御用ソフトウェア自動生成
装置41では、制御ロジックCADデータ編集及び生成
要求受付手段2により制御ロジックCADデータの編集
を行い、編集された制御ロジックCADデータを制御ロ
ジックCADデータベース3に保存する。また、制御ロ
ジックCADデータ編集及び生成要求受付手段2はCR
Tより制御ロジックのCADデータから制御ソフトウェ
アへの生成要求を受け付けると、CADデータ/中間言
語データ変換手段4を起動する。
In the power plant control software automatic generation device 41, the control logic CAD data is edited by the control logic CAD data editing and generation request accepting means 2, and the edited control logic CAD data is stored in the control logic CAD database 3. I do. In addition, the control logic CAD data editing and generation request receiving means 2 outputs the CR
When a request to generate control data from control logic CAD data is received from T, the CAD data / intermediate language data conversion means 4 is activated.

【0081】このCADデータ/中間言語データ変換手
段4が起動されると、前記制御ロジックCADデータベ
ース3からデータを取り出し、制御ロジックのCADデ
ータをロジック中間言語データに変換してロジック中間
言語データ保存メモリ5に保存する。変換が終了する
と、CADデータ/中間言語データ変換手段4は制御ソ
フトウェア生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is activated, data is taken out from the control logic CAD database 3, and the CAD data of the control logic is converted into logic intermediate language data to store the logic intermediate language data storage memory. Save to 5. When the conversion is completed, the CAD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0082】制御ソフトウェア生成手段7が起動される
と、この制御ソフトウェア生成手段7は、前記ロジック
中間言語データ保存メモリ5と制御ソフトウェアを生成
する際に付加する制御条件を保存する制御付加条件デー
タ保存メモリ6からロジック中間言語データ及び制御付
加条件データを取込んで制御ソフトウェアを生成し、こ
の制御ソフトウェアを制御ソフトウェア保存メモリ8に
保存する。
When the control software generation means 7 is started, the control software generation means 7 stores the logic intermediate language data storage memory 5 and the control additional condition data storage for storing the control conditions to be added when generating the control software. The control software is generated by taking in the logic intermediate language data and the control additional condition data from the memory 6, and the control software is stored in the control software storage memory 8.

【0083】また、制御ソフトウェア生成手段7は生成
途中の制御付加条件付きロジック中間言語データを制御
付加条件付ロジック中間言語データ保存メモリ12に保
存する。制御ロジックCADデータ編集及び生成要求受
付手段2からの逆生成要求により、中間言語データ/C
ADデータ逆変換手段22は制御付加条件付ロジック中
間言語データ保存メモリ12から制御付加条件付ロジッ
ク中間言語データを取り出し、制御ロジックCADデー
タに逆変換したデータを制御ロジックCADデータベー
ス3に保存する。
Further, the control software generating means 7 stores the logic intermediate language data with control addition condition being generated in the logic intermediate language data storage memory 12 with control addition condition. In response to a reverse generation request from the control logic CAD data editing and generation request receiving means 2, the intermediate language data / C
The AD data reverse conversion means 22 takes out the logic intermediate language data with control addition condition from the logic intermediate language data storage memory with control addition condition 12, and stores the data which is inversely converted into the control logic CAD data in the control logic CAD database 3.

【0084】一方、制御ソフトウェア及び制御ロジック
CADデータ出力手段36は、制御ロジックCADデー
タを保存する制御ロジックCADデータ保存メモリ32
と、制御ソフトウェアを保存する制御ソフトウェア保存
メモリ33と、これらメモリ22,33の制御ロジック
CADデータと制御ソフトウェアを用いて発電プラント
の監視制御を行う発電プラン卜監視制御手段34を備え
た発電プラント監視制御装置35に、制御ロジックCA
Dデータベース3及び制御ソフトウェア保存メモリ8よ
り取込んだ制御ロジックCADデータ及び制御ソフトウ
ェアをそれぞれ出力する。
On the other hand, the control software and control logic CAD data output means 36 is provided in the control logic CAD data storage memory 32 for storing the control logic CAD data.
And a control software storage memory 33 for storing control software, and a power plant monitoring control means 34 for monitoring and controlling the power plant using the control logic CAD data and the control software of these memories 22 and 33. Control logic CA
The control logic CAD data and control software fetched from the D database 3 and the control software storage memory 8 are output.

【0085】このような構成の発電プラント制御用ソフ
ト自動生成装置41によれば、CAD上に生成時に付加
された”当たり前”の条件を付加し、これをもとに監視
を行えるため、CAD上に省略された条件で不成立が発
生している場合でも制御の進行渋滞の原因がわかる。
According to the power generation plant control software automatic generation device 41 having such a configuration, the "natural" condition added at the time of generation is added to the CAD, and monitoring can be performed based on this. It can be understood that the cause of the congestion of the control progress even when the unsatisfied condition occurs under the omitted condition.

【0086】[請求項6に対応する発明の実施の形態]
図6は請求項6に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 6]
FIG. 6 is a block diagram showing an embodiment in which the invention according to claim 6 is applied to an automatic power generation plant control software generating apparatus.

【0087】発電プラント制御用ソフトウェア自動生成
装置51は、CRTからオペレータによる制御ロジック
CADデータの編集と、制御ロジックのCADデータか
ら制御ソフトウェアへの生成要求を受け付ける制御ロジ
ックCADデータ編集及び生成要求受付手段2と、制御
ロジックCADデータを保存する制御ロジックCADデ
ータベース3と、この制御ロジックCADデータベース
3よりCADデータを取込んでロジック中間言語データ
に変換するCADデータ/中間言語データ変換手段4
と、この手段により変換されたロジック中間言語データ
を保存するロジック中間言語データ保存メモリ5と、制
御ソフトウェアを生成する際に付加する制御条件を保存
する制御付加条件データ保存メモリ6と、ロジック中間
言語データ保存メモリ5と制御付加条件データ保存メモ
リ6からロジック中間言語データ及び制御付加条件デー
タを取込んで制御ソフトウェアを生成する制御ソフトウ
ェア生成手段7と、この制御ソフトウェア生成手段7の
生成途中の制御付加条件付きロジック中間言語データを
保存する制御付加条件付ロジック中間言語データ保存メ
モリ12と、制御ソフトウェア生成手段7で生成された
制御ソフトウェアを保存する制御ソフトウェア保存メモ
リ8と、制御付加条件付ロジック中間言語データ保存メ
モリ12より制御付加条件付ロジック中間言語データを
取込んで制御ロジックCADデータに逆変換して制御ロ
ジックCADデータベース3に保存する付加条件識別デ
ータ付中間言語データ/CADデータ逆変換手段52と
を備えたものである。
The power generation plant control software automatic generation device 51 edits control logic CAD data from the CRT by an operator and receives control data CAD data generation request from the control logic CAD data to the control software. 2, a control logic CAD database 3 for storing control logic CAD data, and CAD data / intermediate language data conversion means 4 for taking in CAD data from the control logic CAD database 3 and converting it into logic intermediate language data
A logic intermediate language data storage memory 5 for storing logic intermediate language data converted by this means, a control additional condition data storage memory 6 for storing control conditions added when generating control software, Control software generating means 7 for taking in logic intermediate language data and control additional condition data from the data storage memory 5 and the control additional condition data storage memory 6 to generate control software; A control additional logic intermediate language data storage memory 12 for storing the conditional logic intermediate language data, a control software storage memory 8 for storing the control software generated by the control software generating means 7, and a control additional conditional logic intermediate language Controlled by data storage memory 12 An intermediate language data with additional condition identification data / CAD data inverse conversion means 52 which takes in logic language data with additional conditions, reversely converts the data into control logic CAD data, and saves the data in the control logic CAD database 3. .

【0088】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置51の作用を説明す
る。
Next, the operation of the power generation plant control software automatic generation device 51 configured as described above will be described.

【0089】発電プラント制御用ソフト自動生成装置5
1では、制御ロジックCADデータ編集及び生成要求受
付手段2により制御ロジックCADデータの編集を行
い、編集された制御ロジックCADデータを制御ロジッ
クCADデータベース3に保存する。
Automatic power generation plant control software generation device 5
In step 1, the control logic CAD data is edited by the control logic CAD data editing and generation request receiving means 2, and the edited control logic CAD data is stored in the control logic CAD database 3.

【0090】また、制御ロジックCADデータ編集及び
生成要求受付手段2はCRTより制御ロジックのCAD
データから制御ソフトウェアへの生成要求を受付ける
と、CADデータ/中間言語データ変換手段4を起動す
る。
The control logic CAD data editing and generation request receiving means 2 sends the control logic CAD data from the CRT.
When a generation request from the data to the control software is received, the CAD data / intermediate language data conversion means 4 is activated.

【0091】このCADデータ/中間言語データ変換手
段4が起動されると、CADデータ/中間言語データ変
換手段4は制御ロジックCADデータベース3から制御
ロジックCADデータを取込んで、制御ロジックのCA
Dデータをロジック中間言語データに変換し、これをロ
ジック中間言語データ保存メモリ5に保存する。変換が
終了すると、CADデータ/中間言語データ変換手段4
は制御ソフトウェア生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is activated, the CAD data / intermediate language data conversion means 4 fetches the control logic CAD data from the control logic CAD database 3 and executes the control logic CA.
The D data is converted into logic intermediate language data, which is stored in the logic intermediate language data storage memory 5. When the conversion is completed, the CAD data / intermediate language data conversion means 4
Starts the control software generation means 7.

【0092】制御ソフトウェア生成手段7が起動される
と、この制御ソフトウェア生成手段7は、ロジック中間
言語データ保存メモリ5と制御付加条件データ保存メモ
リ6からロジック中間言語データと制御付加条件データ
を取込んで制御ソフトウェアを生成し、その制御ソフト
ウェアを制御ソフトウェア保存メモリ8に保存する。こ
のとき制御ソフトウェア生成手段7は付加した条件に識
別データを付け、制御付加条件付ロジック中間言語デー
タ保存メモリ12に保存する。
When the control software generating means 7 is started, the control software generating means 7 takes in the logic intermediate language data and the control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6. Generates control software, and stores the control software in the control software storage memory 8. At this time, the control software generating means 7 attaches identification data to the added condition, and stores it in the logic intermediate language data storage memory 12 with control additional conditions.

【0093】図19に識別データを付けた制御付加条件
を付加したロジック中間言語データの一例を示す。
FIG. 19 shows an example of logic intermediate language data to which a control addition condition with identification data is added.

【0094】制御ロジックCADデータ編集及び生成要
求受付手段2からの逆生成要求により、付加条件識別デ
ータ付中間言語データ/CADデータ逆変換手段52は
識別データの付いたデータを制御付加条件付ロジック中
間言語データ保存メモリ12からデータを取出して付加
した条件項目に条件項目追加の識別データを付加し、追
加した接続関係のラインデータの表示属性を例えば通常
のライン属性の太さの半分の太さに変更する、または色
を変える等の識別データを付加し、制御ロジックCAD
データベース3に逆変換したデータを保存する。
In response to the reverse generation request from the control logic CAD data editing and generation request receiving means 2, the intermediate language data with additional condition identification data / CAD data reverse conversion means 52 converts the data with identification data into the logic intermediate with additional condition logic. The identification data for adding the condition item is added to the condition item taken out from the language data storage memory 12 and added, and the display attribute of the added line data of the connection relation is set to, for example, half the thickness of the normal line attribute. Change or add identification data such as changing color, and control logic CAD
The inverted data is stored in the database 3.

【0095】図20に付加条件識別データ付き中間言語
データ/CADデータ逆変換手段52により付加される
付加条件識別データ付き制御ロジックCADデータの一
例を示す。
FIG. 20 shows an example of control logic CAD data with additional condition identification data added by the intermediate language data with additional condition identification data / CAD data inverse conversion means 52.

【0096】このような構成の発電プラン卜制御用ソフ
ト自動生成装置51によれば、元々あった条件と同様に
付加された条件を区別してCAD上に逆変換するため、
設計者が確認する際にも、また次に制御ソフトウェアを
生成する際にも、元々あった条件と付加された条件が識
別できる。
According to the power generation plant control software automatic generation device 51 having such a configuration, the added condition is distinguished in the same manner as the originally existing condition and inversely converted on the CAD.
The original condition and the added condition can be identified both when the designer confirms and when the control software is generated next time.

【0097】[請求項7に対応する発明の実施の形態]
図7は請求項7に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 7]
FIG. 7 is a configuration diagram showing an embodiment in which the invention corresponding to claim 7 is applied to an automatic power generation plant control software generating apparatus.

【0098】発電プラント制御用ソフトウェア自動生成
装置61は、制御ロジックCADデータの編集と制御ロ
ジックのCADデータから制御ソフトウェアへの生成要
求を受け付ける制御ロジックCADデータ編集及び生成
要求受付手段2と、制御ロジックCADデータを保存す
る制御ロジックCADデータベース3と、前記制御ロジ
ックCADデータベース3よりCADデータを取込んで
ロジック中間言語データに変換するCADデータ/中間
言語データ変換手段4と、この手段により変換されたロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリ5と、制御ソフトウェアを生成する際に付
加する制御条件を保存する制御付加条件データ保存メモ
リ6と、ロジック中間言語データ保存メモリ5と制御付
加条件データ保存メモリ6からロジック中間言語データ
と制御付加条件データとを取込んで制御ソフトウェアを
生成する制御ソフトウェア生成手段7と、この制御ソフ
トウェア生成手段7の生成途中の制御付加条件付きロジ
ック中間言語データを保存する制御付加条件付ロジック
中間言語データ保存メモリ12と、制御ソフトウェア生
成手段7で生成された制御ソフトウェアを保存する制御
ソフトウェア保存メモリ8と、制御付加条件付ロジック
中間言語データ保存メモリ12の制御付加条件付ロジッ
ク中間言語データから制御ロジックCADデータへ逆変
換して制御ロジックCADデータベース3に保存する付
加条件識別データ付中間言語データ/CADデータ逆変
換手段52を持ち、制御ロジックCADデータを保存す
る制御ロジックCADデータ保存メモリ32と、制御ソ
フトウェアを保存する制御ソフトウェア保存メモリ33
と、これらのメモリ32,33の制御ロジックCADデ
ータと制御ソフトウェアを用いて発電プラントの監視制
御を行う発電プラント監視制御手段34を備えた発電プ
ラント監視制御装置35に、制御ロジックCADデータ
ベース3と制御ソフトウェア保存メモリ8より制御ロジ
ックCADデータと制御ソフトウェアを取込んで出力す
る制御ソフトウェア及び制御ロジックCADデータ出力
手段36を備えたものである。
The power generation plant control software automatic generation device 61 includes a control logic CAD data editing and generation request receiving means 2 for editing control logic CAD data and receiving a generation request from the control logic CAD data to the control software. A control logic CAD database 3 for storing CAD data, CAD data / intermediate language data conversion means 4 for taking in CAD data from the control logic CAD database 3 and converting it into logic intermediate language data, and logic converted by this means Logic intermediate language data storage memory 5 for storing intermediate language data, control additional condition data storage memory 6 for storing control conditions added when generating control software, logic intermediate language data storage memory 5 and control additional condition data Save Control software generating means 7 for taking in the logic intermediate language data and the control additional condition data from the memory 6 and generating control software; and storing the logic intermediate language data with control additional conditions being generated by the control software generating means 7 Logic intermediate language data storage memory 12 with control addition condition, control software storage memory 8 for storing control software generated by control software generation means 7, and control addition condition of logic intermediate language data storage memory 12 with control addition condition It has an intermediate language data with additional condition identification data / CAD data reverse conversion means 52 for reversely converting logic intermediate language data into control logic CAD data and storing it in the control logic CAD database 3, and has control logic CAD for storing control logic CAD data. Data storage method And Li 32, control stores the control software software storage memory 33
And a control logic CAD database 3 and a power plant monitoring control device 35 having a power plant monitoring control means 34 for monitoring and controlling the power plant using the control logic CAD data and control software of these memories 32 and 33. It is provided with control software and control logic CAD data output means 36 for taking in and outputting control logic CAD data and control software from the software storage memory 8.

【0099】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置61の作用を説明す
る。
Next, the operation of the power generation plant control software automatic generation device 61 configured as described above will be described.

【0100】発電プラント制御用ソフト自動生成装置6
1では、制御ロジックCADデータ編集及び生成要求受
付手段2により制御ロジックCADデータの編集を行
い、編集された制御ロジックCADデータを制御ロジッ
クCADデータベース3に保存する。また、制御ロジッ
クCADデータ編集及び生成要求受付手段2はCRTか
ら制御ロジックのCADデータから制御ソフトウエアへ
の生成要求を受け付けると、制御ロジックCADデータ
ベース3のCADデータをロジック中間言語データに変
換するCADデータ/中間言語データ変換手段4を起動
する。
Automatic power generation plant control software generation device 6
In step 1, the control logic CAD data is edited by the control logic CAD data editing and generation request receiving means 2, and the edited control logic CAD data is stored in the control logic CAD database 3. The control logic CAD data editing and generation request receiving means 2 receives a generation request from the CRT to the control software from the control logic CAD data, and converts the CAD data in the control logic CAD database 3 into logic intermediate language data. Activate the data / intermediate language data conversion means 4.

【0101】このCADデータ/中間言語データ変換手
段4が起動されると、CADデータ/中間言語データ変
換手段4は制御ロジックCADデータベース3から制御
ロジックのCADデータを取り出し、そのデータをロジ
ック中間言語データに変換してロジック中間言語データ
保存メモリ5に保存する。変換が終了すると、CADデ
ータ/中間言語データ変換手段4は制御ソフトウェア生
成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is activated, the CAD data / intermediate language data conversion means 4 extracts the CAD data of the control logic from the control logic CAD database 3 and converts the data to the logic intermediate language data. And store it in the logic intermediate language data storage memory 5. When the conversion is completed, the CAD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0102】制御ソフトウェア生成手段7が起動される
と、この制御ソフトウェア生成手段7はロジック中間言
語データ保存メモリ5と制御付加条件データ保存メモリ
6からロジック中間言語データと制御付加条件データを
取込んで制御ソフトウェアを生成し、この制御ソフトウ
ェアを制御ソフトウェア保存メモリ8に保存する。
When the control software generating means 7 is started, the control software generating means 7 fetches the logic intermediate language data and the control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6. The control software is generated, and the control software is stored in the control software storage memory 8.

【0103】また、制御ソフトウェア生成手段7は生成
途中の制御付加条件付きロジック中間言語データを制御
付加条件付ロジック中間言語データ保存メモリ12に保
存する。制御ロジックCADデータ編集及び生成要求受
付手段2からの逆生成要求により、付加条件識別データ
付中間言語データ/CADデータ逆変換手段52は制御
付加条件付ロジック中間言語データ保存メモリ12から
データを取り出して、付加した条件に識別データを付加
し、制御ロジックCADデータベース3に逆変換したデ
ータを保存する。
Further, the control software generating means 7 stores the logic intermediate language data with control addition condition being generated in the logic intermediate language data storage memory 12 with control addition condition. In response to a reverse generation request from the control logic CAD data editing and generation request receiving means 2, the intermediate language data with additional condition identification data / CAD data reverse conversion means 52 fetches data from the logic intermediate language data storage memory with control additional condition 12 and The identification data is added to the added condition, and the inverted data is stored in the control logic CAD database 3.

【0104】一方、制御ソフトウェア及び制御ロジック
CADデータ出力手段36は、制御ロジックCADデー
タを保存する制御ロジックCADデータ保存メモリ32
と、制御ソフトウェアを保存する制御ソフトウェア保存
メモリ33と、前記制御ロジックCADデータ保存メモ
リ32と制御ソフトウェア保存メモリ33を用いて発電
プラントの監視制御を行う発電プラント監視制御手段3
4を備えた発電プラント監視制御装置35に、前記制御
ロジックCADデータベース3と制御ソフトウェア保存
メモリ8から制御ロジックCADデータと制御ソフトウ
ェアとを取込んで出力する。
On the other hand, the control software and control logic CAD data output means 36 controls the control logic CAD data storage memory 32 for storing the control logic CAD data.
A control software storage memory 33 for storing control software, and a power plant monitoring control means 3 for monitoring and controlling the power plant using the control logic CAD data storage memory 32 and the control software storage memory 33.
The control logic CAD data and control software are fetched from the control logic CAD database 3 and the control software storage memory 8 and output to the power plant monitoring and control device 35 provided with the control unit 4.

【0105】このような構成の発電プラント制御用ソフ
ト自動生成装置61によれば、制御の監視を行う際にも
“あたり前”の条件がその制御フェイズにとって重要と
なる条件と区別することができ、確認し易くなる。
According to the power plant control software automatic generation device 61 having such a configuration, even when monitoring the control, the “natural” condition can be distinguished from the condition that is important for the control phase. It becomes easy to confirm.

【0106】[請求項8に対応する発明の実施の形態]
図8は請求項8に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置に適用した場合の実施の形態を
示す構成図である。
[Embodiment of the Invention Corresponding to Claim 8]
FIG. 8 is a block diagram showing an embodiment in which the invention according to claim 8 is applied to an automatic power generation plant control software generating apparatus.

【0107】発電プラント制御用ソフトウェア自動生成
装置71は、CRTからオペレータにより制御ロジック
CADデータを編集し、変更管理番号を付加して編集し
たデータを保存し、制御ロジックのCADデータから制
御ソフトウェアへの生成要求を受付ける変更番号付制御
ロジックCADデータ編集及び生成要求受付手段72
と、変更管理番号付きの制御ロジックCADデータを保
存する変換管理番号付制御ロジックCADデータベース
73と、変換管理番号付制御ロジックCADデータベー
ス73よりCADデータを取込んでロジック中間言語デ
ータに変換するCADデータ/中間言語データ変換手段
4と、この手段により変換されたロジック中間言語デー
タを保存するロジック中間言語データ保存メモリ5と、
ロジック中間言語データ保存メモリ5から制御ソフトウ
ェアを生成する制御ソフトウェア生成手段7と、この制
御ソフトウェア生成手段7により生成された制御ソフト
ウェアを保存する制御ソフトウェア保存メモリ8を備え
たものである。
The automatic power generation plant control software generation device 71 edits control logic CAD data from a CRT by an operator, saves the edited data by adding a change control number, and converts the control logic CAD data to control software. Control logic with change number CAD data editing and generation request receiving means 72 for receiving a generation request
And a control logic CAD database 73 with a conversion management number for storing control logic CAD data with a change management number, and CAD data for fetching CAD data from the control logic CAD database 73 with a conversion management number and converting it into logic intermediate language data / Intermediate language data conversion means 4, a logic intermediate language data storage memory 5 for storing logic intermediate language data converted by this means,
It comprises a control software generating means 7 for generating control software from the logic intermediate language data storage memory 5 and a control software storage memory 8 for storing the control software generated by the control software generating means 7.

【0108】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置71の作用を説明す
る。
Next, the operation of the power generation plant control software automatic generation device 71 configured as described above will be described.

【0109】発電プラント制御用ソフト自動生成装置7
1は、変更管理番号付制御ロジックCADデータ編集及
び生成要求受付手段72により制御ロジックCADデー
タの編集を行い、編集された制御ロジックCADデータ
にCRTを用いてオペレータにより入力された変更管理
番号を付けて変換管理番号付制御ロジックCADデータ
ベース73に保存する。
Automatic power generation plant control software generation device 7
1 edits the control logic CAD data by the control logic CAD data editing and generation request receiving means 72 with a change management number, and attaches the change management number input by the operator to the edited control logic CAD data using a CRT. And store it in the control logic CAD database 73 with the conversion management number.

【0110】図21にシート単位の変更管理番号の付け
方の一例を、また図22に制御処理単位の変更管理番号
の付け方の一例を示す。
FIG. 21 shows an example of a method of assigning a change management number for each sheet, and FIG. 22 shows an example of a method of assigning a change management number of a control processing unit.

【0111】また,変更管理番号付制御ロジックCAD
データ編集及び生成要求受付手段72はCRTより入力
される制御ロジックのCADデータから制御ソフトウェ
アへの生成要求を受け付けると、変更管理番号付制御ロ
ジックCADデータベース73よりCADデータを取込
んでロジック中間言語データに変換するCADデータ/
中間言語データ変換手段4を起動する。
The control logic CAD with change management number
When the data editing and generation request receiving means 72 receives a generation request from the CAD data of the control logic input from the CRT to the control software, the data editing and generation request receiving means 72 fetches the CAD data from the control logic CAD database 73 with a change management number and outputs the logic intermediate language data. CAD data to be converted to /
Activate the intermediate language data conversion means 4.

【0112】このCADデータ/中間言語データ変換手
段4が起動されると、制御ロジックCADデータベース
3からデータを取出して、制御ロジックのCADデータ
をロジック中間言語データに変換し、ロジック中間言語
データ保存メモリ5に保存する。変換が終了すると、C
ADデータ/中間言語データ変換手段4は制御ソフトウ
ェア生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is started, data is taken out from the control logic CAD database 3 and the CAD data of the control logic is converted into logic intermediate language data, and the logic intermediate language data storage memory Save to 5. When the conversion is complete, C
The AD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0113】制御ソフトウェア生成手段7が起動される
と、この制御ソフトウェア生成手段7はロジック中間言
語データ保存メモリ5と制御付加条件データ保存メモリ
6からロジック中間言語データと制御付加条件データを
取込んで制御ソフトウェアを生成し、その制御ソフトウ
ェアを制御ソフトウェア保存メモリ8に保存する。
When the control software generating means 7 is started, the control software generating means 7 fetches the logic intermediate language data and the control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6. The control software is generated, and the control software is stored in the control software storage memory 8.

【0114】このような構成の発電プラント制御用ソフ
ト自動生成装置71によれば、CADデータの履歴を保
存することができる。
According to the power generation plant control software automatic generation device 71 having such a configuration, the history of CAD data can be stored.

【0115】[請求項9に対応する発明の実施の形態]
図9は請求項9に対応する発明を発電プラン卜制御用ソ
フトウェア自動生成装置81に適用した場合の実施の形
態を示す構成図である。
[Embodiment of the Invention Corresponding to Claim 9]
FIG. 9 is a block diagram showing an embodiment in which the invention corresponding to claim 9 is applied to an automatic power generation plant control software generation device 81.

【0116】発電プラント制御用ソフトウェア自動生成
装置81は、制御ロジックCADデータの編集を行い、
変更管理番号を付加して編集したデータを保存し、制御
ロジックCADデータの比較要求と制御ロジックのCA
Dデータから制御ソフトウェアへの生成要求を受け付け
る変更管理番号付制御ロジックCADデータ編集及び生
成・比較要求受付手段82と、変更管理番号付きの制御
ロジックCADデータを保存する変換管理番号付制御ロ
ジックCADデータベース73と、変換管理番号付制御
ロジックCADデータベース73よりCADデータを取
込んでロジック中間言語データに変換するCADデータ
/中間言語データ変換手段4と、この手段により変換さ
れたロジック中間言語データを保存するロジック中間言
語データ保存メモリ5と、ロジック中間言語データ保存
メモリ5からロジック中間言語データを取込んで制御ソ
フトウェアを生成する制御ソフトウェア生成手段7と、
その制御ソフトウェアを保存する制御ソフトウェア保存
メモリ8と、変更管理番号付制御ロジックCADデータ
編集及び生成・比較要求受付手段82からの比較要求に
より比較するある制御ロジックCADデータAとある制
御ロジックCADデータBをCADデータ/中間言語デ
ータ変換手段4に与え、それぞれの中間言語データをロ
ジック中間言語データメモリA83とロジック中間言語
データメモリB84に保存し、これら両ロジック中間言
語データメモリの中間言語データの差分情報を制御ロジ
ック差分情報メモリ85に保存する制御ロジック比較手
段86を備えたものである。
The power generation plant control software automatic generation device 81 edits the control logic CAD data,
The edited data is saved with the change control number added, and the comparison request of the control logic CAD data and the CA of the control logic are stored.
Control logic CAD data editing and generation / comparison request receiving means 82 with a change management number for receiving a generation request from D data to control software, and a control logic CAD database with a conversion management number for storing control logic CAD data with a change management number 73, CAD data / intermediate language data conversion means 4 for taking in CAD data from the control logic CAD database 73 with conversion management number and converting it into logic intermediate language data, and stores the logic intermediate language data converted by this means. A logic intermediate language data storage memory 5, control software generation means 7 for taking in logic intermediate language data from the logic intermediate language data storage memory 5 and generating control software,
A control software storage memory 8 for storing the control software, a control logic CAD data A and a control logic CAD data B to be compared in response to a comparison request from a control logic CAD data editing and generation / comparison request receiving means 82 with a change management number. Is given to the CAD data / intermediate language data conversion means 4, and the respective intermediate language data are stored in the logic intermediate language data memory A83 and the logic intermediate language data memory B84. Is stored in the control logic difference information memory 85.

【0117】次に上記のように構成された発電プラント
制御用ソフトウェア自動生成装置81の作用を説明す
る。
Next, the operation of the power generation plant control software automatic generation device 81 configured as described above will be described.

【0118】発電プラント制御用ソフト自動生成装置8
1は、変更管理番号付制御ロジックCADデータ編集及
び生成・比較要求受付手段82によりCRTから制御ロ
ジックCADデータを編集し、編集された制御ロジック
CADデータに変更管理番号を付けて変換管理番号付制
御ロジックCADデータベース73に保存する。
Automatic power generation plant control software generator 8
1 is a control logic CAD data editing and generation / comparison request receiving means 82 for editing control logic CAD data with a change management number, and adding a change management number to the edited control logic CAD data to control with a conversion management number. It is stored in the logic CAD database 73.

【0119】また、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82は、CRT
から制御ロジックのCADデータから制御ソフトウェア
への生成要求を受け付けると、CADデータ/中間言語
データ変換手段4を起動する。
The control logic CAD with change management number
The data editing and generation / comparison request receiving means 82 is a CRT
When a request to generate control data from the CAD data of the control logic is received from the control software, the CAD data / intermediate language data conversion means 4 is activated.

【0120】このCADデータ/中間言語データ変換手
段4が起動されると、CADデータ/中間言語データ変
換手段4は制御ロジックCADデータベース3からCA
Dデータを取込んで、制御ロジックのCADデータをロ
ジック中間言語データに変換し、これをロジック中間言
語データ保存メモリ5に保存する。変換が終了すると、
CADデータ/中間言語データ変換手段4は制御ソフト
ウェア生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is started, the CAD data / intermediate language data conversion means 4 reads the control logic CAD database 3
The D data is taken in, the CAD data of the control logic is converted into logic intermediate language data, and this is stored in the logic intermediate language data storage memory 5. When the conversion is complete,
The CAD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0121】制御ソフトウェア生成手段7が起動される
と、制御ソフトウェア生成手段7はロジック中間言語デ
ータ保存メモリ5と制御付加条件データ保存メモリ6か
らロジック中間言語データと制御付加条件データを取込
んで制御ソフトウェアを生成し、その制御ソフトウェア
を制御ソフトウェア保存メモリ8に保存する。
When the control software generating means 7 is started, the control software generating means 7 takes in the logic intermediate language data and the control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6 and controls the control software. The software is generated, and the control software is stored in the control software storage memory 8.

【0122】また、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82はオペレー
タからの比較要求が入力されると、制御ロジック比較手
段86を起動する。制御ロジック比較手段86は比較す
るCADデータを変換管理番号付制御ロジックCADデ
ータベース73から取り出し順に、CADデータ/中間
言語データ変換手段4を起動してロジック中間言語デー
タに変換し、ロジック中間言語データ保存メモリ5に保
存された中間言語データをそれぞれロジック中間言語デ
ータメモリA83とロジック中間言語データメモリB8
4に保存し、これら両メモリのロジック中間言語データ
の差分情報を制御ロジック差分情報メモリ85に保存す
る。
The control logic CAD with change management number
Upon receipt of a comparison request from the operator, the data editing and generation / comparison request receiving means 82 activates the control logic comparing means 86. The control logic comparing means 86 activates the CAD data / intermediate language data converting means 4 to convert the CAD data to be compared from the control logic CAD database 73 with conversion management number into logic intermediate language data, and stores the logic intermediate language data. The intermediate language data stored in the memory 5 is stored in a logic intermediate language data memory A83 and a logic intermediate language data memory B8, respectively.
4 and the difference information of the logic intermediate language data of these two memories is saved in the control logic difference information memory 85.

【0123】図23にロジック中間言語データAに対応
する制御ロジックCADデータの一例を、図24にロジ
ック中間言語データBに対応する制御ロジックCADデ
ータの一例をそれぞれ示す。
FIG. 23 shows an example of control logic CAD data corresponding to logic intermediate language data A, and FIG. 24 shows an example of control logic CAD data corresponding to logic intermediate language data B.

【0124】各制御CADデータがCADデータ/中間
言語データ変換手段4により変換された結果を図25、
図26にそれぞれ示す。図25に示すロジック中間言語
データAと、図26に示すロジック中間言語データBを
制御ロジック比較手段86により比較した結果の制御ロ
ジック差分情報85の一例を図27に示す。
The results obtained by converting each control CAD data by the CAD data / intermediate language data conversion means 4 are shown in FIG.
Each is shown in FIG. FIG. 27 shows an example of the control logic difference information 85 obtained by comparing the logic intermediate language data A shown in FIG. 25 with the logic intermediate language data B shown in FIG.

【0125】このような構成の発電プラント制御用ソフ
トウェア自動生成装置81によれば、発電プラント制御
用ソフトウェア自動生成装置により生成される制御用ソ
フトウェア生成においては意味のある差分情報を取り出
すことができる。
According to the power generation plant control software automatic generation device 81 having such a configuration, meaningful difference information can be extracted in the control software generation generated by the power generation plant control software automatic generation device.

【0126】[請求項10に対応する発明の実施の形
態]図10は請求項10に対応する発明を発電プラン卜
制御用ソフトウェア自動生成装置91に適用した場合の
実施の形態を示す構成図である。
[Embodiment of the Invention Corresponding to Claim 10] FIG. 10 is a block diagram showing an embodiment in which the invention corresponding to claim 10 is applied to an automatic power generation plant control software generation device 91. is there.

【0127】発電プラント制御用ソフトウェア自動生成
装置91は、制御ロジックCADデータの編集ヲ行い、
変更管理番号を付加して編集したデータを保存し、制御
ロジックCADデータの比較要求と制御ロジックのCA
Dデータから制御ソフトウェアへの生成要求を受け付け
る変更管理番号付制御ロジックCADデータ編集及び生
成・比較要求受付手段82と、変更管理番号付きの制御
ロジックCADデータを保存する変換管理番号付制御ロ
ジックCADデータベース73と、変換管理番号付制御
ロジックCADデータベース73のCADデータをロジ
ック中間言語データに変換するCADデータ/中間言語
データ変換手段4と、この手段により変換されたロジッ
ク中間言語データを保存するロジック中間言語データ保
存メモリ5と、前記ロジック中間言語データ保存メモリ
5から制御ソフトウェアを生成する制御ソフトウェア生
成手段7と、その制御ソフトウェアを保存する制御ソフ
トウェア保存メモリ8と、変更管理番号付制御ロジック
CADデータ編集及び生成・比較要求受付手段82から
の比較要求により比較するある制御ロジックCADデー
タAとある制御ロジックCADデータBをCADデータ
/中間言語データ変換手段4に与え、それぞれの中間言
語データをロジック中間言語データAメモリ83とロジ
ック中間言語データBメモリ84に保存し、これら両メ
モリのロジック中間言語データAとロジック中間言語デ
ータBの差分情報を制御ロジック差分情報メモリ85に
保存する制御ロジック比較手段86と、制御ロジック差
分情報メモリ85の差分情報から変更履歴情報を作成す
る変更履歴情報作成手段92を備えたものである。
The power generation plant control software automatic generation device 91 edits and executes control logic CAD data.
The edited data is saved with the change control number added, and the comparison request of the control logic CAD data and the CA of the control logic are stored.
Control logic CAD data editing and generation / comparison request receiving means 82 with a change management number for receiving a generation request from D data to control software, and a control logic CAD database with a conversion management number for storing control logic CAD data with a change management number 73, CAD data / intermediate language data conversion means 4 for converting CAD data of the control logic CAD database 73 with conversion management number into logic intermediate language data, and a logic intermediate language for storing the logic intermediate language data converted by this means A data storage memory 5, a control software generation means 7 for generating control software from the logic intermediate language data storage memory 5, a control software storage memory 8 for storing the control software, and a control logic CAD data editing with change management number A certain control logic CAD data A and a certain control logic CAD data B to be compared according to the comparison request from the generation / comparison request receiving means 82 are given to the CAD data / intermediate language data conversion means 4, and the respective intermediate language data are converted into the logic intermediate language. A control logic comparing means 86 for storing the difference information between the logic intermediate language data A and the logic intermediate language data B of these two memories in a control logic difference information memory 85; And a change history information creating means 92 for creating change history information from the difference information in the control logic difference information memory 85.

【0128】次に上記のように構成された発電プラント
制御用ソフト自動生成装置91の作用を説明する。
Next, the operation of the power generation plant control software automatic generation device 91 configured as described above will be described.

【0129】発電プラント制御用ソフト自動生成装置9
1は、変更管理番号付制御ロジックCADデータ編集及
び生成・比較要求受付手段82によりCRTから制御ロ
ジックCADデータの編集を行い、編集された制御ロジ
ックCADデータに変更管理番号を付けて変換管理番号
付制御ロジックCADデータベース73に保存する。
Automatic power generation plant control software generation device 9
1 edits the control logic CAD data from the CRT by the control logic CAD data editing and generation / comparison request receiving means 82 with a change management number, attaches a change management number to the edited control logic CAD data, and attaches a conversion management number. It is stored in the control logic CAD database 73.

【0130】また、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82はCRTよ
り入力される制御ロジックのCADデータから制御ソフ
トウェアへの生成要求を受け付けると、CADデータ/
中間言語データ変換手段4を起動する。
The control logic CAD with change management number
When the data editing and generation / comparison request receiving means 82 receives a generation request to the control software from the CAD data of the control logic input from the CRT, the CAD data / data
Activate the intermediate language data conversion means 4.

【0131】このCADデータ/中間言語データ変換手
段4が起動されると、CADデータ/中間言語データ変
換手段4は制御ロジックCADデータベース3からCA
Dデータを取り出し、制御ロジックのCADデータをロ
ジック中間言語データに変換してロジック中間言語デー
タ保存メモリ5に保存する。変換が終了すると、CAD
データ/中間言語データ変換手段4は制御ソフトウェア
生成手段7を起動する。
When the CAD data / intermediate language data conversion means 4 is activated, the CAD data / intermediate language data conversion means 4 reads the control logic CAD database 3
The D data is taken out, the CAD data of the control logic is converted into logic intermediate language data, and stored in the logic intermediate language data storage memory 5. When the conversion is completed, CAD
The data / intermediate language data conversion means 4 starts the control software generation means 7.

【0132】制御ソフトウェア生成手段7が起動される
と、この制御ソフトウェア生成手段7はロジック中間言
語データ保存メモリ5と制御付加条件データ保存メモリ
6からロジック中間言語データと制御付加条件データと
を取込んで、制御ソフトウェアを生成し、その制御ソフ
トウェアを制御ソフトウェア保存メモリ8に保存する。
When the control software generating means 7 is started, the control software generating means 7 takes in the logic intermediate language data and the control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6. Then, control software is generated, and the control software is stored in the control software storage memory 8.

【0133】また、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82はオペレー
タからの比較要求が入力されると制御ロジック比較手段
86を起動する。この制御ロジック比較手段86は、比
較するCADデータを変換管理番号付制御ロジックCA
Dデータベース73から取り出し順にCADデータ/中
間言語データ変換手段4を起動してロジック中間言語デ
ータに変換し、ロジック中間言語データ保存メモリ5に
保存されたデータをそれぞれロジック中間言語データA
メモリ83とロジック中間言語データBメモリ84に保
存し、ロジック中間言語データAとロジック中間言語デ
ータBの差分情報を制御ロジック差分情報メモリ85に
保存する。
The control logic CAD with change management number
The data editing and generation / comparison request receiving means 82 activates the control logic comparing means 86 when a comparison request is input from the operator. The control logic comparing means 86 converts the CAD data to be compared with the control logic CA with the conversion management number.
The CAD data / intermediate language data conversion means 4 is activated in the order of retrieval from the D database 73 to convert the data into logic intermediate language data.
The memory 83 and the logic intermediate language data B memory 84 store the difference information between the logic intermediate language data A and the logic intermediate language data B in the control logic difference information memory 85.

【0134】また、変更履歴情報作成手段92は制御ロ
ジック差分情報メモリ85の差分情報から変更履歴情報
を作成する。
The change history information creating means 92 creates change history information from the difference information in the control logic difference information memory 85.

【0135】図28に図27の差分情報を用いて作成し
た変更履歴情報の一例を示す。
FIG. 28 shows an example of the change history information created using the difference information of FIG.

【0136】このような構成の発電プラント制御用ソフ
ト自動生成装置91によれば、ロジック図中間言語デー
タの差分を変更履歴情報として生成することができる。
According to the power generation plant control software automatic generation device 91 having such a configuration, the difference between the logic diagram intermediate language data can be generated as the change history information.

【0137】[請求項11に対応する発明の実施の形
態]図11は請求項11に対応する発明を発電プラン卜
制御用ソフトウェア自動生成装置101に適用した場合
の実施の形態を示す構成図である。
[Embodiment of the Invention Corresponding to Claim 11] FIG. 11 is a block diagram showing an embodiment in which the invention corresponding to claim 11 is applied to an automatic power generation plant control software generation apparatus 101. is there.

【0138】発電プラント制御用ソフトウェア自動生成
装置101は、制御ロジックCADデータの編集を行
い、変更管理番号を付加して編集したデータを保存し、
制御ロジックCADデータの比較要求と制御ロジックの
CADデータから制御ソフトウェアへの生成要求を受け
付ける変更管理番号付制御ロジックCADデータ編集及
び生成・比較要求受付手段82と、変更管理番号付きの
制御ロジックCADデータを保存する変換管理番号付制
御ロジックCADデータベース73と、変換管理番号付
制御ロジックCADデータベース73のCADデータを
取込んでロジック中間言語データに変換するCADデー
タ/中間言語データ変換手段4と、この手段により変換
されたロジック中間言語データを保存するロジック中間
言語データ保存メモリ5と、このロジック中間言語デー
タ保存メモリ5からロジック中間言語データを取込んで
制御ソフトウェアを生成する制御ソフトウェア生成手段
7と、この制御ソフトウェアを保存する制御ソフトウェ
ア保存メモリ8と、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82からの比較
要求により比較するある制御ロジックCADデータAと
ある制御ロジックCADデータBをCADデータ/中間
言語データ変換手段4に与え、それぞれの中間言語デー
タをロジック中間言語データAメモリ83とロジック中
間言語データBメモリ84に保存し、ロジック中間言語
データAとロジック中間言語データBの差分情報を制御
ロジック差分情報メモリ85に保存する制御ロジック比
較手段86と、制御ロジック差分情報メモリ85の差分
情報を制御ロジックCADデータに付加する差分情報C
ADデータ付加手段102を備えたものである。
The power generation plant control software automatic generation apparatus 101 edits the control logic CAD data, saves the edited data by adding a change control number,
Control logic CAD data editing and generation / comparison request receiving means 82 for receiving a control logic CAD data comparison request and a generation request to the control software from the control logic CAD data, and control logic CAD data with a change management number Control logic CAD database 73 with conversion management number, CAD data / intermediate language data conversion means 4 for taking in the CAD data of control logic CAD database 73 with conversion management number and converting it into logic intermediate language data A logic intermediate language data storage memory 5 for storing logic intermediate language data converted by the above; a control software generating means 7 for taking in logic intermediate language data from the logic intermediate language data storage memory 5 to generate control software; Control And control software storage memory 8 to store the Towea, control logic CAD with change management number
A certain control logic CAD data A and a certain control logic CAD data B to be compared in response to a comparison request from the data editing and generation / comparison request receiving means 82 are given to the CAD data / intermediate language data conversion means 4 and each intermediate language data is converted into a logic. A control logic comparing means 86 for storing the intermediate language data A memory 83 and the logic intermediate language data B memory 84 and storing the difference information between the logic intermediate language data A and the logic intermediate language data B in the control logic difference information memory 85; Difference information C for adding the difference information in the logic difference information memory 85 to the control logic CAD data
An AD data adding unit 102 is provided.

【0139】次に上記のように構成された発電プラント
制御用ソフト自動生成装置101の作用を説明する。
Next, the operation of the power generation plant control software automatic generation apparatus 101 configured as described above will be described.

【0140】発電プラント制御用ソフト自動生成装置1
01は、変更管理番号付制御ロジックCADデータ編集
及び生成・比較要求受付手段82によりCRTから制御
ロジックCADデータを編集し、編集された制御ロジッ
クCADデータに変更管理番号を付けて変換管理番号付
制御ロジックCADデータベース73に保存する。
Automatic power generation plant control software generation device 1
01 is a control logic CAD data editing and generation / comparison request accepting means 82 for editing control logic CAD data from a CRT, assigning a change management number to the edited control logic CAD data, and adding a conversion management number. It is stored in the logic CAD database 73.

【0141】また、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82はCRTか
ら入力される制御ロジックのCADデータから制御ソフ
トウェアへの生成要求を受け付けると、CADデータ/
中間言語データ変換手段4を起動する。
The control logic CAD with change management number
When the data editing and generation / comparison request receiving means 82 receives a generation request to the control software from the CAD data of the control logic input from the CRT, the CAD data / data
Activate the intermediate language data conversion means 4.

【0142】CADデータ/中間言語データ変換手段4
が起動されると、このCADデータ/中間言語データ変
換手段4は制御ロジックCADデータベース3からCA
Dデータを取出して制御ロジックのCADデータをロジ
ック中間言語データに変換し、これをロジック中間言語
データ保存メモリ5に保存する。変換が終了すると、C
ADデータ/中間言語データ変換手段4は制御ソフトウ
ェア生成手段7を起動する。
CAD data / intermediate language data conversion means 4
Is activated, the CAD data / intermediate language data conversion means 4 reads the CA from the control logic CAD database 3
The D data is taken out, the CAD data of the control logic is converted into logic intermediate language data, and this is stored in the logic intermediate language data storage memory 5. When the conversion is complete, C
The AD data / intermediate language data conversion means 4 activates the control software generation means 7.

【0143】制御ソフトウェア生成手段7が起動される
と、この制御ソフトウェア生成手段7はロジック中間言
語データ保存メモリ5と制御付加条件データ保存メモリ
6からロジック中間言語データと制御付加条件データと
を取込んで制御ソフトウェアを生成し、その制御ソフト
ウェアを制御ソフトウェア保存メモリ8に保存する。
When the control software generating means 7 is started, the control software generating means 7 takes in the logic intermediate language data and the control additional condition data from the logic intermediate language data storage memory 5 and the control additional condition data storage memory 6. Generates control software, and stores the control software in the control software storage memory 8.

【0144】また、変更管理番号付制御ロジックCAD
データ編集及び生成・比較要求受付手段82はオぺレー
タから比較要求が入力されると、制御ロジック比較手段
86を起動する。
The control logic CAD with change management number
The data editing and generation / comparison request receiving means 82 activates the control logic comparing means 86 when a comparison request is input from the operator.

【0145】この制御ロジック比較手段86は比較する
CADデータを変換管理番号付制御ロジックCADデー
タベース73から取出し、順にCADデータ/中間言語
データ変換手段4を起動してロジック中間言語データに
変換し、ロジック中間言語データ保存メモリ5に保存さ
れたデータをそれぞれロジック中間言語データAメモリ
83とロジック中間言語データBメモリ84に保存し、
ロジック中間言語データAとロジック中間言語データB
の差分情報を制御ロジック差分情報メモリ85に保存す
る。
The control logic comparing means 86 takes out the CAD data to be compared from the control logic CAD database 73 with the conversion management number, activates the CAD data / intermediate language data converting means 4 in order, and converts them into logic intermediate language data. The data stored in the intermediate language data storage memory 5 is stored in a logic intermediate language data A memory 83 and a logic intermediate language data B memory 84, respectively.
Logic intermediate language data A and logic intermediate language data B
Is stored in the control logic difference information memory 85.

【0146】また、差分情報CADデータ付加手段10
2は制御ロジック差分情報メモリ85の差分情報を制御
ロジックCADデータに付加する。図29に図27の差
分情報を用いて作成した制御ロジックCADデータの一
例を示す。
Also, the difference information CAD data adding means 10
2 adds the difference information in the control logic difference information memory 85 to the control logic CAD data. FIG. 29 shows an example of control logic CAD data created using the difference information of FIG.

【0147】このような構成の発電ブラント制御用ソフ
ト自動生成装置101によれば、前記ロジック図中間言
語データの差分をCAD上で確認することができる。
According to the power generation brand control software automatic generation device 101 having such a configuration, the difference between the logic diagram intermediate language data can be confirmed on CAD.

【0148】[0148]

【発明の効果】以上述べたように本発明によれば、“あ
たり前”の条件を除いた抽象的なブロック図から“あた
り前”の条件を付加して制御ソフトウェアを作成し、か
つ付加した情報を可視化するようにしたので、プラン卜
の監視制御の進行状態の監視に利用でき、かつ制御ソフ
トウェアの生成において意味をもつ変更情報を明確にで
きるソフトウェア自動生成装置を提供することができ
る。
As described above, according to the present invention, control software is created by adding "natural" conditions from an abstract block diagram excluding "natural" conditions, and the added information is Since the visualization is performed, it is possible to provide an automatic software generation apparatus that can be used for monitoring the progress of plant monitoring and control and that can clarify change information that is significant in the generation of control software.

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

【図1】請求項1に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 1 is a block diagram showing an embodiment of a power plant control software automatic generation apparatus to which the invention corresponding to claim 1 is applied.

【図2】請求項2に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 2 is a block diagram showing an embodiment of a power plant control software automatic generation device to which the invention corresponding to claim 2 is applied.

【図3】請求項3に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 3 is a configuration diagram showing an embodiment of a power plant control software automatic generation apparatus to which the invention corresponding to claim 3 is applied.

【図4】請求項4に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 4 is a block diagram showing an embodiment of a power generation plant control software automatic generation apparatus to which the invention corresponding to claim 4 is applied.

【図5】請求項5に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 5 is a configuration diagram showing an embodiment of a power generation plant control software automatic generation apparatus to which the invention corresponding to claim 5 is applied.

【図6】請求項6に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 6 is a configuration diagram showing an embodiment of a power plant automatic software generation apparatus to which the invention corresponding to claim 6 is applied.

【図7】請求項7に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 7 is a block diagram showing an embodiment of a power plant control software automatic generation device to which the invention corresponding to claim 7 is applied.

【図8】請求項8に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 8 is a configuration diagram showing an embodiment of a power generation plant control software automatic generation device to which the invention corresponding to claim 8 is applied.

【図9】請求項9に対応する発明を適用した発電プラン
ト制御用ソフトウェア自動生成装置の実施の形態を示す
構成図。
FIG. 9 is a block diagram showing an embodiment of a power plant control software automatic generation apparatus to which the invention corresponding to claim 9 is applied.

【図10】請求項10に対応する発明を適用した発電プ
ラント制御用ソフトウェア自動生成装置の実施の形態を
示す構成図。
FIG. 10 is a configuration diagram showing an embodiment of a power plant control software automatic generation device to which the invention corresponding to claim 10 is applied.

【図11】請求項11に対応する発明を適用した発電プ
ラント制御用ソフトウェア自動生成装置の実施の形態を
示す構成図。
FIG. 11 is a configuration diagram showing an embodiment of a power plant control software automatic generation device to which the invention corresponding to claim 11 is applied.

【図12】請求項1に対応する発明の実施の形態におい
て、制御ロジックCADデータの一例を示す図。
FIG. 12 is a diagram showing an example of control logic CAD data in the embodiment of the invention corresponding to claim 1;

【図13】請求項1に対応する発明の実施の形態におい
て、制御付加条件テーブルの一例を示す図。
FIG. 13 is a diagram showing an example of a control additional condition table in the embodiment of the invention corresponding to claim 1;

【図14】請求項1に対応する発明の実施の形態におけ
る制御ソフトウェア作成手段により付加されるCADイ
メージ図。
FIG. 14 is a CAD image diagram added by control software creating means in the embodiment of the invention corresponding to claim 1;

【図15】請求項1に対応する発明の実施の形態におけ
る制御ソフトウェア生成手段7の制御付加条件付加処理
の流れ図。
FIG. 15 is a flowchart of a control additional condition adding process of the control software generating means 7 in the embodiment of the invention corresponding to claim 1;

【図16】請求項1に対応する発明の実施の形態におい
て、中間言語データ変換手段により変換されたロジック
中間言語データを示す図。
FIG. 16 is a diagram showing logic intermediate language data converted by intermediate language data conversion means in the embodiment of the invention corresponding to claim 1;

【図17】請求項1に対応する発明の実施の形態におい
て、制御付加条件を付加したロジック中間言語データの
一例を示す図。
FIG. 17 is a diagram showing an example of logic intermediate language data to which a control addition condition is added in the embodiment of the invention corresponding to claim 1;

【図18】請求項3に対応する発明の実施の形態におけ
る中間言語データ/CADデータ逆変換処理の流れ
図。、
FIG. 18 is a flowchart of an intermediate language data / CAD data reverse conversion process in the embodiment of the invention corresponding to claim 3; ,

【図19】請求項6に対応する発明の実施の形態におい
て、識別データを付けた制御付加条件を付加したロジッ
ク中間言語データの一例を示す図。
FIG. 19 is a diagram showing an example of logic intermediate language data to which a control additional condition with identification data is added in the embodiment of the invention corresponding to claim 6;

【図20】請求項6に対応する発明の実施の形態におい
て、付加条件識別データ付制御ロジックCADデータの
一例を示す図。
FIG. 20 is a diagram showing an example of control logic CAD data with additional condition identification data in the embodiment of the invention corresponding to claim 6;

【図21】請求項8に対応する発明の実施の形態におい
て、シート単位の変更管理番号の付け方の一例を示す
図。
FIG. 21 is a diagram showing an example of a method of assigning a change management number in sheet units in the embodiment of the invention corresponding to claim 8;

【図22】請求項8に対応する発明の実施の形態におい
て、制御処理単位の変更管理番号の付け方の一例を示す
図。
FIG. 22 is a diagram showing an example of a method of assigning a change management number of a control processing unit in the embodiment of the invention corresponding to claim 8;

【図23】請求項9に対応する発明の実施の形態におい
て、ロジック中間言語データAに対応するCADデータ
の一例を示す図。
FIG. 23 is a view showing an example of CAD data corresponding to logic intermediate language data A in the embodiment of the invention corresponding to claim 9;

【図24】請求項9に対応する発明の実施の形態におい
て、ロジック中間言語データBに対応するCADデータ
の一例を示す図。
FIG. 24 is a diagram showing an example of CAD data corresponding to logic intermediate language data B in the embodiment of the invention corresponding to claim 9;

【図25】請求項9に対応する発明の実施の形態におい
て、ロジック中間言語データAに対応するCADデータ
が中間言語データに変換された結果を示す図。
FIG. 25 is a diagram showing a result of converting CAD data corresponding to logic intermediate language data A into intermediate language data in the embodiment of the invention corresponding to claim 9;

【図26】請求項9に対応する発明の実施の形態におい
て、ロジック中間言語データBに対応するCADデータ
が中間言語データに変換された結果を示す図。
FIG. 26 is a diagram showing a result of converting CAD data corresponding to logic intermediate language data B into intermediate language data in the embodiment of the invention corresponding to claim 9;

【図27】請求項9に対応する発明の実施の形態におい
て、制御ロジック差分情報の一例を示す図。
FIG. 27 is a diagram showing an example of control logic difference information in the embodiment of the invention corresponding to claim 9;

【図28】請求項10に対応する発明の実施の形態にお
いて、変更履歴情報の一例を示す図。
FIG. 28 is a diagram showing an example of change history information in the embodiment of the invention corresponding to claim 10;

【図29】請求項11に対応する発明の実施の形態にお
いて、差分情報を付加下制御ロジックCADデータの一
例を示す図。
FIG. 29 is a diagram showing an example of control logic CAD data with added difference information in the embodiment of the invention corresponding to claim 11;

【図30】 従来の発電プラント制御用ソフトウェア自
動生成装置の構成図
FIG. 30 is a configuration diagram of a conventional power generation plant control software automatic generation device.

【符号の説明】[Explanation of symbols]

1…発電プラント制御用ソフト自動生成装置 2…制御ロジックCADデータ編集及び生成要求受付手
段 3…制御ロジックCADデータベース 4…CADデータ/中間言語データ変換手段 5…ロジック中間言語データ保存メモリ 6…制御付加条件データ保存メモリ 7…制御ソフトウェア生成手段 8…制御ソフトウェア保存メモリ 11…発電プラント制御用ソフト自動生成装置 12…制御付加条件付ロジック中間言語データ保存メモ
リ 21…発電プラント制御用ソフト自動生成装置 22…中間言語データ/CADデータ逆変換手段 31…発電プラント制御用ソフト自動生成装置 32…制御ロジックCADデータ保存メモリ 33…制御ソフトウェア保存メモリ 34…発電プラン卜監視制御手段 35…発電プラン卜監視制御装置 36…制御ソフトウェア及び制御ロジックCADデータ
出力手段 41…発電プラン卜制御用ソフト自動生成装置 51…発電プラント制御用ソフト自動生成装置 52…付加条件識別データ付中間言語データ/CADデ
ータ逆変換手段 61…発電ブラン卜制御用ソフト自動生成装置 71…発電プラント制御用ソフト自動生成装置 72…変更管理番号付制御ロジックCADデータ編集及
び生成要求受付手段 73…変換管理番号付制御ロジックCADデータベース 81…発電プラント制御用ソフト自動生成装置 82…変更管理番号付制御ロジックCADデータ編集及
び生成・比較要求受付手段 A83…ロジック中間言語データメモリ B84…ロジック中間言語データメモリ 85…制御ロジック差分情報メモリ 86…制御ロジック比較手段86 91…発電プラント制御用ソフト自動生成装置 92…変更履歴情報作成手段 101…発電プラント制御用ソフト自動生成装置 102…差分情報CADデータ付加手段 201…発電プラント制御用ソフト自動生成装置
DESCRIPTION OF SYMBOLS 1 ... Automatic generation apparatus of power generation plant control software 2 ... Control logic CAD data editing and generation request receiving means 3 ... Control logic CAD database 4 ... CAD data / intermediate language data conversion means 5 ... Logic intermediate language data storage memory 6 ... Control addition Condition data storage memory 7 Control software generation means 8 Control software storage memory 11 Automatic power generation plant control software automatic generation device 12 Logic intermediate language data storage memory with additional control condition 21 Automatic power generation plant control software automatic generation device 22 Intermediate language data / CAD data reverse conversion means 31 ... Power generation plant control software automatic generation device 32 ... Control logic CAD data storage memory 33 ... Control software storage memory 34 ... Power generation plant monitoring and control means 35 ... Power generation plant monitoring and control device 36 … System Software and control logic CAD data output means 41 ... Automatic software generator for power generation plant control 51 ... Automatic software generator for power generation plant control 52 ... Intermediate language data / CAD data reverse conversion means with additional condition identification data 61 ... Power generation brand Automatic generation software for control software 71: Automatic generation software for power generation plant control 72: Control logic CAD data editing and generation request receiving means with change management number 73: Control logic CAD database with conversion management number 81: Automatic software for power generation plant control Generation device 82: Control logic CAD data editing and generation / comparison request receiving means with change management number A83: Logic intermediate language data memory B84: Logic intermediate language data memory 85: Control logic difference information memory 86: Control logic comparison means 86 91 ... Departure Plant control software automatic generation system 92 ... change history information generating unit 101 ... power plant control software automatic generation system 102 ... differential information CAD data adding means 201 ... power plant control software automatic generation system

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウェアへの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、この制御ロジックCADデータ編集
手段により編集された制御ロジックCADデータを保存
する制御ロジックCADデータベースと、この制御ロジ
ックCADデータべースよりCADデータを取込んでロ
ジック中間言語データに変換するCADデータ/中間言
語デー夕変換手段と、この変換手段により変換されたロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリと、制御ソフトウェアを生成する際に付加
する制御条件を保存する制御付加条件データ保存メモリ
と、前記ロジック中間言語データ保存メモリと制御付加
条件データ保存メモリからロジック中間言語データと制
御付加条件データを取込んで制御ソフトウェアを生成す
る制御ソフトウェア生成手段と、この制御ソフトウェア
生成手段により生成された制御ソフトウェアを保存する
制御ソフトウェア保存メモリとを備えたことを特徴とす
るソフトウェア自動生成装置。
1. A control logic CAD data editing and generation request receiving means for receiving a request for editing control logic CAD data and generating control data from the control logic CAD data, and a control edited by the control logic CAD data editing means. A control logic CAD database for storing logic CAD data, CAD data / intermediate language data conversion means for taking in CAD data from the control logic CAD database and converting it into logic intermediate language data; A logic intermediate language data storage memory for storing the generated logic intermediate language data, a control additional condition data storage memory for storing control conditions added when generating control software, the logic intermediate language data storage memory and the control additional condition Data storage memo Control software generating means for generating control software by taking logic intermediate language data and control additional condition data from the memory, and a control software storage memory for storing the control software generated by the control software generating means. Characteristic software automatic generation device.
【請求項2】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウェアへの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、この制御ロジックCADデータ編集
手段により変編集された制御ロジックCADデータを保
存する制御ロジックCADデータベースと、前記制御ロ
ジックCADデータベースよりCADデータを取込んで
ロジック中間言語データに変換するCADデータ/中間
言語データ変換手段と、この変換手段により変換された
ロジック中間言語データを保存するロジック中間言語デ
ータ保存メモリと、制御ソフトウェアを生成する際に付
加する制御条件を保存する制御付加条件データ保存メモ
リと、前記ロジック中間言語データ保存メモリと制御付
加条件データ保存メモリからロジック中間言語データと
制御付加条件データわ取込んで制御ソフトウェアを生成
する制御ソフトウェア生成手段と、この制御ソフトウェ
ア生成手段の生成途中の制御付加条件付きロジック中間
言語データを保存する制御付加条件付ロジック中間言語
データ保存メモリと、前記制御ソフトウェア生成手段に
より生成された制御ソフトウェアを保存する制御ソフト
ウェア保存メモリを備えたことを特徴とするソフトウェ
ア自動生成装置。
2. A control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request and a generation request from the control logic CAD data to control software, and a control logic CAD data editing means. Control logic CAD database for storing control logic CAD data, CAD data / intermediate language data conversion means for taking in CAD data from the control logic CAD database and converting it into logic intermediate language data, and logic converted by the conversion means A logic intermediate language data storage memory for storing intermediate language data, a control additional condition data storage memory for storing control conditions added when generating control software, a logic intermediate language data storage memory and a control additional condition data storage memory; Control software generating means for generating control software by taking in logic intermediate language data and control additional condition data from a memory; and control additional conditions for storing logic intermediate language data with control additional conditions being generated by the control software generating means An automatic software generation apparatus comprising: a logic intermediate language data storage memory; and a control software storage memory for storing control software generated by the control software generation means.
【請求項3】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウェアヘの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、この制御ロジックCADデータ編集
手段により編集された制御ロジックCADデータを保存
する制御ロジックCADデータベースと、前記制御ロジ
ックCADデータベースよりCADデータを取込んでロ
ジック中間言語データに変換するCADデータ/中間言
語データ変換手段と、この変換手段により変換されたロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリと、制御ソフトウェアを生成する際に付加
する制御条件を保存する制御付加条件データ保存メモリ
と、前記ロジック中間言語データ保存メモリと制御付加
条件データ保存メモリからロジック中間言語データと制
御付加条件データとを取込んで制御ソフトウェアを生成
する制御ソフトウェア生成手段と、この制御ソフトウェ
ア生成手段の生成途中の制御付加条件付きロジック中間
言語データを保存する制御付加条件付きロジック中間言
語データ保存メモリと、前記制御ソフトウェア生成手段
により生成された制御ソフトウェアを保存する制御ソフ
トウェア保存メモリと、ロジック中間言語データから制
御ロジックCADデータヘ逆変換する中間言語データ/
CADデー夕逆変換手段を備えたことを特徴とするソフ
トウェア自動生成装置。
3. A control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request from a control logic CAD data to control software, and a control edited by the control logic CAD data editing means. A control logic CAD database for storing logic CAD data, CAD data / intermediate language data conversion means for taking CAD data from the control logic CAD database and converting it into logic intermediate language data, and a logic intermediate data converted by the conversion means A logic intermediate language data storage memory for storing language data, a control additional condition data storage memory for storing control conditions added when generating control software, the logic intermediate language data storage memory and a control additional condition data storage memo Control software generating means for generating control software by taking logic intermediate language data and control additional condition data from a memory, and control additional conditions for storing logic intermediate language data with control additional conditions being generated by the control software generating means Logic intermediate language data storage memory, control software storage memory for storing the control software generated by the control software generation means, and intermediate language data for inversely converting logic intermediate language data to control logic CAD data.
An automatic software generation device comprising CAD data conversion means.
【請求項4】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウェアへの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、この制御ロジックCADデータ編集
手段により編集された制御ロジックCADデータを保存
する制御ロジックCADデータベースと、この制御ロジ
ックCADデータべースよりCADデータを取込んでロ
ジック中間言語データに変換するCADデータ/中間言
語デー夕変換手段と、この変換手段により変換されたロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリと、前記ロジック中間言語データ保存メモ
リからロジック中間言語データを取込んで制御ソフトウ
ェアを生成する制御ソフトウェァ生成手段と、この制御
ソフトウェァ生成手段により生成された制御ソフトウェ
アを保存する制御ソフトウェア保存メモリを持ち、制御
ロジックCADデータを保存する制御ロジックCADデ
ータ保存メモリと、制御ソフトウェアを保存する制御ソ
フトウェア保存メモリと、前記制御ロジックCADデー
タ保存メモリと制御ソフトウェア保存メモリを用いて発
電プラントの監視制御を行う発電プラント監視制御手段
を備えた発電プラント監視制御装置に、前記制御ロジッ
クCADデータベースと制御ソフトウェア保存メモリよ
り制御ロジックCADデータと制御ソフトウェアを取込
んで出力する制御ソフトウェア及び制御ロジックCAD
データ出力手段を備えたことを特徴とする発電プラント
制御用ソフト自動生成装置。
4. Control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request from the control logic CAD data to control software, and control edited by the control logic CAD data editing means. A control logic CAD database for storing logic CAD data, CAD data / intermediate language data conversion means for taking in CAD data from the control logic CAD database and converting it into logic intermediate language data; Logic intermediate language data storage memory for storing the generated logic intermediate language data, control software generation means for generating logic intermediate language data from the logic intermediate language data storage memory and generating control software, and a control software generation means. A control logic CAD data storage memory for storing control logic CAD data, a control software CAD data storage memory for storing control logic CAD data, and a control software CAD data storage memory for storing control software. The control logic CAD data and control software are stored in the power plant monitoring and control device having the power plant monitoring and control means for monitoring and controlling the power plant using the control software storage memory from the control logic CAD database and the control software storage memory. Control software and control logic CAD
An automatic software generation apparatus for controlling a power plant, comprising a data output unit.
【請求項5】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウェアへの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、制御ロジックCADデータ編集手段
により編集された制御ロジックCADデータを保存する
制御ロジックCADデータベースと、この制御ロジック
CADデータベースよりCADデータを取込んでロジッ
ク中間言語データに変換するCADデータ/中間言語デ
ータ変換手段と、この変換手段により変換されたロジッ
ク中間言語データを保存するロジック中間言語データ保
存メモリと、制御ソフトウェアを生成する際に付加する
制御条件を保存する制御付加条件データ保存メモリと、
前記ロジック中間言語データ保存メモリと制御付加条件
データ保存メモリからロジック中間言語データと制御付
加条件データを取込んで制御ソフトウェアを生成する制
御ソフトウェア生成手段と、この制御ソフトウェア生成
手段の生成途中の制御付加条件付きロジック中間言語デ
ータを保存する制御付加条件付ロジック中間言語データ
保存メモリと、前記制御ソフトウェア生成手段により生
成された制御ソフトウェアを保存する制御ソフトウェア
保存メモリと、ロジック中間言語データから制御ロジッ
クCADデータヘ逆変換する中間言語データ/CADデ
ータ逆変換手段を持ち、制御ロジックCADデータを保
存する制御ロジックCADデータ保存メモリと、制御ソ
フトウェアを保存する制御ソフトウェア保存メモリと、
コレラ両メモリの制御ロジックCADデータと制御ソフ
トウェアを用いてプラントの監視制御を行うプラント監
視制御手段を備えたプラント監視制御装置に、前記制御
ロジックCADデータベースと制御ソフトウェア保存メ
モリより制御ロジックCADデータと制御ソフトウェア
とを取込んで出力する制御ソフトウェア及び制御ロジッ
クCADデータ出力手段を備えたことを特徴とするソフ
トウェア自動生成装置。
5. A control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing and generation request from the control logic CAD data to control software, and a control logic edited by the control logic CAD data editing means. Control logic CAD database for storing CAD data, CAD data / intermediate language data conversion means for taking in CAD data from the control logic CAD database and converting it into logic intermediate language data, and logic intermediate language converted by the conversion means A logic intermediate language data storage memory for storing data, a control additional condition data storage memory for storing control conditions added when generating control software,
Control software generation means for taking in logic intermediate language data and control additional condition data from the logic intermediate language data storage memory and control additional condition data storage memory to generate control software; and control addition during the generation of the control software generation means A control additional logic intermediate language data storage memory for storing conditional logic intermediate language data, a control software storage memory for storing the control software generated by the control software generation means, and a control logic CAD data to the control logic CAD data. A control logic CAD data storage memory having intermediate language data / CAD data reverse conversion means for performing reverse conversion and storing control logic CAD data; a control software storage memory storing control software;
A plant monitoring control device having a plant monitoring control means for monitoring and controlling a plant using control logic CAD data and control software of both cholera memories is provided with control logic CAD data and control data from the control logic CAD database and control software storage memory. An automatic software generation apparatus comprising control software for taking in and outputting software and control logic CAD data output means.
【請求項6】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウエアへの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、この制御ロジックCADデータ編集
手段により編集された制御ロジックCADデータを保存
する制御ロジックCADデータベースと、この制御ロジ
ックCADデー夕ベースよりCADデータを取込んでロ
ジック中間言語データに変換するCADデータ/中間言
語データ変換手段と、この変換手段により変換されたロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリと、制御ソフトウェアを生成する際に付加
する制御条件を保存する制御付加条件データ保存メモリ
と、前記ロジック中間言語データ保存メモリと制御付加
条件データ保存メモリからロジック中間言語データと制
御付加条件データを取込んで制御ソフトウェアを生成す
る制御ソフトウェア生成手段と、この制御ソフトウェア
生成手段の生成途中の制御付加条件付きロジック中間言
語データを保存する制御付加条件付きロジック中間言語
データ保存メモリと、前記制御ソフトウェア生成手段に
より生成された制御ソフトウェアを保存する制御ソフト
ウェア保存メモリと、前記制御付加条件付ロジック中間
言語データ保存メモリより制御付加条件付ロジック中間
言語データを取込んで制御ロジックCADデータに逆変
換する付加条件識別データ付中間言語データ−CADデ
ータ逆変換手段を備えたことを特徴とするソフトウェア
自動生成装置。
6. A control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing and generation request from the control logic CAD data to the control software, and a control logic CAD data editing means. A control logic CAD database for storing control logic CAD data, CAD data / intermediate language data conversion means for taking in CAD data from the control logic CAD database and converting the data into logic intermediate language data; Logic intermediate language data storage memory for storing logic intermediate language data, control additional condition data storage memory for storing control conditions added when generating control software, logic intermediate language data storage memory and control additional condition data Save notes Control software generating means for generating control software by taking logic intermediate language data and control additional condition data from the memory, and with control additional conditions for storing logic intermediate language data with control additional conditions being generated by the control software generating means A logic intermediate language data storage memory, a control software storage memory for storing the control software generated by the control software generation means, and a logic intermediate language data with control addition condition from the logic intermediate language data storage memory with control addition condition. An automatic software generation apparatus, comprising: an intermediate language data with additional condition identification data-CAD data reverse conversion means for converting the intermediate language data with additional condition identification data into reverse conversion into control logic CAD data.
【請求項7】 制御ロジックCADデータの編集と制御
ロジックのCADデータから制御ソフトウェアへの生成
要求を受け付ける制御ロジックCADデータ編集及び生
成要求受付手段と、この制御ロジックCADデータ編集
手段により編集された制御ロジックCADデータを保存
する制御ロジックCADデータベースと、前記制御ロジ
ックCADデー夕ベースよりCADデータを取込んでロ
ジック中間言語データに変換するCADデータ/中間言
語データ変換手段と、bk変換手段により変換されたロ
ジック中間言語データを保存するロジック中間言語デー
タ保存メモリと、制御ソフトウェアを生成する際に付加
する制御条件を保存する制御付加条件データ保存メモリ
と、前記ロジック中間言語データ保存メモリと制御付加
条件データ保存メモリからロジック中間言語データと制
御付加条件データを取込んで制御ソフトウェアを生成す
る制御ソフトウェア生成手段と、この制御ソフトウェア
生成手段の生成途中の制御付加条件付きロジック中間言
語データを保存する制御付加条件付ロジック中間言語デ
ータ保存メモリと、前記制御ソフトウェア生成手段によ
り生成された制御ソフトウェアを保存する制御ソフトウ
ェア保存メモリと、前記制御付加条件付ロジック中間言
語データ保存メモリより制御付加条件付ロジック中間言
語データを取込んで制御ロジックCADデータに逆変換
する付加条件識別データ付中間言語データ−CADデー
タ逆変換手段を持ち、制御ロジックCADデータを保存
する制御ロジックCADデータ保存メモリと、制御ソフ
トウェアを保存する制御ソフトウェア保存メモリと、こ
れら両メモリの制御ロジックCADデータと制御ソフト
ウェアを用いてプラン卜の監視制御を行うプラント監視
制御手段を備えたプラント監視制御装置に、前記制御ロ
ジックCADデータベースと制御ソフトウェア保存メモ
リより制御ロジックCADデータと制御ソフトウェアと
を取込んで出力する制御ソフトウェア及ぴ制御ロジック
CADデータ出力手段を備えたことを特徴とするソフト
ウェア自動生成装置。
7. A control logic CAD data editing and generation request receiving means for receiving a control logic CAD data editing request and a generation request from the control logic CAD data to the control software, and a control edited by the control logic CAD data editing means. A control logic CAD database for storing logic CAD data, CAD data / intermediate language data conversion means for taking in CAD data from the control logic CAD database and converting it into logic intermediate language data, and bk conversion means Logic intermediate language data storage memory for storing logic intermediate language data, control additional condition data storage memory for storing control conditions added when generating control software, the logic intermediate language data storage memory and control additional condition data storage Note Control software generating means for generating control software by taking in logic intermediate language data and control additional condition data from a memory, and control additional conditions for storing logic intermediate language data with control additional conditions being generated by the control software generating means A logic intermediate language data storage memory, a control software storage memory for storing the control software generated by the control software generation means, and a logic intermediate language data with control addition condition from the logic intermediate language data storage memory with control addition condition. Control logic CAD data storage memory for storing intermediate logic data with additional condition identification data and CAD data for converting back to control logic CAD data, and control software for storing control software A plant monitoring and control device having a plant monitoring control means for monitoring and controlling a plant using control logic CAD data and control software of both memories, and a control logic CAD database and a control software storage memory. An automatic software generation device comprising control software for taking in and outputting logic CAD data and control software and control logic CAD data output means.
【請求項8】 制御ロジックCADデータの編集し変更
管理番号を付加して編集したデータを保存し、制御ロジ
ックのCADデータから制御ソフトウェアへの生成要求
を受け付ける変更管理番号付制御ロジックCADデータ
編集及び生成要求受付手段と、この変更管理番号付制御
ロジックCADデータ編集手段により編集された変更管
理番号付きの制御ロジックCADデータを保存する変換
管理番号付制御ロジックCADデータベースと、この変
換管理番号付制御ロジックCADデータベースより変換
管理番号付制御ロジックCADデータを取込んでロジッ
ク中間言語デーダに変換するCADデータ/中間言語デ
ータ変換手段と、この変換手段により変換されたロジッ
ク中間言語データを保存するロジック中間言語データ保
存メモリと、このロジック中間言語データ保存メモリか
らロジック中間言語データを取込んで制御ソフトウェア
を生成する制御ソフトウェア生成手段と、この制御ソフ
トウェア生成手段により生成された制御ソフトウェアを
保存する制御ソフトウェア保存メモリを備えたことを特
徴とするソフトウェア自動生成装置。
8. Editing of control logic CAD data, adding the change management number to the edited data, storing the edited data, and accepting a generation request from the CAD data of the control logic to the control software. A generation request receiving unit, a control logic CAD database with a conversion management number for storing control logic CAD data with a change management number edited by the control logic CAD data editing unit with a change management number, and a control logic with the conversion management number CAD data / intermediate language data conversion means for taking control logic CAD data with a conversion management number from a CAD database and converting it into logic intermediate language data, and logic intermediate language data for storing the logic intermediate language data converted by the conversion means Save memory and this log Control software generating means for taking in logic intermediate language data from a magic intermediate language data storage memory to generate control software; and a control software storage memory for storing control software generated by the control software generation means. Software automatic generation device.
【請求項9】 制御ロジックCADデータの編集し変更
管理番号を付加して編集したデータを保存し、制御ロジ
ックCADデータの比較要求と制御ロジックのCADデ
ータから制御ソフトウェアへの生成要求を受け付ける変
更管理番号付制御ロジックCADデータ編集及び生成・
比較要求受付手段と、この変更管理番号付制御ロジック
CADデータ編集手段により編集された変更管理番号付
きの制御ロジックCADデータを保存する変換管理番号
付制御ロジックCADデータベースと、この変換管理番
号付制御ロジックCADデータベースよりCADデータ
を取込んでロジック中間言語データに変換するCADデ
ータ/中間言語データ変換手段と、この変換手段により
変換されたロジック中間言語データを保存するロジック
中間言語データ保存メモリと、このロジック中間言語デ
ータ保存メモリからロジック中間言語データを取込んで
制御ソフトウェアを生成する制御ソフトウェア生成手段
と、この制御ソフトウェア生成手段により生成された制
御ソフトウェアを保存する制御ソフトウェア保存メモリ
と、前記生成・比較要求受付手段からの比較要求により
比較するある制御ロジックCADデータAとある制御ロ
ジックCADデータBをCADデータ/中間言語データ
変換手段に与えそれぞれの中間言語データをロジック中
間言語データとして保存し、これら両ロジック中間言語
データの差分情報を制御ロジック差分情報メモリに保存
する制御ロジック比較手段を備えたことを特徴とするソ
フトウェア自動生成装置。
9. Change management for editing control logic CAD data, adding a change management number, storing the edited data, and receiving a request for comparison of control logic CAD data and a request for generation of control software from CAD data of control logic to control software. Editing and generation of numbered control logic CAD data
A comparison request receiving unit, a control logic CAD database with a conversion management number for storing the control logic CAD data with a change management number edited by the control logic CAD data editing unit with a change management number, and the control logic with the conversion management number CAD data / intermediate language data conversion means for taking in CAD data from a CAD database and converting it into logic intermediate language data, logic intermediate language data storage memory for storing logic intermediate language data converted by the conversion means, and logic Control software generating means for taking in logic intermediate language data from the intermediate language data storage memory to generate control software; control software storage memory for storing control software generated by the control software generating means; A certain control logic CAD data A and a certain control logic CAD data B to be compared in response to a comparison request from the request receiving means are given to CAD data / intermediate language data conversion means, and each intermediate language data is stored as logic intermediate language data. An automatic software generation device comprising control logic comparison means for storing difference information of logic intermediate language data in a control logic difference information memory.
【請求項10】 制御ロジックCADデータの編集し変
更管理番号を付加して編集したデータを保存し、制御ロ
ジックCADデータの比較要求と制御ロジックのCAD
データから制御ソフトウェアへの生成要求を受け付ける
変更管理番号付制御ロジックCADデータ編集及び生成
・比較要求受付手段と、この変更管理番号付制御ロジッ
クCADデータ編集手段により編集された変更管理番号
付きの制御ロジックCADデータを保存する変換管理番
号付制御ロジックCADデータベースと、この変換管理
番号付制御ロジックCADデータベースよりCADデー
タを取込んでロジック中間言語データに変換するCAD
データ/中間言語データ変換手段と、この変換手段によ
り変換されたロジック中間言語データを保存するロジッ
ク中間言語データ保存メモリと、このロジック中間言語
データ保存メモリからロジック中間言語データを取込ん
で制御ソフトウェアを生成する制御ソフトウェア生成手
段と、この制御ソフトウェア生成手段により生成された
制御ソフトウェアを保存する制御ソフトウェア保存メモ
リと、前記生成・比較要求受付手段からの比較要求によ
り比較するある制御ロジックCADデータAとある制御
ロジックCADデー夕BをCADデータ/中間言語デー
タ変換手段に与え、それぞれの中間言語データをロジッ
ク中間言語データとして保存し、これら両ロジック中間
言語データの差分情報を制御ロジック差分情報メモリに
保存する制御ロジック比較手段と、前記制御ロジック差
分情報メモリより差分情報を取込んで変更履歴情報を作
成する変更履歴情報作成手段を備えたことを特徴とする
ソフトウェア自動生成装置。
10. The control logic CAD data is edited, the edited data is added with a change control number, and the edited data is stored. The control logic CAD data comparison request and the control logic CAD are added.
Control logic with change management number for accepting a generation request from data to control software CAD data editing and generation / comparison request receiving means, and control logic with change management number edited by the control logic with change management number CAD data editing means A control logic CAD database with a conversion management number that stores CAD data, and a CAD that fetches CAD data from the control logic CAD database with the conversion management number and converts it into logic intermediate language data
Data / intermediate language data conversion means, logic intermediate language data storage memory for storing logic intermediate language data converted by the conversion means, and logic intermediate language data taken from the logic intermediate language data storage memory to control software There is a control software generating means for generating, a control software storage memory for storing the control software generated by the control software generating means, and a certain control logic CAD data A to be compared by a comparison request from the generation / comparison request receiving means. The control logic CAD data B is supplied to CAD data / intermediate language data conversion means, each intermediate language data is stored as logic intermediate language data, and difference information between these two logic intermediate language data is stored in a control logic difference information memory. Control logistics And click comparing means, said control logic difference information memory software automatically generating apparatus characterized by having a change history information creating means for creating a change history information by captures and difference information from.
【請求項11】 制御ロジックCADデータの編集し変
更管理番号を付加して編集したデータを保存し、制御ロ
ジックCADデータの比較要求と制御ロジックのCAD
データから制御ソフトウェアへの生成要求を受け付ける
変更管理番号付制御ロジックCADデータ編集及び生成
・比較要求受付手段と、この変更管理番号付制御ロジッ
クCADデータ編集手段により編集された変更管理番号
付きの制御ロジックCADデータを保存する変換管理番
号付制御ロジックCADデータベースと、この変換管理
番号付制御ロジックCADデータベースよりCADデー
タを取込んでロジック中間言語データに変換するCAD
データ/中間言語データ変換手段と、この変換手段によ
り変換されたロジック中間言語データを保存するロジッ
ク中間言語データ保存メモリと、このロジック中間言語
データ保存メモリからロジック中間言語データを取込ん
で制御ソフトウェアを生成する制御ソフトウェァ生成手
段と、この制御ソフトウェァ生成手段により生成された
制御ソフトウェアを保存する制御ソフトウェア保存メモ
リと、前記生成・比較要求受付手段からの比較要求によ
り比較するある制御ロジックCADデータAとある制御
ロジックCADデー夕BをCADデータ/中間言語デー
タ変換手段に与え、それぞれの中間言語データをロジッ
ク中間言語データとして保存し、これら両ロジック中間
言語データの差分情報を制御ロジック差分情報メモリに
保存する制御ロジック比較手段と、前記制御ロジック差
分情報メモリより差分情報を取込んで制御ロジックCA
Dデータに付加する差分情報CADデータ付加手段を備
えたことを特徴とするソフトウェア自動生成装置。
11. The control logic CAD data is edited, the edited data is added with a change control number, and the edited data is saved. The control logic CAD data comparison request and the control logic CAD are output.
Control logic with change management number for accepting a generation request from data to control software CAD data editing and generation / comparison request receiving means, and control logic with change management number edited by the control logic with change management number CAD data editing means A control logic CAD database with a conversion management number that stores CAD data, and a CAD that fetches CAD data from the control logic CAD database with the conversion management number and converts it into logic intermediate language data
Data / intermediate language data conversion means, logic intermediate language data storage memory for storing logic intermediate language data converted by the conversion means, and logic intermediate language data taken from the logic intermediate language data storage memory to control software There is a control software generating means for generating, a control software storage memory for storing the control software generated by the control software generating means, and a certain control logic CAD data A to be compared by a comparison request from the generation / comparison request receiving means. The control logic CAD data B is supplied to CAD data / intermediate language data conversion means, each intermediate language data is stored as logic intermediate language data, and difference information between these two logic intermediate language data is stored in a control logic difference information memory. Control logistics And click comparing means, the control logic CA crowded preparative difference information from said control logic difference information memory
An automatic software generation device, comprising: difference information CAD data adding means for adding to D data.
JP18140497A 1997-07-07 1997-07-07 Automatic software generating device Pending JPH1124908A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18140497A JPH1124908A (en) 1997-07-07 1997-07-07 Automatic software generating device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18140497A JPH1124908A (en) 1997-07-07 1997-07-07 Automatic software generating device

Publications (1)

Publication Number Publication Date
JPH1124908A true JPH1124908A (en) 1999-01-29

Family

ID=16100172

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18140497A Pending JPH1124908A (en) 1997-07-07 1997-07-07 Automatic software generating device

Country Status (1)

Country Link
JP (1) JPH1124908A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015106317A (en) * 2013-11-29 2015-06-08 株式会社東芝 Plant control logic design support system, plant control logic design support method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015106317A (en) * 2013-11-29 2015-06-08 株式会社東芝 Plant control logic design support system, plant control logic design support method, and program

Similar Documents

Publication Publication Date Title
JPH07191840A (en) Automatic program generator
JPH09146931A (en) Document type definition generating device
JP2000003379A (en) Drawing preparation device in product model
JPH1124908A (en) Automatic software generating device
JP2003030016A (en) Method and system for converting data, and processing program therefor
JPH10171784A (en) Device for preparing document
JP2800789B2 (en) Process flow creation system
JP2611641B2 (en) Data item name converter
JPWO2008146781A1 (en) Structured document converter
JPH05100718A (en) Peripheral device for programmable controller
JP3087699B2 (en) Standard information simple input system and standard information simple input method
JP2003006559A (en) Print parameter slip output system
JPS63118928A (en) Crt displaying and slip print outputting system
JPH06214777A (en) Method and device for developiig program
JPH10149208A (en) Method for comparing program and device for preparing controller program
JPH09282335A (en) Converting method for cad drawing
JP2606566B2 (en) Screen creation and display method for demonstration
JPH02238523A (en) Production processing system for sequence table
JPH10105589A (en) Circuit diagram designing method considering specification, circuit information preparing method and cad system
JP2000165518A (en) Station data input screen controller and its method
JPH05143545A (en) Instruction selection/execution processing system of plural instructions texts
JPH03225523A (en) Operation visualization device for software component
JPH1069377A (en) Program developing method using hipo
JP2000284827A (en) Design assisting device for plant screen
JPH03235177A (en) Net display type logic drawing input system