JP2020086638A - Control program creation assisting tool and control program creating method - Google Patents
Control program creation assisting tool and control program creating method Download PDFInfo
- Publication number
- JP2020086638A JP2020086638A JP2018216409A JP2018216409A JP2020086638A JP 2020086638 A JP2020086638 A JP 2020086638A JP 2018216409 A JP2018216409 A JP 2018216409A JP 2018216409 A JP2018216409 A JP 2018216409A JP 2020086638 A JP2020086638 A JP 2020086638A
- Authority
- JP
- Japan
- Prior art keywords
- control program
- list
- function
- creating
- target device
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 18
- 230000006870 function Effects 0.000 description 73
- 238000006243 chemical reaction Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 238000012545 processing Methods 0.000 description 4
- 230000003252 repetitive effect Effects 0.000 description 4
- 238000012937 correction Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 238000012544 monitoring process Methods 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
- 210000000707 wrist Anatomy 0.000 description 1
Images
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02P—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
- Y02P90/00—Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
- Y02P90/02—Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]
Landscapes
- Programmable Controllers (AREA)
Abstract
Description
本発明は、産業機器等の各種機器の制御に用いられるプログラマブルロジックコントローラ(以下、PLCという)で実行される制御プログラムの作成を支援する制御プログラム作成支援ツール及び制御プログラムの作成方法に関する。 The present invention relates to a control program creation support tool for supporting creation of a control program executed by a programmable logic controller (hereinafter referred to as a PLC) used for controlling various devices such as industrial devices, and a control program creation method.
従来、工場や各種社会インフラ設備等のシステムの監視及びプロセスの制御は、制御装置として用いられるPLCから、制御の対象となる対象機器へ動作指示が送られることによって行われている。このとき、PLCは、制御プログラム(PLCプログラム)を実行することで、動作指示を生成するが、この制御プログラムの作成(プログラミング)には特別な知識を必要としていた。例えば、ラダーダイアグラム言語を主体とする従来の制御プログラムは、PLCメーカ独自の応用命令を使用しており、特に複雑な制御プログラムは可読性に欠け、第三者が制御プログラムの内容を理解することは困難で、エラー(バグ)のチェック(修正)やトラブルシューティングに時間を要するという問題があった。また、ストラクチャードテキスト(ST)言語やファンクションブロックダイアグラム(FBD)言語等の構造化プログラムを用いて、制御プログラムを手入力(手動)で作成する場合、入力ミスが発生し易く、全てのエラーが修正できるまで、作成(修正)した制御プログラムの変換(コンパイル)とエラーの修正を繰返し行わなければならず、設計者(プログラム作成者)の負担となっていた。
これに対し、制御プログラムの作成における設計者の負担を軽減するものとして、例えば、特許文献1には、制御プログラム中の制御(処理)を部品化し、それらを登録することにより、制御プログラムの作成工程の一部を自動化するプログラム開発支援装置及びその方法が提案されている。また、特許文献2のシミュレーションプログラム生成装置、シミュレーションプログラム生成方法、及びプログラムでは、設備機器レイアウトと、設備機器リストとに基づいて設備機器モデル部品を読み出し、パラメータ・リスト関連定義に従って設備機器リストから読み出した設定パラメータを設備機器モデル部品に設定することにより、シミュレーションプログラムを自動生成している。
Conventionally, monitoring of systems such as factories and various social infrastructure facilities and control of processes are performed by sending operation instructions from a PLC used as a control device to target devices to be controlled. At this time, the PLC generates an operation instruction by executing a control program (PLC program), but special knowledge is required to create (program) this control program. For example, a conventional control program mainly based on a ladder diagram language uses application instructions unique to a PLC maker, and particularly complicated control programs lack readability, and a third party cannot understand the contents of the control programs. It was difficult, and there was a problem that it took time to check (fix) errors and troubleshoot. In addition, when a control program is manually input (manually) using a structured program such as structured text (ST) language or function block diagram (FBD) language, input errors tend to occur and all errors are corrected. Until it can be done, the conversion (compilation) of the created (corrected) control program and the error correction must be repeated, which is a burden on the designer (program creator).
On the other hand, in order to reduce the burden on the designer in creating the control program, for example, in
しかしながら、特許文献1では、流用元プログラムの中から、部品化する部品化対象プログラムを選択し、流用先プログラムに組み込むので、流用元プログラム及び流用先プログラムを必要とし、一から制御プログラムを作成することはできない。また、部品化対象プログラムと流用先プログラムとの間で変数を統一する必要があり、そのために部品化対象プログラムに存在する変数を解析し、流用先プログラムで使用されている変数との対応付けを行って変数を置換する作業を行わなければならず、プログラム開発支援装置の構成が複雑になるという問題がある。さらに、流用元プログラムや流用先プログラムが、PLCメーカの制御プログラム作成ツールで作成されている場合、それぞれのプログラムが対応するPLCメーカが異なれば、流用元プログラムの一部を流用して流用先プログラムに組合せることは困難である。従って、流用元プログラム及び流用先プログラムとして利用できる制御プログラムの組合せは限定されており、このようにして作成された制御プログラムも、特定のPLCメーカに固有の制御プログラムとなり、汎用性に欠けるという問題がある。また、特許文献2では、パラメータ・リスト関連定義は、例えばストラクチャードテキスト(ST)言語によるプログラムで作成され、設備機器モデル部品は、例えばファンクションブロックダイアグラム(FBD)言語で構築されている。このため、動作の異なる設備機器を新たに設備機器モデルとして登録する場合には、これらのプログラミング言語を用いて、パラメータ・リスト関連定義及び設備機器モデル部品を作成する必要があり、設計者には一定のスキルが要求され、作成にも手間がかかるという問題がある。なお、特許文献2では、シミュレーションプログラム自動生成部でプログラムシートに記述されたプログラムを、PLCにおいて規格化された世界標準フォーマット(PLCopen XML(Extensible Markup Laguage))に基づいた中間ファイルに変換する中間ファイル生成部を備えることにより、様々なメーカのPLC用プログラミングツールにシミュレーションプログラムを読み込ませることができる。しかし、XMLファイルはサイズが大きく、可読性が低いため、エラーの発見に時間がかかるという問題がある。そこで、特許文献2では、中間ファイル(XMLファイル)に変換したシミュレーションプログラムを一旦、PLC用プログラミングツールに読み込ませ、シミュレーションプログラムの内容を表示させて、シミュレーションプログラム編集部によって変更(修正)を行っており、プログラムを完成させるまでの手順が煩雑で、作業の効率性に欠けるという問題がある。
However, in
本発明はかかる事情に鑑みてなされたもので、簡素な構成で、設計者の作業負担を軽減し、制御プログラムの作成時間を大幅に短縮できると共に、PLCメーカのプログラム様式によらず動作可能な汎用性に優れた制御プログラムを作成することができる制御プログラム作成支援ツール及び制御プログラムの作成方法を提供することを目的とする。 The present invention has been made in view of such circumstances, and with a simple configuration, the work load on the designer can be reduced, the control program creation time can be significantly shortened, and the operation can be performed regardless of the program format of the PLC maker. An object of the present invention is to provide a control program creation support tool and a control program creation method capable of creating a versatile control program.
前記目的に沿う第1の発明に係る制御プログラム作成支援ツールは、制御の対象となる対象機器の動作を制御する制御プログラムの作成を支援する制御プログラム作成支援ツールであって、
前記各対象機器の仕様データがリスト化された対象機器リストと、
前記制御プログラムが機能毎にモジュール化され、前記制御プログラムの作成に必要なパラメータ(変数)がリスト化されており、該パラメータの一部が前記対象機器リストを参照する形式で記述された機能テンプレートと、
前記対象機器リストと前記機能テンプレートから、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成する機能リスト作成手段と、
該機能リスト作成手段で作成された前記機能リストから、前記XMLファイルを作成するXMLファイル作成手段とを有する。
A control program creation support tool according to the first aspect of the present invention is a control program creation support tool for supporting the creation of a control program for controlling the operation of a target device to be controlled,
A target device list in which the specification data of each target device is listed,
The control program is modularized for each function, parameters (variables) necessary for creating the control program are listed, and a part of the parameters is described in a function template described in a function template. When,
A function list creating means for creating a function list as a base of an XML file convertible into the control program from the target device list and the function template;
And an XML file creating means for creating the XML file from the function list created by the function list creating means.
第1の発明に係る制御プログラム作成支援ツールにおいて、前記機能テンプレートは、前記対象機器リストの行及び列を指定することにより、前記対象機器リストの中から必要な前記仕様データを選択することが好ましい。 In the control program creation support tool according to the first aspect of the present invention, it is preferable that the function template selects the required specification data from the target device list by designating a row and a column of the target device list. ..
第1の発明に係る制御プログラム作成支援ツールにおいて、前記機能テンプレートには、前記対象機器リストの中から、指定した前記仕様データを繰返し読込むことを設定する繰返し指定子が記述可能であることが好ましい。 In the control program creation support tool according to the first aspect of the present invention, the function template may be able to describe a repetitive specifier that sets repetitive reading of the specified specification data from the target device list. preferable.
前記目的に沿う第2の発明に係る制御プログラムの作成方法は、制御の対象となる対象機器の動作を制御する制御プログラムの作成方法であって、
前記各対象機器の仕様データがリスト化された対象機器リストから、前記制御プログラムの作成に必要なパラメータの基となる前記仕様データを読み込んで、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成し、該機能リストから前記XMLファイルを作成して、該XMLファイルを変換して前記制御プログラムを作成する。
A method of creating a control program according to a second aspect of the present invention, which is in accordance with the above object, is a method of creating a control program for controlling an operation of a target device to be controlled,
From the target device list in which the specification data of each target device is listed, the specification data that is the basis of the parameters required to create the control program is read and becomes the basis of an XML file that can be converted into the control program. A function list is created, the XML file is created from the function list, and the XML file is converted to create the control program.
第1の発明に係る制御プログラム作成支援ツールは、各対象機器の仕様データがリスト化された対象機器リストと、制御プログラムが機能毎にモジュール化され、制御プログラムの作成に必要なパラメータがリスト化されており、パラメータの一部が対象機器リストを参照する形式で記述された機能テンプレートから、制御プログラムに変換可能なXMLファイルの基となる機能リストを作成するので、設計者は、対象機器リストに対し、制御プログラムの作成に必要なパラメータ(変数)の基となる仕様データを入力するだけで、自動的に機能リストが作成され短時間で簡単に制御プログラムを得ることができ、直接、プログラミング言語を入力する必要がなく、設計者の負担を軽減することができる。また、XMLファイルを作成する前に、機能リスト上でバグをチェックすることができるので、機能リストからXMLファイルへの変換(コンパイル)をバグのない状態で行うことができ、変換作業を繰返し行う必要がなく、制御プログラムの作成時間を短縮することができる。さらに、最終的に作成されるXMLファイルはPLCにおいて規格化された標準フォーマットで記述されているので、様々なメーカのPLCに対応することができ、汎用性に優れる。 A control program creation support tool according to a first aspect of the present invention is a target device list in which specification data of each target device is listed, and a control program is modularized for each function, and parameters necessary for creating a control program are listed. Since a function template that is a base of an XML file that can be converted into a control program is created from a function template in which some of the parameters are described in a format that refers to the target device list, the designer needs to create a target device list. On the other hand, simply by inputting the specification data that is the basis of the parameters (variables) necessary for creating a control program, a function list is automatically created and a control program can be obtained easily in a short time. It is not necessary to input the language, and the burden on the designer can be reduced. Also, since the bug can be checked on the function list before creating the XML file, the conversion (compilation) from the function list to the XML file can be performed without bugs, and the conversion work is repeated. It is not necessary, and the control program creation time can be shortened. Furthermore, since the finally created XML file is described in the standard format standardized in PLC, it can be compatible with PLCs of various manufacturers and is excellent in versatility.
機能テンプレートが、対象機器リストの行及び列を指定することにより、対象機器リストの中から必要な仕様データを選択する場合、機能テンプレートの記述を一般化することができ、対象機器リストのみを変更するだけで、異なる対象機器の制御プログラムの作成に対応することが可能となり、汎用性に優れる。 When the function template selects the required specification data from the target device list by specifying the rows and columns of the target device list, the description of the function template can be generalized and only the target device list can be changed. By doing so, it becomes possible to deal with the creation of control programs for different target devices, and the versatility is excellent.
機能テンプレートに、対象機器リストの中から、指定した仕様データを繰返し読込むことを設定する繰返し指定子が記述可能である場合、記述量の少ない機能テンプレートを使用して、複数の対象機器の制御に対応した制御プログラムの作成に対応することができ、汎用性を向上させることができる。 If the function template can describe a repeat specifier that sets to repeatedly read the specified specification data from the target device list, use a function template with a small amount of description to control multiple target devices. It is possible to cope with the creation of a control program corresponding to, and it is possible to improve versatility.
第2の発明に係る制御プログラムの作成方法は、各対象機器の仕様データがリスト化された対象機器リストから、制御プログラムの作成に必要なパラメータの基となる仕様データを読み込んで、制御プログラムに変換可能なXMLファイルの基となる機能リストを作成し、機能リストからXMLファイルを作成して、XMLファイルを変換して制御プログラムを作成するので、グラフィック言語やテキスト言語を用いて複雑なプログラムを作成する必要や、サイズが大きく可読性に欠けるXMLファイルを直接作成する必要がなく、手入力ミスを減らして制御プログラムの作成時間を短縮でき、バグの発見(修正)も容易で、設計者の負担を大幅に軽減できる。 A control program creating method according to a second aspect of the present invention reads specification data, which is a basis of parameters necessary for creating a control program, from a target device list in which specification data of each target device is listed, Create a function list that is the basis of a convertible XML file, create an XML file from the function list, and convert the XML file to create a control program. Therefore, you can create a complex program using a graphic language or text language. There is no need to create it, or to directly create an XML file that is large in size and lacks in readability. It is possible to reduce manual input errors, shorten control program creation time, and easily find (correct) bugs, which burdens the designer. Can be significantly reduced.
続いて、添付した図面を参照しつつ、本発明を具体化した実施の形態につき説明し、本発明の理解に供する。本発明の一実施の形態に係る制御プログラム作成支援ツール10は、図1に示すように、PLCによる制御の対象となる各種の対象機器の動作を制御する制御プログラム11の作成を支援するものである。
まず、制御プログラム作成支援ツール10は、各対象機器の仕様データがリスト化された対象機器リスト12を備えている。制御プログラム作成支援ツール10を用いて制御プログラム11を作成する際には、図2に示すように、まず対象機器リスト12を作成する(第1のステップ:S1)。この対象機器リスト12は、例えば公知の表計算ソフトウェアを用いることにより容易に作成することができる。対象機器がモータの場合の対象機器リスト12は、例えば図3のようになるが、対象機器リスト12に記載される仕様データは、対象機器の種類及び組合せ等によって適宜、選択することができる。
Next, embodiments of the present invention will be described with reference to the accompanying drawings to provide an understanding of the present invention. As shown in FIG. 1, a control program
First, the control program
次に、制御プログラム作成支援ツール10は、制御プログラム11が機能(タスク)毎にモジュール化され、制御プログラム11の作成に必要なパラメータ(変数)がリスト化された機能テンプレート13を備えている。この機能テンプレート13は、PLCのプログラミングに関する標準規格IEC61131−3(JISB3503)で規定された、5つの言語(3種類のグラフィック言語と2種類のテキスト言語)による記述のいずれかに対応するように作成される(図2の第2のステップ:S2)。例えば、ある機能をグラフィック言語の1つであるファンクションブロックダイアグラム(FBD)言語で記述すると、図4のようになる。従来のFBD言語によるプログラミングでは、複数のファンクションブロック15〜17の配置と接続状態をグラフィカルに記述し、各ファンクションブロック15〜17のインスタンス名、命令(処理)、1個以上の入力パラメータ及び1個の出力パラメータを設定する。これに対し、機能テンプレート13では、直接、プログラミング言語を用いることなく、図5に示すように、プログラミングに必要な各ファンクションブロック15〜17のインスタンス名1〜インスタンス名3、命令1〜命令3、左上の頂点の座標(X1,Y1)〜(X3,Y3)、幅W1〜W3、高さH1〜H3、それぞれの入力パラメータ及び出力パラメータとなる変数1〜変数6等のパラメータのみをリスト化して記述している。この中で、命令1〜命令3、変数1〜変数6は対象機器リスト12を参照する形式で記述される。例えば、公知の表計算ソフトウェアを用いて機能テンプレート13を作成し、その中で対象機器リスト12の行及び列を指定することにより、対象機器リスト12の中から必要な仕様データを容易に選択し、制御プログラム11の作成に必要なパラメータとして読込むことができる。これにより、機能テンプレート13の記述を一般化することができ、対象機器リスト12のみを変更するだけで、異なる対象機器の制御プログラムの作成に対応することが可能となる。なお、ファンクションブロックの数、配置、各ファンクションブロックの入力パラメータの数、命令の内容等は、対象機器の種類、配置、及び動作等に応じて、適宜、選択することができる。また、機能テンプレート13には、対象機器リスト12の中から、指定した仕様データを繰返し読込むことを設定する繰返し指定子が記述可能であることが好ましい。これにより、複数の対象機器が組合されたプロセスライン等に対する制御プログラムを作成する場合でも、機能テンプレート13の記述量を削減し、汎用性を高めることができる。本実施の形態では、FBD言語による記述に対応した機能テンプレート13について説明したが、機能テンプレート13の記述の基となるプログラミング言語は、各機能の処理内容に応じて、標準規格で規定された5つの言語の中から最適な言語を選択することができ、例えばストラクチャードテキスト(ST)言語等のテキスト言語による記述に対応した機能テンプレートを用いることもできる。そして、異なるプログラミング言語に対応した複数の機能テンプレートを組合せて1つの制御プログラムを作成することができる。
Next, the control program
次に、制御プログラム作成支援ツール10は、対象機器リスト12と機能テンプレート13から、制御プログラム11に変換可能なXMLファイル18の基となる機能リスト19を作成する機能リスト作成手段20を備えている。この機能リスト作成手段20は、例えば、ビジュアルベーシック等のプログラミング言語で作成されたプログラムであり、機能テンプレート13の記述に従って、対象機器リスト12から必要なパラメータとなる仕様データを読込み、機能リスト19を作成する(図2の第3のステップ:S3)。この機能リスト19は、公知の表計算ソフトウェアで読込むことが可能なファイルとして作成することができる。このように作成された機能リスト19は、従来の煩雑なプログラムとは異なり、各機能の動作(処理)が一覧表示されたものであり、可読性に優れるので、短時間でバグのチェックを行って、必要な修正を簡単に行うことができる。
Next, the control program
次に、制御プログラム作成支援ツール10は、機能リスト19から、XMLファイル18を作成するXMLファイル作成手段21を備えている。このXMLファイル作成手段21は、例えば、ビジュアルベーシック等のプログラミング言語で作成されたプログラムであり、機能リスト19の記述を基にして、制御プログラム11に変換可能なXMLファイル18を作成する(図2の第4のステップ:S4)。このXMLファイル18は、PLCにおいて規格化された世界標準フォーマットに従って記載されるので、各メーカのPLC専用制御プログラム作成ツール22を用いることにより、最終的に各メーカのPLCで動作可能な制御プログラム11が得られる(図2の第5のステップ:S5)。最終的に得られる制御プログラム11は、FBD言語やST言語等のプログラミング言語に変換されたものとなるが、これは機能テンプレート13が、どのプログラミング言語の記述に対応して作成されたかに依存する。
Next, the control program
本発明の一実施の形態に係る制御プログラムの作成方法では、上述したように、各対象機器の仕様データがリスト化された対象機器リスト12から、制御プログラム11の作成に必要なパラメータの基となる仕様データを読み込んで、制御プログラム11に変換可能なXMLファイル18の基となる機能リスト19(中間ファイル)を作成する。そして、機能リスト19からXMLファイル18を作成し、XMLファイル18を変換して制御プログラム11を作成する。従って、グラフィック言語やテキスト言語を用いて複雑なプログラムを作成する必要や、サイズが大きく可読性に欠けるXMLファイル18を直接作成する必要がなく、手入力ミスを減らすことができる。また、XMLファイル18に変換する前の機能リスト19を利用することにより、容易にバグを発見(修正)することができ、設計者の負担も大幅に軽減できる。さらに、XMLファイル18から制御プログラム11への変換(コンパイル)には時間がかかるが、機能リスト19上でバグをチェックすることにより、機能リスト19からXMLファイル18への変換をバグのない状態で行うことが可能となり、変換作業を繰返し行う必要がなくなる。以上のことから、制御プログラム11の作成時間を短縮することができる。
なお、本発明の制御プログラム作成支援ツール及び制御プログラムの作成方法が対象とする制御プログラムは、実際に各種機器の制御に用いられるものであり、シミュレーションプログラムは含まない。具体的には、上記の制御プログラム11は、例えば工場等の自動機械の制御に使われるほか、エレベーター、自動ドア、ボイラー等の様々な機器の制御に使用される。
In the method for creating the control program according to the embodiment of the present invention, as described above, the
Note that the control program targeted by the control program creation support tool and the control program creation method of the present invention is actually used for controlling various devices, and does not include a simulation program. Specifically, the
以上、本発明の実施の形態を説明したが、本発明は何ら上記した実施の形態に記載の構成に限定されるものではなく、特許請求の範囲に記載されている事項の範囲内で考えられるその他の実施の形態や変形例も含むものである。
例えば、対象機器リストの作成と機能テンプレートの作成の順序は、特に限定されるものではなく、機能リスト作成手段による機能リストの作成前に、適宜、行うことができる。また、機能テンプレートは、必要に応じて、対象機器リスト以外の各種リストから必要なパラメータ(設定値)となるデータを読込むこともできる。
Although the embodiments of the present invention have been described above, the present invention is not limited to the configurations described in the above embodiments at all, and may be considered within the scope of the matters described in the claims. It also includes other embodiments and modifications.
For example, the order of creating the target device list and creating the function template is not particularly limited, and can be appropriately performed before creating the function list by the function list creating means. Further, the function template can read data as necessary parameters (setting values) from various lists other than the target device list, if necessary.
10:制御プログラム作成支援ツール、11:制御プログラム、12:対象機器リスト、13:機能テンプレート、15〜17:ファンクションブロック、18:XMLファイル、19:機能リスト、20:機能リスト作成手段、21:XMLファイル作成手段、22:PLC専用制御プログラム作成ツール 10: Control program creation support tool, 11: Control program, 12: Target device list, 13: Function template, 15-17: Function block, 18: XML file, 19: Function list, 20: Function list creating means, 21: XML file creating means, 22: PLC dedicated control program creating tool
Claims (4)
前記各対象機器の仕様データがリスト化された対象機器リストと、
前記制御プログラムが機能毎にモジュール化され、前記制御プログラムの作成に必要なパラメータがリスト化されており、該パラメータの一部が前記対象機器リストを参照する形式で記述された機能テンプレートと、
前記対象機器リストと前記機能テンプレートから、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成する機能リスト作成手段と、
該機能リスト作成手段で作成された前記機能リストから、前記XMLファイルを作成するXMLファイル作成手段とを有することを特徴とする制御プログラム作成支援ツール。 A control program creation support tool for supporting the creation of a control program for controlling the operation of a target device to be controlled,
A target device list in which the specification data of each target device is listed,
The control program is modularized for each function, parameters necessary for creating the control program are listed, and a part of the parameters is described in a format that refers to the target device list, and a function template,
A function list creating means for creating a function list as a base of an XML file convertible into the control program from the target device list and the function template;
A control program creation support tool comprising: an XML file creation means for creating the XML file from the function list created by the function list creation means.
前記各対象機器の仕様データがリスト化された対象機器リストから、前記制御プログラムの作成に必要なパラメータの基となる前記仕様データを読み込んで、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成し、該機能リストから前記XMLファイルを作成して、該XMLファイルを変換して前記制御プログラムを作成することを特徴とする制御プログラムの作成方法。 A method for creating a control program for controlling the operation of a target device to be controlled, comprising:
From the target device list in which the specification data of each target device is listed, the specification data that is the basis of the parameters required to create the control program is read and becomes the basis of an XML file that can be converted into the control program. A method of creating a control program, which comprises creating a function list, creating the XML file from the function list, and converting the XML file to create the control program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018216409A JP6632692B1 (en) | 2018-11-19 | 2018-11-19 | Control program creation support tool and control program creation method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018216409A JP6632692B1 (en) | 2018-11-19 | 2018-11-19 | Control program creation support tool and control program creation method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP6632692B1 JP6632692B1 (en) | 2020-01-22 |
JP2020086638A true JP2020086638A (en) | 2020-06-04 |
Family
ID=69166766
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018216409A Active JP6632692B1 (en) | 2018-11-19 | 2018-11-19 | Control program creation support tool and control program creation method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6632692B1 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113341864A (en) * | 2021-06-07 | 2021-09-03 | 重庆高新技术产业研究院有限责任公司 | PLC-based control similarity reversible logic system and analysis method thereof |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011198237A (en) * | 2010-03-23 | 2011-10-06 | Metawater Co Ltd | Programming support device, method, and program |
JP2013222439A (en) * | 2012-04-19 | 2013-10-28 | Mitsubishi Electric Corp | Program generation device |
JP2018010389A (en) * | 2016-07-12 | 2018-01-18 | 株式会社日立製作所 | Control application generation support device and control application generation support method |
-
2018
- 2018-11-19 JP JP2018216409A patent/JP6632692B1/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011198237A (en) * | 2010-03-23 | 2011-10-06 | Metawater Co Ltd | Programming support device, method, and program |
JP2013222439A (en) * | 2012-04-19 | 2013-10-28 | Mitsubishi Electric Corp | Program generation device |
JP2018010389A (en) * | 2016-07-12 | 2018-01-18 | 株式会社日立製作所 | Control application generation support device and control application generation support method |
Also Published As
Publication number | Publication date |
---|---|
JP6632692B1 (en) | 2020-01-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5177420A (en) | Method of and apparatus for generating control program | |
JP5506822B2 (en) | Program creation support device | |
KR101627488B1 (en) | Engineering tool, program editing device, and program editing system | |
US20100083235A1 (en) | Debug system for diagram of programmable controller, its programming device and its program | |
US20190012168A1 (en) | Program generating apparatus | |
CN106909123B (en) | Control programming auxiliary assembly | |
CN111993419B (en) | PDPS-based robot offline manufacturing method and device and computer terminal equipment | |
JP5785501B2 (en) | Ladder program creation device | |
Falkman et al. | Automatic generation: A way of ensuring PLC and HMI standards | |
US20180067462A1 (en) | Modular batch design tool for batch engineering systems | |
JP5508078B2 (en) | Program creation support apparatus and method, and program | |
WO2014136185A1 (en) | Program development support device and method therefor | |
JP6632692B1 (en) | Control program creation support tool and control program creation method | |
JP5821793B2 (en) | Program creation support apparatus and method | |
JP2008276381A (en) | Debug system for diagram of programmable controller, programming device therefor and program therefor | |
TWI442316B (en) | Program edit system and method for plc | |
JP5086296B2 (en) | Programmable controller control program creation method and programmable controller control program creation system | |
JP2005309593A (en) | Program preparation device and program preparation method | |
JP5027911B2 (en) | Program creation method and creation apparatus | |
JP2008165324A (en) | Program creation support device | |
JP4301976B2 (en) | Programming tools | |
WO2018179206A1 (en) | System design assistance device and system design assistance method | |
JP2005310056A (en) | Program execution control system | |
JP2003223204A (en) | Programming method of programmable controller, system thereof and recording medium thereof | |
JP2014010599A (en) | Operation manual preparation device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20181218 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20191111 |
|
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: 20191119 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20191210 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6632692 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |