JP2009271572A - Control system development support device - Google Patents

Control system development support device Download PDF

Info

Publication number
JP2009271572A
JP2009271572A JP2008118675A JP2008118675A JP2009271572A JP 2009271572 A JP2009271572 A JP 2009271572A JP 2008118675 A JP2008118675 A JP 2008118675A JP 2008118675 A JP2008118675 A JP 2008118675A JP 2009271572 A JP2009271572 A JP 2009271572A
Authority
JP
Japan
Prior art keywords
control system
control
information
program
block
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
Application number
JP2008118675A
Other languages
Japanese (ja)
Other versions
JP5058063B2 (en
Inventor
Tomohito Noguchi
智史 野口
Kazuhiro Abe
一裕 阿部
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2008118675A priority Critical patent/JP5058063B2/en
Publication of JP2009271572A publication Critical patent/JP2009271572A/en
Application granted granted Critical
Publication of JP5058063B2 publication Critical patent/JP5058063B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a control system development support device for intelligibly displaying the association between processes. <P>SOLUTION: This control system development support device 1 for creating the control program of a control system for executing a plurality of operation processes by combining program blocks as unit programs for achieving each operation process is configured to create a control block from each program block corresponding to each operation process in order to integrate the program blocks of the processes in which the same information is set, and to display a control system flow showing the dependency of the control blocks and a process flow showing the dependency of the operation processes by associating them with each other. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、制御機器によって構成される制御システムを動作させるプログラムの開発を支援する制御システム開発支援装置に関するものである。   The present invention relates to a control system development support apparatus that supports development of a program for operating a control system constituted by control devices.

半導体製品や液晶基板などの複雑な製品を作成する制御システムは、制御機器を動作させるプログラムも複雑で規模が大きくなるため、従来のようにラダー言語などで一から全てを作成すると、非常に工数がかかる。そのため、例えば特許文献1や特許文献2に開示される技術のように、製品の加工プロセスの依存関係や実行順序を工程フローで記述し、工程フローによって制御機器の設計やプログラム作成を行う技術が提案されてきた。   Control systems that create complex products such as semiconductor products and liquid crystal substrates are complicated and large in size because the programs that operate the control equipment are complicated. It takes. Therefore, for example, as in the techniques disclosed in Patent Document 1 and Patent Document 2, a technology for describing the dependency and execution order of product processing processes in a process flow, and designing a control device and creating a program by the process flow. Has been proposed.

特開平8−203794号公報JP-A-8-203794 特許第3852194号公報Japanese Patent No. 3852194

加工プロセスの依存関係や実効順序を工程フローで記述する技術は工程の流れを設計するためには効果的である。しかしながら、工程フローに基づいて開発された制御システムによって処理される物やデータの流れなど処理間の関連性を工程フローの流れから理解することは困難であるという問題があった。例えば、2機の加工機の間で加工物が1つの搬送機の働きにより何度も往復し、加工機により加工が行われるという簡単な構成の制御システムの場合であっても、工程フローにおいては、行き来の処理や加工機による処理ごとに工程が設定されるので結果として多数の工程で構成されることになるため、このような多数の工程で構成される工程フローから2機の加工機および1つの搬送機の処理の関連性を読み取るのは簡単ではない。   The technique of describing the dependency and effective order of processing processes in the process flow is effective for designing the process flow. However, there is a problem that it is difficult to understand the relationship between processes such as an object processed by a control system developed based on the process flow and the flow of data from the flow of the process flow. For example, even in the case of a control system with a simple configuration in which a workpiece is reciprocated many times between two processing machines by the action of a single transfer machine and processing is performed by the processing machine, Since each process is set for each processing by the processing and processing by the processing machine, it is composed of a large number of processes. As a result, two processing machines are formed from the process flow composed of such a large number of processes. And it is not easy to read the processing relevance of one transporter.

本発明は、上記に鑑みてなされたものであって、処理間の関連性をわかりやすく表示する制御システム開発支援装置を得ることを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to obtain a control system development support apparatus that displays the relationship between processes in an easily understandable manner.

上述した課題を解決し、目的を達成するために、本発明は、夫々の作業工程を実現する単位プログラムであるプログラムブロックを組み合わせることによって複数の作業工程を実行する制御システムの制御プログラムを作成する制御システム開発支援装置であって、プログラムブロックに関する少なくとも1つの項目からなる設定情報を有するプログラムブロック情報を作業工程毎に設定する情報であるプログラムブロック設定情報と、前記作業工程間の依存関係を設定する情報である工程フロー設定情報と、を予め格納する設定情報格納部と、前記プログラムブロック設定情報に設定される夫々のプログラムブロック情報に夫々対応する制御ブロックを設定するとともに、予め指定された項目について同じ設定情報を有するプログラムブロック情報が複数存在する場合、該複数のプログラムブロック情報に対応する夫々の制御ブロックを1つの制御ブロックに統合する制御ブロック生成部と、前記工程フロー設定情報に設定される作業工程間の依存関係に基づいて制御ブロック間の依存関係を導出する制御システムフロー生成部と、前記工程フロー設定情報において設定される作業工程間の依存関係と、前記制御システムフロー生成部によって導出された制御ブロック間の依存関係とを、作業工程と制御ブロックとを対応付けて表示装置に表示させる制御システムフロー表示管理部と、を備えることを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention creates a control program for a control system that executes a plurality of work processes by combining program blocks that are unit programs that realize each work process. A control system development support apparatus, which sets program block setting information, which is information for setting program block information having setting information consisting of at least one item relating to a program block, for each work process, and dependency relations between the work processes. Setting information storage unit for storing process flow setting information that is information to be performed in advance, control blocks corresponding to the respective program block information set in the program block setting information, and items designated in advance Program blocks with the same setting information If there is a plurality of block information, a control block generation unit that integrates each control block corresponding to the plurality of program block information into one control block, and a dependency relationship between work steps set in the process flow setting information Control system flow generation unit for deriving the dependency relationship between the control blocks based on the control flow, the dependency relationship between the work processes set in the process flow setting information, and between the control blocks derived by the control system flow generation unit And a control system flow display management unit that displays the dependency on the display device in association with the work process and the control block.

この発明によれば、処理間の関連性をわかりやすく表示する制御システム開発支援装置を得ることができるという効果を奏する。   According to the present invention, there is an effect that it is possible to obtain a control system development support device that easily displays the relationship between processes.

以下に、本発明にかかる制御システム開発支援装置の実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Embodiments of a control system development support apparatus according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

実施の形態1.
図1は、本発明にかかる制御システム開発支援装置の実施の形態1の構成を示す図である。図1において、制御システム開発支援装置1は、入力部2と、表示部3と、工程フロープログラム管理部4と、制御システムフロー管理部5と、これらの各処理部を制御する制御部6とを備える。
Embodiment 1 FIG.
FIG. 1 is a diagram showing a configuration of a first embodiment of a control system development support apparatus according to the present invention. In FIG. 1, a control system development support apparatus 1 includes an input unit 2, a display unit 3, a process flow program management unit 4, a control system flow management unit 5, and a control unit 6 that controls each of these processing units. Is provided.

入力部2は、制御システムフローを作成するために必要なデータをこの制御システム開発支援装置1に設定する際の入力インタフェースである。この入力部2として、例えばキーボードや、マウスなどのポインティングデバイスなどが用いられる。表示部3は、制御システムフローを作成する際に必要なデータ入力画面や、作成した制御システムフローや工程フローなどを表示する機能を有し、例えば液晶ディスプレイなどの表示装置によって構成される。   The input unit 2 is an input interface used when data necessary for creating a control system flow is set in the control system development support apparatus 1. For example, a keyboard or a pointing device such as a mouse is used as the input unit 2. The display unit 3 has a function of displaying a data input screen necessary for creating a control system flow, a created control system flow, a process flow, and the like, and is configured by a display device such as a liquid crystal display.

工程フロープログラム管理部4は、制御システムにおける処理の単位である工程ごとに作成されるプログラムをプログラムブロックという単位で扱い、プログラムブロック間における依存関係を管理する。この工程フロープログラム管理部4は、プログラムブロック間の依存関係を記述する工程フロー設定情報を作成するための表示を表示部3に表示させるとともに、入力される依存関係を工程フロー設定情報に書き込む工程フロー設定管理部41と、各プログラムブロックに対する設定情報であるプログラムブロック設定情報を設定するための表示を表示部3に表示させるとともに、入力される設定情報をプログラムブロック設定情報に書き込むプログラムブロック設定管理部42と、作成された工程フロー設定情報およびプログラムブロック設定情報を格納する工程フロープログラム設定情報格納部43と、を有する。   The process flow program management unit 4 handles a program created for each process, which is a unit of processing in the control system, in units of program blocks, and manages dependency relationships between program blocks. The process flow program management unit 4 causes the display unit 3 to display a display for creating process flow setting information describing the dependency relationship between program blocks, and writes the input dependency relationship into the process flow setting information. Program block setting management for causing the flow setting management unit 41 and a display for setting program block setting information, which is setting information for each program block, to be displayed on the display unit 3 and writing the input setting information to the program block setting information And a process flow program setting information storage unit 43 for storing the created process flow setting information and program block setting information.

工程フロー設定情報は、プログラムブロック間の依存関係が定義されていれば、テキスト形式のデータでも、図形式のデータでも、その他の形式の情報であっても良い。実施の形態1においては、工程フロー設定情報は、プログラムブロックを矩形で表現し、依存関係をプログラムブロックからプログラムブロックへ矢印を有する線を引くことで表現する図形式のデータで表示部3上に表示するものとする。ここでは、これらの図形の材料は予め用意されており、使用者がこれらの図形を入力部2を介して所望の形に配置することで設定されるとする。   The process flow setting information may be text format data, diagram format data, or other format information as long as the dependency relationship between program blocks is defined. In the first embodiment, the process flow setting information is displayed on the display unit 3 as graphic data in which program blocks are represented by rectangles and dependencies are represented by drawing lines having arrows from the program blocks to the program blocks. Shall be displayed. Here, it is assumed that materials for these graphics are prepared in advance and are set by the user placing these graphics in a desired shape via the input unit 2.

図2は、工程フロー設定管理部41が工程フロー設定情報を表示部3に表示させる表示画面の一例を示す図である。工程フロー設定画面100には、処理の1単位を表すプログラムブロック101として、プログラムブロックA、Bが設定されている。そして、プログラムブロックAからプログラムブロックBに向けて依存関係を示す矢印102が引かれている。   FIG. 2 is a diagram illustrating an example of a display screen on which the process flow setting management unit 41 displays the process flow setting information on the display unit 3. On the process flow setting screen 100, program blocks A and B are set as program blocks 101 representing one unit of processing. An arrow 102 indicating a dependency relationship is drawn from the program block A toward the program block B.

プログラムブロック間の依存関係とは、例えばSFC(Sequential Function Chart)のように、プログラムブロック間の逐次的な実行順序関係を示しても良いし、あるプログラムブロックの実行により得られたデータを、別のプログラムブロックに受け渡す関係を示してもよい。例えば図2における矢印102は、プログラムブロックAの実行後にプログラムブロックBを実行することを示しても良いし、プログラムブロックAの実行によって得られたデータを、プログラムブロックBに受け渡し、プログラムブロックBにて使用することを示しても良い。また、依存関係に対して、実行が遷移するための条件や、データの受け渡しが発生する条件を設定できるようにしても良い。   The dependency relationship between program blocks may indicate a sequential execution order relationship between program blocks, for example, SFC (Sequential Function Chart). The relationship of passing to the program block may be shown. For example, the arrow 102 in FIG. 2 may indicate that the program block B is executed after the execution of the program block A, or the data obtained by executing the program block A is transferred to the program block B. May be used. In addition, a condition for execution transition and a condition for data transfer may be set for the dependency relationship.

プログラムブロック設定情報は、各プログラムブロックのプログラムを作成するための設定情報を工程毎に設定する設定情報である。この設定情報の項目は、例えば、工程を実現する作業機名、割当プログラムのプログラム名、該割当プログラムで使用する変数、およびプログラムブロックに関するコメントなどであってよい。また、項目の数は複数であってもよい。   The program block setting information is setting information for setting setting information for creating a program of each program block for each process. The items of the setting information may be, for example, a name of a work machine that realizes a process, a program name of an allocation program, a variable used in the allocation program, and a comment regarding a program block. The number of items may be plural.

制御システムフロー管理部5は、工程フロープログラム管理部4で作成された工程フロー設定情報から制御システムフローを生成して保管する処理部であり、制御ブロック生成部51と、制御システムフロー生成部52と、制御システムフロー設定格納部53と、制御システムフロー表示管理部54と、を有する。   The control system flow management unit 5 is a processing unit that generates and stores a control system flow from the process flow setting information created by the process flow program management unit 4, and includes a control block generation unit 51 and a control system flow generation unit 52. And a control system flow setting storage unit 53 and a control system flow display management unit 54.

制御ブロック生成部51は、工程フロープログラム設定情報格納部43に格納されたプログラムブロック設定情報を取得し、プログラムブロックの予め指定されている項目の設定情報を調べ、同じ情報が設定されているプログラムブロックがあれば、それらと対応する一つの制御ブロックを生成する。制御ブロック生成部51は、他に同じ情報が設定されているプログラムブロックが無いプログラムブロックの場合、該プログラムブロックのみに対応する一つの制御ブロックを生成する。制御ブロック生成部51は、生成した制御ブロックの情報を集めた制御ブロック情報を制御システムフロー設定格納部53に格納する。   The control block generation unit 51 acquires the program block setting information stored in the process flow program setting information storage unit 43, examines the setting information of items designated in advance in the program block, and the program in which the same information is set If there are blocks, one control block corresponding to them is generated. When there is no other program block in which the same information is set, the control block generation unit 51 generates one control block corresponding only to the program block. The control block generation unit 51 stores control block information obtained by collecting information about the generated control blocks in the control system flow setting storage unit 53.

制御システムフロー生成部52は、工程フロープログラム設定情報格納部43に格納された工程フロー設定情報に基づいて制御ブロック生成部51で生成した制御ブロック間の依存関係を導出することによって制御システムフローを生成し、制御システムフロー設定格納部53に格納する。   The control system flow generation unit 52 derives the control system flow by deriving the dependency relationship between the control blocks generated by the control block generation unit 51 based on the process flow setting information stored in the process flow program setting information storage unit 43. It is generated and stored in the control system flow setting storage unit 53.

制御システムフロー表示管理部54は、制御システムフロー設定格納部53に格納されている制御システムフローを、工程フロー設定管理部41によって表示されている工程フローとの対応関係がわかるように表示部3へ表示する。   The control system flow display management unit 54 displays the control system flow stored in the control system flow setting storage unit 53 so that the correspondence between the process flow displayed by the process flow setting management unit 41 can be understood. To display.

つぎに、このような構成の制御システム開発支援装置1における制御ブロック生成手順と、制御システムフローの生成処理手順とについて、順に説明する。   Next, a control block generation procedure and a control system flow generation processing procedure in the control system development support apparatus 1 having such a configuration will be described in order.

図3は、実施の形態1の制御システム開発支援装置における制御ブロックの生成処理手順を示すフローチャートである。予め、工程フロー設定管理部41およびプログラムブロック設定管理部42により、図4に示す開発対象となる制御システムに関して、図5に示す工程フロー設定情報と、図6に示すプログラムブロック設定情報と、が工程フロープログラム設定情報格納部43に格納されている状態にあるものとする。図6におけるプログラムブロック設定情報110には、割当プログラム名と使用変数名とを設定情報の項目とし、各プログラムブロックに対して前記する各項目の情報が設定されている。例えば、プログラムブロック「搬送ロボット(Start→A)」には、プログラム「MoveStoA」が設定され、「MoveStoA」で使用する変数名として「アーム開」と、「アーム位置情報」とが割り当てられている。   FIG. 3 is a flowchart showing a control block generation processing procedure in the control system development support apparatus of the first embodiment. Process flow setting information shown in FIG. 5 and program block setting information shown in FIG. 6 for the control system to be developed shown in FIG. 4 by the process flow setting management unit 41 and the program block setting management unit 42 in advance. It is assumed that the process flow program setting information storage unit 43 is in a state of being stored. In the program block setting information 110 in FIG. 6, the assigned program name and the used variable name are set as items of setting information, and information of each item described above is set for each program block. For example, the program block “MoveStoA” is set in the program block “Transport Robot (Start → A)”, and “arm open” and “arm position information” are assigned as variable names used in “MoveStoA”. .

まず、制御ブロック生成部51は、工程フロープログラム設定情報格納部43から、プログラムブロック設定情報を取得し(ステップS1)、全てのプログラムブロックに対応する制御ブロックを生成する(ステップS2)。図6の例では、プログラムブロックが7つあるため、それぞれに対応するように7つの制御ブロックを設定する。   First, the control block generation unit 51 acquires program block setting information from the process flow program setting information storage unit 43 (step S1), and generates control blocks corresponding to all program blocks (step S2). In the example of FIG. 6, since there are seven program blocks, seven control blocks are set to correspond to each.

つぎに、統合する制御ブロックを決定するために、制御ブロック生成部51は、全てのプログラムブロックの設定内容を逐次確認する。まず、制御ブロック生成部51は、抽出していないプログラムブロックが存在するか否かを判定する(ステップS3)。抽出していないプログラムブロックが存在する場合(ステップS3、Yes)、制御ブロック生成部51は、抽出されていないプログラムブロックを一つ抽出し(ステップS4)、該抽出したプログラムブロックと比較していないプログラムブロックが存在するか否か判定し(ステップS5)、比較していないプログラムブロックが存在する場合(ステップS5、Yes)、それらのプログラムブロックを比較し、2つのプログラムブロック設定情報の予め指定されている項目に重複する情報が存在するか否か判定する(ステップS6)。   Next, in order to determine a control block to be integrated, the control block generation unit 51 sequentially confirms the setting contents of all the program blocks. First, the control block generation unit 51 determines whether there is a program block that has not been extracted (step S3). When there is a program block that has not been extracted (step S3, Yes), the control block generation unit 51 extracts one program block that has not been extracted (step S4) and has not compared it with the extracted program block. It is determined whether or not there is a program block (step S5). If there is a program block that has not been compared (step S5, Yes), these program blocks are compared and two program block setting information is designated in advance. It is determined whether or not there is duplicate information in the item being checked (step S6).

比較したプログラムブロック設定情報間で同じ情報がある場合(ステップS6、Yes)、制御ブロック生成部51は、比較した2つのプログラムブロックに対応する制御ブロックを統合し、1つの制御ブロックとし(ステップS7)、ステップS5に移行する。ステップS6において、比較したプログラムブロック設定情報間に重複する情報がない場合(ステップS6、No)、ステップS5に移行する。   When there is the same information between the compared program block setting information (step S6, Yes), the control block generating unit 51 integrates the control blocks corresponding to the two compared program blocks into one control block (step S7). ), The process proceeds to step S5. In step S6, when there is no overlapping information between the compared program block setting information (step S6, No), the process proceeds to step S5.

ステップS5において、抽出したプログラムブロックと比較していないプログラムブロックが存在しない場合(ステップS5、No)、制御ブロック生成部51は何もせずにステップS3に移行し、抽出していないプログラムブロックを探す。ステップS3において、抽出していないプログラムブロックが存在しないと判定した場合(ステップS3、No)、制御ブロックの生成処理を終了する。生成した制御ブロックと、制御ブロックとプログラムブロックの対応関係とは、制御システムフロー設定格納部53に格納される。   In step S5, when there is no program block that is not compared with the extracted program block (step S5, No), the control block generation unit 51 does nothing and moves to step S3 to search for an unextracted program block. . If it is determined in step S3 that there is no program block that has not been extracted (No in step S3), the control block generation process is terminated. The generated control block and the correspondence between the control block and the program block are stored in the control system flow setting storage unit 53.

ここで、使用変数名が予め指定されている項目とすると、プログラムブロック「搬送ロボット(Start→A)」と、「搬送ロボット(A→B)」と、「搬送ロボット(B→C)」とでは、使用変数「アーム開」が重複し、「搬送ロボット(B→C)」と、「搬送ロボット(C→End)」とでは、使用変数「アーム閉」が重複する。そのため、これらのプログラムブロックに割りつく制御ブロックを1つに統合することにより、最終的に図7に示すような4つの制御ブロックが生成される。図7において制御ブロックに記した名称が、制御ブロックに対応するプログラムブロックの名称を示している。   Here, assuming that the variable names used are designated in advance, the program blocks “transport robot (Start → A)”, “transport robot (A → B)”, “transport robot (B → C)” Then, the usage variable “arm open” overlaps, and the “transfer robot (B → C)” and “transfer robot (C → End)” overlap the usage variable “arm close”. Therefore, by integrating the control blocks allocated to these program blocks into one, finally four control blocks as shown in FIG. 7 are generated. In FIG. 7, the name written in the control block indicates the name of the program block corresponding to the control block.

ステップS6で行う情報の重複確認は、入力部2から確認を行う設定情報の項目の指定を受け付け、指定された項目の情報に基づいて行われるようにしてもよい。例えば、制御ブロック生成処理の開始時に、プログラムブロック設定情報110の「割当プログラム名」か、「使用変数名」かを使用者が選び、ステップS6では、使用者が選択した項目の情報に基づいて重複確認を行う。この例の場合、使用者が「使用変数名」を選択すれば、図7に示す制御ブロックが生成されるが、「割当プログラム名」を選択すると、重複した設定が存在しないため、プログラムブロックそれぞれに対応する7つの制御ブロックが生成される。   The information duplication confirmation performed in step S6 may be performed based on the information of the designated item by accepting designation of the item of the setting information to be confirmed from the input unit 2. For example, at the start of the control block generation process, the user selects “assigned program name” or “used variable name” in the program block setting information 110, and in step S6, based on the information of the item selected by the user. Check for duplicates. In the case of this example, if the user selects “used variable name”, the control block shown in FIG. 7 is generated. However, if “assigned program name” is selected, there is no duplicate setting. Seven control blocks corresponding to are generated.

次に、制御システムフロー生成部52は、作成された制御ブロックを組み合わせて制御システムフローを生成する。図8は、実施の形態1の制御システム開発支援装置において、制御システムフローを生成する動作を説明するフローチャートである。   Next, the control system flow generation unit 52 generates a control system flow by combining the created control blocks. FIG. 8 is a flowchart illustrating an operation of generating a control system flow in the control system development support apparatus of the first embodiment.

まず、制御システムフロー生成部52は、工程フロープログラム設定情報格納部43から、工程フロー設定情報を取得する(ステップS11)。そして、制御システムフロー生成部52は、制御ブロック間の依存関係を設定するために、プログラムブロック間の依存関係を全て抽出する。すなわち、制御システムフロー生成部52は、プログラムブロック間の依存関係で抽出していないものがあるか否かを判定する(ステップS12)。抽出されていないプログラムブロック間の依存関係がある場合(ステップS12、Yes)、制御システムフロー生成部52は、該依存関係を1つ抽出し(ステップS13)、該依存関係が設定されている2つのプログラムブロックが割りついている制御ブロックが統合されているか否か判定する(ステップS14)。該制御ブロックが別々の制御ブロックの場合(ステップS14、Yes)、その制御ブロック間にこの依存関係を設定し(ステップS15)、ステップS12に移行する。   First, the control system flow generation unit 52 acquires process flow setting information from the process flow program setting information storage unit 43 (step S11). Then, the control system flow generation unit 52 extracts all the dependency relationships between the program blocks in order to set the dependency relationship between the control blocks. That is, the control system flow generation unit 52 determines whether or not there is an unextracted program block dependency relationship (step S12). If there is a dependency relationship between program blocks that have not been extracted (step S12, Yes), the control system flow generation unit 52 extracts one dependency relationship (step S13), and the dependency relationship is set 2 It is determined whether or not the control blocks to which one program block is assigned are integrated (step S14). When the control block is a separate control block (step S14, Yes), this dependency is set between the control blocks (step S15), and the process proceeds to step S12.

ステップS14において、制御ブロックが統合されている場合(ステップS14、No)、制御システムフロー生成部52は、ステップS12に移行し、まだ抽出していない別の依存関係があるか否か判定する。制御システムフロー生成部52は、依存関係を全て抽出し終わると(ステップS12、No)、制御システムフロー生成処理を終了する。   If the control blocks are integrated in step S14 (step S14, No), the control system flow generation unit 52 proceeds to step S12 and determines whether there is another dependency that has not yet been extracted. When the control system flow generation unit 52 finishes extracting all the dependency relationships (No at Step S12), the control system flow generation unit 52 ends the control system flow generation process.

ここで、制御システムフロー生成部52は、ステップS15において設定する依存関係の向きを、プログラムブロック間に設定された依存関係の向きに合わせて設定する。例えば、図5で設定された依存関係のうち、「搬送ロボット(Start→A)」から「加工機A」への依存関係を抽出した際には、「搬送ロボット(Start→A)」と「加工機A」に対応する制御ブロックを確認すると、異なる制御ブロックであるため、制御ブロック間に依存関係を設定する。依存関係の向きはプログラムブロック間の向きに合わせて、「搬送ロボット(Start→A)」に対応する制御ブロックから、「加工機A」に対応する制御ブロックへの依存関係を設定する。   Here, the control system flow generation unit 52 sets the direction of the dependency relationship set in step S15 according to the direction of the dependency relationship set between the program blocks. For example, when the dependency relationship between “conveying robot (Start → A)” and “processing machine A” is extracted from the dependency relationships set in FIG. 5, “conveying robot (Start → A)” and “ When the control block corresponding to the “processing machine A” is confirmed, since it is a different control block, a dependency relationship is set between the control blocks. The direction of the dependency relationship is set in accordance with the direction between the program blocks, from the control block corresponding to “Conveying robot (Start → A)” to the control block corresponding to “Processing machine A”.

依存関係を設定する際に既に別の依存関係が設定されている場合、複数の依存関係を設定するようにしても良いし、同じ設定は複数しないようにしても良い。生成した依存関係は、制御システムフロー設定格納部53に格納される。例では、図7に示した制御ブロック間に依存関係を設定すると、図9に示す制御システムフローが生成され、制御システムフロー設定格納部53に格納される。   When another dependency relationship is already set when setting the dependency relationship, a plurality of dependency relationships may be set, or a plurality of the same settings may not be set. The generated dependency relationship is stored in the control system flow setting storage unit 53. In the example, when the dependency relationship is set between the control blocks shown in FIG. 7, the control system flow shown in FIG. 9 is generated and stored in the control system flow setting storage unit 53.

制御ブロック生成部51と制御システムフロー生成部52とで生成された制御システムフローは、制御システムフロー表示管理部54によって、表示部3に表示される。制御システムフロー表示管理部54は、工程フローのプログラムブロックと制御システムフローの制御ブロックの対応関係がわかる形で、工程フローと制御システムフローを同時に表示部3へと表示する。   The control system flow generated by the control block generation unit 51 and the control system flow generation unit 52 is displayed on the display unit 3 by the control system flow display management unit 54. The control system flow display management unit 54 simultaneously displays the process flow and the control system flow on the display unit 3 in a form in which the correspondence between the program block of the process flow and the control block of the control system flow is known.

図10に、制御システムフロー表示管理部54によって、工程フローに対応する制御システムフローが表示される例を示す。制御ブロックにはプログラムブロック名が記されているため、プログラムブロックと制御ブロックとの対応関係を把握することができる。   FIG. 10 shows an example in which a control system flow corresponding to the process flow is displayed by the control system flow display management unit 54. Since the program block name is written in the control block, the correspondence between the program block and the control block can be grasped.

なお、ここでは、プログラムブロックと制御ブロックの対応関係を表示する方法として、プログラムブロック名称を制御ブロックに表示する例を示したが、対応関係を別途リスト形式で表示させるようにしたり、制御ブロックを選択すると対応するプログラムブロックをポップアップで表示させるようにしてもよい。また、プログラムブロックが選択されると、対応する制御ブロックを強調表示させるようにしてもよい。   In this example, as an example of displaying the correspondence between the program block and the control block, the name of the program block is displayed on the control block. However, the correspondence can be displayed in a separate list format, or the control block can be displayed. When selected, the corresponding program block may be displayed in a pop-up. Further, when a program block is selected, the corresponding control block may be highlighted.

このように、本発明の実施の形態1によれば、同じ情報が設定された工程のプログラムブロックを統合するように各作業工程に対応する各プログラムブロックから制御ブロックを作成し、制御ブロック間の依存関係を示す制御システムフローを作業工程の依存関係を示す工程フローと対応付けて表示するようにしたので、処理間の関連性をわかりやすく表示する制御システム開発支援装置を得ることができる。その結果、使用者は、工程フローの中に使用される各プログラムブロックについて関連するプログラムブロックを把握することができるので、設計効率や、デバッグ効率が向上する。   As described above, according to the first embodiment of the present invention, a control block is created from each program block corresponding to each work process so as to integrate program blocks of processes in which the same information is set, and between control blocks. Since the control system flow indicating the dependency relationship is displayed in association with the process flow indicating the dependency relationship of the work process, it is possible to obtain a control system development support apparatus that easily displays the relationship between the processes. As a result, the user can grasp the program blocks related to each program block used in the process flow, so that design efficiency and debugging efficiency are improved.

実施の形態2.
次に、本発明の実施の形態2に係る制御システム開発支援装置を説明する。図11は、この発明にかかる制御システム開発支援装置の実施の形態2の構成を説明する図である。実施の形態2に係る制御システム開発支援装置1は、実施の形態1の図1に示した構成に制御システム分類情報管理部7が追加された構成となっている。ここでは、実施の形態1と同一の構成部の説明は省略し、追加された制御システム分類情報管理部7についてのみ説明する。
Embodiment 2. FIG.
Next, a control system development support apparatus according to Embodiment 2 of the present invention will be described. FIG. 11 is a diagram for explaining the configuration of the second embodiment of the control system development support apparatus according to the present invention. The control system development support apparatus 1 according to the second embodiment has a configuration in which a control system classification information management unit 7 is added to the configuration illustrated in FIG. 1 of the first embodiment. Here, description of the same components as those in Embodiment 1 is omitted, and only the added control system classification information management unit 7 will be described.

制御システム分類情報管理部7は、制御システム分類情報設定部71と、制御システム分類情報格納部72とをさらに有する。   The control system classification information management unit 7 further includes a control system classification information setting unit 71 and a control system classification information storage unit 72.

制御システム分類情報設定部71は、制御システムにおける作業工程の一部、または全てを、種別毎に分類するために、作業工程の種別と夫々の種別に関連する情報とを制御システム分類情報として設定し、制御システム分類情報格納部72に格納する。この制御システム分類情報設定部71は、制御システム分類情報の入力を使用者に促し、入力部2から入力されるようにして設定されるようにしても良いし、他のソフトウェアが有する情報をインポートして制御システム分類情報とするようにしてもよい。ここでは、図4の制御システムに対し、図5の工程フロー設定情報と、図6のプログラムブロック設定情報110が工程フロープログラム設定情報格納部43に格納されており、図12に示す入出力信号表を制御システム分類情報として使用することとする。入出力信号表120は、制御システムを構成するユニット毎に入出力変数を定義している。   The control system classification information setting unit 71 sets the type of work process and information related to each type as control system classification information in order to classify part or all of the work process in the control system for each type. And stored in the control system classification information storage unit 72. The control system classification information setting unit 71 prompts the user to input control system classification information, and may be set to be input from the input unit 2 or may import information held by other software Thus, the control system classification information may be used. 4, the process flow setting information of FIG. 5 and the program block setting information 110 of FIG. 6 are stored in the process flow program setting information storage unit 43, and the input / output signals shown in FIG. The table will be used as control system classification information. The input / output signal table 120 defines input / output variables for each unit constituting the control system.

つぎに、このような構成の制御システム開発支援装置1における制御ブロック生成手順を説明する。なお、制御システムフロー生成部の処理手順は、実施の形態1と同様であるため、説明を省略する。図13は、実施の形態2の制御システム開発支援装置において制御ブロックを生成する手順を説明するフローチャートである。   Next, a control block generation procedure in the control system development support apparatus 1 having such a configuration will be described. Note that the processing procedure of the control system flow generation unit is the same as that in the first embodiment, and thus the description thereof is omitted. FIG. 13 is a flowchart illustrating a procedure for generating a control block in the control system development support apparatus of the second embodiment.

まず、制御ブロック生成部51は、工程フロープログラム設定情報格納部43から、プログラムブロック設定情報を取得し (ステップS21)、全てのプログラムブロックに対応する制御ブロックを生成する(ステップS22)。図6の例では、プログラムブロックが7つあるため、それぞれに対応するように7つの制御ブロックを設定する。   First, the control block generation unit 51 acquires program block setting information from the process flow program setting information storage unit 43 (step S21), and generates control blocks corresponding to all program blocks (step S22). In the example of FIG. 6, since there are seven program blocks, seven control blocks are set to correspond to each.

つぎに、制御システム分類情報格納部72より図12に示す制御システム分類情報を取得する(ステップS23)。取得した制御システム分類情報のうち、種別と、種別分けされた情報として何を用いるかは、ソフトウェアで特定してもよいし、使用者が選択することができるようにしてもよい。ここでは、入出力信号表120の「ユニット名称」を種別とし、「変数名」を種別分けされた情報として扱う。   Next, the control system classification information shown in FIG. 12 is acquired from the control system classification information storage unit 72 (step S23). Among the acquired control system classification information, the type and what is used as the classified information may be specified by software, or may be selected by the user. Here, “unit name” in the input / output signal table 120 is treated as a type, and “variable name” is treated as classified information.

続いて、取得した制御システム分類情報から種別を一つずつ抽出し、抽出した種別に分類されるプログラムブロックに対応する制御ブロックを統合する動作を行う。まず、制御ブロック生成部51は、抽出していない種別があるか否か判定し(ステップS24)、抽出していない種別がある場合(ステップS24、Yes)、まだ抽出していない種別を1つ抽出する(ステップS25)。そして、制御ブロック生成部51は、抽出した種別に対応する種別分けされた情報がプログラムブロック設定情報において設定されたプログラムブロックを全て選択し、選択した全てのプログラムブロックを統合する(ステップS26)。そして、ステップS24に移行する。ステップS24において、抽出していない種別が無い場合(ステップS24、No)、制御ブロック生成部51は、制御ブロック生成処理を終了する。   Subsequently, a type is extracted one by one from the acquired control system classification information, and an operation of integrating control blocks corresponding to program blocks classified into the extracted type is performed. First, the control block generation unit 51 determines whether or not there is a type that has not been extracted (step S24). If there is a type that has not been extracted (step S24, Yes), one type that has not yet been extracted. Extract (step S25). Then, the control block generation unit 51 selects all the program blocks in which the classified information corresponding to the extracted type is set in the program block setting information, and integrates all the selected program blocks (step S26). Then, the process proceeds to step S24. In step S24, when there is no type that has not been extracted (step S24, No), the control block generation unit 51 ends the control block generation process.

ここでは、入出力信号表120から種別「ロボット」を抽出した際に、「ロボット」に含まれる変数「スライダ出現」と、「スライダ引限」と、「アーム閉」と、「アーム開」と、のいずれかの変数を、プログラムブロック設定情報110において、プログラムブロック「搬送ロボット(Start→A)」と、「搬送ロボット(A→B)」と、「搬送ロボット(B→C)」と、「搬送ロボット(C→End)」と、が使用変数名として保持しているため、対応する制御ブロックを一つに統合する。残りの種別「加工機A」と、「加工機B」と、が保持する変数名を持つプログラムブロックは、それぞれ一つずつしか存在しないため、制御ブロックの統合は行わない。この結果、最終的に図7に示すような4つの制御ブロックが生成される。図7において制御ブロックに記した名称が、制御ブロックに対応するプログラムブロックの名称を示している。   Here, when the type “robot” is extracted from the input / output signal table 120, the variables “slider appearance”, “slider limit”, “arm close”, “arm open” included in the “robot” In the program block setting information 110, the program blocks “transport robot (Start → A)”, “transport robot (A → B)”, “transport robot (B → C)”, Since “transfer robot (C → End)” is held as a variable name to be used, the corresponding control blocks are integrated into one. Since there is only one program block having the variable names held by the remaining types “processing machine A” and “processing machine B”, control blocks are not integrated. As a result, four control blocks as shown in FIG. 7 are finally generated. In FIG. 7, the name written in the control block indicates the name of the program block corresponding to the control block.

この実施の形態2によれば、プログラムブロックの設定とは独立した制御システム分類情報を用いた制御ブロックの統合処理が行えるため、実施の形態1の制御システム開発支援装置に比べてより自由度の高い制御システムフローの生成が可能となる。また、図12に示す入出力信号表のように、制御システムを作成する上で必要となるデータをそのまま使用することが可能なため、制御システムフローを作成するための余分な工数をかけなくてよくなる。   According to the second embodiment, since the control block integration processing using the control system classification information independent of the program block setting can be performed, the degree of freedom is higher than that of the control system development support device of the first embodiment. A high control system flow can be generated. Also, as shown in the input / output signal table shown in FIG. 12, the data necessary for creating the control system can be used as it is, so that no extra man-hours are required for creating the control system flow. Get better.

実施の形態3.
次に、本発明の実施の形態3の制御システム開発支援装置を説明する。実施の形態3の制御システム開発支援装置は、実施の形態2の制御システム開発支援装置において、複数の制御システム分類情報を設定できるようにしたことが特徴となっている。
Embodiment 3 FIG.
Next, a control system development support apparatus according to Embodiment 3 of the present invention will be described. The control system development support apparatus according to the third embodiment is characterized in that a plurality of control system classification information can be set in the control system development support apparatus according to the second embodiment.

すなわち、制御システム分類情報格納部72は、複数の制御システム分類情報を格納可能とする。ここでは、図12に示す入出力信号表120と、図14に示すプログラム割当表130とを制御システム分類情報として格納する。プログラム割当表130には、制御機器で実行されるプログラム名称が記されており、CPU1などの「制御機器名称」を種別とし、ProcessBやProcessCなどの「プログラム名称」を種別分けされた情報として扱う。   That is, the control system classification information storage unit 72 can store a plurality of control system classification information. Here, the input / output signal table 120 shown in FIG. 12 and the program allocation table 130 shown in FIG. 14 are stored as control system classification information. The program assignment table 130 describes the names of programs to be executed by the control devices, and treats “control device names” such as CPU1 as types, and “program names” such as ProcessB and ProcessC as classified information. .

そして、制御ブロック生成部51で制御ブロックの生成を行う際に、使用する制御システム分類情報を選択可能とし、予め選択された制御システム分類情報を図13におけるステップS23で取得し、以降の処理で用いる。例えば、図5の工程フロー設定情報と、図6のプログラムブロック設定情報110が工程フロープログラム設定情報格納部43に格納されている場合において、入出力信号表120が選択されているとき、図9に示す制御システムフローが生成され、プログラム割当表130が選択されているとき、図15の制御システムフローが生成される。使用者は用途によって、これらの制御システムフローを切り替えて表示することができる。   Then, when the control block generation unit 51 generates the control block, the control system classification information to be used can be selected, and the control system classification information selected in advance is acquired in step S23 in FIG. Use. For example, when the process flow setting information of FIG. 5 and the program block setting information 110 of FIG. 6 are stored in the process flow program setting information storage unit 43, when the input / output signal table 120 is selected, FIG. When the program allocation table 130 is selected, the control system flow shown in FIG. 15 is generated. The user can switch and display these control system flows depending on the application.

また、制御システムフロー設定格納部53が、複数の制御システムフロー設定を格納する手段を持ち、制御システムフロー表示管理部54が、複数の制御システムフローを表示部3に表示可能としてもよい。例えば、設定情報の異なる項目に基づいて作成されて制御システムフロー設定格納部53に格納されている同一の工程フローに対応する夫々異なる制御システムフローを同時に表示させるようにする。また、同様に、異なるシステム分類情報に基づいて作成された同一の工程フローに対応する異なる制御システムフローを同時に表示させるようにする。図16は、同一の工程フローに対応する2つの制御システムフローが表示されている表示例を説明する図である。また、複数の制御システムフローを表示する際にそれぞれを区別できるように、生成した制御システムフローに対する名称付けができるようにしてもよい。   Further, the control system flow setting storage unit 53 may have means for storing a plurality of control system flow settings, and the control system flow display management unit 54 may display a plurality of control system flows on the display unit 3. For example, different control system flows corresponding to the same process flow created based on different items of setting information and stored in the control system flow setting storage unit 53 are displayed simultaneously. Similarly, different control system flows corresponding to the same process flow created based on different system classification information are displayed simultaneously. FIG. 16 is a diagram illustrating a display example in which two control system flows corresponding to the same process flow are displayed. Moreover, you may enable it to name the produced | generated control system flow so that each can be distinguished when displaying a some control system flow.

この実施の形態3によれば、異なる制御ブロックの生成方法によって生成した複数の制御システムフローを表示することができるため、使用者は工程フロー内の処理間の関連をより詳しく判別可能となる。   According to the third embodiment, since a plurality of control system flows generated by different control block generation methods can be displayed, the user can more specifically determine the relationship between the processes in the process flow.

以上のように、本発明にかかる制御システム開発支援装置は、制御機器によって構成される制御システムを動作させるプログラムの開発を支援する制御システム開発支援装置に適用して好適である。   As described above, the control system development support apparatus according to the present invention is suitable for application to a control system development support apparatus that supports development of a program for operating a control system constituted by control devices.

実施の形態1の制御システム開発支援装置の構成を示す図である。1 is a diagram illustrating a configuration of a control system development support device according to a first embodiment. 表示部に表示される工程フロー設定情報の一例を説明する図である。It is a figure explaining an example of the process flow setting information displayed on a display part. 実施の形態1の制御システム開発支援装置における制御ブロックの生成処理手順を示すフローチャートである。4 is a flowchart illustrating a control block generation processing procedure in the control system development support apparatus according to the first embodiment. 開発対象となる制御システムの一例を説明する図である。It is a figure explaining an example of the control system used as development object. 工程フロー設定情報の一例を示す図である。It is a figure which shows an example of process flow setting information. プログラムブロック設定情報の一例を示す図である。It is a figure which shows an example of program block setting information. 作成された制御ブロックを説明する図である。It is a figure explaining the created control block. 実施の形態1の制御システム開発支援装置において制御システムフローを生成する動作を説明するフローチャートである。5 is a flowchart for explaining an operation of generating a control system flow in the control system development support apparatus of the first embodiment. 生成された制御システムフローを説明する図である。It is a figure explaining the produced | generated control system flow. 工程フローに対応する制御システムフローが表示されている表示例を説明する図である。It is a figure explaining the example of a display in which the control system flow corresponding to a process flow is displayed. 実施の形態2の制御システム開発支援装置の構成を示す図である。It is a figure which shows the structure of the control system development assistance apparatus of Embodiment 2. FIG. 制御システム分類情報として使用する入出力信号表の例を説明する図である。It is a figure explaining the example of the input-output signal table used as control system classification information. 実施の形態2の制御システム開発支援装置における制御ブロックの生成処理手順を説明するフローチャートである。10 is a flowchart for explaining a control block generation processing procedure in the control system development support apparatus of the second embodiment. 制御システム分類情報として使用するプログラム割当表の例を説明する図である。It is a figure explaining the example of the program allocation table | surface used as control system classification information. 生成された制御システムフローを説明する図である。It is a figure explaining the produced | generated control system flow. 同一の工程フローに対応する2つの制御システムフローが表示されている表示例を説明する図である。It is a figure explaining the example of a display in which two control system flows corresponding to the same process flow are displayed.

符号の説明Explanation of symbols

1 制御システム開発支援装置
2 入力部
3 表示部
4 工程フロープログラム管理部
5 制御システムフロー管理部
6 制御部
7 制御システム分類情報管理部
41 工程フロー設定管理部
42 プログラムブロック設定管理部
43 工程フロープログラム設定情報格納部
51 制御ブロック生成部
52 制御システムフロー生成部
53 制御システムフロー設定格納部
54 制御システムフロー表示管理部
71 制御システム分類情報設定部
72 制御システム分類情報格納部
100 工程フロー設定画面
101 プログラムブロック
102 依存関係を示す矢印
110 プログラムブロック設定情報
120 入出力信号表
130 プログラム割当表
DESCRIPTION OF SYMBOLS 1 Control system development support apparatus 2 Input part 3 Display part 4 Process flow program management part 5 Control system flow management part 6 Control part 7 Control system classification information management part 41 Process flow setting management part 42 Program block setting management part 43 Process flow program Setting information storage unit 51 Control block generation unit 52 Control system flow generation unit 53 Control system flow setting storage unit 54 Control system flow display management unit 71 Control system classification information setting unit 72 Control system classification information storage unit 100 Process flow setting screen 101 Program Block 102 Arrow indicating dependency 110 Program block setting information 120 I / O signal table 130 Program allocation table

Claims (6)

夫々の作業工程を実現する単位プログラムであるプログラムブロックを組み合わせることによって複数の作業工程を実行する制御システムの制御プログラムを作成する制御システム開発支援装置であって、
プログラムブロックに関する少なくとも1つの項目からなる設定情報を有するプログラムブロック情報を作業工程毎に設定する情報であるプログラムブロック設定情報と、前記作業工程間の依存関係を設定する情報である工程フロー設定情報と、を予め格納する設定情報格納部と、
前記プログラムブロック設定情報に設定される夫々のプログラムブロック情報に夫々対応する制御ブロックを設定するとともに、予め指定された項目について同じ設定情報を有するプログラムブロック情報が複数存在する場合、該複数のプログラムブロック情報に対応する夫々の制御ブロックを1つの制御ブロックに統合する制御ブロック生成部と、
前記工程フロー設定情報に設定される作業工程間の依存関係に基づいて制御ブロック間の依存関係を導出する制御システムフロー生成部と、
前記工程フロー設定情報において設定される作業工程間の依存関係と、前記制御システムフロー生成部によって導出された制御ブロック間の依存関係とを、作業工程と制御ブロックとを対応付けて表示装置に表示させる制御システムフロー表示管理部と、
を備えることを特徴とする制御システム開発支援装置。
A control system development support apparatus that creates a control program for a control system that executes a plurality of work processes by combining program blocks that are unit programs for realizing each work process,
Program block setting information, which is information for setting program block information having setting information consisting of at least one item related to a program block for each work process, and process flow setting information, which is information for setting a dependency between the work processes, , And a setting information storage unit for storing in advance,
When a plurality of program block information having the same setting information for a predetermined item is set while setting a control block corresponding to each program block information set in the program block setting information, the plurality of program blocks A control block generator that integrates each control block corresponding to the information into one control block;
A control system flow generator for deriving a dependency relationship between control blocks based on a dependency relationship between work processes set in the process flow setting information;
The dependency between the work processes set in the process flow setting information and the dependency between the control blocks derived by the control system flow generation unit are displayed on the display device in association with the work process and the control block. A control system flow display management unit
A control system development support apparatus comprising:
前記制御ブロック生成部は、指定する項目を選択する入力を受け付け、前記選択された項目の設定情報の内容が同じプログラムブロック情報が複数存在する場合、該複数のプログラムブロックに対応する夫々の制御ブロックを1つに統合する、
ことを特徴とする請求項1に記載する制御システム開発支援装置。
The control block generation unit receives an input for selecting an item to be specified, and when there are a plurality of program block information having the same setting information content of the selected item, each control block corresponding to the plurality of program blocks , Into one,
The control system development support apparatus according to claim 1.
夫々の作業工程を実現する単位プログラムであるプログラムブロックを組み合わせることによって複数の作業工程を実行する制御システムの制御プログラムを作成する制御システム開発支援装置であって、
プログラムブロックに関する少なくとも1つの項目からなる設定情報を有するプログラムブロック情報を作業工程毎に設定する情報であるプログラムブロック設定情報と、前記作業工程間の依存関係を設定する情報である工程フロー設定情報と、を予め格納する設定情報格納部と、
前記作業工程を分類する情報である作業工程分類情報を予め格納する分類情報格納部と、
前記プログラムブロック設定情報に設定される各プログラムブロック情報に夫々対応する複数の制御ブロックを設定するとともに、作業工程分類情報によって同じ種類に分類される作業工程のプログラムブロック情報が複数存在する場合、該複数のプログラムブロック情報に対応する制御ブロックを1つの制御ブロックに統合する制御ブロック生成部と、
前記工程フロー設定情報に設定される作業工程間の依存関係に基づいて制御ブロック間の依存関係を導出する制御システムフロー生成部と、
前記工程フロー設定情報において設定される作業工程間の依存関係と、前記制御システムフロー生成部によって導出された制御ブロック間の依存関係とを、作業工程と制御ブロックとを対応付けて表示装置に表示させる制御システムフロー表示管理部と、
を備えることを特徴とする制御システム開発支援装置。
A control system development support apparatus that creates a control program for a control system that executes a plurality of work processes by combining program blocks that are unit programs for realizing each work process,
Program block setting information, which is information for setting program block information having setting information consisting of at least one item related to a program block for each work process, and process flow setting information, which is information for setting a dependency between the work processes, , And a setting information storage unit for storing in advance,
A classification information storage unit that stores in advance work process classification information that is information for classifying the work processes;
When a plurality of control blocks corresponding to each program block information set in the program block setting information is set, and there are a plurality of program block information of work processes classified into the same type by the work process classification information, A control block generator that integrates control blocks corresponding to a plurality of program block information into one control block;
A control system flow generation unit for deriving a dependency relationship between control blocks based on a dependency relationship between work processes set in the process flow setting information;
The dependency between the work processes set in the process flow setting information and the dependency between the control blocks derived by the control system flow generation unit are displayed on the display device in association with the work process and the control block. A control system flow display management unit
A control system development support apparatus comprising:
前記分類情報格納部は作業工程分類情報を複数格納し、
前記制御ブロック生成部は、前記複数の作業工程分類情報のうち使用する作業工程分類情報を選択する入力を受付け、前記プログラムブロック設定情報に設定される各プログラムブロック情報に夫々対応する複数の制御ブロックを設定するとともに、前記選択された作業工程分類情報により同じ種類に分類される作業工程のプログラムブロック情報が複数存在する場合、該複数のプログラムブロック情報に対応する制御ブロックを1つの制御ブロックに統合する、
ことを特徴とする請求項3に記載の制御システム開発支援装置。
The classification information storage unit stores a plurality of work process classification information,
The control block generation unit receives an input for selecting work process classification information to be used from among the plurality of work process classification information, and a plurality of control blocks respectively corresponding to each program block information set in the program block setting information When there are a plurality of program block information of work processes classified into the same type by the selected work process classification information, control blocks corresponding to the plurality of program block information are integrated into one control block. To
The control system development support apparatus according to claim 3.
同一のプログラムブロック設定情報および工程フロー設定情報に基づいて導出された制御ブロックおよび該制御ブロック間の依存関係を複数セット格納する制御システムフロー設定格納部をさらに備え、
前記制御システムフロー表示管理部は、前記工程フロー設定情報において設定される作業工程間の依存関係と、前記制御システムフロー設定格納部に格納されている前記複数セットの制御ブロック間の依存関係とを、作業工程と制御ブロックとを対応付けて表示装置に表示させる、
ことを特徴とする請求項2または4に記載の制御システム開発支援装置。
A control system flow setting storage unit for storing a plurality of sets of control blocks derived based on the same program block setting information and process flow setting information and dependencies between the control blocks;
The control system flow display management unit includes a dependency relationship between work processes set in the process flow setting information and a dependency relationship between the plurality of sets of control blocks stored in the control system flow setting storage unit. The work process and the control block are associated with each other and displayed on the display device.
The control system development support apparatus according to claim 2 or 4, characterized by the above.
前記プログラムブロック情報の項目は、
作業工程からプログラムブロックを作成するために必要な作業機の名称、該作業機に実行させる割当プログラム、該割当プログラムが使用する変数、および該プログラムブロックに関する備考情報からなる群のうちの少なくとも1つの項目を含む、
ことを特徴とする請求項1〜5のうちの何れか1つに記載の制御システム開発支援装置。
The program block information item is:
At least one of a group consisting of a name of a work machine necessary for creating a program block from a work process, an assignment program to be executed by the work machine, a variable used by the assignment program, and remarks about the program block Including items,
The control system development support apparatus according to any one of claims 1 to 5, wherein
JP2008118675A 2008-04-30 2008-04-30 Control system development support device Expired - Fee Related JP5058063B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008118675A JP5058063B2 (en) 2008-04-30 2008-04-30 Control system development support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008118675A JP5058063B2 (en) 2008-04-30 2008-04-30 Control system development support device

Publications (2)

Publication Number Publication Date
JP2009271572A true JP2009271572A (en) 2009-11-19
JP5058063B2 JP5058063B2 (en) 2012-10-24

Family

ID=41438099

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008118675A Expired - Fee Related JP5058063B2 (en) 2008-04-30 2008-04-30 Control system development support device

Country Status (1)

Country Link
JP (1) JP5058063B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105074587A (en) * 2013-02-22 2015-11-18 三菱电机株式会社 System development device, method, and program
JP2016076080A (en) * 2014-10-06 2016-05-12 三菱電機株式会社 Source code analyzing apparatus, source code analyzing method, and program
JP6813077B1 (en) * 2019-12-16 2021-01-13 株式会社安川電機 Production system, recovery system, production method, and program

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5702811B2 (en) 2013-01-30 2015-04-15 ファナック株式会社 Operation program creation device
JP6114361B1 (en) 2015-11-02 2017-04-12 ファナック株式会社 Offline robot programming device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05210401A (en) * 1991-12-05 1993-08-20 Toyota Motor Corp Sequence program collation method
JPH0736680A (en) * 1993-07-23 1995-02-07 Omron Corp Parallelized program development aid device
JPH0883185A (en) * 1994-09-13 1996-03-26 Matsushita Electric Ind Co Ltd Compiler
JPH09198110A (en) * 1996-01-18 1997-07-31 Nissan Motor Co Ltd Optimization method for ladder sequence circuit
JP2002041287A (en) * 2000-07-26 2002-02-08 Fujitsu Ltd Reusable part extraction equipment, reusable part extraction method and storage media that store program to make execution of process in computer by the equipment
JP2003067186A (en) * 2001-08-23 2003-03-07 Hitachi Koukiyou Syst Eng Kk Automatic generation method for data flow

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05210401A (en) * 1991-12-05 1993-08-20 Toyota Motor Corp Sequence program collation method
JPH0736680A (en) * 1993-07-23 1995-02-07 Omron Corp Parallelized program development aid device
JPH0883185A (en) * 1994-09-13 1996-03-26 Matsushita Electric Ind Co Ltd Compiler
JPH09198110A (en) * 1996-01-18 1997-07-31 Nissan Motor Co Ltd Optimization method for ladder sequence circuit
JP2002041287A (en) * 2000-07-26 2002-02-08 Fujitsu Ltd Reusable part extraction equipment, reusable part extraction method and storage media that store program to make execution of process in computer by the equipment
JP2003067186A (en) * 2001-08-23 2003-03-07 Hitachi Koukiyou Syst Eng Kk Automatic generation method for data flow

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105074587A (en) * 2013-02-22 2015-11-18 三菱电机株式会社 System development device, method, and program
CN105074587B (en) * 2013-02-22 2017-08-25 三菱电机株式会社 system development device, method and program
JP2016076080A (en) * 2014-10-06 2016-05-12 三菱電機株式会社 Source code analyzing apparatus, source code analyzing method, and program
JP6813077B1 (en) * 2019-12-16 2021-01-13 株式会社安川電機 Production system, recovery system, production method, and program
US11703830B2 (en) 2019-12-16 2023-07-18 Kabushiki Kaisha Yaskawa Denki Production system, recovery system, production method, and information storage medium

Also Published As

Publication number Publication date
JP5058063B2 (en) 2012-10-24

Similar Documents

Publication Publication Date Title
JP5460390B2 (en) Layout conversion apparatus, layout conversion program, and layout conversion method
JP6227541B2 (en) Visual navigation of documents by object
JP5058063B2 (en) Control system development support device
TWI498693B (en) Multi-axes control system setting and adjusting functions support device
CN103339588A (en) Terminal device and icon management method
US10324438B2 (en) Sequence-control programming apparatus, sequence-control programming method, and operating system
US11106196B2 (en) Method and apparatus for shaping a production process for producing a product made up of multiple subproducts
JP2007280125A (en) Information processor, and information processing method
CN104991640B (en) Programing system in kind and method on interactive interface
CN104871122B (en) Display control apparatus and display control method
CN107408242A (en) Interactive preview to the content in communication is provided
De Boeck et al. High-level modeling of multimodal interaction techniques using nimmit
CN107153557A (en) It is a kind of based on the device and method operated under Linux system to BIOS
Aghaee et al. Live mashup tools: challenges and opportunities
US20110161824A1 (en) Process and system for interaction with an application that is shared among multiple users
US20170293674A1 (en) Method and device for connecting a group of information items
JP5788125B1 (en) System construction support apparatus, method, and recording medium
CN106484251A (en) Picture processing method and device and electronic equipment
In et al. This is the table i want! interactive data transformation on desktop and in virtual reality
JP2009009473A (en) Design device and design method for gui and program
JP2008117067A (en) Apparatus, method, and program for generation of application program
JP6850719B2 (en) Scheduling device, scheduling method and storage medium
JPS60130789A (en) Image managing unit
US11520315B2 (en) Production system, production method, and information storage medium
JP4032874B2 (en) Program controller for plant controller

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110203

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120626

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120731

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150810

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees