JP5506635B2 - Engineering tools - Google Patents
Engineering tools Download PDFInfo
- Publication number
- JP5506635B2 JP5506635B2 JP2010248551A JP2010248551A JP5506635B2 JP 5506635 B2 JP5506635 B2 JP 5506635B2 JP 2010248551 A JP2010248551 A JP 2010248551A JP 2010248551 A JP2010248551 A JP 2010248551A JP 5506635 B2 JP5506635 B2 JP 5506635B2
- Authority
- JP
- Japan
- Prior art keywords
- change
- circuit diagram
- text data
- engineering tool
- program
- 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.)
- Active
Links
- 238000010586 diagram Methods 0.000 claims description 120
- 230000006870 function Effects 0.000 claims description 76
- 238000000605 extraction Methods 0.000 claims description 59
- 239000000284 extract Substances 0.000 claims description 12
- 238000012546 transfer Methods 0.000 claims description 10
- 238000013507 mapping Methods 0.000 claims 1
- 210000003169 central nervous system Anatomy 0.000 description 5
- 238000000034 method Methods 0.000 description 5
- 238000007792 addition Methods 0.000 description 4
- 230000001343 mnemonic effect Effects 0.000 description 4
- 238000012217 deletion Methods 0.000 description 2
- 230000037430 deletion Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
Images
Landscapes
- Programmable Controllers (AREA)
Description
この発明は、プラント機器を制御するコントローラで用いられるグラフィカルな形式のプログラムの変更点を抽出するエンジニアリングツールに関するものである。 The present invention relates to an engineering tool for extracting changes in a program in a graphical format used in a controller for controlling plant equipment.
従来のプログラムの変更点抽出機能に関して、例えば、特許文献1では、ラダーの回路図を、行単位で、最小エディット経路アルゴリズムを用いて比較し、プログラムの変更箇所を特定する方式を提案している。
Regarding a conventional program change point extraction function, for example,
従来のプログラムの変更点抽出機能では、ラダーのOR回路の縦線がある場合など、複雑な回路図では、ノードレベルまでの変更点が抽出できない。
これに対して、ビットマップレベルでの比較や、図形を配置する座標単位での比較により、ノードレベルまでの変更点を抽出する方法が考えられる。しかし、ビットマップや座標単位で比較すると、ノードの位置がずれた場合など、論理的には変更のない回路図まで抽出されるため、実際に使用する上では、適用が困難である。
論理的に変更された箇所を抽出する方法として、CNS(コントローラ)で実行するためのコンパイル後のニーモニック表現を用いて、変更点を抽出する方式も考えられるが、一般的に、図形表現とニーモニックは1対1に対応しない(同じ図形に見えても、コンパイル後のニーモニックが異なる場合がある)ため、グラフィカルエディタ上では変更していないように見える箇所が、ニーモニックが異なるために変更されたように抽出されることがあり、本方式も適用が困難である。
The conventional program change point extraction function cannot extract changes up to the node level in a complicated circuit diagram such as when there is a vertical line of the ladder OR circuit.
On the other hand, a method of extracting a change point up to the node level by comparison at a bitmap level or by comparison at a coordinate unit where a figure is arranged can be considered. However, when compared with bitmaps or coordinate units, circuit diagrams that are logically unchanged, such as when the position of a node is shifted, are extracted, so that it is difficult to apply in actual use.
As a method for extracting a logically changed portion, a method of extracting a change point by using a mnemonic expression after compilation for execution by a CNS (controller) can be considered, but generally, a graphic expression and a mnemonic are used. Does not correspond one-to-one (the mnemonic after compilation may be different even if it looks the same figure), so the part that does not seem to change on the graphical editor seems to have changed because the mnemonic is different This method is also difficult to apply.
この発明は、上述のような課題を解決するためになされたものであり、グラフィカルな形式のプログラムの変更点を、文書比較アルゴリズムであるO(ND)アルゴリズムを用いて効率よく抽出するエンジニアリングツールを得ることを目的にしている。 The present invention has been made to solve the above-described problems, and provides an engineering tool for efficiently extracting changes in a program in a graphical format using an O (ND) algorithm that is a document comparison algorithm. The purpose is to get.
この発明に係わるエンジニアリングツールにおいては、グラフィカルな形式のプログラムである回路図データを作成するプログラムエディタを有するエンジニアリングツールにおいて、変更前の回路図データ及び変更後の回路図データから、それぞれ回路図の各ノードの接続情報であるネット情報を抽出して、それぞれ変更前のテキストデータ及び変更後のテキストデータとして保存するネット情報抽出手段、このネット情報抽出手段によって抽出され、保存された変更前のテキストデータ及び変更後のテキストデータから、文書比較アルゴリズムであるO(ND)アルゴリズムにより両テキストデータの最短エディット距離を求めて両テキストデータ間の変更点を抽出するDiff手段、及びこのDiff手段の出力を、変更前の回路図データ及び変更後の回路図データにマッピングして回路図変更点リストを生成する回路図変更点リスト生成手段を備えたものである。 In the engineering tool according to the present invention, in the engineering tool having a program editor for creating circuit diagram data which is a program in a graphical format, each circuit diagram is obtained from the circuit diagram data before the change and the circuit diagram data after the change. Net information extraction means for extracting net information, which is node connection information, and storing it as text data before change and text data after change, respectively, and text data before change extracted and stored by this net information extraction means And from the text data after the change, Diff means for obtaining the shortest edit distance between the two text data by the O (ND) algorithm which is a document comparison algorithm and extracting the change point between the two text data, and the output of the Diff means, Circuit diagram before change Those having a circuit diagram changes list generating means for generating a circuit diagram changes list mapped to data and circuit diagram data after the change.
この発明は、以上説明したように、グラフィカルな形式のプログラムである回路図データを作成するプログラムエディタを有するエンジニアリングツールにおいて、変更前の回路図データ及び変更後の回路図データから、それぞれ回路図の各ノードの接続情報であるネット情報を抽出して、それぞれ変更前のテキストデータ及び変更後のテキストデータとして保存するネット情報抽出手段、このネット情報抽出手段によって抽出され、保存された変更前のテキストデータ及び変更後のテキストデータから、文書比較アルゴリズムであるO(ND)アルゴリズムにより両テキストデータの最短エディット距離を求めて両テキストデータ間の変更点を抽出するDiff手段、及びこのDiff手段の出力を、変更前の回路図データ及び変更後の回路図データにマッピングして回路図変更点リストを生成する回路図変更点リスト生成手段を備えたので、回路図データの論理的に変更された箇所を正しく抽出することができる。 As described above, according to the present invention, in an engineering tool having a program editor for creating circuit diagram data that is a program in a graphical format, circuit diagrams can be obtained from circuit diagram data before change and circuit diagram data after change, respectively. Net information extraction means for extracting net information, which is connection information of each node, and storing it as text data before change and text data after change, respectively, and text before change that is extracted and saved by this net information extraction means Diff means for obtaining the shortest edit distance between the two text data from the data and the changed text data by the O (ND) algorithm, which is a document comparison algorithm, and extracting the change point between the two text data, and the output of the Diff means , Circuit diagram data before change and times after change Since with the circuit diagram changes list generating means for generating a circuit diagram changes list mapped to Figure, it is possible to correctly extract the logically modified portion of the circuit diagram data.
実施の形態1.
以下、この発明の実施の形態1を図に基づいて説明する。
図1は、この発明の実施の形態1によるエンジニアリングツールを含む全体システムを示す構成図である。
図1において、エンジニアリングツール1は、エンジニアリング機能を格納するプログラムメモリ101と、機能を呼び出して実行するCPU100と、演算用の一時記憶装置であるRAM102と、エンジニアリングツール1で生成される情報を半永久的に格納する外部記憶装置103により構成される。エンジニアリングツール1で作成され、外部記憶装置103に格納されたプログラムは、制御ネットワーク4を経由してCNS(コントローラ)2、3に転送され、プラント機器6を制御するコントローラの制御用ロジックとして使用される。
FIG. 1 is a configuration diagram showing an entire system including an engineering tool according to
In FIG. 1, an
CNS2は、エンジニアリングツール1で作成されたプログラムを格納する不揮発性メモリ204と、演算用プログラムを格納するプログラムメモリ201と、プログラムを読み出して実行するCPU200から構成される。
CNS3は、CNS2と同様の構成で、エンジニアリングツール1で作成されたプログラムを格納する不揮発性メモリ304と、演算用プログラムを格納するプログラムメモリ301と、プログラムを読み出して実行するCPU300から構成される。
CNS2、3にはプラント機器6が接続され、CPU200、300で実行されるプログラムは、プラント機器6からの入力を受けて演算を行い、その結果をプラント機器6に出力する。
CNS2とCNS3は、二重系を構成しており、トラッキングケーブル5で接続される。A系(制御系)のダウン時、B系に制御が切替る。A系からB系には、トラッキングケーブル5経由で、プログラム実行用のデータがコピー(トラッキング)され、切替り後のB系は、それまでにA系(制御系)で実行していたデータで、プログラムの実行を再開できるようになっている。
The
The CNS 3 has the same configuration as the
A plant device 6 is connected to the
CNS2 and CNS3 constitute a duplex system and are connected by a
図2は、この発明の実施の形態1によるエンジニアリングツールを示す構成図である。
図2において、エンジニアリングツール1は、プログラムエディタ12を使って、グラフィカルな形式のプログラムを作成する。作成したプログラムは、図1の外部記憶装置103の中に、変更前プロジェクト13と変更後プロジェクト14のように、プロジェクト単位で保存される。
変更点抽出機能16は、変更前プロジェクト13と、変更後プロジェクト14から、プログラム情報を読み出し、それらの間の変更点を抽出して、回路図変更点リスト17のドキュメントを生成する。回路図変更点リスト17は、変更前と変更後のグラフィカルなプログラムを並べて、変更箇所にマークをつけられたWORD(登録商標、以下同じ)のドキュメントファイルであり、後述するラダープログラムごとに作成される。
回路図変更点リスト17を、そのまま正式な文書として使用するときのために、図枠用のWORDファイル15を別途用意することで、図枠をオーバレイしてWORDファイルを生成する。
WORDファイルである回路図変更点リスト17は、WORD18を使い、必要に応じて編集したり、紙ファイル19へ印刷することが可能である。
FIG. 2 is a block diagram showing an engineering tool according to
In FIG. 2, the
The change
In order to use the circuit diagram
The circuit diagram
図3は、この発明の実施の形態1によるエンジニアリングツールの変更点抽出機能を示す構成図である。
図3において、13〜17は図2におけるものと同一のものである。図3は、変更点抽出機能16の詳細を示すものである。
変更前プロジェクト13と、変更後プロジェクト14には、それぞれ、プログラムエディタ12で作成された変更前の回路図データ21と、変更後の回路図データ22が含まれる。
ネット情報抽出機能23(ネット情報抽出手段)は、回路図データ21、22からネット情報(各ノード間の接続情報)を抽出し、それぞれテキストデータ(変更前)24と、テキストデータ(変更後)25を生成する。
Diff機能26(Diff手段)は、テキストデータ(変更前)24と、テキストデータ(変更後)25を入力として、文書比較アルゴリズムであるO(ND)アルゴリズムを使って、両テキストの最短エディット距離を求め、変更箇所を抽出する。
WORD生成機能27(回路図変更点リスト生成手段)は、Diff機能26が抽出した変更箇所と、図枠用のWORDファイル15を入力として、WORDファイルである回路図変更点リスト17を生成する。
FIG. 3 is a configuration diagram showing the change point extraction function of the engineering tool according to the first embodiment of the present invention.
In FIG. 3, 13 to 17 are the same as those in FIG. FIG. 3 shows details of the change
The
The net information extraction function 23 (net information extraction means) extracts net information (connection information between each node) from the
The Diff function 26 (Diff means) receives the text data (before change) 24 and the text data (after change) 25 as input, and uses the O (ND) algorithm, which is a document comparison algorithm, to calculate the shortest edit distance between the two texts. Find and extract the changes.
The WORD generation function 27 (circuit diagram change point list generation means) receives the change location extracted by the
図4は、この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられる回路図データ(変更前)の例を示す図である。
図4において、変更前プロジェクト13に含まれる変更前の回路図データ21の例として、ラダー回路図を示している。
FIG. 4 is a diagram showing an example of circuit diagram data (before change) used for extracting a change point of the engineering tool according to the first embodiment of the present invention.
In FIG. 4, a ladder circuit diagram is shown as an example of the
図5は、この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられる回路図データ(変更後)の例を示す図である。
図5において、変更後プロジェクト14に含まれる変更後の回路図データ22の例として、ラダー回路図を示している。
FIG. 5 is a diagram showing an example of circuit diagram data (after change) used for extracting the change point of the engineering tool according to the first embodiment of the present invention.
In FIG. 5, a ladder circuit diagram is shown as an example of the modified
図6は、この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられるラダープログラムを示す説明図である。
図6において、ラダープログラムの例を示している。図6は、入力リレー000と001がともにONのときに、出力リレー500がONとなるラダー回路図(AND回路)である。
FIG. 6 is an explanatory diagram showing a ladder program used for extracting a change point of the engineering tool according to the first embodiment of the present invention.
FIG. 6 shows an example of a ladder program. FIG. 6 is a ladder circuit diagram (AND circuit) in which the
図7は、この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられる回路図データのネット情報の例を示す図である。
図7では、ネット情報抽出機能23が抽出する、ネット情報(ノード間の接続情報)の例を示したものであり、変更前の回路図データ21と変更後の回路図データ22に対応している。
FIG. 7 is a diagram showing an example of net information of circuit diagram data used for extracting a change point of the engineering tool according to the first embodiment of the present invention.
FIG. 7 shows an example of net information (connection information between nodes) extracted by the net
次に、動作について説明する。
エンジニアリングツール1のプログラムエディタ12で作成されたグラフィカルな形式のプログラムは、制御ネットワーク4を経由してCNS2、3に転送され、プラント機器6を制御するコントローラの制御用ロジックとして使用される。
エンジニアリングツール1では、プログラムエディタ12によりグラフィカルな形式のプログラムを作成した場合、変更前プロジェクト13と変更後プロジェクト14から当該プログラムを読み出し、変更点抽出機能16により、ラダー回路図ごとに変更点を抽出して、ラダー回路図ごとに回路図変更点リスト17を作成するようになっている。
Next, the operation will be described.
A program in a graphical format created by the
In the
次に、変更点抽出機能16の動作の詳細を説明する。
上述のように、変更前プロジェクト13と、変更後プロジェクト14には、それぞれ、プログラムエディタ12で作成された変更前の回路図データ21と、変更後の回路図データ22が含まれている。
変更点抽出機能16のネット情報抽出機能23は、変更前の回路図データ21と、変更後の回路図データ22からネット情報(各ノード間の接続情報)を抽出し、それぞれテキストデータ(変更前)24と、テキストデータ(変更後)25とを生成する。
Next, details of the operation of the change
As described above, the
The net
図4、図5には、それぞれ変更前プロジェクト13と変更後プロジェクト14に含まれる、変更前の回路図データ21と、変更後の回路図データ22を示している。
図5の変更後の回路図データ22では、1行目のノードM7652の次に、M8000が追加されている。この回路図データ22は、ラダー回路図の例である。
ここで、ラダー回路図とは、シーケンス図(電気回路図)をベースにしており、入力条件と出力の関係を視覚的にイメージしやすいプログラム言語である。ラダープログラムでは、命令語とデバイスを組み合わせて記述する。入力リレー000と001がともにONのときに、出力リレー500がONとなるラダー回路図(AND回路)は、図6のようになる。
ラダー回路図は、AND条件の場合は、ノード間が横線で接続され、OR条件の場合は、縦線で接続される。
なお、本発明では、ラダー回路図を用いるが、その他の、命令を表すシンボルと、シンボルとシンボルを接続する一般的なグラフィカルなエディタでも、本発明と同様に処理を行うことができる。
4 and 5 show
In the
Here, the ladder circuit diagram is a programming language that is based on a sequence diagram (electric circuit diagram) and that makes it easy to visually imagine the relationship between input conditions and outputs. In a ladder program, a command word and a device are described in combination. FIG. 6 shows a ladder circuit diagram (AND circuit) in which the
In the ladder circuit diagram, nodes are connected by horizontal lines in the case of AND conditions, and are connected by vertical lines in the case of OR conditions.
In the present invention, a ladder circuit diagram is used. However, other symbols representing instructions and general graphical editors that connect symbols to each other can be processed in the same manner as in the present invention.
次に、ネット情報抽出機能23により、ノード単位に、そのノードの左側に接続されたノードと、右側に接続されたノードをリストアップする。これがネット情報である。
図7に、ネット情報抽出機能23が抽出する、ネット情報(ノード間の接続情報)の例を示している。
本例では、M8000が追加されているので、この追加に伴い、図の斜線部が示すような、ネット情報に追加・変更が抽出される。
次いで、変更点抽出機能16のDiff機能26により、テキストデータ(変更前)24と、テキストデータ(変更後)25を入力として、O(ND)アルゴリズムを使って、両テキストの最短エディット距離を求め、変更箇所を抽出する。Diff機能26によって抽出された変更箇所と、図枠用のWORDファイル15を入力として、WORD生成機能27により、WORDファイルの回路図変更点リスト17を生成する。
Next, the node connected to the left side of the node and the node connected to the right side are listed by node by the net
FIG. 7 shows an example of net information (connection information between nodes) extracted by the net
In this example, since M8000 is added, with this addition, addition / change is extracted from the net information as indicated by the hatched portion in the figure.
Next, the
実施の形態1によれば、以上のように、プログラムの構成単位のノード間の接続情報をネット情報として抽出してテキスト形式のファイルにし、これを、一般的な文書比較アルゴリズムO(ND)を用いて変更点を抽出して回路図変更点リストが生成されるので、回路図上のノードの追加・削除・変更を、変更点として、正しく抽出することができる。 According to the first embodiment, as described above, connection information between nodes of a program unit is extracted as net information and converted into a text format file, which is converted into a general document comparison algorithm O (ND). Since the change point is extracted by using the circuit diagram and the circuit diagram change point list is generated, the addition / deletion / change of the node on the circuit diagram can be correctly extracted as the change point.
実施の形態2.
以下、この発明の実施の形態2を図に基づいて説明する。
図8は、この発明の実施の形態2によるエンジニアリングツールの変更点抽出機能を示す構成図である。
図8において、13〜17、21〜27は図3におけるものと同一のものである。図8では、変更点抽出機能16に、テキストデータ(変更前)24と、テキストデータ(変更後)25を読み込んで解析し、ブロックの切れ目を判断して、ブロックを抽出するブロック区切り抽出機能81(ブロック区切り抽出手段)を設け、抽出した1ブロックを1行として、修正テキストデータ(変更前)82と、修正テキストデータ(変更後)83を生成する。
The second embodiment of the present invention will be described below with reference to the drawings.
FIG. 8 is a configuration diagram showing the change point extraction function of the engineering tool according to the second embodiment of the present invention.
In FIG. 8, 13-17 and 21-27 are the same as those in FIG. In FIG. 8, the change
図9は、図8における修正テキストデータの例を示す図である。
図9において、修正テキストデータ(変更前)82と、修正テキストデータ(変更後)83の構成が示され、ブロックを示すタグ([ブロック1]など)が付けられ、タグの下に、図7に示すような、当該ブロックのネット情報が含まれる構成とする。
FIG. 9 is a diagram showing an example of the corrected text data in FIG.
In FIG. 9, the structure of the corrected text data (before change) 82 and the corrected text data (after change) 83 is shown, and a tag ([Block 1] etc.) indicating a block is attached. As shown in FIG. 4, the network information of the block is included.
図10は、この発明の実施の形態2によるエンジニアリングツールの変更点抽出機能の変更点抽出結果を示す図である。
図10において、ブロックごとに変更前と変更後を対向させて、変更箇所が分かるようにしている。
FIG. 10 is a diagram showing a change point extraction result of the change point extraction function of the engineering tool according to the second embodiment of the present invention.
In FIG. 10, before and after the change are made to face each other for each block so that the changed part can be understood.
グラフィカルなプログラムは、一般的に線が接続されたブロック単位に、機能がまとめられていて、この機能単位で、すなわち線が接続されたブロック単位で、変更や追加や削除などが行われることが多い。したがって、ブロック単位で、変更点を抽出し、ブロック単位で並べて印刷すれば、機能的な変更が、ユーザにとって分かりやすくなる。
実施の形態2は、これに対応するもので、図8のように、変更点抽出機能16に、ブロック区切り抽出機能81を設けている。
ブロック区切り抽出機能81は、テキストデータ(変更前)24と、テキストデータ(変更後)25を読み込んで解析し、ブロックを抽出する。ブロックの切れ目は、ラダーの場合は、出力命令とロード命令が続いた箇所が切れ目と判断できる。(一般的に、ブロックが存在するグラフィカルなプログラムは、ブロックの切れ目を何らかの形で抽出できる筈である。)そして、1ブロックを1行として、図9のような、修正テキストデータ(変更前)82と、修正テキストデータ(変更後)83を生成する。
In a graphical program, functions are generally organized in units of blocks to which lines are connected, and changes, additions, deletions, etc. may be performed in units of these functions, that is, in units of blocks to which lines are connected. Many. Therefore, if changes are extracted in units of blocks and printed side by side in units of blocks, functional changes can be easily understood by the user.
The second embodiment corresponds to this, and as shown in FIG. 8, the block
The block
生成された修正テキストデータ(変更前)82と、修正テキストデータ(変更後)83を、実施の形態1と同じDiff機能26のO(ND)アルゴリズムで、ブロックをひとまとまりとして実行することで、ブロック単位での変更を抽出できる。
図10は、変更点抽出の結果、ブロック単位で印刷した例である。ブロック単位で、変更前と変更後のブロックを並べ、追加・削除された場合は、空白をあける。変更前と変更後のブロック同士を並べることによって、変更のあったブロックを簡単に識別できるようにする。
ブロック単位で以上のような変更点抽出を行った後は、異なるブロック同士を接続情報単位で、実施の形態1と同様にDiff機能26により比較して、命令単位での変更点抽出を行う。
By executing the generated corrected text data (before change) 82 and the corrected text data (after change) 83 as a block using the same O (ND) algorithm of the
FIG. 10 shows an example of printing in block units as a result of change point extraction. The blocks before and after the change are arranged in block units, and blanks are added when added or deleted. By arranging the blocks before and after the change, the changed blocks can be easily identified.
After the change points are extracted in units of blocks, different blocks are compared in connection information units by the
実施の形態2によれば、以上のように、変更前と変更後のプログラムをブロック単位で比較するようにしたので、ユーザは、機能単位での変更点を簡単に把握できるため、変更点の識別が容易になる。 According to the second embodiment, as described above, since the program before the change and the program after the change are compared in the block unit, the user can easily grasp the change point in the function unit. Identification becomes easy.
実施の形態3.
以下、この発明の実施の形態3を図に基づいて説明する。
図11は、この発明の実施の形態3によるエンジニアリングツールを示す構成図である。
図11において、1、12〜19は図2におけるものと同一のものである。図11では、エンジニアリングツール1に、回路図変更点リスト17を基にして、変更のあった回路図のページ番号を抽出して、WORDファイル変更ページ一覧32を出力する変更ページ抽出機能31(変更ページ抽出手段)を 設けている。WORDファイル変更ページ一覧32は、WORD18により紙ファイル19として印刷される。
Embodiment 3 FIG.
The third embodiment of the present invention will be described below with reference to the drawings.
FIG. 11 is a block diagram showing an engineering tool according to Embodiment 3 of the present invention.
11, 1 and 12 to 19 are the same as those in FIG. In FIG. 11, a change page extraction function 31 (change) for extracting the page number of the changed circuit diagram to the
図12は、図11における変更ページ一覧の例を示す図である。
図12において、WORDファイル変更ページ一覧32には、単純に、変更点を含むページ番号を表形式にしたものである。
FIG. 12 is a diagram showing an example of the changed page list in FIG.
In FIG. 12, the WORD file
変更のある回路図を、ユーザが参照するときに、膨大な回路図の中から、一部の変更箇所を検索する必要がある場合が多い。WORDなどのソフトウェアを使える場合は、WORDの検索機能を使うことができるが、プラントが稼動している現地でプログラムを変えるときに、WORDなどのソフトウェアが使用できず、印刷した紙ファイルで変更箇所を検索する必要がある場合がある。
実施の形態3は、これに対応するものであり、図11の変更ページ抽出機能31により、回路図変更点リスト17に基づき、回路図の変更のあったページ番号を抽出して、図12に示すようなWORDファイル変更ページ一覧32を出力する。図12は、単純に、変更点を含むページ番号を表形式にし、すぐに印刷できる形式であり、WORD18により紙ファイル19として印刷される。
なお、実施の形態3の変更点抽出のアルゴリズムなどは、実施の形態1または実施の形態2と同様である。
When a user refers to a circuit diagram with a change, it is often necessary to search for a part of the change from a huge circuit diagram. When software such as WORD can be used, the search function of WORD can be used, but when changing the program at the site where the plant is operating, software such as WORD cannot be used, and the change place in the printed paper file You may need to search for.
The third embodiment corresponds to this, and the changed
The modification point extraction algorithm and the like of the third embodiment are the same as those of the first or second embodiment.
実施の形態3によれば、以上のように、変更点を含む回路図のページを印刷できるようにしたので、ユーザは、紙ファイルなどで、変更のあった回路図を、簡単に見つけ出すことができる。 According to the third embodiment, as described above, since the page of the circuit diagram including the change point can be printed, the user can easily find the circuit diagram that has been changed using a paper file or the like. it can.
実施の形態4.
以下、この発明の実施の形態4を図に基づいて説明する。
図13は、この発明の実施の形態4によるエンジニアリングツールの変更点抽出機能を示す構成図である。
図13において、13〜17、21〜27は図3におけるものと同一のものである。図13では、変更点抽出機能16に、回路図変更点リスト17から、変更点として付けられたマークを除去するマーク除去機能131(マーク除去手段)を設けている。
Embodiment 4 FIG.
Embodiment 4 of the present invention will be described below with reference to the drawings.
FIG. 13 is a configuration diagram showing the change point extraction function of the engineering tool according to the fourth embodiment of the present invention.
In FIG. 13, 13-17, 21-27 are the same as in FIG. In FIG. 13, the change
図14は、この発明の実施の形態4によるエンジニアリングツールの変更点抽出機能による変更点マーク除去の例を示す図である。
図14において、マーク除去機能131により、回路図変更点リスト17から変更点マークを除去する例を示している。
FIG. 14 is a diagram showing an example of change mark removal by the change extraction function of the engineering tool according to the fourth embodiment of the present invention.
FIG. 14 shows an example in which the change mark is removed from the circuit diagram
実施の形態1、実施の形態2とも、O(ND)アルゴリズムを用いて変更点を抽出し、抽出した変更点にマークを付けて回路図変更点リスト17を作成する。この場合、エディタ機能により、自動的に行が追加された箇所も、変更点として抽出される場合がある。このような変更点は、ユーザとしては変更点としてみなしたくない場合がある。
実施の形態4は、これに対応するもので、図13のように、変更点抽出機能16に、マーク除去機能131を設けたものである。このマーク除去機能131は、上記のように、O(ND)アルゴリズムを用いて変更点として抽出されたが、ユーザが変更点としてみなしたくない箇所に付けられたマークを、手動で簡単に除去するための機能である。
図14に、マーク除去機能131の簡単な操作イメージを示す。例えば、回路図変更点リスト17にあるラダー回路図のマークが付けられたAND M5121を選択して除去ボタンを押すと、マークを除去しますか、の警告が表示され、はい、とすることにより、AND M5121に付けられたマークが除去される。
In both the first and second embodiments, a change point is extracted using an O (ND) algorithm, and the extracted change point is marked to create a circuit diagram
The fourth embodiment corresponds to this, and as shown in FIG. 13, the change
FIG. 14 shows a simple operation image of the
実施の形態4によれば、以上のように、マークを除去する機能を設けたので、回路図変更点リストから不要な変更点を示すマークを簡単に除去でき、ユーザにとって、より精度の高い、回路図変更点リストを簡単に得ることができる。 According to the fourth embodiment, as described above, since the function for removing the mark is provided, it is possible to easily remove the mark indicating an unnecessary change point from the circuit diagram change point list, and it is more accurate for the user. A list of circuit diagram changes can be easily obtained.
実施の形態5.
以下、この発明の実施の形態5を図に基づいて説明する。
図15は、この発明の実施の形態5によるエンジニアリングツールの変更点抽出機能を示す構成図である。
図15において、13〜17、21〜27は図3におけるものと同一のものである。図15では、変更点抽出機能16のDiff機能26に、テキストデータ(変更前)24とテキストデータ(変更後)25の変更点抽出時に、CNS2、3への転送用に、変更行リスト151を生成する機能を追加している。また、変更点抽出機能16に変更行リスト151を参照して、変更のあったプログラムの行のみをCNS2、3に転送する転送機能152(転送手段)を設けている。
FIG. 15 is a configuration diagram showing the change point extraction function of the engineering tool according to the fifth embodiment of the present invention.
In FIG. 15, 13-17, 21-27 are the same as in FIG. In FIG. 15, the changed
実施の形態5は、変更点抽出機能16のDiff機能26に、CNS2、3への転送用として、変更行リスト151を生成する機能を追加したもので、Diff機能26によるテキストデータ(変更前)24とテキストデータ(変更後)25の変更点抽出時に、CNSへの転送用に、変更行リスト151を生成するようにしている。
転送機能152は、変更行リスト151を参照して、変更のあったプログラムの行のみをCNS2、3に転送する。
実施の形態5は、前提として、CNS側に、行単位でのプログラムの転送機能が搭載されている必要がある。
In the fifth embodiment, a function for generating a changed
The
In the fifth embodiment, as a premise, a program transfer function in units of lines needs to be mounted on the CNS side.
実施の形態5によれば、以上のように、CNSに、変更のあったプログラムの行のみを転送するようにしたので、転送時間を短くすることができる。 According to the fifth embodiment, as described above, only the changed program line is transferred to the CNS, so that the transfer time can be shortened.
なお、上述の実施の形態2〜実施の形態5は、適宜組み合わせて使用することができることは言うまでもない。
Needless to say,
1 エンジニアリングツール
2 CNS(A系)
3 CNS(B系)
4 制御ネットワーク
5 トラッキングケーブル
6 プラント機器
12 プログラムエディタ
13 変更前プロジェクト
14 変更後プロジェクト
15 図枠用のWORDファイル
16 変更点抽出機能
17 回路図変更点リスト
21 回路図データ(変更前)
22 回路図データ(変更後)
23 ネット情報抽出機能
24 テキストデータ(変更前)
25 テキストデータ(変更後)
26 Diff機能
27 WORD生成機能
31 変更ページ抽出機能
32 WORDファイル変更ページ一覧
81 ブロック区切り抽出機能
82 修正テキストデータ(変更前)
83 修正テキストデータ(変更後)
100 CPU
101 プログラムメモリ
102 RAM
103 外部記憶装置
131 マーク除去機能
151 変更行リスト
152 転送機能
200 CPU
201 プログラムメモリ
204 不揮発性メモリ
205 トラッキングメモリ
300 CPU
301 プログラムメモリ
304 不揮発性メモリ
305 トラッキングメモリ
1
3 CNS (B system)
4
22 Circuit diagram data (after change)
23 Net
25 Text data (after change)
26
83 Modified text data (after change)
100 CPU
101
103
201
301
Claims (5)
変更前の回路図データ及び変更後の回路図データから、それぞれ回路図の各ノードの接続情報であるネット情報を抽出して、それぞれ変更前のテキストデータ及び変更後のテキストデータとして保存するネット情報抽出手段、
このネット情報抽出手段によって抽出され、保存された変更前のテキストデータ及び変更後のテキストデータから、文書比較アルゴリズムであるO(ND)アルゴリズムにより両テキストデータの最短エディット距離を求めて両テキストデータ間の変更点を抽出するDiff手段、
及びこのDiff手段の出力を、上記変更前の回路図データ及び変更後の回路図データにマッピングして回路図変更点リストを生成する回路図変更点リスト生成手段を備えたことを特徴とするエンジニアリングツール。 In an engineering tool having a program editor for creating circuit diagram data that is a program in a graphical format,
Net information that is extracted from the circuit diagram data before the change and the circuit diagram data after the change, respectively, as net information that is connection information of each node of the circuit diagram, and is stored as the text data before the change and the text data after the change, respectively. Extraction means,
The shortest edit distance between the two text data is obtained by the O (ND) algorithm, which is a document comparison algorithm, from the text data before and after the change extracted and stored by the net information extracting means. Diff means for extracting changes of
And circuit diagram change point list generation means for generating a circuit diagram change point list by mapping the output of the Diff means to the circuit diagram data before the change and the circuit diagram data after the change. tool.
変更前の回路図データ及び変更後の回路図データから、それぞれ回路図の各ノードの接続情報であるネット情報を抽出して、それぞれ変更前のテキストデータ及び変更後のテキストデータとして保存するネット情報抽出手段、
上記変更前のテキストデータ及び上記変更後のテキストデータを解析し、機能の固まりであるブロックを抽出し、ブロック単位の変更前の修正テキストデータ及び変更後の修正テキストデータを生成するブロック区切り抽出手段、
このブロック区切り抽出手段によって生成されたブロック単位の変更前の修正テキストデータ及び変更後の修正テキストデータから、文書比較アルゴリズムであるO(ND)アルゴリズムにより両修正テキストデータの最短エディット距離を求めて両修正テキストデータ間の変更点をブロック単位で抽出するDiff手段、
このDiff手段の出力は、両修正テキストデータ間で対応するブロックが並ぶように印刷されることを特徴とするエンジニアリングツール。 In an engineering tool having a program editor for creating circuit diagram data that is a program in a graphical format,
Net information that is extracted from the circuit diagram data before the change and the circuit diagram data after the change, respectively, as net information that is connection information of each node of the circuit diagram, and is stored as the text data before the change and the text data after the change, respectively. Extraction means,
A block delimiter extracting unit that analyzes the text data before the change and the text data after the change, extracts a block that is a block of functions, and generates the corrected text data before the change and the corrected text data after the change in block units. ,
From the corrected text data before the change and the corrected text data after the change generated by the block delimiter extraction means, the O (ND) algorithm, which is a document comparison algorithm, obtains the shortest edit distance between the two corrected text data. Diff means for extracting changes between corrected text data in units of blocks,
The output of the Diff means, characteristics and to Rue engineering tool that corresponding block between both corrected text data is printed in alignment.
Referring to the circuit diagram changes list, only the rows of a circuit diagram data have changed, claim and further comprising a transfer means for transferring to a controller for controlling plant equipment 1 or claim 3 or The engineering tool according to claim 4 .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010248551A JP5506635B2 (en) | 2010-11-05 | 2010-11-05 | Engineering tools |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010248551A JP5506635B2 (en) | 2010-11-05 | 2010-11-05 | Engineering tools |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012099064A JP2012099064A (en) | 2012-05-24 |
JP5506635B2 true JP5506635B2 (en) | 2014-05-28 |
Family
ID=46390873
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010248551A Active JP5506635B2 (en) | 2010-11-05 | 2010-11-05 | Engineering tools |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5506635B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2016139805A1 (en) * | 2015-03-05 | 2017-04-27 | 三菱電機株式会社 | Programmable logic controller engineering tool and programmable logic controller engineering tool program |
JP6533170B2 (en) | 2016-02-25 | 2019-06-19 | ファナック株式会社 | Programmable controller and system including the same |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006059044A (en) * | 2004-08-19 | 2006-03-02 | Yokogawa Electric Corp | Difference extraction method for programs and device therefor |
JP2011113276A (en) * | 2009-11-26 | 2011-06-09 | Mitsubishi Electric Corp | Engineering tool |
-
2010
- 2010-11-05 JP JP2010248551A patent/JP5506635B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2012099064A (en) | 2012-05-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109690426B (en) | Ladder program editing support device and ladder program editing method | |
CN102867010B (en) | The system and method that taking-up, storage and supply arrangement define fileinfo | |
KR101056761B1 (en) | Debug system of diagram of programmable controller, its programming device and computer readable recording medium having recorded its program | |
CN105930118B (en) | Method and system for drawing network topological graph of splicing wall system | |
JP5506635B2 (en) | Engineering tools | |
JP2010122824A (en) | Diagram debugging system of programmable controller, programming apparatus for the system and program for the system | |
JP2011113276A (en) | Engineering tool | |
JP2008276381A (en) | Debug system for diagram of programmable controller, programming device therefor and program therefor | |
KR20130112676A (en) | Program creation supporting device and program creation supporting method | |
JP2007299205A (en) | Control program creation device, input support method, and input support program | |
JP5353063B2 (en) | Coping knowledge generation program, coping knowledge generation device, and coping knowledge generation method | |
JP6548588B2 (en) | Screen display control data generation apparatus for facility monitoring screen and screen display control data generation method for facility monitoring screen | |
CN113361064B (en) | Information processing apparatus, information processing method, and computer readable medium | |
JP2019125008A (en) | Engineering tool | |
JP2015230696A (en) | Circuit image output program, information processor, circuit image output method | |
CN103810312B (en) | Method and device for the computer-aided design of man-machine interface animated graphics element | |
JP5210146B2 (en) | Information control system and information control method | |
JP2008052359A (en) | Test case generation device, test case generation method, and test case generator | |
JP2017164863A (en) | Robot control device for causing robot to execute machining operation, and robot program generation device | |
JP2007094546A (en) | Control system | |
JP2014071862A (en) | Peripheral device for programmable controller | |
CN113361063B (en) | Information processing apparatus, information processing method, and computer readable medium | |
JP3910184B2 (en) | Sequence program editing device | |
JP4588364B2 (en) | Controller screen generator | |
JP6089837B2 (en) | Updating method of control computer in control computer system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130111 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20131030 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131122 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140218 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140318 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5506635 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |