JP2015033156A - Digital protection controller - Google Patents

Digital protection controller Download PDF

Info

Publication number
JP2015033156A
JP2015033156A JP2013158878A JP2013158878A JP2015033156A JP 2015033156 A JP2015033156 A JP 2015033156A JP 2013158878 A JP2013158878 A JP 2013158878A JP 2013158878 A JP2013158878 A JP 2013158878A JP 2015033156 A JP2015033156 A JP 2015033156A
Authority
JP
Japan
Prior art keywords
data
priority
control device
protection control
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2013158878A
Other languages
Japanese (ja)
Other versions
JP6155130B2 (en
Inventor
勇太 江阪
Yuta Esaka
勇太 江阪
城戸 三安
Mitsuyasu Kido
三安 城戸
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2013158878A priority Critical patent/JP6155130B2/en
Publication of JP2015033156A publication Critical patent/JP2015033156A/en
Application granted granted Critical
Publication of JP6155130B2 publication Critical patent/JP6155130B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Emergency Protection Circuit Devices (AREA)

Abstract

PROBLEM TO BE SOLVED: To preferentially store data having high priority in a memory.SOLUTION: A digital protection controller for protecting a power system is configured so as to comprise: a data temporary storage unit; a data preservation storage unit; a protection calculation unit for outputting a data preservation instruction for making temporary holding data in the data temporary storage unit be preserved in the data preservation storage unit; a priority determination unit for determining priority of the temporary holding data; and a preservation selection unit. The preservation selection unit is configured so that, when the data preservation instruction is output, the temporary holding data associated with priority of the temporary holding data is preserved in the data preservation storage unit in the case that a free space exists in the data preservation storage unit, the temporary holding data associated with the priority of the temporary holding data is preserved in the data preservation storage unit in the case that no free space exists in the data preservation storage unit and the priority of the temporary holding data is higher than that of preservation data in the data preservation storage unit, and the temporary holding data and its priority are not preserved in the case that no free space exists in the data preservation storage unit and the priority of the temporary holding data is lower than that of the preservation data.

Description

本発明は、電力系統を保護するディジタル保護制御装置に係り、例えば、リレー動作時における電力系統応動解析を目的とするデータセーブ技術に関する。   The present invention relates to a digital protection control device that protects a power system, for example, a data saving technique for the purpose of power system response analysis during relay operation.

背景技術のディジタル保護制御装置(以下、単に装置ともいう。)において、装置のアナログ入力情報、ディジタル入出力情報、当該装置の設定状態、当該装置における保護演算のシーケンス情報などを時系列に保存するデータセーブ機能が設けられている。このデータセーブ機能により保存されたデータは、主にリレー動作時の系統応動解析や、当該装置の故障部位の推定といった目的に使用されている。   In the digital protection control device of the background art (hereinafter also simply referred to as “device”), analog input information of the device, digital input / output information, setting status of the device, sequence information of protection operation in the device, and the like are stored in time series. A data save function is provided. The data saved by this data saving function is mainly used for the purpose of system response analysis at the time of relay operation and estimation of the failure part of the device.

データセーブ機能により保存されるレコードは、装置の電源が切られても保持し続けることが求められるために、記憶媒体として、フラッシュメモリやバッテリバックアップ機能を備えたSRAM(Static Random Access Memory)等の不揮発性記憶装置が使用されることが多い。   Since records saved by the data saving function are required to be kept even when the power of the device is turned off, a storage medium such as a flash memory or an SRAM (Static Random Access Memory) having a battery backup function is used. Nonvolatile storage is often used.

ディジタル保護制御装置が適用される電力系統システムの大規模化及び複雑化に伴って、データセーブ機能により保存されるレコードのサイズは増大する傾向にあるため、データを保存するためのメモリの大容量化が求められている。しかし、保護制御装置のような組込機器で一般的に用いられるCPU(Central Processing Unit)はアドレス空間によるメモリ容量の制約があり、大容量化が困難である。また、アドレス空間の広いCPUを使用して大容量のメモリを使用した場合には、それらは非常に高価となってしまう。   As the power grid system to which the digital protection control device is applied becomes larger and more complex, the size of the record stored by the data saving function tends to increase, so the capacity of the memory for storing the data increases. Is required. However, a CPU (Central Processing Unit) generally used in an embedded device such as a protection control device is limited in memory capacity due to an address space, and it is difficult to increase the capacity. In addition, when a large-capacity memory is used by using a CPU having a wide address space, they become very expensive.

限られたメモリ容量を有効的に使用するため、一般的にはデータセーブ機能で保存できるレコード件数をあらかじめ決定しておき、FIFO(First In First Out:先入れ先出し法)に従った保存が行なわれる。FIFOに従った保存手法とは、新規レコード保存時にメモリ容量が足りない場合、既に保存されているレコードのうち保存された時刻が最も古いレコードを削除し、削除されたメモリ領域に新規レコードを保存するという手法である。   In order to effectively use the limited memory capacity, generally, the number of records that can be stored by the data saving function is determined in advance, and the storage is performed according to the FIFO (First In First Out). If the memory capacity is insufficient when saving a new record, the save method according to FIFO deletes the record with the oldest save time from the records that have already been saved, and saves the new record in the deleted memory area. It is a technique to do.

下記の特許文献1には、ディジタル保護継電装置において、一定時間内に同じ異常が発生した場合に異常情報を上書き記憶し、一定時間を超えて同じ異常が発生した場合に新規の異常情報として記憶する技術が記載されている。   In the following Patent Document 1, in the digital protection relay device, when the same abnormality occurs within a certain time, the abnormality information is overwritten and stored as new abnormality information when the same abnormality occurs over a certain time. The technique to memorize | store is described.

特開平11−55845号公報JP 11-55845 A

しかしながら、データセーブ機能で保存されるレコードは、系統応動解析や故障部位推定を行なうにあたって重要なものと、重要でないものとが混在している。そのため、従来のFIFOに従った保存手法では、重要でないレコードの新規保存によって重要なレコードが消去されてしまう。また、上記の特許文献1の技術では、一定時間内に同じ異常が発生した場合には異常情報を上書きすることによりメモリを節約できるが、重要レコード等の優先度の高いデータを優先して保存することはできない。
本発明の目的は、優先度の高いデータを優先してメモリに保存することができるディジタル保護制御装置を提供することにある。
However, the records saved by the data saving function include both important and unimportant records for system response analysis and failure site estimation. For this reason, in the conventional storage method according to the FIFO, important records are erased by newly storing unimportant records. In the technique disclosed in Patent Document 1, memory can be saved by overwriting the abnormality information when the same abnormality occurs within a certain time, but priority is given to high priority data such as important records. I can't do it.
An object of the present invention is to provide a digital protection control device capable of preferentially storing high priority data in a memory.

上記課題を解決するための、本願発明の代表的な構成は、次のとおりである。すなわち、
電力系統を保護するディジタル保護制御装置において、
データを一時保持するデータ一時記憶部と、
データを保存するとともに、前記保存する保存データと対応付けて該保存データの優先度を保存するデータ保存記憶部と、
前記データ一時記憶部に保持した一時保持データを、前記データ保存記憶部へ保存データとして保存させるデータ保存指令を出力する保護演算部と、
前記一時保持データの優先度を判定する優先度判定部と、
前記保護演算部から前記データ保存指令が出力されると、前記データ保存記憶部に空きエリアがある場合は、前記一時保持データと該一時保持データの優先度とを互いに対応付けて、前記データ保存記憶部に保存させ、前記データ保存記憶部に空きエリアがない場合は、前記優先度判定部で判定された前記一時保持データの優先度と、前記データ保存記憶部に保存された前記保存データの優先度とを比較し、前記一時保持データの優先度が前記保存データの優先度より高い場合に、前記一時保持データと該一時保持データの優先度とを互いに対応付けて、前記データ保存記憶部に保存させ、前記一時保持データの優先度が前記保存データの優先度より低い場合に、前記一時保持データと該一時保持データの優先度とを前記データ保存記憶部に保存させない保存選択部と、
を備えることを特徴とする。
A typical configuration of the present invention for solving the above problems is as follows. That is,
In the digital protection control device that protects the power system,
A temporary data storage unit for temporarily storing data;
A data storage unit that stores data and stores the priority of the stored data in association with the stored data;
A protection operation unit that outputs a data storage command for storing the temporarily stored data stored in the data temporary storage unit as stored data in the data storage unit;
A priority determination unit for determining the priority of the temporarily held data;
When the data storage command is output from the protection calculation unit, if there is an empty area in the data storage unit, the temporary storage data and the priority of the temporary storage data are associated with each other, and the data storage When there is no empty area in the data storage unit, the priority of the temporarily held data determined by the priority determination unit and the stored data stored in the data storage unit When the priority of the temporarily stored data is higher than the priority of the stored data, the data stored storage unit associates the temporarily stored data and the priority of the temporarily stored data with each other. When the priority of the temporarily stored data is lower than the priority of the stored data, the temporarily stored data and the priority of the temporarily stored data are stored in the data storage storage unit. And the storage selection unit that does not exist,
It is characterized by providing.

上記構成によれば、優先度の高いデータを優先的にメモリに保存することができる。   According to the above configuration, high priority data can be preferentially saved in the memory.

本発明の第1実施形態におけるディジタル保護制御装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the digital protection control apparatus in 1st Embodiment of this invention. 本発明の第1実施形態におけるデータセーブ機能のデータフローを示す図である。It is a figure which shows the data flow of the data saving function in 1st Embodiment of this invention. 本発明の第1実施形態における優先度テーブルのフォーマットの一例である。It is an example of the format of the priority table in 1st Embodiment of this invention. 本発明の第1実施形態における優先度テーブルを示す図である。It is a figure which shows the priority table in 1st Embodiment of this invention. 本発明の第1実施形態における優先度判定部の処理フローチャートを示す図である。It is a figure which shows the process flowchart of the priority determination part in 1st Embodiment of this invention. 本発明の第1実施形態における保存選択部の処理フローチャートを示す図である。It is a figure which shows the process flowchart of the preservation | save selection part in 1st Embodiment of this invention. 第2実施形態における優先度テーブルを示す図である。It is a figure which shows the priority table in 2nd Embodiment. 第3実施形態における優先度テーブルを示す図である。It is a figure which shows the priority table in 3rd Embodiment.

(第1実施形態)
以下、本発明の第1実施形態について、図1〜図6を用いて説明する。第1実施形態のディジタル保護制御装置は、制御対象の保護リレー(継電器)、保護対象である電力系統の遮断器や負荷開閉器、電力系統の電圧や電流を計測するPT(計器用変圧器)やCT(変流器)等と電気信号により接続されている。
(First embodiment)
Hereinafter, a first embodiment of the present invention will be described with reference to FIGS. The digital protection control device according to the first embodiment includes a protection relay (relay) to be controlled, a circuit breaker and load switch of a power system to be protected, and a PT (instrument transformer) that measures voltage and current of the power system. And CT (current transformer) etc. are connected by electric signals.

図1は、本発明の第1実施形態におけるディジタル保護制御装置のハードウェア構成の一例を示す図である。図1に示すように、第1実施形態のディジタル保護制御装置10は、アナログ入力部11と、ディジタル入力部12と、ディジタル出力部13と、処理部14と、揮発性記憶部15と、不揮発性記憶部16と、HMI(ヒューマンマシンインタフェース)部17とを備えている。これら各構成部は、システムバス18により互いに接続されている。   FIG. 1 is a diagram illustrating an example of a hardware configuration of a digital protection control device according to the first embodiment of the present invention. As shown in FIG. 1, the digital protection control device 10 of the first embodiment includes an analog input unit 11, a digital input unit 12, a digital output unit 13, a processing unit 14, a volatile storage unit 15, a non-volatile storage unit. A storage unit 16 and an HMI (Human Machine Interface) unit 17. These components are connected to each other by a system bus 18.

(ディジタル保護制御装置の動作概要)
まず、第1実施形態のディジタル保護制御装置10の動作概要を説明する。
揮発性記憶部15内には、アナログ入力部11及びディジタル入力部12から入力されたデータが、周期的かつ時系列に上書きされ一時保持される。そして、リレー動作時や装置異常発生時に、処理部14からデータ保存指令が出力されると、揮発性記憶部15に一時保持されたデータのうち、保存指令出力前後の所定時間のデータを1件のレコードとして、不揮発性記憶部16へ保存する。
(Operation overview of digital protection control device)
First, an outline of the operation of the digital protection control device 10 of the first embodiment will be described.
In the volatile storage unit 15, data input from the analog input unit 11 and the digital input unit 12 are overwritten periodically and temporarily stored in time series. When a data storage command is output from the processing unit 14 at the time of relay operation or when a device abnormality occurs, one piece of data for a predetermined time before and after the output of the storage command is temporarily stored in the volatile storage unit 15. Is stored in the non-volatile storage unit 16 as a record.

このとき処理部14は、不揮発性記憶部16に空きエリアがない場合、新たに保存する予定の新規データの優先度が、既に不揮発性記憶部16へ保存されている既存データの優先度より高いか否かの優先度判定を行い、新規データの優先度が既存データの優先度より高い場合又は優先度が同等である場合は新規データを保存するが、新規データの優先度が既存データの優先度よりも低い場合は新規データを保存しない。このようにして、優先度の高いデータを確実に保存しつつ、不揮発性記憶部16の容量を節約することができる。   At this time, when there is no empty area in the nonvolatile storage unit 16, the processing unit 14 has a higher priority for new data to be newly stored than the priority for existing data already stored in the nonvolatile storage unit 16. If the priority of the new data is higher than the priority of the existing data or the priority is the same, the new data is saved, but the priority of the new data is the priority of the existing data. If it is lower than this, new data is not saved. In this way, it is possible to save the capacity of the nonvolatile storage unit 16 while reliably storing high priority data.

(ディジタル保護制御装置の構成)
次に、第1実施形態のディジタル保護制御装置10の各構成部を説明する。
アナログ入力部11は、装置外部のPTやCTから、装置外部の電力系統の電圧値及び電流値の情報を、アナログ信号として入力し、ディジタルデータに変換した後、処理部14や揮発性記憶部15へ出力するものである。
(Configuration of digital protection control device)
Next, each component of the digital protection control device 10 of the first embodiment will be described.
The analog input unit 11 inputs information on the voltage value and current value of the power system outside the device as analog signals from PT and CT outside the device, converts them into digital data, and then processes the processing unit 14 and the volatile storage unit. 15 is output.

ディジタル入力部12は、装置外部の機器状態や外部条件等の情報を、ディジタル入力信号として入力し、ディジタルデータとして、処理部14や揮発性記憶部15へ出力するものである。なお、装置外部の機器状態のディジタル入力信号とは、例えば遮断器や負荷開閉器等の開閉状態を示すディジタル入力信号である。また、外部条件のディジタル入力信号とは、例えばリレーのトリップ出力など一定の条件が成立しているかどうかを示すディジタル入力である。   The digital input unit 12 inputs information such as device status outside the apparatus and external conditions as a digital input signal, and outputs it as digital data to the processing unit 14 and the volatile storage unit 15. The digital input signal of the device state outside the apparatus is a digital input signal indicating the open / close state of, for example, a circuit breaker or a load switch. The external input digital input signal is a digital input indicating whether a certain condition such as a trip output of a relay is satisfied.

ディジタル出力部13は、リレー動作させるための遮断器トリップ指令や、装置異常検出データなどを、処理部14から受け取り、ディジタル信号として出力するものである。   The digital output unit 13 receives a circuit breaker trip command for operating the relay, device abnormality detection data, and the like from the processing unit 14 and outputs them as digital signals.

処理部14は、CPU部14aとメモリ部14bとを含んで構成される。
メモリ部14bには、優先度テーブル14b1が記憶されている。前述した処理部14による保存予定新規データの優先度判定は、優先度テーブル14b1の情報に基づき行なわれる。図3は、第1実施形態における優先度テーブル14b1のフォーマットの一例である。図3に示すように、優先度テーブル14b1は、処理部14における優先度判定順を示す番号である判定順と、優先度判定の条件と、優先度判定の結果、付与される優先度から構成される。優先度テーブル14b1は、揮発性記憶部15内に一時保持したデータを、不揮発性記憶部16へ保存するか否かを判定するために使用されるテーブルである。
The processing unit 14 includes a CPU unit 14a and a memory unit 14b.
A priority table 14b1 is stored in the memory unit 14b. The above-described priority determination of the new data to be stored by the processing unit 14 is performed based on information in the priority table 14b1. FIG. 3 is an example of a format of the priority table 14b1 in the first embodiment. As shown in FIG. 3, the priority table 14b1 includes a determination order that is a number indicating the priority determination order in the processing unit 14, a condition for priority determination, and a priority given as a result of the priority determination. Is done. The priority table 14b1 is a table used for determining whether or not the data temporarily stored in the volatile storage unit 15 is stored in the nonvolatile storage unit 16.

図3の例では、処理部14は、条件式(1)、条件式(2)、条件式(3)の順に優先度判定を行う。そして、後述するデータ保存エリア16aへの保存対象である新規データが条件式(1)を満足した場合、その新規データは優先度Aと判定され、条件式(2)を満足した場合、その新規データは優先度Cと判定され、条件式(3)を満足した場合、その新規データは優先度Bと判定される。本実施形態では、優先度は、Aが最も高く、Cが最も低い。   In the example of FIG. 3, the processing unit 14 performs priority determination in the order of the conditional expression (1), the conditional expression (2), and the conditional expression (3). When new data to be stored in the data storage area 16a, which will be described later, satisfies the conditional expression (1), the new data is determined as priority A, and when the new data satisfies the conditional expression (2), the new data The data is determined as priority C, and when the conditional expression (3) is satisfied, the new data is determined as priority B. In this embodiment, A is the highest priority and C is the lowest.

図1に示すように、CPU部14aは、保護演算部14a1と優先度判定部14a2と保存選択部14a3とを含んで構成される。CPU部14aは、HMI部17で受け付けたユーザからの指示に基づき、データ保存エリア16a1〜16anに保存されたレコードを、HMI部17に表示させる。また、CPU部14aは、HMI部17で受け付けたユーザからの指示に基づき、データ保存エリア16a1〜16anに保存されたレコードを削除する。   As shown in FIG. 1, the CPU unit 14a includes a protection calculation unit 14a1, a priority determination unit 14a2, and a storage selection unit 14a3. The CPU unit 14 a causes the HMI unit 17 to display the records stored in the data storage areas 16 a 1 to 16 an based on the instruction from the user received by the HMI unit 17. Further, the CPU unit 14a deletes the records stored in the data storage areas 16a1 to 16an based on the instruction from the user received by the HMI unit 17.

保護演算部14a1は、アナログ入力部11から取得したデータ(電力系統の電圧値や電流値等)に基づき、遮断器等を開閉するためのリレー動作を行うか否かを判定するリレー動作判定処理を行い、リレー動作判定処理を行った後に、リレー動作を行うためのシーケンス処理を行う。また、保護演算部14a1は、リレー動作時や装置異常発生時に、揮発性記憶部15に一時保持されたデータを不揮発性記憶部16へ保存するよう指令するデータ保存指令を出力する。   The protection calculation unit 14a1 determines whether or not to perform a relay operation for opening and closing a circuit breaker or the like based on data (such as a voltage value or a current value of the power system) acquired from the analog input unit 11. After performing relay operation determination processing, sequence processing for performing relay operation is performed. Further, the protection calculation unit 14a1 outputs a data storage command for instructing to store the data temporarily stored in the volatile storage unit 15 in the nonvolatile storage unit 16 at the time of relay operation or when an apparatus abnormality occurs.

優先度判定部14a2は、前述した保存予定新規データの優先度判定を行う。詳しくは、保護演算部14a1からデータ保存指令が出力されると、該データ保存指令が出力された時点において、該データ保存指令出力時点前後の所定期間内に揮発性記憶部15に一時保持されるデータの優先度を、優先度テーブル14b1の情報に基づき判定する優先度判定処理を行なう。
例えば、優先度判定部14a2は、揮発性記憶部15に、時刻t1、t2、t3、t4、t5の順に時系列にデータが一時保持され、時刻t3においてデータ保存指令が出力されると、例えば時刻t2〜t4の期間の一時保持データの優先度判定処理を行なう。
The priority determination unit 14a2 determines the priority of the new data to be stored as described above. Specifically, when a data storage command is output from the protection arithmetic unit 14a1, when the data storage command is output, the data is temporarily stored in the volatile storage unit 15 within a predetermined period before and after the data storage command is output. A priority determination process for determining the priority of data based on information in the priority table 14b1 is performed.
For example, when the priority determination unit 14a2 temporarily stores data in time series in the order of times t1, t2, t3, t4, and t5 in the volatile storage unit 15 and outputs a data storage command at time t3, for example, Processing for determining the priority of temporarily held data during the period from time t2 to t4 is performed.

保存選択部14a3は、不揮発性記憶部16に空きエリアがある場合、保護演算部14a1からデータ保存指令が出力されると、該データ保存指令出力時点前後の所定期間内に揮発性記憶部15に一時保持されるデータを、無条件に不揮発性記憶部16へ保存する。   When there is an empty area in the non-volatile storage unit 16, when the data storage command is output from the protection calculation unit 14 a 1, the storage selection unit 14 a 3 stores the data in the volatile storage unit 15 within a predetermined period before and after the data storage command is output. The temporarily stored data is unconditionally stored in the nonvolatile storage unit 16.

保存選択部14a3は、不揮発性記憶部16に空きエリアがない場合、優先度判定部14a2から出力された優先度に基づき、揮発性記憶部15に一時保持された一時保持データを、不揮発性記憶部16へ保存するか否かの選択を行ない、保存を選択した場合に、不揮発性記憶部16へ保存する。   When there is no empty area in the nonvolatile storage unit 16, the save selection unit 14a3 stores the temporarily stored data temporarily stored in the volatile storage unit 15 based on the priority output from the priority determination unit 14a2. Whether or not to save in the unit 16 is selected, and when saving is selected, the data is saved in the nonvolatile storage unit 16.

詳しくは、不揮発性記憶部16に空きエリアがない場合、保存選択部14a3は、前述したように、新たに保存する予定の新規データである揮発性記憶部15の一時保持データの優先度が、既に不揮発性記憶部16へ保存されている既存データの優先度以上であるか否かの優先度判定を行う。そして、新規データの優先度が既存データの優先度以上である場合は、新規データをその新規データの優先度と対応付けて、不揮発性記憶部16へ上書きし保存する。上書きすることにより、不揮発性記憶部16へ保存されていた既存データの一部は削除(消去)される。新規データの優先度が既存データの優先度よりも低い場合は、新規データを保存しない。   Specifically, when there is no free area in the non-volatile storage unit 16, the save selection unit 14a3, as described above, the priority of the temporarily held data in the volatile storage unit 15 that is new data to be newly saved is A priority determination is made as to whether or not the priority is higher than the priority of the existing data already stored in the nonvolatile storage unit 16. If the priority of the new data is equal to or higher than the priority of the existing data, the new data is associated with the priority of the new data and overwritten and stored in the nonvolatile storage unit 16. By overwriting, a part of the existing data stored in the nonvolatile storage unit 16 is deleted (erased). If the priority of the new data is lower than the priority of the existing data, the new data is not saved.

揮発性記憶部15は、ディジタル保護制御装置10のワークメモリの役割を担うものであり、RAM(Random Access Memory)で構成される。揮発性記憶部15の一部にデータ一時保持エリア15aが設けられ、アナログ入力部11とディジタル入力部12から出力された情報と、保護演算部14a1によるシーケンス処理結果情報とを、時系列に継続して格納し一時的に保持する。データ一時保持エリア15aは、データを一時保持するデータ一時記憶部である。   The volatile storage unit 15 plays a role of a work memory of the digital protection control device 10 and is composed of a RAM (Random Access Memory). A temporary data storage area 15a is provided in a part of the volatile storage unit 15, and information output from the analog input unit 11 and the digital input unit 12 and sequence processing result information by the protection calculation unit 14a1 are continued in time series. And store it temporarily. The data temporary storage area 15a is a data temporary storage unit that temporarily stores data.

詳しくは、データ一時保持エリア15aにはリングバッファを使用し、データがバッファ領域を超えた場合は、バッファの先頭からデータを上書きして格納する。データ格納は、CPU部14aのバス制御によるDMA(Direct Memory Access)転送機能を使用し、CPU部14aの処理負荷に関わらず、定期的に行なわれる。   Specifically, a ring buffer is used for the temporary data storage area 15a, and when the data exceeds the buffer area, the data is overwritten and stored from the top of the buffer. Data is stored periodically using a DMA (Direct Memory Access) transfer function under the bus control of the CPU unit 14a, regardless of the processing load of the CPU unit 14a.

不揮発性記憶部16は、データ保存エリア16a1〜16anを含む任意の複数の記憶領域を持つ。各データ保存エリア16a1〜16anは、それぞれ、保護演算部14a1からデータ保存指令が出力された際に、揮発性記憶部15のデータ一時保持エリア15aに一時的に保持された情報を、1レコード分の情報として保存する領域である。データ保存エリア16a1〜16anを総称するときは、データ保存エリア16aと称する。データ保存エリア16aは、後述するように、データ一時保持エリア15aに一時的に保持されていたデータを保存するとともに、該保存する保存データと対応付けて該保存データの優先度を保存するデータ保存記憶部である。   The nonvolatile storage unit 16 has an arbitrary plurality of storage areas including data storage areas 16a1 to 16an. Each of the data storage areas 16a1 to 16an stores, for each record, information temporarily stored in the data temporary storage area 15a of the volatile storage unit 15 when a data storage command is output from the protection calculation unit 14a1. This is an area to be saved as information. The data storage areas 16a1 to 16an are collectively referred to as the data storage area 16a. As will be described later, the data storage area 16a stores data temporarily stored in the data temporary storage area 15a, and stores the priority of the stored data in association with the stored data. It is a storage unit.

HMI部17は、表示パネルやキー等を備え、ユーザ(操作者)に対する装置状態の表示や、ユーザからの入力受け付けを行なう操作表示部である。HMI部17は、ユーザからの要求を受け付け、データ保存エリア16aに保存されたレコードを表示する。   The HMI unit 17 includes a display panel, keys, and the like, and is an operation display unit that displays a device status to a user (operator) and receives an input from the user. The HMI unit 17 receives a request from the user and displays the record stored in the data storage area 16a.

(データセーブ動作)
以下、第1実施形態におけるディジタル保護制御装置10のデータセーブ動作について、図2に示したデータフローを参考に説明する。図2は、第1実施形態におけるデータセーブ機能のデータフローを示す図である。図2において、図1と同じ符号を付している部位は同一の部位とする。
(Data save operation)
Hereinafter, the data saving operation of the digital protection control device 10 in the first embodiment will be described with reference to the data flow shown in FIG. FIG. 2 is a diagram showing a data flow of the data saving function in the first embodiment. In FIG. 2, the same reference numerals as those in FIG.

このデータセーブ機能においては、リレー動作時や装置異常発生時等に保護演算部14a1から出力されるデータ保存指令をトリガとして、該トリガ前後の所定時間における揮発性記憶部15の一時保持エリア15aにある保存対象データを、1件のレコードとして、データ保存エリア16a1〜16an(図2の例では、データ保存エリア16a1〜16a5)のいずれかに保存する。   In this data saving function, the data storage command output from the protection arithmetic unit 14a1 when the relay is operated or when a device abnormality occurs is used as a trigger to the temporary storage area 15a of the volatile storage unit 15 for a predetermined time before and after the trigger. Certain storage target data is stored as one record in any of the data storage areas 16a1 to 16an (in the example of FIG. 2, the data storage areas 16a1 to 16a5).

データ保存指令直前のデータをデータ保存エリア16aに保存できるように、データ保存指令が出力されていないときも、保存対象データをデータ一時保持エリア15aに常に格納し続ける。
ここで保存対象データとは、例えばアナログ入力部11を介してディジタルデータに変換された電力系統の電流値や電圧値の情報と、ディジタル入力部12より入力された情報と、シーケンス処理中で使用されるディジタル値の情報と、装置状態や設定を示すディジタル値の情報とを含む情報である。
Even when the data storage command is not output so that the data immediately before the data storage command can be stored in the data storage area 16a, the storage target data is always stored in the data temporary storage area 15a.
Here, the data to be stored is, for example, information on the current value and voltage value of the power system converted into digital data through the analog input unit 11, information input from the digital input unit 12, and used in the sequence processing. Information including the digital value information and the digital value information indicating the device status and setting.

リレー動作や装置異常発生に伴い、保護演算部14a1からデータ保存指令が出力されると、該データ保存指令が入力された優先度判定部14a2は、データ保存指令前の所定の第1の期間の第1の保存対象データと、データ保存指令後の所定の第2の期間の第2の保存対象データとを抽出し、合わせて1件の新規レコードとして、揮発性記憶部15に保持させる。
このように、第1の保存対象データと、データ保存指令を挟んで第1の保存対象データに連続する第2の保存対象データとを、1件の新規レコードとして保持し、データ保存エリア16aに保存することにより、データ保存指令前後におけるデータを解析することが可能となる。
When a data storage command is output from the protection calculation unit 14a1 due to the occurrence of a relay operation or an apparatus abnormality, the priority determination unit 14a2 to which the data storage command is input receives a predetermined first period before the data storage command. The first storage target data and the second storage target data for a predetermined second period after the data storage command are extracted, and stored together in the volatile storage unit 15 as one new record.
In this way, the first save target data and the second save target data that is continuous with the first save target data with the data save command in between are held as one new record and stored in the data save area 16a. By storing the data, it is possible to analyze the data before and after the data storage command.

次に、優先度判定部14a2は、後述する装置設定状態と優先度テーブル14b1とに基づいて、新規レコード(保存対象データ)の優先度判定を行なう。第1実施形態の優先度テーブル14b1の具体例を図4に示す。図4は、第1実施形態における優先度テーブルを示す図である。
図4の例では、判定順1の判定条件は、データ保存指令が保護演算部14a1から出力された時点において、装置設定状態が強制制御モード(つまり操作者による手動モード)中であるか否か、つまり、強制制御モードによるリレー動作中であるか否かであり、強制制御モード中である場合、保存対象データの優先度はC(最低の優先度)と判定される。
Next, the priority determination unit 14a2 determines the priority of a new record (data to be saved) based on a device setting state (to be described later) and a priority table 14b1. A specific example of the priority table 14b1 of the first embodiment is shown in FIG. FIG. 4 is a diagram illustrating a priority table in the first embodiment.
In the example of FIG. 4, the determination condition of the determination order 1 is whether the device setting state is in the forced control mode (that is, the manual mode by the operator) at the time when the data storage command is output from the protection calculation unit 14a1. That is, whether or not the relay operation is being performed in the forced control mode, and in the forced control mode, the priority of the data to be saved is determined to be C (lowest priority).

また、判定順2の判定条件は、データ保存指令が保護演算部14a1から出力された時点において、試験モードがONであるか否かであり、試験モードがONである場合、保存対象データの優先度はBと判定される。
また、判定順3の判定条件は、データ保存指令が保護演算部14a1から出力された時点において、試験モードがOFFであるか否かであり、試験モードがOFFである場合、つまり装置が通常運用状態の場合、保存対象データの優先度はA(最高の優先度)と判定される。
The determination condition of the determination order 2 is whether or not the test mode is ON at the time when the data storage command is output from the protection calculation unit 14a1, and when the test mode is ON, priority is given to the data to be stored. The degree is determined to be B.
The determination condition of determination order 3 is whether or not the test mode is OFF at the time when the data storage command is output from the protection calculation unit 14a1, and when the test mode is OFF, that is, the apparatus is normally operated. In the case of the state, the priority of the data to be stored is determined as A (highest priority).

一般に、装置試験中のデータは通常運用中のデータよりも重要でないことが多いため、優先度判定の基準は、装置が試験状態(試験モード)にあるかどうかとする。すなわち、データ保存指令が優先度判定部14a2に入力された際に、装置が試験状態であった場合はデータの優先度を低く設定し(優先度B)、試験状態でない通常状態の場合はデータの優先度を高く設定する(優先度A)といった優先度判定を行なうこととする。一般にディジタル保護制御装置は、装置やシステム全体の試験のために試験機能を備えており、試験状態か否かを含む装置設定状態は、例えば、操作者によりHMI部17から指定される。そして、HMI部17から入力された装置設定状態の情報は、処理部14により揮発性記憶部15に記憶されている。
また、強制制御モード、つまり操作者による手動モードの場合は、データの優先度が、試験モードよりも低く設定される(優先度C)。
In general, since data during device testing is often less important than data during normal operation, the priority criterion is whether the device is in a test state (test mode). That is, when the data storage command is input to the priority determination unit 14a2, if the device is in the test state, the data priority is set low (priority B), and the data is stored in the normal state other than the test state. It is assumed that priority determination is performed such that a higher priority is set (priority A). In general, the digital protection control device has a test function for testing the entire device and the system, and the device setting state including whether or not the test state is designated is designated by the operator from the HMI unit 17, for example. Information on the apparatus setting state input from the HMI unit 17 is stored in the volatile storage unit 15 by the processing unit 14.
In the forced control mode, that is, the manual mode by the operator, the data priority is set lower than the test mode (priority C).

優先度判定部14a2の処理を、図5を用いて説明する。図5は、第1実施形態における優先度判定部の処理フローチャートを示す図である。
優先度判定部14a2は、図5に示すように、図4の優先度テーブル14b1の判定順に、つまり判定順を示す番号の小さい行から、条件を満足するか否かの確認を行い、条件を満たす場合は、当該行の優先度欄に記されている優先度を新規レコードに適用する。
なお、図5では、判定順3までのフローが記されているが、図4の優先度テーブル14b1に判定順4以降が設定されている場合は、判定順4以降の行についても同様に、条件を満足するか否かの確認を行い、条件を満たす場合は、当該行の優先度欄に記されている優先度を新規レコードに適用する。
The process of the priority determination part 14a2 is demonstrated using FIG. FIG. 5 is a diagram illustrating a processing flowchart of the priority determination unit in the first embodiment.
As shown in FIG. 5, the priority determination unit 14a2 checks whether the condition is satisfied from the determination order of the priority table 14b1 of FIG. If it satisfies, the priority described in the priority column of the row is applied to the new record.
In FIG. 5, the flow up to the determination order 3 is shown. However, when the determination order 4 or later is set in the priority table 14b1 of FIG. It is confirmed whether or not the condition is satisfied. If the condition is satisfied, the priority described in the priority column of the row is applied to the new record.

まず、図5のステップS1において、条件式(1)が真であるか否かを確認する。つまり、図4の判定順番号1の「強制制御モードによるリレー動作であるか」という条件を確認する。そして、その条件が真である場合(つまり装置設定状態が強制制御モードである場合)は(ステップS1でYes)、判定順1の優先度を新規レコードに適用する(ステップS2)、つまり、新規レコードの優先度をCとする。   First, in step S1 of FIG. 5, it is confirmed whether the conditional expression (1) is true. In other words, the condition “whether the relay operation is in the forced control mode” of the determination order number 1 in FIG. 4 is confirmed. When the condition is true (that is, when the device setting state is the forced control mode) (Yes in step S1), the priority of the determination order 1 is applied to the new record (step S2), that is, new Let C be the priority of the record.

判定順番号1の条件が偽である場合は(ステップS1でNo)、条件式(2)が真であるか否かを確認する(ステップS3)。つまり、図4の判定順番号2の「試験モードがONであるか」という条件を確認する。そして、その条件が真である場合(つまり装置設定状態が試験モードである場合)は(ステップS3でYes)、判定順2の優先度を新規レコードに適用する(ステップS4)、つまり、新規レコードの優先度をBとする。   When the condition of the determination order number 1 is false (No in step S1), it is confirmed whether or not the conditional expression (2) is true (step S3). That is, the condition “whether the test mode is ON” of the determination order number 2 in FIG. 4 is confirmed. When the condition is true (that is, when the apparatus setting state is the test mode) (Yes in step S3), the priority of the determination order 2 is applied to the new record (step S4), that is, the new record Let B be the priority.

判定順番号2の条件が偽である場合は(ステップS3でNo)、条件式(3)が真であるか否かを確認する(ステップS5)。つまり、図4の判定順番号3の「試験モードがOFFであるか」という条件を確認する。そして、その条件が真である場合(つまり装置設定状態が試験モードでなく通常モードの場合)は(ステップS5でYes)、判定順3の優先度を新規レコードに適用する(ステップS6)、つまり、新規レコードの優先度をAとする。   When the condition of the determination order number 2 is false (No in step S3), it is confirmed whether or not the conditional expression (3) is true (step S5). In other words, the condition “whether the test mode is OFF” of the determination order number 3 in FIG. 4 is confirmed. When the condition is true (that is, when the apparatus setting state is not the test mode but the normal mode) (Yes in step S5), the priority of the determination order 3 is applied to the new record (step S6), that is, A is the priority of the new record.

次に、保存選択部14a3の処理を、図6を用いて説明する。図6は、第1実施形態における保存選択部の処理フローチャートを示す図である。
図6のステップS11において、保存選択部14a3は、不揮発性記憶部16のデータ保存エリア16a1〜16anのいずれかに空きがあるか否かを確認する。データ保存エリア16aに空きがある場合は(ステップS11でYes)、空きエリアに新規レコードを格納し(ステップS12)、本処理を終了する。すなわち、揮発性記憶部15の保存対象データと、該保存対象データに優先度判定部14a2で適用された優先度とを対応付けて、空きのデータ保存エリア16aへ記憶させる。
Next, the process of the storage selection unit 14a3 will be described with reference to FIG. FIG. 6 is a diagram illustrating a processing flowchart of the storage selection unit in the first embodiment.
In step S <b> 11 of FIG. 6, the storage selection unit 14 a 3 confirms whether any of the data storage areas 16 a 1 to 16 an of the nonvolatile storage unit 16 is empty. If there is a vacancy in the data storage area 16a (Yes in step S11), a new record is stored in the vacant area (step S12), and this process ends. That is, the storage target data in the volatile storage unit 15 and the priority applied to the storage target data by the priority determination unit 14a2 are associated with each other and stored in the empty data storage area 16a.

データ保存エリア16aに空きがない場合は(ステップS11でNo)、以下の手順で、データ保存エリア16a1〜16anのいずれかを選択し、データ保存を行なう。
まず、既にデータ保存エリア16aに保存されている既存レコードの優先度と、保存対象データの新規レコードの優先度とを比較する(ステップS13)。
If there is no free space in the data storage area 16a (No in step S11), any of the data storage areas 16a1 to 16an is selected and data is stored according to the following procedure.
First, the priority of the existing record already stored in the data storage area 16a is compared with the priority of the new record of the storage target data (step S13).

比較の結果、新規レコードの優先度が既存レコードのいずれかの優先度以上である場合(ステップS13でYes)、新規レコードよりも優先度の低い既存レコードを、1レコード分、データ保存エリア16aから削除する(ステップS14)。このとき、新規レコードよりも優先度が低く、かつ最も優先度の低い既存レコードを削除するのが好ましい。   As a result of the comparison, when the priority of the new record is equal to or higher than any of the priorities of the existing records (Yes in step S13), the existing record having a lower priority than the new record is saved from the data storage area 16a for one record. Delete (step S14). At this time, it is preferable to delete the existing record having a lower priority than the new record and the lowest priority.

また、新規レコードよりも優先度が低く、かつ最も優先度の低い既存レコードが複数ある場合は、データ保存エリア16aへの保存日時が最も古い既存レコードを削除するのが好ましい。この場合、保存選択部14a3は、データ保存エリア16aへの保存時において、保存対象データと対応付けて、保存時の日時を保存させておく。   If there are a plurality of existing records having a lower priority than the new record and the lowest priority, it is preferable to delete the existing record having the oldest storage date and time in the data storage area 16a. In this case, the saving selection unit 14a3 saves the date and time of saving in association with the saving target data when saving to the data saving area 16a.

また、新規レコードと同じ優先度の既存レコードしかない場合は、データ保存エリア16aへの保存日時が最も古い既存レコードを削除するか、又は、新規レコードをデータ保存エリア16aへ保存させない。   When there is only an existing record having the same priority as the new record, the existing record having the oldest storage date and time in the data storage area 16a is deleted or the new record is not stored in the data storage area 16a.

次に、保存選択部14a3は、削除したデータ保存エリア16aへ、新規レコードをその優先度と対応付けて保存させ(ステップS15)、本処理を終了する。
このとき、新規レコードと対応付けて、該新規レコードが強制制御モード中又は試験モード中若しくは通常モード中のデータであることを示すモードフラグを、データ保存エリア16aに保存することが好ましい。モードフラグは、その新規レコードが強制制御モード中又は試験モード中若しくは通常モード中のデータであることを示す識別子であり、また、その新規レコードが試験モード中のデータであるか否かを示す識別子である。
Next, the storage selection unit 14a3 stores the new record in the deleted data storage area 16a in association with the priority (step S15), and ends this process.
At this time, it is preferable to store a mode flag indicating that the new record is data in the forced control mode, the test mode, or the normal mode in the data storage area 16a in association with the new record. The mode flag is an identifier indicating that the new record is data in the forced control mode, the test mode, or the normal mode, and an identifier indicating whether the new record is data in the test mode. It is.

例えば、モードフラグが2の場合は、新規レコードが強制制御モード中のデータであることを示し、モードフラグが1の場合は、新規レコードが試験モード中のデータであることを示し、モードフラグが0の場合は、新規レコードが通常モード中のデータであることを示す。
このようにすると、強制制御モード中又は試験モード中若しくは通常モード中の新規レコードであることが容易に解る。
For example, when the mode flag is 2, it indicates that the new record is data in the forced control mode, and when the mode flag is 1, it indicates that the new record is data in the test mode. In the case of 0, it indicates that the new record is data in the normal mode.
In this way, it can be easily understood that the record is a new record in the forced control mode, the test mode, or the normal mode.

ステップS13で比較の結果、新規レコードの優先度が既存レコードの優先度のいずれよりも低い場合は(ステップS13でNo)、新規レコードをデータ保存エリア16aへ保存することなく破棄し(ステップS16)、本処理を終了する。   If the priority of the new record is lower than any of the priorities of the existing records as a result of the comparison in step S13 (No in step S13), the new record is discarded without being stored in the data storage area 16a (step S16). This process is terminated.

なお、図6の例では、ステップS13において、新規レコードの優先度が既存レコードのいずれかの優先度以上である場合に、既存レコードを削除し新規レコードを保存するようにしたが、ステップS13において、新規レコードの優先度が既存レコードのいずれかの優先度より高い場合には、既存レコードを削除して新規レコードを保存し、新規レコードの優先度と既存レコードのうちの最低の優先度とが同じである場合には、新規レコードを保存しないよう構成することもできる。第1実施形態では、少なくとも、新規レコードの優先度が既存レコードのいずれかの優先度より高い場合に、既存レコードを削除して新規レコードを保存する。   In the example of FIG. 6, in step S13, when the priority of the new record is equal to or higher than any of the existing records, the existing record is deleted and the new record is stored. If the priority of the new record is higher than the priority of any of the existing records, the existing record is deleted and the new record is saved, and the priority of the new record and the lowest priority of the existing records are If they are the same, it can be configured not to save the new record. In the first embodiment, at least when the priority of a new record is higher than the priority of any of the existing records, the existing record is deleted and the new record is saved.

第1実施形態によれば、次の効果を奏する。
(A1)データ保存指令が出力されると、データ保存エリアに空きがない場合は、一時保持データの優先度が既保存データの優先度より高い場合に、一時保持データをデータ保存エリアへ保存させるよう構成したので、既保存データよりも優先度の高い一時保持データをデータ保存エリアに確実に保存することができる。
According to 1st Embodiment, there exists the following effect.
(A1) When a data storage command is output, if there is no space in the data storage area, the temporarily stored data is stored in the data storage area when the priority of the temporarily stored data is higher than the priority of the already stored data. With this configuration, it is possible to reliably store temporarily stored data having a higher priority than already stored data in the data storage area.

(A2)データ保存指令が出力されると、データ保存指令が出力される前の期間の一時保持データと、データ保存指令が出力された後の期間の一時保持データとを、データ保存エリアへ保存させるよう構成したので、データ保存指令が出力される前後の期間の状況を把握することができる。   (A2) When the data storage command is output, the temporary storage data for the period before the data storage command is output and the temporary storage data for the period after the data storage command is output are stored in the data storage area Since it was comprised, it can grasp | ascertain the condition of the period before and after outputting a data preservation | save command.

(A3)ディジタル保護制御装置が試験状態にある場合の一時保持データの優先度を、試験状態にない通常状態の場合の一時保持データの優先度よりも低く判定するよう構成したので、通常状態の場合の一時保持データをデータ保存エリアに、より確実に保存することができる。   (A3) Since the priority of the temporarily held data when the digital protection control device is in the test state is determined to be lower than the priority of the temporarily held data in the normal state not in the test state, In this case, the temporarily stored data can be more securely stored in the data storage area.

(A4)新規レコードと対応付けて、該新規レコードが強制制御モード中又は試験モード中若しくは通常モード中のデータであることを示すモードフラグを、データ保存エリアに保存するよう構成した場合は、強制制御モード又は試験モード若しくは通常モードに起因する新規レコードであることが容易に解る。   (A4) If the mode flag indicating that the new record is data in the forced control mode, the test mode or the normal mode is stored in the data storage area in association with the new record, It can be easily understood that the record is a new record resulting from the control mode, the test mode, or the normal mode.

(第2実施形態)
次に、本発明の第2実施形態を説明する。前述の第1実施形態においては、新規レコードの優先度判定の条件として、装置が試験状態か否か等の情報を使用することを例示したが、第2実施形態では、優先度判定の条件として、装置の整定値変更履歴情報を使用するものである。整定値とは、例えば、装置と接続された遮断器の開閉動作を判断するための所定の閾値であり、例えば、電力系統における電圧値や電流値の所定の閾値である。整定値は、例えば、操作者によりHMI部から設定され、不揮発性記憶部16に記憶される。
(Second Embodiment)
Next, a second embodiment of the present invention will be described. In the first embodiment described above, the use of information such as whether or not the device is in the test state is exemplified as the condition for determining the priority of the new record. However, in the second embodiment, the condition for determining the priority is as follows. The set value change history information of the device is used. The set value is, for example, a predetermined threshold for determining the opening / closing operation of the circuit breaker connected to the device, and is, for example, a predetermined threshold of a voltage value or a current value in the power system. The set value is set by the operator from the HMI unit and stored in the nonvolatile storage unit 16, for example.

すなわち、第2実施形態においては、第1実施形態における優先度テーブルである図4の代わりに、第2実施形態における優先度テーブルである図7を用いるもので、整定値と優先度判定関連事項以外の部分は、第1実施形態と同様である。したがって、第2実施形態については、第1実施形態と相違する点を以下に説明し、他の部分の説明は省略する。   That is, in the second embodiment, FIG. 7 which is the priority table in the second embodiment is used instead of FIG. 4 which is the priority table in the first embodiment. The other parts are the same as in the first embodiment. Therefore, about 2nd Embodiment, the point which is different from 1st Embodiment is demonstrated below, and description of another part is abbreviate | omitted.

第2実施形態においては、処理部14の保護演算部14a1は、整定値変更があった後1秒間は整定変更直後フラグを1とし、1秒経過後は整定変更直後フラグを0とする。整定変更直後フラグは、メモリ部14bに設けられる。そして、優先度判定部14a2は、整定変更直後フラグと図7に示す優先度テーブル14b1とに基づいて、新規レコード(保存対象データ)の優先度判定を行なう。   In the second embodiment, the protection calculation unit 14a1 of the processing unit 14 sets the flag immediately after the setting change to 1 for 1 second after the setting value is changed, and sets the flag immediately after the setting change to 0 after 1 second has elapsed. The flag immediately after the setting change is provided in the memory unit 14b. Then, the priority determination unit 14a2 determines the priority of the new record (data to be saved) based on the flag immediately after the setting change and the priority table 14b1 shown in FIG.

第2実施形態の優先度判定フローを、図7の優先度テーブルを用いて、以下に説明する。図7は、第2実施形態における優先度テーブルを示す図である。
図7の例では、判定順1の判定条件は、データ保存指令が保護演算部14a1から出力された時点において、整定変更直後フラグが1であるか否か、つまり、整定値変更後1秒以内であるか否かであり、整定値変更後1秒以内である場合、保存対象データの優先度はA(最高の優先度)と判定される。また、判定順2の判定条件は、判定順1の判定条件に該当しない場合であり、保存対象データの優先度はC(最低の優先度)と判定される。
The priority determination flow of the second embodiment will be described below using the priority table of FIG. FIG. 7 is a diagram illustrating a priority table in the second embodiment.
In the example of FIG. 7, the determination condition of determination order 1 is whether or not the flag immediately after settling change is 1 at the time when the data storage command is output from the protection calculation unit 14a1, that is, within 1 second after the settling value change. If it is within 1 second after the set value change, the priority of the data to be saved is determined as A (highest priority). The determination condition of the determination order 2 is a case where the determination condition of the determination order 1 is not met, and the priority of the storage target data is determined to be C (lowest priority).

すなわち、保護演算部14a1から出力されたデータ保存指令が、優先度判定部14a2へ入力されると、優先度判定部14a2は、まず、判定条件1の「整定変更直後フラグが1であるか」という条件を確認する。そして、この条件が真である場合は、つまり、データ保存指令が保護演算部14a1から出力された時点(つまり優先度判定部14a2へ入力された時点)が、整定値変更後1秒以内である場合は、新規レコードの優先度をAとする。   That is, when the data storage command output from the protection calculation unit 14a1 is input to the priority determination unit 14a2, the priority determination unit 14a2 first determines whether the flag immediately after settling change is 1 in the determination condition 1. Check the condition. If this condition is true, that is, the time when the data storage command is output from the protection calculation unit 14a1 (that is, the time when the data storage command is input to the priority determination unit 14a2) is within 1 second after the settling value is changed. In this case, the priority of the new record is A.

判定条件1が偽である場合、つまり、データ保存指令が保護演算部14a1から出力された時点が整定値変更後1秒以内でない場合は、判定条件1に該当しないため、優先度判定部14a2は、新規レコードの優先度をCとする。   When the determination condition 1 is false, that is, when the data save command is output from the protection calculation unit 14a1 is not within 1 second after the set value change, the priority determination unit 14a2 The priority of the new record is C.

次に、保存選択部14a3が、第1実施形態と同様に、新規レコードをデータ保存エリア16aに保存要か否かの判断を行い、保存要の場合に保存動作を行う。このとき、該新規レコードと対応付けて、整定変更直後フラグが1であったか否かを示す整定値変更有無フラグを、データ保存エリア16aに保存することが好ましい。整定値変更有無フラグは、その新規レコードが整定値変更に起因するものであるか否かを示す識別子である。整定値変更有無フラグが1の場合は、その新規レコードが整定値変更に起因するものであることを示し、整定値変更有無フラグが0の場合は、その新規レコードが整定値変更に起因するものでないことを示す。このようにすると、整定値の変更に起因する新規レコードであるか否かが容易に解る。
また、このとき、新規レコードと対応付けて、変更後の整定値を、データ保存エリア16aに保存することが好ましい。このようにすると、新規レコードに対応する整定値の内容を容易に知ることができる。
Next, similarly to the first embodiment, the storage selection unit 14a3 determines whether or not a new record needs to be stored in the data storage area 16a, and performs a storage operation when storage is necessary. At this time, it is preferable to store a setting value change presence / absence flag indicating whether or not the flag immediately after the setting change is 1 in the data storage area 16a in association with the new record. The set value change presence / absence flag is an identifier indicating whether or not the new record is caused by the set value change. When the set value change presence / absence flag is 1, it indicates that the new record is caused by the change in the set value, and when the set value change presence / absence flag is 0, the new record is caused by the change in the set value. Indicates not. In this way, it can be easily understood whether or not the record is a new record resulting from a change in the settling value.
At this time, it is preferable to store the changed set value in the data storage area 16a in association with the new record. In this way, the contents of the set value corresponding to the new record can be easily known.

このように第2実施形態では、ディジタル保護制御装置は、該ディジタル保護制御装置が接続された遮断器の開閉動作を判断するための整定値を有し、優先度判定部14a2は、整定値の変更直後である場合の一時保持データの優先度を、整定値の変更直後でない場合の一時保持データの優先度よりも高く判定する。そして、保存選択部14a3は、一時保持データを保存データとしてデータ保存エリア16aに保存する際に、一時保持データと変更直後の整定値と整定値変更有無フラグとを対応付けて保存する。   As described above, in the second embodiment, the digital protection control device has a settling value for determining the switching operation of the circuit breaker to which the digital protection control device is connected, and the priority determination unit 14a2 The priority of the temporarily held data when it is immediately after the change is determined to be higher than the priority of the temporarily held data when it is not immediately after the setting value is changed. Then, the save selection unit 14a3 saves the temporarily held data, the set value immediately after the change, and the set value change presence / absence flag in association with each other when the temporarily held data is saved in the data save area 16a.

第2実施形態によれば、次の効果を奏する。
(B1)整定値の変更直後である場合の一時保持データの優先度を、整定値の変更直後でない場合の一時保持データの優先度よりも高くするように構成したので、例えば、整定値の変更に起因するリレー動作が行われた場合に、該リレー動作前後の新規レコードの優先度を高くすることができ、該リレー動作前後の新規レコードをデータ保存エリアに確実に保存することができる。
According to 2nd Embodiment, there exists the following effect.
(B1) Since the priority of the temporarily held data when it is immediately after the setting value is changed is set to be higher than the priority of the temporarily held data when it is not immediately after the setting value is changed, for example, the setting value is changed. When the relay operation resulting from the above is performed, the priority of new records before and after the relay operation can be increased, and the new records before and after the relay operation can be reliably stored in the data storage area.

(B2)新規レコードと整定値変更有無フラグとを関連付けてデータ保存エリアに保存するように構成した場合は、整定値の変更に起因する新規レコードであることが容易に解り、例えば、整定値の変更に起因するリレー動作前後の新規レコードであり、装置の誤動作による新規レコードでないことを証明することが可能となる。   (B2) When the new record and the set value change presence / absence flag are associated with each other and stored in the data storage area, it can be easily understood that the record is a new record resulting from the change of the set value. It is possible to prove that this is a new record before and after the relay operation due to the change, and not a new record due to a malfunction of the apparatus.

(B3)新規レコードと変更後の整定値とを関連付けてデータ保存エリアに保存するように構成した場合は、新規レコードに対応する整定値の内容を容易に知ることができる。   (B3) When the new record and the changed set value are associated and stored in the data storage area, the contents of the set value corresponding to the new record can be easily known.

(第3実施形態)
次に、本発明の第3実施形態を説明する。第3実施形態では、優先度判定の条件として、アナログ入力情報を統計処理した結果を使用するものである。アナログ入力情報とは、例えば、電力系統における電圧値や電流値である。
(Third embodiment)
Next, a third embodiment of the present invention will be described. In the third embodiment, the result of statistical processing of analog input information is used as a condition for determining priority. The analog input information is, for example, a voltage value or a current value in the power system.

すなわち、第3実施形態においては、第1実施形態における優先度テーブルである図4の代わりに、第3実施形態における優先度テーブルである図8を用いるもので、後述する系統乱れフラグと優先度判定関連事項以外の部分は、第1実施形態と同様である。したがって、第3実施形態については、第1実施形態と相違する点を以下に説明し、他の部分の説明は省略する。   That is, in the third embodiment, FIG. 8 which is the priority table in the third embodiment is used instead of FIG. 4 which is the priority table in the first embodiment. The parts other than the determination related matters are the same as those in the first embodiment. Therefore, about 3rd Embodiment, the point which is different from 1st Embodiment is demonstrated below, and description of another part is abbreviate | omitted.

第3実施形態においては、処理部14の保護演算部14a1は、電力系統における系統乱れがあった場合、つまり、電圧値や電流値の乱れがあった場合は系統乱れフラグを1とし、その1秒経過後に系統乱れフラグを0とする。系統乱れフラグは、メモリ部14bに設けられる。そして、優先度判定部14a2は、系統乱れフラグと図8に示す優先度テーブル14b1とに基づいて、新規レコード(保存対象データ)の優先度判定を行なう。   In the third embodiment, the protection calculation unit 14a1 of the processing unit 14 sets the system disturbance flag to 1 when there is a system disturbance in the power system, that is, when there is a disturbance in the voltage value or the current value. The system disturbance flag is set to 0 after the elapse of seconds. The system disruption flag is provided in the memory unit 14b. Then, the priority determination unit 14a2 determines the priority of a new record (data to be saved) based on the system disruption flag and the priority table 14b1 shown in FIG.

詳しくは、保護演算部14a1は、例えば、電力系統における定常入力状態のアナログ入力の最大値と最小値を周期的に求め、アナログ入力の最大値と最小値の平均値をそれぞれ算出する。こうして、アナログ入力の最大値と最小値が検出される毎に、この平均値を常に更新する。そして、その平均値から例えば±5%離れた値を閾値として設定する。つまり、最大値の平均値の+5%の値を最大値の閾値として設定し、最小値の平均値の−5%の値を最小値の閾値として設定する。
例えば、電力系統の電圧値の最大値が、1000V、1010V、990Vと推移した場合、最大値の平均値(1000V)の+5%の値(1050V)を最大値の閾値として設定する。
Specifically, for example, the protection calculation unit 14a1 periodically obtains the maximum value and the minimum value of the analog input in the steady input state in the power system, and calculates the average value of the maximum value and the minimum value of the analog input, respectively. Thus, every time the maximum value and the minimum value of the analog input are detected, this average value is constantly updated. A value that is, for example, ± 5% away from the average value is set as the threshold value. That is, a value of + 5% of the average value of the maximum values is set as the threshold value of the maximum value, and a value of −5% of the average value of the minimum values is set as the threshold value of the minimum value.
For example, when the maximum value of the voltage value of the power system transitions to 1000V, 1010V, and 990V, a value (1050V) that is + 5% of the average value (1000V) of the maximum value is set as the threshold value of the maximum value.

そして、アナログ入力の最大値又は最小値がその閾値を逸脱した場合に、つまり、最大値が最大値の閾値より大きくなるか、又は、最小値が最小値の閾値より小さくなった場合に、電力系統に乱れがあったものとして系統乱れフラグを1とし、その1秒経過後に系統乱れフラグを0とする。こうすることにより、例えば、電力系統の系統乱れに起因するリレー動作が行われた場合に、該リレー動作時の新規レコードの優先度を高くすることができる。   And if the maximum or minimum value of the analog input deviates from that threshold, that is, if the maximum value is greater than the maximum threshold value or the minimum value is less than the minimum threshold value, Assuming that the system is disturbed, the system disruption flag is set to 1, and after 1 second, the system disruption flag is set to 0. By doing so, for example, when a relay operation due to system disturbance of the power system is performed, the priority of the new record at the time of the relay operation can be increased.

このように第3実施形態では、優先度判定部14a2は、当該ディジタル保護制御装置の保護対象である電力系統の電圧値又は電流値が、該電圧値又は電流値の統計値を超えた場合の一時保持データの優先度を、電力系統の電圧値又は電流値が、上記統計値を超えない場合の一時保持データの優先度よりも高く判定する。上記統計値は、電力系統の電圧値又は電流値の最大値の平均値を基準とする閾値、あるいは、電力系統の電圧値又は電流値の最小値の平均値を基準とする閾値である。   As described above, in the third embodiment, the priority determination unit 14a2 determines whether the voltage value or current value of the power system that is the protection target of the digital protection control device exceeds the statistical value of the voltage value or current value. The priority of the temporarily stored data is determined to be higher than the priority of the temporarily stored data when the voltage value or current value of the power system does not exceed the statistical value. The statistical value is a threshold value based on the average value of the maximum value of the voltage value or current value of the power system or the threshold value based on the average value of the minimum value of the voltage value or current value of the power system.

第3実施形態の優先度判定フローを、図8の優先度テーブルを用いて、以下に説明する。図8は、第3実施形態における優先度テーブルを示す図である。
図8の例では、判定順1の判定条件は、データ保存指令が保護演算部14a1から出力された時点において、系統乱れフラグが1であるか否か、つまり、アナログ入力が閾値から外れた直後であるか否かであり、アナログ入力が閾値から外れた直後である場合、保存対象データの優先度はA(最高の優先度)と判定される。また、判定順2の判定条件は、判定順1の判定条件に該当しない場合であり、保存対象データの優先度はC(最低の優先度)と判定される。
The priority determination flow of the third embodiment will be described below using the priority table of FIG. FIG. 8 is a diagram illustrating a priority table in the third embodiment.
In the example of FIG. 8, the determination condition of the determination order 1 is whether or not the system disturbance flag is 1 at the time when the data storage instruction is output from the protection calculation unit 14 a 1, that is, immediately after the analog input deviates from the threshold value. If the analog input is immediately after the threshold value deviates from the threshold value, the priority of the data to be saved is determined as A (highest priority). The determination condition of the determination order 2 is a case where the determination condition of the determination order 1 is not met, and the priority of the storage target data is determined to be C (lowest priority).

すなわち、保護演算部14a1から出力されたデータ保存指令が、優先度判定部14a2へ入力されると、優先度判定部14a2は、まず、判定条件1の「系統乱れフラグが1であるか」という条件を確認する。そして、この条件が真である場合は、つまり、データ保存指令が保護演算部14a1から出力された時点(つまり優先度判定部14a2へ入力された時点)が、アナログ入力が閾値から外れた直後である場合は、新規レコードの優先度をAとする。   That is, when the data storage command output from the protection calculation unit 14a1 is input to the priority determination unit 14a2, the priority determination unit 14a2 firstly determines whether the system disruption flag is 1 in the determination condition 1. Check the conditions. If this condition is true, that is, the time when the data storage command is output from the protection calculation unit 14a1 (that is, the time when the data input command is input to the priority determination unit 14a2) is immediately after the analog input deviates from the threshold value. If there is, the priority of the new record is A.

判定条件1が偽である場合、つまり、データ保存指令が保護演算部14a1から出力された時点が、アナログ入力が閾値から外れた直後でない場合は、判定条件1に該当しないため、優先度判定部14a2は、新規レコードの優先度をCとする。   When the determination condition 1 is false, that is, when the data save command is output from the protection calculation unit 14a1 is not immediately after the analog input deviates from the threshold value, the priority determination unit 14a2 sets the priority of the new record to C.

次に、保存選択部14a3が、第1実施形態と同様に、新規レコードをデータ保存エリア16aに保存要か否かの判断を行い、保存要の場合に保存動作を行う。このとき、該新規レコードと対応付けて、系統乱れフラグが1であったか否かを示す系統乱れ有無フラグを、データ保存エリア16aに保存することが好ましい。系統乱れ有無フラグは、電力系統の電圧値又は電流値に所定値(前述の統計値)以上の乱れがあったか否かを示す識別子である。系統乱れ有無フラグが1の場合は、系統乱れがあったことを示し、系統乱れ有無フラグが0の場合は、系統乱れがなかったことを示す。このようにすると、系統乱れに起因する新規レコードであるか否かが容易に解る。   Next, similarly to the first embodiment, the storage selection unit 14a3 determines whether or not a new record needs to be stored in the data storage area 16a, and performs a storage operation when storage is necessary. At this time, it is preferable that a system disturbance presence / absence flag indicating whether or not the system disturbance flag is 1 is stored in the data storage area 16a in association with the new record. The system disturbance presence / absence flag is an identifier indicating whether or not there is a disturbance of a voltage value or current value of the power system that is greater than or equal to a predetermined value (the above-described statistical value). When the system disturbance presence / absence flag is 1, it indicates that there is a system disturbance, and when the system disturbance presence / absence flag is 0, it indicates that there is no system disturbance. In this way, it can be easily understood whether or not the record is a new record due to systematic disturbance.

なお、第3実施形態では、系統乱れを検出した際により多くの有効データ(系統解析に有用なデータ)を新規レコードとしてデータ保存エリア16aに保存するため、系統乱れフラグが1となった場合に、データ一時保持エリア15aを時間軸方向に一時的に変更、つまり、データ一時保持エリア15aに保持するデータの時間的範囲を一時的に変更して、例えば、データ保存指令直前の新規レコードを、データ一時保持エリア15aから多く取得して、データ保存エリア16aに保存することも可能である。   In the third embodiment, more effective data (data useful for system analysis) is stored as a new record in the data storage area 16a when a system disturbance is detected. The data temporary holding area 15a is temporarily changed in the time axis direction, that is, the time range of the data held in the data temporary holding area 15a is temporarily changed. It is also possible to obtain a large amount from the temporary data storage area 15a and store it in the data storage area 16a.

この場合、保存選択部14a3は、保護演算部14a1からデータ保存指令が出力されると、データ保存指令が出力される前の一時保持データの第1の期間を、データ保存指令が出力された後の一時保持データの第2の期間よりも長く設定して、第1及び第2の期間における一時保持データを、保存データとしてデータ保存エリア16aへ保存させる。   In this case, when the data storage command is output from the protection calculation unit 14a1, the storage selection unit 14a3 outputs the first period of temporarily stored data before the data storage command is output after the data storage command is output. Is set longer than the second period of the temporarily held data, and the temporarily held data in the first and second periods is saved in the data saving area 16a as saved data.

この場合、つまり、系統乱れフラグが1である場合の第1の期間と第2の期間の合計期間の長さは、系統乱れフラグが0である場合の第1の期間と第2の期間の合計期間の長さと同じにしてもよい。このようにすると、データ保存エリア16aの大きさを変更する必要がない。
あるいは、系統乱れフラグが1である場合の合計期間の長さを、統乱れフラグが0である場合よりも長くしてもよい。このようにすると、データ保存エリア16aの大きさを変更する必要があるが、多くのデータをデータ保存エリア16aに保存できる。
In this case, that is, the total length of the first period and the second period when the system disturbance flag is 1, the length of the first period and the second period when the system disturbance flag is 0 It may be the same as the length of the total period. In this way, it is not necessary to change the size of the data storage area 16a.
Alternatively, the length of the total period when the system disruption flag is 1 may be longer than when the system disruption flag is 0. In this way, it is necessary to change the size of the data storage area 16a, but a large amount of data can be stored in the data storage area 16a.

第3実施形態によれば、次の効果を奏する。
(C1)電力系統の系統乱れが発生した場合に、該系統乱れ前後の新規レコードの優先度を高くすることができるので、該系統乱れ前後の新規レコードを、データ保存エリアに確実に保存することができる。
According to 3rd Embodiment, there exists the following effect.
(C1) In the event of system disruption of the power system, the priority of new records before and after the system disruption can be increased, so that new records before and after the system disruption are reliably stored in the data storage area. Can do.

(C2)電力系統の電圧値又は電流値の平均値の最大値(あるいは最小値)を基準とする所定の閾値を設定し、電力系統の電圧値又は電流値が上記閾値を超えた場合の一時保持データの優先度を、上記閾値を超えない場合の一時保持データの優先度よりも高く判定するので、電圧値又は電流値が所定の範囲(上記閾値)を超えた場合の一時保持データを、データ保存エリアに確実に保存することができる。   (C2) A predetermined threshold value based on the maximum value (or the minimum value) of the average value of the voltage value or current value of the power system is set, and temporary when the voltage value or current value of the power system exceeds the threshold value Since the priority of the holding data is determined to be higher than the priority of the temporary holding data when the threshold value is not exceeded, the temporary holding data when the voltage value or the current value exceeds a predetermined range (the threshold value) Data can be securely stored in the data storage area.

(C3)電力系統の系統乱れが発生した場合に、データ一時保持エリアを時間軸方向に一時的に変更するように構成した場合は、有効な一時保持データをより多くデータ保存エリアに保存することが可能となる。   (C3) When the system is configured to temporarily change the data temporary storage area in the time axis direction when a system disruption of the power system occurs, more effective temporary storage data should be stored in the data storage area. Is possible.

(C4)データ保存指令が出力される前の一時保持データの期間を、データ保存指令が出力された後の一時保持データの期間よりも長く設定して、該一時保持データを保存データとしてデータ保存エリアへ保存させるよう構成した場合は、データ保存指令が出力される前の期間の状況をより把握することが可能となる。   (C4) The period of the temporarily stored data before the data storage command is output is set longer than the period of the temporarily stored data after the data storage command is output, and the temporarily stored data is stored as the stored data. In the case where the data is stored in the area, the situation in the period before the data storage command is output can be grasped more.

(C5)新規レコードと対応付けて、所定値以上の系統乱れの有無を示す系統乱れ有無フラグを、データ保存エリアに保存するよう構成した場合は、系統乱れに起因する新規レコードであることが容易に解る。   (C5) When the system disturbance presence / absence flag indicating the presence / absence of the system disturbance more than a predetermined value is stored in the data storage area in association with the new record, it is easy to be a new record due to the system disturbance. To understand.

なお、本発明は、上記実施形態に限定されるものではなく、その要旨を逸脱しない範囲で種々に変更が可能であることはいうまでもない。
第1〜第3実施形態における構成は、適宜、組み合わせて実施することが可能である。例えば、第1〜第3実施形態における優先度テーブルを組み合わせることも可能である。また、例えば、第3実施形態においてデータ保存指令が出力される前のデータ一時保持エリア15aの長さをデータ保存指令が出力された後のデータ一時保持エリア15aの長さよりも長くする構成を、第1〜第2実施形態に適用することも可能である。
In addition, this invention is not limited to the said embodiment, It cannot be overemphasized that it can change variously in the range which does not deviate from the summary.
The configurations in the first to third embodiments can be implemented in combination as appropriate. For example, the priority tables in the first to third embodiments can be combined. Further, for example, in the third embodiment, the configuration in which the length of the temporary data storage area 15a before the data storage command is output is longer than the length of the temporary data storage area 15a after the data storage command is output. It is also possible to apply to the first and second embodiments.

第1実施形態では、データ保存エリア16aに空きがない場合において、優先度判定部から入力された優先度が、既に不揮発性記憶部に保存されている既存レコードの優先度のいずれよりも低い場合は、新規レコードの保存を行なわないように構成したが、不揮発性記憶部に保存されている既存レコードのうち最も優先度の低いレコードを削除し、新規レコードは優先度が低くても常に保存するように構成してもよい。このようにすると、最新のレコードを保持できる。   In the first embodiment, when there is no space in the data storage area 16a, the priority input from the priority determination unit is lower than any of the priorities of existing records already stored in the nonvolatile storage unit Is configured not to save a new record, but deletes the lowest priority record among the existing records saved in the non-volatile storage, and always keeps the new record even if the priority is low. You may comprise as follows. In this way, the latest record can be held.

第1実施形態では、判定順1の判定条件を、強制制御モード中であるか否かとしたが、この判定条件を省略することも可能である。すなわち、判定順1の判定条件を、試験モードがONであるか否かとし、かつ、判定順2の判定条件を、試験モードがOFFであるか否かとするように構成することも可能である。   In the first embodiment, the determination condition of the determination order 1 is set to be in the forced control mode or not, but this determination condition may be omitted. That is, it is possible to configure so that the determination condition in the determination order 1 is whether the test mode is ON, and the determination condition in the determination order 2 is whether the test mode is OFF. .

第1実施形態では、データ一時保持エリア15aを揮発性記憶部で構成したが、不揮発性記憶部で構成することも可能である。また、データ保存エリア16aを不揮発性記憶部で構成したが、例えば、装置電源を切断することなく連続運転するような場合は、データ保存エリア16aを揮発性記憶部で構成することも可能である。   In the first embodiment, the temporary data storage area 15a is configured by a volatile storage unit, but may be configured by a nonvolatile storage unit. In addition, the data storage area 16a is configured by a non-volatile storage unit. However, for example, in the case where continuous operation is performed without turning off the apparatus power supply, the data storage area 16a can be configured by a volatile storage unit. .

10:ディジタル保護制御装置、11:アナログ入力部、12:ディジタル入力部、13:ディジタル出力部、14:処理部、14a:CPU部、14a1:保護演算部、14a2:優先度判定部、14a3:保存選択部、14b:メモリ部、14b1:優先度テーブル、15:揮発性記憶部、15a:データ一時保持エリア(データ一時記憶部)、16:不揮発性記憶部、16a:データ保存エリア(データ保存記憶部)、17:HMI部(操作表示部)。   DESCRIPTION OF SYMBOLS 10: Digital protection control apparatus, 11: Analog input part, 12: Digital input part, 13: Digital output part, 14: Processing part, 14a: CPU part, 14a1: Protection calculating part, 14a2: Priority determination part, 14a3: Save selection unit, 14b: memory unit, 14b1: priority table, 15: volatile storage unit, 15a: data temporary storage area (data temporary storage unit), 16: nonvolatile storage unit, 16a: data storage area (data storage) Storage unit), 17: HMI unit (operation display unit).

Claims (10)

電力系統を保護するディジタル保護制御装置であって、
データを一時保持するデータ一時記憶部と、
データを保存するとともに、前記保存する保存データと対応付けて該保存データの優先度を保存するデータ保存記憶部と、
前記データ一時記憶部に保持した一時保持データを、前記データ保存記憶部へ保存データとして保存させるデータ保存指令を出力する保護演算部と、
前記一時保持データの優先度を判定する優先度判定部と、
前記保護演算部から前記データ保存指令が出力されると、前記データ保存記憶部に空きエリアがある場合は、前記一時保持データと該一時保持データの優先度とを互いに対応付けて、前記データ保存記憶部に保存させ、前記データ保存記憶部に空きエリアがない場合は、前記優先度判定部で判定された前記一時保持データの優先度と、前記データ保存記憶部に保存された前記保存データの優先度とを比較し、前記一時保持データの優先度が前記保存データの優先度より高い場合に、前記一時保持データと該一時保持データの優先度とを互いに対応付けて、前記データ保存記憶部に保存させ、前記一時保持データの優先度が前記保存データの優先度より低い場合に、前記一時保持データと該一時保持データの優先度とを前記データ保存記憶部に保存させない保存選択部と、
を備えることを特徴とするディジタル保護制御装置。
A digital protection control device for protecting a power system,
A temporary data storage unit for temporarily storing data;
A data storage unit that stores data and stores the priority of the stored data in association with the stored data;
A protection operation unit that outputs a data storage command for storing the temporarily stored data stored in the data temporary storage unit as stored data in the data storage unit;
A priority determination unit for determining the priority of the temporarily held data;
When the data storage command is output from the protection calculation unit, if there is an empty area in the data storage unit, the temporary storage data and the priority of the temporary storage data are associated with each other, and the data storage When there is no empty area in the data storage unit, the priority of the temporarily held data determined by the priority determination unit and the stored data stored in the data storage unit When the priority of the temporarily stored data is higher than the priority of the stored data, the data stored storage unit associates the temporarily stored data and the priority of the temporarily stored data with each other. When the priority of the temporarily stored data is lower than the priority of the stored data, the temporarily stored data and the priority of the temporarily stored data are stored in the data storage storage unit. And the storage selection unit that does not exist,
A digital protection control device comprising:
請求項1に記載されたディジタル保護制御装置であって、
前記優先度判定部は、当該ディジタル保護制御装置が試験状態にある場合の前記一時保持データの優先度を、当該ディジタル保護制御装置が試験状態にない通常状態の場合の前記一時保持データの優先度よりも低く判定することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 1, comprising:
The priority determination unit indicates the priority of the temporarily held data when the digital protection control device is in a test state, and the priority of the temporarily held data when the digital protection control device is in a normal state not in the test state. A digital protection control device characterized in that a lower determination is made.
請求項2に記載されたディジタル保護制御装置であって、
前記保存選択部は、前記一時保持データを前記保存データとして前記データ保存記憶部に保存する際に、当該ディジタル保護制御装置が試験状態にあるか否かを示すモードフラグと前記一時保持データとを対応付けて保存することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 2, comprising:
The storage selection unit, when storing the temporarily stored data as the stored data in the data storage unit, a mode flag indicating whether the digital protection control device is in a test state and the temporarily stored data A digital protection control device characterized by being stored in association with each other.
請求項1に記載されたディジタル保護制御装置であって、
前記ディジタル保護制御装置は、該ディジタル保護制御装置が接続された遮断器の開閉動作を判断するための整定値を有し、
前記優先度判定部は、前記整定値の変更直後である場合の前記一時保持データの優先度を、前記整定値の変更直後でない場合の前記一時保持データの優先度よりも高く判定することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 1, comprising:
The digital protection control device has a set value for determining the opening / closing operation of a circuit breaker to which the digital protection control device is connected,
The priority determination unit determines the priority of the temporarily held data when it is immediately after the setting value is changed to be higher than the priority of the temporarily stored data when it is not immediately after the setting value is changed. A digital protection control device.
請求項4に記載されたディジタル保護制御装置であって、
前記保存選択部は、前記一時保持データを前記保存データとして前記データ保存記憶部に保存する際に、前記一時保持データと前記変更直後の前記整定値とを対応付けて保存することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 4, comprising:
The storage selection unit stores the temporary storage data and the set value immediately after the change in association with each other when the temporary storage data is stored in the data storage unit as the storage data. Digital protection control device.
請求項4に記載されたディジタル保護制御装置であって、
前記保存選択部は、前記一時保持データを前記保存データとして前記データ保存記憶部に保存する際に、前記一時保持データが前記整定値の変更に起因するものであるか否かを示す整定値変更有無フラグと前記一時保持データとを対応付けて保存することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 4, comprising:
The saving selection unit, when saving the temporarily held data as the saved data in the data saving storage unit, the set value change indicating whether the temporarily held data is due to the change of the set value A digital protection control device, wherein presence / absence flags and the temporarily held data are stored in association with each other.
請求項1に記載されたディジタル保護制御装置であって、
前記優先度判定部は、当該ディジタル保護制御装置の保護対象である前記電力系統の電圧値又は電流値が、前記電圧値又は電流値の統計値を超えた場合の前記一時保持データの優先度を、前記電力系統の電圧値又は電流値が、前記統計値を超えない場合の前記一時保持データの優先度よりも高く判定することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 1, comprising:
The priority determination unit determines the priority of the temporarily held data when the voltage value or current value of the power system that is the protection target of the digital protection control device exceeds the statistical value of the voltage value or current value. The digital protection control device, wherein the voltage value or the current value of the power system is determined to be higher than the priority of the temporarily held data when the statistical value does not exceed the statistical value.
請求項7に記載されたディジタル保護制御装置であって、
前記統計値は、前記電力系統の電圧値又は電流値の最大値の平均値を基準とする閾値、あるいは、前記電力系統の電圧値又は電流値の最小値の平均値を基準とする閾値であることを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 7, comprising:
The statistical value is a threshold value based on the average value of the maximum value of the voltage value or current value of the power system, or a threshold value based on the average value of the minimum value of the voltage value or current value of the power system. A digital protection control device.
請求項1に記載されたディジタル保護制御装置であって、
前記保存選択部は、前記保護演算部から前記データ保存指令が出力されると、前記データ保存指令が出力される前の前記一時保持データの第1の期間を、前記データ保存指令が出力された後の前記一時保持データの第2の期間よりも長く設定して、前記第1及び第2の期間における前記一時保持データを、前記保存データとして前記データ保存記憶部へ保存させることを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 1, comprising:
When the data storage command is output from the protection calculation unit, the storage selection unit outputs the first period of the temporarily retained data before the data storage command is output. It is set longer than a second period of the temporarily held data later, and the temporarily held data in the first and second periods is saved in the data saving storage unit as the saved data. Digital protection control device.
請求項7に記載されたディジタル保護制御装置であって、
前記保存選択部は、前記一時保持データを前記保存データとして前記データ保存記憶部に保存する際に、前記一時保持データが前記電力系統の電圧値又は電流値が前記統計値を超えたことに起因するものであるか否かを示す系統乱れ有無フラグと前記一時保持データとを対応付けて保存することを特徴とするディジタル保護制御装置。
A digital protection control device according to claim 7, comprising:
When the storage selection unit stores the temporary storage data as the storage data in the data storage storage unit, the temporary storage data is caused by the voltage value or current value of the power system exceeding the statistical value. A digital protection control apparatus characterized by storing a system disturbance presence / absence flag indicating whether or not the data is temporarily stored and the temporarily held data in association with each other.
JP2013158878A 2013-07-31 2013-07-31 Digital protection controller Active JP6155130B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013158878A JP6155130B2 (en) 2013-07-31 2013-07-31 Digital protection controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013158878A JP6155130B2 (en) 2013-07-31 2013-07-31 Digital protection controller

Publications (2)

Publication Number Publication Date
JP2015033156A true JP2015033156A (en) 2015-02-16
JP6155130B2 JP6155130B2 (en) 2017-06-28

Family

ID=52518088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013158878A Active JP6155130B2 (en) 2013-07-31 2013-07-31 Digital protection controller

Country Status (1)

Country Link
JP (1) JP6155130B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003063327A (en) * 2001-08-24 2003-03-05 Nissan Motor Co Ltd Electronic controller for vehicle
JP2010016933A (en) * 2008-07-01 2010-01-21 Mitsubishi Electric Corp Digital protective relay
JP2010021717A (en) * 2008-07-09 2010-01-28 Sharp Corp Software analysis system of digital broadcast receiver
JP2012249387A (en) * 2011-05-26 2012-12-13 Toshiba Corp Power system protection control system, test method, protection control device, merging unit, and test device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003063327A (en) * 2001-08-24 2003-03-05 Nissan Motor Co Ltd Electronic controller for vehicle
JP2010016933A (en) * 2008-07-01 2010-01-21 Mitsubishi Electric Corp Digital protective relay
JP2010021717A (en) * 2008-07-09 2010-01-28 Sharp Corp Software analysis system of digital broadcast receiver
JP2012249387A (en) * 2011-05-26 2012-12-13 Toshiba Corp Power system protection control system, test method, protection control device, merging unit, and test device

Also Published As

Publication number Publication date
JP6155130B2 (en) 2017-06-28

Similar Documents

Publication Publication Date Title
US9426248B2 (en) Data collection and transfer apparatus
JP4641443B2 (en) Log information management apparatus, log information management method, and log information management program
US11360144B2 (en) Direct current contactor wear tracking
TW201516652A (en) Robust hardware/software error recovery system
CN104426696A (en) Fault processing method and device
JPS6259525B2 (en)
JP6498894B2 (en) Grid stabilization system
JP6155130B2 (en) Digital protection controller
JP5814825B2 (en) Storage device and storage method
JP6539974B2 (en) Failure notification device, failure notification method and failure notification program
JP2007325380A (en) System for protecting power system
US9438027B2 (en) Systems and methods for power interruption
JP2006172401A (en) Information collection apparatus
JP2010244164A (en) Dma controller, information processor, and dma management method
JP7098511B2 (en) Protection relay device
KR20140134116A (en) Digital protection relay and self test method thereof
JP6904918B2 (en) Control device and its data writing method
CN110892599B (en) Electronic protection device
JPS626268Y2 (en)
JP4599969B2 (en) Power converter and failure analysis method
JP6966361B2 (en) Voltage drop detection system
JP2017098700A (en) Transmission equipment and information transfer method
WO2024087165A1 (en) Overcurrent detection apparatus, protection apparatus, and anomaly early warning method
CN103346933B (en) The device of dynamic monitoring message repeating
US20220407333A1 (en) Systems and Methods for Situational Suppression of Overcurrent Protection

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160526

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170124

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170125

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170306

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170605

R150 Certificate of patent or registration of utility model

Ref document number: 6155130

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150