JPH04348226A - Running data preserving method - Google Patents

Running data preserving method

Info

Publication number
JPH04348226A
JPH04348226A JP12116791A JP12116791A JPH04348226A JP H04348226 A JPH04348226 A JP H04348226A JP 12116791 A JP12116791 A JP 12116791A JP 12116791 A JP12116791 A JP 12116791A JP H04348226 A JPH04348226 A JP H04348226A
Authority
JP
Japan
Prior art keywords
data
group
collected
time
stored
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
JP12116791A
Other languages
Japanese (ja)
Other versions
JPH0715392B2 (en
Inventor
Junichi Saito
順一 齋藤
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 Power Ltd
Original Assignee
Babcock Hitachi KK
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 Babcock Hitachi KK filed Critical Babcock Hitachi KK
Priority to JP12116791A priority Critical patent/JPH0715392B2/en
Publication of JPH04348226A publication Critical patent/JPH04348226A/en
Publication of JPH0715392B2 publication Critical patent/JPH0715392B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To preserve a long-term effective data in a memory device of small capacity by preserving every specific number of running data as one group every time it is collected and preserving the average value of the adjacent two data in the previous data as a representative value. CONSTITUTION:When a first period 2<n> X time has passed after the collection of the running data was started, 2<n> data is collected in a data collecting device and preserved as a group G1 in a secondary memory device. Then, when a second period 2<n> X time has passed, another 2 data is collected in the memory device and preserved as a fresh group G1. The average value of the adjacent two time series data in the previously stored group G1 is preserved as a group G2. In this manner, the number of data in the group G2 is reduced to 2<(n-1)>. If this sequence is repeated, a long-term effective data can be preserved in a memory device of small capacity.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、ボイラ、焼却炉などの
産業プラントの運転データを電子計算機で処理して保存
するに好適な運転データ保存方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for storing operational data suitable for processing and storing operational data of industrial plants such as boilers and incinerators using electronic computers.

【0002】0002

【従来の技術】ボイラ、焼却炉などのプラント設備にお
いて、当該設備の各部における温度、圧力、流量などの
運転データ、及びその運転データを用いて演算したボイ
ラ効率、伝熱係数、換算NOxなど計算値などを記録し
ており、それら記録は、設備の正常稼働、故障診断、経
年劣化などを判断する上で重要である。
[Prior Art] In plant equipment such as boilers and incinerators, calculations include operating data such as temperature, pressure, and flow rate for each part of the equipment, as well as boiler efficiency, heat transfer coefficient, converted NOx, etc., calculated using the operating data. Values, etc. are recorded, and these records are important for determining the normal operation of the equipment, fault diagnosis, deterioration over time, etc.

【0003】上記プラント設備では従来、運転員が定期
的に計器の値を読み取り、記録することによって、運転
データを記録してきた。また、図3に示すようにプラン
ト3に設けられた計測器4に発信器を取付け、この発信
器からの信号をアナログからデジタルにA/D変換器5
により変換し、電子計算機6に取り込み、電子計算機に
付属する2次記憶装置7に蓄えておき、定時に日報、月
報等の形でプリンタ8を介して用紙に出力するデータ収
集装置も使用されている。データ収集装置では収集した
運転データは、運転データをプリンタに出力したあと、
2次記憶装置から削除するか、または2次記憶装置の記
憶容量が一杯になったときに、古い順にデータを削除し
ている。
Conventionally, in the above-mentioned plant equipment, operating data has been recorded by operators periodically reading and recording the values of meters. In addition, as shown in FIG. 3, a transmitter is attached to the measuring instrument 4 installed in the plant 3, and the signal from this transmitter is converted from analog to digital by an A/D converter 5.
A data collection device is also used that converts the data into a computer 6, stores it in a secondary storage device 7 attached to the computer, and outputs it on paper via a printer 8 at regular intervals in the form of a daily report, monthly report, etc. There is. After outputting the operation data collected by the data collection device to a printer,
The oldest data is deleted from the secondary storage device, or when the storage capacity of the secondary storage device becomes full.

【0004】0004

【発明が解決しようとする課題】プラント設備の正常稼
働、故障診断、経年劣化など設備の状況を判断するため
には、運転員の手による記録やデータ収集装置から用紙
に打ち出された運転記録を、時系列的に突き合わせて判
定する必要がある。
[Problems to be Solved by the Invention] In order to judge the status of plant equipment, such as its normal operation, failure diagnosis, and aging deterioration, it is necessary to use operating records recorded by operators or printed out on paper from data collection devices. , it is necessary to compare and judge in chronological order.

【0005】電子計算機を用いたデータ収集装置におい
ては、運転データは、電子計算機の2次記憶装置に蓄え
られるので、十分な容量の2次記憶装置を用意し、運転
データの時系列的変化を調べる手順を記述したソフトウ
エアを用いれば、人手を煩わさずに、電子計算機によっ
てプラント設備の正常稼働、故障診断、経年劣化などを
判断することができる。ところで、記録すべき運転デー
タの種類は、比較的小型のボイラでも50点程度、事業
用のボイラなどでは2000点以上となり、また記憶す
る時間間隔は応答速度の速い設備では10秒毎、通常の
設備でも1分毎程度が一般的である。
[0005] In a data collection device using an electronic computer, operating data is stored in the secondary storage of the computer, so a secondary storage with sufficient capacity is prepared to record time-series changes in operating data. By using software that describes inspection procedures, it is possible to use a computer to determine whether plant equipment is operating properly, diagnose failures, and determine whether it has deteriorated over time, without the need for human intervention. By the way, the number of types of operational data that should be recorded is about 50 points even for relatively small boilers, and more than 2000 points for commercial boilers, etc., and the time interval for recording is every 10 seconds for equipment with fast response speed, and for ordinary boilers. Even in equipment, it is common for the transmission to occur every minute.

【0006】従って、毎分データ収集を行うものとして
も、記録すべきデータ数は1日に小型のボイラで50(
/分)×60(分/時間)×24(時間)=72,00
0個であり、事業用のボイラでは同様に計算して、20
00×60×24=2,880,000個となる。
Therefore, even if data is collected every minute, the number of data to be recorded per day is 50 (
/ minute) x 60 (minutes/hour) x 24 (hour) = 72,00
0, and for a commercial boiler, similarly calculated, 20
00×60×24=2,880,000 pieces.

【0007】通常、データ1個は2バイトで2次記憶装
置に保持するので、上記の場合、1年間保存したとする
と、それぞれ72,000(個/日)×2(バイト/個
)×365(日)=53Mバイト、同様にして8800
00×2×365=640Mバイト(Mバイト=100
万バイト)となる。例えばボイラの伝熱面の汚れや煙道
の詰まりなど運転データから判断するためには、1年程
度のデータの経時的な変化を比較する必要がある。この
ため、全データを保管するためには、非常に大容量の2
次記憶装置が必要であり、運転データを電子計算機で比
較して、こうした判断を実施するのは実用上困難であっ
た。
[0007] Normally, one piece of data is 2 bytes and is stored in the secondary storage device, so in the above case, if it is stored for one year, each data will be 72,000 (pieces/day) x 2 (bytes/piece) x 365 (day) = 53MB, similarly 8800
00 x 2 x 365 = 640 M bytes (M bytes = 100
(10,000,000 bytes). For example, in order to judge from operational data, such as dirt on the heat transfer surface of a boiler or clogging of the flue, it is necessary to compare changes over time in data over about one year. Therefore, in order to store all the data, it is necessary to use two very large capacity
A storage device is required, and it is difficult in practice to compare operating data with an electronic computer and make such judgments.

【0008】運転データの時系列変動を調査する場合、
比較する時系列が短い場合は、短い時間間隔で収集した
運転データを必要とする。例えば1時間あたりの変動を
調べるためには、1分周期程度のデータを比較する必要
がある。一方、長い時間の運転データの比較によって、
その変化を評価する場合には、比較する運転データの間
隔は長くても良い。例えば、1年程度の期間のデータ変
動を調べるには1日周期程度のデータで十分である。そ
のため、収集した運転データを定期的に整理し、新しい
運転データを密に保持し、古いデータほど粗になるよう
な形でデータを保存しても、運転データの経時的変化を
把握するためには支障はないことになる。
[0008] When investigating time-series fluctuations in operating data,
If the time series to be compared is short, operational data collected at short time intervals is required. For example, in order to examine hourly fluctuations, it is necessary to compare data over a period of approximately one minute. On the other hand, by comparing long-term driving data,
When evaluating the change, the interval between operating data to be compared may be long. For example, to examine data fluctuations over a period of about one year, data with a period of about one day is sufficient. Therefore, even if the collected driving data is regularly organized, new driving data is kept densely, and data is stored in a format where older data becomes coarser, it is difficult to understand changes in driving data over time. There will be no problem.

【0009】本発明は上記事情に鑑みてなされたもので
あって、実用上、プラントの運転データの経時的変化の
調査に適応するように、運転データを新しいデータを密
に保存し、かつ過去のデータほどデータの保存量を低減
する運転データ保存方法を提供することを目的としてい
る。
The present invention has been made in view of the above-mentioned circumstances, and has the practical purpose of storing new operational data closely and storing past data so as to be suitable for investigating changes over time in plant operational data. The purpose of the present invention is to provide a method for storing driving data that reduces the amount of data to be stored.

【0010】0010

【課題を解決するための手段】上記目的を達成するため
に、本発明の運転データ保存方法は、ボイラ、焼却炉等
のプラントで周期的に収集した運転データを時系列的に
保存する際、最初に収集した2のn乗(nは正の整数)
個の運転データで1つのグループを形成して保存し、そ
の後、2のn乗個の運転データが貯まる毎に該運転デー
タを1つのグループとして保存すると共に、それ以前に
形成したグループ内の各データについて隣合う2個のデ
ータを基に一つの代表値を求め、該代表値を保存するこ
とを特徴としている。
[Means for Solving the Problems] In order to achieve the above object, the operational data storage method of the present invention provides a method for storing operational data periodically collected in plants such as boilers and incinerators in chronological order. First collected 2 to the power of n (n is a positive integer)
After that, every time 2<n> operation data is accumulated, the operation data is saved as one group, and each group in the previously formed group is saved. A feature of the data is that one representative value is determined based on two adjacent pieces of data, and the representative value is stored.

【0011】そして、その代表値は隣合う2個のデータ
の平均値とするのがよい。また、運転データは自動的に
収集し、記憶装置に保存し、隣合う2個のデータの代表
値は電子計算機により求めるとよい。
[0011] The representative value is preferably an average value of two adjacent data. Further, it is preferable that the driving data is automatically collected and stored in a storage device, and the representative value of two adjacent pieces of data is determined by a computer.

【0012】0012

【作用】本発明の運転データの保存方法によれば、2の
n乗個の運転データが貯まる毎に該運転データを1つの
グループとして保存すると共に、それ以前に形成したグ
ループ内の各データについて隣合う2個のデータを一つ
の代表値にまとめてそれを保存するので、新しいデータ
を密に、かつ古いデータほど粗にして保存でき、少ない
容量の記憶装置で長期間の有効なデータを保存すること
ができる。
[Operation] According to the method for storing driving data of the present invention, each time 2 n driving data is stored, the driving data is stored as one group, and each data in the group formed before is stored. Since two adjacent pieces of data are combined into one representative value and saved, newer data can be stored more densely and older data more coarsely stored, allowing long-term effective data to be stored with a small storage capacity. can do.

【0013】[0013]

【実施例】以下、本発明の運転データ保存方法を図面に
より具体的に説明する。図1及び図2は運転データ数を
圧縮する手順を示すフローチャート、図3は圧縮された
運転データ群からある時刻に収集したデータを取り出す
手順を示す模式図、図4はデータ収集装置の構成図であ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The method for storing operational data of the present invention will be explained in detail below with reference to the drawings. Figures 1 and 2 are flowcharts showing the procedure for compressing the number of driving data, Figure 3 is a schematic diagram showing the procedure for extracting data collected at a certain time from a compressed group of driving data, and Figure 4 is a configuration diagram of the data collection device. It is.

【0014】ボイラまたは焼却炉等のプラントにおいて
その運転データを記録する装置として、前記従来の技術
の項で述べたように、電子計算機や2次記憶装置等を備
えたデータ収集装置を用い、運転データを周期的に採集
する。本実施例の方法によれば、採集した運転データの
内、新しいものを密に保存し、過去になるほど粗にして
保存する。
As a device for recording operating data in a plant such as a boiler or an incinerator, a data collecting device equipped with a computer, a secondary storage device, etc. is used as described in the section of the prior art. Collect data periodically. According to the method of this embodiment, among the collected driving data, the newest data is stored more closely, and the older the data, the more coarsely the data is stored.

【0015】データ採集の方法について、プラントの運
転データを1種類あたり(2のn乗)個になるまで収集
し、それら(2のn乗)個を1グループとする。ここで
nは1より大きい適当な整数である。データが複数種類
ある場合は、それぞれの種類について同様にデータをグ
ループにまとめる操作をする。この操作は各種データに
ついて同一であるから、データ1種類について以下に説
明する。
Regarding the data collection method, plant operation data is collected up to (2 to the n power) pieces for each type, and these (2 to the n power) data are made into one group. Here, n is a suitable integer greater than 1. If there are multiple types of data, perform the same operation for grouping each type of data. Since this operation is the same for various types of data, one type of data will be explained below.

【0016】データの収集周期をT(時間)とすると、
初期時間をOとして、(2のn乗)×T(時間)毎に、
その期間に収集したデータを一つのグループにする。グ
ループは時間の新しい順に1,2,3……mのように連
続番号をつけ、グループGmで表す。すなわち、最新の
グループには常に番号1を付し、それまで1番であった
グループには2番を、またそれまで2番であったグルー
プは3番を付すというように古いグループの番号は、新
しいグループが生まれる度に1づつ番号が増える。また
、(2のn乗)×Tに満たない期間に収集されたデータ
数は2のn乗以下であり、これをグループG0とする。
[0016] Letting the data collection cycle be T (time),
Letting the initial time be O, every (nth power of 2) x T (time),
The data collected during that period is grouped. The groups are numbered consecutively in chronological order such as 1, 2, 3...m, and are expressed as group Gm. In other words, the newest group is always numbered 1, the group that was number 1 is numbered 2, the group that was number 2 is number 3, and so on. , the number increases by 1 each time a new group is created. Further, the number of data collected during a period less than (2 to the n power)×T is equal to or less than 2 to the n power, and this is set as group G0.

【0017】まず、運転データの収集を開始して最初の
期間である(2のn乗)×T(時間)が過ぎると、デー
タ収集装置に(2のn乗)個のデータが収集され、その
2次記憶装置にグループG1 として保存される。
[0017] First, when the first period (2 to the n power) x T (time) after starting the collection of driving data has passed, (2 to the n power) pieces of data are collected by the data collection device. It is saved in the secondary storage device as group G1.

【0018】そして次の第2の期間の(2のn乗)×T
(時間)が過ぎた時、データ収集装置に新たに(2のn
乗)個のデータが収集され、これがグループG1 とし
て保存される。この時、既に保存されていたデータは、
電子計算機により処理され、すなわち時系列的に隣接す
る2個のデータの平均値が求められ、それらの平均値は
2次記憶装置にグループG2として保存されることにな
る。かくして最初の期間に収集されたデータの数は2の
n乗個からその1/2の2の(n−1)乗個に減少する
[0018] Then, (2 to the n power) x T for the next second period
When (time) has passed, a new (n of 2) is added to the data collection device.
) data are collected and saved as group G1. At this time, the data already saved is
The data is processed by an electronic computer, that is, the average value of two pieces of data adjacent in time series is determined, and the average value is stored in the secondary storage device as group G2. Thus, the number of data collected during the first period is reduced from 2 to the nth power to 1/2 of the 2 to the power of 2(n-1).

【0019】また、第3の期間の(2のn乗)×T(時
間)が過ぎ、さらに新たな(2のn乗)のデータが収集
された時、第2の期間に収集された2のn乗個のデータ
は上述と同様に平均値が求められて1/2になり、2の
(n−1)乗個のデータがグループG2 として保存さ
れるとともに、第1の期間に収集され、処理されて半分
になったデータについても隣接する2個のデータの平均
値が求められ、再度1/2にすなわち収集された時から
みて1/4のデータ数となり、グループG3 として保
存される。以降、(2のn乗)個の運転データが収集さ
れる毎に、上記同様に処理されて、それまで保存されて
いたデータの数は半減していく。この処理は次のように
式で表される。
[0019] Also, when (2 to the n power) x T (time) of the third period has passed and new (2 to the n power) data is collected, the 2 data collected in the second period The n-th power of data is averaged to 1/2 in the same manner as described above, and the 2(n-1) power of data is stored as group G2 and collected in the first period. For the data that has been processed and halved, the average value of two adjacent pieces of data is calculated, and the number of data is reduced to 1/2 again, that is, 1/4 from the time it was collected, and is saved as group G3. . Thereafter, each time (2 to the n power) pieces of driving data are collected, they are processed in the same manner as described above, and the number of data stored up to that point is halved. This process is expressed by the following formula.

【0020】(2のn乗)×T時間が経過すると、グル
ープGi のデータ1,2,3,……,2の(n−1)
乗,2のn乗について各データをDi,グループGj 
の各データをDjとすると、
[0020] When (2 to the n power) × T time has passed, (n-1) of data 1, 2, 3, ..., 2 of group Gi
2 to the nth power, each data is Di, group Gj
If each data of is Dj,

【0021】[0021]

【数1】[Math 1]

【0022】 (i,j=1,2,……,2の(n−1)乗のように時
系列的に隣接するデータの平均を取って、新たなデータ
を生成する。
(i, j=1, 2, . . . , 2 to the (n-1) power) is averaged over time to generate new data.

【0023】ここで j=i+1 の関係がある。この操作によりグループGi のデータ
数は元の1/2となる、同様な操作を他のグループに対
しても順次実行する。
Here, there is a relationship of j=i+1. This operation reduces the number of data in group Gi to 1/2 of the original number, and similar operations are sequentially performed on other groups.

【0024】ただし、グループ内のデータが1つしかな
いものに付いては、操作は行わなず、次のグループへの
代入のみを行う。また、グループG0 の各データ要素
はグループ1の対応する要素に代入する。
However, if there is only one data in a group, no operation is performed and only assignment to the next group is performed. Furthermore, each data element of group G0 is assigned to the corresponding element of group 1.

【0025】こうして圧縮したデータのグループ全体で
の総量Sはデータ1種類あたり、圧縮を施した部分につ
いて
[0025] The total amount S of the entire group of data compressed in this way is calculated based on the compressed portion per data type.

【0026】[0026]

【数2】[Math 2]

【0027】一方、圧縮を行わなかったとすれば総量S
’は
On the other hand, if no compression is performed, the total amount S
'teeth

【0028】[0028]

【数3】[Math 3]

【0029】圧縮比はnが十分大きければ[0029] If n is sufficiently large, the compression ratio is

【0030】[0030]

【数4】S’/S=2/(n+1) となり、n=14程度に取れば通常に保持した場合の1
3%程度の記憶容量でよいことになる。nの値を14さ
らに大きく取れば、このデータ圧縮の効果はもっと大き
くなる。
[Mathematical 4] S'/S=2/(n+1), and if n=14, then 1 when held normally
This means that a storage capacity of about 3% is sufficient. If the value of n is increased to 14, the effect of this data compression becomes even greater.

【0031】また、n=14のときで、毎分データを収
集するとすれば1グループを形成するに要する時間は2
14=16384分=11.37日となり、新しくグル
ープが生まれる度に、それまで蓄積したデータを数式1
に従って圧縮していって、最初にできたグループ中のデ
ータ個数が1個になるのは11.37×14=159日
以降であり、この日数は、運転データを解析する上で実
用的にも妥当である。
Furthermore, if n=14 and data is collected every minute, the time required to form one group is 2.
14 = 16384 minutes = 11.37 days, and each time a new group is created, the data accumulated so far is calculated using formula 1.
It is after 11.37 x 14 = 159 days that the number of data in the first group becomes 1, and this number of days is practical for analyzing operational data. It is reasonable.

【0032】図1及び図2は、以上説明したデータ圧縮
手順を示す流れ図である。運転データをグループ別に蓄
積する配列を、G0〔N0〕,G1〔N〕,G2〔N/
2〕……Gm−1〔4〕,Gm〔2〕,GN〔M〕と定
義する。 ここで、Nは(2のn乗)で、nは1より大きい適当な
整数であり、またMも1より大きな別の適当な整数であ
る。
FIGS. 1 and 2 are flowcharts showing the data compression procedure described above. The array for storing operation data by group is G0 [N0], G1 [N], G2 [N/
2]...Gm-1[4], Gm[2], and GN[M] are defined. Here, N is (2 to the power of n), where n is an appropriate integer greater than 1, and M is also another appropriate integer greater than 1.

【0033】データの処理は、データ収集周期毎に図1
及び図2に示すの手順にしたがって実行する。処理Iは
一つのグループを形成する所定個数のデータが貯まった
かを判定する部分である。図では省略しているがデータ
は順次配列G0に蓄えられていく。所定個数貯まると、
処理 II 以下を実行する。処理 II では一つの
グループに1個しかデータが入っていないような、最も
古いデータ群を持つグループについて、各グループのデ
ータを順送りさせている。空いたGN〔1〕にはその前
の配列Gm[2]中の2データの平均を取ったものを代
入する。平均処理は代表データを抽出する手段を示して
いるもので、別の方法をとっても良い。
Data processing is performed as shown in FIG.
and according to the procedure shown in FIG. Process I is a part for determining whether a predetermined number of data forming one group has been accumulated. Although not shown in the figure, data is sequentially stored in the array G0. Once a predetermined number of items have been accumulated,
Process II Execute the following. In process II, the data of each group is sequentially sent for the group having the oldest data group, such as one group containing only one piece of data. The average of the two data in the previous array Gm[2] is assigned to the vacant GN[1]. The averaging process indicates a means for extracting representative data, and other methods may be used.

【0034】処理 III ,処理 IV はそれぞれ
前の配列の要素2個の平均を取って、それを次の配列の
要素に代入している。途中省略しているがG3〜Gm−
1の配列に対しても同じ操作を施す。処理 V ではG
0配列の要素をG1の各要素に代入している。この処理
 II 〜処理 V の操作をN個(2のn乗個)のデ
ータがG0配列に貯まる毎に実行する。
Processing III and processing IV each take the average of two elements of the previous array and assign it to the element of the next array. Although it is omitted in the middle, G3~Gm-
The same operation is applied to the array of 1. Processing V then G
The elements of the 0 array are assigned to each element of G1. The operations from process II to process V are executed every time N pieces of data (2 to the nth power) are stored in the G0 array.

【0035】次に過去の指定時刻に収集したデータdo
 を取り出す方法について説明する。
Next, the data collected at the specified time in the past do
We will explain how to take it out.

【0036】指定時刻までの時間tを求め、収集周期T
から、時間tまでに収集したデータ個数Lをもとめる。
[0036] Find the time t until the specified time, and calculate the collection period T.
From this, the number L of data collected by time t is determined.

【0037】L=t/T LがグループG0 中のデータ数N0 より小さければ
、求めるデータdo はグループG0 の中にある。グ
ループG0 中のL番目が求めるデータである。
L=t/T If L is smaller than the number N0 of data in group G0, the desired data do is in group G0. The Lth data in group G0 is the desired data.

【0038】LがN0 を超えるときは新たに[0038] When L exceeds N0, a new

【003
9】
003
9]

【数5】L0 =L−N0 を定義する。次に[Math. 5] L0 = L-N0 Define. next

【0040】[0040]

【数6】[Math 6]

【0041】を満たすmを求める。目標とするデータd
o はm番目のグループGm にある。次に
Find m that satisfies the following. Target data d
o is in the mth group Gm. next

【0042
0042
]

【数7】[Math 7]

【0043】とする。グループGm には2の(n−(
m−1))乗個のデータがあり、各データは2の(m−
1)乗個の元のデータの平均であり、これを求める目標
のデータとして扱う。次にL1 を2の(m−1)乗で
除し商の整数値を求める。この演算を¥と定義する。
[0043] Group Gm has 2 (n-(
There are m-1)) data, and each data is 2(m-
1) It is the average of the multiplication original data, and is treated as the target data to be obtained. Next, divide L1 by 2 to the (m-1) power to obtain an integer value of the quotient. This operation is defined as ¥.

【0044】[0044]

【数8】[Math. 8]

【0045】とすると、求めるデータはm番目のグルー
プGm のL2 番目にあることになる。
[0045] Then, the data to be sought is in the L2th position of the mth group Gm.

【0046】以上の演算は電子計算機を用いて用意に実
現可能である。
The above calculations can be easily realized using an electronic computer.

【0047】実際の例として、図3を用いて圧縮したデ
ータから目標とするデータを取り出す手順を説明する。 簡単のために、n=3とし、一つのグループは8個のデ
ータで構成されるものとする。図中、d1,d2,……
d35は収集されたデータで新しい順に示しており、一
つのデータ枠1には一つのデータが入り、また一つのデ
ータ枠1に複数のデータが入っているのはそれらの代表
値が一つあることを意味する。図3に示すようにデータ
が5つのグループに貯えられた状態の時に、L=16番
目のデータの値d16 を求めるとする。グループG0
 にはデータが3個なので数式5から、 L0 =16−3=13 次に数式6から (m−1)×23<13<m×23    ∴m=2数
式7から L1 =13−(2−1)×23=5 数式8から L2 =(5¥(2の(2−1)乗)+1=3従って、
求める16番目のデータd16 はグループG2 の3
番目のデータが該当することになる。このデータは16
,17番目のデータd16,d17 の平均値で代表す
るものであるが、昔のデータは代表値でも比較する上で
問題ないので、これを採用する。
As an actual example, a procedure for extracting target data from compressed data will be explained using FIG. For simplicity, it is assumed that n=3 and one group consists of eight pieces of data. In the figure, d1, d2,...
d35 shows the collected data in chronological order, one data frame 1 contains one data, and when one data frame 1 contains multiple data, there is one representative value of them. It means that. Assume that when data is stored in five groups as shown in FIG. 3, the value d16 of L=16th data is determined. Group G0
Since there are three pieces of data, from Equation 5, L0 = 16-3 = 13 Next, from Equation 6, (m-1) x 23 < 13 < m x 23 ∴m = 2 From Equation 7, L1 = 13- (2- 1) x 23 = 5 From formula 8, L2 = (5 yen (2 to the power of (2-1)) + 1 = 3 Therefore,
The 16th data d16 to be found is 3 of group G2
The th data corresponds to this. This data is 16
, 17th data d16, d17, but since there is no problem in comparing old data with representative values, this is adopted.

【0048】[0048]

【発明の効果】本発明によれば、運転データ保存方法を
2n乗個の運転データが貯まる毎に該運転データを1つ
のグループとして保存すると共に、それ以前に形成した
グループ内の各データについて隣合う2個のデータを一
つの代表値にまとめてそれを保存するので、特に本発明
の実施例による方法は、2のべき乗を用いた演算を基本
にしており、内部演算が2進法で行われる電子計算機に
おいて高速な処理が可能である。
According to the present invention, the driving data storage method is such that each time 2nth power of driving data is stored, the driving data is stored as one group, and each data in the group formed before is stored next to each other. In particular, the method according to the embodiment of the present invention is based on calculations using powers of 2, and the internal calculations are performed in binary, since two pieces of data that match are combined into one representative value and stored. High-speed processing is possible on electronic computers.

【図面の簡単な説明】[Brief explanation of drawings]

【図1】本発明の実施例なる運転データ保存方法の手順
を示す流れ図である。
FIG. 1 is a flowchart showing the procedure of an operation data storage method according to an embodiment of the present invention.

【図2】図1に続く手順を示す流れ図である。FIG. 2 is a flowchart showing the procedure following FIG. 1;

【図3】保存されたデータ群から目的のデータを取り出
す手順を示す模式図である。
FIG. 3 is a schematic diagram showing a procedure for extracting target data from a saved data group.

【図4】データ収集装置の構成図である。FIG. 4 is a configuration diagram of a data collection device.

【符号の説明】[Explanation of symbols]

1  データ枠 3  プラント 4  計測器 5  A/D変換器 6  電子計算機 7  2次記憶装置 8  プリンタ di  データ(i:整数) Gm  グループ(m:整数) 1 Data frame 3 Plant 4 Measuring instruments 5 A/D converter 6 Electronic computer 7 Secondary storage device 8 Printer di data (i: integer) Gm Group (m: integer)

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  ボイラ、焼却炉等のプラントで周期的
に収集した運転データを時系列的に保存する運転データ
保存方法において、最初に収集した2のn乗(nは正の
整数)個の運転データで1つのグループを形成して保存
し、その後、2のn乗個の運転データが貯まる毎に該運
転データを1つのグループとして保存すると共に、それ
以前に形成したグループ内の各データについて隣合う2
個のデータを基に一つの代表値を求め、該代表値を保存
することを特徴とする運転データ保存方法。
Claim 1: In an operation data storage method for chronologically storing operation data periodically collected in a plant such as a boiler or an incinerator, the first collected 2 to the power of n (n is a positive integer) Form and save one group with driving data, and then save the driving data as one group every time 2 to the n power of driving data is accumulated, and each data in the group formed before then. 2 adjacent
1. A method for storing driving data, characterized in that one representative value is determined based on data for each item, and the representative value is stored.
【請求項2】  前記代表値は隣合う2個のデータの平
均値とすることを特徴とする請求項1記載の運転データ
保存方法。
2. The driving data storage method according to claim 1, wherein the representative value is an average value of two adjacent data items.
【請求項3】  ボイラ、焼却炉等のプラントで周期的
に自動収集した運転データを時系列的に記憶装置に保存
する運転データ保存方法において、最初に収集した2の
n乗(nは正の整数)個の運転データで1つのグループ
を形成して保存し、その後、2のn乗個の運転データが
貯まる毎に該運転データを1つのグループとして保存す
ると共に、それ以前に形成したグループ内の各データに
ついて隣合う2個のデータを基に電子計算機により一つ
の代表値を求め、該代表値を保存することを特徴とする
運転データ保存方法。
3. In an operation data storage method in which operation data automatically collected periodically in plants such as boilers and incinerators is stored in a storage device in chronological order, (integer) driving data are formed into one group and saved, and then each time 2 n driving data is accumulated, the driving data is saved as one group, and the data in the previously formed group is saved. 1. A method for storing operating data, characterized in that one representative value is determined by a computer based on two adjacent pieces of data for each data set, and the representative value is stored.
JP12116791A 1991-05-27 1991-05-27 Operation data storage method Expired - Fee Related JPH0715392B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12116791A JPH0715392B2 (en) 1991-05-27 1991-05-27 Operation data storage method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12116791A JPH0715392B2 (en) 1991-05-27 1991-05-27 Operation data storage method

Publications (2)

Publication Number Publication Date
JPH04348226A true JPH04348226A (en) 1992-12-03
JPH0715392B2 JPH0715392B2 (en) 1995-02-22

Family

ID=14804506

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12116791A Expired - Fee Related JPH0715392B2 (en) 1991-05-27 1991-05-27 Operation data storage method

Country Status (1)

Country Link
JP (1) JPH0715392B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6885979B2 (en) 2001-06-08 2005-04-26 Honda Giken Kogyo Kabushiki Kaisha Data storage apparatus
JP2005263920A (en) * 2004-03-17 2005-09-29 Fuji Photo Film Co Ltd Colored composition, photosensitive transfer material, shading layer for display device and method for producing the layer, color filter, liquid crystal display element, and shading layer-having substrate for display device
JP2007147524A (en) * 2005-11-30 2007-06-14 Hioki Ee Corp Measured data storage method, and measuring instrument

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6885979B2 (en) 2001-06-08 2005-04-26 Honda Giken Kogyo Kabushiki Kaisha Data storage apparatus
JP2005263920A (en) * 2004-03-17 2005-09-29 Fuji Photo Film Co Ltd Colored composition, photosensitive transfer material, shading layer for display device and method for producing the layer, color filter, liquid crystal display element, and shading layer-having substrate for display device
JP2007147524A (en) * 2005-11-30 2007-06-14 Hioki Ee Corp Measured data storage method, and measuring instrument

Also Published As

Publication number Publication date
JPH0715392B2 (en) 1995-02-22

Similar Documents

Publication Publication Date Title
JP3537452B2 (en) Apparatus and method for compressing measurement data correlated with machine state
US5790427A (en) Event history data acquisition
Pickering et al. WeatherMan: a utility for managing and generating daily weather data
DE112009004529B4 (en) AD converter and programmable control system
CN101069353B (en) Industrial data compression systems and methods
CN101231213A (en) Process for adapting measurement suite configuration for gasturbine performance diagnostics
WO2004064044A2 (en) Interleaving synchronous data and asynchronous data in a single data storage file
King et al. A quantifiable alternative to double data entry
Atkinson Tests of pseudo‐random numbers
US6876948B1 (en) Method for assessing plant capacity
JPH04348226A (en) Running data preserving method
Ward REGULATORY WATER QUALITY MONITORING: A SYSTEMS PERSPECTIVE 1
JPH04232500A (en) Method and apparatus for monitoring output of atomic reactor
JP2983228B2 (en) Compression device for time series observation data
Glasser et al. Observations on the relationship between frequency and timing of intercourse and the probability of conception
JP5086121B2 (en) ENVIRONMENTAL DATA MANAGEMENT DEVICE AND ENVIRONMENTAL DATA MANAGEMENT METHOD
Spector et al. Measuring program effectiveness: Self-report versus objective indicators of recidivism
DE102004043854A1 (en) Radio Clock
Tattelman et al. Analyses of 1-min rain rates extracted from weighing raingage recordings
JPH0719009Y2 (en) Data processing device
Dobbins Error-correcting-code memory reliability calculations
RU2736526C1 (en) Method and device for data compression
CN117609213A (en) Report template visualization method based on power diagnosis and verification
JP2846646B2 (en) Data recording device and method
JPH04204198A (en) Signal selection for power plant monitoring system

Legal Events

Date Code Title Description
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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees