JP6632692B1 - Control program creation support tool and control program creation method - Google Patents

Control program creation support tool and control program creation method Download PDF

Info

Publication number
JP6632692B1
JP6632692B1 JP2018216409A JP2018216409A JP6632692B1 JP 6632692 B1 JP6632692 B1 JP 6632692B1 JP 2018216409 A JP2018216409 A JP 2018216409A JP 2018216409 A JP2018216409 A JP 2018216409A JP 6632692 B1 JP6632692 B1 JP 6632692B1
Authority
JP
Japan
Prior art keywords
control program
function
target device
list
xml file
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
JP2018216409A
Other languages
Japanese (ja)
Other versions
JP2020086638A (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.)
Nippon Steel Texeng Co Ltd
Original Assignee
Nippon Steel Texeng Co Ltd
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 Nippon Steel Texeng Co Ltd filed Critical Nippon Steel Texeng Co Ltd
Priority to JP2018216409A priority Critical patent/JP6632692B1/en
Application granted granted Critical
Publication of JP6632692B1 publication Critical patent/JP6632692B1/en
Publication of JP2020086638A publication Critical patent/JP2020086638A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Programmable Controllers (AREA)

Abstract

【課題】簡素な構成で設計者の作業負担を軽減し、制御プログラムの作成時間を大幅に短縮でき、PLCメーカのプログラム様式によらず動作可能な汎用性に優れた制御プログラムを作成することができる制御プログラム作成支援ツール及び制御プログラムの作成方法を提供する。【解決手段】各対象機器の仕様データがリスト化された対象機器リスト12と、制御プログラム11が機能毎にモジュール化され、制御プログラム11の作成に必要なパラメータがリスト化されており、パラメータの一部が対象機器リスト12を参照する形式で記述された機能テンプレート13と、対象機器リスト12と機能テンプレート13から、制御プログラム11に変換可能なXMLファイル18の基となる機能リスト19を作成する機能リスト作成手段20と、機能リスト作成手段20で作成された機能リスト19から、XMLファイル18を作成するXMLファイル作成手段21とを有する。【選択図】図1An object of the present invention is to create a versatile control program that can reduce the work load on a designer with a simple configuration, greatly reduce the time required to create a control program, and can operate regardless of the program format of a PLC maker. Provided are a control program creation support tool and a control program creation method. A target device list in which specification data of each target device is listed, and a control program are modularized for each function, and parameters necessary for creating the control program are listed. A function list 19 that is a basis of an XML file 18 that can be converted into the control program 11 is created from the function template 13 partially described in a format that refers to the target device list 12 and the target device list 12 and the function template 13. The apparatus includes a function list creating unit 20 and an XML file creating unit 21 that creates an XML file 18 from the function list 19 created by the function list creating unit 20. [Selection diagram] Fig. 1

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のシミュレーションプログラム生成装置、シミュレーションプログラム生成方法、及びプログラムでは、設備機器レイアウトと、設備機器リストとに基づいて設備機器モデル部品を読み出し、パラメータ・リスト関連定義に従って設備機器リストから読み出した設定パラメータを設備機器モデル部品に設定することにより、シミュレーションプログラムを自動生成している。
2. Description of the Related Art Conventionally, monitoring of a system such as a factory or various social infrastructure facilities and control of a process are performed by sending an operation instruction from a PLC used as a control device to a target device to be controlled. At this time, the PLC generates an operation instruction by executing the control program (PLC program), but creation (programming) of the control program requires special knowledge. For example, a conventional control program mainly based on a ladder diagram language uses application instructions unique to a PLC maker. Particularly, a complicated control program lacks readability, and a third party cannot understand the contents of the control program. There was a problem that it was difficult, and it took time to check (fix) errors (bugs) and troubleshoot. In addition, when a control program is created manually (manually) using a structured program such as a structured text (ST) language or a function block diagram (FBD) language, an input error easily occurs and all errors are corrected. Until it is possible, the conversion (compilation) of the created (modified) control program and the correction of errors must be repeated, which places 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, Japanese Patent Application Laid-Open No. H11-163873 discloses the control (processing) in the control program as components and registering them to create the control program. A program development support apparatus and a method for automating a part of the process have been proposed. Further, in the simulation program generation device, the simulation program generation method, and the program of Patent Document 2, an equipment model part is read based on the equipment layout and the equipment list, and read from the equipment list according to the parameter list related definition. The simulation program is automatically generated by setting the set parameters to the equipment component parts.

国際公開第2014/136185号International Publication No. WO 2014/136185 特開2016−164751号公報JP-A-2006-164751

しかしながら、特許文献1では、流用元プログラムの中から、部品化する部品化対象プログラムを選択し、流用先プログラムに組み込むので、流用元プログラム及び流用先プログラムを必要とし、一から制御プログラムを作成することはできない。また、部品化対象プログラムと流用先プログラムとの間で変数を統一する必要があり、そのために部品化対象プログラムに存在する変数を解析し、流用先プログラムで使用されている変数との対応付けを行って変数を置換する作業を行わなければならず、プログラム開発支援装置の構成が複雑になるという問題がある。さらに、流用元プログラムや流用先プログラムが、PLCメーカの制御プログラム作成ツールで作成されている場合、それぞれのプログラムが対応するPLCメーカが異なれば、流用元プログラムの一部を流用して流用先プログラムに組合せることは困難である。従って、流用元プログラム及び流用先プログラムとして利用できる制御プログラムの組合せは限定されており、このようにして作成された制御プログラムも、特定のPLCメーカに固有の制御プログラムとなり、汎用性に欠けるという問題がある。また、特許文献2では、パラメータ・リスト関連定義は、例えばストラクチャードテキスト(ST)言語によるプログラムで作成され、設備機器モデル部品は、例えばファンクションブロックダイアグラム(FBD)言語で構築されている。このため、動作の異なる設備機器を新たに設備機器モデルとして登録する場合には、これらのプログラミング言語を用いて、パラメータ・リスト関連定義及び設備機器モデル部品を作成する必要があり、設計者には一定のスキルが要求され、作成にも手間がかかるという問題がある。なお、特許文献2では、シミュレーションプログラム自動生成部でプログラムシートに記述されたプログラムを、PLCにおいて規格化された世界標準フォーマット(PLCopen XML(Extensible Markup Laguage))に基づいた中間ファイルに変換する中間ファイル生成部を備えることにより、様々なメーカのPLC用プログラミングツールにシミュレーションプログラムを読み込ませることができる。しかし、XMLファイルはサイズが大きく、可読性が低いため、エラーの発見に時間がかかるという問題がある。そこで、特許文献2では、中間ファイル(XMLファイル)に変換したシミュレーションプログラムを一旦、PLC用プログラミングツールに読み込ませ、シミュレーションプログラムの内容を表示させて、シミュレーションプログラム編集部によって変更(修正)を行っており、プログラムを完成させるまでの手順が煩雑で、作業の効率性に欠けるという問題がある。 However, in Patent Literature 1, since a component target program to be converted into a component is selected from the diversion source program and incorporated into the diversion destination program, the diversion source program and the diversion destination program are required, and the control program is created from scratch. It is not possible. In addition, it is necessary to unify variables between the target component program and the diversion target program.To do so, it analyzes the variables that exist in the target component program and associates them with the variables used in the diversion target program. Therefore, there is a problem that the configuration of the program development support device becomes complicated. Furthermore, if the diverted source program and the diverted destination program are created by the control program creation tool of the PLC maker, if the corresponding PLC maker is different for each program, a part of the diverted source program is diverted to the diverted destination program. Is difficult to combine. Therefore, the combinations of control programs that can be used as the diversion source program and the diversion destination program are limited, and the control program created in this way also becomes a control program specific to a specific PLC maker, and lacks versatility. There is. In Patent Document 2, the parameter list related definition is created by a program in a structured text (ST) language, for example, and the equipment model part is constructed in a function block diagram (FBD) language, for example. For this reason, when newly registering equipment with a different operation as an equipment model, it is necessary to create parameter list related definitions and equipment model parts using these programming languages. There is a problem that certain skills are required and it takes time to create. In Patent Document 2, an intermediate file for converting a program described in a program sheet by a simulation program automatic generation unit into an intermediate file based on a world standard format (PLCopen XML (Extensible Markup Language)) standardized by a PLC. By providing the generation unit, the simulation program can be read by PLC programming tools of various manufacturers. However, since the XML file is large in size and low in readability, it takes a long time to find an error. Therefore, in Patent Document 2, a simulation program converted into an intermediate file (XML file) is once read by a PLC programming tool, the contents of the simulation program are displayed, and the simulation program editing unit changes (corrects) the contents. Therefore, there is a problem that the procedure for completing the program is complicated and the work efficiency is low.

本発明はかかる事情に鑑みてなされたもので、簡素な構成で、設計者の作業負担を軽減し、制御プログラムの作成時間を大幅に短縮できると共に、PLCメーカのプログラム様式によらず動作可能な汎用性に優れた制御プログラムを作成することができる制御プログラム作成支援ツール及び制御プログラムの作成方法を提供することを目的とする。 The present invention has been made in view of the above circumstances, and can reduce the work load on a designer with a simple configuration, greatly reduce the time required to create a control program, and operate irrespective of the program format of a PLC manufacturer. 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 control program with excellent versatility.

前記目的に沿う第1の発明に係る制御プログラム作成支援ツールは、制御の対象となる対象機器の動作を制御する制御プログラムの作成を支援する制御プログラム作成支援ツールであって、
前記各対象機器の仕様データがリスト化された対象機器リストと、
前記制御プログラムが機能毎にモジュール化され、前記制御プログラムの作成に必要なパラメータ(変数)がリスト化されており、該パラメータの一部が前記対象機器リストを参照する形式で記述された機能テンプレートと、
前記対象機器リストと前記機能テンプレートから、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成する機能リスト作成手段と、
該機能リスト作成手段で作成された前記機能リストから、前記XMLファイルを作成するXMLファイル作成手段とを有する。
A control program creation support tool according to a first invention that meets the above object is a control program creation support tool that supports 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,
A function template in which the control program is modularized for each function, parameters (variables) necessary for creating the control program are listed, and some of the parameters are described in a format that refers to the target device list When,
Function list creation means for creating, from the target device list and the function template, a function list based on an XML file convertible to the control program;
XML file creation means for creating the XML file from the function list created by the function list creation means.

第1の発明に係る制御プログラム作成支援ツールにおいて、前記機能テンプレートは、前記対象機器リストの行及び列を指定することにより、前記対象機器リストの中から必要な前記仕様データを選択することが好ましい。 In the control program creation support tool according to the first invention, it is preferable that the function template selects necessary 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 invention, the function template may be capable of describing a repetition specifier for setting to repeatedly read the specified specification data from the target device list. preferable.

前記目的に沿う第2の発明に係る制御プログラムの作成方法は、制御の対象となる対象機器の動作を制御する制御プログラムの作成方法であって、
前記各対象機器の仕様データがリスト化された対象機器リストから、前記制御プログラムの作成に必要なパラメータの基となる前記仕様データを読み込んで、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成し、該機能リストから前記XMLファイルを作成して、該XMLファイルを変換して前記制御プログラムを作成する。
A method for creating a control program according to a second aspect of the present invention is a method for 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 of the target devices is listed, the specification data serving as the basis of the parameters necessary for creating 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 provides a target device list in which specification data of each target device is listed, and a control program that is modularized for each function, and parameters necessary for creating the control program are listed. Since a function list 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 function list is created based on an XML file that can be converted into a control program. By simply inputting the specification data that is the basis for the parameters (variables) required to create the control program, a function list is automatically created and the control program can be obtained easily in a short time. There is no need to input a language, and the burden on the designer can be reduced. In addition, since a bug can be checked on the function list before creating the XML file, the conversion (compile) from the function list to the XML file can be performed without any bug, and the conversion work is repeatedly performed. There is no need to do so, and the time for creating the control program can be reduced. Furthermore, the XML file finally created is described in a standard format standardized by PLC, so that it can correspond to 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 is changed By doing so, it is possible to cope with the creation of a control program for a different target device, which is excellent in versatility.

機能テンプレートに、対象機器リストの中から、指定した仕様データを繰返し読込むことを設定する繰返し指定子が記述可能である場合、記述量の少ない機能テンプレートを使用して、複数の対象機器の制御に対応した制御プログラムの作成に対応することができ、汎用性を向上させることができる。 If the function template can describe a repetition specifier that sets to repeatedly read the specified specification data from the target device list, control multiple target devices by using a function template with a small amount of description. Therefore, it is possible to cope with the creation of a control program corresponding to the above, and the versatility can be improved.

第2の発明に係る制御プログラムの作成方法は、各対象機器の仕様データがリスト化された対象機器リストから、制御プログラムの作成に必要なパラメータの基となる仕様データを読み込んで、制御プログラムに変換可能なXMLファイルの基となる機能リストを作成し、機能リストからXMLファイルを作成して、XMLファイルを変換して制御プログラムを作成するので、グラフィック言語やテキスト言語を用いて複雑なプログラムを作成する必要や、サイズが大きく可読性に欠けるXMLファイルを直接作成する必要がなく、手入力ミスを減らして制御プログラムの作成時間を短縮でき、バグの発見(修正)も容易で、設計者の負担を大幅に軽減できる。 The method of creating a control program according to the second invention reads specification data serving as a basis for parameters necessary for creating a control program from a target device list in which specification data of each target device is listed, and stores the data in a control program. Creates a function list that is the basis of an XML file that can be converted, creates an XML file from the function list, and converts the XML file to create a control program. Therefore, complex programs can be created using graphic languages or text languages. There is no need to create an XML file that is large and lacks in readability directly. It is possible to reduce manual input errors, shorten the time required to create control programs, find bugs (fix) easily, and burden the designer. Can be greatly reduced.

本発明の一実施の形態に係る制御プログラム作成支援ツールの構成を示す構成図である。1 is a configuration diagram illustrating a configuration of a control program creation support tool according to an embodiment of the present invention. 同制御プログラム作成支援ツールを用いた制御プログラムの作成方法を示すフローチャートである。4 is a flowchart illustrating a control program creation method using the control program creation support tool. 同制御プログラム作成支援ツールで使用する対象機器リストを示す説明図である。FIG. 4 is an explanatory diagram showing a target device list used by the control program creation support tool. 同制御プログラム作成支援ツールで作成される機能テンプレートをグラフィック言語で記述した説明図である。FIG. 4 is an explanatory diagram in which a function template created by the control program creation support tool is described in a graphic language. 同制御プログラム作成支援ツールで作成される機能テンプレートを示す説明図である。FIG. 4 is an explanatory diagram showing a function template created by the control program creation support tool.

続いて、添付した図面を参照しつつ、本発明を具体化した実施の形態につき説明し、本発明の理解に供する。本発明の一実施の形態に係る制御プログラム作成支援ツール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 creation support tool 10 according to an embodiment of the present invention supports creation of a control program 11 for controlling operations of various target devices to be controlled by a PLC. is there.
First, the control program creation support tool 10 includes a target device list 12 in which specification data of each target device is listed. When creating the control program 11 using the control program creation support tool 10, first, as shown in FIG. 2, a target device list 12 is created (first step: S1). The target device list 12 can be easily created by using, for example, known spreadsheet software. The target device list 12 in the case where the target device is a motor is, for example, as shown in FIG. 3. The specification data described in the target device list 12 can be appropriately selected according to the type and combination of the target devices.

次に、制御プログラム作成支援ツール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 creation support tool 10 includes a function template 13 in which the control program 11 is modularized for each function (task) and parameters (variables) required for creating the control program 11 are listed. The function template 13 is created so as to correspond to one of descriptions in five languages (three kinds of graphic languages and two kinds of text languages) defined by the standard IEC61131-3 (JISB3503) for PLC programming. (The second step in FIG. 2: S2). For example, when a certain function is described in a function block diagram (FBD) language which is one of graphic languages, the result is as shown in FIG. In the conventional programming using the FBD language, the arrangement and connection state of a plurality of function blocks 15 to 17 are graphically described, and the instance names, instructions (processes), one or more input parameters, and one Set output parameters for On the other hand, in the function template 13, without using a programming language directly, as shown in FIG. 5, the instance names 1 to 3 of the function blocks 15 to 17 required for programming, the instructions 1 to 3, Only the parameters such as the coordinates (X1, Y1) to (X3, Y3) of the upper left vertex, the widths W1 to W3, the heights H1 to H3, and the respective input parameters and output parameters such as variables 1 to 6 are listed. Has been described. In this, the instructions 1 to 3 and the variables 1 to 6 are described in a format referring to the target device list 12. For example, by creating a function template 13 using publicly known spreadsheet software and designating a row and a column of the target device list 12 therein, necessary specification data can be easily selected from the target device list 12. , Can be read as parameters necessary for creating the control program 11. As a result, the description of the function template 13 can be generalized, and it is possible to cope with the creation of a control program for a different target device by only changing the target device list 12. The number and arrangement of the function blocks, the number of input parameters of each function block, the content of the instruction, and the like can be appropriately selected according to the type, arrangement, operation, and the like of the target device. Further, it is preferable that the function template 13 can describe a repetition specifier for setting to repeatedly read the specified specification data from the target device list 12. Thus, even when creating a control program for a process line or the like in which a plurality of target devices are combined, the amount of description of the function template 13 can be reduced, and versatility can be increased. In the present embodiment, the function template 13 corresponding to the description in the FBD language has been described. However, the programming language on which the description of the function template 13 is based is defined by the standard 5 according to the processing content of each function. An optimal language can be selected from the two languages, and a function template corresponding to a description in a text language such as a structured text (ST) language can be used. Then, one control program can be created by combining a plurality of function templates corresponding to different programming languages.

次に、制御プログラム作成支援ツール10は、対象機器リスト12と機能テンプレート13から、制御プログラム11に変換可能なXMLファイル18の基となる機能リスト19を作成する機能リスト作成手段20を備えている。この機能リスト作成手段20は、例えば、ビジュアルベーシック等のプログラミング言語で作成されたプログラムであり、機能テンプレート13の記述に従って、対象機器リスト12から必要なパラメータとなる仕様データを読込み、機能リスト19を作成する(図2の第3のステップ:S3)。この機能リスト19は、公知の表計算ソフトウェアで読込むことが可能なファイルとして作成することができる。このように作成された機能リスト19は、従来の煩雑なプログラムとは異なり、各機能の動作(処理)が一覧表示されたものであり、可読性に優れるので、短時間でバグのチェックを行って、必要な修正を簡単に行うことができる。 Next, the control program creation support tool 10 includes a function list creation unit 20 that creates a function list 19 that is a basis of the XML file 18 that can be converted into the control program 11 from the target device list 12 and the function template 13. . The function list creation means 20 is a program created in a programming language such as Visual Basic, for example. The function list creation means 20 reads specification data serving as necessary parameters from the target device list 12 in accordance with the description of the function template 13 and reads the function list 19. It is created (third step in FIG. 2: S3). The function list 19 can be created as a file that can be read by known spreadsheet software. Unlike the conventional complicated program, the function list 19 created in this way is a list of the operations (processes) of the respective functions, and is excellent in readability. The necessary corrections can be made easily.

次に、制御プログラム作成支援ツール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 creation support tool 10 includes an XML file creation unit 21 that creates the XML file 18 from the function list 19. The XML file creating means 21 is, for example, a program created in a programming language such as Visual Basic, and creates the XML file 18 which can be converted into the control program 11 based on the description of the function list 19 (FIG. 2). Fourth step: S4). Since the XML file 18 is described in accordance with the global standard format standardized by the PLC, by using the PLC dedicated control program creation tool 22 of each manufacturer, the control program 11 that can be finally operated by the PLC of each manufacturer is used. Is obtained (the fifth step in FIG. 2: S5). The finally obtained control program 11 is converted into a programming language such as FBD language or ST language, which depends on the description of the programming language in which the function template 13 is created. .

本発明の一実施の形態に係る制御プログラムの作成方法では、上述したように、各対象機器の仕様データがリスト化された対象機器リスト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 of creating a control program according to an embodiment of the present invention, as described above, a parameter base necessary for creating the control program 11 is obtained from the target device list 12 in which the specification data of each target device is listed. Then, a function list 19 (intermediate file) which is a basis of the XML file 18 that can be converted into the control program 11 is created by reading the specification data. Then, an XML file 18 is created from the function list 19, and the control program 11 is created by converting the XML file 18. Therefore, there is no need to create a complicated program using a graphic language or a text language, and it is not necessary to directly create the XML file 18 having a large size and lacking in readability, and it is possible to reduce manual input errors. In addition, by using the function list 19 before conversion into the XML file 18, a bug can be easily found (corrected), and the burden on the designer can be greatly reduced. Furthermore, conversion (compilation) from the XML file 18 to the control program 11 takes time. However, by checking a bug on the function list 19, conversion from the function list 19 to the XML file 18 can be performed without any bug. Can be performed, eliminating the need to repeat the conversion operation. From the above, it is possible to reduce the time for creating the control program 11.
The control programs targeted by the control program creation support tool and the control program creation method of the present invention are actually used for controlling various devices, and do not include simulation programs. Specifically, the control program 11 is used for controlling, for example, an automatic machine such as a factory, and also for controlling various devices such as an elevator, an automatic door, and a boiler.

以上、本発明の実施の形態を説明したが、本発明は何ら上記した実施の形態に記載の構成に限定されるものではなく、特許請求の範囲に記載されている事項の範囲内で考えられるその他の実施の形態や変形例も含むものである。
例えば、対象機器リストの作成と機能テンプレートの作成の順序は、特に限定されるものではなく、機能リスト作成手段による機能リストの作成前に、適宜、行うことができる。また、機能テンプレートは、必要に応じて、対象機器リスト以外の各種リストから必要なパラメータ(設定値)となるデータを読込むこともできる。
As described above, the embodiments of the present invention have been described. However, the present invention is not limited to the configurations described in the above embodiments, and can be considered within the scope of matters described in the claims. Other embodiments and modifications are also included.
For example, the order in which the target device list is created and the function template is created is not particularly limited, and can be appropriately performed before the function list creation unit creates the function list. Further, the function template can also read data as necessary parameters (set values) from various lists other than the target device list as needed.

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 to 17: Function block, 18: XML file, 19: Function list, 20: Function list creation means, 21: XML file creation means, 22: PLC dedicated control program creation tool

Claims (4)

制御の対象となる対象機器の動作を制御する制御プログラムの作成を支援する制御プログラム作成支援ツールであって、
前記各対象機器の仕様データがリスト化された対象機器リストと、
前記制御プログラムが機能毎にモジュール化され、前記制御プログラムの作成に必要なパラメータがリスト化されており、該パラメータの一部が前記対象機器リストを参照する形式で記述された機能テンプレートと、
前記対象機器リストと前記機能テンプレートから、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成する機能リスト作成手段と、
該機能リスト作成手段で作成された前記機能リストから、前記XMLファイルを作成するXMLファイル作成手段とを有することを特徴とする制御プログラム作成支援ツール。
A control program creation support tool that supports creation of a control program that controls 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 are described in a format referring to the target device list, a function template,
Function list creation means for creating, from the target device list and the function template, a function list based on an XML file convertible to the control program;
A control file creation support tool, comprising: an XML file creation unit that creates the XML file from the function list created by the function list creation unit.
請求項1記載の制御プログラム作成支援ツールにおいて、前記機能テンプレートは、前記対象機器リストの行及び列を指定することにより、前記対象機器リストの中から必要な前記仕様データを選択することを特徴とする制御プログラム作成支援ツール。 2. The control program creation support tool according to claim 1, wherein the function template selects necessary specification data from the target device list by specifying a row and a column of the target device list. Control program creation support tool. 請求項1又は2記載の制御プログラム作成支援ツールにおいて、前記機能テンプレートには、前記対象機器リストの中から、指定した前記仕様データを繰返し読込むことを設定する繰返し指定子が記述可能であることを特徴とする制御プログラム作成支援ツール。 3. The control program creation support tool according to claim 1, wherein a repetition specifier for setting to repeatedly read the specified specification data from the target device list can be described in the function template. 4. A control program creation support tool characterized by the following. 制御の対象となる対象機器の動作を制御する制御プログラムの作成方法であって、
前記各対象機器の仕様データがリスト化された対象機器リストから、前記制御プログラムの作成に必要なパラメータの基となる前記仕様データを読み込んで、前記制御プログラムに変換可能なXMLファイルの基となる機能リストを作成し、該機能リストから前記XMLファイルを作成して、該XMLファイルを変換して前記制御プログラムを作成することを特徴とする制御プログラムの作成方法。
A method of creating a control program for controlling the operation of a target device to be controlled,
From the target device list in which the specification data of each of the target devices is listed, the specification data serving as the basis of the parameters necessary for creating the control program is read and becomes the basis of an XML file that can be converted into the control program. A method for creating a control program, comprising: creating a function list; creating the XML file from the function list; and converting the XML file to create the control program.
JP2018216409A 2018-11-19 2018-11-19 Control program creation support tool and control program creation method Active JP6632692B1 (en)

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 true JP6632692B1 (en) 2020-01-22
JP2020086638A 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)

Cited By (1)

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

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5508078B2 (en) * 2010-03-23 2014-05-28 メタウォーター株式会社 Program creation support apparatus and method, and program
JP5785130B2 (en) * 2012-04-19 2015-09-24 三菱電機株式会社 Program generator
JP6576884B2 (en) * 2016-07-12 2019-09-18 株式会社日立製作所 Control application generation support apparatus and control application generation support method

Cited By (1)

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

Also Published As

Publication number Publication date
JP2020086638A (en) 2020-06-04

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
US10324438B2 (en) Sequence-control programming apparatus, sequence-control programming method, and operating system
US20100083235A1 (en) Debug system for diagram of programmable controller, its programming device and its program
CN106909123B (en) Control programming auxiliary assembly
JP5785501B2 (en) Ladder program creation device
US20190012168A1 (en) Program generating apparatus
Falkman et al. Automatic generation: A way of ensuring PLC and HMI standards
JP6632692B1 (en) Control program creation support tool and control program creation method
JP5508078B2 (en) Program creation support apparatus and method, and program
CN111993419B (en) PDPS-based robot offline manufacturing method and device and computer terminal equipment
JP2011070539A (en) Programmable controller
KR101456812B1 (en) System design device
TWI442316B (en) Program edit system and method for plc
JP2005309593A (en) Program preparation device and program preparation method
KR20190094779A (en) Automatically Generate Device for PLC Instruction Compiler Test-Case
JP2008165324A (en) Program creation support device
JP4301976B2 (en) Programming tools
Julius et al. A model-driven approach for transforming GRAFCET specification into PLC code including hierarchical structures
JP2008532130A (en) Method for subprogram translation by a controller interpreter
JP2019159937A (en) Programming support device, programming support method and program
JP4692452B2 (en) Program creation method of programmable controller
JP2011002868A (en) Sequence control program automatic generation device
JP2533372B2 (en) Control program creation method

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