JP5377377B2 - Design support device - Google Patents

Design support device Download PDF

Info

Publication number
JP5377377B2
JP5377377B2 JP2010059902A JP2010059902A JP5377377B2 JP 5377377 B2 JP5377377 B2 JP 5377377B2 JP 2010059902 A JP2010059902 A JP 2010059902A JP 2010059902 A JP2010059902 A JP 2010059902A JP 5377377 B2 JP5377377 B2 JP 5377377B2
Authority
JP
Japan
Prior art keywords
program
control program
loader
design support
specifications
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
JP2010059902A
Other languages
Japanese (ja)
Other versions
JP2011192213A (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.)
Metawater Co Ltd
Original Assignee
Metawater 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 Metawater Co Ltd filed Critical Metawater Co Ltd
Priority to JP2010059902A priority Critical patent/JP5377377B2/en
Publication of JP2011192213A publication Critical patent/JP2011192213A/en
Application granted granted Critical
Publication of JP5377377B2 publication Critical patent/JP5377377B2/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]

Abstract

<P>PROBLEM TO BE SOLVED: To easily create a highly-reliable program manual. <P>SOLUTION: A specification selection unit 11 displays a specification menu for selecting specifications of a plant control program 22, and outputs data of the specifications selected from the specification menu. A specification table creation unit 12 creates a specification table 21 in which identification information of the selected specification is described, on the basis of the data of the specifications output from the specification selection unit 11, and uploads the specification table 21 and the plant control program 22 to a loader 20. A program manual creation unit 13 downloads the specification table 21 in the loader 20 and creates, on the basis of the identification information of the specification described in the downloaded specification table 21, a program manual for describing the specifications of the plant control program 22 in the loader 20 associated with the specification table 21. <P>COPYRIGHT: (C)2011,JPO&amp;INPIT

Description

本発明は、各種プラント設備の制御プログラムの設計作業を支援する設計支援装置に関する。 The present invention is related to design support equipment to support the design work of various plant equipment control program.

一般に、プラント設備の制御システムを新たに構築する場合、技術者が、制御システムの要求仕様を記載した要求仕様書を作成し、要求仕様書に基づいて標準の制御プログラムを変更することによって要求仕様に対応した制御プログラムを作成する。そして、技術者は、作成した制御プログラムを制御システムのプログラマブルコントローラ(PLC)にローディングする。これにより、制御システムは、ローディングされた制御プログラムに従って要求仕様に応じた動作を行うことになる。   In general, when constructing a new plant equipment control system, an engineer creates a requirement specification document that describes the requirement specification of the control system, and changes the standard control program based on the requirement specification document. Create a control program corresponding to. Then, the engineer loads the created control program onto the programmable controller (PLC) of the control system. As a result, the control system performs an operation according to the required specification in accordance with the loaded control program.

一方、制御システムの仕様を変更する場合には、技術者は、PLCにローディングされている制御プログラムを解読することによってその仕様を確認し、確認結果に基づいて制御プログラムの仕様を記載したプログラム説明書を作成する。そして、技術者は、プログラム説明書と新たな要求仕様を記載した要求仕様書とを比較し、比較結果に基づいて制御プログラムを変更する。これにより、制御システムは、変更された制御プログラムに従って新たな要求仕様に応じた動作を行うことになる。   On the other hand, when changing the specification of the control system, the engineer confirms the specification by decoding the control program loaded in the PLC and describes the specification of the control program based on the confirmation result. Create a certificate. Then, the engineer compares the program manual with the requirement specification describing the new requirement specification, and changes the control program based on the comparison result. As a result, the control system performs an operation according to the new required specification in accordance with the changed control program.

なお、特許文献1には、プラント設備のロジック図を作成する際、仕様の変更に伴い変化する工程、工程間の関連性、及びプラント状態を階層表現と工程の部品化とを組み合わせた表現方法によってユーザに提示する装置が開示されている。この装置によれば、ユーザはロジック図を容易に理解できるようになるので、ロジック図の作成作業に要する負担を軽減することができる。   In addition, in Patent Document 1, when creating a logic diagram of a plant facility, a process that changes with changes in specifications, a relationship between processes, and an expression method that combines plant expression with hierarchical expression and process componentization. A device for presenting to a user is disclosed. According to this apparatus, since the user can easily understand the logic diagram, the burden required for the creation of the logic diagram can be reduced.

また、特許文献2には、修正対象のプログラムに関する図形式仕様書を図形式仕様書単位でコンパイルし、中間オブジェクトファイルを図形式仕様書単位で作成すると共に図形式仕様書間の接続情報からなるリンク情報ファイルを作成する装置が開示されている。この装置によれば、プログラムを修正する際には修正が加えられる一部の図形式仕様書のみをコンパイルすればよいので、プログラム修正時のプログラム作成効率を大幅に改善することができる。   Further, Patent Document 2 compiles a graphic specification for a program to be corrected in units of graphic specifications, creates an intermediate object file in units of graphic specifications, and includes connection information between graphic specifications. An apparatus for creating a link information file is disclosed. According to this apparatus, when modifying a program, it is only necessary to compile a part of the figure format specifications to be modified, so that the efficiency of program creation at the time of program modification can be greatly improved.

特開平8−76819号公報JP-A-8-76819 特開平6−168011号公報Japanese Patent Laid-Open No. 6-168011

しかしながら、制御システムの仕様を変更する際、PLCにローディングされている制御プログラムを解読する作業は多くの労力及び時間を要する。また、制御プログラムを誤って解読してしまうことがあるために、プログラム説明書の信頼性に問題がある。特に、プラント設備の制御システムの仕様は、頻繁に変更される訳ではなく、10年、20年等の比較的長い周期で変更されるために、現在稼働中の制御プログラムに関する情報が少なくなっていることが多い。また、プラント設備の制御システムの制御プログラムは、複数のプログラム言語によって記述されていることが多い。このため、制御プログラムを解読するためにはより多くの労力及び時間を要する。このことから、特にプラント設備の分野では、信頼性が高いプログラム説明書を容易に作成可能な設計支援装置の提供が切望されている。   However, when changing the specifications of the control system, it takes a lot of labor and time to decode the control program loaded in the PLC. Further, since the control program may be mistakenly decoded, there is a problem in the reliability of the program manual. In particular, the specifications of the control system for plant equipment are not changed frequently, but are changed at a relatively long period of 10 years, 20 years, etc., so that information on the control program currently in operation is reduced. There are many. In addition, control programs for plant facility control systems are often written in a plurality of program languages. For this reason, it takes more labor and time to decode the control program. For this reason, particularly in the field of plant equipment, it is desired to provide a design support device that can easily create a highly reliable program manual.

本発明は、上記課題に鑑みてなされたものであって、その目的は、信頼性が高いプログラム説明書を容易に作成可能な設計支援装置を提供することにある。 The present invention was made in view of the above problems, its object is to provide a readily producible design support equipment a reliable program instructions.

上記課題を解決し、目的を達成するために、本発明に係る設計支援装置は、プラント設備の制御プログラムの設計作業を支援する設計支援装置であって、複数の仕様に対応可能な制御プログラムの仕様を選択するための仕様メニューを表示し、仕様メニューの中から選択された仕様のデータを出力する仕様選択部と、仕様選択部から出力された仕様のデータに基づいて、選択された仕様の識別情報を記述した仕様テーブルを作成し、プラント設備のコントローラに制御プログラムをローディングするローダーに仕様テーブルをアップロードする仕様テーブル作成部と、ローダー内の仕様テーブルをダウンロードし、ダウンロードされた仕様テーブル内に記述されている仕様の識別情報に基づいて、仕様テーブルに関連付けされているローダー内の制御プログラムの仕様を説明するプログラム説明書を作成するプログラム説明書作成部とを備える。   In order to solve the above problems and achieve the object, a design support apparatus according to the present invention is a design support apparatus that supports design work of a control program for a plant facility, and is a control program that can handle a plurality of specifications. A specification menu for selecting a specification is displayed, the specification selection unit that outputs the data of the specification selected from the specification menu, and the specification of the selected specification based on the specification data output from the specification selection unit Create a specification table describing the identification information, upload the specification table to the loader that loads the control program to the controller of the plant equipment, download the specification table in the loader, and download the specification table in the downloaded specification table The loader associated with the specification table based on the identification information of the specification being described And a program instructions creating unit for creating program instructions describing the specification of a control program.

本発明に係る設計支援装置によれば、仕様メニューの中から選択された仕様の識別情報を記述した仕様テーブルに基づいてプログラム説明書を作成するので、信頼性が高いプログラム説明書を容易に作成することができる。 According to the design support equipment according to the present invention, since creating a program instructions based on the specification table describing the identification information of the specifications selected from among the specifications menu, easily reliable program instructions Can be created.

図1は、本発明の一実施形態である設計支援システムの構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of a design support system according to an embodiment of the present invention. 図2は、プラント制御プログラムの一構成例を示すブロック図である。FIG. 2 is a block diagram illustrating a configuration example of the plant control program. 図3は、本発明の一実施形態であるプログラム設計処理の流れを示すフローチャートである。FIG. 3 is a flowchart showing the flow of program design processing according to an embodiment of the present invention. 図4は、仕様メニュー画面の一構成例を示す模式図である。FIG. 4 is a schematic diagram illustrating a configuration example of the specification menu screen. 図5は、仕様テーブルの一構成例を示す模式図である。FIG. 5 is a schematic diagram illustrating a configuration example of the specification table. 図6は、本発明の一実施形態である仕様変更処理の流れを示すフローチャートである。FIG. 6 is a flowchart showing the flow of the specification changing process according to the embodiment of the present invention. 図7は、プログラム説明書の一例を示す図である。FIG. 7 is a diagram illustrating an example of a program manual. 図8は、図1に示す設計支援システムの変形例の構成を示すブロック図である。FIG. 8 is a block diagram showing a configuration of a modification of the design support system shown in FIG.

以下、図面を参照して、本発明の一実施形態である設計支援システムの構成及びその動作について説明する。   Hereinafter, a configuration and operation of a design support system according to an embodiment of the present invention will be described with reference to the drawings.

〔設計支援システムの構成〕
始めに、図1を参照して、本発明の一実施形態である設計支援システムの構成について説明する。
[Configuration of design support system]
First, the configuration of a design support system according to an embodiment of the present invention will be described with reference to FIG.

図1は、本発明の一実施形態である設計支援システムの構成を示すブロック図である。図1に示すように、本発明の一実施形態である設計支援システム1は、プラント設備2に設けられたポンプPの動作を制御するコントローラ3内に格納されるプラント制御プログラム22の設計作業を支援するためのものである。なお、本実施形態では、ポンプPは、ポンプ井内の汚水を水処理設備に排出するものである。また、本実施形態では、コントローラ3の制御対象はポンプPであるとしたが、制御対象はポンプPに限定されることはなく、送風機等のポンプP以外の装置であってもよい。   FIG. 1 is a block diagram showing a configuration of a design support system according to an embodiment of the present invention. As shown in FIG. 1, a design support system 1 according to an embodiment of the present invention performs design work of a plant control program 22 stored in a controller 3 that controls the operation of a pump P provided in a plant facility 2. It is for support. In the present embodiment, the pump P discharges sewage in the pump well to the water treatment facility. In the present embodiment, the control target of the controller 3 is the pump P. However, the control target is not limited to the pump P, and may be a device other than the pump P such as a blower.

この設計支援システム1は、設計支援装置10とローダー20とを備える。設計支援装置10は、パーソナルコンピュータやワークステーション等の情報処理装置によって構成されている。設計支援装置10は、仕様選択部11、仕様テーブル作成部12、プログラム説明書作成部13、出力部14、及び変更有無判別部15を備える。これら各部の機能は、情報処理装置内のCPUが、ROM内に予め記憶されている設計支援プログラムをRAM内にロードし、ロードされた設計支援プログラムを実行することによって実現される。   The design support system 1 includes a design support apparatus 10 and a loader 20. The design support apparatus 10 is configured by an information processing apparatus such as a personal computer or a workstation. The design support apparatus 10 includes a specification selection unit 11, a specification table creation unit 12, a program manual creation unit 13, an output unit 14, and a change presence / absence determination unit 15. The functions of these units are realized by the CPU in the information processing apparatus loading a design support program stored in advance in the ROM into the RAM and executing the loaded design support program.

仕様選択部11は、図示しない表示装置に後述する仕様メニューを表示し、技術者が図示しない操作入力装置を操作することによって仕様メニューの中から選択した要求仕様のデータを仕様テーブル作成部12及びプログラム説明書作成部13に入力する。仕様テーブル作成部12は、仕様選択部11から入力された要求仕様のデータを用いて要求仕様の識別情報を記述した後述する仕様テーブル21を作成し、作成した仕様テーブル21のデータをローダー20にアップロードする。なお、仕様テーブル21のデータをローダー20にアップロードするタイミングは、技術者の操作入力を受け付けたときや設計支援装置10にローダー20が接続されたとき等、適宜設定することができる。   The specification selection unit 11 displays a specification menu, which will be described later, on a display device (not shown), and data of required specifications selected from the specification menu by an engineer operating an operation input device (not shown). Input to the program manual creation unit 13. The specification table creation unit 12 creates a specification table 21 (described later) in which identification information of the requirement specification is described using the requirement specification data input from the specification selection unit 11, and the created specification table 21 data is stored in the loader 20. Upload. Note that the timing of uploading the data of the specification table 21 to the loader 20 can be appropriately set when an operation input from an engineer is accepted or when the loader 20 is connected to the design support apparatus 10.

プログラム説明書作成部13は、仕様選択部11から入力された要求仕様のデータ、又は、ローダー20からダウンロードされた仕様テーブル21を用いてプラント制御プログラム22の仕様を記載したプログラム説明書を作成し、作成したプログラム説明書のデータを出力部14に入力する。出力部14は、ディスプレイ装置やプリンタ装置等の表示出力装置によって構成されている。出力部14は、プログラム説明書作成部13から入力されたプログラム説明書を表示出力する。   The program manual creation unit 13 creates a program manual describing the specifications of the plant control program 22 using the required specification data input from the specification selection unit 11 or the specification table 21 downloaded from the loader 20. Then, the data of the created program manual is input to the output unit 14. The output unit 14 includes a display output device such as a display device or a printer device. The output unit 14 displays and outputs the program manual input from the program manual creation unit 13.

変更有無判別部15は、ローダー20にアップロードされているプラント制御プログラム22とオリジナルプログラムデータベース(DB)16内に書き換え不可の状態で格納されている標準のプラント制御プログラムとを比較することによって、ローダー20内のプラント制御プログラム22に変更が加えられているか否かを判別する。変更有無判別部15は、判別結果をプログラム説明書作成部13に入力する。変更有無判別部15は、本発明に係る判定手段として機能する。   The change presence / absence determination unit 15 compares the plant control program 22 uploaded to the loader 20 with a standard plant control program stored in the original program database (DB) 16 in a non-rewritable state. It is determined whether or not the plant control program 22 in 20 has been changed. The change presence / absence determining unit 15 inputs the determination result to the program manual creating unit 13. The change presence / absence determination unit 15 functions as a determination unit according to the present invention.

オリジナルプログラムDB16内に格納される標準のプラント制御プログラム22は図2に示すような構成を有する。すなわち、プラント制御プログラム22は、図2に示すように、運転台数決定プログラム22a、運転順序設定プログラム22b、モード変更時対応プログラム22c、運転順序変更時対応プログラム22d、故障発生時対応プログラム22e、及び故障復帰時対応プログラム22f等、コントローラ3が有する各機能に対応した制御プログラムを含む。また、各制御プログラムは、種々の要求仕様に対応できるように複数の方式の制御プログラムを含む。   The standard plant control program 22 stored in the original program DB 16 has a configuration as shown in FIG. That is, as shown in FIG. 2, the plant control program 22 includes an operation number determination program 22a, an operation sequence setting program 22b, a mode change response program 22c, an operation sequence change response program 22d, a failure occurrence response program 22e, and It includes a control program corresponding to each function of the controller 3, such as a failure recovery response program 22f. Each control program includes a plurality of types of control programs so as to be compatible with various required specifications.

運転台数決定プログラム22aは、ポンプ井内の汚水の水位レベルに応じてポンプPの運転台数を制御するための制御プログラムであり、仕様1〜3にそれぞれ対応する方式1〜3の制御プログラムを含む。運転順序設定プログラム22bは、ポンプPの運転順序及び停止順序を制御するための制御プログラムであり、仕様1〜3にそれぞれ対応する方式1〜3の制御プログラムを含む。モード変更時対応プログラム22cは、ポンプPの運転モードが変更された際のポンプPの運転台数を制御するための制御プログラムであり、仕様1,2にそれぞれ対応する方式1,2の制御プログラムを含む。   The operating number determination program 22a is a control program for controlling the operating number of pumps P in accordance with the level of sewage in the pump well, and includes control programs of methods 1 to 3 corresponding to the specifications 1 to 3, respectively. The operation order setting program 22b is a control program for controlling the operation order and stop order of the pump P, and includes control programs of methods 1 to 3 corresponding to the specifications 1 to 3, respectively. The mode change response program 22c is a control program for controlling the number of operating pumps P when the operation mode of the pumps P is changed. Including.

運転順序変更時対応プログラム22dは、ポンプPの運転順序が変更された際のポンプPの動作を制御するための制御プログラムであり、仕様1,2にそれぞれ対応する方式1,2の制御プログラムを含む。故障発生時対応プログラム22eは、故障が発生した際のポンプPの動作を制御するための制御プログラムであり、仕様1,2にそれぞれ対応する方式1,2の制御プログラムを含む。故障復帰時対応プログラム22eは、故障が解消された際のポンプPの動作を制御するための制御プログラムであり、仕様1,2にそれぞれ対応する方式1,2の制御プログラムを含む。   The operation sequence change response program 22d is a control program for controlling the operation of the pump P when the operation sequence of the pump P is changed. Including. The failure occurrence response program 22e is a control program for controlling the operation of the pump P when a failure occurs, and includes control programs of methods 1 and 2 corresponding to the specifications 1 and 2, respectively. The failure recovery response program 22e is a control program for controlling the operation of the pump P when the failure is resolved, and includes control programs of methods 1 and 2 corresponding to the specifications 1 and 2, respectively.

ローダー20は、パーソナルコンピュータ等の可搬式の情報処理装置によって構成されている。ローダー20は、プラント設備2毎の仕様テーブル21とプラント制御プログラム22とを関連付けして記憶する機能を有する。ローダー20は、コントローラ3に電気的に接続されている際、コントローラ3に仕様テーブル21とプラント制御プログラム22とをアップロードする機能を有する。コントローラ3は、ローダー20からアップロードされた仕様テーブル21に記載されている要求仕様に対応する方式の制御プログラムをプラント制御プログラム22から読み出し、読み出された制御プログラムに従ってポンプPの動作を制御する。   The loader 20 is configured by a portable information processing device such as a personal computer. The loader 20 has a function of storing the specification table 21 and the plant control program 22 for each plant facility 2 in association with each other. The loader 20 has a function of uploading the specification table 21 and the plant control program 22 to the controller 3 when electrically connected to the controller 3. The controller 3 reads a control program of a method corresponding to the required specifications described in the specification table 21 uploaded from the loader 20 from the plant control program 22 and controls the operation of the pump P according to the read control program.

〔設計支援システムの動作〕
次に、コントローラ3に初めてプラント制御プログラム22をアップロードするプログラム設計処理と、コントローラ3に既にアップロードされているプラント制御システム22の仕様を変更する仕様変更処理とに分けて設計支援システム1の動作について説明する。
[Operation of design support system]
Next, the operation of the design support system 1 is divided into a program design process for uploading the plant control program 22 to the controller 3 for the first time and a specification change process for changing the specifications of the plant control system 22 already uploaded to the controller 3. explain.

〔プログラム設計処理〕
始めに、図3に示すフローチャートを参照して、プログラム設計処理を実行する際の設計支援システム1の動作について説明する。
[Program design processing]
First, the operation of the design support system 1 when executing the program design process will be described with reference to the flowchart shown in FIG.

図3に示すフローチャートは、本発明の一実施形態であるプログラム設計処理の流れを示すフローチャートである。図3に示すフローチャートは、技術者が図示しない操作入力装置を操作することによってプログラム設計処理の開始要求を入力したタイミングで開始となり、プログラム設計処理はステップS1の処理に進む。   The flowchart shown in FIG. 3 is a flowchart showing the flow of program design processing according to an embodiment of the present invention. The flowchart shown in FIG. 3 starts when the engineer inputs a request for starting the program design process by operating an operation input device (not shown), and the program design process proceeds to step S1.

ステップS1の処理では、仕様選択部11が、例えば図4に示すような構成の仕様メニュー30を図示しない表示装置に表示する。図4に示す仕様メニュー30は、コントローラ3の各機能の方式(仕様)を選択するためのチェックボックスCBと選択操作が完了したことを通知するための決定ボタンEBとを備える。技術者は、所望の方式に対応するチェックボックスCBを選択操作した後、決定ボタンEBを選択操作することによって、要求仕様を入力することができる。これにより、ステップS1の処理は完了し、プログラム設計処理はステップS2の処理に進む。   In the process of step S1, the specification selection unit 11 displays a specification menu 30 having a configuration as shown in FIG. 4 on a display device (not shown), for example. The specification menu 30 shown in FIG. 4 includes a check box CB for selecting a method (specification) of each function of the controller 3 and a determination button EB for notifying that the selection operation has been completed. The engineer can input the required specifications by selecting and operating the decision button EB after selecting the check box CB corresponding to the desired method. Thereby, the process of step S1 is completed, and the program design process proceeds to the process of step S2.

ステップS2の処理では、仕様選択部11が、決定ボタンEBの選択操作がなされたか否かを判別することによって要求仕様の決定操作がなされたか否かを判別する。そして、仕様選択部11は、要求仕様の決定操作がなされたタイミングで、ステップS1の処理によって選択操作されたチェックボックスCBの位置のデータを仕様テーブル作成部12に入力し、プログラム設計処理をステップS3の処理に進める。   In the process of step S2, the specification selection unit 11 determines whether or not a required specification determination operation has been performed by determining whether or not a selection button EB selection operation has been performed. Then, the specification selection unit 11 inputs the data of the position of the check box CB selected and operated by the process of step S1 to the specification table creation unit 12 at the timing when the required specification determination operation is performed, and performs the program design process. The process proceeds to S3.

ステップS3の処理では、仕様テーブル作成部12は、仕様選択部11から入力されたチェックボックスCBの位置に基づいて選択された方式(仕様)を特定し、特定された方式に基づいて例えば図5に示すような選択された方式の識別情報を示す仕様テーブル21を作成する。図5に示す仕様テーブル21は、図4に示すチェックボックスCBの選択結果に対応するものである(図4中、黒四角は選択されたチェックボックスCBを示す)。これにより、ステップS3の処理は完了し、プログラム設計処理はステップS4の処理に進む。   In the process of step S3, the specification table creation unit 12 identifies the method (specification) selected based on the position of the check box CB input from the specification selection unit 11, and based on the identified method, for example, FIG. The specification table 21 indicating the identification information of the selected method as shown in FIG. The specification table 21 shown in FIG. 5 corresponds to the selection result of the check box CB shown in FIG. 4 (the black square in FIG. 4 indicates the selected check box CB). Thereby, the process of step S3 is completed, and the program design process proceeds to the process of step S4.

ステップS4の処理では、仕様テーブル作成部12が、設計支援装置10にローダー20が接続されていることを確認した後、ステップS3の処理によって作成した仕様テーブル21をローダー20にアップロードする。これにより、ステップS4の処理は完了し、プログラム設計処理はステップS5の処理に進む。   In the process of step S4, the specification table creation unit 12 confirms that the loader 20 is connected to the design support apparatus 10, and then uploads the specification table 21 created by the process of step S3 to the loader 20. Thereby, the process of step S4 is completed, and the program design process proceeds to the process of step S5.

ステップS5の処理の処理では、ローダー20が、設計支援装置10にローダー20が接続されていることを確認した後、技術者からの操作入力に応じてステップS4の処理によってアップロードされた仕様テーブル21と標準のプラント制御プログラム22とをコントローラ3にローディングする。以後、コントローラ3は、仕様テーブル21に記載されている要求仕様に対応する制御プログラムをプラント制御プログラム22から読み出し、読み出された制御プログラムに従ってポンプPの動作を制御する。また、技術者は、ポンプPの動作状態が所望の動作状態でない場合、ポンプPが所望の動作状態になるようにローダー20内のプラント制御プログラム22を変更する。これにより、ステップS5の処理は完了し、一連のプログラム設計処理は終了する。   In the process of step S5, after the loader 20 confirms that the loader 20 is connected to the design support apparatus 10, the specification table 21 uploaded by the process of step S4 according to the operation input from the engineer. And a standard plant control program 22 are loaded into the controller 3. Thereafter, the controller 3 reads a control program corresponding to the required specifications described in the specification table 21 from the plant control program 22, and controls the operation of the pump P according to the read control program. Further, when the operation state of the pump P is not a desired operation state, the engineer changes the plant control program 22 in the loader 20 so that the pump P becomes a desired operation state. Thereby, the process of step S5 is completed and a series of program design processes are completed.

〔仕様変更処理〕
次に、図6に示すフローチャートを参照して、仕様変更処理を実行する際の設計支援システム1の動作について説明する。
[Specification change processing]
Next, the operation of the design support system 1 when executing the specification change process will be described with reference to the flowchart shown in FIG.

図6に示すフローチャートは、本発明の一実施形態である仕様変更処理の流れを示すフローチャートである。図6に示すフローチャートは、技術者が図示しない操作入力装置を操作することによって仕様変更処理の開始要求を入力したタイミングで開始となり、仕様変更処理はステップS11の処理に進む。   The flowchart shown in FIG. 6 is a flowchart showing a flow of specification change processing according to an embodiment of the present invention. The flowchart shown in FIG. 6 starts at the timing when the engineer inputs a request to start specification change processing by operating an operation input device (not shown), and the specification change processing proceeds to step S11.

ステップS11の処理では、変更有無判別部15が、ローダー20内に格納されている仕様テーブル21とその仕様テーブル21に関連付けされているプラント制御プログラム22とをダウンロードする。これにより、ステップS11の処理は完了し、仕様変更処理はステップS12の処理に進む。   In the process of step S <b> 11, the change presence / absence determining unit 15 downloads the specification table 21 stored in the loader 20 and the plant control program 22 associated with the specification table 21. Thereby, the process of step S11 is completed and a specification change process progresses to the process of step S12.

ステップS12の処理では、変更有無判別部15が、ステップS11の処理によってダウンロードされたプラント制御プログラム22とオリジナルプログラムDB16内に格納されている標準のプラント制御プログラム22とを例えば差分処理等によって比較することによって、ダウンロードされたプラント制御プログラム22と標準のプラント制御プログラム22とが同一のものであるか否かを判別する。   In the process of step S12, the change presence / absence determining unit 15 compares the plant control program 22 downloaded by the process of step S11 with the standard plant control program 22 stored in the original program DB 16 by, for example, a differential process or the like. Thus, it is determined whether or not the downloaded plant control program 22 and the standard plant control program 22 are the same.

判別の結果、同一のものでない場合、変更有無判別部15は、ローダー20内のプラント制御プログラム22は変更されていると判断し、プラント制御プログラム22の変更箇所に関する情報をプログラム説明書作成部13に通知した後、仕様変更処理をステップS14の処理に進める。一方、同一のものである場合には、変更有無判別部15は、ローダー20内のプラント制御プログラム22は変更されていないと判断し、プラント制御プログラム22が変更されていない旨をプログラム説明書作成部13に通知した後、仕様変更処理をステップS13の処理に進める。   If they are not the same as a result of the determination, the change presence / absence determination unit 15 determines that the plant control program 22 in the loader 20 has been changed, and information on the changed part of the plant control program 22 is provided as a program manual creation unit 13. Then, the specification change process proceeds to step S14. On the other hand, if they are the same, the change presence / absence determination unit 15 determines that the plant control program 22 in the loader 20 has not been changed, and creates a program manual indicating that the plant control program 22 has not been changed. After notifying the unit 13, the specification change process proceeds to the process of step S13.

ステップS13の処理では、プログラム説明書作成部13が、ステップS11の処理によってダウンロードされた仕様テーブル21内に記述されている方式の内容を説明する例えば図7に示すような構成のプログラム説明書31を作成し、作成したプログラム説明書31を出力部14に出力する。プログラム説明書は、各方式の説明文を予め記憶しておき、仕様テーブル21内に記述されている方式に対応する説明文を選択、結合することによって、作成することができる。これにより、ステップS13の処理は完了し、一連の仕様変更処理は終了する。   In the process of step S13, the program manual creation unit 13 explains the contents of the method described in the specification table 21 downloaded by the process of step S11. For example, the program manual 31 configured as shown in FIG. And the created program manual 31 is output to the output unit 14. The program manual can be created by storing the explanatory text of each method in advance, and selecting and combining the explanatory text corresponding to the method described in the specification table 21. Thereby, the process of step S13 is completed and a series of specification change processes are complete | finished.

ステップS14の処理では、プログラム説明書作成部13が、ステップS11の処理によってダウンロードされた仕様テーブル21内に記述されている方式のうち、変更されていない方式の内容を説明するプログラム説明書31を作成し、作成したプログラム説明書31を出力部14に出力する。なお、この際、プログラム説明書作成部13は、変更されている箇所に関する情報をプログラム説明書31内に含めるようにしてもよい。これにより、ステップS14の処理は完了し、一連の仕様変更処理は終了する。   In the process of step S14, the program manual creation unit 13 generates a program manual 31 that explains the contents of the system that has not been changed among the systems described in the specification table 21 downloaded in the process of step S11. The created program manual 31 is output to the output unit 14. At this time, the program manual creation unit 13 may include information on the changed part in the program manual 31. Thereby, the process of step S14 is completed and a series of specification change processes are complete | finished.

以後、技術者は、出力部14から出力されたプログラム説明書と新たな要求仕様を記載した要求仕様書とを比較し、比較結果に基づいてプラント制御プログラム22を変更する。そして、技術者は、変更したプラント制御プログラム22をコントローラ3にアップロードする。これにより、ポンプPは、変更されたプラント制御プログラム22に従って新たな要求仕様に応じた動作を行うことになる。   Thereafter, the engineer compares the program manual output from the output unit 14 with the requirement specification describing the new requirement specification, and changes the plant control program 22 based on the comparison result. Then, the engineer uploads the changed plant control program 22 to the controller 3. As a result, the pump P performs an operation according to the new required specification in accordance with the changed plant control program 22.

以上の説明から明らかなように、本発明の一実施形態である設計支援システム1では、仕様選択部11が、プラント制御プログラム22の仕様を選択するための仕様メニュー30を表示し、仕様メニュー30の中から選択された仕様のデータを出力し、仕様テーブル作成部12が、仕様選択部11から出力された仕様のデータに基づいて、選択された仕様の識別情報を記述した仕様テーブル21を作成し、ローダー20に仕様テーブル21をアップロードする。そして、プログラム説明書作成部13が、ローダー20内の仕様テーブル21をダウンロードし、ダウンロードされた仕様テーブル21内に記述されている仕様の識別情報に基づいて、仕様テーブル21に関連付けされているローダー20内のプラント制御プログラム22の仕様を説明するプログラム説明書31を作成する。このような構成によれば、プログラム説明書作成部13が、仕様メニュー30の中から選択された仕様の識別情報を記述した仕様テーブル21に基づいてプログラム説明書31を作成するので、信頼性が高いプログラム説明書を容易に作成することができる。   As is clear from the above description, in the design support system 1 according to an embodiment of the present invention, the specification selection unit 11 displays the specification menu 30 for selecting the specification of the plant control program 22, and the specification menu 30 The specification table creation unit 12 creates the specification table 21 describing the identification information of the selected specification based on the specification data output from the specification selection unit 11. Then, the specification table 21 is uploaded to the loader 20. Then, the program manual creation unit 13 downloads the specification table 21 in the loader 20, and the loader associated with the specification table 21 based on the identification information of the specification described in the downloaded specification table 21. A program manual 31 describing the specifications of the plant control program 22 in 20 is created. According to such a configuration, the program manual creation unit 13 creates the program manual 31 based on the specification table 21 in which the identification information of the specification selected from the specification menu 30 is described. High program instructions can be created easily.

また、本発明の一実施形態である設計支援システム1では、変更有無判別部15が、ローダー20にアップロードされたプラント制御プログラム22に対する変更の有無を判定し、プログラム説明書作成部13は、プラント制御プログラム22の修正があった場合、変更箇所に対応する仕様以外の仕様を説明するプログラム説明書を作成するので、より信頼性が高いプログラム説明書を作成することができる。   Moreover, in the design support system 1 which is one Embodiment of this invention, the change presence determination part 15 determines the presence or absence of the change with respect to the plant control program 22 uploaded to the loader 20, and the program description preparation part 13 is a plant. When the control program 22 is corrected, a program manual for explaining specifications other than the specification corresponding to the changed part is created, so that a more reliable program manual can be created.

以上、本発明者によってなされた発明を適用した実施の形態について説明したが、本実施形態による本発明の開示の一部をなす記述及び図面により本発明は限定されることはない。例えば、本実施形態では、設計支援装置10が備える変更有無判別部15がローダー20内のプラント制御プログラム22とオリジナルプログラムDB16内の標準のプラント制御プログラムとを比較することによって、ローダー20内のプラント制御プログラム22に変更が加えられているか否かを判別したが、図8に示すようにローダー20内に修正管理部23を設けることによってローダー20内のプラント制御プログラム22に変更が加えられているか否かを判別してもよい。   Although the embodiment to which the invention made by the present inventor is applied has been described above, the present invention is not limited by the description and the drawings that form a part of the disclosure of the present invention according to this embodiment. For example, in the present embodiment, the change presence / absence determining unit 15 included in the design support apparatus 10 compares the plant control program 22 in the loader 20 with the standard plant control program in the original program DB 16, so that the plant in the loader 20 is compared. Although it was determined whether or not the control program 22 has been changed, whether or not the plant control program 22 in the loader 20 has been changed by providing the correction management unit 23 in the loader 20 as shown in FIG. It may be determined whether or not.

図8に示す修正管理部23は、修正ロックフラグと解除フラグとを有する。修正ロックフラグ及び解除フラグはそれぞれオン状態及びオフ状態に保持されている。修正ロックフラグ及び解除フラグは、ローダー20内のプラント制御プログラム22を修正する際に技術者によってそれぞれオフ操作及びオン操作される。修正ロックフラグは、一度オフ操作されると、再びオン状態になることはない。従って、修正管理部23は、修正ロックフラグがオン状態であるか否かを判別することによって、プラント制御プログラム22が変更されたか否かを判定することができる。   The correction management unit 23 illustrated in FIG. 8 includes a correction lock flag and a release flag. The correction lock flag and the release flag are held in an on state and an off state, respectively. The correction lock flag and the release flag are turned off and on by the engineer when the plant control program 22 in the loader 20 is corrected. Once the correction lock flag is turned off, it does not turn on again. Therefore, the correction management unit 23 can determine whether or not the plant control program 22 has been changed by determining whether or not the correction lock flag is on.

修正管理部23は、判定結果をプログラム説明書作成部13に入力し、プログラム説明書作成部13は修正管理部23から入力された情報を用いてステップS13又はステップS14の処理を実行する。このような構成によれば、オリジナルプログラムDB16を設ける必要がなくなるので、システムの簡素化及び低コスト化を実現することができる。修正管理部23は、本発明に係る判定手段として機能する。このように、本実施形態に基づいて当業者等によりなされる他の実施の形態、実施例及び運用技術等は全て本発明の範疇に含まれる。   The correction management unit 23 inputs the determination result to the program manual creation unit 13, and the program manual creation unit 13 executes the process of step S 13 or step S 14 using the information input from the correction management unit 23. According to such a configuration, since it is not necessary to provide the original program DB 16, simplification and cost reduction of the system can be realized. The correction management unit 23 functions as a determination unit according to the present invention. As described above, other embodiments, examples, operation techniques, and the like made by those skilled in the art based on the present embodiment are all included in the scope of the present invention.

1 設計支援システム
2 プラント設備
3 コントローラ
10 設計支援装置
11 仕様選択部
12 仕様テーブル作成部
13 プログラム説明書作成部
14 出力部
15 変更有無判別部
16 オリジナルプログラムデータベース(DB)
20 ローダー
21 仕様テーブル
22 プラント制御プログラム
22a 運転台数決定プログラム
22b 運転順序設定プログラム
22c モード変更時対応プログラム
22d 運転順序変更時対応プログラム
22e 故障発生時対応プログラム
22f 故障復帰時対応プログラム
23 修正管理部
30 仕様メニュー
31 プログラム説明書
CB チェックボックス
EB 決定ボタン
P ポンプ
DESCRIPTION OF SYMBOLS 1 Design support system 2 Plant equipment 3 Controller 10 Design support apparatus 11 Specification selection part 12 Specification table creation part 13 Program manual creation part 14 Output part 15 Change existence determination part 16 Original program database (DB)
20 loader 21 specification table 22 plant control program 22a operation number determination program 22b operation sequence setting program 22c mode change response program 22d operation sequence change response program 22e failure occurrence response program 22f failure recovery response program 23 correction management unit 30 specifications Menu 31 Program Manual CB Check Box EB Enter Button P Pump

Claims (4)

プラント設備の制御プログラムの設計作業を支援する設計支援装置であって、
複数の仕様に対応可能な制御プログラムの仕様を選択するための仕様メニューを表示し、該仕様メニューの中から選択された仕様のデータを出力する仕様選択部と、
前記仕様選択部から出力された仕様のデータに基づいて、選択された仕様の識別情報を記述した仕様テーブルを作成し、前記プラント設備のコントローラに前記制御プログラムをローディングするローダーに該仕様テーブルをアップロードする仕様テーブル作成部と、
前記ローダー内の前記仕様テーブルをダウンロードし、ダウンロードされた仕様テーブル内に記述されている仕様の識別情報に基づいて、該仕様テーブルに関連付けされている前記ローダー内の制御プログラムの仕様を説明するプログラム説明書を作成するプログラム説明書作成部と、
を備えることを特徴とする設計支援装置。
A design support device for supporting design work of a control program for plant equipment,
A specification selection unit for displaying a specification menu for selecting a specification of a control program capable of supporting a plurality of specifications, and outputting data of the specification selected from the specification menu;
Based on the specification data output from the specification selection unit, a specification table describing the identification information of the selected specification is created, and the specification table is uploaded to a loader that loads the control program into the controller of the plant equipment A specification table creation unit to
A program that downloads the specification table in the loader and explains the specification of the control program in the loader associated with the specification table based on the identification information of the specification described in the downloaded specification table A program manual creation section for creating a manual;
A design support apparatus comprising:
前記ローダーにアップロードされた制御プログラムに対する変更の有無を判定する判定手段を備え、前記プログラム説明書作成部は、前記判定手段が前記制御プログラムの変更があったと判定した場合、変更箇所に対応する仕様以外の仕様を説明するプログラム説明書を作成することを特徴とする請求項1に記載の設計支援装置。   A determination unit that determines whether or not there is a change to the control program uploaded to the loader, and the program manual creation unit, when the determination unit determines that the control program has been changed, a specification corresponding to the changed part The design support apparatus according to claim 1, wherein a program manual for explaining specifications other than the above is created. 前記判定手段は、標準の制御プログラムと前記ローダーにアップロードされた制御プログラムとを比較することによって、制御プログラムに対する変更の有無を判定することを特徴とする請求項2に記載の設計支援装置。   The design support apparatus according to claim 2, wherein the determination unit determines whether or not there is a change to the control program by comparing a standard control program with a control program uploaded to the loader. 前記判定手段は、前記制御プログラムが変更された際に状態が切り替わるフラグの状態を判別することによって、制御プログラムに対する変更の有無を判定することを特徴とする請求項2に記載の設計支援装置。   The design support apparatus according to claim 2, wherein the determination unit determines whether there is a change to the control program by determining a state of a flag whose state is switched when the control program is changed.
JP2010059902A 2010-03-16 2010-03-16 Design support device Active JP5377377B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010059902A JP5377377B2 (en) 2010-03-16 2010-03-16 Design support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010059902A JP5377377B2 (en) 2010-03-16 2010-03-16 Design support device

Publications (2)

Publication Number Publication Date
JP2011192213A JP2011192213A (en) 2011-09-29
JP5377377B2 true JP5377377B2 (en) 2013-12-25

Family

ID=44797018

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010059902A Active JP5377377B2 (en) 2010-03-16 2010-03-16 Design support device

Country Status (1)

Country Link
JP (1) JP5377377B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9851712B2 (en) * 2014-11-12 2017-12-26 Yokogawa Electric Corporation Process control system and configuration system for an industrial plant
JP6350308B2 (en) * 2015-01-28 2018-07-04 住友電気工業株式会社 Optical transceiver

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06266428A (en) * 1993-03-11 1994-09-22 Ckd Corp Method and device for generating operation program
JPH06332679A (en) * 1993-05-26 1994-12-02 Casio Comput Co Ltd Information processor
WO2008093734A1 (en) * 2007-01-31 2008-08-07 National Institute Of Advanced Industrial Science And Technology Source file management system
JP2009230230A (en) * 2008-03-19 2009-10-08 Fuji Xerox Co Ltd Data processing apparatus, image forming apparatus, and program

Also Published As

Publication number Publication date
JP2011192213A (en) 2011-09-29

Similar Documents

Publication Publication Date Title
US20170235302A1 (en) Control program maintenance device, control program maintenance method, and program
JP5921292B2 (en) Information processing apparatus, control method, and program
JP5303116B2 (en) Screen editing device and its program
US9811071B2 (en) System construction support apparatus
JP6457586B2 (en) Amplifier selection device, amplifier selection method, and amplifier selection program that have the function of clearly indicating the error location at the time of incorrect selection
JP5377377B2 (en) Design support device
CN109413499A (en) Configuration method, system and the equipment of Android TV-set fixer
JPWO2012157082A1 (en) Parameter setting device and parameter setting system
CN111625294A (en) Server project execution method, device and related equipment
WO2016088215A1 (en) Plc function incorporated drive control device
JP6403919B1 (en) Drawing software, storage medium and drawing device
CN115917500A (en) Update management program, information processing apparatus, and update management method
JP5295469B1 (en) Numerical controller
JPWO2012070128A1 (en) System design equipment
JP2008165273A (en) Specification preparation support device and method
KR101653925B1 (en) Engineering apparatus, engineering system, and download processing method
JP4767309B2 (en) Information processing apparatus, information processing method, and computer program
JP6097231B2 (en) Program generating apparatus and method
JP2009211143A (en) Information processor and information processing program
CN109287123B (en) Control device and editing device
JP2011238079A (en) Control program development assist device
JP2008203926A (en) Print control device
CN111158723A (en) Cooking appliance built-in data upgrading method, cooking appliance, electronic equipment and medium
JP2012208931A (en) Plc system, information display method, plc, and maintenance device
JP2005310056A (en) Program execution control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121025

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130710

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130723

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130819

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: 20130903

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130924

R150 Certificate of patent or registration of utility model

Ref document number: 5377377

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250