JP5250963B2 - Trend data storage and display methods in supervisory control systems - Google Patents
Trend data storage and display methods in supervisory control systems Download PDFInfo
- Publication number
- JP5250963B2 JP5250963B2 JP2006311008A JP2006311008A JP5250963B2 JP 5250963 B2 JP5250963 B2 JP 5250963B2 JP 2006311008 A JP2006311008 A JP 2006311008A JP 2006311008 A JP2006311008 A JP 2006311008A JP 5250963 B2 JP5250963 B2 JP 5250963B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- trend
- file
- display
- capacity
- 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.)
- Expired - Fee Related
Links
- 238000013500 data storage Methods 0.000 title claims description 20
- 238000000034 method Methods 0.000 title claims description 14
- 238000012544 monitoring process Methods 0.000 claims description 25
- 230000008859 change Effects 0.000 claims description 8
- 238000009825 accumulation Methods 0.000 description 17
- 238000010586 diagram Methods 0.000 description 8
- 238000005259 measurement Methods 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 230000004044 response Effects 0.000 description 3
- 230000004913 activation Effects 0.000 description 2
- 238000013480 data collection Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 125000004122 cyclic group Chemical group 0.000 description 1
- 238000003745 diagnosis Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 230000002035 prolonged effect Effects 0.000 description 1
Images
Landscapes
- Testing And Monitoring For Control Systems (AREA)
Description
本発明は、監視制御システムにおける計測値トレンドデータ、機器状態変化メッセージ等のトレンドデータを蓄積・表示する方式に関する。 The present invention relates to a method for accumulating and displaying trend data such as measured value trend data and device state change messages in a monitoring control system.
監視制御システムは、コンピュータシステム化され、工場のプラント設備や電力系統の機器について、動作状態データを収集して監視制御対象の現在状態および傾向を監視する監視機能、さらには監視情報処理および監視員の操作による制御機能を備えている。 The supervisory control system is a computer system that monitors the current status and trends of monitoring control targets by collecting operating status data for plant equipment and power system equipment in the factory, as well as supervisory information processing and monitoring personnel. It has a control function by operation.
このうち、計測値トレンドデータ、機器状態変化メッセージ等のデータは、図4に示すように、監視制御装置1がデータ伝送路を介して監視対象現場のデータを一定周期で収集し、ハードディスク等の記憶装置2に蓄積すると共に、卓上型ディスプレイ装置3やスクリーンパネル等にグラフ、図形や文字情報を含むトレンドデータとして表示出力する。 Among these, as shown in FIG. 4, the monitoring control device 1 collects data on the monitoring target site at a constant cycle via a data transmission path, such as measured value trend data and device state change message. While accumulating in the memory | storage device 2, it displays and outputs as trend data containing a graph, a figure, and character information on the desktop display apparatus 3, a screen panel, etc. FIG.
計測値トレンドデータの蓄積・表示方式は、図5に示すように、収集プログラム11により周期的に固定的なサンプル数分収集して蓄積ファイル12として蓄積し、表示プログラム13によって蓄積データをCRT等のディスプレイ14に表示する。また、機器状態変化データの蓄積・表示方式は、図6に示すように、収集プログラム31によりプラント設備や電力系統機器の動作・故障履歴を固定的な件数収集して蓄積ファイル32として蓄積し、表示プログラム33によって蓄積データをディスプレイ34に表示する。
As shown in FIG. 5, the measurement value trend data is accumulated and displayed by collecting a fixed number of samples periodically by the
なお、収集したデータの蓄積方式にはタグの付加や予め設定された算術式によりデータを加工する方式が提案されている(例えば、特許文献1参照)。
図4において、監視制御装置1を構成するCPUの高性能化、記憶装置の大容量化に伴い、収集するデータ点数の増加および、蓄積期間の長期化が要求されているが、従来は、蓄積されるトレンドデータが単一ファイル(以下、トレンドバンクファイルと記述)で構成されるため、データ点数および蓄積期間を増やすことにより、トレンドバンクファイルのサイズも肥大化し、以下の問題があった。 In FIG. 4, as the performance of the CPU constituting the monitoring control device 1 increases and the capacity of the storage device increases, an increase in the number of data points to be collected and a longer accumulation period are required. Since the trend data is composed of a single file (hereinafter referred to as a trend bank file), increasing the number of data points and the accumulation period increases the size of the trend bank file, resulting in the following problems.
1)監視制御装置を二重化構成とした場合には、両装置のデータを等しく保つ必要がある(以下、データ等価と呼ぶ)。データ等価に要する時間は、等価するデータ量に比例する。トレンドバンクファイルのサイズが小さければ、トレンドバンクファイル全体を一括で等価することも可能だが、サイズが大きい場合は等価処理に要する時間も膨大となってしまう。 1) When the monitoring and control device has a duplex configuration, it is necessary to keep the data of both devices equal (hereinafter referred to as data equivalence). The time required for data equivalence is proportional to the amount of equivalent data. If the size of the trend bank file is small, the entire trend bank file can be equivalent all at once, but if the size is large, the time required for the equivalence processing becomes enormous.
2)上記の1)の対策として、トレンドバンクファイル中の必要部分だけを等価しようとした場合に、膨大なサイズのトレンドバンクファイルから等価対象部分を算出する処理が非常に複雑となる。 2) As a countermeasure for the above 1), when only a necessary part in the trend bank file is to be equivalent, the process of calculating the equivalent target part from the huge trend bank file becomes very complicated.
また、図5、6に示すように、従来の監視制御システムにおける従来のデータ蓄積・表示方式では、固定的な件数の動作・故障履歴記録/表示、固定的なサンプル数の計測値トレンドデータ記録/表示を行なうため、監視プラントごとに異なる要求記録容量に対応しにくい問題があった。 As shown in FIGS. 5 and 6, in the conventional data storage / display method in the conventional monitoring and control system, a fixed number of operations / fault history recording / display, and a fixed sample number of measured value trend data are recorded. / Because of the display, there is a problem that it is difficult to cope with the required recording capacity that is different for each monitoring plant.
また、従来の監視制御システムでは、監視対象の現在状態の把握、制御応答表示性能の確保を優先し、履歴記録系の処理に関しては、蓄積方式を極力単純化(単一ファイルへのサイクリック記録等)することで、記録・表示性能の確保を図っていたが、これでは大量の履歴記録を基にした監視対象の解析や故障診断等に対応できない問題があった。 In the conventional monitoring and control system, priority is given to grasping the current state of the monitoring target and ensuring the control response display performance, and the history recording process is simplified as much as possible (cyclic recording to a single file). Etc.), the recording / display performance has been ensured. However, there has been a problem that it is not possible to cope with analysis of a monitoring target based on a large amount of history recording or failure diagnosis.
本発明の目的は、上記の課題を解決した監視制御システムのトレンドデータ蓄積・表示方式を提供することにある。 An object of the present invention is to provide a trend data accumulation / display method for a monitoring control system that solves the above-described problems.
本発明は、前記の課題を解決するため、監視制御システムのトレンドデータおよび機器状態変化メッセージ等のトレンドデータ収集には、従来の単一データファイルで管理されていたトレンドバンクデータを、日単位に分割したトレンドバンクデータとして蓄積し、インデックスデータにより分割したトレンドバングデータと日付を対応させておき、データ等価には等価が必要な日付に該当するデータファイルとして取り出して、その等価を行うようにすることで、収集データ点数および蓄積期間を長期化してもデータ等価処理を高速にし、データアクセスを容易にする。 In order to solve the above-described problems, the present invention collects trend bank data, which has been managed in a conventional single data file, in trend data such as trend data of monitoring and control systems and trend data such as device status change messages on a daily basis. Accumulate as divided trend bank data, associate trend bang data divided by index data with date, and take out as data file corresponding to date that needs equivalence for data equivalence and perform equivalence As a result, even if the number of collected data points and the accumulation period are lengthened, the data equivalence processing is speeded up and data access is facilitated.
また、本発明は、データ蓄積・表示容量をシステム起動時の設定パラメータとすることで、監視制御システム毎に適応した記録容量を設定可能にする。さらに、蓄積ファイルを一定時間単位で複数作成し、同時に表示可能なサンプル数に相当する時間分のファイルとすることで、表示時の読み出しオーバヘッドを減少させる。さらにまた、過去データ削除・上書きの前にユーザへ外部記憶メディアへの保存を喚起する。 In addition, the present invention makes it possible to set a recording capacity adapted to each monitoring control system by using the data storage / display capacity as a setting parameter at the time of system startup. Further, a plurality of accumulated files are created in a fixed time unit, and the files for the time corresponding to the number of samples that can be displayed at the same time are reduced, thereby reducing the readout overhead at the time of display. Furthermore, the user is prompted to save to an external storage medium before deleting / overwriting past data.
以上のことから、本発明は、以下の方式を特徴とする。 From the above, the present invention is characterized by the following method.
(1)監視制御システムにおける計測値トレンドデータと機器状態変化メッセージからなるトレンドデータとを蓄積・表示する方式であって、
データ蓄積ファイルにデータを蓄積およびこのデータ表示の容量をシステム起動時の設定パラメータとして、監視制御システムごとに記録容量を変更する手段と、
前記データ蓄積ファイルへのデータ蓄積において、前記データ蓄積ファイルを一定時間単位で複数作成し、同時に表示可能なサンプル数に相当する時間分のファイルとする手段と、
前記データ蓄積ファイルに対する過去データを削除・上書きする前にユーザへ外部記憶メディアへの保存を喚起する手段とを備えたことを特徴とする。
(1) A method for storing and displaying the trend data consisting of measured value trend data and device status change message in the monitoring control system,
Means for storing data in a data storage file and changing the recording capacity for each monitoring control system using the capacity of the data display as a setting parameter at system startup;
Oite the data storage to the data storage file, wherein creating multiple data storage file in a predetermined time unit, and means for the time duration of the file corresponding to the number of samples that can be displayed simultaneously,
Characterized in that a arouse means saving to the external storage medium to the user before deleting, overwriting the previous data with respect to the data storage file.
以上のとおり、本発明によれば、監視制御システムのトレンドデータおよび機器状態変化メッセージ等のトレンドデータ収集には、日単位に分割したトレンドバンクデータとして蓄積し、インデックスデータにより分割したトレンドバングデータと日付を対応させておき、データ等価には等価が必要な日付に該当するデータファイルとして取り出して、その等価を行うようにしたため、データ等価が必要な日付に該当するトレンドバングデータのみを等価対象とするので、収集するトレンドデータの点数増加、および蓄積期間の長期化を行っても、データ等価に要する時間を少なく抑えることができる。また、分割したトレンドバングデータと日付を対応させたインデックスデータを設けることにより、データ参照が容易となる。特に、保存したトレンドデータから特定日付のデータを表示する際に有効となる。 As described above, according to the present invention, the trend data of the monitoring control system and the trend data collection such as the device state change message are accumulated as trend bank data divided in units of days, and the trend bang data divided by the index data and Since the date is associated and the data equivalence is extracted as a data file corresponding to the date that requires equivalence, and the equivalence is performed, only the trend bang data that corresponds to the date that requires data equivalence is considered as the equivalence target. Therefore, even if the number of trend data to be collected is increased and the accumulation period is lengthened, the time required for data equivalence can be reduced. Further, by providing index data in which the divided trend bang data and the date are associated with each other, data reference is facilitated. This is particularly effective when displaying data for a specific date from the saved trend data.
また、本発明によれば、データ蓄積・表示容量をシステム起動時の設定パラメータとするため、監視制御システム毎に適応した記録容量を設定可能にする。さらに、蓄積ファイルを一定時間単位で複数作成し、同時に表示可能なサンプル数に相当する時間分のファイルとすることで、表示時の読み出しオーバヘッドを減少できる。さらにまた、過去データ削除・上書きの前にユーザへ外部記憶メディアへの保存を喚起することができる。 Further, according to the present invention, since the data storage / display capacity is set as a setting parameter at the time of starting the system, it is possible to set a recording capacity suitable for each monitoring control system. Further, by creating a plurality of accumulated files in a fixed time unit and creating files for a time corresponding to the number of samples that can be displayed at the same time, the readout overhead during display can be reduced. Furthermore, it is possible to alert the user to save to an external storage medium before deleting / overwriting past data.
図1は、本発明の実施形態1を示す蓄積ファイル構成図である。同図に示すように、1つのデータファイルで管理されていたトレンドバンクデータ21を、日単位に分割したトレンドバンクデータ22とし、トレンドバンクデータ23として蓄積する。そして、データ等価の際は、等価が必要な日付に該当するデータをデータファイル23から取り出して、その等価を行う。
FIG. 1 is a storage file configuration diagram showing Embodiment 1 of the present invention. As shown in the figure,
このようなデータ蓄積と等価を行うことで、データ等価が必要な日付に該当するトレンドバングデータのみを等価対象となるため、収集するトレンドデータの点数増加、および蓄積期間の長期化を行っても、データ等価に要する時間を少なく抑えることが可能となる。 By performing equivalence with such data accumulation, only trend bang data corresponding to the date that requires data equivalence is subject to equivalence, so even if the number of trend data to be collected is increased and the accumulation period is prolonged. Therefore, the time required for data equivalence can be reduced.
次に、トレンドバンクデータ22を日単位に分割した蓄積において、下記表に示すように、日単位のトレンドバンクデータとその日付を対応させたインデックステータを設けておく。
Next, in the accumulation in which the
このようなインデックスデータの生成によるトレンドバンクデータの分割・蓄積により、データ参照・更新する際は、日付をキーとすることができ、アクセスが容易となる。特に、保存したトレンドデータから特定日付のデータを表示する際に有効となる。なお、トレンドデータとしては、計測値トレンドデータに限らず、機器状態変化メッセージ等の蓄積・表示に適用して同等の作用効果を得ることができる。 By dividing and accumulating trend bank data by generating such index data, the date can be used as a key when data is referenced / updated, and access is facilitated. This is particularly effective when displaying data for a specific date from the saved trend data. The trend data is not limited to the measured value trend data, but can be applied to accumulation / display of a device state change message or the like to obtain an equivalent effect.
図2は、本発明の実施形態2を示すトレンドデータ蓄積・表示方式のブロック構成図である。同図が図5と異なる部分は、図5では収集プログラム11および表示プログラム13が自身で固定の容量情報を有して固定的なサンプル数の計測値トレンドデータ収集記録および表示を行なうのに対して、本実施形態ではデータ蓄積・表示容量をシステム起動時の設定パラメータとすることで、監視制御システムごとに記録容量を変更する点にある。
FIG. 2 is a block configuration diagram of a trend data accumulation / display system showing the second embodiment of the present invention. FIG. 5 differs from FIG. 5 in that the
このため、システム起動時に計測値項目別に容量情報が定義される容量情報定義ファイル16を設ける。そして、トレンドデータの蓄積・表示処理時には、収集プログラム11Aおよび表示プログラム13Aは、起動時に容量定義情報ファイル16の容量定義情報を参照し、この情報を基にしてトレンドデータの蓄積・表示を行う。
For this reason, a capacity
さらに、図5では蓄積ファイル12は単一ファイルでデータを蓄積し、容量超過時にファイルの上書きを行うのに対して、本実施形態では、蓄積ファイルを一定時間単位で複数作成し、同時に表示可能なサンプル数に相当する時間分のファイルとすることで、表示時の読み出しオーバヘッドを減少させる点にある。
Furthermore, in FIG. 5, the
このため、容量監視プログラム17を設け、トレンドデータの蓄積時には、容量監視プログラム17は、起動時に容量情報定義ファイル16の容量定義情報を参照し、この情報と蓄積ファイル12Aの空き容量を基にして容量超過を監視し、容量超過時にファイル単位による削除を行う。さらに、容量超過ではディスプレイ14等を介して、外部メディアへのデータ保存勧告を行う。
For this reason, a
以上のように、計測値トレンドデータの蓄積・表示には、データ蓄積・表示容量を起動時に設定できる動作パラメータとすることで、監視対象システム毎に任意に蓄積・表示容量を変更できる。また、計測値トレンドデータでは記録ファイルを一定時間単位で複数作成することで、記録・表示応答を確保することができる。さらに、一度に表示可能なサンプル数に相当する時間分のファイルとすることで、表示時の読み出しオーバヘッドを減少させることができる。 As described above, the storage / display capacity can be arbitrarily changed for each monitoring target system by setting the data storage / display capacity to be an operation parameter that can be set at the time of start-up. In addition, recording / display responses can be ensured by creating a plurality of recording files for the measured value trend data at regular time intervals. Furthermore, by setting the file for the time corresponding to the number of samples that can be displayed at one time, the readout overhead at the time of display can be reduced.
図3は、動作・故障履歴蓄積・表示の場合を示し、容量情報定義ファイル16による定義によって、件数による容量指定と日数による容量指定を考慮可能とし、実施形態1と同様に、ファイルの記録単位を日ごととする。一度に表示可能な件数の表示応答を確保するため、日替わり直後等の動作・故障件数が少ない状態では前日分のファイルを開きつづける。
FIG. 3 shows the case of operation / failure history accumulation / display, and the capacity
この場合も、監視制御装置の空きディスク容量と、履歴データ蓄積容量監視プログラム17により、ユーザに対する外部記録メディアへの保存勧告、過去データの削除を行なう。
Also in this case, the user is advised to save to the external recording medium and delete the past data by the free disk capacity of the monitoring control device and the history data storage
11、31、11A 収集プログラム
12、32、12A 蓄積ファイル
13、33、13A 表示プログラム
14 ディスプレイ
16 容量情報定義ファイル
17 容量監視プログラム
21 単一のトレンドバンクデータ
22 日毎に分割したトレンドバンクデータ
23 日毎のトレンドバンクデータ
11, 31 ,
Claims (1)
データ蓄積ファイルにデータを蓄積およびこのデータ表示の容量をシステム起動時の設定パラメータとして、監視制御システムごとに記録容量を変更する手段と、
前記データ蓄積ファイルへのデータ蓄積において、前記データ蓄積ファイルを一定時間単位で複数作成し、同時に表示可能なサンプル数に相当する時間分のファイルとする手段と、
前記データ蓄積ファイルに対する過去データを削除・上書きする前にユーザへ外部記憶メディアへの保存を喚起する手段とを備えたことを特徴とする監視制御システムにおけるトレンドデータの蓄積・表示方式。 A method for storing and displaying the trend data consisting of measured value trend data and device status change message in the monitoring control system,
Means for storing data in a data storage file and changing the recording capacity for each monitoring control system using the capacity of the data display as a setting parameter at system startup;
Oite the data storage to the data storage file, wherein creating multiple data storage file in a predetermined time unit, and means for the time duration of the file corresponding to the number of samples that can be displayed simultaneously,
Wherein the data storage storage and display system of the trend data in a monitoring and control system is characterized in that a arouse means saving to the external storage medium to the user before deleting, overwriting the previous data for the file.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006311008A JP5250963B2 (en) | 2006-11-17 | 2006-11-17 | Trend data storage and display methods in supervisory control systems |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006311008A JP5250963B2 (en) | 2006-11-17 | 2006-11-17 | Trend data storage and display methods in supervisory control systems |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008129666A JP2008129666A (en) | 2008-06-05 |
JP5250963B2 true JP5250963B2 (en) | 2013-07-31 |
Family
ID=39555441
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006311008A Expired - Fee Related JP5250963B2 (en) | 2006-11-17 | 2006-11-17 | Trend data storage and display methods in supervisory control systems |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5250963B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6320200B2 (en) * | 2014-07-01 | 2018-05-09 | アズビル株式会社 | PID controller and data collection method |
JP6320203B2 (en) * | 2014-07-03 | 2018-05-09 | アズビル株式会社 | PID controller and data collection method |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09198130A (en) * | 1996-01-17 | 1997-07-31 | Toshiba Corp | Plant operation monitoring device |
JPH10320040A (en) * | 1997-05-20 | 1998-12-04 | Fuji Electric Co Ltd | Gathering/preservation system for fixed cycle data |
JP3752979B2 (en) * | 2000-08-11 | 2006-03-08 | 宇部興産機械株式会社 | Method for recording and displaying molding data |
JP2004164552A (en) * | 2002-09-25 | 2004-06-10 | Hitachi Information Systems Ltd | System and method for data display and program |
-
2006
- 2006-11-17 JP JP2006311008A patent/JP5250963B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2008129666A (en) | 2008-06-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9507681B2 (en) | Scalable testing in a production system with autoscaling | |
JP6364800B2 (en) | Monitoring device and monitoring method | |
US8842119B2 (en) | Displaying system performance information | |
US9329915B1 (en) | System and method for testing in a production environment | |
US9363156B2 (en) | Scalable testing in a production system with autoshutdown | |
JP6890609B2 (en) | Information display system | |
US8659415B2 (en) | Alarm management | |
JP4948679B1 (en) | Servo control device abnormality diagnosis device and abnormality diagnosis system | |
US20160282847A1 (en) | System and method for asset fleet monitoring and predictive diagnostics using analytics for large and varied data sources | |
KR20090046543A (en) | System for operating and collecting a monitering data in power system and method therefor | |
JP2010224893A (en) | Monitoring device and monitoring method | |
JP5323658B2 (en) | Plant monitoring method and plant monitoring apparatus | |
JP2019008711A (en) | Display control program, display control method, and display control device | |
JP5250963B2 (en) | Trend data storage and display methods in supervisory control systems | |
JP7019364B2 (en) | Monitoring device, monitoring method, monitoring program, display device, display method and display program | |
JP2009009538A (en) | Method and system for analyzing operating condition | |
JP2004348640A (en) | Method and system for managing network | |
JP2020008918A (en) | Analysis flow creation system and analysis flow creation method | |
JP5204075B2 (en) | Driving condition analysis method and driving condition analysis system | |
JP5390424B2 (en) | Plant monitoring device | |
JP3852636B2 (en) | Status data collection method and control device | |
JP2017076165A (en) | Apparatus monitoring device and alert information management method | |
JP2015230584A (en) | Alarm handling support device and alarm handling support method | |
JP4197466B2 (en) | How to display process event occurrence history | |
JP2006226846A (en) | Data logger device and its data collection method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090904 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110622 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110628 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110829 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20110829 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120110 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120312 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20121002 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121228 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20130118 |
|
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: 20130319 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130401 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5250963 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20160426 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |