WO2017038342A1 - Control management system and control method - Google Patents

Control management system and control method Download PDF

Info

Publication number
WO2017038342A1
WO2017038342A1 PCT/JP2016/072576 JP2016072576W WO2017038342A1 WO 2017038342 A1 WO2017038342 A1 WO 2017038342A1 JP 2016072576 W JP2016072576 W JP 2016072576W WO 2017038342 A1 WO2017038342 A1 WO 2017038342A1
Authority
WO
WIPO (PCT)
Prior art keywords
program
programs
control
hierarchy
information system
Prior art date
Application number
PCT/JP2016/072576
Other languages
French (fr)
Japanese (ja)
Inventor
岡本 浩次郎
清水 勝人
鈴木 洋之
Original Assignee
株式会社日立製作所
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 株式会社日立製作所 filed Critical 株式会社日立製作所
Publication of WO2017038342A1 publication Critical patent/WO2017038342A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Definitions

  • the present invention relates to a technology for controlling a target device such as a plant, and more particularly to a technology for controlling the target device by a process constituted by a plurality of programs.
  • Patent Document 1 in a configuration in which a certain system uses output data of another system, the use of data even if the system structure of the system to which the data is used becomes complicated or changes dynamically. A method that makes it possible to easily grasp the situation and the usage destination is disclosed.
  • the process of generating various control signals from various input signals is also complicated.
  • the control signal is generated through a complicated calculation by a multi-level program using a plurality of input signal values.
  • an input signal given to generate a control signal and an executed program are enormous, and the amount of calculation processing is enormous. Therefore, in order to execute appropriate control for the target device, it is necessary to create a complicated execution order for appropriately arranging a huge number of programs.
  • An object of the present invention is to provide a technology that makes it possible to easily realize appropriate control of a target device.
  • a control management system is a control management system that manages control of a target device, wherein inputs and outputs of a plurality of programs related to control of the target device are connected, and the plurality And an information system that determines the execution order of the processing by the plurality of programs based on the connection form of the programs, and a control system that controls the target device based on the processing results by the plurality of programs.
  • FIG. 1 is a block diagram showing an overall plant control system according to this embodiment.
  • the configuration of the entire system shown in FIG. 1 is an example.
  • the overall system includes a plant device group 101 that is a plurality of devices that constitute a plant and is a control target, a control system 103 that is connected to the plant device group 101 via a communication path 102, and a communication line 105 connected to the control system 103.
  • An information system 104 connected via is included.
  • the plant equipment group 101 includes control valves, contacts, motors, and the like.
  • the communication path 102 includes a communication line such as a network or a hard-wired direct connection line.
  • the control system 103 transmits various information including a control signal for controlling the plant equipment group 101 via the communication path 102, and includes various information including a monitoring signal for notifying the acquired monitoring result in the plant equipment group 101.
  • the control system 103 transmits information such as a monitoring signal to the information system 104 via the communication line 105 and receives information such as a control signal from the information system 104 via the communication line 105.
  • the information notified from the information system 104 to the control system 103 includes a plurality of pieces of information notified from the control system 103 to the information system 104 including the monitoring result mounted on the monitoring signal from the plant equipment group 101. This is information calculated by the information system 104 through arithmetic processing using a plurality of programs.
  • the information system 104 there are at least two or more stages of input / output relationships between programs in which an output of a program becomes an input of another program, and a plurality of programs are classified into a plurality of layers.
  • the plant equipment group 101 is a control target equipment.
  • the information system 104 connects the input and output of a plurality of programs related to the control of the plant equipment group 101, and determines the execution order of the processing by the plurality of programs based on the connection form of the plurality of programs.
  • the control system 103 controls the plant equipment group 101 based on the processing results of a plurality of programs.
  • the information system 104 determines the execution order so that the processing of the program upstream of the connection form of the plurality of programs is executed before the processing of the downstream program. As a result, as information used for processing of a certain program, normal information can be generated when the processing of the program is executed.
  • control system 103 may update an input signal to the plant equipment group 101 at a predetermined control cycle.
  • the information system 104 uses the processing result of the upstream program executed at one execution timing according to the control cycle as an input when executing the downstream program at the same execution timing.
  • the combination is extracted, and the execution order is determined so that the downstream program is executed after the upstream program.
  • the execution order can be determined so that the control system 103 that updates the control signal at a predetermined control cycle can execute appropriate control.
  • the information system 104 connects a plurality of programs in a connection form with a plurality of layers so that an input of a program included in a certain layer becomes an output of a program included in a layer preceding the layer.
  • the information system 104 outputs the output of another program (second program) included in a hierarchy that is the same as or lower than that of a certain program (first program) included in a certain hierarchy.
  • a combination of the first program and the second program to be used as input is extracted, and the second program is moved to a hierarchy preceding the hierarchy including the first program.
  • the information system 104 moves the second program to a layer preceding the layer including the first program
  • the information system 104 receives the output of another program of the same or subsequent layer as the input.
  • a new layer is added between the layer including the first program and the layer including the second program, and the second program is further moved to the added layer.
  • the new hierarchies are added to the second hierarchies. Since the program is moved, the execution order can be appropriately determined even when the execution order of the program cannot be appropriately determined without changing the number of stages in the hierarchy.
  • the first program and the second program are included in the same hierarchy (first hierarchy), and the second program is located in a hierarchy immediately preceding the first hierarchy (second hierarchy).
  • first hierarchy first hierarchy
  • second hierarchy second hierarchy
  • the output of the program included in the (hierarchy) is used as an input
  • a third hierarchy is added between the first hierarchy and the second hierarchy, and the second program is moved to the third hierarchy.
  • the first program and the second program are included in the same first hierarchy, and the second program is output from the second hierarchy that is one level before the first hierarchy. Can be easily added and the program can be moved when the condition of using as an input is satisfied.
  • the information system 104 extracts a program that outputs a control signal to the plant equipment group 101 and extracts a program that outputs an input to the extracted program, and does not require the output of another program as an input.
  • the connection form is determined by repeating the process until it reaches. As a result, the connection form of the program is determined by tracing back to the program that does not require the output of the program retroactively from the necessary input to the plant equipment group 101, so that the appropriate connection form of the program can be determined efficiently. .
  • the information system 104 extracts a loop configured by connecting outputs and inputs between a plurality of programs, presents the plurality of programs forming the loop to the user, and executes them in any order. Prompt for the setting. According to this, even when there is a combination of a plurality of programs in which a loop is formed and which is appropriate to be executed first is not determined from the connection form, an appropriate execution order can be easily determined. For example, the information system 104 extracts a loop in which two programs out of a plurality of programs receive outputs from each other, presents the two programs forming the loop to the user, and executes which one first. Prompt the user for these settings.
  • the information system 104 extracts a loop including the program. According to this, the presence of a loop can be easily detected based on the number of hierarchy changes, and the loop can be extracted.
  • the information system 104 generates an executable file by compiling and linking with a plurality of programs as source programs. According to this, since the execution file is generated and executed, the control of the plant equipment group 101 by the computer can be easily realized.
  • FIG. 2 is a diagram illustrating an example of a connection configuration of a plurality of programs in the present embodiment.
  • the left side is upstream and the right side is downstream.
  • Multiple programs are classified into multiple hierarchies. For the most part, the output of the upstream layer program is connected to the input of the downstream layer program.
  • N the number of hierarchies of the path having the maximum number of hierarchies among all path groups.
  • a plurality of programs necessary for calculating all outputs from the information system 104 to the control system 103 are classified into N layers.
  • the information system 104 classifies programs that output input signals to the control system 103 into the Nth layer.
  • the information system 104 calculates an input signal to the Nth layer program used by the Nth layer program to calculate an input signal to the control system 103, and outputs a program group (Nth). -1) Classify into hierarchies.
  • the information system 104 classifies each program from the first layer to the Nth layer using the same procedure.
  • the number of programs belonging to the nth layer (1 ⁇ n ⁇ N) is Mn.
  • the information system 104 arbitrarily assigns a serial number to each program in the nth layer.
  • a number (n ⁇ p) is assigned to the p-th program in the n-th layer.
  • p is 1 ⁇ p ⁇ Mn.
  • the information system 104 executes processing for the program of each layer.
  • the information system 104 confirms to which hierarchy the program creating each input of each program of the (N-1) th hierarchy belongs. If an input signal of a program belonging to the (N-1) th layer is output from a program belonging to the (N-1) th layer or higher, the program outputting the input signal is referred to as the (N-2) th layer. Change to At this time, the information system 104 records the identification information of the program that has changed the hierarchy and the number of changes. The information system 104 performs this process for all programs belonging to the (N-1) th layer. In the case of the (N ⁇ 1) th layer, the processing is executed for M (N ⁇ 1) programs.
  • the information system 104 repeats the processing for the programs of each layer in descending order up to the first layer.
  • the output of the program assigned the number ((N-2) -2) in the (N-2) th layer is in the same (N-2) th layer (( This is the input of the program assigned the number N-2) -1). Therefore, in FIG. 2, as indicated by the broken line arrow, the program assigned the number ((N-2) -2) is changed to belong to the (N-3) th layer.
  • the information system 104 executes the above-described processing for the program of each hierarchy, and when changing the hierarchy to which the program belongs, determines whether or not the hierarchy to which the program belongs has been changed twice or more. That the hierarchy of a program is changed twice means that at least two programs including the program form a loop.
  • the loop is a state in which the output of the first program is the input of the second program and the output of the second program is the input of the first program.
  • FIG. 3 is a flowchart showing processing by the information system.
  • step S106 determines whether or not the hierarchy of the program has been changed in the past. If the hierarchy has already been changed in step S106, the information system 104 prompts the user to select in which order the programs forming the loop are to be executed (step S107), and step S109. Proceed to If the hierarchy has not been changed in step S106, the information system 104 changes the hierarchy of the program to n-1 (step S108), and proceeds to step S109.
  • the information system 104 different from the control system 103 performs arithmetic processing, and transmits the processing result to the control system 103.
  • a configuration in which the control system 103 is used to control the target device is illustrated.
  • An output signal from the control system 103 to the information system 104 is used to input / output between a plurality of multi-level programs including control to the target device using a plurality of input signals from the control system 103 to the information system 104. Obtained through the accompanying arithmetic processing.
  • the information system 104 can automatically formulate an appropriate execution order of the programs from the input / output relationship of each program.
  • FIG. 4 is a block diagram showing another configuration example of the information system and the control system.
  • the control system 103 has a plurality of computers 201
  • the information system 104 has a plurality of computers 202.
  • control system 103 when the control system 103 includes a plurality of computers 201, the control system 103 confirms the processing execution status through communication between the computers 201, so that a predetermined execution order is crossed over the computers 201. Makes it possible to run a program.
  • the information system 104 determines the execution order of a plurality of programs, assigns a program for inputting a control signal to each of the plant equipment groups 101 to be controlled, and assigns the program to the computer 202 that executes the program. Is executed. According to this, even if the control system 103 includes a plurality of computers 201, the execution order of programs between the computers 201 can be appropriately determined.
  • the computer 201 that executes the program may be determined in advance for all or part of the plurality of programs.
  • the computer 201 that provides a control signal for a certain plant device may be determined in advance by a physical connection configuration.
  • each computer 201 of the control system 103 executes the program assigned by the information system 104 in the execution order determined by the information system 104.
  • the information system 104 when the information system 104 includes a plurality of computers 202, the information system 104 confirms the status of processing execution by communication between the computers 202, whereby a predetermined amount of information is transmitted across the computers 202. Allows programs to be executed in order of execution. In that case, any one computer 202 or a plurality of computers 202 in the information system 104 cooperates to determine the execution order of the plurality of programs, assign each program to the computer 202 that executes the program, and the execution order. Run the program according to According to this, even if the information system 104 includes a plurality of computers 202, the execution order of programs between the computers 202 can be appropriately determined.
  • the computer 202 that executes the program may be predetermined for all or part of the plurality of programs.
  • the information system 104 determines the execution order of the plurality of programs and assigns each program to the computer 202. At that time, if there is a computer 202 that is determined to execute a certain program, the information system 104 assigns the program to the computer 202.
  • FIG. 4 shows an example in which the information system 104 has a plurality of computers 202, but as another example, the information system 104 may be realized by a computer having a plurality of processors.
  • the information system 104 may determine the execution order of a plurality of programs, assign these programs to a plurality of processors, and execute them according to the execution order.
  • control system 103 may be realized by a computer having a plurality of processors.
  • the information system 104 may determine the execution order of a plurality of programs, assign it to each processor of the control system 103, and execute it according to the execution order.
  • the computer 202 having the information system 104 changes to the computer 201 having the control system 103.
  • the computer 201 is used for calculation. Even in such a configuration, an appropriate execution order of each program can be automatically formulated as in the above-described embodiment.
  • FIG. 5 is a diagram showing another example of a connection configuration of a plurality of programs in the present embodiment.
  • the left side is upstream and the right side is downstream. Multiple programs are classified into multiple hierarchies.
  • the output of the upstream layer program is connected to the input of the downstream layer program.
  • the output of the upstream layer program is connected to the input of the downstream layer program.
  • the output of the program assigned the number ((N-2) -3) becomes the input of the program of the same hierarchy assigned the number ((N-2) -4), and the number ((N-2) The output of the program assigned with) -4) is the input of the program assigned with the number ((N-2) -3). It can be said that the loop 301 is composed of the two programs.
  • the information system 104 extracts the loop 301, presents the two programs constituting the extracted loop 301 to the user, and prompts the user to set which one to execute first.
  • the present invention is effective in a system configuration having a plurality of program groups for the purpose of calculating at least one output signal from at least one input signal.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)
  • Stored Programmes (AREA)

Abstract

Provided is a control management system which manages control of devices to be controlled, said control management system comprising: an information system which connects inputs and outputs of a plurality of programs which is associated with the control of the devices to be controlled, and, on the basis of the connection configurations of the plurality of programs, determines an execution sequence of processes by the plurality of programs; and a control system which controls the devices to be controlled on the basis of the results of the processes by the plurality of programs.

Description

制御管理システムおよび制御方法Control management system and control method
 本発明は、プラント等の対象機器を制御する技術に関し、特に複数のプログラムで構成される処理により対象機器を制御する技術に関する。 The present invention relates to a technology for controlling a target device such as a plant, and more particularly to a technology for controlling the target device by a process constituted by a plurality of programs.
 様々な業務に対応した情報システムおよび制御システムが開発され、実装されている。近年では、制御システムにて対象機器への入力信号を生成する処理が複数のプログラムで構成されるものがある。対象機器、情報システム、あるいは制御システムの構造に着目して情報システムあるいは制御システムの処理を改善する方法や複数の情報システムおよび制御システムを連携させて処理を改善する方法などにより、付加価値の高いサービスや業務の効率化を図る試みがなされている。 An information system and a control system corresponding to various businesses have been developed and implemented. In recent years, there are processes in which a process for generating an input signal to a target device in a control system is configured by a plurality of programs. High added value by focusing on the structure of the target device, information system, or control system, improving the processing of the information system or control system, or improving the processing by linking multiple information systems and control systems Attempts have been made to improve the efficiency of services and operations.
 特許文献1には、あるシステムが他のシステムの出力データを利用するような構成において、データの利用先となるシステムのシステム構造が複雑化したりあるいは動的に変化したりしてもデータの利用状況と利用先を容易に把握することを可能にする方法が開示されている。 In Patent Document 1, in a configuration in which a certain system uses output data of another system, the use of data even if the system structure of the system to which the data is used becomes complicated or changes dynamically. A method that makes it possible to easily grasp the situation and the usage destination is disclosed.
特開2008-257397号公報JP 2008-257397 A
 例えば産業プラントのプロセス制御では対象機器への出力信号を生成する処理は複雑である。一般に産業プラントでは様々なアナログ信号およびディジタル信号を入力として用いられる。そして、弁、ヒータ、ファン、モータなど様々な機器が制御対象となる。それら制御対象の機器へ起動信号、停止信号、調整量指令値など様々な制御信号を適切なタイミングで与える必要がある。 For example, in the process control of an industrial plant, the process of generating an output signal to the target device is complicated. In general, various analog signals and digital signals are used as inputs in industrial plants. Various devices such as valves, heaters, fans, and motors are controlled. It is necessary to give various control signals such as a start signal, a stop signal, and an adjustment amount command value to the devices to be controlled at appropriate timing.
 様々な入力信号から様々な制御信号を生成する処理も複雑である。制御信号は、複数の入力信号の値を使用して多階層のプログラムによる複雑な演算を経て生成される。特に、大型の産業プラントのプロセス制御においては、制御信号を生成するために与えられる入力信号も実行されるプログラムも膨大であり演算処理量も膨大である。そのため、対象機器に対して適切な制御が実行させるようにするために、膨大な数のプログラムを適切に配置する煩雑な実行順序の策定作業が必要となっていた。 The process of generating various control signals from various input signals is also complicated. The control signal is generated through a complicated calculation by a multi-level program using a plurality of input signal values. In particular, in the process control of a large industrial plant, an input signal given to generate a control signal and an executed program are enormous, and the amount of calculation processing is enormous. Therefore, in order to execute appropriate control for the target device, it is necessary to create a complicated execution order for appropriately arranging a huge number of programs.
 本発明の目的は、対象機器への適切な制御を容易に実現可能にする技術を提供することである。 An object of the present invention is to provide a technology that makes it possible to easily realize appropriate control of a target device.
 本発明の一つの実施態様に従う制御管理システムは、対象機器への制御を管理する制御管理システムであって、前記対象機器の制御に関連する複数のプログラム同士の入力と出力を接続し、前記複数のプログラム同士の接続形態に基づき、前記複数のプログラムによる処理の実行順序を決定する情報システムと、前記複数のプログラムによる処理結果に基づき前記対象機器を制御する制御システムと、を有している。 A control management system according to an embodiment of the present invention is a control management system that manages control of a target device, wherein inputs and outputs of a plurality of programs related to control of the target device are connected, and the plurality And an information system that determines the execution order of the processing by the plurality of programs based on the connection form of the programs, and a control system that controls the target device based on the processing results by the plurality of programs.
 本発明によれば、制御に多数のプログラムが関連するような対象機器に対して適切な処理を実行するシステムの実現において多数のプログラムの処理の実行順序を定める煩雑な作業を低減することができる。 According to the present invention, it is possible to reduce the complicated work of determining the execution order of the processing of a large number of programs in the realization of a system that executes appropriate processing for a target device in which a large number of programs are related to control. .
本実施形態によるプラント制御の全体システムを示すブロック図である。It is a block diagram which shows the whole system of the plant control by this embodiment. 本実施形態における複数のプログラムの接続構成の一例を示す図である。It is a figure which shows an example of the connection structure of the some program in this embodiment. 情報システムによる処理を示すフローチャートである。It is a flowchart which shows the process by an information system. 情報システムおよび制御システムの他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of an information system and a control system. 本実施形態における複数のプログラムの接続構成の他の例を示す図である。It is a figure which shows the other example of the connection structure of the some program in this embodiment.
 図1は、本実施形態によるプラント制御の全体システムを示す構成図である。図1に示される全体システムの構成は一例である。全体システムには、プラントを構成する複数の機器であり制御対象となるプラント機器群101と、それらプラント機器群101と通信路102経由で接続される制御システム103と、制御システム103に通信回線105経由で接続される情報システム104が含まれている。 FIG. 1 is a block diagram showing an overall plant control system according to this embodiment. The configuration of the entire system shown in FIG. 1 is an example. The overall system includes a plant device group 101 that is a plurality of devices that constitute a plant and is a control target, a control system 103 that is connected to the plant device group 101 via a communication path 102, and a communication line 105 connected to the control system 103. An information system 104 connected via is included.
 プラント機器群101には、調節弁、接点、およびモータなどが含まれる。通信路102として、ネットワークなどの通信回線あるいはハードワイヤードの直結線などがある。制御システム103は、通信路102経由でプラント機器群101を制御する制御信号を含む様々な情報を送信し、プラント機器群101における取得された監視結果を通知するための監視信号を含む様々な情報を受信する。また、制御システム103は、通信回線105経由で情報システム104に監視信号などの情報を送信し、また通信回線105経由で情報システム104から制御信号などの情報を受信する。 The plant equipment group 101 includes control valves, contacts, motors, and the like. The communication path 102 includes a communication line such as a network or a hard-wired direct connection line. The control system 103 transmits various information including a control signal for controlling the plant equipment group 101 via the communication path 102, and includes various information including a monitoring signal for notifying the acquired monitoring result in the plant equipment group 101. Receive. The control system 103 transmits information such as a monitoring signal to the information system 104 via the communication line 105 and receives information such as a control signal from the information system 104 via the communication line 105.
 本実施形態では、情報システム104から制御システム103へ通知される情報は、プラント機器群101からの監視信号に搭載された監視結果を含む制御システム103から情報システム104へ通知される複数の情報に基づき、情報システム104が複数のプログラムによる演算処理により算出した情報である。 In this embodiment, the information notified from the information system 104 to the control system 103 includes a plurality of pieces of information notified from the control system 103 to the information system 104 including the monitoring result mounted on the monitoring signal from the plant equipment group 101. This is information calculated by the information system 104 through arithmetic processing using a plurality of programs.
 情報システム104では、あるプログラムの出力が他のプログラムの入力になるというプログラム同士の入出力関係が少なくとも2段以上あり、複数のプログラムが複数の階層に分類される。 In the information system 104, there are at least two or more stages of input / output relationships between programs in which an output of a program becomes an input of another program, and a plurality of programs are classified into a plurality of layers.
 以下、本実施形態の全体システムの処理の概要について説明する。 Hereinafter, an overview of processing of the entire system of the present embodiment will be described.
 本実施形態では、プラント機器群101を制御の対象機器としている。 In the present embodiment, the plant equipment group 101 is a control target equipment.
 情報システム104は、プラント機器群101の制御に関連する複数のプログラム同士の入力と出力を接続し、複数のプログラム同士の接続形態に基づき、複数のプログラムによる処理の実行順序を決定する。制御システム103は、複数のプログラムによる処理結果に基づきプラント機器群101を制御する。これにより、例えば産業プラントのように、その制御に多数のプログラムが関連するような対象機器に対して適切な処理を実行するコンピュータシステムの実現において多数のプログラムの処理の実行順序を定める煩雑な作業を低減することができる。 The information system 104 connects the input and output of a plurality of programs related to the control of the plant equipment group 101, and determines the execution order of the processing by the plurality of programs based on the connection form of the plurality of programs. The control system 103 controls the plant equipment group 101 based on the processing results of a plurality of programs. As a result, for example, in an industrial plant, a complicated operation for determining the execution order of the processing of a large number of programs in the realization of a computer system that executes appropriate processing on a target device that is related to the control of the large number of programs. Can be reduced.
 情報システム104は、複数のプログラム同士の接続形態の上流にあるプログラムの処理を下流にあるプログラムの処理よりも先に実行するように実行順序を決定する。これにより、あるプログラムの処理に利用する情報として、そのプログラムの処理を実行する時点で正常な情報が生成されている状態となるようにすることができる。 The information system 104 determines the execution order so that the processing of the program upstream of the connection form of the plurality of programs is executed before the processing of the downstream program. As a result, as information used for processing of a certain program, normal information can be generated when the processing of the program is executed.
 また、制御システム103は、所定の制御周期でプラント機器群101への入力信号を更新することにしてもよい。情報システム104は、その制御周期による1つの実行タイミングにおいて実行した上流のプログラムの処理結果を同一の実行タイミングにおいて下流のプログラムを実行するときの入力として利用すべき、上流のプログラムと下流のプログラムの組み合せを抽出し、下流のプログラムを上流のプログラムよりも後に実行するように実行順序を決定する。これにより、所定の制御周期で制御信号を更新する制御システム103が適切な制御を実行することができるように実行順序を決定することができる。 Further, the control system 103 may update an input signal to the plant equipment group 101 at a predetermined control cycle. The information system 104 uses the processing result of the upstream program executed at one execution timing according to the control cycle as an input when executing the downstream program at the same execution timing. The combination is extracted, and the execution order is determined so that the downstream program is executed after the upstream program. Thus, the execution order can be determined so that the control system 103 that updates the control signal at a predetermined control cycle can execute appropriate control.
 また、情報システム104は、複数のプログラムを、ある階層に含まれるプログラムの入力がその階層よりも前段の階層に含まれるプログラムの出力となるように、複数段の階層による接続形態で接続する。そして、接続形態を変更するとき、情報システム104は、ある階層に含まれるあるプログラム(第1のプログラム)が同一またはそれより後段の階層に含まれる他のプログラム(第2のプログラム)の出力を入力として利用することになる第1のプログラムと第2のプログラムの組み合わせを抽出し、第2のプログラムを第1のプログラムを含む階層よりも前段の階層に移動する。これによれば、接続形態に影響するような制御処理の変更がされたとき、その変更に応じて複数のプログラムの実行順序を適切に並べ直すことができる。 Also, the information system 104 connects a plurality of programs in a connection form with a plurality of layers so that an input of a program included in a certain layer becomes an output of a program included in a layer preceding the layer. When the connection form is changed, the information system 104 outputs the output of another program (second program) included in a hierarchy that is the same as or lower than that of a certain program (first program) included in a certain hierarchy. A combination of the first program and the second program to be used as input is extracted, and the second program is moved to a hierarchy preceding the hierarchy including the first program. According to this, when the control process is changed so as to affect the connection form, it is possible to appropriately rearrange the execution order of the plurality of programs according to the change.
 更に、情報システム104は、第2のプログラムを第1のプログラムを含む階層よりも前段の階層に移動するとき、第2のプログラムが同一またはそれより後段の階層の他のプログラムの出力を入力として利用することになるとき、第1のプログラムが含まれている階層と第2のプログラムが含まれている階層の間に新たな階層を追加し、追加した階層に第2のプログラムを更に移動する。これによれば、階層の段数を変更せずにプログラムを階層間で移動させるだけでは、プログラムの実行順序を適切に決定することができない場合に新たな階層を追加してその階層に第2のプログラムを移動するので、階層の段数を変更せずにはプログラムの実行順序を適切に決定できない場合にも実行順序を適切に決定することができる。 Further, when the information system 104 moves the second program to a layer preceding the layer including the first program, the information system 104 receives the output of another program of the same or subsequent layer as the input. When it is to be used, a new layer is added between the layer including the first program and the layer including the second program, and the second program is further moved to the added layer. . According to this, when the program execution order cannot be appropriately determined only by moving the program between the hierarchies without changing the number of levels of the hierarchies, the new hierarchies are added to the second hierarchies. Since the program is moved, the execution order can be appropriately determined even when the execution order of the program cannot be appropriately determined without changing the number of stages in the hierarchy.
 また、情報システム104は、第1のプログラムと第2のプログラムが同一の階層(第1の階層)に含まれ、第2のプログラムが第1の階層の1つ前段にある階層(第2の階層)に含まれるプログラムの出力を入力として利用している場合、第1の階層と第2の階層の間に第3の階層を追加し、第2のプログラムを第3の階層に移動する。これによれば、第1のプログラムと第2のプログラムが同一に第1の階層に含まれ、第2のプログラムが第1の階層の1つ前段にある第2の階層に含まれるプログラムの出力を入力として利用しているという条件に該当する場合に階層の追加とプログラムの移動を容易に実現することができる。 In the information system 104, the first program and the second program are included in the same hierarchy (first hierarchy), and the second program is located in a hierarchy immediately preceding the first hierarchy (second hierarchy). When the output of the program included in the (hierarchy) is used as an input, a third hierarchy is added between the first hierarchy and the second hierarchy, and the second program is moved to the third hierarchy. According to this, the first program and the second program are included in the same first hierarchy, and the second program is output from the second hierarchy that is one level before the first hierarchy. Can be easily added and the program can be moved when the condition of using as an input is satisfied.
 情報システム104は、プラント機器群101への制御信号を出力するプログラムを抽出し、抽出したプログラムへの入力を出力するプログラムを抽出するという処理を、入力として他のプログラムの出力を必要としないプログラムに到達するまで繰り返すことにより、接続形態を決定する。これにより、プラント機器群101への必要な入力から遡ってプログラムの出力が必要でないプログラムまで辿ることにより、プログラムの接続形態を決定するので、適切なプログラムの接続形態を効率よく決定することができる。 The information system 104 extracts a program that outputs a control signal to the plant equipment group 101 and extracts a program that outputs an input to the extracted program, and does not require the output of another program as an input. The connection form is determined by repeating the process until it reaches. As a result, the connection form of the program is determined by tracing back to the program that does not require the output of the program retroactively from the necessary input to the plant equipment group 101, so that the appropriate connection form of the program can be determined efficiently. .
 また、情報システム104は、複数のプログラム同士の出力と入力の接続により構成されているループを抽出し、そのループを形成している複数のプログラムをユーザに提示し、どのような順序で実行するかの設定を促す。これによれば、ループを形成しどれを先に実行するのが適切かが接続形態からは定まらない複数のプログラムの組み合わせがあった場合にも適切な実行順序を容易に決定することができる。例えば、情報システム104は、複数のプログラムのうちの2つのプログラムが互いに出力を入力としたループを抽出し、そのループを形成している2つのプログラムをユーザに提示し、どちらを先に実行するかの設定をユーザに促す。 In addition, the information system 104 extracts a loop configured by connecting outputs and inputs between a plurality of programs, presents the plurality of programs forming the loop to the user, and executes them in any order. Prompt for the setting. According to this, even when there is a combination of a plurality of programs in which a loop is formed and which is appropriate to be executed first is not determined from the connection form, an appropriate execution order can be easily determined. For example, the information system 104 extracts a loop in which two programs out of a plurality of programs receive outputs from each other, presents the two programs forming the loop to the user, and executes which one first. Prompt the user for these settings.
 その際、情報システム104は、階層が2回変更されたプログラムがあった場合にそのプログラムを含むループを抽出する。これによれば、階層変更の回数に基づいて容易にループの存在を検知し、ループを抽出することができる。 At that time, when there is a program whose hierarchy has been changed twice, the information system 104 extracts a loop including the program. According to this, the presence of a loop can be easily detected based on the number of hierarchy changes, and the loop can be extracted.
 また、情報システム104は複数のプログラムをソースプログラムとして、コンパイルおよびリンクを行うことにより実行ファイルを生成する。これによれば、実行ファイルを生成し実行するので、コンピュータによるプラント機器群101の制御を容易に実現することができる。 Also, the information system 104 generates an executable file by compiling and linking with a plurality of programs as source programs. According to this, since the execution file is generated and executed, the control of the plant equipment group 101 by the computer can be easily realized.
 以下、本実施形態における処理について更に詳しく説明する。 Hereinafter, the processing in the present embodiment will be described in more detail.
 図2は、本実施形態における複数のプログラムの接続構成の一例を示す図である。図2において左側が上流であり、右側が下流である。複数のプログラムが複数の階層に分類されている。また、ほとんどの部分で、上流階層のプログラムの出力が下流階層のプログラムの入力に接続されている。 FIG. 2 is a diagram illustrating an example of a connection configuration of a plurality of programs in the present embodiment. In FIG. 2, the left side is upstream and the right side is downstream. Multiple programs are classified into multiple hierarchies. For the most part, the output of the upstream layer program is connected to the input of the downstream layer program.
 ここでは、情報システム104から制御システム103への出力を演算するために必要な一連のプログラムをパスと称する。全てのパス群のうち階層数が最大となるパスの階層数をNとする。情報システム104から制御システム103への全ての出力を演算するのに必要な複数のプログラムはN階層に分類される。 Here, a series of programs necessary for calculating an output from the information system 104 to the control system 103 is referred to as a path. Let N be the number of hierarchies of the path having the maximum number of hierarchies among all path groups. A plurality of programs necessary for calculating all outputs from the information system 104 to the control system 103 are classified into N layers.
 情報システム104は、制御システム103への入力信号を出力するプログラムを第N階層に分類する。更に、情報システム104は、第N階層のプログラムが制御システム103への入力信号を演算するのに用いる、第N階層のプログラムへの入力信号を演算し、出力しているプログラム群を第(N-1)階層に分類する。情報システム104は、以下、同じ手順を用いて各プログラムを第1階層から第N階層に分類する。ここで、第n階層(1≦n≦N)に属するプログラム群の員数をMnとする。その際、情報システム104は、第n階層の各プログラムに任意に通し番号を付与する。第n階層のp番目のプログラムには(n-p)という番号が付与される。pは、1≦p≦Mnである。 The information system 104 classifies programs that output input signals to the control system 103 into the Nth layer. In addition, the information system 104 calculates an input signal to the Nth layer program used by the Nth layer program to calculate an input signal to the control system 103, and outputs a program group (Nth). -1) Classify into hierarchies. Hereinafter, the information system 104 classifies each program from the first layer to the Nth layer using the same procedure. Here, the number of programs belonging to the nth layer (1 ≦ n ≦ N) is Mn. At that time, the information system 104 arbitrarily assigns a serial number to each program in the nth layer. A number (n−p) is assigned to the p-th program in the n-th layer. p is 1 ≦ p ≦ Mn.
 次に、情報システム104は各階層のプログラムに対する処理を実行する。 Next, the information system 104 executes processing for the program of each layer.
 まず、情報システム104は、第(N-1)階層の各プログラムの各入力を作成しているプログラムがどの階層に属しているかそれぞれ確認する。第(N-1)階層に属するプログラムの入力信号が第(N-1)階層以上の階層に属するプログラムから出力されていたら、その入力信号を出力しているプログラムを第(N-2)階層に変更する。このとき情報システム104は階層の変更を行ったプログラムの識別情報および変更回数を記録する。情報システム104は、この処理を第(N-1)階層に属する全てのプログラムについて行う。第(N-1)階層であれば、M(N-1)個のプログラムに対して処理を実施することになる。 First, the information system 104 confirms to which hierarchy the program creating each input of each program of the (N-1) th hierarchy belongs. If an input signal of a program belonging to the (N-1) th layer is output from a program belonging to the (N-1) th layer or higher, the program outputting the input signal is referred to as the (N-2) th layer. Change to At this time, the information system 104 records the identification information of the program that has changed the hierarchy and the number of changes. The information system 104 performs this process for all programs belonging to the (N-1) th layer. In the case of the (N−1) th layer, the processing is executed for M (N−1) programs.
 情報システム104は、この各階層のプログラムに対する処理を第1階層まで降順で繰り返す。 The information system 104 repeats the processing for the programs of each layer in descending order up to the first layer.
 図2の例では、第(N-2)階層にある、((N-2)-2)という番号が付与されているプログラムの出力が、同じ第(N-2)階層にある、((N-2)-1)という番号が付与されているプログラムの入力となっている。そのため、図2において、破線矢印で示されているように、番号((N-2)-2)が付与されているプログラムを第(N-3)階層に属するように変更している。 In the example of FIG. 2, the output of the program assigned the number ((N-2) -2) in the (N-2) th layer is in the same (N-2) th layer (( This is the input of the program assigned the number N-2) -1). Therefore, in FIG. 2, as indicated by the broken line arrow, the program assigned the number ((N-2) -2) is changed to belong to the (N-3) th layer.
 情報システム104は、各階層のプログラムについて上述した処理を実行し、プログラムの属する階層を変更するとき、そのプログラムが属する階層が2回以上変更されたか否か判断する。あるプログラムの階層が2回変更されるということは、そのプログラムを含む少なくとも2つのプログラムがループを形成していることを意味する。ループというのは、その第1のプログラムの出力が第2のプログラムの入力となり、第2のプログラムの出力が第1のプログラムの入力となっているような状態である。 The information system 104 executes the above-described processing for the program of each hierarchy, and when changing the hierarchy to which the program belongs, determines whether or not the hierarchy to which the program belongs has been changed twice or more. That the hierarchy of a program is changed twice means that at least two programs including the program form a loop. The loop is a state in which the output of the first program is the input of the second program and the output of the second program is the input of the first program.
 このようにループが形成されていると、ループを形成しているプログラムのどれを先に実行すべきかを接続形態から定めることができない。そこで本実施形態では、コンパイルを実施するユーザに対して手動による選択を促す。情報システム104は、ユーザにより指定された順序でプログラムを実行するようにする。 If a loop is formed in this way, it cannot be determined from the connection form which of the programs forming the loop should be executed first. Therefore, in this embodiment, the user who performs the compilation is prompted to select manually. The information system 104 executes the programs in the order specified by the user.
 図3は、情報システムによる処理を示すフローチャートである。 FIG. 3 is a flowchart showing processing by the information system.
 情報システム104は、まずn=N-1、p=1をもって処理を開始する(ステップS101)。情報システム104はn<1か否か判定する(ステップS102)。n<1であれば情報システム104は処理を終了する。 The information system 104 first starts processing with n = N−1 and p = 1 (step S101). The information system 104 determines whether n <1 (step S102). If n <1, the information system 104 ends the process.
 n<1でなければ、情報システム104はp>Mnか否か判定する(ステップS103)。n>Mnであれば、情報システム104は、n=n-1、p=1とし(ステップS110)、ステップS102に進む。 If not n <1, the information system 104 determines whether or not p> Mn (step S103). If n> Mn, the information system 104 sets n = n−1 and p = 1 (step S110), and proceeds to step S102.
 p>Mnでなければ、情報システム104は、次に、番号(n-p)が付与されているプログラムの各入力信号を出力しているプログラムの階層を確認する(ステップS104)。次に、情報システム104は、ステップS104で確認したプログラムに、階層が、階層≧nとなっているプログラムがあるか否か判定する(ステップS105)。ステップS105で階層≧nとなっているプログラムが無ければ、情報システム104はp=p+1とし(ステップS109)、ステップS103に戻る。 If p> Mn is not satisfied, the information system 104 next checks the hierarchy of the program that outputs each input signal of the program to which the number (np) is assigned (step S104). Next, the information system 104 determines whether or not there is a program whose hierarchy is higher than or equal to n among the programs confirmed in step S104 (step S105). If there is no program satisfying hierarchy ≧ n in step S105, the information system 104 sets p = p + 1 (step S109) and returns to step S103.
 ステップS105で階層≧nとなっているプログラムがあれば、情報システム104は、そのプログラムの階層が過去に変更されたことがあるか否か判定する(ステップS106)。ステップS106にて既に階層が変更されたことがあれば、情報システム104は、ループを形成しているプログラムをどの順序で実行するかの選択をユーザに促して決定し(ステップS107)、ステップS109に進む。ステップS106にて未だ階層が変更されたことがなければ、情報システム104は、そのプログラムの階層をn-1に変更し(ステップS108)、ステップS109に進む。 If there is a program whose hierarchy is higher than or equal to n in step S105, the information system 104 determines whether or not the hierarchy of the program has been changed in the past (step S106). If the hierarchy has already been changed in step S106, the information system 104 prompts the user to select in which order the programs forming the loop are to be executed (step S107), and step S109. Proceed to If the hierarchy has not been changed in step S106, the information system 104 changes the hierarchy of the program to n-1 (step S108), and proceeds to step S109.
 以上説明したように、本実施形態において、制御システム103に入力した信号を元に、制御システム103とは別の情報システム104が演算処理を実施し、その処理結果を制御システム103に送信し、制御システム103が対象機器への制御に使用するという構成が例示されている。制御システム103から情報システム104へのある出力信号は、制御システム103から情報システム104への複数の入力信号を使用して、対象機器への制御を含む複数かつ多階層のプログラム同士の入出力を伴う演算処理を経て得られる。このような入出力構造を有する全体システムにおいて情報システム104は、各プログラムの入出力の関係からそれらプログラムの適切な実行順序を自動的に策定することができる。 As described above, in the present embodiment, based on the signal input to the control system 103, the information system 104 different from the control system 103 performs arithmetic processing, and transmits the processing result to the control system 103. A configuration in which the control system 103 is used to control the target device is illustrated. An output signal from the control system 103 to the information system 104 is used to input / output between a plurality of multi-level programs including control to the target device using a plurality of input signals from the control system 103 to the information system 104. Obtained through the accompanying arithmetic processing. In the overall system having such an input / output structure, the information system 104 can automatically formulate an appropriate execution order of the programs from the input / output relationship of each program.
 図4は、情報システムおよび制御システムの他の構成例を示すブロック図である。図4を参照すると、制御システム103が複数のコンピュータ201を有し、情報システム104が複数のコンピュータ202を有する。 FIG. 4 is a block diagram showing another configuration example of the information system and the control system. Referring to FIG. 4, the control system 103 has a plurality of computers 201, and the information system 104 has a plurality of computers 202.
 図4のように、制御システム103が複数のコンピュータ201を有する場合、制御システム103は、コンピュータ201同士が通信によって処理実行の状況について相互に確認することにより、コンピュータ201をまたいで所定の実行順序でプログラムを実行することを可能にする。 As shown in FIG. 4, when the control system 103 includes a plurality of computers 201, the control system 103 confirms the processing execution status through communication between the computers 201, so that a predetermined execution order is crossed over the computers 201. Makes it possible to run a program.
 その場合、情報システム104が複数のプログラムの実行順序を決定し、制御対象のプラント機器群101のそれぞれに制御信号を入力するプログラムを、そのプログラムを実行するコンピュータ202に割り当て、その実行順序に従ってプログラムを実行させる。これによれば、制御システム103が複数のコンピュータ201を含む構成であっても、コンピュータ201間のプログラムの実行順序を適切に決定することができる。 In this case, the information system 104 determines the execution order of a plurality of programs, assigns a program for inputting a control signal to each of the plant equipment groups 101 to be controlled, and assigns the program to the computer 202 that executes the program. Is executed. According to this, even if the control system 103 includes a plurality of computers 201, the execution order of programs between the computers 201 can be appropriately determined.
 また、その場合、複数のプログラムの全部または一部については、そのプログラムを実行するコンピュータ201が予め定まっていてもよい。例えば、あるプラント機器に対する制御信号を与えるコンピュータ201が物理的接続構成によって予め定まっていてもよい。その場合、制御システム103の各コンピュータ201は、情報システム104によって割り当てられたプログラムを、情報システム104で決定された実行順序で実行する。 In this case, the computer 201 that executes the program may be determined in advance for all or part of the plurality of programs. For example, the computer 201 that provides a control signal for a certain plant device may be determined in advance by a physical connection configuration. In that case, each computer 201 of the control system 103 executes the program assigned by the information system 104 in the execution order determined by the information system 104.
 また、図4のように、情報システム104が複数のコンピュータ202を有する場合、情報システム104は、コンピュータ202同士が通信によって処理実行の状況について相互に確認することにより、コンピュータ202をまたいで所定の実行順序でプログラムを実行することを可能にする。その場合、情報システム104のいずれかひとつのコンピュータ202あるいは複数のコンピュータ202が連携して複数のプログラムの実行順序を決定し、それぞれのプログラムを、そのプログラムを実行するコンピュータ202に割り当て、その実行順序に従ってプログラムを実行する。これによれば、情報システム104が複数のコンピュータ202を含む構成であっても、コンピュータ202間のプログラムの実行順序を適切に決定することができる。 Further, as shown in FIG. 4, when the information system 104 includes a plurality of computers 202, the information system 104 confirms the status of processing execution by communication between the computers 202, whereby a predetermined amount of information is transmitted across the computers 202. Allows programs to be executed in order of execution. In that case, any one computer 202 or a plurality of computers 202 in the information system 104 cooperates to determine the execution order of the plurality of programs, assign each program to the computer 202 that executes the program, and the execution order. Run the program according to According to this, even if the information system 104 includes a plurality of computers 202, the execution order of programs between the computers 202 can be appropriately determined.
 また、その場合、複数のプログラムの全部または一部については、そのプログラムを実行するコンピュータ202が予め定まっていてもよい。その場合、情報システム104は、複数のプログラムの実行順序を決定し、それぞれのプログラムをコンピュータ202に割り当てる。そのとき、あるプログラムを実行すると定められているコンピュータ202があれば、情報システム104は、そのプログラムをそのコンピュータ202に割り当てる。 In this case, the computer 202 that executes the program may be predetermined for all or part of the plurality of programs. In that case, the information system 104 determines the execution order of the plurality of programs and assigns each program to the computer 202. At that time, if there is a computer 202 that is determined to execute a certain program, the information system 104 assigns the program to the computer 202.
 図4には、情報システム104が複数のコンピュータ202を有する例を示したが、更に他の例として、情報システム104が複数のプロセッサを備えたコンピュータにより実現される構成であってもよい。情報システム104は、複数のプログラムの実行順序を決定し、それらのプログラムを複数のプロセッサに割り当てて、実行順序に従って実行させればよい。 FIG. 4 shows an example in which the information system 104 has a plurality of computers 202, but as another example, the information system 104 may be realized by a computer having a plurality of processors. The information system 104 may determine the execution order of a plurality of programs, assign these programs to a plurality of processors, and execute them according to the execution order.
 また、制御システム103が複数のプロセッサを備えたコンピュータにより実現される構成であってもよい。情報システム104は、複数のプログラムの実行順序を決定し、制御システム103の各プロセッサに割り当てて、実行順序に従って実行させればよい。 Further, the control system 103 may be realized by a computer having a plurality of processors. The information system 104 may determine the execution order of a plurality of programs, assign it to each processor of the control system 103, and execute it according to the execution order.
 以上説明したように、図4の例では、情報システム104と制御システム103の一方あるいは両方が複数のコンピュータを有する全体システムにおいて、情報システム104のあるコンピュータ202から、制御システム103のあるコンピュータ201への出力信号を演算するために、情報システム104の複数のコンピュータ202と制御システム103の複数のコンピュータ201からの出力信号を使用し、かつ情報システム104の複数のコンピュータ202と制御システム103の複数のコンピュータ201を演算に使用する。このような構成においても、上述した実施形態と同様に、各プログラムの適切な実行順序を自動的な策定することができる。 As described above, in the example of FIG. 4, in the entire system in which one or both of the information system 104 and the control system 103 includes a plurality of computers, the computer 202 having the information system 104 changes to the computer 201 having the control system 103. Output signals from a plurality of computers 202 of the information system 104 and a plurality of computers 201 of the control system 103, and a plurality of computers 202 of the information system 104 and a plurality of control systems 103 The computer 201 is used for calculation. Even in such a configuration, an appropriate execution order of each program can be automatically formulated as in the above-described embodiment.
 図5は、本実施形態における複数のプログラムの接続構成の他の例を示す図である。図5においては、図2と同様に、左側が上流であり、右側が下流である。複数のプログラムが複数の階層に分類されている。図5では、上流階層のプログラムの出力が下流階層のプログラムの入力に接続されている。 FIG. 5 is a diagram showing another example of a connection configuration of a plurality of programs in the present embodiment. In FIG. 5, as in FIG. 2, the left side is upstream and the right side is downstream. Multiple programs are classified into multiple hierarchies. In FIG. 5, the output of the upstream layer program is connected to the input of the downstream layer program.
 また、ほとんどの部分で、上流階層のプログラムの出力が下流階層のプログラムの入力に接続されている。しかし、番号((N-2)-3)が付与されたプログラムの出力が、番号((N-2)-4)が付与された同じ階層のプログラムの入力となり、その番号((N-2)-4)が付与されたプログラムの出力が、番号((N-2)-3)が付与されたプログラムの入力となっている。その2つのプログラムがループ301が構成していると言える。 Also, for the most part, the output of the upstream layer program is connected to the input of the downstream layer program. However, the output of the program assigned the number ((N-2) -3) becomes the input of the program of the same hierarchy assigned the number ((N-2) -4), and the number ((N-2) The output of the program assigned with) -4) is the input of the program assigned with the number ((N-2) -3). It can be said that the loop 301 is composed of the two programs.
 そのため、情報システム104は、そのループ301を抽出し、抽出したループ301を構成している2つのプログラムをユーザに提示し、どちらを先に実行するかの設定を促す。 Therefore, the information system 104 extracts the loop 301, presents the two programs constituting the extracted loop 301 to the user, and prompts the user to set which one to execute first.
 上述した本発明の各実施形態は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施することができる。例えば、少なくともひとつの入力信号から少なくともひとつの出力信号を算出することを目的とした複数のプログラム群を有するシステム構成において本発明は効果を奏する。 The embodiments of the present invention described above are examples for explaining the present invention, and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention. For example, the present invention is effective in a system configuration having a plurality of program groups for the purpose of calculating at least one output signal from at least one input signal.
101…プラント機器群、102…通信路、103…制御システム、104…情報システム、105…通信回線、201…コンピュータ、202…コンピュータ、301…ループ DESCRIPTION OF SYMBOLS 101 ... Plant equipment group, 102 ... Communication path, 103 ... Control system, 104 ... Information system, 105 ... Communication line, 201 ... Computer, 202 ... Computer, 301 ... Loop

Claims (12)

  1.  対象機器への制御を管理する制御管理システムであって、
     前記対象機器の制御に関連する複数のプログラム同士の入力と出力を接続し、前記複数のプログラム同士の接続形態に基づき、前記複数のプログラムによる処理の実行順序を決定する情報システムと、
     前記複数のプログラムによる処理結果に基づき前記対象機器を制御する制御システムと、を有する制御管理システム。
    A control management system that manages control of target devices,
    An information system for connecting inputs and outputs of a plurality of programs related to control of the target device, and determining an execution order of processing by the plurality of programs based on a connection form between the plurality of programs,
    A control system that controls the target device based on processing results of the plurality of programs.
  2.  前記情報システムは、前記複数のプログラム同士の接続形態の上流にあるプログラムの処理を下流にあるプログラムの処理よりも先に実行するように前記実行順序を決定する、請求項1に記載の制御管理システム。 The control management according to claim 1, wherein the information system determines the execution order so that processing of a program upstream of the connection form of the plurality of programs is executed before processing of a program downstream. system.
  3.  前記制御システムは、所定の制御周期で前記対象機器への出力信号を更新し、
     前記情報システムは、前記制御周期による1つの実行タイミングにおいて実行した上流のプログラムの処理結果を同一の前記実行タイミングにおいて下流のプログラムを実行するときの入力として利用すべき前記上流のプログラムと前記下流のプログラムの組み合せを抽出し、前記下流のプログラムを前記上流のプログラムよりも後に実行するように前記実行順序を決定する、
    請求項2に記載の制御管理システム。
    The control system updates an output signal to the target device at a predetermined control cycle,
    The information system uses the processing result of the upstream program executed at one execution timing according to the control cycle as the input when executing the downstream program at the same execution timing, and the downstream program Extracting a combination of programs and determining the execution order so that the downstream program is executed after the upstream program;
    The control management system according to claim 2.
  4.  前記情報システムは、
     前記複数のプログラムを、ある階層に含まれるプログラムの入力が当該階層よりも前段の階層に含まれるプログラムの出力となるように、複数段の階層による接続形態で接続し、
     前記接続形態を変更するとき、ある階層に含まれる第1のプログラムが同一またはそれより後段の階層に含まれる第2のプログラムの出力を入力として利用することになる前記第1のプログラムと前記第2のプログラムの組み合わせを抽出し、
     前記第2のプログラムを前記第1のプログラムを含む階層よりも前段の階層に移動する、
    請求項1に記載の制御管理システム。
    The information system is
    The plurality of programs are connected in a connection form with a plurality of layers so that an input of a program included in a certain layer is an output of a program included in a layer preceding the layer,
    When the connection form is changed, the first program included in a certain hierarchy uses the output of the second program included in the same or a subsequent hierarchy as an input and the first program Extract the combination of two programs,
    Moving the second program to a hierarchy preceding the hierarchy including the first program;
    The control management system according to claim 1.
  5.  前記情報システムは、
     前記第2のプログラムを前記第1のプログラムを含む階層よりも前段の階層に移動するとき、前記第2のプログラムが同一またはそれより後段の階層のプログラムの出力を入力として利用することになるとき、前記第1のプログラムが含まれている階層と前記第2のプログラムが含まれている階層の間に新たな階層を追加し、追加した前記階層に前記第2のプログラムを更に移動する、
    請求項4に記載の制御管理システム。
    The information system is
    When the second program is moved to a hierarchy preceding the hierarchy including the first program, the second program uses an output of a program in the same hierarchy or a hierarchy subsequent thereto as an input. Adding a new hierarchy between the hierarchy including the first program and the hierarchy including the second program, and further moving the second program to the added hierarchy;
    The control management system according to claim 4.
  6.  前記情報システムは、
     前記第1のプログラムと前記第2のプログラムが同一の第1の階層に含まれ、前記第2のプログラムが前記第1の階層の1つ前段にある第2の階層に含まれるプログラムの出力を入力として利用している場合、前記第1の階層と前記第2の階層の間に第3の階層を追加し、前記第2のプログラムを前記第3の階層に移動する、
    請求項5に記載の制御管理システム。
    The information system is
    The first program and the second program are included in the same first hierarchy, and the second program outputs the output of the program included in the second hierarchy immediately preceding the first hierarchy. When using as an input, a third layer is added between the first layer and the second layer, and the second program is moved to the third layer.
    The control management system according to claim 5.
  7.  前記情報システムは、前記対象機器への制御信号を出力するプログラムを抽出し、抽出した該プログラムへの入力を出力するプログラムを抽出するという処理を、入力として他のプログラムの出力を必要としないプログラムに到達するまで繰り返すことにより、前記接続形態を決定する、請求項1に記載の制御管理システム。 The information system extracts a program that outputs a control signal to the target device and extracts a program that outputs an input to the extracted program, and does not require the output of another program as an input The control management system according to claim 1, wherein the connection form is determined by repeating the process until it reaches.
  8.  前記情報システムは、複数のプログラム同士の出力と入力の接続により構成されているループを抽出し、該ループを形成している前記複数のプログラムを提示し、どのような順序で実行するかの設定を促す、請求項1に記載の制御管理システム。 The information system extracts a loop configured by connecting outputs and inputs between a plurality of programs, presents the plurality of programs forming the loop, and sets in which order the programs are executed The control management system according to claim 1, which prompts
  9.  前記情報システムは、前記複数のプログラムのうちの2つのプログラムが互いに出力を入力としたループを抽出し、該ループを形成している前記2つのプログラムを提示し、どちらを先に実行するかの設定を促す、請求項8に記載の制御管理システム。 The information system extracts a loop in which two programs out of the plurality of programs receive outputs from each other, presents the two programs forming the loop, and which one is executed first The control management system according to claim 8, which prompts setting.
  10.  前記情報システムは、階層が2回変更されたプログラムがあった場合に該プログラムを含むループを抽出する、請求項8に記載の制御管理システム。 The control management system according to claim 8, wherein when there is a program whose hierarchy has been changed twice, the information system extracts a loop including the program.
  11.  前記情報システムは前記複数のプログラムをソースプログラムとして、コンパイルおよびリンクを行うことにより実行ファイルを生成する、
    請求項1に記載の制御管理システム。
    The information system generates an executable file by compiling and linking the plurality of programs as source programs.
    The control management system according to claim 1.
  12.  情報システムと制御システムを含むコンピュータシステムにより対象機器を制御するための制御方法であって、
     前記情報システムが、前記対象機器の制御に関連する複数のプログラム同士の入力と出力を接続し、前記複数のプログラム同士の接続形態に基づき、前記複数のプログラムによる処理の実行順序を決定し、
     前記制御システムが、前記複数のプログラムによる処理を前記実行順序で実行することにより前記対象機器を制御する、制御方法。
    A control method for controlling a target device by a computer system including an information system and a control system,
    The information system connects the input and output of a plurality of programs related to the control of the target device, determines the execution order of processing by the plurality of programs based on the connection form of the plurality of programs,
    A control method in which the control system controls the target device by executing processing by the plurality of programs in the execution order.
PCT/JP2016/072576 2015-09-02 2016-08-02 Control management system and control method WO2017038342A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015172852A JP6552343B2 (en) 2015-09-02 2015-09-02 Control management system and control method
JP2015-172852 2015-09-02

Publications (1)

Publication Number Publication Date
WO2017038342A1 true WO2017038342A1 (en) 2017-03-09

Family

ID=58188903

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/072576 WO2017038342A1 (en) 2015-09-02 2016-08-02 Control management system and control method

Country Status (2)

Country Link
JP (1) JP6552343B2 (en)
WO (1) WO2017038342A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10247142A (en) * 1997-03-04 1998-09-14 Yamatake:Kk System and method for programming process control program
JP2001014155A (en) * 1999-07-01 2001-01-19 Japan Radio Co Ltd Controller for executing software parts
JP2009009444A (en) * 2007-06-29 2009-01-15 Fuji Electric Systems Co Ltd Programmable controller, programmable controller support apparatus, and programmable controller system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10247142A (en) * 1997-03-04 1998-09-14 Yamatake:Kk System and method for programming process control program
JP2001014155A (en) * 1999-07-01 2001-01-19 Japan Radio Co Ltd Controller for executing software parts
JP2009009444A (en) * 2007-06-29 2009-01-15 Fuji Electric Systems Co Ltd Programmable controller, programmable controller support apparatus, and programmable controller system

Also Published As

Publication number Publication date
JP2017049822A (en) 2017-03-09
JP6552343B2 (en) 2019-07-31

Similar Documents

Publication Publication Date Title
KR20180105678A (en) State control method and apparatus
CN111523648B (en) Neural network pulse synchronization method and system containing clustering topological coupling
WO2021057252A1 (en) Service processing flow configuration method and apparatus, and service request processing method and apparatus
EP3468095A1 (en) Transaction selection device for selecting blockchain transactions
CN105574032A (en) Rule matching operation method and device
CN111984414B (en) Data processing method, system, equipment and readable storage medium
RU2013145592A (en) SYSTEM AND METHOD OF PLANNING CALCULATIONS IN THE SYSTEM OF ADMINISTRATION OF INFORMATION-DEPENDENT LIMITATIONS
CN108829718A (en) A kind of method and apparatus of data processing
CN110994598A (en) Multi-target power grid fault recovery method and device
Bhatnagar et al. Stochastic algorithms for discrete parameter simulation optimization
WO2017038342A1 (en) Control management system and control method
CN107977310B (en) Traversal test command generation method and device
DE602006021723D1 (en) CONTROL OF PROCESSES
Zhang et al. Synchronization of complex networks with time‐varying inner coupling and outer coupling matrices
CN105893145B (en) A kind of method for scheduling task and device based on genetic algorithm
Chang et al. Recursive learning automata approach to Markov decision processes
CN109815082A (en) KAFKA theme monitoring method, device, electronic equipment and storage medium
Hong et al. Deadlock prevention policy with behavioral optimality or suboptimality achieved by the redundancy identification of constraints and the rearrangement of monitors
JP2011008581A (en) System construction support device, program for making computer function as the same device, and computer-readable recording medium recorded with the same program
Zablodskiy et al. Induction motor optimal design by use of cartesian product
Zobu et al. The simulation and minimization of loss probability in the tandem queueing with two heterogeneous channels
Senkerik On the Evolutionary Optimization of Chaos Control–A Brief Survey
CN111130916B (en) Network quality detection method and management device
KR102020339B1 (en) Method and apparatus for modelling random network with characteristics of water distribution system
Barot et al. Predictive control of non-minimum phase systems

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16841374

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16841374

Country of ref document: EP

Kind code of ref document: A1