JP6373236B2 - calculator - Google Patents

calculator Download PDF

Info

Publication number
JP6373236B2
JP6373236B2 JP2015158035A JP2015158035A JP6373236B2 JP 6373236 B2 JP6373236 B2 JP 6373236B2 JP 2015158035 A JP2015158035 A JP 2015158035A JP 2015158035 A JP2015158035 A JP 2015158035A JP 6373236 B2 JP6373236 B2 JP 6373236B2
Authority
JP
Japan
Prior art keywords
computer
setting
data file
disk
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2015158035A
Other languages
Japanese (ja)
Other versions
JP2017037456A (en
Inventor
伸英 辻元
伸英 辻元
研 塚原
研 塚原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2015158035A priority Critical patent/JP6373236B2/en
Publication of JP2017037456A publication Critical patent/JP2017037456A/en
Application granted granted Critical
Publication of JP6373236B2 publication Critical patent/JP6373236B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本開示は、電力系統制御システムに含まれる計算機の処理の安定性を向上させる技術に関する。   The present disclosure relates to a technique for improving the processing stability of a computer included in a power system control system.

電力系統制御システムなど、オペレータが監視対象物を監視するシステムは、例えば、オペレータの操作を受け付ける操作卓と、操作卓からの処理要求を受け付けて業務処理を行い、処理結果を操作卓へ応答する計算機とにより構成される。電力系統制御システムは、複数の計算機を含む。これら計算機は、監視対象物となる開閉器などの装置の情報などを含むデータベースを保持している。   A system that monitors an object to be monitored by an operator, such as an electric power system control system, for example, a console that accepts an operator's operation, receives a processing request from the console, performs business processing, and returns a processing result to the console It consists of a computer. The power system control system includes a plurality of computers. These computers maintain a database including information on devices such as switches that are monitored objects.

例えば監視対象物となる各装置の設置状況の変更などがあると、各計算機に保持されるデータベースを更新する必要がある。このデータベースの更新のため、例えば、データベースを更新する操作をオペレータから受け付けるデータベース更新用計算機がデータベース更新作業を行うと、データベース更新用計算機は、データベースを構成するデータファイルを、ネットワークを介して他の計算機へ送信する。このとき、ネットワークの帯域が過大に消費されることを防ぐため、データベース更新用計算機は、データベースを構成するデータファイルを圧縮して、圧縮データファイルを他の計算機へ送信する。計算機は、データベース更新用計算機から圧縮データファイルを受信し、受信した圧縮データファイルに対して解凍処理を行うことでデータベースを更新する。   For example, when there is a change in the installation status of each device to be monitored, the database held in each computer needs to be updated. For this database update, for example, when a database update computer that accepts an operation to update a database from an operator performs a database update operation, the database update computer transfers the data files that make up the database to other data via the network. Send to computer. At this time, in order to prevent the network bandwidth from being excessively consumed, the database update computer compresses the data file constituting the database and transmits the compressed data file to another computer. The computer receives the compressed data file from the database updating computer, and updates the database by performing decompression processing on the received compressed data file.

データの書き込みを効率よく行うため、様々な技術が検討されている。例えば、特開平10−336366号公報には、専用のハードウェア回路を用いて、データ授受を時分割に行い、データ書き込みと読み出しとを見かけ上同時に行う技術が記載されている。   Various techniques have been studied in order to efficiently write data. For example, Japanese Patent Application Laid-Open No. 10-336366 describes a technique in which data is exchanged in a time-sharing manner using a dedicated hardware circuit, and data writing and reading are apparently performed simultaneously.

特開平10−336366号公報Japanese Patent Laid-Open No. 10-336366

しかし、計算機がデータファイルを受信し、受信したデータファイルに対して解凍処理を施してディスクに保持されるデータを更新する場合、データファイルのデータサイズが大きくなるほど、ディスクへの書き込み時に大きなディスク負荷が発生し、その間、計算機の他の処理が待機させられることとなる。特に、計算機がリアルタイム性を求められる処理を行う場合は、処理をなるべく早期に実行することが好ましい。   However, when a computer receives a data file and decompresses the received data file to update the data held on the disk, the larger the data size of the data file, the larger the disk load when writing to the disk. In the meantime, other processing of the computer is made to wait. In particular, when the computer performs a process that requires real-time properties, it is preferable to execute the process as early as possible.

本開示の目的は、電力系統制御システムに含まれる計算機の処理の安定性を向上させる技術に関する。   The objective of this indication is related with the technique which improves the stability of the process of the computer contained in an electric power system control system.

一実施形態に従う電力系統制御システムに含まれる計算機は、データ圧縮処理が施された圧縮データファイルを受信するように構成された通信部と、データを保持することが可能なディスクを有し、ディスクへのデータの書き込みを受け付けることでデータを保持するように構成されたデータ保持部と、メモリと、計算機の動作を制御するための制御部とを備える。制御部は、受信した圧縮データファイルに対し、解凍処理を施して、解凍処理が施された伸張済みデータファイルをメモリに保持させる伸張処理部と、ディスクへデータを書き込む書き込み速度の設定に従って、メモリに保持される伸張済みデータファイルを分割してディスクへ書き込む調整処理部とを含む。   A computer included in a power system control system according to an embodiment includes a communication unit configured to receive a compressed data file subjected to data compression processing, and a disk capable of holding data. A data holding unit configured to hold data by accepting writing of data to the memory, a memory, and a control unit for controlling the operation of the computer. The control unit performs decompression processing on the received compressed data file, stores the decompressed data file subjected to decompression processing in the memory, and the memory according to the setting of the writing speed for writing data to the disk. And an adjustment processing unit that divides the decompressed data file held in the disk and writes it to the disk.

上記一実施形態に従う計算機は、圧縮ファイルの伸張時に、任意の速度でディスクへの書き込み速度を制御することができる。したがって、伸張データファイルによるデータベースの更新を、ディスク負荷を抑えたまま実行することができ、計算機の処理を安定化させることができる。   The computer according to the above-described embodiment can control the writing speed to the disk at an arbitrary speed when decompressing the compressed file. Therefore, the update of the database by the decompressed data file can be executed while suppressing the disk load, and the computer processing can be stabilized.

この発明の上記および他の目的、特徴、局面および利点は、添付の図面と関連して理解されるこの発明に関する次の詳細な説明から明らかとなるであろう。   The above and other objects, features, aspects and advantages of the present invention will become apparent from the following detailed description of the present invention taken in conjunction with the accompanying drawings.

実施の形態1の電力系統制御システムの構成を示す図である。It is a figure which shows the structure of the electric power grid | system control system of Embodiment 1. FIG. 計算機10の構成を示すブロック図である。2 is a block diagram showing a configuration of a computer 10. FIG. 書き込み速度を調整しない場合と、書き込み速度の設定に従って伸長済みのデータファイルをディスク装置に書き込む場合とにおけるディスク負荷の大きさと伸長済みデータファイルの書き込み完了までの時間とを比較した図である。FIG. 10 is a diagram comparing the magnitude of the disk load and the time until writing of the decompressed data file is completed when the writing speed is not adjusted and when the decompressed data file is written to the disk device according to the setting of the writing speed. 書き込み速度調整処理部173によるデータファイルの伸張処理の詳細を説明した図である。FIG. 10 is a diagram for explaining details of data file decompression processing by a writing speed adjustment processing unit 173;

以下、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明では、同一の部品には同一の符号を付してある。それらの名称および機能も同じである。したがって、それらについての詳細な説明は繰り返さない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts are denoted by the same reference numerals. Their names and functions are also the same. Therefore, detailed description thereof will not be repeated.

<実施の形態1>
図面を参照して、本実施の形態の電力系統制御システムを構成する各装置について説明する。電力系統制御システムは、複数の計算機と、複数の操作卓とを含み、これら装置が、LAN(Local Area Network)などのネットワークを介して互いに通信可能に接続される。計算機は、系統に含まれる開閉器などの監視対象物の状態を示す情報を、ネットワークを介して逐次受信することで、系統の監視制御をするためのデータを蓄積する。例えば、電力系統制御システムに含まれる特定の計算機が、ネットワークを介して監視対象物の各機器の状態を示す情報を収集し、収集した情報を他の計算機へ送信することにより、計算機間での監視対象物の状態を示す情報を同期させる。計算機は、操作卓からネットワークを介して入力される指示を受け付けて、電力系統制御システムにおける各種の業務処理を実行する。業務処理として、例えば、各地に設置される開閉器などの機器を操作する操作シーケンスの実行、事故等が発生した際の解析および報告処理の実行、潮流計算の実行、オペレータによる監視制御のための訓練をするためのシミュレーションの実行その他の処理がある。
<Embodiment 1>
With reference to the drawings, each device constituting the power system control system of the present embodiment will be described. The power system control system includes a plurality of computers and a plurality of consoles, and these devices are communicably connected to each other via a network such as a LAN (Local Area Network). The computer accumulates data for monitoring and controlling the system by sequentially receiving information indicating the state of the monitoring target such as a switch included in the system via the network. For example, a specific computer included in the power system control system collects information indicating the status of each device of the monitoring target via the network, and transmits the collected information to other computers, thereby Synchronize information indicating the state of the monitored object. The computer receives instructions input from the console via the network and executes various business processes in the power system control system. For business processing, for example, execution of operation sequences for operating devices such as switches installed in various places, analysis and report processing when accidents occur, execution of power flow calculations, monitoring control by operators There are simulations and other processes for training.

各計算機は、例えば監視対象物の各機器の設置状況などを示すデータベースを保持している。例えば、監視対象物の各機器の設置状況に変更があった場合、データベースメンテナンス用の計算機がオペレータからの入力操作を受け付けてデータベースを更新する。データベースメンテナンス用の計算機は、更新されたデータベースを他の計算機へ送信する。このとき、データベースメンテナンス用の計算機は、ネットワークにおいて消費される帯域を低減させるため、データベースを示すデータファイルを圧縮して各計算機へ送信する。各計算機は、圧縮されたデータファイルを受信して、受信したデータファイルに対し解凍処理(伸張処理)を施すことにより、データベースを更新する。具体的には、例えば、各計算機は、データの多重化のため、メインのデータベースと、サブのデータベースとを保持しているとする。計算機は、データベースメンテナンス用の計算機から、更新されたデータベースの圧縮データファイルを受信すると、受信した圧縮データファイルに対して解凍処理を行って、伸張済みのデータファイルをサブのデータベースとして更新する。計算機は、サブのデータベースが伸張済みのデータファイルによって更新されると、サブのデータベースとメインのデータベースとを切り替える。すなわち、伸張済みのデータファイルによって更新されたデータベースを、メインのデータベースとする。   Each computer holds a database indicating, for example, the installation status of each device to be monitored. For example, when there is a change in the installation status of each device to be monitored, a database maintenance computer receives an input operation from the operator and updates the database. The computer for database maintenance transmits the updated database to other computers. At this time, the database maintenance computer compresses the data file indicating the database and transmits it to each computer in order to reduce the bandwidth consumed in the network. Each computer receives the compressed data file and updates the database by performing decompression processing (decompression processing) on the received data file. Specifically, for example, it is assumed that each computer holds a main database and a sub database for data multiplexing. When the computer receives the updated compressed data file of the database from the database maintenance computer, the computer performs decompression processing on the received compressed data file and updates the decompressed data file as a sub database. When the sub database is updated with the decompressed data file, the computer switches between the sub database and the main database. That is, the database updated by the decompressed data file is set as the main database.

図1は、実施の形態1の電力系統制御システムの構成を示す図である。図1に示すように、電力系統制御システムは、複数の計算機(図1の例では、計算機10A、計算機10B、計算機10C、計算機10Dの4つの計算機を示しているが、4つに限られない)と、DBメンテナンス用計算機19と、複数の操作卓(操作卓20−1、操作卓20−2、操作卓20−3、・・・操作卓20−N)とを含む。これらの装置が、LAN(Local Area Network)などのネットワーク90を介して接続されている。各計算機は、それぞれ、業務の定義ファイルと、計算機の機能を示す定義ファイルとを保持しており、計算機が実行可能な業務処理の種類を、各計算機が管理している。複数の計算機を総称して「計算機10」と言うこともある。また、複数の操作卓(操作卓20−1、操作卓20−2、操作卓20−3、・・・操作卓20−N)を総称して「操作卓20」と言うこともある。外部インタフェース用計算機30は、各計算機が外部のネットワークを介して他の装置と通信するためのインタフェースとなる計算機である。外部インタフェース用計算機30は、インターネットなどのネットワークと接続する。   1 is a diagram illustrating a configuration of a power system control system according to a first embodiment. As shown in FIG. 1, the power system control system shows a plurality of computers (in the example of FIG. 1, four computers of a computer 10A, a computer 10B, a computer 10C, and a computer 10D are shown, but the number is not limited to four. ), A DB maintenance computer 19, and a plurality of consoles (a console 20-1, a console 20-2, a console 20-3,... 20-N). These devices are connected via a network 90 such as a LAN (Local Area Network). Each computer has a business definition file and a definition file indicating the function of the computer, and each computer manages the types of business processing that can be executed by the computer. A plurality of computers may be collectively referred to as “computer 10”. A plurality of consoles (operator console 20-1, operator console 20-2, console 20-3,... 20-N) may be collectively referred to as “operator console 20”. The external interface computer 30 is a computer that serves as an interface for each computer to communicate with other devices via an external network. The external interface computer 30 is connected to a network such as the Internet.

少なくともいずれかの計算機は、電力系統制御システムが監視対象物とする開閉器などの機器40A、機器40Bの状態を示す情報を、各機器から外部インタフェース用計算機30を介して受信する。各機器の状態を示す情報を受信する計算機は、受信した情報を他の計算機へ送信することにより、計算機間でデータを同期させる。   At least one of the computers receives information indicating the status of the devices 40A and 40B, such as a switch, which is an object to be monitored by the power system control system, from each device via the external interface computer 30. Computers that receive information indicating the status of each device synchronize data between computers by transmitting the received information to other computers.

DBメンテナンス用計算機19は、各計算機が保持するデータベースを更新する操作をオペレータから受け付けるための計算機である。監視対象物の設置状況に変更があった場合、各計算機が保持するデータベースを更新するため、オペレータは、DBメンテナンス用計算機19に対してデータベースを更新する処理を行う。DBメンテナンス用計算機19は、オペレータによってデータベースが更新されると、更新後のデータベースのデータファイルを圧縮して、圧縮処理を施したデータファイルを他の計算機へ送信する。   The DB maintenance computer 19 is a computer for accepting an operation for updating a database held by each computer from an operator. When there is a change in the installation status of the monitoring object, the operator performs a process of updating the database to the DB maintenance computer 19 in order to update the database held by each computer. When the database is updated by the operator, the DB maintenance computer 19 compresses the data file of the updated database and transmits the data file subjected to the compression process to another computer.

図2は、計算機10の構成を示すブロック図である。
計算機10は、通信部102と、記憶部106と、制御部107とを含む。
FIG. 2 is a block diagram showing the configuration of the computer 10.
The computer 10 includes a communication unit 102, a storage unit 106, and a control unit 107.

通信部102は、計算機10が他の装置と通信するため信号を送受信するための変復調処理などを行う通信インタフェースである。   The communication unit 102 is a communication interface that performs modulation / demodulation processing for transmitting and receiving signals so that the computer 10 can communicate with other devices.

記憶部106は、HDD(Hard Disk Drive)等のディスク装置、フラッシュメモリおよびRAM等のメモリ等により構成され、計算機10が使用するプログラムを記憶し、計算機10が使用する各種のデータを蓄積する。   The storage unit 106 is configured by a disk device such as an HDD (Hard Disk Drive), a memory such as a flash memory and a RAM, etc., stores a program used by the computer 10, and accumulates various data used by the computer 10.

ある局面において、記憶部106は、機器データベース161を記憶する。機器データベース161は、電力系統制御システムが監視対象物とする各機器の設置状況などの情報を含むデータベースである。記憶部106は、例えば大容量のデータを保持することが可能なHDDなどのディスク型の記憶装置を有し、ディスク型の記憶装置へのデータベースの書き込みを受け付けることで、データベースを保持する。また、記憶部106は、ディスク型の記憶装置へデータを書き込む書き込み速度の設定を記憶する。書き込み速度の設定は、伸張済みデータファイルを分割してディスクに書き込む際のデータサイズの設定、および、分割された伸張済みデータファイルのそれぞれをディスクに書き込む時間間隔の設定を含む。   In a certain aspect, the storage unit 106 stores a device database 161. The device database 161 is a database that includes information such as the installation status of each device that is to be monitored by the power system control system. The storage unit 106 includes, for example, a disk-type storage device such as an HDD capable of holding a large amount of data, and holds the database by accepting database writing to the disk-type storage device. In addition, the storage unit 106 stores a writing speed setting for writing data to the disk-type storage device. The setting of the writing speed includes the setting of the data size when the expanded data file is divided and written to the disk, and the setting of the time interval for writing each of the divided expanded data files to the disk.

制御部107は、記憶部106に記憶されるプログラムを読み込んで実行することにより、計算機10の動作を制御する。制御部107は、例えば1または複数のプロセッサによって実現される。制御部107は、プログラムに従って動作することにより、業務処理部171と、ファイル伸張部172と、書き込み速度調整処理部173として機能する。   The control unit 107 controls the operation of the computer 10 by reading and executing a program stored in the storage unit 106. The control unit 107 is realized by, for example, one or a plurality of processors. The control unit 107 functions as a business processing unit 171, a file decompression unit 172, and a writing speed adjustment processing unit 173 by operating according to a program.

業務処理部171は、各操作卓から処理要求を受け付けた場合に、処理要求に応じた処理を行う。   When the business processing unit 171 receives a processing request from each console, the business processing unit 171 performs processing according to the processing request.

ファイル伸張部172は、通信部102により、DBメンテナンス用計算機19等の他の計算機から受信した圧縮データファイルに対し、解凍処理を施して、解凍処理が施された伸張済みデータファイルをメモリに保持させる。   The file decompression unit 172 performs decompression processing on the compressed data file received from another computer such as the DB maintenance computer 19 by the communication unit 102, and holds the decompressed data file subjected to decompression processing in the memory. Let

書き込み速度調整処理部173は、ディスク装置へデータを書き込む書き込み速度の設定に従って、メモリに保持される伸張済みデータファイルを分割してディスクへ書き込む。書き込み速度調整処理部173は、具体的には、伸張済みデータファイルを、予め設定されたデータサイズごとに分割し、分割された伸張済みデータファイルのそれぞれを、予め設定された時間間隔の設定に従ってディスク装置へ書き込む。例えば、書き込み速度調整処理部173は、記憶部106に、複数の書き込み速度の設定が記憶されている場合に、計算機10が実行予定のタスクの種類に応じて、書き込み速度の設定を切り替える。   The writing speed adjustment processing unit 173 divides the expanded data file held in the memory and writes it to the disk according to the setting of the writing speed for writing data to the disk device. Specifically, the writing speed adjustment processing unit 173 divides the decompressed data file for each preset data size, and each of the divided decompressed data files according to a preset time interval setting. Write to disk unit. For example, when a plurality of writing speed settings are stored in the storage unit 106, the writing speed adjustment processing unit 173 switches the writing speed setting according to the type of task to be executed by the computer 10.

計算機10が実行予定のタスクには、例えば、(A)開閉器など監視対象物の機器の状態が変化することにより発生するタスク(例えば開閉器の開閉など)、(B)定周期でセンシングされた信号を外部のネットワークから受信して、データベースの更新などの一次処理をするタスク、(C)監視対象物が設置される現地への指示などの運転指令をシーケンスで実行するタスク、(D)データベースを更新するタスク、(E)オペレータをトレーニングするための処理を行うタスク、(F)運転のシミュレーションを行うためのタスク、(G)オペレータが過去のデータを確認するタスクなどがある。これらのタスクのうち、(D)データベースを更新するタスク、(E)オペレータをトレーニングするための処理を行うタスク、(F)運転のシミュレーションを行うためのタスク、(G)オペレータが過去のデータを確認するタスクなどを、第1の業務処理を行うためのタスクとすると、第1の業務処理よりも優先的に処理すべき第2の業務処理には、(A)開閉器など監視対象物の機器の状態が変化することにより発生するタスク(例えば開閉器の開閉など)、(B)定周期でセンシングされた信号を外部のネットワークから受信して、データベースの更新などの一次処理をするタスク、(C)監視対象物が設置される現地への指示などの運転指令をするタスクなどのタスクを含めることとしてもよい。   The tasks scheduled to be executed by the computer 10 include, for example, (A) a task that occurs when the state of a device to be monitored such as a switch (for example, opening / closing of a switch), and (B) sensing at a fixed period. (C) a task for receiving a received signal from an external network and performing a primary process such as updating a database, (C) a task for executing an operation command in sequence such as an instruction to the site where the monitoring target is installed, and (D) There are a task for updating the database, (E) a task for performing training for the operator, (F) a task for simulating driving, and (G) a task for the operator to check past data. Among these tasks, (D) a task for updating a database, (E) a task for training an operator, (F) a task for simulating driving, (G) an operator storing past data Assuming that the task to be confirmed is a task for performing the first business process, the second business process to be processed with priority over the first business process includes (A) a monitoring target such as a switch. Tasks that occur when the state of the device changes (for example, opening and closing of a switch), (B) A task that receives a signal sensed at a fixed cycle from an external network and performs primary processing such as database update, (C) It is good also as including tasks, such as a task which gives a driving command, such as directions to the field where a monitoring subject is installed.

ここで、記憶部106が、ディスク装置へデータを書き込む書き込み速度が高速である第1の設定と、第1の設定よりも書き込み速度が低速である第2の設定とを記憶しているとする。この場合、書き込み速度調整処理部173は、第1の業務処理を実行する場合は書き込み速度の第1の設定(高速)に従って伸張済みデータファイルを分割してディスク装置へ書き込み、第2の業務処理を実行する場合は書き込み速度の第2の設定(低速)に従って伸張済みデータファイルを分割してディスク装置へ書き込むこととしてもよい。これにより、優先的に処理すべき第2の業務処理を遅滞なく実行するために、(D)データベースを更新するタスクにおいて、ディスクへのデータの書き込みが分割されて、データベース更新処理のスリープ時間(データを書き込む時間間隔に示される時間)が確保される。   Here, it is assumed that the storage unit 106 stores a first setting in which the writing speed for writing data to the disk device is high and a second setting in which the writing speed is lower than the first setting. . In this case, when executing the first business process, the write speed adjustment processing unit 173 divides the decompressed data file according to the first setting (high speed) of the write speed, writes it to the disk device, and performs the second business process. In the case of executing, the decompressed data file may be divided and written to the disk device in accordance with the second setting (low speed) of the writing speed. Thereby, in order to execute the second business process to be preferentially processed without delay, (D) in the task of updating the database, the writing of data to the disk is divided, and the sleep time of the database update process ( The time shown in the time interval for writing data is secured.

また、書き込み速度調整処理部173は、第2の業務処理が発生する可能性が向上することを推定する情報を受信することにより、書き込み速度の設定を第1の設定(高速で書き込み)から第2の設定(低速で書き込み)へ切り替えて伸張済みデータファイルをディスク装置へ書き込むこととしてもよい。第2の業務処理が発生する可能性が向上することを推定する情報として、電力系統制御システムが監視する対象となる監視対象物が設置される地域において、天候の変化を示す情報、災害の発生を示す情報、および電力供給量の変化量が閾値を超えることを示す情報、電力供給量の変化量が閾値を超えると予測される時間帯を示す情報などがある。すなわち、電力系統制御システムの監視対象物である各機器の状態変化が起こる蓋然性が高い場合に、伸張済みデータファイルをディスクへ書き込む際のディスク負荷を低減させる。   In addition, the writing speed adjustment processing unit 173 receives the information that estimates that the possibility of occurrence of the second business process is improved, thereby changing the writing speed setting from the first setting (high-speed writing) to the first setting. It is also possible to switch to setting 2 (write at low speed) and write the decompressed data file to the disk device. Information indicating the change in weather and the occurrence of disasters in the area where the monitoring target object to be monitored by the power system control system is installed as information for estimating the possibility that the second business process will occur , Information indicating that the amount of change in the power supply amount exceeds a threshold, information indicating a time zone in which the amount of change in the power supply amount is predicted to exceed the threshold, and the like. That is, when there is a high probability that the status of each device that is the monitoring target of the power system control system will change, the disk load when writing the decompressed data file to the disk is reduced.

<動作>
計算機10が圧縮データファイルを受信して、受信した圧縮データファイルを解凍し、伸長済みデータファイルを、書き込み速度の設定に従ってディスク装置に書き込むことでデータベースを更新する処理について説明する。
<Operation>
Processing in which the computer 10 receives the compressed data file, decompresses the received compressed data file, and updates the database by writing the decompressed data file to the disk device according to the writing speed setting will be described.

図3は、書き込み速度を調整しない場合と、書き込み速度の設定に従って伸長済みのデータファイルをディスク装置に書き込む場合とにおけるディスク負荷の大きさと伸長済みデータファイルの書き込み完了までの時間とを比較した図である。ここで、「伸張時間」とは、計算機10が、圧縮データファイルを受信して、受信した圧縮データファイルを解凍した伸長済みデータファイルをディスク装置へ書き込む処理が完了するまでの時間を示す。   FIG. 3 is a diagram comparing the amount of disk load and the time until writing of the decompressed data file is completed when the writing speed is not adjusted and when the decompressed data file is written to the disk device according to the setting of the writing speed. It is. Here, the “decompression time” indicates the time until the computer 10 receives the compressed data file and completes the process of writing the decompressed data file obtained by decompressing the received compressed data file to the disk device.

図3の状態(A)は、計算機10が本実施の形態の書き込み速度調整処理部173の処理を行わず、計算機10が、圧縮データファイルを解凍して直ちにディスク装置へ書き込む場合のディスク負荷と伸張時間との関係を示す図である。   The state (A) in FIG. 3 shows the disk load when the computer 10 does not perform the processing of the write speed adjustment processing unit 173 of this embodiment, and the computer 10 decompresses the compressed data file and immediately writes it to the disk device. It is a figure which shows the relationship with expansion | extension time.

図3の状態(B)は、本実施形態の書き込み速度調整処理部173の処理により、書き込み速度の設定に従って、伸張データファイルをディスク装置へ書き込む場合の図である。   The state (B) of FIG. 3 is a diagram when writing the decompressed data file to the disk device according to the setting of the writing speed by the processing of the writing speed adjustment processing unit 173 of the present embodiment.

図3の状態(A)と状態(B)とを比較すると、本実施形態の書き込み速度調整処理部173の処理を実行しない場合(状態(A))、データファイルの伸張時間は比較的短くなり、ディスク負荷が大きくなるため、計算機10の他の処理を待機させるなどの処理が必要となる。図3の状態(B)を参照すると、書き込み速度調整処理部173の処理により、データファイルの伸張時間が比較的長くなり、ディスク負荷が小さくなる。   Comparing the state (A) and the state (B) in FIG. 3, when the processing of the writing speed adjustment processing unit 173 of this embodiment is not executed (state (A)), the data file extension time becomes relatively short. Since the disk load increases, processing such as waiting for other processing of the computer 10 is required. Referring to the state (B) of FIG. 3, due to the processing of the writing speed adjustment processing unit 173, the data file expansion time becomes relatively long and the disk load is reduced.

図4は、書き込み速度調整処理部173によるデータファイルの伸張処理の詳細を説明した図である。   FIG. 4 is a diagram for explaining the details of the data file expansion processing by the writing speed adjustment processing unit 173.

計算機10は、通信部102により、データベースを更新するための圧縮データファイルをDBメンテナンス用計算機19から受信する。   The computer 10 receives a compressed data file for updating the database from the DB maintenance computer 19 through the communication unit 102.

ファイル伸張部172は、受信した圧縮データファイルに対し、解凍処理を施す。このとき解凍処理に使用するアルゴリズムは、例えば、一般的な解凍処理(例えば、gzipコマンド、uncompressコマンドその他のコマンドのように、汎用的なデータ圧縮アルゴリズムにより圧縮されたデータを解凍するための処理)により、ファイルの伸張を行う。ファイル伸張部172は、解凍処理が施された伸張済みデータファイルをメモリに保持する。ファイル伸張部172は、伸張済みデータファイルを、書き込み速度調整処理部173が行う処理に渡す。ファイル伸張部172が書き込み速度調整処理部173に対して伸長済みデータファイルを渡す際、特殊なデータフォーマットを使用するのではなくバイナリデータとしてデータを渡す。これにより、パイプライン処理など一般的な処理により、ファイル伸張部172から書き込み速度調整処理部173が行う処理へと伸長済みデータファイルを渡すことができる。   The file decompression unit 172 performs decompression processing on the received compressed data file. The algorithm used for the decompression process at this time is, for example, a general decompression process (for example, a process for decompressing data compressed by a general-purpose data compression algorithm, such as the gzip command, the uncompress command, and other commands). To decompress the file. The file decompression unit 172 holds the decompressed data file that has been decompressed in the memory. The file decompression unit 172 passes the decompressed data file to the processing performed by the writing speed adjustment processing unit 173. When the file decompression unit 172 delivers the decompressed data file to the writing speed adjustment processing unit 173, the data is delivered as binary data instead of using a special data format. As a result, the decompressed data file can be transferred from the file decompression unit 172 to the processing performed by the writing speed adjustment processing unit 173 by a general process such as pipeline processing.

書き込み速度調整処理部173は、伸張済みデータファイルを受け取って、書き込み速度の設定により、予め定められた時間間隔ごとに、予め定められたサイズのデータをディスク装置に書き込む。すなわち、書き込み速度調整処理部173は、伸張済みデータファイルを分割して、時間間隔の設定に従ってディスク装置へ書き込む。なお、書き込み速度の設定のパラメータは、時間間隔およびデータのサイズを含むものとする。計算機10は、オペレータから、この時間間隔の設定およびデータサイズの設定を変更する操作を受け付けることができる。   The writing speed adjustment processing unit 173 receives the decompressed data file, and writes data of a predetermined size to the disk device at predetermined time intervals according to the setting of the writing speed. That is, the writing speed adjustment processing unit 173 divides the decompressed data file and writes it to the disk device according to the time interval setting. Note that the parameter for setting the writing speed includes a time interval and data size. The computer 10 can accept an operation for changing the setting of the time interval and the setting of the data size from the operator.

<実施の形態2>
実施の形態1の計算機10において、伸張済みデータファイルをディスク装置に分割して書き込むための時間間隔の設定は、切替可能であるとして説明した。例えば、計算機10は、電力供給量の変化量が閾値を超えると予測される時間帯を示す情報を受信した場合に、その予測される時間帯においては、監視対象物である機器の状態変化が起こる蓋然性が高いと予測される。したがって、計算機10の書き込み速度調整処理部173は、この時間帯においては、伸張済みデータをディスクへ書き込む際のディスク負荷を比較的低くするように、ファイル書き込み速度の設定を選択する。
<Embodiment 2>
In the computer 10 according to the first embodiment, it has been described that the setting of the time interval for dividing and writing the decompressed data file to the disk device can be switched. For example, when the computer 10 receives information indicating a time zone in which the amount of change in the power supply amount is predicted to exceed the threshold, the state change of the device that is the monitoring target is detected in the predicted time zone. It is predicted that the probability that it will occur is high. Therefore, the writing speed adjustment processing unit 173 of the computer 10 selects the file writing speed setting so that the disk load when writing the decompressed data to the disk is relatively low during this time period.

<実施の形態3>
計算機10は、伸張済みデータファイルをメモリからディスク装置へ分割して書き込む都度、計算機10が実行するタスクの種類を参照し、タスクの種類に応じて、書き込み速度の設定を決定し、決定した設定に従ってディスク装置へ伸張済みデータファイルを書き込むこととしてもよい。すなわち、計算機10は、伸張済みデータファイルを分割して書き込む都度、実施の形態1で示した第2の業務処理など優先して処理すべきタスクを実行している場合は、ディスク装置へ伸張済みデータファイルを書き込む時間間隔を比較的長くし、第1の業務処理を実行している場合は、ディスク装置へ伸張済みデータファイルを書き込む時間間隔を短くすることとしてもよい。
<Embodiment 3>
Each time the computer 10 divides and writes the decompressed data file from the memory to the disk device, the computer 10 refers to the type of task executed by the computer 10 and determines the writing speed setting according to the type of task. The decompressed data file may be written to the disk device according to In other words, each time the computer 10 divides and writes the decompressed data file, if the task to be processed with priority such as the second business processing shown in the first embodiment is executed, the computer 10 has decompressed the disk device. If the time interval for writing the data file is relatively long and the first job process is being executed, the time interval for writing the decompressed data file to the disk device may be shortened.

ある局面において、本実施の形態に係る計算機および操作卓は、プロセッサと、該プロセッサで実行されるプログラムとにより実現される。本実施の形態を実現するプログラムは、通信インタフェースを介してネットワークを利用した送受信等により提供される。   In a certain aspect, the computer and the console according to the present embodiment are realized by a processor and a program executed by the processor. The program for realizing the present embodiment is provided by transmission / reception using a network via a communication interface.

今回開示された実施の形態はすべての点で例示であって制限的なものでないと考えられるべきである。この発明の範囲は上記した説明ではなくて特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。   The embodiment disclosed this time must be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

10 計算機、19 DBメンテナンス用計算機、20 操作卓、30 外部インタフェース用計算機、40 機器、90 ネットワーク。   10 computers, 19 DB maintenance computers, 20 consoles, 30 external interface computers, 40 devices, 90 networks.

Claims (8)

電力系統制御システムに含まれる計算機であって、
前記計算機は、
データ圧縮処理が施された圧縮データファイルを受信するように構成された通信部と、
データを保持することが可能なディスクを有し、前記ディスクへのデータの書き込みを受け付けることでデータを保持するように構成されたデータ保持部と、
メモリと、
前記計算機の動作を制御するための制御部とを備え、
前記制御部は、
前記受信した前記圧縮データファイルに対し、解凍処理を施して、前記解凍処理が施された伸張済みデータファイルを前記メモリに保持させる伸張処理部と、
前記ディスクへデータを書き込む書き込み速度の設定に従って、前記メモリに保持される前記伸張済みデータファイルを分割して前記ディスクへ書き込む調整処理部とを含む、計算機。
A computer included in a power system control system,
The calculator is
A communication unit configured to receive a compressed data file subjected to data compression processing;
A data holding unit configured to hold data by having a disk capable of holding data and accepting writing of data to the disk;
Memory,
A control unit for controlling the operation of the computer,
The controller is
A decompression processing unit that decompresses the received compressed data file and holds the decompressed data file subjected to the decompression process in the memory;
A computer including an adjustment processing unit that divides the decompressed data file held in the memory and writes the data to the disk according to a setting of a writing speed for writing data to the disk
前記書き込み速度の設定は、前記伸張済みデータファイルを分割して前記ディスクに書き込む際のデータサイズの設定、および、前記分割された前記伸張済みデータファイルのそれぞれを前記ディスクに書き込む時間間隔の設定を含み、
前記制御部の前記調整処理部は、前記伸張済みデータファイルを、予め設定された前記データサイズごとに分割し、分割された前記伸張済みデータファイルのそれぞれを、予め設定された前記時間間隔の設定に従って前記ディスクへ書き込むように構成されている、請求項1に記載の計算機。
The writing speed is set by setting a data size when the expanded data file is divided and written to the disk, and setting a time interval for writing each of the divided expanded data files to the disk. Including
The adjustment processing unit of the control unit divides the decompressed data file for each preset data size, and sets each of the divided decompressed data files to the preset time interval. The computer of claim 1, configured to write to the disk according to:
前記計算機は、少なくとも2つの前記書き込み速度の設定を記憶するように構成されており、
前記制御部の前記調整処理部は、前記計算機が実行予定のタスクの種類に応じて、前記書き込み速度の設定を切り替えるように構成されている、請求項1または2に記載の計算機。
The calculator is configured to store at least two write speed settings;
The computer according to claim 1, wherein the adjustment processing unit of the control unit is configured to switch the setting of the writing speed according to a type of a task scheduled to be executed by the computer.
前記計算機が実行するタスクの種類は、少なくとも第1の業務処理と、前記第1の業務処理よりも優先的に処理すべき第2の業務処理とを含み、
前記計算機は、前記ディスクへデータを書き込む書き込み速度の第1の設定と、前記第1の設定と比較して書き込み速度が低速である第2の設定とを記憶するように構成されており、
前記計算機の前記調整処理部は、前記第1の業務処理を実行する場合は前記書き込み速度の前記第1の設定に従って前記伸張済みデータファイルを分割して前記ディスクへ書き込み、前記第2の業務処理を実行する場合は前記書き込み速度の前記第2の設定に従って前記伸張済みデータファイルを分割して前記ディスクへ書き込むように構成されている、請求項1から3のいずれか1項に記載の計算機。
The types of tasks executed by the computer include at least first business processing and second business processing to be processed with priority over the first business processing,
The calculator is configured to store a first setting for writing data to the disk and a second setting for which the writing speed is low compared to the first setting;
The adjustment processing unit of the computer, when executing the first business process, divides the decompressed data file according to the first setting of the writing speed and writes the divided data file to the disk, and performs the second business process. The computer according to any one of claims 1 to 3, wherein when the operation is executed, the decompressed data file is divided and written to the disk according to the second setting of the writing speed.
前記第2の業務処理は、前記電力系統制御システムにおける監視対象物の各機器に対する複数の運転指令からなるシーケンスを実行する処理、または、定周期で監視対象物の各機器のセンシングデータを受信することにより各機器の状態を示す情報を更新する処理の少なくともいずれかを含む、請求項4に記載の計算機。   The second business process is a process of executing a sequence including a plurality of operation instructions for each device to be monitored in the power system control system, or sensing data of each device to be monitored at a fixed cycle. The computer according to claim 4, further comprising at least one of processing for updating information indicating a state of each device. 前記制御部の前記調整処理部は、前記第2の業務処理が発生する可能性が向上することを推定する情報を受信することにより、前記書き込み速度の設定を第1の設定から前記第2の設定へ切り替えて前記伸張済みデータファイルを前記ディスクへ書き込むように構成されている、請求項4または5に記載の計算機。   The adjustment processing unit of the control unit receives the information that estimates that the possibility that the second business process will occur is improved, thereby changing the setting of the writing speed from the first setting to the second setting. The computer according to claim 4 or 5, wherein the computer is configured to switch to a setting and write the decompressed data file to the disk. 前記制御部の前記調整処理部は、前記第2の業務処理が発生する可能性が向上することを推定する情報として、前記電力系統制御システムが監視する対象となる監視対象物が設置される地域において、天候の変化を示す情報、災害の発生を示す情報、および電力供給量の変化量が閾値を超えることを示す情報、電力供給量の変化量が閾値を超えると予測される時間帯を示す情報のうち少なくともいずれかを受信することにより、前記書き込み速度の設定を前記第2の設定へ切り替えて前記伸張済みデータファイルを前記ディスクへ書き込むように構成されている、請求項6に記載の計算機。   The adjustment processing unit of the control unit is an area where a monitoring target object to be monitored by the power system control system is installed as information for estimating that the possibility that the second business process will occur is improved. Shows information indicating weather change, information indicating the occurrence of a disaster, information indicating that the amount of change in power supply exceeds the threshold, and indicating the time period in which the amount of change in power supply exceeds the threshold 7. The computer according to claim 6, wherein the computer is configured to switch the setting of the writing speed to the second setting and write the decompressed data file to the disk by receiving at least one of the information. . 前記制御部の前記調整処理部は、前記伸張済みデータファイルを分割して前記ディスクへ書き込む都度、前記計算機が実行するタスクの種類を参照し、前記タスクの種類に応じて、前記書き込み速度の設定を決定し、決定した設定に従って前記ディスクへ前記伸張済みデータファイルを書き込むように構成されている、請求項1から3のいずれか1項に記載の計算機。   The adjustment processing unit of the control unit refers to the type of task executed by the computer each time the decompressed data file is divided and written to the disk, and the write speed is set according to the type of task. The computer according to any one of claims 1 to 3, wherein the computer is configured to determine and write the decompressed data file to the disk according to the determined setting.
JP2015158035A 2015-08-10 2015-08-10 calculator Active JP6373236B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015158035A JP6373236B2 (en) 2015-08-10 2015-08-10 calculator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015158035A JP6373236B2 (en) 2015-08-10 2015-08-10 calculator

Publications (2)

Publication Number Publication Date
JP2017037456A JP2017037456A (en) 2017-02-16
JP6373236B2 true JP6373236B2 (en) 2018-08-15

Family

ID=58048209

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015158035A Active JP6373236B2 (en) 2015-08-10 2015-08-10 calculator

Country Status (1)

Country Link
JP (1) JP6373236B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003299262A (en) * 2002-03-29 2003-10-17 Tokyo Electric Power Co Inc:The Power transmission/distribution system monitor and program thereof
JP2006204033A (en) * 2005-01-21 2006-08-03 Hitachi Ltd Power system simulator
JP2013131060A (en) * 2011-12-21 2013-07-04 Panasonic Corp Information processing device
JP2013243802A (en) * 2012-05-18 2013-12-05 Mitsubishi Electric Corp Power system monitoring and control system

Also Published As

Publication number Publication date
JP2017037456A (en) 2017-02-16

Similar Documents

Publication Publication Date Title
US10929185B1 (en) Predictive workload placement
US20190268278A1 (en) Monitoring data streams and scaling computing resources based on the data streams
JP2006285316A (en) Server performance measuring method, server performance measuring system and computer program used for the method and system
JP2020053013A (en) Request processing method and device
JP5864032B1 (en) Programmable logic controller
JP6373236B2 (en) calculator
JP5331549B2 (en) Distributed processing system and distributed processing method
US9846476B1 (en) System and method of identifying the idle time for lab hardware thru automated system
JP6198628B2 (en) Independent control system, independent control device, independent control method and program
US9559904B2 (en) Dynamic agent replacement within a cloud network
US9372786B1 (en) Constructing state-transition functions for mobile devices
KR102227644B1 (en) Method for measuring workload by learning on micro data center environment
US9535753B2 (en) Context and optimization framework
US10838479B2 (en) Information processing system, management device, and method of controlling information processing system
JP6183101B2 (en) Information processing system, control program, and control method
JP6870390B2 (en) Resource allocation method, connection management server and connection management program in a system based on a virtual infrastructure
JP6846621B2 (en) Information processing device and network switching method
US10120730B2 (en) Load control device and load control method
JP2020064340A (en) Control system
US20210306224A1 (en) Dynamic offloading of cloud issue generation to on-premise artificial intelligence
US20230017884A1 (en) Method and system for seamlessly remote monitoring an availability of a published remote resource on a host
JP6750299B2 (en) Information processing system
JP5349876B2 (en) Information processing apparatus, information processing method, and program
JP2024041463A (en) engineering equipment
KR101866204B1 (en) Multi data link processor for dynamic reconfiguration

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171027

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180531

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180619

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180717

R150 Certificate of patent or registration of utility model

Ref document number: 6373236

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250