JP5506635B2 - Engineering tools - Google Patents

Engineering tools Download PDF

Info

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
Application number
JP2010248551A
Other languages
Japanese (ja)
Other versions
JP2012099064A (en
Inventor
正博 中村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2010248551A priority Critical patent/JP5506635B2/en
Publication of JP2012099064A publication Critical patent/JP2012099064A/en
Application granted granted Critical
Publication of JP5506635B2 publication Critical patent/JP5506635B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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, Patent Document 1 proposes a method of comparing ladder circuit diagrams line by line using a minimum edit path algorithm to identify a program change point. .

特開2006−59044号公報(第5〜6頁、図3)Japanese Patent Laying-Open No. 2006-59044 (pages 5-6, FIG. 3)

従来のプログラムの変更点抽出機能では、ラダーの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によるエンジニアリングツールを含む全体システムを示す構成図である。BRIEF DESCRIPTION OF THE DRAWINGS It is a block diagram which shows the whole system containing the engineering tool by Embodiment 1 of this invention. この発明の実施の形態1によるエンジニアリングツールを示す構成図である。It is a block diagram which shows the engineering tool by Embodiment 1 of this invention. この発明の実施の形態1によるエンジニアリングツールの変更点抽出機能を示す構成図である。It is a block diagram which shows the change point extraction function of the engineering tool by Embodiment 1 of this invention. この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられる回路図データ(変更前)の例を示す図である。It is a figure which shows the example of the circuit diagram data (before change) used for the change point extraction of the engineering tool by Embodiment 1 of this invention. この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられる回路図データ(変更後)の例を示す図である。It is a figure which shows the example of the circuit diagram data (after change) used for the change point extraction of the engineering tool by Embodiment 1 of this invention. この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられるラダープログラムを示す説明図である。It is explanatory drawing which shows the ladder program used for the change point extraction of the engineering tool by Embodiment 1 of this invention. この発明の実施の形態1によるエンジニアリングツールの変更点抽出に用いられる回路図データのネット情報の例を示す図である。It is a figure which shows the example of the net information of the circuit diagram data used for the change point extraction of the engineering tool by Embodiment 1 of this invention. この発明の実施の形態2によるエンジニアリングツールの変更点抽出機能を示す構成図である。It is a block diagram which shows the change point extraction function of the engineering tool by Embodiment 2 of this invention. 図8における修正テキストデータの例を示す図である。It is a figure which shows the example of the correction text data in FIG. この発明の実施の形態2によるエンジニアリングツールの変更点抽出機能の変更点抽出結果を示す図である。It is a figure which shows the change point extraction result of the change point extraction function of the engineering tool by Embodiment 2 of this invention. この発明の実施の形態3によるエンジニアリングツールを示す構成図である。It is a block diagram which shows the engineering tool by Embodiment 3 of this invention. 図11における変更ページ一覧の例を示す図である。It is a figure which shows the example of the change page list in FIG. この発明の実施の形態4によるエンジニアリングツールの変更点抽出機能を示す構成図である。It is a block diagram which shows the change point extraction function of the engineering tool by Embodiment 4 of this invention. この発明の実施の形態4によるエンジニアリングツールの変更点抽出機能による変更点マーク除去の例を示す図である。It is a figure which shows the example of the change mark removal by the change extraction function of the engineering tool by Embodiment 4 of this invention. この発明の実施の形態5によるエンジニアリングツールの変更点抽出機能を示す構成図である。It is a block diagram which shows the change point extraction function of the engineering tool by Embodiment 5 of this invention.

実施の形態1.
以下、この発明の実施の形態1を図に基づいて説明する。
図1は、この発明の実施の形態1によるエンジニアリングツールを含む全体システムを示す構成図である。
図1において、エンジニアリングツール1は、エンジニアリング機能を格納するプログラムメモリ101と、機能を呼び出して実行するCPU100と、演算用の一時記憶装置であるRAM102と、エンジニアリングツール1で生成される情報を半永久的に格納する外部記憶装置103により構成される。エンジニアリングツール1で作成され、外部記憶装置103に格納されたプログラムは、制御ネットワーク4を経由してCNS(コントローラ)2、3に転送され、プラント機器6を制御するコントローラの制御用ロジックとして使用される。
Embodiment 1 FIG.
Embodiment 1 of the present invention will be described below with reference to the drawings.
FIG. 1 is a configuration diagram showing an entire system including an engineering tool according to Embodiment 1 of the present invention.
In FIG. 1, an engineering tool 1 is a semi-permanent program memory 101 that stores engineering functions, a CPU 100 that calls and executes the functions, a RAM 102 that is a temporary storage device for calculation, and information generated by the engineering tool 1 is semi-permanent. The external storage device 103 is stored in The program created by the engineering tool 1 and stored in the external storage device 103 is transferred to the CNS (controllers) 2 and 3 via the control network 4 and used as control logic for the controller that controls the plant equipment 6. The

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 CNS 2 includes a nonvolatile memory 204 that stores a program created by the engineering tool 1, a program memory 201 that stores a calculation program, and a CPU 200 that reads and executes the program.
The CNS 3 has the same configuration as the CNS 2 and includes a nonvolatile memory 304 that stores a program created by the engineering tool 1, a program memory 301 that stores a calculation program, and a CPU 300 that reads and executes the program.
A plant device 6 is connected to the CNSs 2 and 3, and a program executed by the CPUs 200 and 300 receives an input from the plant device 6, performs an operation, and outputs the result to the plant device 6.
CNS2 and CNS3 constitute a duplex system and are connected by a tracking cable 5. When the A system (control system) is down, the control is switched to the B system. Data for program execution is copied (tracked) from the A system to the B system via the tracking cable 5, and the B system after switching is data that has been executed in the A system (control system) until then. The program can be resumed.

図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 Embodiment 1 of the present invention.
In FIG. 2, the engineering tool 1 uses a program editor 12 to create a graphical program. The created program is stored in the external storage device 103 of FIG. 1 in units of projects like the pre-change project 13 and the post-change project 14.
The change point extraction function 16 reads program information from the pre-change project 13 and the post-change project 14, extracts changes between them, and generates a document of the circuit diagram change point list 17. The circuit diagram change point list 17 is a WORD (registered trademark, the same applies hereinafter) document file in which a graphical program before and after the change is arranged and marked in the change part, and is created for each ladder program to be described later. The
In order to use the circuit diagram change point list 17 as an official document as it is, a WORD file 15 for a graphic frame is separately prepared to overlay the graphic frame and generate a WORD file.
The circuit diagram change point list 17, which is a WORD file, can be edited as necessary or printed on a paper file 19 using the WORD 18.

図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 point extraction function 16.
The pre-change project 13 and the post-change project 14 include circuit diagram data 21 before change and circuit diagram data 22 after change created by the program editor 12, respectively.
The net information extraction function 23 (net information extraction means) extracts net information (connection information between each node) from the circuit diagram data 21 and 22, and text data (before change) 24 and text data (after change), respectively. 25 is generated.
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 Diff function 26 and the WORD file 15 for the picture frame, and generates a circuit diagram change point list 17 that is a WORD file.

図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 circuit diagram data 21 before change included in the project 13 before change.

図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 circuit diagram data 22 included in the modified project 14.

図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 output relay 500 is turned on when both the input relays 000 and 001 are turned on.

図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 information extraction function 23, corresponding to the circuit diagram data 21 before change and the circuit diagram data 22 after change. Yes.

次に、動作について説明する。
エンジニアリングツール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 program editor 12 of the engineering tool 1 is transferred to the CNSs 2 and 3 via the control network 4 and used as control logic for a controller that controls the plant equipment 6.
In the engineering tool 1, when a program in a graphical format is created by the program editor 12, the program is read from the pre-change project 13 and the post-change project 14, and the change points are extracted for each ladder circuit diagram by the change point extraction function 16. Thus, a circuit diagram change point list 17 is created for each ladder circuit diagram.

次に、変更点抽出機能16の動作の詳細を説明する。
上述のように、変更前プロジェクト13と、変更後プロジェクト14には、それぞれ、プログラムエディタ12で作成された変更前の回路図データ21と、変更後の回路図データ22が含まれている。
変更点抽出機能16のネット情報抽出機能23は、変更前の回路図データ21と、変更後の回路図データ22からネット情報(各ノード間の接続情報)を抽出し、それぞれテキストデータ(変更前)24と、テキストデータ(変更後)25とを生成する。
Next, details of the operation of the change point extraction function 16 will be described.
As described above, the pre-change project 13 and the post-change project 14 include the pre-change circuit diagram data 21 and the post-change circuit diagram data 22 created by the program editor 12, respectively.
The net information extraction function 23 of the change point extraction function 16 extracts net information (connection information between each node) from the circuit diagram data 21 before the change and the circuit diagram data 22 after the change, and the text data (before the change). ) 24 and text data (after change) 25 are generated.

図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 circuit diagram data 21 before change and circuit diagram data 22 after change, which are included in the pre-change project 13 and the post-change project 14, respectively.
In the circuit diagram data 22 after the change in FIG. 5, M8000 is added after the node M7652 in the first row. This circuit diagram data 22 is an example of a ladder circuit diagram.
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 output relay 500 is turned on when both the input relays 000 and 001 are turned on.
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 information extraction function 23. This is net information.
FIG. 7 shows an example of net information (connection information between nodes) extracted by the net information extraction function 23.
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 Diff function 26 of the change point extraction function 16 receives the text data (before change) 24 and the text data (after change) 25 as input, and uses the O (ND) algorithm to obtain the shortest edit distance between the two texts. Extract changes. The change location extracted by the Diff function 26 and the WORD file 15 for the picture frame are input, and the circuit diagram change point list 17 of the WORD file is generated by the WORD generation function 27.

実施の形態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を生成する。
Embodiment 2. FIG.
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 point extraction function 16 reads the text data (before change) 24 and the text data (after change) 25, analyzes them, determines the block breaks, and extracts a block delimiter extraction function 81. (Block delimiter extracting means) is provided, and the corrected text data (before change) 82 and the corrected text data (after change) 83 are generated with one extracted block as one line.

図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 segment extraction function 81 is provided in the change point extraction function 16.
The block delimiter extraction function 81 reads and analyzes the text data (before change) 24 and the text data (after change) 25 to extract blocks. In the case of a ladder, a block break can be determined as a break where an output instruction and a load instruction are continued. (Generally, a graphical program in which blocks are present should be able to extract block breaks in some form.) Then, with one block as one line, modified text data (before change) as shown in FIG. 82 and corrected text data (after change) 83 are generated.

生成された修正テキストデータ(変更前)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 Diff function 26 as in the first embodiment, You can extract changes in blocks.
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 Diff function 26 as in the first embodiment, and change points are extracted in units of instructions.

実施の形態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 engineering tool 1 based on the circuit diagram change point list 17 and outputting the WORD file change page list 32. Page extraction means) is provided. The WORD file change page list 32 is printed as a paper file 19 by the WORD 18.

図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 change page list 32 is simply a table number of page numbers including the change points.

変更のある回路図を、ユーザが参照するときに、膨大な回路図の中から、一部の変更箇所を検索する必要がある場合が多い。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 page extraction function 31 in FIG. 11 extracts the page number in which the circuit diagram has been changed based on the circuit diagram change point list 17, and FIG. A WORD file change page list 32 as shown is output. FIG. 12 is a format in which page numbers including changes are simply displayed in a table format and can be printed immediately, and is printed as a paper file 19 by WORD 18.
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 point extraction function 16 is provided with a mark removal function 131 (mark removal means) that removes a mark attached as a change point from the circuit diagram change point list 17.

図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 change point list 17 by the mark removal function 131.

実施の形態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 change point list 17. In this case, a part where a line is automatically added by the editor function may be extracted as a change point. Such changes may not be considered as changes by the user.
The fourth embodiment corresponds to this, and as shown in FIG. 13, the change point extraction function 16 is provided with a mark removal function 131. As described above, the mark removal function 131 manually removes marks that have been extracted as change points using the O (ND) algorithm but are not desired to be regarded as change points by the user. It is a function for.
FIG. 14 shows a simple operation image of the mark removal function 131. For example, if you select AND M5121 with a ladder circuit diagram mark in the schematic modification list 17 and press the remove button, a warning will be displayed asking if you want to remove the mark. , AND M5121 is removed.

実施の形態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(転送手段)を設けている。
Embodiment 5 FIG.
Embodiment 5 of the present invention will be described below with reference to the drawings.
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 line list 151 is transferred to the CNS 2 and 3 when the changed points of the text data (before change) 24 and the text data (after change) 25 are extracted to the Diff function 26 of the changed point extraction function 16. A function to generate has been added. Further, the change point extraction function 16 is provided with a transfer function 152 (transfer means) that refers to the changed line list 151 and transfers only changed program lines to the CNSs 2 and 3.

実施の形態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 line list 151 is added to the Diff function 26 of the change point extraction function 16 for transfer to the CNSs 2 and 3. Text data (before change) by the Diff function 26 is added. When the change points 24 and text data (after change) 25 are extracted, the changed line list 151 is generated for transfer to the CNS.
The transfer function 152 refers to the changed line list 151 and transfers only changed program lines to the CNSs 2 and 3.
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, Embodiments 2 to 5 described above can be used in appropriate combination.

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 Engineering tool 2 CNS (A system)
3 CNS (B system)
4 Control network 5 Tracking cable 6 Plant equipment 12 Program editor 13 Pre-change project 14 Post-change project 15 WORD file 16 for drawing frame Change point extraction function 17 Circuit diagram change point list 21 Circuit diagram data (before change)
22 Circuit diagram data (after change)
23 Net information extraction function 24 Text data (before change)
25 Text data (after change)
26 Diff Function 27 WORD Generation Function 31 Changed Page Extraction Function 32 WORD File Changed Page List 81 Block Separator Extraction Function 82 Modified Text Data (Before Change)
83 Modified text data (after change)
100 CPU
101 Program memory 102 RAM
103 External storage device 131 Mark removal function 151 Changed line list 152 Transfer function 200 CPU
201 Program memory 204 Non-volatile memory 205 Tracking memory 300 CPU
301 Program memory 304 Non-volatile memory 305 Tracking memory

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.
上記回路図変更点リストから、変更のあった回路図のページを抽出して、一覧形式の変更ページ一覧として印刷する変更ページ抽出手段を備えたことを特徴とする請求項1記載のエンジニアリングツール。 From the circuit diagram changes list and extracts pages of a circuit diagram of changes, engineering tool according to claim 1 Symbol mounting characterized by comprising the modified page extraction means for printing as change page list list form . 上記回路図変更点リストは、回路図の変更点にマークが付されるとともに、上記マークを手動で除去するためのマーク除去手段を備えたことを特徴とする請求項1または請求項3記載のエンジニアリングツール。 The circuit diagram changes list, together subjected mark the changes circuit diagram, according to claim 1 or claim 3, wherein further comprising a mark removal means for removing the mark manually Engineering tool. 上記回路図変更点リストを参照して、変更のあった回路図データの行のみを、プラント機器を制御するコントローラに転送する転送手段を備えたことを特徴とする請求項1または請求項3または請求項4記載のエンジニアリングツール。
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 .
JP2010248551A 2010-11-05 2010-11-05 Engineering tools Active JP5506635B2 (en)

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)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016139805A1 (en) * 2015-03-05 2016-09-09 三菱電機株式会社 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)

* Cited by examiner, † Cited by third party
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

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
CN106293669A (en) A kind of generation method and apparatus of web pages component
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
JP4277206B2 (en) Ladder program display method and display device
JP6548588B2 (en) Screen display control data generation apparatus for facility monitoring screen and screen display control data generation method for facility monitoring screen
JP2019125008A (en) Engineering tool
JP2007299205A (en) Control program creation device, input support method, and input support program
JP2010033500A (en) Gui data conversion system and gui data conversion method
JP5210146B2 (en) Information control system and information control method
JP2008052359A (en) Test case generation device, test case generation method, and test case generator
JP4390079B2 (en) Control system
JP2017164863A (en) Robot control device for causing robot to execute machining operation, and robot program generation device
JP2014071862A (en) Peripheral device for programmable controller
JP3910184B2 (en) Sequence program editing device
JP4588364B2 (en) Controller screen generator
CN104067185B (en) Data setting device
JP2008282343A (en) Debugging system for diagram of programmable controller, programming device therefor, and program therefor
JP2009181173A (en) Machine control panel screen display system, and display device having sequential control processing function

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