JP2006099917A - Optical disk system - Google Patents

Optical disk system Download PDF

Info

Publication number
JP2006099917A
JP2006099917A JP2004287889A JP2004287889A JP2006099917A JP 2006099917 A JP2006099917 A JP 2006099917A JP 2004287889 A JP2004287889 A JP 2004287889A JP 2004287889 A JP2004287889 A JP 2004287889A JP 2006099917 A JP2006099917 A JP 2006099917A
Authority
JP
Japan
Prior art keywords
buffer memory
data
recording
external device
optical disk
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.)
Pending
Application number
JP2004287889A
Other languages
Japanese (ja)
Inventor
Kaname Hayasaka
要 早坂
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.)
Teac Corp
Original Assignee
Teac Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Teac Corp filed Critical Teac Corp
Priority to JP2004287889A priority Critical patent/JP2006099917A/en
Publication of JP2006099917A publication Critical patent/JP2006099917A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent a reset caused by a standby state continuing for specified period or longer, in an optical disk system for recording data by a predetermined minimum recording data amount. <P>SOLUTION: The recording data from a host device are encoded and recorded on the optical disk 10 after stored in a buffer memory 38. The data recording is executed at a 1ECC block (16 sectors) unit. When the buffer memory 38 becomes the FULL state while not receiving the all data, a timer is started by a system controller 32, and residual data are stored in a spare area of the buffer memory 38 before the timing to reset by the host device, then the standby state is interrupted. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は光ディスク装置、特に記録すべきデータの最小データ量が設定された光ディスク装置におけるメモリ管理技術に関する。   The present invention relates to a memory management technique in an optical disc apparatus, and more particularly, an optical disc apparatus in which a minimum amount of data to be recorded is set.

光ディスクにデータを記録する際には、ホスト装置等の外部装置から供給された記録データをバッファメモリに一時的に記憶し、バッファメモリから記録データを読み出して光ピックアップに供給するが、DVD−RAM等はセクタフォーマットであって1ECCブロック(16セクタ)単位でデータを記録するため、バッファメモリには16セクタ分の記録データが格納されていなければならない。   When recording data on an optical disc, recording data supplied from an external device such as a host device is temporarily stored in a buffer memory, and the recording data is read from the buffer memory and supplied to an optical pickup. Etc. are sector formats, and data is recorded in units of 1 ECC block (16 sectors). Therefore, recording data for 16 sectors must be stored in the buffer memory.

下記の特許文献1には、光磁気ディスク装置においてバッファメモリに記録データ単位に満たない記録データが存在する場合に、ダミーデータを付与することで記録データ単位のデータ量とする技術が記載されている。   Patent Document 1 listed below describes a technique for providing a data amount in a recording data unit by adding dummy data when there is recording data less than the recording data unit in the buffer memory in the magneto-optical disk device. Yes.

なお、DVD−RAMドライブにおいても、これに類似する技術として、バッファメモリに16セクタ分に満たない記録データが存在する場合、DVD−RAMに既に記録されているデータを読み出し、読み出したデータをバッファメモリに格納することで16セクタ分のデータとする技術が知られている。   In the DVD-RAM drive, as a similar technique, when there is recording data less than 16 sectors in the buffer memory, the data already recorded in the DVD-RAM is read and the read data is buffered. A technique for storing data in 16 sectors by storing in a memory is known.

図5及び図6には、従来のバッファメモリ100への記録データの格納方法が模式的に示されている。なお、バッファメモリ100のメモリ容量が7ECCブロック分存在するものとし、ホスト装置からのデータ長を0X10とし、ホスト装置からのライト(write)コマンドが論理ブロックアドレスLBAの0X1000E(16進数表示)からシーケンシャルに複数回連続するものとする。光ディスク装置のコントローラは、ホスト装置からライトコマンドを受け取り、バッファメモリ100の論理ブロックアドレス0X1000Eから0X1006Dまで受信した記録データを順次格納する。そして、シーケンシャルに次のライトコマンドをホスト装置から受け取るが、バッファメモリの空き領域は0X1006E〜0X1006Fのみであり、データ長0X10のデータを格納するだけの空き容量が存在しないため、この時点でバッファメモリはFULLであると判定し、ホスト装置からのデータを受信しない。すると、図5に示されるように、0X10000〜〜0X1000Dまでの空き領域(図中a領域)と、0X1006E〜0X1006Fまでの空き領域(図中b領域)が存在することとなり、16セクタ分に満たない記録データが存在することになるのでこのままではDVD−RAMに記録することができない。   5 and 6 schematically show a method of storing recording data in the conventional buffer memory 100. FIG. It is assumed that the memory capacity of the buffer memory 100 exists for 7 ECC blocks, the data length from the host device is 0X10, and the write command from the host device is sequential from 0X1000E (hexadecimal notation) of the logical block address LBA. Shall be repeated several times. The controller of the optical disk device receives a write command from the host device, and sequentially stores the recording data received from the logical block addresses 0X1000E to 0X1006D of the buffer memory 100. Then, the next write command is received sequentially from the host device, but the buffer memory has only a free space of 0X1006E to 0X1006F, and there is no free space for storing data with a data length of 0X10. Is determined to be FULL and does not receive data from the host device. Then, as shown in FIG. 5, there are free areas from 0X10000 to 0X1000D (a area in the figure) and free areas from 0X1006E to 0X1006F (b area in the figure), which is 16 sectors worth. Since there is no recording data, it cannot be recorded on the DVD-RAM as it is.

そこで、コントローラは、図中a領域及びb領域を満たすべく、DVD−RAMのそれぞれのアドレスにアクセスし、該当アドレスに存在するデータを読み出してバッファメモリ100に格納する。図6には、DVD−RAMから読み出したデータでバッファメモリ100を満たした状態が示されている。以上のようにして16セクタ分の記録データがバッファメモリ100に格納されることとなり、コントローラはこれらのデータを16セクタ単位で読み出して光ピックアップに供給し、DVD−RAMに記録していく。   Therefore, the controller accesses the respective addresses of the DVD-RAM to fill the areas a and b in the figure, reads the data existing at the corresponding addresses, and stores them in the buffer memory 100. FIG. 6 shows a state in which the buffer memory 100 is filled with data read from the DVD-RAM. The recording data for 16 sectors is stored in the buffer memory 100 as described above, and the controller reads these data in units of 16 sectors, supplies them to the optical pickup, and records them on the DVD-RAM.

特開平7−296507号公報JP-A-7-296507

このように、1ECCブロックに満たない分は光ディスクから読み出してバッファメモリに格納することで埋めることができるが、バッファメモリにはホストから受け取るべき全データのうちの一部しか格納されておらず、全てのデータをホスト装置から受信して光ディスクに記録するまでホスト装置は待機状態となる。そして、光ディスクへのアクセスには所定の時間を要することから、この待機状態が一定時間に達してしまう場合があり、ホスト装置は時間切れによりデータの記録が正常に行われなかったものと判定して当該ライト動作を中断すべくリセットしてしまうことになる。リセットの態様はホスト装置のライティングソフトにより種々であるが、例えば記録を不可としてしまう、あるいは再トライする等があるが、いずれの場合もトータルの記録時間が増大してしまう問題がある。バッファメモリの容量を一定時間以上ホスト側を待たせることのない容量に設定することも考えられるが、一般的にバッファメモリは効率の観点からある程度の大きさを有することが要求され、リセットされない容量を一義的に決定するのは困難である。また、DVD−RAM等の場合には交替処理(記録品質が悪かった場合の再記録)等の突発的な処理も発生することから、たとえ一義的に決定し得たとしても全ての記録態様に対応することができない。   In this way, the portion less than one ECC block can be filled by reading from the optical disk and storing it in the buffer memory, but the buffer memory stores only a part of all data to be received from the host, The host device is in a standby state until all data is received from the host device and recorded on the optical disk. Since a predetermined time is required to access the optical disk, this standby state may reach a certain time, and the host device determines that data recording has not been performed normally due to time out. Thus, the write operation is reset so as to be interrupted. There are various reset modes depending on the writing software of the host device. For example, the recording may be disabled or the retry may be performed. However, in any case, there is a problem that the total recording time increases. Although it is conceivable to set the buffer memory capacity so that the host side does not wait for a certain time or more, generally the buffer memory is required to have a certain size from the viewpoint of efficiency and is not reset. It is difficult to determine unambiguously. In the case of a DVD-RAM or the like, since sudden processing such as replacement processing (re-recording when recording quality is bad) also occurs, even if it can be uniquely determined, all recording modes are used. I can't respond.

本発明の目的は、外部装置からのリセット(記録の中断)等の時間切れを未然に防止し、これにより記録時間を短縮することができる光ディスク装置を提供することにある。   An object of the present invention is to provide an optical disc apparatus capable of preventing time-out such as reset (interruption of recording) from an external device and thereby shortening the recording time.

本発明は、所定の最小記録データ量で光ディスクにデータを記録する光ディスク装置であって、外部装置から供給されたデータを一時記憶するバッファメモリと、予備バッファメモリと、前記バッファメモリの空き領域が前記外部装置から供給されたデータの全てを格納するに必要な容量を有さずにFULL状態と判定された場合に、前記外部装置が待機状態から時間切れ状態に移行する前に前記外部装置から残りのデータを受信して前記予備バッファメモリに格納して前記外部装置に記録完了を送信する制御手段とを有することを特徴とする。   The present invention relates to an optical disk device for recording data on an optical disk with a predetermined minimum recording data amount, a buffer memory for temporarily storing data supplied from an external device, a spare buffer memory, and an empty area of the buffer memory. If the external device is determined to be in a FULL state without having a capacity necessary to store all of the data supplied from the external device, the external device is informed before the transition from the standby state to the time-out state. And control means for receiving the remaining data, storing it in the spare buffer memory, and transmitting recording completion to the external device.

本発明では、バッファメモリがFULL状態となって外部装置が待機状態となったときでも、ホスト装置がリセット状態に移行する前に残存データを予備バッファメモリに格納することで外部装置に対して記録完了を通知でき、外部装置の時間切れ状態への移行を防止することができる。   According to the present invention, even when the buffer memory is in the FULL state and the external device is in the standby state, the remaining data is stored in the spare buffer memory before the host device shifts to the reset state, so that the recording is performed on the external device. The completion can be notified, and the transition of the external device to the time-out state can be prevented.

本発明の1つの実施形態では、バッファメモリがFULL状態となったときにタイマをスタートさせ、このタイマによる計時が一定時間に達したときに外部装置からリセットがかかるおそれがあるとして残存データを受信し予備バッファメモリに格納する。   In one embodiment of the present invention, a timer is started when the buffer memory is in a FULL state, and when the time measured by the timer reaches a certain time, the remaining data is received as a risk of being reset from an external device. And stored in the spare buffer memory.

予備バッファメモリは、バッファメモリとは別個のメモリで構成でき、あるいは単一のバッファメモリを論理的に分割して構成することができる。   The spare buffer memory can be configured as a memory separate from the buffer memory, or can be configured by logically dividing a single buffer memory.

本発明によれば、バッファメモリがFULL状態となっても外部装置からのリセットを防止し、これによりトータルの記録時間短縮を図ることができる。   According to the present invention, even when the buffer memory is in a FULL state, resetting from an external device can be prevented, thereby reducing the total recording time.

以下、図面に基づき本発明の実施形態について説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1には、本実施形態に係る光ディスク装置の全体構成図が示されている。DVD−RAM等の書き換え可能な光ディスク10はスピンドルモータ(SPM)12により回転駆動される。スピンドルモータSPM12は、ドライバ14で駆動され、ドライバ14はサーボプロセッサ30により所望の回転速度となるようにサーボ制御される。   FIG. 1 shows an overall configuration diagram of an optical disc apparatus according to the present embodiment. A rewritable optical disk 10 such as a DVD-RAM is rotationally driven by a spindle motor (SPM) 12. The spindle motor SPM 12 is driven by a driver 14, and the driver 14 is servo-controlled by a servo processor 30 so as to have a desired rotation speed.

光ピックアップ16は、レーザ光を光ディスク10に照射するためのレーザダイオード(LD)や光ディスク10からの反射光を受光して電気信号に変換するフォトディテクタ(PD)を含み、光ディスク10に対向配置される。光ピックアップ16はスレッドモータ18により光ディスク10の半径方向に駆動され、スレッドモータ18はドライバ20で駆動される。ドライバ20は、ドライバ14と同様にサーボプロセッサ30によりサーボ制御される。また、光ピックアップ16のLDはドライバ22により駆動され、ドライバ22はオートパワーコントロール回路(APC)24により駆動電流が所望の値となるように制御される。APC24は、光ディスク10のテストエリア(PCA)において実行されたOPC(Optimum Power Control)により選択された最適記録パワーとなるようにドライバ22の駆動電流を制御する。OPCは、光ディスク10のPCAに記録パワーを複数段に変化させてテストデータを記録し、該テストデータを再生してその信号品質を評価し、所望の信号品質が得られる記録パワーを選択する処理である。信号品質には、β値やγ値、変調度、ジッタ等が用いられる。   The optical pickup 16 includes a laser diode (LD) for irradiating the optical disk 10 with laser light and a photodetector (PD) that receives reflected light from the optical disk 10 and converts it into an electrical signal, and is disposed opposite to the optical disk 10. . The optical pickup 16 is driven in the radial direction of the optical disk 10 by a thread motor 18, and the thread motor 18 is driven by a driver 20. The driver 20 is servo-controlled by the servo processor 30 similarly to the driver 14. The LD of the optical pickup 16 is driven by a driver 22, and the driver 22 is controlled by an auto power control circuit (APC) 24 so that the drive current becomes a desired value. The APC 24 controls the drive current of the driver 22 so that the optimum recording power selected by OPC (Optimum Power Control) executed in the test area (PCA) of the optical disc 10 is obtained. The OPC is a process of recording test data on the PCA of the optical disc 10 by changing the recording power in a plurality of stages, reproducing the test data, evaluating the signal quality, and selecting a recording power that can obtain a desired signal quality. It is. For the signal quality, β value, γ value, modulation factor, jitter, etc. are used.

光ディスク10に記録されたデータを再生する際には、光ピックアップ16のLDから再生パワーのレーザ光が照射され、その反射光がPDで電気信号に変換されて出力される。光ピックアップ16からの再生信号はRF回路26に供給される。RF回路26は、再生信号からフォーカスエラー信号やトラッキングエラー信号を生成し、サーボプロセッサ30に供給する。サーボプロセッサ30は、これらのエラー信号に基づいて光ピックアップ16をサーボ制御し、光ピックアップ16をオンフォーカス状態及びオントラック状態に維持する。また、RF回路26は、再生信号に含まれるアドレス信号をアドレスデコード回路28に供給する。アドレスデコード回路28はアドレス信号から光ディスク10のアドレスデータを復調し、サーボプロセッサ30やシステムコントローラ32に供給する。DVD−RAMの場合にはCAPA(Complimentary Allocated Pit Adressing)方式でアドレスデータを得ることができ、セクタ内に記録されたヘッダ部に存在するアドレスデータを再生する。また、RF回路26は、再生RF信号を2値化回路34に供給する。2値化回路34は、再生信号を2値化し、得られた8−16変調信号をエンコード/デコード回路36に供給する。エンコード/デコード回路36では、2値化信号を8−16復調及びエラー訂正して再生データを得、当該再生データをインタフェースI/F40を介してパーソナルコンピュータなどのホスト装置に出力する。なお、再生データをホスト装置に出力する際には、エンコード/デコード回路36はバッファメモリ38に再生データを一旦蓄積した後に出力する。   When data recorded on the optical disk 10 is reproduced, a laser beam of reproduction power is irradiated from the LD of the optical pickup 16, and the reflected light is converted into an electric signal by the PD and output. A reproduction signal from the optical pickup 16 is supplied to the RF circuit 26. The RF circuit 26 generates a focus error signal and a tracking error signal from the reproduction signal and supplies them to the servo processor 30. The servo processor 30 servo-controls the optical pickup 16 based on these error signals, and maintains the optical pickup 16 in an on-focus state and an on-track state. Further, the RF circuit 26 supplies an address signal included in the reproduction signal to the address decoding circuit 28. The address decoding circuit 28 demodulates the address data of the optical disk 10 from the address signal and supplies it to the servo processor 30 and the system controller 32. In the case of a DVD-RAM, address data can be obtained by a CAPA (Complimentary Allocated Pit Addressing) method, and the address data present in the header portion recorded in the sector is reproduced. Further, the RF circuit 26 supplies the reproduction RF signal to the binarization circuit 34. The binarization circuit 34 binarizes the reproduction signal and supplies the obtained 8-16 modulation signal to the encoding / decoding circuit 36. In the encode / decode circuit 36, the binarized signal is demodulated and error-corrected by 8-16 to obtain reproduction data, and the reproduction data is output to a host device such as a personal computer via the interface I / F 40. When the reproduction data is output to the host device, the encoding / decoding circuit 36 temporarily stores the reproduction data in the buffer memory 38 and outputs it.

光ディスク10にデータを記録する際には、ホスト装置からの記録すべきデータはインターフェースI/F40を介してエンコード/デコード回路36に供給される。エンコード/デコード回路36は、記録すべきデータをバッファメモリ38に格納し、当該記録すべきデータをエンコードして8−16変調データとしてライトストラテジ回路42に供給する。ライトストラテジ回路42は、EFMデータを所定の記録ストラテジに従ってマルチパルス(パルストレーン)に変換し、記録データとしてドライバ22に供給する。記録ストラテジは、例えばマルチパルスにおける先頭パルスのパルス幅や後続パルスのパルス幅、パルスデューティから構成される。記録ストラテジは記録品質に影響することから、通常はある最適ストラテジに固定される。OPC時に記録ストラテジを併せて設定してもよい。記録データによりパワー変調されたレーザ光は光ピックアップ16のLDから照射されて光ディスク10にデータが記録される。データを記録した後、光ピックアップ16は再生パワーのレーザ光を照射して当該記録データを再生し、RF回路26に供給する。RF回路26は再生信号を2値化回路34に供給し、2値化された8−16変調データはエンコード/デコード回路36に供給される。エンコード/デコード回路36は、8−16変調データをデコードし、正常にデコードできない場合は交替処理を行う。具体的には、バッファメモリ38に記憶されている記録済データを交替領域へ記録する。   When recording data on the optical disk 10, data to be recorded from the host device is supplied to the encode / decode circuit 36 via the interface I / F 40. The encode / decode circuit 36 stores data to be recorded in the buffer memory 38, encodes the data to be recorded, and supplies the data to the write strategy circuit 42 as 8-16 modulation data. The write strategy circuit 42 converts the EFM data into a multi-pulse (pulse train) according to a predetermined recording strategy and supplies it to the driver 22 as recording data. The recording strategy is composed of, for example, the pulse width of the first pulse, the pulse width of the subsequent pulse, and the pulse duty in the multi-pulse. Since the recording strategy affects the recording quality, it is usually fixed to a certain optimum strategy. A recording strategy may be set at the time of OPC. The laser light whose power is modulated by the recording data is irradiated from the LD of the optical pickup 16 and the data is recorded on the optical disk 10. After recording the data, the optical pickup 16 reproduces the recorded data by irradiating a laser beam with a reproduction power, and supplies it to the RF circuit 26. The RF circuit 26 supplies the reproduction signal to the binarization circuit 34, and the binarized 8-16 modulated data is supplied to the encode / decode circuit 36. The encode / decode circuit 36 decodes the 8-16 modulation data, and performs a replacement process when the data cannot be normally decoded. Specifically, the recorded data stored in the buffer memory 38 is recorded in the replacement area.

このような構成において、システムコントローラ32は、ホスト装置から供給された記録データをバッファメモリ38に格納する際に、バッファメモリ38がFULLと判断されたときに従来技術と同様に光ディスク10からデータを読み出してバッファメモリ38に格納することで16セクタ分のデータを満たすが、この間におけるホスト装置の待機状態をキャンセルすべく、未だ受信していない残りのデータについてホスト装置に要求し、バッファメモリ38の予備の領域に格納する。未だ受信していない残りのデータを適当なタイミング、すなわちホスト装置の待機状態が一定時間以上となってリセットをかけるタイミングに達する前にバッファメモリ38の予備領域にデータを受信し格納することで、リセット(ソフトリセット)を防止することができる。   In such a configuration, when the system controller 32 stores the recording data supplied from the host device in the buffer memory 38, when the buffer memory 38 is determined to be FULL, the data is read from the optical disc 10 in the same manner as in the prior art. The data for 16 sectors is filled by reading and storing in the buffer memory 38. In order to cancel the standby state of the host device during this period, the host device is requested for the remaining data not yet received, Store in spare area. Receiving and storing data in the spare area of the buffer memory 38 before reaching the timing for resetting the remaining data that has not yet been received at an appropriate timing, i.e., when the host apparatus is in a standby state for a certain time or longer, Reset (soft reset) can be prevented.

図2には、システムコントローラ32によるバッファメモリ38の管理フローチャートが示されている。   FIG. 2 shows a management flowchart of the buffer memory 38 by the system controller 32.

システムコントローラ32は、ホスト装置からライトコマンドを受信したか否かを判定し(S101)、ライトコマンドを受信した場合には続いてホスト装置からの記録データを受信してバッファメモリ38に格納する(S102)。そして、バッファメモリ38がFULL状態か否かを判定する(S103)。バッファメモリ38の空き容量がホスト装置から供給されるデータ長よりも小さい場合には、既にバッファメモリ38はFULL状態であると判定し、光ディスクへの所定の記録動作へと移行する。但し、この間は残りのデータは未だホスト装置側にあり、ホスト装置は待機状態にあることから、この待機状態の時間を計測すべく、システムコントローラ32は内蔵タイマをスタートさせた上で(S104)、記録動作に移行する(S105)。記録動作は、1ECCブロック単位に満たない空き領域を満たすべく光ディスク10のそれぞれのアドレスにアクセスし、該当アドレスに存在するデータを読み出してバッファメモリ38に格納した後、最小単位の1ECCブロック単位でバッファメモリ38から記録データを読み出してドライバ22に供給することで実行する。なお、システムコントローラ32は、全てのデータを受信していない情報を内蔵メモリに記憶しておく。   The system controller 32 determines whether or not a write command has been received from the host device (S101), and when the write command is received, subsequently receives the recording data from the host device and stores it in the buffer memory 38 ( S102). Then, it is determined whether or not the buffer memory 38 is in the FULL state (S103). If the free space in the buffer memory 38 is smaller than the data length supplied from the host device, it is determined that the buffer memory 38 is already in the FULL state, and the process proceeds to a predetermined recording operation on the optical disk. However, since the remaining data is still on the host device side during this time and the host device is in a standby state, the system controller 32 starts a built-in timer to measure the time of this standby state (S104). The process proceeds to the recording operation (S105). In the recording operation, each address of the optical disk 10 is accessed so as to fill an empty area less than one ECC block, data existing at the corresponding address is read and stored in the buffer memory 38, and then buffered in units of one ECC block as a minimum unit. This is executed by reading the recording data from the memory 38 and supplying it to the driver 22. The system controller 32 stores information in which all data has not been received in the built-in memory.

システムコントローラ32は、光ディスク10への記録動作中において、ホスト装置に残存データがあるか否かを判定し(S106、S107)、残存データが存在する場合にはS104でスタートさせたタイマが所定時間に達したか否かを判定する(S108)。この所定時間は、ホスト装置側が待機状態からリセットに移行するまでの時間T、あるいはT−α(αは一定のマージン)に設定される。タイマがこの時間に達するまでは、未だリセットがかかることはないので引き続き記録動作を続行する。一方、タイマが所定時間に達した場合(タイマアップ)には、システムコントローラ32はリセットを防止すべくホスト装置に対して残存データを要求し、ホスト装置から供給された残存データをバッファメモリ38の予備領域に格納する(S109)。   The system controller 32 determines whether there is any remaining data in the host device during the recording operation on the optical disc 10 (S106, S107). If there is remaining data, the timer started in S104 is set for a predetermined time. Is determined (S108). This predetermined time is set to the time T until the host device side shifts from the standby state to reset, or T-α (α is a fixed margin). Until the timer reaches this time, the recording operation is continued because there is no reset yet. On the other hand, when the timer reaches a predetermined time (time-up), the system controller 32 requests the remaining data from the host device to prevent the reset, and the remaining data supplied from the host device is stored in the buffer memory 38. Store in the spare area (S109).

ここに、バッファメモリ38の予備領域としては、例えば図3に示されるようにバッファメモリ38を2個用意して第1バッファメモリ38a及び第2バッファメモリ38bとし、これらの間でメインと予備を切り替えることで構成できる。すなわち、まず第1バッファメモリ38aにホスト装置から受信した記録データを格納し、第1バッファメモリ38aがFULL状態となったときに第2バッファメモリ38bを予備バッファメモリとして機能させて残存データを格納する。その後、順次、ホスト装置から受信した記録データを第2バッファメモリ38bに格納していき、第2バッファメモリ38bがFULL状態となったときには第1バッファメモリ38aを予備バッファメモリとして機能させて残存データを格納する。図3においては、第1バッファメモリ38aが受信データでFULL状態となった後に、ホスト装置が待機状態からリセット状態に移行する前に残存データを第2バッファメモリ38bに格納する様子が示されている。   Here, as a spare area of the buffer memory 38, for example, as shown in FIG. 3, two buffer memories 38 are prepared as a first buffer memory 38a and a second buffer memory 38b. It can be configured by switching. That is, first, the recording data received from the host device is stored in the first buffer memory 38a, and when the first buffer memory 38a is in the FULL state, the second buffer memory 38b is made to function as a spare buffer memory to store the remaining data. To do. Thereafter, the recording data received from the host device is sequentially stored in the second buffer memory 38b. When the second buffer memory 38b is in the FULL state, the first buffer memory 38a is made to function as a spare buffer memory and the remaining data is stored. Is stored. FIG. 3 shows how the remaining data is stored in the second buffer memory 38b before the host device shifts from the standby state to the reset state after the first buffer memory 38a enters the FULL state with the received data. Yes.

また、バッファメモリ38の予備領域としては、図4に示されるように、単一のバッファメモリ38の領域を論理的あるいは仮想的に2つに分割し、これらをバッファメモリ38a及び予備バッファメモリ38bとすることもできる。図中一点鎖線が、両メモリ領域の境界を示す。図4においては、バッファメモリ38aがFULL状態となった後に、ホスト装置が待機状態からリセット状態に移行する前に残存データを予備バッファメモリ38bに格納する様子が示されている。   Further, as shown in FIG. 4, the spare area of the buffer memory 38 is divided into two areas of a single buffer memory 38 logically or virtually, and these are divided into a buffer memory 38a and a spare buffer memory 38b. It can also be. A one-dot chain line in the figure indicates a boundary between both memory areas. FIG. 4 shows how the remaining data is stored in the spare buffer memory 38b before the host device shifts from the standby state to the reset state after the buffer memory 38a enters the FULL state.

以上のようにして、ホスト装置に対して残存データを要求し、これをバッファメモリ38に格納して、システムコントローラ32は当該ライトコマンドの完了通知をホスト装置に送信する(S110)。これにより、ホスト装置側の待機状態を中断することができる。その後、光ディスク10への記録動作が完了し、再びホスト装置からの次のコマンド待ち状態となる。   As described above, the remaining data is requested from the host device, stored in the buffer memory 38, and the system controller 32 transmits a write command completion notice to the host device (S110). Thereby, the standby state on the host device side can be interrupted. Thereafter, the recording operation on the optical disk 10 is completed, and the next command from the host device is again waited for.

本実施形態では、予備のバッファメモリに残存データを格納することでホスト装置の待機状態を中断することができるので、バッファメモリ38自体の容量は任意に設定できる。   In this embodiment, the standby state of the host device can be interrupted by storing the remaining data in the spare buffer memory, so that the capacity of the buffer memory 38 itself can be set arbitrarily.

実施形態に係る光ディスク装置の全体構成図である。1 is an overall configuration diagram of an optical disc device according to an embodiment. 実施形態の処理フローチャートである。It is a processing flowchart of an embodiment. 予備バッファメモリの説明図である。It is explanatory drawing of a reserve buffer memory. 他の予備バッファメモリの説明図である。It is explanatory drawing of another spare buffer memory. バッファメモリへのデータ格納説明図(その1)である。It is data storage explanatory drawing (the 1) to a buffer memory. バッファメモリへのデータ格納説明図(その2)である。It is data storage explanatory drawing (the 2) to a buffer memory.

符号の説明Explanation of symbols

10 光ディスク、16 光ピックアップ、32 システムコントローラ、38 バッファメモリ。   10 optical disk, 16 optical pickup, 32 system controller, 38 buffer memory.

Claims (4)

所定の最小記録データ量で光ディスクにデータを記録する光ディスク装置であって、
外部装置から供給されたデータを一時記憶するバッファメモリと、
予備バッファメモリと、
前記バッファメモリの空き領域が前記外部装置から供給されたデータの全てを格納するに必要な容量を有さずにFULL状態と判定された場合に、前記外部装置が待機状態から時間切れ状態に移行する前に前記外部装置から残りのデータを受信して前記予備バッファメモリに格納して前記外部装置に記録完了を送信する制御手段と、
を有することを特徴とする光ディスク装置。
An optical disc apparatus for recording data on an optical disc with a predetermined minimum recording data amount,
A buffer memory for temporarily storing data supplied from an external device;
Spare buffer memory,
When the free area of the buffer memory does not have a capacity required to store all of the data supplied from the external device and is determined to be in a FULL state, the external device shifts from a standby state to a time-out state. Control means for receiving the remaining data from the external device before storing, storing it in the spare buffer memory, and transmitting recording completion to the external device;
An optical disc apparatus comprising:
請求項1記載の装置において、
時間を計測するタイマと、
を有し、前記制御手段は、前記バッファメモリがFULL状態と判定されたときに前記タイマをスタートさせ、前記タイマが前記外部装置の前記待機状態から前記時間切れ状態への移行時間に応じて設定された所定時間に達したときに前記外部装置から前記残りのデータを受信して前記予備バッファメモリに格納する
ことを特徴とする光ディスク装置。
The apparatus of claim 1.
A timer for measuring time,
And the control means starts the timer when the buffer memory is determined to be in a FULL state, and the timer is set according to a transition time from the standby state to the time-out state of the external device. When the predetermined time is reached, the remaining data is received from the external device and stored in the spare buffer memory.
請求項1、2のいずれかに記載の装置において、
前記バッファメモリ及び前記予備バッファメモリは、単一のバッファメモリの領域を論理的に分割して構成されることを特徴とする光ディスク装置。
The apparatus according to claim 1,
The optical disk apparatus, wherein the buffer memory and the spare buffer memory are configured by logically dividing a single buffer memory area.
請求項1、2のいずれかに記載の装置において、
前記バッファメモリ及び前記予備バッファメモリは、個別の第1バッファメモリ及び第2バッファメモリを交互に切り替えて構成されることを特徴とする光ディスク装置。
The apparatus according to claim 1,
The optical disk apparatus according to claim 1, wherein the buffer memory and the spare buffer memory are configured by alternately switching individual first buffer memories and second buffer memories.
JP2004287889A 2004-09-30 2004-09-30 Optical disk system Pending JP2006099917A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004287889A JP2006099917A (en) 2004-09-30 2004-09-30 Optical disk system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004287889A JP2006099917A (en) 2004-09-30 2004-09-30 Optical disk system

Publications (1)

Publication Number Publication Date
JP2006099917A true JP2006099917A (en) 2006-04-13

Family

ID=36239537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004287889A Pending JP2006099917A (en) 2004-09-30 2004-09-30 Optical disk system

Country Status (1)

Country Link
JP (1) JP2006099917A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033538A (en) * 2006-07-27 2008-02-14 Fujitsu Ten Ltd Data transfer controller, and electronic apparatus
WO2010001561A1 (en) * 2008-07-01 2010-01-07 パナソニック株式会社 Recording and reproduction device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008033538A (en) * 2006-07-27 2008-02-14 Fujitsu Ten Ltd Data transfer controller, and electronic apparatus
WO2010001561A1 (en) * 2008-07-01 2010-01-07 パナソニック株式会社 Recording and reproduction device
CN102077285A (en) * 2008-07-01 2011-05-25 松下电器产业株式会社 Recording and reproduction device

Similar Documents

Publication Publication Date Title
US8009538B2 (en) Information recording method, information recording apparatus, information recording program and recording medium storing information recording program
KR100884784B1 (en) Optical disk drive and method for recording data
JP2008262697A (en) Information storage medium and reproduction device
KR100676836B1 (en) Optical disc device
KR100726896B1 (en) Optical disc device
JP2010055663A (en) Optical disk device
US9076460B2 (en) Multiple layer optical disc, and device for writing such disc
TWI223233B (en) Optical disk drive with increased recording efficiency
US7149164B2 (en) Optical disc apparatus for processing data according to different optical disc standards to achieve higher recording density
JP4258332B2 (en) Optical disk device
JP2001176204A (en) Optical information recording and reproducing device
JP2006099917A (en) Optical disk system
JP4063139B2 (en) Disk unit
US7023774B2 (en) Optical disc device capable of recording or reading with high efficiency
JP2004185656A (en) Information destruction method, program and recording medium, and information recorder
US20050010721A1 (en) Method of transferring data for efficiently using drive apparatus
JP2009076145A (en) Disk device and information processing system including the same
JP2008198259A (en) Optical disk device
JP2003272310A (en) Optical disk device