JP2018180722A - Data management system - Google Patents

Data management system Download PDF

Info

Publication number
JP2018180722A
JP2018180722A JP2017075907A JP2017075907A JP2018180722A JP 2018180722 A JP2018180722 A JP 2018180722A JP 2017075907 A JP2017075907 A JP 2017075907A JP 2017075907 A JP2017075907 A JP 2017075907A JP 2018180722 A JP2018180722 A JP 2018180722A
Authority
JP
Japan
Prior art keywords
data
unit
cloud system
server
backup
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.)
Pending
Application number
JP2017075907A
Other languages
Japanese (ja)
Inventor
淳一 川本
Junichi Kawamoto
淳一 川本
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.)
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Infrastructure Systems and Solutions 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 Toshiba Corp, Toshiba Infrastructure Systems and Solutions Corp filed Critical Toshiba Corp
Priority to JP2017075907A priority Critical patent/JP2018180722A/en
Publication of JP2018180722A publication Critical patent/JP2018180722A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a data management system capable of saving and managing data used for plant control efficiently and robustly after enduring information security.SOLUTION: A data management system S includes a cloud system 2 and information processors 11a to 11n connected to a controller 13 controlling a plant. The cloud system comprises an acquisition unit acquiring data from the information processors and a storage unit storing the acquired data. The information processor comprises a storage unit, a data synchronization unit, and a communication management unit. The storage unit stores data regarding plant control. The data synchronization synchronizes data with the information processor and the cloud system in a regular basis. The communication management unit cuts off a network 4 between the information processor and the cloud system in a normal period, and connects the network when synchronization takes place.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、データ管理システムに関する。   Embodiments of the present invention relate to data management systems.

従来から、産業プラント(以下、単に「プラント」という。)等において、I/O(Input/Output)機器等を制御するためにプログラマブルコントローラ(プログラマブルロジックコントローラ、Programmable Logic Controller、PLC)および、コントローラに接続されたサーバ等が用いられている。近年、このようなサーバ等に保存されるデータが増大する傾向にある。   Conventionally, in industrial plants (hereinafter simply referred to as "plants") and the like, programmable controllers (programmable logic controllers, programmable logic controllers, PLCs) and controllers for controlling I / O (input / output) devices etc. A connected server or the like is used. In recent years, data stored in such servers tend to increase.

一般に、情報処理の分野においては、大量データの保存先として、ネットワーク上に構成されたクラウドシステムが用いられる場合がある。   Generally, in the field of information processing, a cloud system configured on a network may be used as a storage destination of a large amount of data.

特開2014−194642号公報JP, 2014-194642, A 特表2014−532247号公報JP-A-2014-532247 特開2008−206124号公報JP, 2008-206124, A

しかしながら、プラント制御に用いられるサーバ等は、外部ネットワークに常時接続していないため、従来技術においては、クラウドシステムを用いたデータの保存や管理を行うことが困難であった。このため、情報セキュリティを確保した上で、プラント制御に用いられるデータを効率的かつ堅牢に保存および管理することが望まれていた。   However, since a server or the like used for plant control is not always connected to an external network, it has been difficult in the prior art to store and manage data using a cloud system. Therefore, it has been desired to efficiently and robustly store and manage data used for plant control while securing information security.

実施形態のデータ管理システムは、クラウドシステムと、プラントを制御するコントローラに接続された情報処理装置とを含む。クラウドシステムは、情報処理装置からデータを取得する取得部と、取得したデータを記憶する記憶部と、を備える。情報処理装置は、記憶部と、データ同期部と、通信管理部とを備える。記憶部はプラント制御に関するデータを記憶する。データ同期部は情報処理装置と、クラウドシステムとの間で、定期的にデータの同期をする。通信管理部は平常時においては情報処理装置とクラウドシステムとの間のネットワークを切断し、同期が行われる場合にネットワークを接続する。   The data management system of the embodiment includes a cloud system and an information processing apparatus connected to a controller that controls a plant. The cloud system includes an acquisition unit that acquires data from the information processing apparatus, and a storage unit that stores the acquired data. The information processing apparatus includes a storage unit, a data synchronization unit, and a communication management unit. The storage unit stores data on plant control. The data synchronization unit periodically synchronizes data between the information processing apparatus and the cloud system. The communication management unit normally disconnects the network between the information processing apparatus and the cloud system, and connects the network when synchronization is performed.

図1は、実施形態にかかるデータ管理システムの全体構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of an entire configuration of a data management system according to an embodiment. 図2は、実施形態にかかるサーバPCのハードウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a hardware configuration of the server PC according to the embodiment. 図3は、実施形態にかかるサーバPCの機能的構成の一例を示すブロック図である。FIG. 3 is a block diagram showing an example of a functional configuration of the server PC according to the embodiment. 図4は、実施形態にかかるシステム構成データの内容の一例を示す図である。FIG. 4 is a view showing an example of the contents of system configuration data according to the embodiment. 図5は、実施形態にかかるアプリケーションプログラムの一例を示す図である。FIG. 5 is a diagram illustrating an example of an application program according to the embodiment. 図6は、実施形態にかかるコントローラの機能的構成の一例を示す図である。FIG. 6 is a diagram illustrating an example of a functional configuration of the controller according to the embodiment. 図7は、実施形態にかかるクラウドシステムの機能的構成の一例を示す図である。FIG. 7 is a diagram illustrating an example of a functional configuration of the cloud system according to the embodiment. 図8は、実施形態にかかるサーバPCとクラウドシステムとの間のデータの同期処理の流れの一例を示すシーケンス図である。FIG. 8 is a sequence diagram showing an example of the flow of synchronous processing of data between the server PC and the cloud system according to the embodiment. 図9は、実施形態にかかるデータのバックアップおよびリストアの処理の流れの一例を示すシーケンス図である。FIG. 9 is a sequence diagram showing an example of the flow of data backup and restore processing according to the embodiment. 図10は、実施形態にかかる分野別スケルトン情報の適用処理の流れの一例を示すシーケンス図である。FIG. 10 is a sequence diagram showing an example of a flow of application processing of skeleton information by field according to the embodiment. 図11は、実施形態にかかるソフトウェアの更新処理の流れの一例を示すシーケンス図である。FIG. 11 is a sequence diagram showing an example of the flow of software update processing according to the embodiment.

(実施形態1)
図1は、本実施形態にかかるデータ管理システムSの全体構成の一例を示す図である。本実施形態にかかるデータ管理システムSは、例えば、プラント制御に関するデータの管理に適用されるものである。図1に示すように、データ管理システムSは、プラント制御システム1と、開発環境3と、クラウドシステム2と、を含む。
(Embodiment 1)
FIG. 1 is a diagram showing an example of the entire configuration of a data management system S according to the present embodiment. The data management system S according to the present embodiment is, for example, applied to management of data related to plant control. As shown in FIG. 1, the data management system S includes a plant control system 1, a development environment 3 and a cloud system 2.

プラント制御システム1は、プラントを制御するためのシステムである。図1に示すように、プラント制御システム1は、サーバPC(Personal Computer)10と、クライアントPC11a〜11n(以下、クライアントPC11と称する。)と、プログラマブルコントローラ(以下、コントローラという。)13とを備える。サーバPC10と、クライアントPC11と、コントローラ13とは、ローカルネットワーク12(例えばEthernet(登録商標))で接続されている。   The plant control system 1 is a system for controlling a plant. As shown in FIG. 1, the plant control system 1 includes a server PC (Personal Computer) 10, client PCs 11a to 11n (hereinafter referred to as client PC 11), and a programmable controller (hereinafter referred to as a controller) 13. . The server PC 10, the client PC 11, and the controller 13 are connected by a local network 12 (for example, Ethernet (registered trademark)).

サーバPC10とクライアントPC11とは、クライアントサーバモデルを構成し、コントローラ13で実行されるアプリケーションプログラムの生成や、発生したデータの保存等を行う。また、プラント制御システム1の管理者は、サーバPC10またはクライアントPC11を用いて、コントローラ13の動作状態の監視等を行う。サーバPC10とクライアントPC11とは、本実施形態における情報処理装置の一例である。   The server PC 10 and the client PC 11 constitute a client server model, and perform generation of an application program executed by the controller 13 and storage of generated data. The manager of the plant control system 1 monitors the operation state of the controller 13 using the server PC 10 or the client PC 11. The server PC 10 and the client PC 11 are an example of the information processing apparatus in the present embodiment.

コントローラ13は、プラントの制御を行うための基本機能をプログラミングした制御ソフトウェアやアプリケーションプログラム等を実行する装置である。図1に示す例では、プラント制御システム1は1台のコントローラ13を備えるが、プラント制御システム1は、複数のコントローラ13を備えても良い。   The controller 13 is a device that executes control software, application programs and the like in which basic functions for controlling a plant are programmed. Although the plant control system 1 includes one controller 13 in the example illustrated in FIG. 1, the plant control system 1 may include a plurality of controllers 13.

開発環境3は、例えば、システム開発会社のシステムエンジニアが、プラント制御システム1に適用するためのアプリケーションプログラムの開発やテスト等を行うための環境である。図1に示すように、開発環境3は、例えば、開発用PC30と、開発用コントローラ31とを備える。開発用PC30と、開発用コントローラ31とは、ローカルネットワーク32(例えばEthernet(登録商標))で接続されている。   The development environment 3 is, for example, an environment for a system engineer of a system development company to develop or test an application program to be applied to the plant control system 1. As shown in FIG. 1, the development environment 3 includes, for example, a development PC 30 and a development controller 31. The development PC 30 and the development controller 31 are connected by a local network 32 (for example, Ethernet (registered trademark)).

開発用PC30は、プラント制御システム1のサーバPC10と同様の機能を備える。開発用PC30もまた、本実施形態における情報処理装置の一例である。   The development PC 30 has the same function as the server PC 10 of the plant control system 1. The development PC 30 is also an example of the information processing apparatus in the present embodiment.

開発用コントローラ31は、コントローラ13と同様の機能を備えるプログラマブルコントローラである。   The development controller 31 is a programmable controller having the same function as the controller 13.

また、開発環境3は、さらに、一または複数のクライアントPCを備えても良い。また、開発環境3は、複数の開発用コントローラ31を備えても良い。また、データ管理システムSは、複数の開発環境3を備えても良い。   The development environment 3 may further include one or more client PCs. The development environment 3 may also include a plurality of development controllers 31. Also, the data management system S may include a plurality of development environments 3.

クラウドシステム2は、クラウド環境を提供する事業者等により、クラウドコンピューティングサービスとして、ユーザに提供される環境である。クラウドシステム2のユーザとは、プラント制御システム1の管理者や、開発環境3を使用する開発会社のシステムエンジニア等である。クラウドシステム2は、プラント制御システム1および開発環境3とネットワーク4によって接続する。クラウドシステム2は、ネットワーク4を介して、プラント制御システム1または開発環境3に記憶されたデータの同期や、バックアップ等を行う。   The cloud system 2 is an environment provided to a user as a cloud computing service by a business or the like who provides a cloud environment. The user of the cloud system 2 is a manager of the plant control system 1 or a system engineer of a development company using the development environment 3. The cloud system 2 is connected to the plant control system 1 and the development environment 3 by the network 4. The cloud system 2 performs synchronization, backup, etc. of data stored in the plant control system 1 or the development environment 3 via the network 4.

ネットワーク4は、例えばインターネットである。クラウドシステム2と、プラント制御システム1または開発環境3とのネットワーク4は、平常時は切断され、データの同期等が行われるタイミングで、接続される。また、クラウドシステム2と、プラント制御システム1または開発環境3との間の通信のプロトコルとしては、通信データをIETF(Internet Engineering Task Force)によって規定されているIPsecパケットにカプセル化するトンネルモードを用いても良い。   The network 4 is, for example, the Internet. The cloud system 2 and the network 4 of the plant control system 1 or the development environment 3 are disconnected at normal times, and connected at timing when data synchronization and the like are performed. Also, as a protocol for communication between the cloud system 2 and the plant control system 1 or the development environment 3, a tunnel mode is used in which communication data is encapsulated in an IPsec packet defined by the Internet Engineering Task Force (IETF). It is good.

次に、サーバPC10について詳細を説明する。図2は、本実施形態にかかるサーバPC10のハードウェア構成の一例を示す図である。図2に示すように、サーバPC10は、CPU(Central Processing Unit)101と、メモリ102と、HDD(Hard Disk Drive)103と、表示装置104と、入力装置105と、通信インタフェース(I/F)106と、バス107とを備える。   Next, the server PC 10 will be described in detail. FIG. 2 is a diagram showing an example of the hardware configuration of the server PC 10 according to the present embodiment. As shown in FIG. 2, the server PC 10 includes a central processing unit (CPU) 101, a memory 102, a hard disk drive (HDD) 103, a display device 104, an input device 105, and a communication interface (I / F). And a bus 107.

CPU101は、サーバPC10の全体的な制御を行う制御装置である。例えば、CPU101は、メモリ102に記憶されているプログラム等を実行することで、様々な構成を実現する。   The CPU 101 is a control device that performs overall control of the server PC 10. For example, the CPU 101 implements various configurations by executing programs and the like stored in the memory 102.

メモリ102は、読み出し可能なデータを記憶するメモリであり、例えばROMである。また、サーバPC10は、書込み可能なRAM等のメモリをさらに備える構成を採用しても良い。   The memory 102 is a memory that stores readable data, and is, for example, a ROM. In addition, the server PC 10 may adopt a configuration further including a writable memory such as a RAM.

HDD103は、外部記憶装置(補助記憶装置)である。サーバPC10は、HDD103の代わりに、フラッシュメモリ等の記憶媒体を備える構成を採用しても良い。   The HDD 103 is an external storage device (auxiliary storage device). The server PC 10 may employ a configuration provided with a storage medium such as a flash memory instead of the HDD 103.

表示装置104は、液晶パネル等からなるディスプレイ等である。   The display device 104 is a display or the like including a liquid crystal panel or the like.

入力装置105は、例えばキーボードやマウス、タッチパネル等であり、ユーザの操作を受け付ける装置である。   The input device 105 is, for example, a keyboard, a mouse, a touch panel, or the like, and is a device that receives a user's operation.

通信インタフェース106は、図1に示したローカルネットワーク12およびネットワーク4を介してコントローラ13、クライアントPC11、クラウドシステム2等との間で情報の送受信を行うためのインタフェースである。また、バス107は、サーバPC10の内部のデータ伝送路である。   The communication interface 106 is an interface for transmitting and receiving information to and from the controller 13, the client PC 11, the cloud system 2 and the like via the local network 12 and the network 4 shown in FIG. Also, the bus 107 is a data transmission path inside the server PC 10.

図2に示すサーバPC10の構成は一例であり、一般的なコンピュータの機能を備えるものであれば良い。   The configuration of the server PC 10 shown in FIG. 2 is an example, and any configuration may be used as long as it has a general computer function.

また、クライアントPC11および開発用PC30のハードウェア構成は、図2に示すサーバPC10のハードウェア構成と同様である。   The hardware configurations of the client PC 11 and the development PC 30 are the same as the hardware configuration of the server PC 10 shown in FIG.

図3は、本実施形態にかかるサーバPC10の機能的構成の一例を示すブロック図である。図3に示すように、サーバPC10は、受付部110と、通信管理部111と、システム構成登録部112と、プログラム生成部113と、プログラム送信部114と、サーバクライアント管理部115と、データ同期部116と、データ取得部117と、バックアップ部118と、スケルトン適用部119と、ソフトウェア更新部120と、監視部121と、記憶部150とを備える。   FIG. 3 is a block diagram showing an example of a functional configuration of the server PC 10 according to the present embodiment. As shown in FIG. 3, the server PC 10 includes a reception unit 110, a communication management unit 111, a system configuration registration unit 112, a program generation unit 113, a program transmission unit 114, a server client management unit 115, and data synchronization. A section 116, a data acquisition section 117, a backup section 118, a skeleton application section 119, a software update section 120, a monitoring section 121, and a storage section 150 are provided.

記憶部150は、例えばHDD103によって構成される。記憶部150は、システム構成データと、ソースファイルと、オブジェクトファイルと、発生データ保存データベース(DB)151とを記憶する。システム構成データと、ソースファイルと、オブジェクトファイルと、発生データ保存データベース(DB)151とは、本実施形態におけるプラント制御に関するデータの一例である。   The storage unit 150 is configured of, for example, the HDD 103. The storage unit 150 stores system configuration data, source files, object files, and a generated data storage database (DB) 151. The system configuration data, the source file, the object file, and the generated data storage database (DB) 151 are examples of data related to plant control in the present embodiment.

システム構成データは、プラント制御システム1に含まれるコントローラ13の構成の定義情報である。システム構成データは、制御対象のプラントごとに異なる。図4は、本実施形態にかかるシステム構成データの内容の一例を示す図である。図4に示す例では、ユニット“00(BU866)”がコントローラ13を示す。図4に示すように、システム構成データは、コントローラ13に含まれるI/Oノード(I/Oインタフェース)等の数および種類の定義を含む。I/Oインタフェースは、プラントを構成する装置との間で入出力を行うためのI/O機器との間で情報の送受信を行うためのインタフェースである。   The system configuration data is definition information of the configuration of the controller 13 included in the plant control system 1. System configuration data differs for each plant to be controlled. FIG. 4 is a view showing an example of the contents of the system configuration data according to the present embodiment. In the example shown in FIG. 4, the unit “00 (BU 866)” indicates the controller 13. As shown in FIG. 4, the system configuration data includes definitions of the number and types of I / O nodes (I / O interfaces) etc. included in the controller 13. The I / O interface is an interface for transmitting and receiving information to and from an I / O device for performing input and output with devices constituting the plant.

プラント制御システム1が複数のコントローラ13を含む場合、システム構成データは、プラント制御システム1に含まれる複数のコントローラ13の定義情報を含む。   When the plant control system 1 includes a plurality of controllers 13, system configuration data includes definition information of the plurality of controllers 13 included in the plant control system 1.

図3に戻り、ソースファイルは、アプリケーションプログラムのソースファイルである。アプリケーションプログラムは、コントローラ13がプラントを制御するためのプログラムである。アプリケーションプログラムは、例えば、JIS B 3503またはIEC(国際電気標準会議) 61131−3の標準規格で、コントローラ用のプログラム言語として規定されている言語により記述されるが、コントローラ13が実行可能なプログラムであれば良い。上述の標準規格に規定された言語は、例えば、LD(ラダー・ダイアグラム)言語、FBD(ファンクション・ブロック・ダイアグラム)言語、SFC(シーケンシャル・ファンクション・チャート)言語、またはST(ストラクチャード・テキスト)言語等である。   Returning to FIG. 3, the source file is a source file of the application program. The application program is a program for the controller 13 to control the plant. The application program is described, for example, in a language defined as a program language for a controller according to the standard of JIS B 3503 or IEC (Introduction to the International Electrotechnical Commission) 61131-3, but is a program that can be executed by the controller 13. It is good if it is. The language defined in the above standard is, for example, LD (Ladder Diagram) language, FBD (Functional Block Diagram) language, SFC (Sequential Function Chart) language, or ST (Structured Text) language etc. It is.

図5は、本実施形態にかかるアプリケーションプログラムの一例を示す図である。図5に示す例では、アプリケーションプログラムはFBD言語で記述されている。   FIG. 5 is a view showing an example of an application program according to the present embodiment. In the example shown in FIG. 5, the application program is described in the FBD language.

図3に戻り、オブジェクトファイルは、アプリケーションプログラムがコンパイルされることにより生成されたファイルである。オブジェクトファイルには、実行形式の制御プログラムが記述される。実行形式の制御プログラムは、例えばバイナリ形式で記述される。また、アプリケーションプログラムが後述のプログラム生成部113によりコンパイルされる際に、上述のシステム構成データが参照される。このため、オブジェクトファイルは、システム構成データの情報も含む。   Returning to FIG. 3, the object file is a file generated by compiling the application program. The object file describes an executable control program. The executable control program is described in, for example, a binary format. Further, when the application program is compiled by a program generation unit 113 described later, the above-described system configuration data is referred to. Therefore, the object file also contains information of system configuration data.

発生データ保存データベース(DB)151は、コントローラ13により取得されたプラント内の各種のセンサの計測値等が格納されるデータベースである。また、発生データ保存データベース(DB)151には、コントローラ13のログ情報等がさらに格納されても良い。本実施形態における発生データは、コントローラ13プラントを制御する処理において発生するデータである。発生データは、例えば、コントローラ13により取得されたプラント内の各種のセンサの計測値や、コントローラ13のログ情報であるが、これらに限定されるものではない。   The generated data storage database (DB) 151 is a database in which measurement values and the like of various sensors in the plant acquired by the controller 13 are stored. Further, log information and the like of the controller 13 may be further stored in the generated data storage database (DB) 151. The generated data in the present embodiment is data generated in the process of controlling the controller 13 plant. The generated data is, for example, measurement values of various sensors in the plant acquired by the controller 13 and log information of the controller 13, but is not limited thereto.

システム構成データと、ソースファイルと、オブジェクトファイルとは、それぞれデータベース形式で保存されても良い。また、記憶部150は、試験データ等、さらに他のデータを保存しても良い。記憶部150に記憶されるデータは、図3に示すサーバPC10の各機能部により生成されたデータであっても良いし、クライアントPC11が生成したデータであっても良い。   The system configuration data, the source file, and the object file may each be stored in a database format. In addition, the storage unit 150 may store other data such as test data. The data stored in the storage unit 150 may be data generated by each functional unit of the server PC 10 shown in FIG. 3 or may be data generated by the client PC 11.

受付部110は、ユーザの入力操作等を受け付ける。サーバPC10のユーザは、プラント制御システム1の管理者等である。受付部110は、受け付けた入力操作の情報を、通信管理部111、システム構成登録部112、プログラム生成部113、プログラム送信部114、データ取得部117、バックアップ部118、スケルトン適用部119等に送出する。   The receiving unit 110 receives an input operation or the like by the user. The user of the server PC 10 is a manager of the plant control system 1 or the like. The reception unit 110 sends the information of the received input operation to the communication management unit 111, the system configuration registration unit 112, the program generation unit 113, the program transmission unit 114, the data acquisition unit 117, the backup unit 118, the skeleton application unit 119 and the like. Do.

通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の接続および切断を制御する。例えば、通信管理部111は、平常時においてはネットワーク4を切断し、特定のタイミングにのみ、ネットワーク4を接続する。特定のタイミングとは、例えば、サーバPC10とクラウドシステム2との間のデータ同期が行われるタイミングや、サーバPC10の記憶部150のデータがクラウドシステム2にバックアップされるタイミング等である。また、特定のタイミングは、ソフトウェアの更新ファイルの確認および当該更新ファイルをダウンロードするタイミングも含む。特定のタイミングは、予めスケジューリングされても良いし、受付部110が受け付けたユーザの操作により指定されても良い。   The communication management unit 111 controls connection and disconnection of the network 4 between the server PC 10 and the cloud system 2. For example, the communication management unit 111 normally disconnects the network 4 and connects the network 4 only at a specific timing. The specific timing is, for example, a timing at which data synchronization is performed between the server PC 10 and the cloud system 2, a timing at which data in the storage unit 150 of the server PC 10 is backed up by the cloud system 2, or the like. The specific timing also includes the confirmation of the software update file and the timing of downloading the update file. The specific timing may be scheduled in advance, or may be designated by the user operation accepted by the accepting unit 110.

また、通信管理部111は、サーバPC10からクラウドシステム2へのデータの送信やアクセス処理が完了すると、ネットワーク4の通信を切断する。   Further, when the transmission of data from the server PC 10 to the cloud system 2 and the access processing are completed, the communication management unit 111 disconnects the communication of the network 4.

システム構成登録部112は、プラント制御システム1のシステム構成データを生成する。例えば、システム構成登録部112は、受付部110が受け付けた、ユーザが入力したシステム構成の情報から、図4に示したシステム構成データを生成する。システム構成登録部112は、生成したシステム構成データを記憶部150に保存する。   The system configuration registration unit 112 generates system configuration data of the plant control system 1. For example, the system configuration registration unit 112 generates the system configuration data illustrated in FIG. 4 from the information of the system configuration input by the user received by the reception unit 110. The system configuration registration unit 112 stores the generated system configuration data in the storage unit 150.

プログラム生成部113は、アプリケーションプログラム(制御プログラム)を生成する。例えば、プログラム生成部113は、受付部110が受け付けたユーザの入力操作に基づいて、図5に示したアプリケーションプログラムを生成する。   The program generation unit 113 generates an application program (control program). For example, the program generation unit 113 generates the application program shown in FIG. 5 based on the user's input operation received by the reception unit 110.

また、プログラム生成部113は、アプリケーションプログラムで使用されるグローバル変数を登録する。例えば、プログラム生成部113は、受付部110が受け付けたユーザの入力操作に基づいて、グローバル変数の値を登録するものとする。グローバル変数は、例えばコントローラ変数、ステーション変数、I/O変数、ネットワーク変数等であるが、これらに限定されるものではない。   Also, the program generation unit 113 registers global variables used in the application program. For example, the program generation unit 113 registers the value of the global variable based on the input operation of the user received by the reception unit 110. Global variables are, for example, controller variables, station variables, I / O variables, network variables, etc., but are not limited thereto.

また、プログラム生成部113は、生成したアプリケーションプログラムをコンパイルして実行形式に変換する。プログラム生成部113は、コンパイルの際、記憶部150に保存されたシステム構成データを参照する。プログラム生成部113は、生成したアプリケーションプログラムを記述したソースファイルと、実行形式の制御プログラムを記述したオブジェクトファイルとを、記憶部150に保存する。   Also, the program generation unit 113 compiles the generated application program and converts it into an executable format. The program generation unit 113 refers to the system configuration data stored in the storage unit 150 at the time of compilation. The program generation unit 113 stores, in the storage unit 150, the source file describing the generated application program and the object file describing the control program of the executable format.

プログラム送信部114は、オブジェクトファイルをコントローラ13に送信する。オブジェクトファイルは、ローカルネットワーク12を経由してコントローラ13に送信され、保存される。   The program transmission unit 114 transmits the object file to the controller 13. The object file is transmitted to the controller 13 via the local network 12 and stored.

監視部121は、コントローラ13の処理の実行状態を監視する。例えば、監視部121は、オブジェクトファイルに記述されたプログラムがコントローラ13で実行された場合に、当該処理の進行状態や、異常の有無をコントローラ13より取得し、表示装置104に表示する。また、監視部121は、コントローラ13が取得した各種のセンサ情報や、ログ等を取得し、発生データ保存データベース151に保存する。   The monitoring unit 121 monitors the execution state of the process of the controller 13. For example, when the program described in the object file is executed by the controller 13, the monitoring unit 121 acquires the progress state of the process and the presence or absence of abnormality from the controller 13 and displays the acquired information on the display device 104. Also, the monitoring unit 121 acquires various sensor information acquired by the controller 13, a log, and the like, and stores the acquired information in the generated data storage database 151.

システム構成登録部112と、プログラム生成部113と、プログラム送信部114と、監視部121とは、エンジニアリングツールにより構成されても良い。エンジニアリングツールは、プラント制御システム1に関するシステム構築、プログラミング、モニタリング、情報収集、監視等を行うソフトウェアである。   The system configuration registration unit 112, the program generation unit 113, the program transmission unit 114, and the monitoring unit 121 may be configured by an engineering tool. The engineering tool is software that performs system construction, programming, monitoring, information collection, monitoring and the like regarding the plant control system 1.

サーバクライアント管理部115は、サーバPC10と、クライアントPC11との間のデータ管理および通信状態の監視をする。例えば、サーバクライアント管理部115は、サーバPC10とクライアントPC11との間でデータを同期する。具体的には、サーバクライアント管理部115は、サーバPC10に保存されたデータと、クライアントPC11に保存されたデータとを比較し、クライアントPC11側で更新されたファイル等を、サーバPC10にコピーする。また、サーバクライアント管理部115は、サーバPC10と、クライアントPC11との間でデータの送受信が失敗したことを検出した場合、当該データを再送信する。   The server client management unit 115 manages data management and communication status between the server PC 10 and the client PC 11. For example, the server client management unit 115 synchronizes data between the server PC 10 and the client PC 11. Specifically, the server client management unit 115 compares the data stored in the server PC 10 with the data stored in the client PC 11, and copies the file updated on the client PC 11 side to the server PC 10. In addition, when detecting that transmission and reception of data between the server PC 10 and the client PC 11 has failed, the server client management unit 115 retransmits the data.

データ同期部116は、サーバPC10と、クラウドシステム2との間で、定期的にデータの同期をする。具体的には、データ同期部116は、サーバPC10の記憶部150に保存されたシステム構成データ、ソースファイル、およびオブジェクトファイルと、クラウドシステム2に記憶されたシステム構成データ、ソースファイル、およびオブジェクトファイルとを比較する。データ同期部116は、サーバPC10に保存されたデータの更新日時の方が、クラウドシステム2に保存されたデータよりも新しい場合、サーバPC10に保存された当該データを、クラウドシステム2に送信する。また、サーバPC10側で新規に生成されたソースファイル等のデータがある場合、データ同期部116は、当該新規なデータをクラウドシステム2に送信する。また、データ同期部116は、発生データ保存データベース151に保存されたデータを、クラウドシステム2に同期しても良い。   The data synchronization unit 116 periodically synchronizes data between the server PC 10 and the cloud system 2. Specifically, the data synchronization unit 116 includes the system configuration data, the source file, and the object file stored in the storage unit 150 of the server PC 10, and the system configuration data, the source file, and the object file stored in the cloud system 2. Compare with. When the update date and time of the data stored in the server PC 10 is newer than the data stored in the cloud system 2, the data synchronization unit 116 transmits the data stored in the server PC 10 to the cloud system 2. In addition, when there is data such as a source file newly generated on the server PC 10 side, the data synchronization unit 116 transmits the new data to the cloud system 2. Further, the data synchronization unit 116 may synchronize the data stored in the generated data storage database 151 with the cloud system 2.

データ同期部116が同期をする対象は、サーバPC10の記憶部150に保存された全てのデータであっても良いし、予め指定された特定のデータであっても良い。   The target to be synchronized by the data synchronization unit 116 may be all data stored in the storage unit 150 of the server PC 10 or specific data specified in advance.

また、データ同期部116は、クラウドシステム2へのデータ送信が完了すると、通信管理部111にデータ送信の完了を通知する。   Further, when the data transmission to the cloud system 2 is completed, the data synchronization unit 116 notifies the communication management unit 111 that the data transmission is completed.

データ取得部117は、クラウドシステム2に保存されたデータを、サーバPC10にダウンロードする。例えば、開発用PC30からクラウドシステム2にデータが格納されたことにより、クラウドシステム2に保存されたデータがサーバPC10の記憶部150に保存されたデータよりも新しい場合がある。当該データのダウンロードを指示するユーザの入力操作を受付部110が受け付けた場合に、データ取得部117は、ユーザに指定されたデータをクラウドシステム2から取得する。   The data acquisition unit 117 downloads the data stored in the cloud system 2 to the server PC 10. For example, when data is stored in the cloud system 2 from the development PC 30, the data stored in the cloud system 2 may be newer than the data stored in the storage unit 150 of the server PC 10. When the reception unit 110 receives an input operation of the user instructing to download the data, the data acquisition unit 117 acquires the data designated by the user from the cloud system 2.

データ取得部117は、クラウドシステム2からのデータのダウンロードが完了すると、通信管理部111にダウンロードの完了を通知する。   When the download of data from the cloud system 2 is completed, the data acquisition unit 117 notifies the communication management unit 111 of the completion of the download.

バックアップ部118は、記憶部150に記憶されたシステム構成データ、ソースファイル、オブジェクトファイル、発生データ保存データベース151等のデータから、リストア可能な形式のバックアップデータを生成する。バックアップの手法は完全バックアップでも良いし、前回のバックアップデータ生成以降の更新内容をバックアップする差分バックアップでも良い。また、バックアップデータの形式は、特に限定されるものではなく、バックアップ対象のデータを圧縮した定義ファイルであっても良いし、単にバックアップ対象のデータをコピーしたものであっても良い。   The backup unit 118 generates backup data of a recoverable format from data such as system configuration data, source files, object files, and the generated data storage database 151 stored in the storage unit 150. The backup method may be a full backup, or a differential backup that backs up the updated contents after the previous backup data generation. Further, the format of the backup data is not particularly limited, and may be a definition file obtained by compressing data to be backed up, or may simply copy data to be backed up.

また、バックアップデータの生成単位は、例えばデータベースやディレクトリ、ファイルごとの単位であっても良いし、記憶部150に保存されたデータ全体のバックアップデータを生成しても良い。   The unit of generation of backup data may be, for example, a unit of database, directory, or file, or may generate backup data of the entire data stored in the storage unit 150.

バックアップ部118は、生成したバックアップデータを、定期的にクラウドシステム2に送信する。バックアップ部118のバックアップデータの作成および送信タイミングは、ユーザによりスケジューリングされるものとする。バックアップデータの作成および送信タイミングの設定は、例えば記憶部150に保存されても良い。   The backup unit 118 periodically transmits the generated backup data to the cloud system 2. The creation and transmission timing of backup data of the backup unit 118 are scheduled by the user. The creation of backup data and the setting of transmission timing may be stored in the storage unit 150, for example.

バックアップ部118は、クラウドシステム2へのバックアップデータの送信が完了すると、通信管理部111にバックアップデータ送信の完了を通知する。   When the transmission of backup data to the cloud system 2 is completed, the backup unit 118 notifies the communication management unit 111 of the completion of backup data transmission.

また、バックアップ部118は、バックアップデータのリストアを指示するユーザの入力操作を受付部110が受け付けた場合に、クラウドシステム2に対して、ユーザに指定されたリストア対象のバックアップデータの送信を要求する。バックアップ部118は、クラウドシステム2から取得したバックアップデータをサーバPC10にリストアし、記憶部150に保存されたデータ等を復元する。   Further, the backup unit 118 requests the cloud system 2 to transmit the backup data designated for restoration by the user when the reception unit 110 accepts an input operation of the user instructing to restore the backup data. . The backup unit 118 restores backup data acquired from the cloud system 2 in the server PC 10, and restores data etc. stored in the storage unit 150.

また、バックアップ部118は、リストア対象のバックアップデータの送信要求をする前に、通信管理部111にネットワーク4の通信の接続を指示する。また、バックアップ部118は、クラウドシステム2からのバックアップデータの取得が完了すると、通信管理部111にバックアップデータの取得の完了を通知する。   In addition, the backup unit 118 instructs the communication management unit 111 to establish communication connection of the network 4 before making a transmission request for backup data to be restored. Also, when the acquisition of backup data from the cloud system 2 is completed, the backup unit 118 notifies the communication management unit 111 that the acquisition of backup data is completed.

また、バックアップ部118は、プラント制御システム1内のクライアントPC11等や外部記憶媒体にデータをバックアップする機能をさらに備えても良い。   The backup unit 118 may further include a function of backing up data in the client PC 11 or the like in the plant control system 1 or an external storage medium.

スケルトン適用部119は、クラウドシステム2から分野別スケルトン情報を取得し、取得した分野別スケルトン情報を変更または保存する。   The skeleton application unit 119 acquires area category skeleton information from the cloud system 2, and changes or stores the acquired area category skeleton information.

分野別スケルトン情報は、プラントの分野別に予め作成されたシステム構成データと、アプリケーションプログラムとを含む情報である。上述のように、システム構成データに登録されるシステム構成の内容は、制御対象のプラントごとに異なる。しかしながら、同一の分野に属するプラントでは、システム構成や、用いられるアプリケーションプログラムが共通する場合がある。   The category-based skeleton information is information including system configuration data created in advance for each category of plant and an application program. As described above, the contents of the system configuration registered in the system configuration data differ depending on the plant to be controlled. However, in plants belonging to the same field, the system configuration and the application program to be used may be common.

本実施形態における分野は、産業分野であり、具体的には鉄鋼産業、一般産業、社会インフラ産業等に分類される。また、一般産業や社会インフラ産業はさらに詳細な分野に分類されても良い。例えば、一般産業はさらに、石油化学プラント、紙パルププラント等に分類され得る。また、社会インフラ産業は、上水道プラント、下水道プラント等に分類され得る。   The field in this embodiment is an industrial field, and is specifically classified into the steel industry, general industry, social infrastructure industry, and the like. In addition, general industry and social infrastructure industry may be classified into more detailed fields. For example, the general industry can be further classified into petrochemical plants, pulp and paper plants and the like. In addition, social infrastructure industry can be classified into water supply plant, sewer plant and so on.

分野別スケルトン情報に含まれるシステム構成データおよびアプリケーションプログラムは、プラント制御システム1にそのまま適用可能であっても良いし、カスタマイズを前提とした基本プログラム等であっても良い。また、後述するクラウドシステム2には、各分野別に、複数種類のスケルトン情報が保存され、オプションとして選択可能であっても良い。   The system configuration data and application programs included in the category-based skeleton information may be applicable as they are to the plant control system 1, or may be a basic program or the like on the premise of customization. In addition, in the cloud system 2 described later, plural types of skeleton information may be stored for each field, and may be selectable as an option.

例えば、各プラントの制御で用いられる初期化の処理をするためのアプリケーションプログラムは、同一の分野のプラントであれば、共通で使用可能である場合がある。スケルトン適用部119は、このようなアプリケーションプログラムと、当該プログラムを動作させる標準的なシステム構成を登録したシステム構成データとを含む分野別スケルトン情報をクラウドシステム2からダウンロードする。このため、スケルトン適用部119は、システムエンジニア等の作業負荷を削減することができる。   For example, application programs for processing initialization used in control of each plant may be commonly usable if they are plants in the same field. The skeleton application unit 119 downloads, from the cloud system 2, category-based skeleton information including such an application program and system configuration data in which a standard system configuration for operating the program is registered. Therefore, the skeleton application unit 119 can reduce the workload of a system engineer or the like.

例えば、スケルトン適用部119は、ユーザから分野別スケルトン情報の照会を要求する操作を受け付けたことを受付部110から通知される。この場合、スケルトン適用部119は、クラウドシステム2に対して分野別スケルトン情報の一覧の照会要求をし、照会結果を表示装置104等に表示し、適用する分野別スケルトン情報をユーザが個別に選択可能にしても良い。当該構成を採用する場合、スケルトン適用部119は、ユーザの選択に応じてクラウドシステム2から分野別スケルトン情報に含まれるシステム構成データまたはアプリケーションプログラムをダウンロードする。   For example, the skeleton application unit 119 is notified by the reception unit 110 that the operation for requesting the inquiry of the category-based skeleton information is received from the user. In this case, the skeleton application unit 119 requests the cloud system 2 to inquire the list of the category-based skeleton information, displays the query result on the display device 104 or the like, and the user individually selects category-based skeleton information to be applied. It may be possible. When the configuration is adopted, the skeleton application unit 119 downloads the system configuration data or the application program included in the category-based skeleton information from the cloud system 2 according to the user's selection.

スケルトン適用部119は、ダウンロードした分野別スケルトン情報を、記憶部150に保存する。また、スケルトン適用部119は、ダウンロードした分野別スケルトン情報を、表示装置104等に表示し、ユーザが分野別スケルトン情報を変更可能な画面を提供しても良い。この場合、スケルトン適用部119は、ユーザの操作に応じて分野別スケルトン情報を変更する。そして、スケルトン適用部119は、変更後の分野別スケルトン情報を、記憶部150に保存する。   The skeleton application unit 119 stores the downloaded field-by-field skeleton information in the storage unit 150. In addition, the skeleton application unit 119 may display the downloaded category-by-field skeleton information on the display device 104 or the like, and provide a screen on which the user can change the category-by-field skeleton information. In this case, the skeleton application unit 119 changes the category-based skeleton information according to the user's operation. Then, the skeleton application unit 119 stores the field-by-field skeleton information after the change in the storage unit 150.

また、スケルトン適用部119は、クラウドシステム2からの分野別スケルトン情報のダウンロードが完了すると、通信管理部111にダウンロードの完了を通知する。   Further, when the downloading of the category-based skeleton information from the cloud system 2 is completed, the skeleton applying unit 119 notifies the communication managing unit 111 of the completion of the download.

ソフトウェア更新部120は、サーバPC10にインストールされたソフトウェアを更新する。具体的には、ソフトウェア更新部120は、例えば、予めスケジューリングされた特定のタイミングで、更新ファイルの存在の確認をするためにクラウドシステム2にアクセスする。また、ソフトウェア更新部120は、クラウドシステム2から更新ファイルをダウンロードする。   The software update unit 120 updates the software installed in the server PC 10. Specifically, the software update unit 120 accesses the cloud system 2 in order to confirm the presence of the update file, for example, at a specific timing scheduled in advance. Also, the software update unit 120 downloads an update file from the cloud system 2.

更新ファイルは、ソフトウェアの機能追加または変更の定義情報と、当該機能追加または変更を実行する更新プログラムとを含む。   The update file includes definition information of function addition or change of software and an update program for executing the function addition or change.

ソフトウェア更新部120は、ダウンロードした更新ファイルに含まれる更新プログラムを実行して、ソフトウェアの機能追加または変更を行う。   The software update unit 120 executes the update program included in the downloaded update file to add or change the function of the software.

例えば、ソフトウェアの一例として、サーバPC10にインストールされたエンジニアリングツールがある。ソフトウェア更新部120は、エンジニアリングツールのバージョンアップをするためのバージョンアップファイル(更新ファイル)がクラウドシステム2に保存されているか否かを確認する。クラウドシステム2にバージョンアップファイルが存在する場合、ソフトウェア更新部120は、バージョンアップファイルをダウンロードし、バージョンアップを実行する。更新対象のソフトウェアはエンジニアリングツールに限定されるものではない。   For example, as an example of software, there is an engineering tool installed on the server PC 10. The software update unit 120 confirms whether a version upgrade file (update file) for upgrading the version of the engineering tool is stored in the cloud system 2 or not. If there is a version upgrade file in the cloud system 2, the software update unit 120 downloads the version upgrade file and executes the version upgrade. The software to be updated is not limited to the engineering tool.

また、ソフトウェア更新部120は、更新ファイルのダウンロードおよび適用が完了したことを通知する信号を、クラウドシステム2に送信しても良い。   Also, the software update unit 120 may transmit a signal notifying that the download and application of the update file have been completed, to the cloud system 2.

また、サーバPC10のソフトウェア更新部120は、プラント制御システム1の各クライアントPC11が、それぞれ更新ファイルのダウンロードおよび適用が完了した場合に、完了通知を受けるものとしても良い。当該構成を採用した場合、ソフトウェア更新部120は、プラント制御システム1内のサーバPC10およびクライアントPC11にインストールされたソフトウェアのバージョンを一元管理することができる。   In addition, the software update unit 120 of the server PC 10 may receive a completion notification when each client PC 11 of the plant control system 1 completes the download and application of the update file. When the configuration is adopted, the software update unit 120 can centrally manage the versions of software installed in the server PC 10 and the client PC 11 in the plant control system 1.

また、ソフトウェア更新部120は、クラウドシステム2への更新ファイルの有無の確認ためのアクセスが完了し、更新ファイルが存在しない場合は、通信管理部111にアクセスの完了を通知する。また、ソフトウェア更新部120は、更新ファイルが存在した場合は、当該更新ファイルの適用完了後に、通信管理部111に更新処理の完了を通知する。あるいは、ソフトウェア更新部120は、更新ファイルのダウンロードが完了した時点で、通信管理部111にダウンロード完了を通知しても良い。   Further, the software update unit 120 completes access to the cloud system 2 for checking the presence or absence of the update file, and notifies the communication management unit 111 that the access has been completed if the update file does not exist. Also, if there is an update file, the software update unit 120 notifies the communication management unit 111 that the update process is completed after the application of the update file is completed. Alternatively, the software update unit 120 may notify the communication management unit 111 that the download has been completed when the download of the update file is completed.

図3に示すサーバPC10の機能的構成は一例であり、サーバPC10はその他の機能を備えても良い。   The functional configuration of the server PC 10 shown in FIG. 3 is an example, and the server PC 10 may have other functions.

また、クライアントPC11は、図3に示すサーバPC10と同様の機能を備えるものとしても良いし、サーバPC10の機能の一部のみを備えるものとしても良い。例えば、クライアントPC11は、受付部と、通信管理部と、システム構成登録部と、プログラム生成部と、プログラム送信部と、データ同期部と、データ取得部と、バックアップ部と、スケルトン適用部と、ソフトウェア更新部と、監視部と、記憶部とを備えるものとしても良い。   The client PC 11 may have the same function as the server PC 10 shown in FIG. 3 or may have only a part of the function of the server PC 10. For example, the client PC 11 includes a reception unit, a communication management unit, a system configuration registration unit, a program generation unit, a program transmission unit, a data synchronization unit, a data acquisition unit, a backup unit, and a skeleton application unit. A software update unit, a monitoring unit, and a storage unit may be provided.

また、クライアントPC11のソフトウェア更新部は、サーバPC10のソフトウェア更新部120と同様の機能を備えた上で、更新ファイルのダウンロードおよび適用が完了した場合に、サーバPC10に対して完了通知を送信する構成を採用しても良い。   In addition, the software update unit of the client PC 11 has a function similar to that of the software update unit 120 of the server PC 10, and transmits a completion notification to the server PC 10 when the download and application of the update file are completed. May be adopted.

また、コントローラ13にダウンロードされるオブジェクトファイルはサーバPC10の記憶部150に保存され、クライアントPC11の記憶部には各クライアントPC11で生成されたデータが一時的に保存される等、役割を分けても良い。   Also, even if the object file downloaded to the controller 13 is stored in the storage unit 150 of the server PC 10, the storage unit of the client PC 11 temporarily stores data generated by each client PC 11, and so on. good.

また、開発用PC30は、サーバPC10と同様の機能を備える。具体的には、サーバPC10は、受付部と、通信管理部と、システム構成登録部と、プログラム生成部と、プログラム送信部と、データ同期部と、データ取得部と、バックアップ部と、スケルトン適用部と、ソフトウェア更新部と、監視部と、記憶部とを備える。また、開発環境3がクライアントサーバモデルで構成されている場合、開発用PC30は、サーバクライアント管理部を備える。   The development PC 30 also has the same function as the server PC 10. Specifically, the server PC 10 includes a reception unit, a communication management unit, a system configuration registration unit, a program generation unit, a program transmission unit, a data synchronization unit, a data acquisition unit, a backup unit, and a skeleton application. And a software update unit, a monitoring unit, and a storage unit. In addition, when the development environment 3 is configured by a client server model, the development PC 30 includes a server client management unit.

例えば、開発用PC30のデータ同期部は、開発用PC30の記憶部からクラウドシステム2にデータを同期する。データ管理システムSが複数の開発環境3を含む場合、複数の開発用PC30でそれぞれ更新されたデータが、各開発用PC30のデータ同期部により、クラウドシステム2に同期される。このため、システムエンジニアは、データを記憶媒体等に保存して持ち歩くことなく、複数拠点で最新のデータを共有することができる。これにより、システムエンジニアは、データの保管場所を意識することなく、最新のデータを利用することができ、最新データ管理の省力化、および誤ったデータを使用する可能性の低減をすることができる。   For example, the data synchronization unit of the development PC 30 synchronizes data from the storage unit of the development PC 30 to the cloud system 2. When the data management system S includes a plurality of development environments 3, data updated by each of the plurality of development PCs 30 is synchronized with the cloud system 2 by the data synchronization unit of each of the development PCs 30. Therefore, the system engineer can share the latest data at a plurality of sites without storing and carrying the data in a storage medium or the like. As a result, the system engineer can use the latest data without being aware of the storage location of the data, can save labor of the latest data management, and reduce the possibility of using erroneous data. .

また、開発用PC30の記憶部からクラウドシステム2に同期されたデータを、サーバPC10のデータ取得部117またはクライアントPC11のデータ取得部がダウンロードすることが可能である。具体的には、開発環境3の開発用PC30が生成した登録データ、アプリケーションプログラム、試験データ等を、サーバPC10のデータ取得部117またはクライアントPC11のデータ取得部が取得することができる。このため、開発環境3で生成されたアプリケーションプログラム等をプラント制御システム1内で稼働するシステム試験において、システムエンジニアはアプリケーションプログラム等を、記憶媒体等に保存して移動することなく、サーバPC10に取り込むことができる。このため、開発会社のシステムエンジニアが顧客のプラント制御システム1で作業をする際も、大容量のファイルを持ち運ぶことなく、自社で作成した情報に基づいて現地での確認をすることができる。   The data acquisition unit 117 of the server PC 10 or the data acquisition unit of the client PC 11 can download data synchronized with the cloud system 2 from the storage unit of the development PC 30. Specifically, the data acquisition unit 117 of the server PC 10 or the data acquisition unit of the client PC 11 can acquire registration data, application programs, test data and the like generated by the development PC 30 of the development environment 3. Therefore, in a system test in which an application program or the like generated in the development environment 3 is operated in the plant control system 1, the system engineer takes the application program or the like into the server PC 10 without storing it in a storage medium or the like. be able to. Therefore, even when a system engineer at a development company works with the customer's plant control system 1, confirmation can be made locally based on information created in-house, without carrying a large-capacity file.

次に、コントローラ13について詳細を説明する。コントローラ13は、CPU、RAM(Random Access Memory)、FROM(Flash Read Only Memory)等の、通常のプログラマブルコントローラのハードウェア構成を備える。また、コントローラ13は、サーバPC10またはクライアントPC11との間で情報の送受信をするためのツールインタフェースと、プラントを構成する装置との間で入出力を行うためのI/O機器との間で情報の送受信を行うためのI/Oインタフェースと、を備える。   Next, the controller 13 will be described in detail. The controller 13 has a hardware configuration of a normal programmable controller such as a CPU, a random access memory (RAM), and a flash read only memory (FROM). Further, the controller 13 performs information between a tool interface for transmitting and receiving information to and from the server PC 10 or the client PC 11 and an I / O device for performing input and output between devices constituting the plant. And an I / O interface for performing transmission and reception of

図6は、本実施形態にかかるコントローラ13の機能的構成の一例を示す図である。図6に示すように、コントローラ13は、標準処理部130と、記憶部135とを備える。   FIG. 6 is a diagram showing an example of a functional configuration of the controller 13 according to the present embodiment. As shown in FIG. 6, the controller 13 includes a standard processing unit 130 and a storage unit 135.

記憶部135は、例えばRAMにより構成される。記憶部135は、サーバPC10またはクライアントPC11から送信されたオブジェクトファイルに含まれるオブジェクト情報136を保存する。記憶部135では、オブジェクト情報136は、データと、プログラムのコードとに分かれて保存される。   The storage unit 135 is configured by, for example, a RAM. The storage unit 135 stores the object information 136 included in the object file transmitted from the server PC 10 or the client PC 11. In the storage unit 135, the object information 136 is divided and stored into data and a code of a program.

図6に示すように、標準処理部130は、オブジェクトロード部131と、プログラム実行処理部132と、信号入出力部133と、を備える。   As shown in FIG. 6, the standard processing unit 130 includes an object loading unit 131, a program execution processing unit 132, and a signal input / output unit 133.

オブジェクトロード部131は、サーバPC10またはクライアントPC11からローカルネットワーク12を経由して送信されたオブジェクトファイルを受信する。また、オブジェクトロード部131は、オブジェクトファイルに記述された実行形式のプログラムを、データとコードに分割し、オブジェクト情報136として記憶部135に保存する。   The object loading unit 131 receives an object file transmitted from the server PC 10 or the client PC 11 via the local network 12. In addition, the object loading unit 131 divides the program of the executable format described in the object file into data and code, and stores the data in the storage unit 135 as object information 136.

プログラム実行処理部132は、記憶部135に保存されたオブジェクト情報136を読み出し、制御プラグラムを実行する。また、プログラム実行処理部132は、信号入出力部133が受信したプロセス信号等により、制御対象のプラントを構成する各種の装置およびセンサからフィードバックを受ける。プログラム実行処理部132は、当該フィードバックに基づいて、制御プラグラムのパラメータを設定する等の制御を行う。また、プログラム実行処理部132は、制御プラグラムの実行状態をサーバPC10またはクライアントPC11に送信する。   The program execution processing unit 132 reads the object information 136 stored in the storage unit 135 and executes a control program. The program execution processing unit 132 also receives feedback from various devices and sensors that constitute the plant to be controlled, based on the process signal and the like received by the signal input / output unit 133. The program execution processing unit 132 performs control such as setting parameters of the control program based on the feedback. Further, the program execution processing unit 132 transmits the execution state of the control program to the server PC 10 or the client PC 11.

信号入出力部133は、制御対象のプラントを構成する各種の装置およびセンサから送信されたプロセス信号等を受信する。また、信号入出力部133は、入力した信号を、プログラム実行処理部132に送出する。また、信号入出力部133は、制御対象のプラントから取得した各種の信号を、記憶部135に保存する。また、信号入出力部133は、制御対象のプラントから取得した各種の信号を、サーバPC10またはクライアントPC11に送信する。   The signal input / output unit 133 receives process signals and the like transmitted from various devices and sensors that constitute a plant to be controlled. Also, the signal input / output unit 133 sends the input signal to the program execution processing unit 132. Further, the signal input / output unit 133 stores various signals acquired from the plant to be controlled in the storage unit 135. Further, the signal input / output unit 133 transmits various signals acquired from the plant to be controlled to the server PC 10 or the client PC 11.

次に、クラウドシステム2について詳細を説明する。クラウドシステム2は、クラウドコンピューティングの技術により、1または複数のサーバ装置等によって構成される。また、クラウドシステム2の環境を提供する事業者と、クラウドシステム2が備える各種の機能を提供する事業者とは、異なる事業者であっても良い。   Next, the cloud system 2 will be described in detail. The cloud system 2 is configured by one or more server devices or the like by the cloud computing technology. Further, the business entity that provides the environment of the cloud system 2 and the business entity that provides various functions of the cloud system 2 may be different business entities.

図7は、本実施形態にかかるクラウドシステム2の機能的構成の一例を示す図である。図7に示すように、クラウドシステム2は、取得部210と、データ管理部211と、バックアップデータ管理部212と、スケルトン情報管理部213と、記憶部250とを備える。図7に示す各機能部は、例えば、クラウドシステム2の仮想マシン(Virtual Machine、VM)が備える機能として構成される。   FIG. 7 is a diagram showing an example of a functional configuration of the cloud system 2 according to the present embodiment. As shown in FIG. 7, the cloud system 2 includes an acquisition unit 210, a data management unit 211, a backup data management unit 212, a skeleton information management unit 213, and a storage unit 250. Each functional unit illustrated in FIG. 7 is configured as, for example, a function included in a virtual machine (VM) of the cloud system 2.

記憶部250は、システム構成データと、ソースファイルと、オブジェクトファイルと、更新ファイルと、バックアップデータ251と、分野別スケルトン情報252とを備える。   The storage unit 250 includes system configuration data, a source file, an object file, an update file, backup data 251, and category-based skeleton information 252.

記憶部250に記憶される情報は全て、ユーザまたはユーザグループごとに分けて保存される。例えば、クラウドシステム2が1つの企業向けに提供するクラウドサービスにおいて、同一のユーザグループに属する当該企業の社員であるユーザは、データを共有可能である。また、当該ユーザグループに属していないユーザからは、当該企業の社員であるユーザが記憶部250に保存したデータを照会することはできない。   All the information stored in the storage unit 250 is stored separately for each user or user group. For example, in a cloud service provided by the cloud system 2 for one company, users who are employees of the company belonging to the same user group can share data. In addition, a user who is an employee of the company can not inquire data stored in the storage unit 250 from a user who does not belong to the user group.

システム構成データと、ソースファイルと、オブジェクトファイルとは、サーバPC10、クライアントPC11または開発用PC30から同期されたデータである。記憶部250は、サーバPC10、クライアントPC11または開発用PC30から送信された最新のシステム構成データと、ソースファイルと、オブジェクトファイルとを記憶する。また、記憶部250は、後述のデータ管理部211によりバージョン管理された過去のシステム構成データと、ソースファイルと、オブジェクトファイルとを、記憶する。   The system configuration data, the source file, and the object file are data synchronized from the server PC 10, the client PC 11, or the development PC 30. The storage unit 250 stores the latest system configuration data transmitted from the server PC 10, the client PC 11, or the development PC 30, a source file, and an object file. Further, the storage unit 250 stores the past system configuration data version-controlled by the data management unit 211 described later, the source file, and the object file.

更新ファイルは、サーバPC10またはクライアントPC11で使用されるソフトウェアの機能追加または変更の定義情報と、当該機能追加または変更を実行する更新プログラムとを含むファイルである。例えば、更新ファイルは、サーバPC10またはクライアントPC11にインストールされたエンジニアリングツールのバージョンアップをするためのバージョンアップファイルである。または、更新ファイルは、その他のソフトウェアを更新するためのファイルであっても良い。更新ファイルは、例えば、更新対象のソフトウェアのベンダー等により作成される。更新ファイルは、クラウドシステム2の機能を提供する事業者等により、記憶部250に格納される。   The update file is a file including definition information of function addition or change of software used in the server PC 10 or the client PC 11, and an update program for executing the function addition or change. For example, the update file is a version upgrade file for upgrading the version of the engineering tool installed on the server PC 10 or the client PC 11. Alternatively, the update file may be a file for updating other software. The update file is created, for example, by the vendor of the software to be updated. The update file is stored in the storage unit 250 by a provider who provides the function of the cloud system 2 or the like.

バックアップデータ251は、サーバPC10、クライアントPC11または開発用PC30から送信されたバックアップデータである。記憶部250は、サーバPC10、クライアントPC11または開発用PC30から送信された最新のバックアップデータを記憶する。また、記憶部250は、後述のバックアップデータ管理部212によりバージョン管理された過去のバックアップデータを記憶する。   The backup data 251 is backup data transmitted from the server PC 10, the client PC 11, or the development PC 30. The storage unit 250 stores the latest backup data transmitted from the server PC 10, the client PC 11, or the development PC 30. Further, the storage unit 250 stores past backup data version-controlled by the backup data management unit 212 described later.

分野別スケルトン情報252は、上述したように、プラントの分野別に予め作成されたシステム構成データと、アプリケーションプログラムとを含む情報である。   As described above, the category-based skeleton information 252 is information including system configuration data created in advance for each category of plant and an application program.

取得部210は、サーバPC10、クライアントPC11または開発用PC30から送信されたデータを取得する。具体的には、取得部210は、サーバPC10、クライアントPC11または開発用PC30から同期されたシステム構成データ、ソースファイル、オブジェクトファイルを取得する。また、取得部210は、サーバPC10、クライアントPC11または開発用PC30から送信されたバックアップデータ251を取得する。取得部210は、取得したシステム構成データ、ソースファイル、オブジェクトファイルをデータ管理部211に送出する。また、取得部210は、取得したバックアップデータ251をバックアップデータ管理部212に送出する。   The acquisition unit 210 acquires data transmitted from the server PC 10, the client PC 11, or the development PC 30. Specifically, the acquisition unit 210 acquires synchronized system configuration data, source files, and object files from the server PC 10, the client PC 11, or the development PC 30. The acquisition unit 210 also acquires backup data 251 transmitted from the server PC 10, the client PC 11, or the development PC 30. The acquisition unit 210 sends the acquired system configuration data, source file, and object file to the data management unit 211. Further, the acquisition unit 210 sends the acquired backup data 251 to the backup data management unit 212.

データ管理部211は、サーバPC10、クライアントPC11または開発用PC30から同期したデータのバージョン管理を行う。例えば、データ管理部211は、取得部210が取得した最新のデータのファイル名等から、当該データが記憶部250に既に保存されているか否かを判断する。当該データが記憶部250に既に保存されている場合、データ管理部211は、既に保存されているデータのうち最も新しいバージョンの次のバージョンを、最新のデータに設定する。また、当該データが新規に作成されたデータである場合は、データ管理部211は、当該データを初期バージョンとしてバージョンを設定する。バージョンは、例えば“1”から開始する数値で示されても良いし、“A”,“B”のように記号で示されても良い。   The data management unit 211 performs version management of synchronized data from the server PC 10, the client PC 11, or the development PC 30. For example, the data management unit 211 determines whether the data is already stored in the storage unit 250 based on the file name of the latest data acquired by the acquisition unit 210 and the like. If the data is already stored in the storage unit 250, the data management unit 211 sets the next version of the latest version of the data already stored to the latest data. If the data is newly created data, the data management unit 211 sets the version as the initial version of the data. For example, the version may be indicated by a numerical value starting from "1", or may be indicated by a symbol such as "A" or "B".

データ管理部211は、設定したバージョンと、同期したデータとを対応付けて、記憶部250に保存する。データ管理部211は、例えば、バージョンを示す数値と、当該バージョンに対応するデータのファイル名とをデータベースに登録して、各データのバージョン情報を記憶部250に保存しても良い。   The data management unit 211 stores the set version and the synchronized data in the storage unit 250 in association with each other. The data management unit 211 may store, for example, a numerical value indicating a version and a file name of data corresponding to the version in a database, and store version information of each data in the storage unit 250.

バックアップデータ管理部212は、サーバPC10、クライアントPC11または開発用PC30から送信されたバックアップデータ251を、記憶部250に保存する。   The backup data management unit 212 stores the backup data 251 transmitted from the server PC 10, the client PC 11 or the development PC 30 in the storage unit 250.

また、バックアップデータ管理部212は、バックアップデータ251を保存する際に、バージョンを設定する。例えば、バックアップデータ管理部212は、バックアップデータ251のファイル名等から、当該バックアップデータ251が記憶部250に既に保存されているか否かを判断する。当該バックアップデータ251が記憶部250に既に保存されている場合、バックアップデータ管理部212は、既に保存されているバックアップデータ251のうち最も新しいバージョンの次のバージョンを、最新のバックアップデータ251に設定する。また、バックアップ対象のデータベースが新規に生成された場合等、当該バックアップデータ251に対応する過去のバックアップデータ251がないことがある。このような場合、バックアップデータ管理部212は、当該バックアップデータ251を初期バージョンとして、バージョンを設定する。   The backup data management unit 212 also sets a version when the backup data 251 is stored. For example, the backup data management unit 212 determines whether the backup data 251 is already stored in the storage unit 250 from the file name of the backup data 251 or the like. When the backup data 251 is already stored in the storage unit 250, the backup data management unit 212 sets the next version of the latest version of the backup data 251 already stored as the latest backup data 251. . In addition, when a database to be backed up is newly generated, there may be no past backup data 251 corresponding to the backup data 251. In such a case, the backup data management unit 212 sets the backup data 251 as an initial version and sets a version.

バックアップデータ管理部212は、例えば、バージョンを示す数値と、当該バージョンに対応するバックアップデータ251のファイル名とをデータベースに登録して、各データのバージョン情報を記憶部250に保存しても良い。   The backup data management unit 212 may store, for example, the numerical value indicating the version and the file name of the backup data 251 corresponding to the version in the database, and store the version information of each data in the storage unit 250.

また、バックアップデータ管理部212は、サーバPC10、クライアントPC11または開発用PC30からリストア対象のバックアップデータの送信を要求された場合、当該要求に対応するバックアップデータ251を、サーバPC10等に送信する。例えば、バックアップデータ管理部212は、対象のバックアップデータ251のファイル名と、バージョンとを指定された場合、指定されたバックアップデータ251を記憶部250から抽出し、サーバPC10等に送信する。   When the backup data management unit 212 is requested to transmit backup data to be restored from the server PC 10, the client PC 11, or the development PC 30, the backup data management unit 212 transmits the backup data 251 corresponding to the request to the server PC 10 or the like. For example, when the file name and the version of the target backup data 251 are specified, the backup data management unit 212 extracts the specified backup data 251 from the storage unit 250 and transmits it to the server PC 10 or the like.

スケルトン情報管理部213は、分野別スケルトン情報252の新規登録およびバージョン管理を行う。例えば、関連する法制度の変更等に対応するために分野別スケルトン情報252に含まれる一部のアプリケーションプログラムの処理内容を変更することが求められる場合がある。このような場合、スケルトン情報管理部213は、クラウドシステム2の機能を提供する事業者等から入力された分野別スケルトン情報252の変更命令に基づき、分野別スケルトン情報252の変更をする。クラウドシステム2が変更後の分野別スケルトン情報252を提供することにより、プラント制御システム1の管理者やシステムエンジニア等のユーザが、当該変更への対応漏れをすることを低減することができる。   The skeleton information management unit 213 performs new registration and version management of the category-based skeleton information 252. For example, it may be required to change the processing content of some application programs included in the category-based skeleton information 252 in order to cope with a change in the related legal system. In such a case, the skeleton information management unit 213 changes the category-based skeleton information 252 based on the change instruction of the category-based skeleton information 252 input from the enterprise or the like that provides the function of the cloud system 2. By providing the category-based skeleton information 252 after the cloud system 2 has changed, it is possible to reduce the possibility that the administrator of the plant control system 1 or a user such as a system engineer fails to correspond to the change.

また、スケルトン情報管理部213は、変更されたアプリケーションプログラム等にバージョンを設定し、記憶部250に保存する。このため、プラント制御システム1の管理者やシステムエンジニア等のユーザは、最新の分野別スケルトン情報252を判別可能になると共に、過去のバージョンの分野別スケルトン情報252を利用することもできる。   Further, the skeleton information management unit 213 sets a version for the changed application program or the like, and stores the version in the storage unit 250. Therefore, a user such as a manager of the plant control system 1 or a system engineer can determine the latest category-based skeleton information 252 and can also use the category-based skeleton information 252 of the past version.

また、スケルトン情報管理部213は、サーバPC10、クライアントPC11または開発用PC30から分野別スケルトン情報252の一覧の照会要求を受けた場合、記憶部250に保存された分野別スケルトン情報252をリスト化した一覧データを送信する。分野別スケルトン情報252の一覧データとは、例えば、分野別スケルトン情報252に含まれる分野別または機能別に整理されたシステム構成データと、アプリケーションプログラムの名称を一覧にしたデータである。スケルトン情報管理部213による分野別スケルトン情報252の情報の提供形式はこれに限定されるものではなく、適用対象の分野別スケルトン情報252をユーザが特定および選択可能であれば良い。   When the skeleton information management unit 213 receives an inquiry request for a list of skeleton information 252 by category from the server PC 10, the client PC 11, or the development PC 30, the skeleton information management unit 213 lists the skeleton information 252 by category stored in the storage unit 250. Send list data. The list data of the category-based skeleton information 252 is, for example, system configuration data organized by category or function included in the category-based skeleton information 252, and data in which names of application programs are listed. The provision format of the information of the category-based skeleton information 252 by the skeleton information management unit 213 is not limited to this, and the user may specify and select the category-based skeleton information 252 to be applied.

また、スケルトン情報管理部213は、サーバPC10、クライアントPC11または開発用PC30からダウンロード対象の分野別スケルトン情報252の指定を受けた場合に、当該指定された分野別スケルトン情報252を、サーバPC10等に送信する。   When the skeleton information management unit 213 receives designation of the category-specific skeleton information 252 to be downloaded from the server PC 10, the client PC 11, or the development PC 30, the skeleton information 252 designated as the category is used as the server PC 10 or the like. Send.

次に、以上のように構成された本実施形態のデータ管理システムSにおけるデータ同期処理について説明する。図8は、本実施形態にかかるサーバPC10とクラウドシステム2との間のデータの同期処理の流れの一例を示すシーケンス図である。このシーケンス図に示される処理は、前述した特定のタイミングで実行される。   Next, data synchronization processing in the data management system S of the present embodiment configured as described above will be described. FIG. 8 is a sequence diagram showing an example of the flow of data synchronization processing between the server PC 10 and the cloud system 2 according to the present embodiment. The process shown in this sequence diagram is executed at the specific timing described above.

まず、サーバPC10の通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を接続する(S1)。   First, the communication management unit 111 of the server PC 10 connects communication of the network 4 between the server PC 10 and the cloud system 2 (S1).

そして、データ同期部116は、サーバPC10の記憶部150に保存されたシステム構成データ等のデータと、クラウドシステム2の記憶部250に記憶されたシステム構成データ等のデータとを比較する(S2)。   Then, the data synchronization unit 116 compares data such as system configuration data stored in the storage unit 150 of the server PC 10 with data such as system configuration data stored in the storage unit 250 of the cloud system 2 (S2) .

データ同期部116は、サーバPC10に保存されたデータの更新日時の方が、クラウドシステム2に保存されたデータよりも新しい場合、当該データがサーバPC10側で更新されたと判断する。データ同期部116は、サーバPC10側で更新されたデータを、クラウドシステム2に、ネットワーク4を介して送信する(S3)。また、サーバPC10側で新規に生成されたソースファイル等のデータがある場合、データ同期部116は、当該新規なデータをクラウドシステム2に、ネットワーク4を介して送信する。   When the update date and time of the data stored in the server PC 10 is newer than the data stored in the cloud system 2, the data synchronization unit 116 determines that the data is updated on the server PC 10 side. The data synchronization unit 116 transmits the data updated on the server PC 10 side to the cloud system 2 via the network 4 (S3). In addition, when there is data such as a source file newly generated on the server PC 10 side, the data synchronization unit 116 transmits the new data to the cloud system 2 via the network 4.

クラウドシステム2の取得部210は、サーバPC10から送信されたデータを取得する。取得部210は、取得したデータをデータ管理部211に送出する。データ管理部211は、取得したデータにバージョンを設定し、記憶部250に保存する(S4)。   The acquisition unit 210 of the cloud system 2 acquires data transmitted from the server PC 10. The acquisition unit 210 sends the acquired data to the data management unit 211. The data management unit 211 sets a version for the acquired data, and stores the version in the storage unit 250 (S4).

また、データ同期部116は、クラウドシステム2へのデータ送信が完了すると、通信管理部111にデータ送信の完了を通知する。通知を受けた通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を切断する(S5)。   Further, when the data transmission to the cloud system 2 is completed, the data synchronization unit 116 notifies the communication management unit 111 that the data transmission is completed. The communication management unit 111 that has received the notification disconnects the communication of the network 4 between the server PC 10 and the cloud system 2 (S5).

次に、本実施形態のデータ管理システムSにおけるバックアップおよびリストアの処理について説明する。図9は、本実施形態にかかるデータのバックアップおよびリストアの処理の流れの一例を示すシーケンス図である。このシーケンス図に示される処理は、前述した特定のタイミングで実行される。   Next, backup and restore processing in the data management system S of this embodiment will be described. FIG. 9 is a sequence diagram showing an example of the flow of data backup and restore processing according to the present embodiment. The process shown in this sequence diagram is executed at the specific timing described above.

サーバPC10のバックアップ部118は、記憶部150に記憶されたシステム構成データ、ソースファイル、オブジェクトファイル、発生データ保存データベース151等のデータから、リストア可能な形式のバックアップデータ251を生成する(S11)。   The backup unit 118 of the server PC 10 generates backup data 251 in a recoverable format from the data of the system configuration data, the source file, the object file, and the generated data storage database 151 stored in the storage unit 150 (S11).

また、通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を接続する(S12)。   Further, the communication management unit 111 connects communication of the network 4 between the server PC 10 and the cloud system 2 (S12).

バックアップ部118は、生成したバックアップデータ251を、クラウドシステム2へ送信する(S13)。   The backup unit 118 transmits the generated backup data 251 to the cloud system 2 (S13).

クラウドシステム2の取得部210は、サーバPC10から送信されたバックアップデータ251を取得し、バックアップデータ管理部212に送出する。バックアップデータ管理部212は、サーバPC10から送信されたバックアップデータ251にバージョンを設定し、記憶部250に保存する(S14)。   The acquisition unit 210 of the cloud system 2 acquires the backup data 251 transmitted from the server PC 10 and sends the backup data 251 to the backup data management unit 212. The backup data management unit 212 sets a version in the backup data 251 transmitted from the server PC 10, and stores the version in the storage unit 250 (S14).

また、バックアップ部118は、クラウドシステム2へのバックアップデータの送信が完了すると、通信管理部111にバックアップデータ送信の完了を通知する。通知を受けた通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を切断する(S15)。   Further, when the transmission of backup data to the cloud system 2 is completed, the backup unit 118 notifies the communication management unit 111 that the backup data transmission has been completed. The communication management unit 111 that has received the notification disconnects the communication of the network 4 between the server PC 10 and the cloud system 2 (S15).

また、バックアップ部118は、バックアップデータのリストアを指示するユーザの入力操作を受付部110が受け付けた場合に、通信管理部111にネットワーク4の通信の接続を指示する。この場合、通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を接続する(S16)。   In addition, when the receiving unit 110 receives an input operation of a user instructing restoration of backup data, the backup unit 118 instructs the communication management unit 111 to connect communication of the network 4. In this case, the communication management unit 111 connects communication of the network 4 between the server PC 10 and the cloud system 2 (S16).

バックアップ部118は、クラウドシステム2に対して、ユーザに指定されたバックアップデータの送信を要求する(S17)。この際、バックアップ部118は、対象のバックアップデータ251のファイル名と、バックアップデータ251のバージョンとを指定する。   The backup unit 118 requests the cloud system 2 to transmit backup data specified by the user (S17). At this time, the backup unit 118 specifies the file name of the target backup data 251 and the version of the backup data 251.

クラウドシステム2のバックアップデータ管理部212は、当該要求に対応するバックアップデータ251を記憶部250から抽出し、サーバPC10に送信する(S18)。   The backup data management unit 212 of the cloud system 2 extracts the backup data 251 corresponding to the request from the storage unit 250, and transmits the backup data 251 to the server PC 10 (S18).

バックアップ部118は、クラウドシステム2から取得したバックアップデータをサーバPC10にリストアし、記憶部150に保存されたデータ等を復元する(S19)。   The backup unit 118 restores the backup data acquired from the cloud system 2 in the server PC 10, and restores data etc. stored in the storage unit 150 (S19).

また、バックアップ部118は、クラウドシステム2からのバックアップデータの取得が完了すると、通信管理部111にバックアップデータの取得の完了を通知する。通知を受けた通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を切断する(S20)。   Also, when the acquisition of backup data from the cloud system 2 is completed, the backup unit 118 notifies the communication management unit 111 that the acquisition of backup data is completed. The communication management unit 111 that has received the notification disconnects the communication of the network 4 between the server PC 10 and the cloud system 2 (S20).

次に、本実施形態のデータ管理システムSにおける分野別スケルトン情報252の適用処理について説明する。図10は、本実施形態にかかる分野別スケルトン情報252の適用処理の流れの一例を示すシーケンス図である。このシーケンス図に示される処理は、例えば、受付部110がユーザから分野別スケルトン情報の照会を要求する操作を受け付けた場合に開始される。   Next, application processing of the category-based skeleton information 252 in the data management system S of this embodiment will be described. FIG. 10 is a sequence diagram showing an example of a flow of application processing of the category-based skeleton information 252 according to the present embodiment. The process shown in this sequence diagram is started, for example, when the reception unit 110 receives an operation of requesting the inquiry of the category-based skeleton information from the user.

スケルトン適用部119は、通信管理部111にネットワーク4の通信の接続を指示する。この場合、通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を接続する(S21)。   The skeleton application unit 119 instructs the communication management unit 111 to connect communication of the network 4. In this case, the communication management unit 111 connects communication of the network 4 between the server PC 10 and the cloud system 2 (S21).

スケルトン適用部119は、クラウドシステム2に対して分野別スケルトン情報252の一覧の照会要求をする(S22)。   The skeleton application unit 119 requests the cloud system 2 to inquire the list of the category-based skeleton information 252 (S22).

クラウドシステム2のスケルトン情報管理部213は、記憶部250に保存された分野別スケルトン情報252の一覧データを送信する(S23)。   The skeleton information management unit 213 of the cloud system 2 transmits the list data of the category-based skeleton information 252 stored in the storage unit 250 (S23).

スケルトン適用部119は表示装置104に分野別スケルトン情報252の一覧を表示する(S24)。   The skeleton application unit 119 displays a list of the category-based skeleton information 252 on the display device 104 (S24).

スケルトン適用部119は、ユーザが選択した適用対象の分野別スケルトン情報252を、ダウンロード対象の分野別スケルトン情報252としてクラウドシステム2に対して指定する(S25)。   The skeleton application unit 119 designates the application-targeted category-specific skeleton information 252 selected by the user to the cloud system 2 as the category-specific skeleton information 252 for download (S25).

クラウドシステム2のスケルトン情報管理部213は、指定された分野別スケルトン情報252をサーバPC10に送信する(S26)。言い換えれば、スケルトン適用部119は、クラウドシステム2から適用対象の分野別スケルトン情報252をダウンロードする。   The skeleton information management unit 213 of the cloud system 2 transmits the specified category-based skeleton information 252 to the server PC 10 (S26). In other words, the skeleton application unit 119 downloads the application-targeted category skeleton information 252 from the cloud system 2.

スケルトン適用部119は、ダウンロードした分野別スケルトン情報を、記憶部150に保存する。また、スケルトン適用部119は、ダウンロードした分野別スケルトン情報を、表示装置104等に表示し、ユーザが分野別スケルトン情報を変更可能な画面を提供しても良い。この場合、スケルトン適用部119は、ユーザの操作に応じて分野別スケルトン情報を変更する。そして、スケルトン適用部119は、変更後の分野別スケルトン情報を記憶部150に保存する(S27)。   The skeleton application unit 119 stores the downloaded field-by-field skeleton information in the storage unit 150. In addition, the skeleton application unit 119 may display the downloaded category-by-field skeleton information on the display device 104 or the like, and provide a screen on which the user can change the category-by-field skeleton information. In this case, the skeleton application unit 119 changes the category-based skeleton information according to the user's operation. Then, the skeleton application unit 119 stores the field-specific skeleton information after the change in the storage unit 150 (S27).

また、スケルトン適用部119は、クラウドシステム2からの分野別スケルトン情報のダウンロードが完了すると、通信管理部111にダウンロードの完了を通知する。通知を受けた通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を切断する(S28)。   Further, when the downloading of the category-based skeleton information from the cloud system 2 is completed, the skeleton applying unit 119 notifies the communication managing unit 111 of the completion of the download. The communication management unit 111 that has received the notification disconnects the communication of the network 4 between the server PC 10 and the cloud system 2 (S28).

次に、本実施形態のデータ管理システムSにおけるソフトウェアの更新処理について説明する。図11は、実施形態にかかるソフトウェアの更新処理の流れの一例を示すシーケンス図である。このシーケンス図に示される処理は、前述した特定のタイミングで実行される。   Next, software update processing in the data management system S of this embodiment will be described. FIG. 11 is a sequence diagram showing an example of the flow of software update processing according to the embodiment. The process shown in this sequence diagram is executed at the specific timing described above.

サーバPC10の通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を接続する(S31)。   The communication management unit 111 of the server PC 10 connects the communication of the network 4 between the server PC 10 and the cloud system 2 (S31).

サーバPC10のソフトウェア更新部120は、クラウドシステム2にアクセスし、更新ファイルの有無を確認する(S32)。   The software update unit 120 of the server PC 10 accesses the cloud system 2 and confirms the presence or absence of the update file (S32).

クラウドシステム2に更新ファイルが存在する場合、ソフトウェア更新部120は、更新ファイルをダウンロードする(S33)。   If there is an update file in the cloud system 2, the software update unit 120 downloads the update file (S33).

ソフトウェア更新部120は、更新ファイルに含まれる更新プログラムを実行し、サーバPC10にインストールされたソフトウェアを更新する(S34)。   The software update unit 120 executes the update program included in the update file, and updates the software installed in the server PC 10 (S34).

ソフトウェア更新部120は、更新処理の完了を通知する。通知を受けた通信管理部111は、サーバPC10とクラウドシステム2との間のネットワーク4の通信を切断する(S35)。   The software update unit 120 notifies the completion of the update process. The communication management unit 111 that has received the notification disconnects the communication of the network 4 between the server PC 10 and the cloud system 2 (S35).

図8〜11に示す例では、サーバPC10とクラウドシステム2との間でデータをやり取りする処理を説明したが、クライアントPC11または開発用PC30とクラウドシステム2との間でも、同様に各処理が実行される。   In the examples shown in FIGS. 8 to 11, the process of exchanging data between the server PC 10 and the cloud system 2 has been described, but each process is similarly executed between the client PC 11 or the development PC 30 and the cloud system 2 Be done.

このように、本実施形態のデータ管理システムSのクラウドシステム2の記憶部250は、サーバPC10等から取得したデータを記憶する。また、サーバPC10等のデータ同期部116がクラウドシステム2との間で定期的にデータの同期をする。このため、本実施形態のデータ管理システムSによれば、プラント制御に用いられるデータを効率的かつ堅牢に保存および管理することができる。さらに、本実施形態のデータ管理システムSによれば、サーバPC10等の通信管理部111が、平常時においてはネットワーク4を切断し、同期が行われる場合にネットワーク4を接続するため、情報セキュリティを確保することができる。   As described above, the storage unit 250 of the cloud system 2 of the data management system S of the present embodiment stores data acquired from the server PC 10 or the like. The data synchronization unit 116 such as the server PC 10 periodically synchronizes data with the cloud system 2. Thus, according to the data management system S of the present embodiment, data used for plant control can be stored and managed efficiently and robustly. Furthermore, according to the data management system S of the present embodiment, the communication management unit 111 such as the server PC 10 normally disconnects the network 4 and connects the network 4 when synchronization is performed. It can be secured.

また、本実施形態のデータ管理システムSによれば、データ同期部116がサーバPC10等とクラウドシステム2との間で定期的にデータの同期をするため、データの管理や移送にかかるプラント制御システム1の管理者やシステムエンジニアの作業負荷を低減することができる。   Further, according to the data management system S of the present embodiment, since the data synchronization unit 116 periodically synchronizes data between the server PC 10 or the like and the cloud system 2, a plant control system related to data management and transfer. The work load of the administrator or system engineer of 1 can be reduced.

また、本実施形態のデータ管理システムSのクラウドシステム2は、サーバPC10等から同期したデータのバージョン管理を行うデータ管理部211をさらに備える。このため、本実施形態のデータ管理システムSによれば、プラント制御システム1の管理者やシステムエンジニアによる最新データ管理の作業負荷の低減、および誤ったデータを使用する可能性を低減することができる。   In addition, the cloud system 2 of the data management system S of the present embodiment further includes a data management unit 211 that performs version management of data synchronized from the server PC 10 or the like. Therefore, according to the data management system S of the present embodiment, the workload of the latest data management by the manager of the plant control system 1 and the system engineer can be reduced, and the possibility of using erroneous data can be reduced. .

また、サーバPC10等に記憶されたデータは、従来はシステムエンジニア等が手動によってファイル出力等をすることにより、バックアップデータを生成していた。これに対して、本実施形態のデータ管理システムSのサーバPC10等のバックアップ部118は、記憶部150に記憶されたデータを、リストア可能な形式のバックアップデータとして定期的にクラウドシステム2に送信する。また、クラウドシステム2のバックアップデータ管理部212は、バックアップデータを記憶部250に保存する。このため、本実施形態のデータ管理システムSによれば、大量データをバックアップする場合でも、システムエンジニア等の待ち時間や作業負荷が低減される。また管理対象のデータ量が多い場合であっても、システムエンジニア等がバックアップを取り忘れることや、誤ったデータを保存することを防止することができる。   Also, conventionally, as data stored in the server PC 10 or the like, backup data has been generated by a system engineer or the like manually outputting a file or the like. On the other hand, the backup unit 118 such as the server PC 10 of the data management system S of this embodiment periodically transmits the data stored in the storage unit 150 to the cloud system 2 as backup data in a format that can be restored. . In addition, the backup data management unit 212 of the cloud system 2 stores backup data in the storage unit 250. Therefore, according to the data management system S of the present embodiment, even when a large amount of data is backed up, the waiting time and the work load of the system engineer etc. are reduced. In addition, even when the amount of data to be managed is large, it is possible to prevent a system engineer or the like from forgetting to back up or save erroneous data.

また、本実施形態のデータ管理システムSのクラウドシステム2の記憶部250は、プラントの分野別に予め作成された分野別スケルトン情報を記憶する。また、サーバPC10等のスケルトン適用部119は、クラウドシステム2から分野別スケルトン情報を取得して変更または保存する。このため、本実施形態のデータ管理システムSによれば、システムエンジニア等によるシステム構成データの登録およびアプリケーションプログラムの生成の作業負荷および作業時間を削減することができる。また、本実施形態のデータ管理システムSによれば、システムエンジニア等は同一分野のプラントに共通するシステム構成データを手作業で登録しなくとも良いため、データの誤登録を低減することができる。   In addition, the storage unit 250 of the cloud system 2 of the data management system S of the present embodiment stores field-based skeleton information created in advance for each field of the plant. In addition, the skeleton application unit 119 such as the server PC 10 acquires area-based skeleton information from the cloud system 2 and changes or stores the acquired information. Therefore, according to the data management system S of the present embodiment, it is possible to reduce the workload and work time of registration of system configuration data and generation of application programs by a system engineer or the like. Further, according to the data management system S of the present embodiment, since system engineers and the like do not have to manually register system configuration data common to plants in the same field, erroneous registration of data can be reduced.

また、本実施形態のデータ管理システムSのクラウドシステム2の記憶部250は、サーバPC10等で使用されるソフトウェアの更新ファイルを記憶する。また、サーバPC10等のソフトウェア更新部120は、クラウドシステム2から更新ファイルをダウンロードし、更新プログラムを実行してソフトウェアの機能追加または変更を行う。このため、本実施形態のデータ管理システムSによれば、システムエンジニア等が記憶媒体を用いて各クライアントPC11に個別に更新ファイルをコピーしなくとも良く、作業負荷および作業時間が削減される。また、本実施形態のデータ管理システムSによれば、作業時間が削減されることにより、プラントの休止時間を短縮することができる。さらに、本実施形態のデータ管理システムSによれば、ソフトウェアの更新漏れや、サーバPC10とクライアントPC11との間のソフトウェアの更新タイミングのずれを防止することができる。   The storage unit 250 of the cloud system 2 of the data management system S of the present embodiment stores an update file of software used in the server PC 10 or the like. The software update unit 120 such as the server PC 10 downloads the update file from the cloud system 2 and executes the update program to add or change the function of the software. Therefore, according to the data management system S of the present embodiment, a system engineer or the like does not have to individually copy the update file to each client PC 11 using a storage medium, and the workload and the operation time are reduced. Moreover, according to the data management system S of the present embodiment, the downtime of the plant can be shortened by reducing the working time. Furthermore, according to the data management system S of the present embodiment, it is possible to prevent a software update leak and a shift in software update timing between the server PC 10 and the client PC 11.

なお、本実施形態では、プラント制御システム1はサーバPC10と、クライアントPC11と、コントローラ13を備えるものとしたが、プラント制御システム1の構成はこれに限定されるものではない。例えば、プラント制御システム1は、サーバPC10の代わりに通常のサーバ装置を備えても良い。   In the present embodiment, the plant control system 1 includes the server PC 10, the client PC 11, and the controller 13. However, the configuration of the plant control system 1 is not limited to this. For example, the plant control system 1 may include a normal server device instead of the server PC 10.

本実施形態のサーバPC10、クライアントPC11または開発用PC30で実行されるプログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。   The program executed by the server PC 10, the client PC 11, or the development PC 30 according to the present embodiment is a file in an installable format or an executable format, and is a CD-ROM, a flexible disk (FD), a CD-R, a DVD (Digital Versatile). Provided on a computer-readable recording medium such as a disk).

また、本実施形態のサーバPC10、クライアントPC11または開発用PC30で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施形態のサーバPC10、クライアントPC11または開発用PC30で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。また、本実施形態のサーバPC10、クライアントPC11または開発用PC30で実行されるプログラムを、ROM等に予め組み込んで提供するように構成しても良い。   Further, the program executed by the server PC 10, the client PC 11, or the development PC 30 according to the present embodiment is stored on a computer connected to a network such as the Internet and configured to be provided by downloading via the network. Also good. Further, the program executed by the server PC 10, the client PC 11, or the development PC 30 according to the present embodiment may be provided or distributed via a network such as the Internet. Further, the program executed by the server PC 10, the client PC 11, or the development PC 30 of the present embodiment may be configured to be provided by being incorporated in a ROM or the like in advance.

本実施形態のサーバPC10、クライアントPC11または開発用PC30で実行されるプログラムは、上述した各部(受付部、通信管理部、システム構成登録部、プログラム生成部、プログラム送信部、サーバクライアント管理部、データ同期部、データ取得部、バックアップ部、スケルトン適用部、ソフトウェア更新部、監視部)を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が記憶媒体からプログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、受付部、通信管理部、システム構成登録部、プログラム生成部、プログラム送信部、サーバクライアント管理部、データ同期部、データ取得部、バックアップ部、スケルトン適用部、ソフトウェア更新部、監視部が主記憶装置上に生成されるようになっている。   The program executed by the server PC 10, the client PC 11, or the development PC 30 according to the present embodiment includes the above-described units (reception unit, communication management unit, system configuration registration unit, program generation unit, program transmission unit, server client management unit, data) It has a module configuration that includes a synchronization unit, data acquisition unit, backup unit, skeleton application unit, software update unit, monitoring unit), and as an actual hardware, a CPU (processor) reads and executes a program from a storage medium Thus, the above units are loaded onto the main storage device, and the reception unit, communication management unit, system configuration registration unit, program generation unit, program transmission unit, server client management unit, data synchronization unit, data acquisition unit, backup unit, skeleton Application Department, Software Update Department, Monitoring Department It is generated on the device.

本実施形態のクラウドシステム2で実行されるプログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM、フレキシブルディスク、CD−R、DVD等のコンピュータで読み取り可能な記録媒体に記録されて提供される。   The program executed by the cloud system 2 of the present embodiment is recorded in a computer readable recording medium such as a CD-ROM, a flexible disk, a CD-R, a DVD, etc. in a file of an installable format or an executable format. Provided.

また、本実施形態のクラウドシステム2で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施形態のクラウドシステム2で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。また、本実施形態のクラウドシステム2で実行されるプログラムを、ROM等に予め組み込んで提供するように構成しても良い。   Furthermore, the program executed by the cloud system 2 of the present embodiment may be stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. Further, the program executed by the cloud system 2 of the present embodiment may be provided or distributed via a network such as the Internet. Further, the program executed by the cloud system 2 of the present embodiment may be configured to be provided by being incorporated in advance in a ROM or the like.

本実施形態のクラウドシステム2で実行されるプログラムは、上述した各部(取得部、データ管理部、バックアップデータ管理部、スケルトン情報管理部)を含むモジュール構成となっている。   The program executed by the cloud system 2 according to this embodiment has a module configuration including the above-described units (acquisition unit, data management unit, backup data management unit, skeleton information management unit).

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   While certain embodiments of the present invention have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, substitutions, and modifications can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and the gist of the invention, and are included in the invention described in the claims and the equivalent scope thereof.

1 プラント制御システム
2 クラウドシステム
3 開発環境
4 ネットワーク
10 サーバPC
11,11a〜11n クライアントPC
13 コントローラ
30 開発用PC
31 開発用コントローラ
110 受付部
111 通信管理部
112 システム構成登録部
113 プログラム生成部
114 プログラム送信部
115 サーバクライアント管理部
116 データ同期部
117 データ取得部
118 バックアップ部
119 スケルトン適用部
120 ソフトウェア更新部
121 監視部
150 記憶部
151 発生データ保存データベース(DB)
210 取得部
211 データ管理部
212 バックアップデータ管理部
213 スケルトン情報管理部
250 記憶部
251 バックアップデータ
252 分野別スケルトン情報
S データ管理システム
1 plant control system 2 cloud system 3 development environment 4 network 10 server PC
11, 11a-11n Client PC
13 Controller 30 Development PC
31 Development Controller 110 Reception Unit 111 Communication Management Unit 112 System Configuration Registration Unit 113 Program Generation Unit 114 Program Transmission Unit 115 Server Client Management Unit 116 Data Synchronization Unit 117 Data Acquisition Unit 118 Backup Unit 119 Skeleton Application Unit 120 Software Update Unit 121 Monitoring Part 150 Storage part 151 Generated data storage database (DB)
210 Acquisition Unit 211 Data Management Unit 212 Backup Data Management Unit 213 Skeleton Information Management Unit 250 Storage Unit 251 Backup Data 252 Skeleton Information by Field S Data Management System

Claims (5)

クラウドシステムと、プラントを制御するコントローラに接続された情報処理装置と、を含むデータ管理システムであって、
前記クラウドシステムは、
前記情報処理装置からデータを取得する取得部と、
取得したデータを記憶する記憶部と、を備え、
前記情報処理装置は、
プラント制御に関するデータを記憶する記憶部と、
前記情報処理装置と、前記クラウドシステムとの間で、定期的にデータの同期をするデータ同期部と、
平常時においては前記情報処理装置と前記クラウドシステムとの間のネットワークを切断し、前記同期が行われる場合に前記ネットワークを接続する通信管理部と、
を備える、データ管理システム。
A data management system including a cloud system and an information processing apparatus connected to a controller that controls a plant, the data management system comprising:
The cloud system is
An acquisition unit that acquires data from the information processing apparatus;
A storage unit for storing the acquired data;
The information processing apparatus is
A storage unit for storing data on plant control;
A data synchronization unit that periodically synchronizes data between the information processing apparatus and the cloud system;
A communication management unit which disconnects a network between the information processing apparatus and the cloud system in normal times and connects the network when the synchronization is performed;
, A data management system.
前記クラウドシステムは、
前記情報処理装置から同期したデータのバージョン管理を行うデータ管理部をさらに備える、
請求項1に記載のデータ管理システム。
The cloud system is
And a data management unit that performs version management of synchronized data from the information processing apparatus.
The data management system according to claim 1.
前記情報処理装置は、
前記情報処理装置の前記記憶部に記憶された前記データを、リストア可能な形式のバックアップデータとして定期的に前記クラウドシステムに送信するバックアップ部をさらに備え、
前記通信管理部は、前記バックアップ部が前記クラウドシステムに前記バックアップデータを送信する場合に、前記ネットワークを接続し、
前記クラウドシステムは、
前記バックアップデータを、前記クラウドシステムの前記記憶部に保存するバックアップデータ管理部をさらに備える、
請求項1または2に記載のデータ管理システム。
The information processing apparatus is
The data processing apparatus further includes a backup unit that periodically transmits the data stored in the storage unit of the information processing apparatus as the backup data in a recoverable format to the cloud system.
The communication management unit connects the network when the backup unit transmits the backup data to the cloud system.
The cloud system is
The storage system further includes a backup data management unit that stores the backup data in the storage unit of the cloud system.
A data management system according to claim 1 or 2.
前記クラウドシステムの前記記憶部は、
前記プラントの分野別に予め作成されたシステム構成データとアプリケーションプログラムとを含む分野別スケルトン情報を記憶し、
前記情報処理装置は、
前記クラウドシステムから前記分野別スケルトン情報を取得し、取得した前記分野別スケルトン情報を変更または保存するスケルトン適用部をさらに備える、
請求項1〜3のいずれか1項に記載のデータ管理システム。
The storage unit of the cloud system is
Storing field-based skeleton information including system configuration data and application programs created in advance for each field of the plant;
The information processing apparatus is
The system further comprises a skeleton application unit that acquires the category-based skeleton information from the cloud system and changes or stores the acquired category-specific skeleton information.
The data management system according to any one of claims 1 to 3.
前記クラウドシステムの前記記憶部は、
前記情報処理装置で使用されるソフトウェアの機能追加または変更の定義情報と当該機能追加または変更を実行する更新プログラムとを含む更新ファイルを記憶し、
前記情報処理装置は、
前記クラウドシステムから前記更新ファイルをダウンロードし、前記更新プログラムを実行して前記ソフトウェアの機能追加または変更を行うソフトウェア更新部をさらに備え、
前記通信管理部は、前記ソフトウェア更新部が前記クラウドシステムにアクセスする場合に、前記ネットワークを接続する、
請求項1〜4のいずれか1項に記載のデータ管理システム。
The storage unit of the cloud system is
Storing an update file including definition information of function addition or change of software used in the information processing apparatus and an update program for executing the function addition or change;
The information processing apparatus is
It further comprises a software update unit that downloads the update file from the cloud system and executes the update program to add or change the function of the software,
The communication management unit connects the network when the software update unit accesses the cloud system.
The data management system according to any one of claims 1 to 4.
JP2017075907A 2017-04-06 2017-04-06 Data management system Pending JP2018180722A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017075907A JP2018180722A (en) 2017-04-06 2017-04-06 Data management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017075907A JP2018180722A (en) 2017-04-06 2017-04-06 Data management system

Publications (1)

Publication Number Publication Date
JP2018180722A true JP2018180722A (en) 2018-11-15

Family

ID=64275482

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017075907A Pending JP2018180722A (en) 2017-04-06 2017-04-06 Data management system

Country Status (1)

Country Link
JP (1) JP2018180722A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022024334A1 (en) * 2020-07-31 2022-02-03 三菱電機株式会社 Update management program, information processing device, and update management method
US11835937B2 (en) 2021-05-12 2023-12-05 Mitsubishi Electric Corporation Non-transitory computer readable medium storing data distribution program, server apparatus, terminal apparatus, and data distribution system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142766A (en) * 1999-11-10 2001-05-25 Nec Corp Data base exchange system
JP2002099742A (en) * 2000-09-21 2002-04-05 Fuji Electric Co Ltd Method for selling sequence software parts, server device, programmable controller and recording medium
JP2011198236A (en) * 2010-03-23 2011-10-06 Metawater Co Ltd Plant monitoring support system, cloud service providing apparatus in the same, and program
JP2014041612A (en) * 2012-08-23 2014-03-06 Lsis Co Ltd Data sharing system and method for cloud computing base

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001142766A (en) * 1999-11-10 2001-05-25 Nec Corp Data base exchange system
JP2002099742A (en) * 2000-09-21 2002-04-05 Fuji Electric Co Ltd Method for selling sequence software parts, server device, programmable controller and recording medium
JP2011198236A (en) * 2010-03-23 2011-10-06 Metawater Co Ltd Plant monitoring support system, cloud service providing apparatus in the same, and program
JP2014041612A (en) * 2012-08-23 2014-03-06 Lsis Co Ltd Data sharing system and method for cloud computing base

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022024334A1 (en) * 2020-07-31 2022-02-03 三菱電機株式会社 Update management program, information processing device, and update management method
JP7028361B1 (en) * 2020-07-31 2022-03-02 三菱電機株式会社 Update management program, information processing device, and update management method
US11835937B2 (en) 2021-05-12 2023-12-05 Mitsubishi Electric Corporation Non-transitory computer readable medium storing data distribution program, server apparatus, terminal apparatus, and data distribution system
DE112021005779T5 (en) 2021-05-12 2024-01-04 Mitsubishi Electric Corporation Data delivery program, server device, terminal device, data delivery method and data delivery system

Similar Documents

Publication Publication Date Title
CN110532189B (en) Continuous integration system, method and device
US7448034B2 (en) Build time determination and installation of drivers on cloned systems
US8225303B2 (en) System and method for providing software upgrades
TWI450530B (en) Automatically managing system downtime in a computer network
US10191733B2 (en) Software change process orchestration in a runtime environment
US8640098B2 (en) Offline configuration and download approach
US10656971B2 (en) Agile framework for vertical application development and delivery
US8775862B2 (en) Tenant rescue for software change processes in multi-tenant architectures
JP2005502118A (en) Integrated system and method for complete end-to-end software delivery process management
CN111066304A (en) Edge device and associated network utilizing microservices
US20150220404A1 (en) Undo configuration transactional compensation
Sobeslav et al. Opensource automation in cloud computing
JP2018180722A (en) Data management system
US20230133312A1 (en) Enhancing Operator Installation and Upgrade Management and Verification
US20230239212A1 (en) Stable References for Network Function Life Cycle Management Automation
WO2013068023A1 (en) Arrangement and method for distributing a control system engineering tool and/or a control application software
Kajtazovic et al. A component-based dynamic link support for safety-critical embedded systems
JP2003330756A (en) Configuration management method for supervisory control software
JPWO2018174223A1 (en) Operation management server, development operation support system, their method and program
JP2011060142A (en) Integrated management device, integrated management system, integrated management method, integrated management program, and recording medium with the program recorded thereon
JP2010009598A (en) Order specification production of software deployment and software management
JP6467298B2 (en) Server operation work history management device, system, method, and program
TW201516707A (en) Development system, terminal device, development method, and program
US9477447B1 (en) Semantic representations of software extensions
EP3835896A1 (en) Edit session for multi tool management

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20170911

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20170912

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200401

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210303

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210330

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20211005