JP5632628B2 - Recording apparatus and control method thereof - Google Patents

Recording apparatus and control method thereof Download PDF

Info

Publication number
JP5632628B2
JP5632628B2 JP2010061232A JP2010061232A JP5632628B2 JP 5632628 B2 JP5632628 B2 JP 5632628B2 JP 2010061232 A JP2010061232 A JP 2010061232A JP 2010061232 A JP2010061232 A JP 2010061232A JP 5632628 B2 JP5632628 B2 JP 5632628B2
Authority
JP
Japan
Prior art keywords
file
recording
recording medium
data
management data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2010061232A
Other languages
Japanese (ja)
Other versions
JP2011198396A (en
JP2011198396A5 (en
Inventor
尚之 村上
尚之 村上
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2010061232A priority Critical patent/JP5632628B2/en
Publication of JP2011198396A publication Critical patent/JP2011198396A/en
Publication of JP2011198396A5 publication Critical patent/JP2011198396A5/ja
Application granted granted Critical
Publication of JP5632628B2 publication Critical patent/JP5632628B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Description

本発明は、記録装置、及びその制御方法に関する。   The present invention relates to a recording apparatus and a control method thereof.

データをファイル単位で記録媒体に記録して管理する記録装置が知られている。また、記録装置が使用するファイルシステムとして、記録媒体にファイル管理領域及びファイル格納領域を持たせるファイルシステム(例えば、FAT(File Allocation Table))が知られている。ファイル管理領域は、ディレクトリエントリやファイルエントリなどの管理データを格納するための領域であり、ファイル格納領域は、ファイルが保持するデータの実体(実データ)を格納するための領域である。管理データは、ファイル名に関する情報や、記録媒体における実データの位置に関する情報などを含む。   2. Description of the Related Art Recording apparatuses that record and manage data on a recording medium in file units are known. A file system (for example, FAT (File Allocation Table)) in which a recording medium has a file management area and a file storage area is known as a file system used by the recording apparatus. The file management area is an area for storing management data such as directory entries and file entries, and the file storage area is an area for storing the substance (actual data) of data held by the file. The management data includes information on file names, information on the position of actual data on the recording medium, and the like.

このような記録装置の一例であるデジタルビデオカメラ(DVC)は、動画像データを保持する動画像ファイルを記録媒体に記録して管理する。また、管理データとして、ファイル名及び実データの位置に関する情報に加えて、動画像のタイトルや撮影順序に関する情報なども記録可能なDVCも知られている。   A digital video camera (DVC) as an example of such a recording apparatus records and manages a moving image file holding moving image data on a recording medium. In addition, as a management data, a DVC capable of recording information on a title of a moving image and information on a shooting order in addition to information on a file name and actual data position is also known.

記録装置は、例えばファイルの削除、ファイルのコピー、及び管理データの編集などの操作を行うことができる。このような操作を行う場合、記録装置は、ファイル管理領域及びファイル格納領域に対して所定の順序でアクセスし、データの削除や更新などを行う。このような一連の処理を、操作シーケンスと呼ぶ。例えば、ファイルの削除を行う操作シーケンス(削除シーケンス)は、削除対象のファイルの実データをデータ格納領域から削除し、次いで、削除対象のファイルの管理データをファイル管理領域から削除する。   The recording apparatus can perform operations such as deleting a file, copying a file, and editing management data. When performing such an operation, the recording device accesses the file management area and the file storage area in a predetermined order, and deletes or updates data. Such a series of processes is called an operation sequence. For example, in an operation sequence (deletion sequence) for deleting a file, the actual data of the file to be deleted is deleted from the data storage area, and then the management data of the file to be deleted is deleted from the file management area.

このような操作シーケンスの実行中に電源の遮断等の異常が発生して操作シーケンスが中断すると、管理データと実データとの間に不整合が生じたり、管理データが破損したりするなどの、データ障害が発生する可能性がある。例えば、削除シーケンスの場合、実データの削除後に管理データが削除される前に削除シーケンスが停止すると、削除されたファイルに対応する管理データが残ったままになる。その結果、管理データに従ってファイルにアクセスしようとした場合に、そのファイルの実データが存在せずにエラーが発生する。   If an abnormality such as power interruption occurs during the operation sequence, the operation sequence is interrupted, causing inconsistency between the management data and actual data, or damage to the management data. Data failure can occur. For example, in the case of a deletion sequence, if the deletion sequence stops before the management data is deleted after the actual data is deleted, the management data corresponding to the deleted file remains. As a result, when attempting to access a file according to the management data, an error occurs because the actual data of the file does not exist.

このような不整合の発生を抑制する技術として、特許文献1が知られている。特許文献1は、不揮発性メモリに、不整合が発生した場合の対策のための情報(ログデータ)を保存しておき、異常検出時に、保存したログデータを用いて不整合の修復を行うことを提案している。   As a technique for suppressing the occurrence of such inconsistency, Patent Document 1 is known. Patent Document 1 stores information (log data) for a countermeasure when inconsistency occurs in a nonvolatile memory, and repairs inconsistency using the saved log data when an abnormality is detected. Has proposed.

特開2005−115857号公報JP 2005-115857 A

しかしながら、特許文献1の技術を利用する場合、記録装置は、ログデータを保存するための不揮発性メモリを備える必要がある。このことは、記録装置の価格を上昇させる要因となる。   However, when using the technique disclosed in Patent Document 1, the recording apparatus needs to include a nonvolatile memory for storing log data. This is a factor that increases the price of the recording apparatus.

本発明はこのような状況に鑑みてなされたものであり、記録装置が不揮発性メモリを備えない場合であっても、記録装置による記録媒体に対する操作シーケンスが途中で停止した場合に発生するデータ障害の修復を可能にする技術を提供することを目的とする。   The present invention has been made in view of such a situation, and even when the recording device does not include a nonvolatile memory, a data failure that occurs when an operation sequence for the recording medium by the recording device stops halfway. The purpose is to provide a technology that enables the restoration of the problem.

上記課題を解決するために、第1の本発明は、ファイルに格納される実データと、前記ファイルを管理するための管理データとを記録する所定のファイルシステムに従いデータを記録する記録装置であって、記録指示に応じて、実データが格納されるファイルのファイル名と、記録媒体における前記実データの記録位置とを含むファイルエントリを前記記録媒体に記録された前記管理データに格納すると共に、前記実データを前記記録媒体に書き込む記録手段と、前記記録媒体に記録されたファイルの操作指示に応じて、前記操作指示による操作対象ファイルのファイル名を特定するための文字列前記操作指示に対応した処理内容を示す拡張子と、を有するファイル名を含む、所定のファイルエントリを前記記録媒体に記録された前記管理データに格納するように前記記録手段を制御すると共に、前記操作指示に対応した処理を実行する制御手段とを備えることを特徴とする記録装置を提供する。 In order to solve the above problems, a first aspect of the present invention, the actual data stored in the file, in accordance with a predetermined file system for recording and managing data for managing the file, in a recording apparatus for recording data According to a recording instruction, a file entry including a file name of a file in which actual data is stored and a recording position of the actual data in the recording medium is stored in the management data recorded on the recording medium. Recording means for writing the actual data to the recording medium, a character string for specifying a file name of the operation target file according to the operation instruction in response to an operation instruction for the file recorded on the recording medium, and the operation before including and extension showing the processing contents corresponding to the instruction, the file name with a predetermined file entry recorded on the recording medium It controls the recording device to store the management data, to provide a recording apparatus characterized by a control means for executing processing corresponding to the operation instruction.

なお、その他の本発明の特徴は、添付図面及び以下の発明を実施するための形態における記載によって更に明らかになるものである。   Other features of the present invention will become more apparent from the accompanying drawings and the following description of the preferred embodiments.

以上の構成により、本発明によれば、記録装置が不揮発性メモリを備えない場合であっても、記録装置による記録媒体に対する操作シーケンスが途中で停止した場合に発生するデータ障害の修復が可能となる。   With the above configuration, according to the present invention, even when the recording device does not include a nonvolatile memory, it is possible to repair a data failure that occurs when an operation sequence for the recording medium by the recording device is stopped halfway. Become.

第1の実施形態に係るDVC100の構成を示すブロック図The block diagram which shows the structure of DVC100 which concerns on 1st Embodiment. 第1の実施形態に係るファイルシステムの概略図Schematic diagram of a file system according to the first embodiment 第1の実施形態に係る操作シーケンスを示すフローチャートThe flowchart which shows the operation sequence which concerns on 1st Embodiment. 第1の実施形態に係るデータ修復処理を示すフローチャートThe flowchart which shows the data restoration process which concerns on 1st Embodiment

以下、添付図面を参照して、本発明の実施形態を説明する。なお、本発明の技術的範囲は、特許請求の範囲によって確定されるのであって、以下の個別の実施形態によって限定されるわけではない。また、実施形態の中で説明されている特徴の組み合わせすべてが、本発明に必須とは限らない。   Embodiments of the present invention will be described below with reference to the accompanying drawings. The technical scope of the present invention is determined by the claims, and is not limited by the following individual embodiments. In addition, not all combinations of features described in the embodiments are essential to the present invention.

[第1の実施形態]
本発明の記録装置をデジタルビデオカメラ(DVC)に適用した実施形態について説明する。図1は、第1の実施形態に係るDVC100の構成を示すブロック図である。図1において、ユーザインタフェース106は、記録開始や記録終了などの指示をユーザから受け付けて制御部109へ通知する。制御部109はマイクロコンピュータやRAM、ROM等を備え、ROMに記憶されたプログラムに従い、ユーザインタフェース106からの入力に応じてDVC100全体を制御する。
[First Embodiment]
An embodiment in which the recording apparatus of the present invention is applied to a digital video camera (DVC) will be described. FIG. 1 is a block diagram showing the configuration of the DVC 100 according to the first embodiment. In FIG. 1, the user interface 106 receives instructions from the user such as recording start and recording end and notifies the control unit 109 of them. The control unit 109 includes a microcomputer, a RAM, a ROM, and the like, and controls the entire DVC 100 according to an input from the user interface 106 according to a program stored in the ROM.

符号化復号化部101は、動画像データの符号化及び復号化を行う。符号化復号化部101は、動画像の記録時には、入出力部107から入力された動画像信号を圧縮符号化してストリームデータとしてRAM102へ出力する。また、符号化復号化部101は、圧縮符号化の結果等を制御部109へ通知する。また、符号化復号化部101は、動画像の再生時には、記録媒体104又は108から読み出された動画像データを復号し、入出力部107を介して出力する。   The encoding / decoding unit 101 encodes and decodes moving image data. When recording a moving image, the encoding / decoding unit 101 compresses and encodes the moving image signal input from the input / output unit 107 and outputs the compressed signal to the RAM 102 as stream data. Also, the encoding / decoding unit 101 notifies the control unit 109 of the result of compression encoding and the like. Also, the encoding / decoding unit 101 decodes moving image data read from the recording medium 104 or 108 and outputs it via the input / output unit 107 when reproducing a moving image.

RAM102は、符号化復号化部101から出力された符号化動画像データを一時的に格納するために使用される。また、RAM102は、記録媒体104又は108へアクセスするためのファイルシステムデータのキャッシュや、制御部109が行う処理のワークメモリ等の役割も果たす。   The RAM 102 is used for temporarily storing the encoded moving image data output from the encoding / decoding unit 101. The RAM 102 also serves as a cache for file system data for accessing the recording medium 104 or 108, a work memory for processing performed by the control unit 109, and the like.

記録媒体制御部103は、RAM102に格納された動画像データを記録媒体104又は108へ出力し、ファイルとして記録する。また、記録媒体制御部103は、動画像データを保持するファイルを管理するための情報(管理データ)を記録媒体104又は108に記録する。即ち、記録媒体104又は108には、動画像データ(実データ)と管理データとが別々に記録される。また、記録媒体制御部103は、動画像の再生時には、記録媒体104又は108から動画像ファイルを読み出す。管理データは、ファイル名や動画像データの記録順などを保持する。そのため、DVC100は、動画像の再生時に、動画像データの記録順に再生を行うことができる。   The recording medium control unit 103 outputs the moving image data stored in the RAM 102 to the recording medium 104 or 108 and records it as a file. In addition, the recording medium control unit 103 records information (management data) for managing a file holding moving image data on the recording medium 104 or 108. That is, moving image data (actual data) and management data are recorded separately on the recording medium 104 or 108. In addition, the recording medium control unit 103 reads a moving image file from the recording medium 104 or 108 when reproducing the moving image. The management data holds a file name, a recording order of moving image data, and the like. Therefore, the DVC 100 can reproduce the moving image data in the recording order when reproducing the moving image.

記録媒体104及び108は、例えばフラッシュメモリであり、制御部109の制御プログラムが使用するファイルシステムに従ってデータをファイル単位で格納する。ファイルは、記録を直接の目的とする実データ(例えば、動画像データ)と、ファイルを管理するための管理データとを構成要素として含む。   The recording media 104 and 108 are, for example, flash memories, and store data in units of files according to the file system used by the control program of the control unit 109. The file includes actual data (for example, moving image data) for direct recording and management data for managing the file as components.

バス105は、制御部109、符号化復号化部101、RAM102、記録媒体制御部103、及び入出力部107を相互に接続する。   The bus 105 connects the control unit 109, the encoding / decoding unit 101, the RAM 102, the recording medium control unit 103, and the input / output unit 107 to each other.

動画像を記録する場合は、符号化復号化部101で生成された符号化動画像データがRAM102に一時的に格納される。所定サイズの符号化動画像データがRAM102に格納されると、制御部109は、記録媒体制御部103を制御し、RAM102上の符号化動画像データを記録媒体104又は108に書き込む。本実施形態では、ユーザがユーザインタフェース106を操作することにより、記録媒体104及び108のうちの一方を選択するものとする。記録媒体制御部103は、選択された方の記録媒体に対して動画像データを記録する。   When recording a moving image, the encoded moving image data generated by the encoding / decoding unit 101 is temporarily stored in the RAM 102. When encoded moving image data of a predetermined size is stored in the RAM 102, the control unit 109 controls the recording medium control unit 103 to write the encoded moving image data on the RAM 102 into the recording medium 104 or 108. In the present embodiment, it is assumed that the user selects one of the recording media 104 and 108 by operating the user interface 106. The recording medium control unit 103 records moving image data on the selected recording medium.

また、本実施形態のDVC100は、記録された動画像ファイルを操作する機能を有する。具体的な操作には、例えば、不要な動画像ファイルを削除する削除操作や、記録媒体104又は108の一方に記録されている動画像ファイルを他方の記録媒体へコピーするコピー操作などが含まれる。また、具体的な操作には、動画像ファイルにタイトルなどの補助情報を付加したり補助情報を変更したりする編集操作も含まれる。   Further, the DVC 100 of the present embodiment has a function of operating the recorded moving image file. Specific operations include, for example, a deletion operation for deleting unnecessary moving image files and a copy operation for copying a moving image file recorded on one of the recording media 104 or 108 to the other recording medium. . Further, the specific operation includes an editing operation for adding auxiliary information such as a title or changing auxiliary information to a moving image file.

これらの各操作を行う場合、DVC100は、操作対象ファイルの管理データ及び実データに対して所定の順番でアクセスし(操作の内容によっては、実データに対するアクセスは発生しない)、所定の処理を行う。この一連の処理の流れを、操作シーケンスと呼ぶ。削除操作の操作シーケンスを削除シーケンス、コピー操作の操作シーケンスをコピーシーケンス、編集操作の操作シーケンスを編集シーケンスと呼ぶ。   When performing each of these operations, the DVC 100 accesses the management data and actual data of the operation target file in a predetermined order (depending on the content of the operation, access to the actual data does not occur), and performs predetermined processing. . This series of processing flow is called an operation sequence. The operation sequence of the delete operation is called a delete sequence, the operation sequence of the copy operation is called a copy sequence, and the operation sequence of the edit operation is called an edit sequence.

次に、図2を参照して、本実施形態のファイルシステムについて説明する。記録媒体制御部103は、例えばFAT(File Allocation Table)等のファイルシステム200を使用して、記録媒体104及び108にファイルを記録して管理する。ファイルシステム200は、記録媒体の中に、ファイル管理領域201及びファイル格納領域202を有する。ファイル管理領域201は、ディレクトリエントリやファイルエントリなどの管理データを格納するための領域である(前述の補助情報などもファイル管理領域に格納される)。管理データは、各ファイルのファイル名や、実データが記録されているファイル格納領域の位置などを保持する。ファイル格納領域202は、ファイルが保持するデータの実体(実データ)を格納するための領域である。   Next, the file system of this embodiment will be described with reference to FIG. The recording medium control unit 103 records and manages files on the recording media 104 and 108 using a file system 200 such as FAT (File Allocation Table), for example. The file system 200 includes a file management area 201 and a file storage area 202 in a recording medium. The file management area 201 is an area for storing management data such as directory entries and file entries (the auxiliary information described above is also stored in the file management area). The management data holds the file name of each file, the location of the file storage area where the actual data is recorded, and the like. The file storage area 202 is an area for storing the substance (actual data) of data held by the file.

データ(記録対象のデータ)をファイルとして記録媒体に記録する場合には、記録媒体制御部103は、ファイル管理領域201にファイルエントリを登録し、ファイル格納領域202に記録対象のデータ(実データ)を保存する。   When recording data (data to be recorded) on a recording medium as a file, the recording medium control unit 103 registers a file entry in the file management area 201 and records data (actual data) in the file storage area 202. Save.

データを読み出す場合には、記録媒体制御部103は、ファイル管理領域201から管理データを読み出し、管理データが保持するファイルエントリからファイル格納領域202における記録位置を取得し、取得した記録位置から実データを読み出す。   When reading the data, the recording medium control unit 103 reads the management data from the file management area 201, acquires the recording position in the file storage area 202 from the file entry held by the management data, and actual data from the acquired recording position. Is read.

図2に示すファイル管理領域201には、3つのファイルエントリが記録されている。また、ファイル格納領域202には、2つの実データが記録されている。ファイル管理領域201のファイルエントリ203は、ファイル格納領域202の実データ204を指し示している。実データ204を読み出す場合には、記録媒体制御部103は、実データ204を保持するファイルのファイル名に対応するファイルエントリ203をファイル管理領域201から読み出す。そして、記録媒体制御部103は、ファイルエントリ203の指し示すファイル格納領域202における記録位置から実データ204を読み出す。   Three file entries are recorded in the file management area 201 shown in FIG. Two actual data are recorded in the file storage area 202. A file entry 203 in the file management area 201 points to the actual data 204 in the file storage area 202. When reading the actual data 204, the recording medium control unit 103 reads the file entry 203 corresponding to the file name of the file holding the actual data 204 from the file management area 201. Then, the recording medium control unit 103 reads the actual data 204 from the recording position in the file storage area 202 indicated by the file entry 203.

また、図2において、ファイルエントリ205は、ファイル格納領域202を指し示しておらず、対応する実データを持たない。従って、ファイルエントリ205が示すファイルは、ファイルとしては存在しているが実データを持たない(即ち、ファイルサイズが0の)ファイルである。   In FIG. 2, the file entry 205 does not indicate the file storage area 202 and does not have corresponding real data. Therefore, the file indicated by the file entry 205 is a file that exists as a file but does not have actual data (that is, the file size is 0).

次に、図3を参照して、第1の実施形態に係る操作シーケンスについて説明する。本フローチャートに示す各ステップの処理は、特に断らない限り、制御部109が制御プログラムを実行すると共に必要に応じて他のユニット(例えば、記録媒体制御部103)を制御することにより、実現される。   Next, an operation sequence according to the first embodiment will be described with reference to FIG. Unless otherwise specified, the processing of each step shown in this flowchart is realized by the control unit 109 executing the control program and controlling other units (for example, the recording medium control unit 103) as necessary. .

S301で、制御部109は、ファイルに対する所定の操作の実行指示を受信する。具体的には、例えば、ユーザはユーザインタフェース106を操作することにより、操作対象ファイルと操作の内容(例えば、削除)とを選択する。制御部109は、この選択を、実行指示として受信する。   In step S301, the control unit 109 receives an instruction to perform a predetermined operation on the file. Specifically, for example, the user operates the user interface 106 to select the operation target file and the operation content (for example, deletion). The control unit 109 receives this selection as an execution instruction.

S302で、制御部109は実行指示を解析して、操作の内容、操作対象ファイル、及び操作対象ファイルを保持している記録媒体を特定する。そして、特定された記録媒体に、操作の内容と操作対象ファイルとを示す操作情報を記録する。例えば、制御部109は、操作情報として、操作の内容と操作対象ファイルとを示すファイル名を持つファイル(実データを持たないファイル)を記録媒体に記録してもよい。   In step S <b> 302, the control unit 109 analyzes the execution instruction and identifies the operation content, the operation target file, and the recording medium that holds the operation target file. Then, operation information indicating the content of the operation and the operation target file is recorded on the specified recording medium. For example, the control unit 109 may record a file having a file name indicating the content of the operation and the operation target file (a file having no actual data) as the operation information on a recording medium.

一例として、DVC100は、動画像を記録する際に、動画像ファイルに、記録順を示す数字と予め規定されている拡張子とを持つファイル名を付けて記録するものとする。この場合、例えば操作の内容が削除であり操作対象ファイルが1番目に記録されたファイルであれば、図2に示すファイルエントリ205が操作情報として記録される。ファイルエントリ205に対応するファイル名は、操作対象ファイルのファイル名を示す「000001」と、操作の内容を示す「DEL」(削除)と、両者を区切る「.」(ピリオド)とを含む。従って、記録媒体にファイルエントリ205が記録されているということは、1番目に記録されたファイルを操作対象ファイルとする削除操作が実行されるということを意味する。   As an example, when recording a moving image, the DVC 100 records a moving image file with a file name having a number indicating the recording order and a predetermined extension. In this case, for example, if the content of the operation is deletion and the operation target file is the first recorded file, the file entry 205 shown in FIG. 2 is recorded as the operation information. The file name corresponding to the file entry 205 includes “000001” indicating the file name of the operation target file, “DEL” (deletion) indicating the contents of the operation, and “.” (Period) separating the two. Therefore, the fact that the file entry 205 is recorded on the recording medium means that a delete operation is performed with the first recorded file as the operation target file.

操作の内容がコピーの場合、ファイル名として例えば「000001.CPY」が使用され、操作の内容が編集の場合、ファイル名として例えば「000001.EDT」が使用される。ここで、「CPY」がコピーを示し、「EDT」が編集を示す。   When the operation content is copy, for example, “000001.CPY” is used as the file name, and when the operation content is editing, for example, “000001.EDT” is used as the file name. Here, “CPY” indicates copying, and “EDT” indicates editing.

操作情報の記録後、S303で、制御部109は、操作の内容が「削除」「コピー」「編集」のいずれであるかを判定する。操作の内容が「削除」であれば処理はS304に進み、「コピー」であれば処理はS306に進み、「編集」であれば処理はS308に進む。   After recording the operation information, in step S303, the control unit 109 determines whether the operation content is “delete”, “copy”, or “edit”. If the content of the operation is “delete”, the process proceeds to S304, if “copy”, the process proceeds to S306, and if “edit”, the process proceeds to S308.

S304及びS305は、削除シーケンスに対応する。S304で、制御部109は、操作対象ファイルの管理データに基づいて操作対象ファイルの実データの位置を確認し、実データを削除する。S305で、制御部109は、操作対象ファイルの管理データを削除する。   S304 and S305 correspond to a deletion sequence. In step S304, the control unit 109 confirms the position of the actual data of the operation target file based on the management data of the operation target file, and deletes the actual data. In step S305, the control unit 109 deletes the management data of the operation target file.

S30及びS30は、コピーシーケンスに対応する。なお、一般的に、コピーには、操作対象の記録媒体から他の記録媒体へのコピーと、他の記録媒体から操作対象の記録媒体へのコピーとが含まれる。しかしながら、本実施形態では、他の記録媒体から操作対象の記録媒体(コピー先の記録媒体)へのコピーについてのみ説明する。操作対象の記録媒体から他の記録媒体へのコピーの場合、操作対象の記録媒体においては一般的にデータの変更は発生しないため、操作シーケンスが中断してもデータが破損等する可能性が低いからである。従って、S302における操作情報の記録も、コピー先の記録媒体に対して行われる。S306で、制御部109は、操作対象ファイルの管理データをコピー元の記録媒体から取得し、操作対象の記録媒体(コピー先の記録媒体)に記録する。S307で、制御部109は、操作対象ファイルの実データをコピー元の記録媒体から取得し、操作対象の記録媒体(コピー先の記録媒体)に記録する。 S30 6 and S30 7 correspond to the copy sequence. In general, copying includes copying from an operation target recording medium to another recording medium and copying from another recording medium to an operation target recording medium. However, in the present embodiment, only copying from another recording medium to an operation target recording medium (copy destination recording medium) will be described. In the case of copying from an operation target recording medium to another recording medium, data change generally does not occur in the operation target recording medium, and therefore there is little possibility of data being damaged even if the operation sequence is interrupted. Because. Accordingly, the recording of the operation information in S302 is also performed on the copy destination recording medium. In step S306, the control unit 109 acquires management data of the operation target file from the copy source recording medium, and records the operation target file management data on the operation target recording medium (copy destination recording medium). In step S <b> 307, the control unit 109 acquires the actual data of the operation target file from the copy source recording medium, and records it in the operation target recording medium (copy destination recording medium).

S308乃至S310は、編集シーケンスに対応する。編集シーケンスでは、操作対象ファイルの管理データに含まれる補助情報(例えば、動画像のタイトル)が変更されるが、実データは変更されない。編集シーケンスは管理データの上書きを含むので、管理データの編集中に電源が遮断されるなどして編集シーケンスが中断した場合、管理データが破損する可能性がある。破損した管理データの修復を可能にするために、S308(編集の開始前)で、制御部109は、操作対象ファイルの管理データの複製を記録媒体に生成する。S309で、制御部109は、管理データの編集を実行する。S310(編集の完了後)で、制御部109は、この複製を削除する。即ち、編集シーケンスの実行時には、編集に加えて、複製の生成及び削除が行われる。   S308 to S310 correspond to an editing sequence. In the editing sequence, the auxiliary information (for example, the title of the moving image) included in the management data of the operation target file is changed, but the actual data is not changed. Since the editing sequence includes overwriting of management data, there is a possibility that the management data may be damaged if the editing sequence is interrupted because the power is shut off during the editing of the management data. In order to allow the damaged management data to be repaired, in S308 (before the start of editing), the control unit 109 generates a copy of the management data of the operation target file on the recording medium. In step S309, the control unit 109 executes management data editing. In S310 (after completion of editing), the control unit 109 deletes the duplicate. That is, when the editing sequence is executed, a copy is generated and deleted in addition to editing.

上述した操作シーケンスの完了後に、S311で、制御部109は、S302で生成した操作情報を削除する。   After completion of the operation sequence described above, in step S311, the control unit 109 deletes the operation information generated in step S302.

操作シーケンスの実行中に電源の遮断等の異常が発生して操作シーケンスが中断すると、管理データと実データとの間に不整合が生じたり、管理データが破損したりするなどの、データ障害が発生する可能性がある。例えば、動画像ファイルの実データを削除後、管理データの削除前(S304とS305の間)に削除シーケンスが中断すると、管理データには削除した実データの情報が残っていることとなる。   If an operation sequence is interrupted due to an abnormality such as a power interruption during the operation sequence, data failure such as inconsistency between management data and actual data or damage to management data may occur. May occur. For example, if the deletion sequence is interrupted after deleting the actual data of the moving image file and before deleting the management data (between S304 and S305), information on the deleted actual data remains in the management data.

このような状態になると、管理データに基づいて動画像の再生を実行しようとした場合に、再生対象の動画像ファイルの実データが存在せず、再生動作にエラーが発生する可能性がある。そこで、本実施形態のDVC100は、図4に示す修復処理を実行する。説明の簡略化のために、図4の説明においては、記録媒体として記録媒体104を用いる。   In such a state, there is a possibility that when the reproduction of the moving image is executed based on the management data, the actual data of the moving image file to be reproduced does not exist and an error occurs in the reproduction operation. Therefore, the DVC 100 of this embodiment executes the repair process shown in FIG. For simplification of description, the recording medium 104 is used as the recording medium in the description of FIG.

S401でDVC100の電源がONになると、S402で、DVC100は、記録媒体104上のファイルシステムのマウント処理を行う。ファイルシステムのマウント処理は、記録媒体104の情報とファイルシステムの情報とを取得し、記録媒体104上でのファイル管理領域201とファイル格納領域202を認識してファイルにアクセス可能な状態とする処理である。   When the power of the DVC 100 is turned on in S401, the DVC 100 performs a mounting process of the file system on the recording medium 104 in S402. The file system mount processing is processing for acquiring information on the recording medium 104 and information on the file system, recognizing the file management area 201 and the file storage area 202 on the recording medium 104, and making the file accessible. It is.

S403で、制御部109は、記録媒体104に操作情報が記録されているか否かを判定する。ここで注意すべきことは、操作シーケンスが中断した場合だけではなく、図3のS302乃至S311における一連の制御(「ファイル操作制御」と呼ぶ)の実行が中断した場合は、操作情報が記録されたままになるということである。従って、S403における判定は、ファイル操作制御の実行が中断したか否かを判定することを意味する。   In step S <b> 403, the control unit 109 determines whether operation information is recorded on the recording medium 104. It should be noted that not only when the operation sequence is interrupted but also when the execution of a series of controls (referred to as “file operation control”) in S302 to S311 in FIG. 3 is interrupted, operation information is recorded. It is to remain. Therefore, the determination in S403 means determining whether or not the execution of the file operation control is interrupted.

なお、S403の判定が行われるタイミングは、ファイルシステムのマウントの直後には限定されない。S403の判定は、ファイル操作制御を実行中ではないタイミングであれば、いかなるタイミングで行われてもよい。   Note that the timing at which the determination in S403 is performed is not limited to immediately after the file system is mounted. The determination in S403 may be performed at any timing as long as the file operation control is not being executed.

また、操作情報としてファイル名を利用した場合、S403では、ファイル管理領域201に対するアクセスは行われるが、ファイル格納領域202に対するアクセスは不要である。そのため、S403における判定の処理が高速化される。また、操作情報自体にデータ障害が発生する可能性が低減される。   When a file name is used as operation information, access to the file management area 201 is performed in S403, but access to the file storage area 202 is not necessary. This speeds up the determination process in S403. In addition, the possibility of a data failure occurring in the operation information itself is reduced.

記録媒体の中に操作情報が記録されていない場合、ファイル操作制御の中断は発生しなかったということであるので、処理はS409に進み、制御部109は動画像の記録や再生等の通常の処理を行う。記録媒体の中に操作情報が記録されている場合、処理はS404に進む。   If the operation information is not recorded in the recording medium, it means that the file operation control has not been interrupted. Therefore, the process proceeds to S409, and the control unit 109 performs normal operations such as recording and playback of moving images. Process. If operation information is recorded in the recording medium, the process proceeds to S404.

S404で、制御部109は操作情報を解析し、中断したファイル操作制御に関する操作の内容及び操作対象ファイルを特定する。例えば、操作情報がファイルエントリ205(図2)であれば、操作の内容は「削除」であり、操作対象ファイルは1番目に記録されたファイルである。   In step S <b> 404, the control unit 109 analyzes the operation information, and specifies the operation content and the operation target file regarding the interrupted file operation control. For example, if the operation information is the file entry 205 (FIG. 2), the content of the operation is “delete”, and the operation target file is the first recorded file.

S405で、制御部109は、操作の内容に基づいて処理を分岐させる。操作の内容が「削除」であれば処理はS406に進み、「コピー」であれば処理はS407に進み、「編集」であれば処理はS408に進む。   In step S405, the control unit 109 branches the process based on the content of the operation. If the content of the operation is “delete”, the process proceeds to S406, if “copy”, the process proceeds to S407, and if “edit”, the process proceeds to S408.

以下、S406乃至S408を参照して修復処理の具体例を説明するが、本発明は、ここで説明する具体例に限定されない。重要なことは、データ障害(管理データと実データとの間の不整合や、管理データの破損など)を修復することであり、修復のための具体的な方策は、操作の内容及び操作対象ファイルに基づいて当業者が適宜決定することができる。例としては、中断したファイル操作制御の実行を再開することや、操作対象ファイルの実データ及び管理データの状態を、中断したファイル操作制御の実行開始前の状態に戻すことが挙げられる。   Hereinafter, a specific example of the repair process will be described with reference to S406 to S408, but the present invention is not limited to the specific example described here. What is important is to repair data failures (inconsistency between management data and actual data, corruption of management data, etc.), and the specific measures for repair are the contents of the operation and the operation target. Those skilled in the art can appropriately determine based on the file. Examples include resuming the execution of the interrupted file operation control and returning the actual data and management data of the operation target file to the state before the execution of the interrupted file operation control.

S406で、制御部109は、削除の修復処理を行う。具体的には、制御部109は、操作情報が示す操作対象ファイルの実データ及び管理データが記録媒体104に存在するか否かを判定する。これにより、ファイル操作制御が中断したタイミング(例えば、管理データが存在し、実データが存在しない場合は、S304とS305の間)が特定される。制御部109は、特定されたタイミングに基づいて、ファイル操作制御を再開する。これにより、例えば、対応する実データが存在しない管理データが削除され、実データと管理データとの不整合が修復される。また、削除ストリームの完了後、操作情報の削除前のタイミング(S305とS311の間)にファイル操作制御が中断していた場合は、ファイル操作制御がS311から開始し、不要な操作情報が削除される。   In step S406, the control unit 109 performs a deletion restoration process. Specifically, the control unit 109 determines whether the actual data and management data of the operation target file indicated by the operation information exist in the recording medium 104. As a result, the timing at which the file operation control is interrupted (for example, when management data exists and there is no real data, between S304 and S305) is specified. The control unit 109 resumes file operation control based on the identified timing. Thereby, for example, management data for which no corresponding actual data exists is deleted, and inconsistency between the actual data and the management data is repaired. In addition, when the file operation control is interrupted after the deletion stream is completed and before the operation information is deleted (between S305 and S311), the file operation control starts from S311 and unnecessary operation information is deleted. The

S407で、制御部109は、コピーの修復処理を行う。具体的には、制御部109は、操作対象ファイルの実データ及び管理データが記録媒体104に存在するか否かを判定し、存在すれば削除を行う。また、制御部109は、操作情報を削除する。これにより、操作対象ファイルの実データ及び管理データの状態は、中断したファイル操作制御の実行開始前の状態に戻り、実データと管理データとの不整合が修復される。   In step S407, the control unit 109 performs copy restoration processing. Specifically, the control unit 109 determines whether actual data and management data of the operation target file exist in the recording medium 104, and deletes them if they exist. In addition, the control unit 109 deletes the operation information. As a result, the status of the actual data and management data of the operation target file is returned to the state before the execution of the interrupted file operation control is started, and the inconsistency between the actual data and the management data is repaired.

S408で、制御部109は、編集の修復処理を行う。具体的には、操作対象ファイルの管理データが破損している可能性があるので、制御部109は、操作対象ファイルの管理データを、S308(図3)で生成した複製に置き換える。次いで、制御部109は、複製と操作情報とを削除する。これにより、操作対象ファイルの管理データの状態は、中断したファイル操作制御の実行開始前の状態に戻り、管理データの破損が修復される。なお、S310とS311の間にファイル操作制御が中断した場合、複製が存在しないが、この場合は管理データの編集は完了しており破損の可能性は低いので、制御部109は修復処理を行わずに操作情報を削除する。   In step S408, the control unit 109 performs editing repair processing. Specifically, since the management data of the operation target file may be damaged, the control unit 109 replaces the management data of the operation target file with the copy generated in S308 (FIG. 3). Next, the control unit 109 deletes the copy and the operation information. As a result, the state of the management data of the operation target file is returned to the state before the execution of the suspended file operation control is started, and the damage of the management data is repaired. Note that if file operation control is interrupted between S310 and S311, no copy exists, but in this case, the management data has been edited and the possibility of corruption is low, so the control unit 109 performs a repair process. Operation information without deleting.

以上説明したように、本実施形態によれば、DVC100は、操作シーケンスの開始前に操作情報を記録し、操作シーケンスの完了後に操作情報を削除する。操作情報の記録先は、操作対象ファイルが記録されている記録媒体である。DVC100は、操作情報の記録及び削除と操作シーケンスとを含むファイル操作制御の実行中ではないタイミングで操作情報が検出された場合は、操作情報に従ってデータ修復処理を行う。   As described above, according to the present embodiment, the DVC 100 records the operation information before the start of the operation sequence, and deletes the operation information after the operation sequence is completed. The recording destination of the operation information is a recording medium on which the operation target file is recorded. When the operation information is detected at a timing when the file operation control including the recording and deletion of the operation information and the operation sequence is not being executed, the DVC 100 performs data restoration processing according to the operation information.

これにより、記録装置が不揮発性メモリを備えない場合であっても、記録装置による記録媒体に対する操作シーケンスが途中で停止した場合に発生するデータ障害の修復が可能となる。   As a result, even when the recording apparatus does not include a non-volatile memory, it is possible to repair a data failure that occurs when an operation sequence for the recording medium by the recording apparatus stops halfway.

[その他の実施形態]
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。
[Other Embodiments]
The present invention can also be realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or CPU, MPU, etc.) of the system or apparatus reads the program. It is a process to be executed.

Claims (9)

ファイルに格納される実データと、前記ファイルを管理するための管理データとを記録する所定のファイルシステムに従いデータを記録する記録装置であって、
記録指示に応じて、実データが格納されるファイルのファイル名と、記録媒体における前記実データの記録位置とを含むファイルエントリを前記記録媒体に記録された前記管理データに格納すると共に、前記実データを前記記録媒体に書き込む記録手段と、
前記記録媒体に記録されたファイルの操作指示に応じて、前記操作指示による操作対象ファイルのファイル名を特定するための文字列前記操作指示に対応した処理内容を示す拡張子と、を有するファイル名を含む、所定のファイルエントリを前記記録媒体に記録された前記管理データに格納するように前記記録手段を制御すると共に、前記操作指示に対応した処理を実行する制御手段とを備えることを特徴とする記録装置。
And the actual data stored in the file, in accordance with a predetermined file system for recording and managing data for managing the file, a recording apparatus for recording data,
In response to a recording instruction, a file entry including a file name of a file in which actual data is stored and a recording position of the actual data on the recording medium is stored in the management data recorded on the recording medium, and the actual data is stored. Recording means for writing data to the recording medium;
In response to the operation instruction of the recorded file in the recording medium has a string for specifying the file name of the operation target files by the operation instruction, and a suffix indicating the processing contents corresponding to the operation instruction including the file name, the predetermined file entry, controls the recording device to store the management data recorded on the recording medium, further comprising a control means for executing processing corresponding to the operation instruction A recording apparatus.
前記制御手段は、前記操作指示に応じて、前記所定のファイルエントリに対応する実データを記録せずに、前記所定のファイルエントリを前記管理データに格納するように前記記録手段を制御することを特徴とする請求項1に記載の記録装置。 In response to the operation instruction, the control means controls the recording means to store the predetermined file entry in the management data without recording actual data corresponding to the predetermined file entry. The recording apparatus according to claim 1, wherein the recording apparatus is a recording apparatus. 前記制御手段は、前記操作指示に対応した処理が完了したことに応じて、前記記録媒体に記録された前記管理データから前記所定のファイルエントリを削除することを特徴とする請求項1に記載の記録装置。   2. The control unit according to claim 1, wherein the control unit deletes the predetermined file entry from the management data recorded on the recording medium in response to completion of processing corresponding to the operation instruction. Recording device. 前記制御手段は、前記操作指示に応じて前記所定のファイルエントリを前記記録媒体に記録された前記管理データに格納した後に、前記操作指示に対応した処理を実行することを特徴とする請求項1に記載の記録装置。   The control means executes the processing corresponding to the operation instruction after storing the predetermined file entry in the management data recorded on the recording medium in accordance with the operation instruction. The recording device described in 1. 前記制御手段は、前記操作指示に対応した処理の実行中ではないタイミングで、前記記録媒体に記録された前記管理データに前記所定のファイルエントリが格納されているか否かを判別し、前記所定のファイルエントリが格納されていた場合、前記所定のファイルエントリに基づいて修復処理を行うと共に、前記修復処理が完了した後前記所定のファイルエントリを前記記録媒体から削除することを特徴とする請求項1に記載の記録装置。   The control means determines whether or not the predetermined file entry is stored in the management data recorded on the recording medium at a timing when the processing corresponding to the operation instruction is not being executed. The file entry is stored, and a repair process is performed based on the predetermined file entry, and the predetermined file entry is deleted from the recording medium after the repair process is completed. The recording device described in 1. 前記所定のファイルエントリに含まれるファイル名の拡張子が示す処理が削除の処理であった場合、前記制御手段は、前記所定のファイルエントリに含まれる、前記操作対象ファイルのファイル名を特定するための文字列に基づいて前記操作対象ファイルを特定し、前記操作対象ファイルの実データと前記操作対象ファイルの管理データとを前記記録媒体から削除することを特徴とする請求項5に記載の記録装置。 When the process indicated by the extension of the file name included in the predetermined file entry is a deletion process, the control unit specifies the file name of the operation target file included in the predetermined file entry. 6. The recording apparatus according to claim 5, wherein the operation target file is specified based on the character string , and actual data of the operation target file and management data of the operation target file are deleted from the recording medium. . 前記所定のファイルエントリに含まれるファイル名の拡張子が示す処理が前記記録媒体へのファイルのコピーの処理であった場合、前記制御手段は、前記所定のファイルエントリに含まれる、前記操作対象ファイルのファイル名を特定するための文字列に基づいて前記操作対象ファイルを特定し、前記操作対象ファイルの実データと前記操作対象ファイルの管理データとを前記記録媒体から削除することを特徴とする請求項5に記載の記録装置。 When the process indicated by the extension of the file name included in the predetermined file entry is a process of copying a file to the recording medium, the control unit includes the operation target file included in the predetermined file entry. The operation target file is specified based on a character string for specifying the file name, and the actual data of the operation target file and the management data of the operation target file are deleted from the recording medium. Item 6. The recording device according to Item 5. 前記制御手段は、前記操作指示が前記操作対象ファイルの管理データの編集指示であった場合、前記操作対象ファイルの管理データを前記記録媒体に複製した後前記操作対象ファイルの管理データの編集処理を実行すると共に前記記録手段により前記所定のファイルエントリを前記管理データに格納させ、
前記操作指示に対応した処理の実行中ではないタイミングで前記管理データに格納されていると判別された前記所定のファイルエントリに含まれるファイル名の拡張子が示す処理が前記管理データの編集処理であった場合、前記記録媒体に複製されているデータにより、前記操作対象ファイルの管理データを置き換えることを特徴とする請求項5に記載の記録装置。
When the operation instruction is an instruction to edit the management data of the operation target file , the control means performs management data editing processing of the operation target file after copying the management data of the operation target file to the recording medium. Executing and storing the predetermined file entry in the management data by the recording means;
The process indicated by the extension of the file name included in the predetermined file entry determined to be stored in the management data at a timing when the process corresponding to the operation instruction is not being executed is the management data editing process. 6. The recording apparatus according to claim 5, wherein if there is, the management data of the operation target file is replaced with data copied to the recording medium.
ファイルに格納される実データと、前記ファイルを管理するための管理データとを記録する所定のファイルシステムに従いデータを記録する記録装置の制御方法であって、
前記記録装置の記録手段が、記録指示に応じて、実データが格納されるファイルのファイル名と、記録媒体における前記実データの記録位置とを含むファイルエントリを前記記録媒体に記録された前記管理データに格納すると共に、前記実データを前記記録媒体に書き込む記録工程と、
前記記録装置の制御手段が、前記記録媒体に記録されたファイルの操作指示に応じて、前記操作指示による操作対象ファイルのファイル名を特定するための文字列前記操作指示に対応した処理内容を示す拡張子と、を有するファイル名を含む、所定のファイルエントリを前記記録媒体に記録された前記管理データに格納するように前記記録工程を制御すると共に、前記操作指示に対応した処理を実行する制御工程とを備えることを特徴とする制御方法。
According to a predetermined file system for recording actual data stored in a file and management data for managing the file , a control method for a recording apparatus for recording data,
The management in which the recording unit of the recording device records a file entry including a file name of a file in which actual data is stored and a recording position of the actual data on the recording medium in accordance with a recording instruction. A recording step of storing in the data and writing the actual data to the recording medium;
Control means of the recording apparatus, according to an operation instruction of the recorded file in the recording medium, a character string for specifying the file name of the operation target files by the operation instruction, the processing contents corresponding to the operation instruction the includes the file name with a suffix indicating the predetermined file entry, controls the recording process to store the management data recorded on the recording medium, a process corresponding to the operation instruction And a control process to be executed.
JP2010061232A 2010-03-17 2010-03-17 Recording apparatus and control method thereof Expired - Fee Related JP5632628B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010061232A JP5632628B2 (en) 2010-03-17 2010-03-17 Recording apparatus and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010061232A JP5632628B2 (en) 2010-03-17 2010-03-17 Recording apparatus and control method thereof

Publications (3)

Publication Number Publication Date
JP2011198396A JP2011198396A (en) 2011-10-06
JP2011198396A5 JP2011198396A5 (en) 2013-05-02
JP5632628B2 true JP5632628B2 (en) 2014-11-26

Family

ID=44876405

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010061232A Expired - Fee Related JP5632628B2 (en) 2010-03-17 2010-03-17 Recording apparatus and control method thereof

Country Status (1)

Country Link
JP (1) JP5632628B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002207626A (en) * 2001-01-11 2002-07-26 Matsushita Electric Ind Co Ltd Data managing method for information storage medium
JP2004206742A (en) * 2002-12-24 2004-07-22 Hitachi Ltd Recording or reproducing device
JP4201034B2 (en) * 2006-09-04 2008-12-24 ソニー株式会社 Video recording video camera apparatus, video recording method, and program

Also Published As

Publication number Publication date
JP2011198396A (en) 2011-10-06

Similar Documents

Publication Publication Date Title
US6378031B1 (en) Data processing apparatus and file management method therefor
CN107678981A (en) Data processing method and device
JP4595936B2 (en) Information processing apparatus, information processing method, and program
JP5523128B2 (en) Recording apparatus and control method thereof
JP5002944B2 (en) Information processing apparatus, imaging apparatus, information processing method, and computer program
JP5632628B2 (en) Recording apparatus and control method thereof
JP5814739B2 (en) Recording device
JP2008269520A (en) Recorder and recording method
JP2005353046A (en) Recording medium, host device, and data processing method
JP5831235B2 (en) File editing device
JPH03192436A (en) Information recording and reproducing system
JP4740796B2 (en) Image recording / playback device
JP4281571B2 (en) Recording apparatus and method, and program
JP3714323B2 (en) Editing system and method for copying AV data from AV server
JP2004171670A (en) Recording and reproducing device and recording and reproducing method
JP2013118510A (en) Image processing apparatus and image processing method
JP2012064296A (en) Data structure creation method and backup device
JP2005242708A (en) File restoration method and file recording device
JP4288593B2 (en) Recording apparatus and method, and program
JP2017005309A (en) Recording apparatus, recording method, and program
JP2007072839A (en) Recording control device and method, and program
JP4266968B2 (en) Information recording / reproducing device
JP4356273B2 (en) Information record editing method
JP2023005845A (en) Editing apparatus, control method thereof, and program
JP4957498B2 (en) Recording apparatus, recording method, and program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130312

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130312

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140117

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140317

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141010

R151 Written notification of patent or utility model registration

Ref document number: 5632628

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees