JP3046911B2 - Data writing method and apparatus - Google Patents

Data writing method and apparatus

Info

Publication number
JP3046911B2
JP3046911B2 JP6159972A JP15997294A JP3046911B2 JP 3046911 B2 JP3046911 B2 JP 3046911B2 JP 6159972 A JP6159972 A JP 6159972A JP 15997294 A JP15997294 A JP 15997294A JP 3046911 B2 JP3046911 B2 JP 3046911B2
Authority
JP
Japan
Prior art keywords
data
recording medium
index
writing
written
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 - Lifetime
Application number
JP6159972A
Other languages
Japanese (ja)
Other versions
JPH0831155A (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.)
PFU Ltd
Original Assignee
PFU Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by PFU Ltd filed Critical PFU Ltd
Priority to JP6159972A priority Critical patent/JP3046911B2/en
Publication of JPH0831155A publication Critical patent/JPH0831155A/en
Application granted granted Critical
Publication of JP3046911B2 publication Critical patent/JP3046911B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)
  • Management Or Editing Of Information On Record Carriers (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は複数のデータをそれぞれ
決められた異なる記録媒体へ書き込むデータ書き込み方
法及び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data writing method and apparatus for writing a plurality of data on different recording media.

【0002】近年,パソコン,ワードプロセッサ,ワー
クステーション,端末等の情報処理装置が広く利用され
ている。このような情報処理装置は,同じ機種の場合は
同じプログラムやデータが利用されている。そして,新
たなプログラムを開発した場合や,以前のプログラムの
改訂を行った場合,または新たにデータを作成または更
新した場合等には,同じ機種の情報処理装置の利用者に
利用してもらうためにそれらのデータを書き込んだフレ
キシブルディスク(FD)等の記録媒体を多数製作する
必要がある。
[0002] In recent years, information processing apparatuses such as personal computers, word processors, workstations, and terminals have been widely used. Such information processing apparatuses use the same programs and data in the case of the same model. When a new program is developed, a previous program is revised, or new data is created or updated, users of the same type of information processing device can use it. It is necessary to manufacture a large number of recording media such as a flexible disk (FD) in which such data is written.

【0003】このような記録媒体を生産する場合,多数
のデータを個別の記録媒体にそれぞれ対応付けて書き込
む作業が行われるが,効率的に行うことが望まれてい
る。
When such a recording medium is produced, an operation of writing a large number of data in association with each individual recording medium is performed, and it is desired to efficiently perform the operation.

【0004】[0004]

【従来の技術】従来は,プログラム等のデータを書き込
んだ記録媒体を生産する場合,元となるデータを用いて
記録媒体へコピーする作業が行われ,図9に示すような
方法があった。
2. Description of the Related Art Conventionally, when producing a recording medium on which data such as a program is written, an operation of copying to a recording medium using original data has been performed, and there has been a method as shown in FIG.

【0005】図9は従来例の説明図である。図9の
(a)はマスターリード方式と呼ばれる。この方式の構
成は,パソコン等のホスト80にフレキシブルディスク
(以下,FDという)用のドライブA,ドライブBが接
続されている。予め,プログラム等のデータが,マスタ
ーFDとして複数枚用意されている。この場合,各FD
に異なる種類のマスターデータが書き込まれているもの
とする。このマスターFDの1枚をドライブAにセット
し,他方のドライブBにコピーFDをセットして,ホス
トの制御により,ドライブAに対しレコード単位でデー
タを読み込ませてホストのバッファ81に書き込む。
FIG. 9 is an explanatory diagram of a conventional example. FIG. 9A is called a master read system. In this configuration, drives A and B for a flexible disk (hereinafter referred to as FD) are connected to a host 80 such as a personal computer. A plurality of data such as programs are prepared in advance as the master FD. In this case, each FD
Are written with different types of master data. One of the master FDs is set in the drive A, and the copy FD is set in the other drive B. Under the control of the host, the drive A reads data in record units and writes the data into the buffer 81 of the host.

【0006】続いて,そのバッファ81のレコードをド
ライブBに出力してコピーFDへの書き込みを行わせ
る。以下,ドライブAにセットされたマスターFDの各
レコードが順番に読み込まれて,ドライブBにセットさ
れたコピーFDに順番に書き込まれる。書き込みが完了
したコピーFDには,内容または種類を表すラベルが貼
られる。例えば,FDが5枚1組のソフトパッケージの
場合,各マスターFDを取り替えると,それに合わせて
コピーFDも別のものに変えて,同じ処理を繰り返すこ
とにより5枚のコピーFDを作成することができる。
Subsequently, the record in the buffer 81 is output to the drive B, and the writing to the copy FD is performed. Hereinafter, each record of the master FD set in the drive A is sequentially read and written in the copy FD set in the drive B in order. A label indicating the content or type is affixed to the copy FD for which writing has been completed. For example, when the FD is a set of five software packages, when each master FD is replaced, the copy FD is changed to another one and the same process is repeated to create five copy FDs. it can.

【0007】図9の(b)はダウンロード方式と呼ばれ
る。この方式は,ホスト82,ディスクファイル83及
びドライブ84とで構成され,ディスクファイル83に
は,予め作成されたプログラム等のデータ(マスターデ
ータ)が,コピーFDの種別に対応して書き込まれる各
データD1,D2,D3・・・がファイル内の各位置
,,・・・に格納されており,例えばデータD1
は一つのコピーFDへ書き込まれ,データD2は別のコ
ピーFDに書き込まれる。
FIG. 9B is called a download method. This method includes a host 82, a disk file 83, and a drive 84. In the disk file 83, data (master data) such as a program created in advance is written in accordance with each type of copy FD. D1, D2, D3,... Are stored at each position in the file,.
Is written to one copy FD, and the data D2 is written to another copy FD.

【0008】このディスクファイル83のデータをコピ
ーFDに書き込む場合,予めホスト82に対しFD毎に
書き込むデータを選択するスケジューリングを行う。例
えば,第1のコピーFDには,,,を書き込み,
第2のコピーFDには,のデータを書き込むという
ようにスケジューリングされ,コピーFDをドライブ8
4にセットして,ホスト82に第1のコピーFDを作成
する指示をすると,スケジューリングに従って,データ
D1に属する,,をディスクファイル83から読
み込んで,ドライブ84で書き込みが行われる。この処
理を各コピーFDの種別毎に実行することにより,各種
別のコピーFDを作成することができる。このように作
成された各FDには種類別に異なるラベルを張る作業が
行われる。
When writing the data of the disk file 83 to the copy FD, the host 82 is previously scheduled to select data to be written for each FD. For example, in the first copy FD, is written
The second copy FD is scheduled to write data, and the copy FD is stored in the drive 8.
4 and the host 82 is instructed to create the first copy FD, the data belonging to the data D1 is read from the disk file 83 and written by the drive 84 according to the scheduling. By executing this process for each type of copy FD, various types of copy FD can be created. An operation of applying a different label to each FD created in this manner for each type is performed.

【0009】[0009]

【発明が解決しようとする課題】上記した従来のマスタ
ーリード方式によれば,FDへの書き込みデータのスケ
ジューリング(順番管理)を行う必要はないが,1レコ
ード単位でマスターFDからの読み込みとコピーFDへ
の書き込みを行うために時間がかかるという問題があ
る。
According to the above-mentioned conventional master read method, it is not necessary to perform scheduling (order management) of write data to the FD, but it is necessary to read from the master FD and copy FD in units of one record. There is a problem that it takes a long time to write data into the memory.

【0010】また,上記従来のダウンロード方式によれ
ば,予めFD毎に書き込みデータを選択するスケジュー
リング作業が必要であり,そのための時間と手間がかか
る点に問題がある。また,マスターデータをディスクフ
ァイルに登録する場合に,1つの商品(例えば,一つの
ソフトパッケージ)毎に登録を行う必要があり,登録に
時間がかかるという問題もあった。
[0010] Further, according to the above-mentioned conventional download method, there is a problem in that a scheduling operation for selecting write data for each FD in advance is required, which takes time and effort. In addition, when registering master data in a disk file, it is necessary to perform registration for each product (for example, one software package), and there is a problem that registration takes time.

【0011】さらに,何れの方式の場合も,コピーFD
に種類の異なるラベルを貼って,そのラベルと書き込む
データが一致するようにしなければならないために,誤
ってラベルを貼らないために手間がかかっている。
Further, in either case, the copy FD
Since it is necessary to apply different types of labels to each other so that the label and the data to be written coincide with each other, it is troublesome to avoid accidentally applying the labels.

【0012】本発明は時間と手間をかけないで効率的に
記録媒体にデータを書き込むことができるデータ書き込
み方法及び装置を提供することを目的とする。
An object of the present invention is to provide a data writing method and apparatus capable of efficiently writing data to a recording medium without taking time and effort.

【0013】[0013]

【課題を解決するための手段】図1は本発明の原理構成
図,図2は標識の説明図である。図1において,1は記
録媒体,1aは記録媒体の外部表面に表示された標識,
2は標識読み取り手段,3は処理装置,4はファイル格
納部,5は書き込みデータを保持する書き込みデータ保
持手段,6は記録媒体への書き込み及び読み出しを行う
記録媒体駆動手段である。
FIG. 1 is a diagram showing the principle of the present invention, and FIG. 2 is an explanatory diagram of a sign. In FIG. 1, 1 is a recording medium, 1a is a sign displayed on the outer surface of the recording medium,
2 is a sign reading means, 3 is a processing device, 4 is a file storage unit, 5 is a write data holding means for holding write data, and 6 is a recording medium driving means for writing and reading to and from a recording medium.

【0014】本発明は書き込み前の記録媒体の外部に,
その記録媒体の種別または書き込まれるべき内容を表す
自動読取可能な標識を表示し,その標識を読み取ると,
読み取った標識に対応する1または複数のインデックス
を用いてファイルを検索して,検索されたデータを取り
出して記録媒体に書き込むものである。
According to the present invention, the recording medium before writing is
When an automatically readable sign indicating the type of the recording medium or the content to be written is displayed, and the sign is read,
The file is searched using one or a plurality of indices corresponding to the read sign, and the searched data is taken out and written to the recording medium.

【0015】[0015]

【作用】書き込み前の状態の記録媒体1の外部表面の一
部に予め,その記録媒体に書き込むべきデータの種別,
性質またはデータの意味合い(標識を構成する各文字に
より特定データ内の領域を表示する)等を表す標識1a
を直接またはラベルの上に表示しておく。標識としては
バーコード,文字,マーク等の自動読み取り可能なもの
を使用する。また,ファイル格納部4には,予め各記録
媒体別にインデックスが付与され,各データはそれぞれ
のインデックスと共に格納されている。
The type of data to be written to the recording medium beforehand on a part of the external surface of the recording medium before writing,
Marker 1a indicating the nature or the meaning of the data (the area in the specific data is indicated by each character constituting the mark)
Is displayed directly or above the label. As the sign, an automatically readable sign such as a bar code, a character, or a mark is used. The file storage unit 4 is provided with an index for each recording medium in advance, and each data is stored together with each index.

【0016】ここで,標識1aについて図2を用いて説
明する。図2のA.は標識1aがインデックスに対応し
ている例を示し,一つの標識に対し1つのインデックス
が対応したり,複数のインデックスが対応する場合とが
あり,例えば処理装置3に標識に対応してインデックス
の情報を格納したテーブルを備えることにより,これら
のインデックスが得られる。また,図2のB.は標識1
aに意味合いを持たせた例であり,標識を構成する「B
23 R 5 3」の各文字は,先頭の「B」がインデ
ックス情報の種類を表し,「23」が大ブロックの開始位
置, 「R」が選択の種類,「5」が小ブロックの開始位
置,「3」がデータの数というような意味を持ち,全体
で特定のデータ領域を意味し,このような標識の解読は
処理装置3において行われる。
Here, the marker 1a will be described with reference to FIG. A. of FIG. Indicates an example in which the marker 1a corresponds to an index. One index may correspond to one marker or a plurality of indexes may correspond to one marker. By providing a table storing information, these indexes can be obtained. In addition, FIG. Is sign 1
This is an example in which a has a meaning, and "B"
In each character of 23 R 53, the leading “B” indicates the type of index information, “23” is the start position of the large block, “R” is the type of selection, and “5” is the start position of the small block. , "3" has a meaning such as the number of data, and means a specific data area as a whole. Such a sign is decoded in the processing device 3.

【0017】書き込みを行う時に記録媒体1は標識読み
取り手段2において標識1aが読み取られる。標識読み
取り手段2で読み取った内容は処理装置3へ供給され
る。処理装置3は読み取った内容をそのままインデック
スとするか,または読み取った内容をテーブル等により
インデックス(1または複数個)を得るか,または標識
を構成する各文字・記号の意味合いを解読して得られた
インデックスの内の特定のデータ領域の表示を得て,得
られたインデックスまたはデータ領域の表示を用いて,
ファイル格納部4を検索する。処理装置3は,そのイン
デックスを持つデータ(1乃至複数個),または指示さ
れたデータ領域のデータを検出すると,検出された全て
のデータを読み取って編集した上で書き込みデータ保持
手段5へ格納する。
At the time of writing, the sign 1a is read from the recording medium 1 by the sign reading means 2. The content read by the sign reading means 2 is supplied to the processing device 3. The processing device 3 obtains the read content as an index as it is, obtains the read content as an index (one or more) using a table or the like, or decodes the meaning of each character / symbol constituting the sign. Obtain a representation of a particular data area within the index, and use the resulting index or representation of the data area to
The file storage unit 4 is searched. When detecting the data (one or more) having the index or the data in the designated data area, the processing device 3 reads and edits all the detected data and stores the data in the write data holding unit 5. .

【0018】記録媒体1が記録媒体駆動手段6にセット
されると,書き込みが開始され書き込みデータ保持手段
5に保持されたデータは全て記録媒体駆動手段6により
記録媒体1に書き込まれて,書き込み済記録媒体1’が
得られる。なお,この記録媒体1’の表面の一部に書き
込み済を表すマークを印刷するように構成することがで
きる。
When the recording medium 1 is set in the recording medium driving means 6, writing is started, and all the data held in the write data holding means 5 are written in the recording medium 1 by the recording medium driving means 6, and the data is written. A recording medium 1 'is obtained. It should be noted that a mark indicating that writing has been completed can be printed on a part of the surface of the recording medium 1 '.

【0019】なお,図1に示す構成は,ファイル格納部
4に記録媒体からマスターデータを格納する場合にも使
用する。その場合,記録媒体1には予めその記録媒体に
付与されたインデックスを表す標識1aが設定され,そ
の記録媒体1に付与されたインデックスに対応するデー
タ(マスターデータ)が記録されている。処理装置3が
データ格納の動作を指示すると,記録媒体1の標識1a
を標識読み取り手段2が読み取ると標識1aに設定され
た内容を基に,処理装置3において必要なインデックス
130を呼び出して保持し,その記録媒体1が記録媒体
駆動手段6にセットされると,記録媒体1のデータが読
み取られ,処理装置3は先に呼び出したインデックスと
組み合わせてファイル格納部4へ格納する。複数のマス
ターデータを持つ記録媒体1をこのようにファイル格納
部4へ格納することができる。
The configuration shown in FIG. 1 is also used when storing master data from a recording medium in the file storage unit 4. In this case, a mark 1a indicating an index assigned to the recording medium is set in advance on the recording medium 1, and data (master data) corresponding to the index assigned to the recording medium 1 is recorded. When the processing device 3 instructs the data storage operation, the indicator 1a of the recording medium 1
Is read by the sign reading means 2, the necessary index 130 is called and held in the processing device 3 based on the contents set in the sign 1 a, and when the recording medium 1 is set in the recording medium driving means 6, The data of the medium 1 is read, and the processing device 3 stores the data in the file storage unit 4 in combination with the previously called index. The recording medium 1 having a plurality of master data can be stored in the file storage unit 4 in this way.

【0020】[0020]

【実施例】図3は実施例1の説明図,図4はディスク装
置に格納されたデータ構成を示し,図5はインデックス
を表す各種の表示形式を示す。
FIG. 3 is an explanatory view of the first embodiment, FIG. 4 shows a data structure stored in a disk device, and FIG. 5 shows various display formats representing indexes.

【0021】図3のA.は実施例1の構成,B.は実施
例1の動作フローを示す。図3のA.において,10〜
15は図1の符号1〜6であらわす各手段または装置に
対応し,10は記録媒体であるFD(フレキシブルディ
スク),10aはインデックスを表すバーコード,11
はバーコードリーダ,12はCPU,メモリ,入出力装
置を含むホスト,13は大容量のハードディスク装置,
14は拡張メモリ,15はFDへの書き込みを行うドラ
イブである。
FIG. Is the configuration of the first embodiment; Shows the operation flow of the first embodiment. FIG. In, 10
Numeral 15 corresponds to each unit or device represented by reference numerals 1 to 6 in FIG.
Is a bar code reader, 12 is a host including a CPU, a memory, and an input / output device, 13 is a large-capacity hard disk device,
Reference numeral 14 denotes an extension memory, and 15 denotes a drive for writing to the FD.

【0022】この実施例1では,データが記録される前
のフレキシブルディスク(FD)10の外部の表面の一
部に,このFDに記録されるべき内容を表す標識として
バーコード10aに印刷されたラベルが貼られている。
In the first embodiment, a bar code 10a is printed on a part of the outer surface of the flexible disk (FD) 10 before data is recorded thereon, as a mark indicating the content to be recorded on the FD. Label is attached.

【0023】ここで,インデックスを表す各種の表示形
式を図5により説明する。図5にはフレキシブルディス
クの例が示され,A.は図3に示す実施例1と同じバー
コードで表示した場合,B.はOCR(Optical Charac
tar Reader) 用の文字で表示した場合,Cは白丸や黒丸
により“0”,“1”を表すビットマークで表示した場
合である。これらのA.〜C.の各表示形式は何れも読
み取り機構により自動読み取りが可能なものである。
Here, various display formats representing the index will be described with reference to FIG. FIG. 5 shows an example of a flexible disk. Is displayed in the same bar code as in the first embodiment shown in FIG. Is OCR (Optical Charac
In the case of displaying with characters for “Tar Reader”, C is the case of displaying with a bit mark representing “0” or “1” by white circles or black circles. These A. ~ C. Each of the display formats can be automatically read by a reading mechanism.

【0024】また,図3のハードディスク装置13に
は,図4に示すように予め各インデックス130とそれ
に対応する書き込みデータ131(プログラム等)がa
とA1,A2,bとB・・のように対となって格納さ
れ,一つのインデックスに対し1乃至複数の書き込みデ
ータが対応している。
As shown in FIG. 4, each hard disk drive 13 shown in FIG. 3 stores in advance each index 130 and its corresponding write data 131 (program, etc.).
., A1, A2, b and B..., And one or a plurality of write data correspond to one index.

【0025】実施例1の動作を図3のB.に示す処理フ
ローを参照しながら説明すると,最初にFD10のバー
コード10aを読み込む(図3のB.のS1)。これ
は,FD10をバーコードリーダ11の下を通過させる
ことにより行われ,読み取られたデータ(複数の文字ま
たは記号)はホスト12へ供給される。ホスト12はこ
のデータをテーブル(図示せず)を用いてインデックス
へ変換する(上記図2のA.の場合)。
The operation of the first embodiment will be described with reference to FIG. Referring to the processing flow shown in FIG. 3, first, the barcode 10a of the FD 10 is read (S1 in FIG. 3B). This is performed by passing the FD 10 under the barcode reader 11, and the read data (a plurality of characters or symbols) is supplied to the host 12. The host 12 converts this data into an index using a table (not shown) (in the case of A in FIG. 2).

【0026】ホスト12はこのインデックスを用いてハ
ードディスク装置13を検索する(同S2)。検索され
るとそのインデックスに対応する書き込みデータを読み
取って,編集をして拡張メモリ14へ格納する(同S
3)。一方,バーコード10aが読み取られたFD10
がドライブ15へセットされると,ドライブ15は拡張
メモリ14に格納された書き込みデータをFD10に書
き込む(同S4)。
The host 12 searches the hard disk drive 13 using the index (S2). When searched, the write data corresponding to the index is read, edited, and stored in the extended memory 14 (S
3). On the other hand, the FD 10 where the bar code 10a is read
Is set to the drive 15, the drive 15 writes the write data stored in the extension memory 14 to the FD 10 (S4).

【0027】なお,上記図2のB.に示す標識を使用す
る場合は,図3のB.のステップS2において,ホスト
12は読み込んだ標識の各文字を解読することにより,
特定のインデックスのデータ領域を表すデータを得て,
ハードディスク装置13から対応するデータを取り出す
処理を行う。
It should be noted that FIG. When the marker shown in FIG. In step S2, the host 12 decodes each character of the read sign to obtain
Obtain the data representing the data area of the specific index,
A process of extracting corresponding data from the hard disk device 13 is performed.

【0028】書き込みが終了すると,FD10はドライ
ブ15から取り出される。この後,別の書き込み前のF
D10のバーコード10aを読み取って,前のFD10
と異なるバーコードが読みとられると,ホスト12は対
応するインデックスを検出してハードディスク装置13
からそのインデックスで検索を行い,対応する書き込み
データを読み出して拡張メモリ14へ格納し,ドライブ
15でそのFD10に拡張メモリ14のデータを書き込
む動作を行う。
When the writing is completed, the FD 10 is taken out of the drive 15. After this, another F before writing
Read the bar code 10a of D10, and
When a different bar code is read, the host 12 detects the corresponding index and detects the corresponding index.
Then, the search is performed using the index, the corresponding write data is read and stored in the extension memory 14, and the drive 15 writes the data of the extension memory 14 into the FD 10.

【0029】図6は実施例2の説明図であり,A.は実
施例2の構成図,B.は実施例2の処理フローである。
この実施例2は,マスターデータが記録された記録媒体
にインデックスを表す標識を印刷するか,印刷したラベ
ルを貼って,その記録データをディスク装置に登録する
ための構成である。
FIG. 6 is an explanatory diagram of the second embodiment. Is a block diagram of the second embodiment; Is a processing flow of the second embodiment.
In the second embodiment, a mark indicating an index is printed or a printed label is attached to a recording medium on which master data is recorded, and the recorded data is registered in a disk device.

【0030】図6のA.において,20はマスターデー
タが書き込まれたFDであり,20aにマスターデータ
の内容に対応するバーコードが付与されている。21〜
25は上記実施例1の構成(図3のA.参照)の各符号
11〜15と同様の名称であるが,以下の動作説明で示
すうように機能の点が実施例1と異なる装置がある。
FIG. In the figure, reference numeral 20 denotes an FD on which master data is written, and a bar code corresponding to the content of the master data is added to 20a. 21-
Reference numeral 25 denotes the same name as each of the reference numerals 11 to 15 in the configuration of the first embodiment (see A in FIG. 3). However, as shown in the following description of the operation, an apparatus having a different function from the first embodiment is used. is there.

【0031】図6のA.を参照しながらB.を説明する
と,最初にマスターデータが記録されたFD20のバー
コード20aをバーコードリーダ21の下を通過させて
FDのバーコードを読み込む(図6のB.のS1)。ホ
スト22は,読み込んだコードに基づいて対応するイン
デックス情報を発生してディスク装置23に格納する
(同S2)。この場合,バーコードに対応して1または
複数のインデックスを発生する。一方,FD20をドラ
イブ25にセットして,FDのデータを読み込んで拡張
メモリ24に格納する(同S3)。次に拡張メモリから
ディスク装置23のデータ領域(先に書き込んだインデ
ックス情報と対応付ける領域)に登録する(同S4)。
FIG. While referring to B. First, the bar code 20a of the FD 20 on which the master data is recorded is passed under the bar code reader 21 to read the bar code of the FD (S1 in FIG. 6B). The host 22 generates the corresponding index information based on the read code and stores it in the disk device 23 (S2). In this case, one or more indexes are generated corresponding to the barcode. On the other hand, the FD 20 is set in the drive 25, and the data of the FD is read and stored in the extension memory 24 (S3). Next, the data is registered in the data area (area associated with the previously written index information) of the disk device 23 from the extended memory (S4).

【0032】このようにして,マスターデータが記録さ
れた多数のFDのデータをディスク装置23にそれぞれ
のインデックスと共に登録することができ,図5に示す
ような形式で各データが格納される。この登録された各
マスタデータを用いて上記実施例1(図2)の構成によ
り書き込み前のFDにインデックスに対応したデータを
書き込むことができる。
In this manner, a large number of FD data on which master data is recorded can be registered in the disk device 23 together with the respective indexes, and each data is stored in a format as shown in FIG. Using the registered master data, data corresponding to the index can be written to the FD before writing by the configuration of the first embodiment (FIG. 2).

【0033】図7は実施例3の説明図であり,図7の
A.は実施例3の構成図,B.及びC.はそれぞれFD
への異なる印字内容を表す。この実施例3では,上記実
施例1の構成に対してホストにより制御される印字部が
追加されている点で相違する。すなわち,図3と同様に
10はFD,11はバーコードリーダ11,12はホス
ト(またはパソコン),13はハードディスク装置,1
4は拡張メモリ,15a,15bはドライブであり,2
台あるのは書き込みを複数個のFDに対して平行に行う
ためである。16はこの実施例3で付加された印字部で
ある。
FIG. 7 is an explanatory view of the third embodiment. Is a block diagram of the third embodiment; And C.I. Is FD
Represents different print contents. The third embodiment is different from the first embodiment in that a printing unit controlled by a host is added. That is, as in FIG. 3, 10 is an FD, 11 is a barcode reader 11, 12 is a host (or personal computer), 13 is a hard disk drive,
4 is an extended memory, 15a and 15b are drives, 2
The reason is that writing is performed in parallel to a plurality of FDs. Reference numeral 16 denotes a printing unit added in the third embodiment.

【0034】本発明では,書き込み前の記録媒体にバー
コード等の標識を印刷してその標識に対応したデータを
書き込むため,書き込みが終了した記録媒体と書き込み
前の記録媒体の区別がつかなくなる場合があるので,書
き込みが終了した記録媒体の表面に書き込みが完了した
ことを表示する印刷を行うものである。
In the present invention, since a mark such as a bar code is printed on a recording medium before writing and data corresponding to the mark is written, it is impossible to distinguish between the recording medium after writing and the recording medium before writing. Therefore, printing that indicates that writing has been completed is performed on the surface of the recording medium on which writing has been completed.

【0035】記録媒体としてFD10を用いた場合,上
記実施例1と同様の動作により拡張メモリ14のデータ
がドライブ15aまたは15bで書き込みが行われる
と,そのFD10を印字部16へ移して印字を行う。
When the FD 10 is used as a recording medium, if data in the extension memory 14 is written in the drive 15a or 15b by the same operation as in the first embodiment, the FD 10 is moved to the printing unit 16 for printing. .

【0036】この場合の印字内容の例を図7のB.と
C.に示す。B.の例は,インデックスを表すバーコー
ドに隣接する位置に書き込み済を表示するために,バー
コード,英数字(OCR),またはビットマーク等を印
字する。この場合はインデックスを表す標識と同時に,
記録状態の機械読み取りが可能となる。C.の例は,書
き込み完了を表す「完」の文字を印字部16で印字する
か,書き込み前のFDの表面に文字(例えば,「未
完」)を印刷しておき,書き込みが終了した後,その文
字を印字部16で消去文字(例えば,■の文字)の印字
により塗り潰す方法である。
An example of the print contents in this case is shown in FIG. And C. Shown in B. In the example, a barcode, an alphanumeric character (OCR), a bit mark, or the like is printed in order to indicate that writing has been completed at a position adjacent to the barcode representing the index. In this case, at the same time as the indicator indicating the index,
Machine reading of the recorded state becomes possible. C. In the example, the character “complete” indicating the completion of writing is printed by the printing unit 16 or a character (for example, “unfinished”) is printed on the surface of the FD before writing, and after the writing is completed, This is a method in which characters are painted out by printing the erased characters (for example, the character of ■) by the printing unit 16.

【0037】次に図8は大量の記録媒体にデータを書き
込むシステムの構成図を示す。図8において,70はホ
スト,71は書き込み前の大量の記録媒体(FDとす
る)が格納される媒体供給部,72はバーコードリー
ダ,73,74はドライブ,75は印字部,76は書き
込みが完了したFDが収納される媒体収納部,77はベ
ルトコンベア,78はベルトコンベアに載せられたF
D,79は制御部や操作部及びシステム全体を支える機
構が収納された筺体,80は制御部,81は指示を入力
するキーボード等を含む操作部である。
FIG. 8 is a block diagram of a system for writing data to a large amount of recording media. In FIG. 8, 70 is a host, 71 is a medium supply unit for storing a large amount of recording media (FD) before writing, 72 is a barcode reader, 73 and 74 are drives, 75 is a printing unit, and 76 is a writing unit. Is a medium storage unit for storing the FD for which the completion has been completed, 77 is a belt conveyor, and 78 is an F mounted on the belt conveyor.
D and 79 are housings in which a control unit, an operation unit, and a mechanism for supporting the entire system are stored, 80 is a control unit, and 81 is an operation unit including a keyboard for inputting instructions.

【0038】図8のホスト70は,パソコン70a,デ
ィスク装置70b及び拡張メモリ70cを備え,これら
の各装置とバーコードリーダ72,ドライブ73,74
の構成は上記実施例3(図6)の11〜16による構成
と同様である。
The host 70 shown in FIG. 8 includes a personal computer 70a, a disk device 70b, and an extended memory 70c, and these devices are connected to a bar code reader 72, drives 73, 74.
Is the same as that of the third embodiment (FIG. 6) according to 11-16.

【0039】媒体供給部71には,予め書き込み前の各
FDの群に,それぞれ書き込みを行いたい内容に対応す
る標識(バーコード等)が印刷されたラベルに貼られて
いる。また,ホスト70のディスク装置70bには,図
6に示す動作によりバーコードのラベルが貼られた複数
のマスターデータを記録したFDから,データが読み込
まれて多数の種類のマスターデータが登録されている。
In the medium supply unit 71, a label (bar code or the like) corresponding to the content to be written is affixed to a label on each FD group before writing, in advance. In the disk device 70b of the host 70, data is read from the FD in which a plurality of master data labeled with a barcode is recorded by the operation shown in FIG. 6, and many types of master data are registered. I have.

【0040】操作部81を制御して動作を開始すると,
制御部80がベルトコンベア77を駆動する。これによ
り,媒体供給部71の先頭に重ねられたFD群の下側か
ら1枚ずつFDが取り出されて,バーコードリーダ72
を通過すると,バーコードが読み取られる。そのバーコ
ードにより表すインデックスがパソコン70aへ入力さ
れると,パソコン70aは上記実施例1と同様の動作に
よりディスク装置70bから対応するデータを取り込
み,拡張メモリ70cに格納する。バーコードが読み取
られたFDがドライブ73へ到着すると,ドライブ73
は拡張メモリ70c格納されたデータを書き込む。ドラ
イブ74はドライブ73と同じバーコードを持つFDに
対し,ドライブ73と平行して書き込みを行う。
When the operation is started by controlling the operation unit 81,
The control unit 80 drives the belt conveyor 77. As a result, FDs are taken out one by one from the lower side of the FD group superimposed on the head of the medium supply unit 71 and
After passing through, the barcode is read. When the index represented by the barcode is input to the personal computer 70a, the personal computer 70a fetches the corresponding data from the disk device 70b by the same operation as in the first embodiment and stores it in the extension memory 70c. When the FD from which the barcode has been read arrives at the drive 73, the drive 73
Writes the data stored in the extension memory 70c. The drive 74 writes data in the FD having the same barcode as the drive 73 in parallel with the drive 73.

【0041】データの書き込みが終了したFDは,ベル
トコンベア77を移動して印字部75に達すると,上記
図7に説明した何れかの形式で印字を行い,印字が終了
したFDは次に媒体収納部76へ運ばれて下側から順番
に上へ押し上げる形で収納される。
When the FD on which data has been written is moved to the belt conveyor 77 and reaches the printing unit 75, printing is performed in any of the formats described with reference to FIG. It is carried to the storage part 76 and stored in the form of being pushed up from the lower side in order.

【0042】[0042]

【発明の効果】本発明によれば多数の記録媒体に多種の
プログラム等のデータを書き込む作業を正確且つ効率的
に行うことができ大量のデータが書き込まれた記録媒体
を作成することができる。また,マスターデータの記録
とそのデータを複写した記録媒体の作成を効率良く連携
して実行することができる。
According to the present invention, the operation of writing data such as various types of programs on a large number of recording media can be performed accurately and efficiently, and a recording medium on which a large amount of data has been written can be created. Further, the recording of the master data and the creation of the recording medium on which the data is copied can be efficiently executed in cooperation with each other.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】標識の説明図である。FIG. 2 is an explanatory diagram of a sign.

【図3】実施例1の説明図である。FIG. 3 is an explanatory diagram of the first embodiment.

【図4】ディスク装置に格納されたデータ構成を示す図
である。
FIG. 4 is a diagram showing a data configuration stored in a disk device.

【図5】インデックスを表す各種の表示形式を示す図で
ある。
FIG. 5 is a diagram showing various display formats representing indexes.

【図6】実施例2の説明図である。FIG. 6 is an explanatory diagram of a second embodiment.

【図7】実施例3の説明図である。FIG. 7 is an explanatory diagram of a third embodiment.

【図8】大量の記録媒体にデータを書き込むシステムの
構成図である。
FIG. 8 is a configuration diagram of a system for writing data to a large amount of recording media.

【図9】従来例の説明図である。FIG. 9 is an explanatory diagram of a conventional example.

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

1 記録媒体 1a 記録媒体外部表面に表示された標識 2 標識読み取り手段 3 処理装置 4 ファイル格納部 5 書き込みデータ保持手段 6 記録媒体駆動手段 DESCRIPTION OF SYMBOLS 1 Recording medium 1a Mark displayed on the outer surface of the recording medium 2 Mark reading means 3 Processing device 4 File storage unit 5 Write data holding means 6 Recording medium driving means

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G11B 27/00 - 27/10 G11B 19/02 G11B 23/36 - 23/40 G11B 17/22 - 17/30 G11B 15/68 G06F 17/00 G06F 7/00 G06F 12/00 ──────────────────────────────────────────────────続 き Continued on the front page (58) Fields surveyed (Int. Cl. 7 , DB name) G11B 27/00-27/10 G11B 19/02 G11B 23/36-23/40 G11B 17/22-17 / 30 G11B 15/68 G06F 17/00 G06F 7/00 G06F 12/00

Claims (6)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 複数のデータをそれぞれ決められた異な
る記録媒体へ書き込むデータ書き込み方法において,処
理装置に接続するファイル格納部にインデックスと書き
込むべきデータとを格納し,書き込み前の記録媒体の外
側部分に自動読み取り可能な前記インデックスに対応す
る標識を付し,前記記録媒体の前記標識を読み取って,
該標識に対応するインデックスが付与された1または複
数のデータを前記ファイル格納部から取り出して任意に
編成して記録媒体へ書き込むことを特徴とするデータ書
き込み方法。
In a data writing method for writing a plurality of data to different recording media determined respectively, an index and data to be written are stored in a file storage unit connected to a processing device, and an outer portion of the recording medium before writing is stored. A label corresponding to the index that is automatically readable, and reading the label on the recording medium,
A data writing method, wherein one or a plurality of data to which an index corresponding to the indicator is added are taken out from the file storage unit, arbitrarily organized, and written on a recording medium.
【請求項2】 請求項1において,前記データ書き込み
が完了すると,該書き込みが完了した記録媒体の外部に
書き込完了を表す印字を行うことを特徴とするデータ書
き込み方法。
2. The data writing method according to claim 1, wherein when the writing of the data is completed, printing indicating the completion of the writing is performed outside the recording medium on which the writing is completed.
【請求項3】 請求項1において,マスターデータが書
き込まれた各記録媒体の外側部分に自動読み取り可能な
標識を付し,前記標識を読み取って得られたデータに対
応するインデックスを前記ファイル格納部へ書き込み,
続いて前記マスターデータが書き込まれた記録媒体のデ
ータを読み出して,該データを前記ファイル格納部に前
記書き込み済のインデックスと対応付けて格納すること
を特徴とするデータ書き込み方法。
3. The file storage unit according to claim 1, wherein an externally readable marker is attached to an outer portion of each recording medium on which the master data is written, and an index corresponding to data obtained by reading the marker is stored in the file storage unit. Write to
A data writing method comprising: reading data on a recording medium on which the master data is written; and storing the data in the file storage unit in association with the written index.
【請求項4】 請求項1乃至3の何れかにおいて,前記
記録媒体に付される標識は,バーコード,OCR用文字
またはビットマークの何れか一つを印字したものであ
り,且つこの標識により意味合いを持たせたことを特徴
とするデータ書き込み方法。
4. A mark according to claim 1, wherein the mark attached to the recording medium is one of a barcode, an OCR character, and a bit mark printed thereon. A data writing method characterized by having a meaning.
【請求項5】 複数のデータをそれぞれ決められた異な
る記録媒体へ書き込むデータ書き込み装置において,外
部表面にインデックスを表す標識が付された書き込み前
の記録媒体を備え,前記記録媒体の標識を読み取る標識
読み取り手段と,予めインデックスに対応した書き込み
データが多数格納されたファイル格納部と,前記記録媒
体への書き込みを行う記録媒体駆動手段と,各部の動作
を制御する処理装置とを備え,前記記録媒体の標識を前
記標識読み取り手段により読み取ると,処理装置は読み
取ったデータを基にインデックスを得て,該インデック
スにより前記ファイル格納部を検索して,検索された書
き込みデータを前記記録媒体駆動手段により前記記録媒
体へ書き込むことを特徴とするデータ書き込み装置。
5. A data writing apparatus for writing a plurality of data to different recording media, each of which has a recording medium before writing with an index indicating an index on an external surface, wherein the index is read from the recording medium. The recording medium comprising: a reading unit; a file storage unit in which a large number of write data corresponding to an index is stored in advance; a recording medium driving unit for writing to the recording medium; and a processing device for controlling the operation of each unit. When the sign is read by the sign reading means, the processing device obtains an index based on the read data, searches the file storage unit by the index, and writes the searched write data by the recording medium driving means. A data writing device for writing data on a recording medium.
【請求項6】 請求項5において,外部表面にインデッ
クスを表す標識が表示され,マスターデータが書き込ま
れた記録媒体を備え,前記標識読み取り手段により,前
記マスターデータが書き込まれた記録媒体を読み取る
と,前記処理装置はそのデータをインデックス情報とし
て前記ファイル格納部に格納し,前記記録媒体駆動手段
が前記マスターデータが書き込まれた記録媒体からデー
タを読み取ると,処理装置は前記ファイル格納部に前記
インデックス情報と対応付けてデータを格納することを
特徴とするデータ書き込み装置。
6. The recording medium according to claim 5, further comprising: a recording medium on which an index indicating an index is displayed on an external surface, wherein the recording medium on which the master data is written is read by the marker reading means. , The processing device stores the data as index information in the file storage unit, and when the recording medium drive reads data from the recording medium on which the master data is written, the processing device stores the index in the file storage unit. A data writing device for storing data in association with information.
JP6159972A 1994-07-12 1994-07-12 Data writing method and apparatus Expired - Lifetime JP3046911B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6159972A JP3046911B2 (en) 1994-07-12 1994-07-12 Data writing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6159972A JP3046911B2 (en) 1994-07-12 1994-07-12 Data writing method and apparatus

Publications (2)

Publication Number Publication Date
JPH0831155A JPH0831155A (en) 1996-02-02
JP3046911B2 true JP3046911B2 (en) 2000-05-29

Family

ID=15705202

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6159972A Expired - Lifetime JP3046911B2 (en) 1994-07-12 1994-07-12 Data writing method and apparatus

Country Status (1)

Country Link
JP (1) JP3046911B2 (en)

Also Published As

Publication number Publication date
JPH0831155A (en) 1996-02-02

Similar Documents

Publication Publication Date Title
US7315403B2 (en) Image data sorting system and method thereof
JPH03161873A (en) Electronic filing device having data base constructing function
JPH01282694A (en) Optical reading code and information transmitting method
EP0618582B1 (en) Information processing apparatus
JPH01197878A (en) Document control device
JPH09179870A (en) Electronic book system
JP3046911B2 (en) Data writing method and apparatus
US6771171B2 (en) Atomic virtual document generation and tagging
US5617560A (en) System for handling platform independent optical card by separating during a read and recombining during a write generic directory information and OS dependent directory information
JPS59215087A (en) System for displaying content of recording
Sahoo et al. Multimedia and Web Technology
JPH0353375A (en) Automated system for reception of book order
JP3182782B2 (en) Image processing device
JPH10283370A (en) Method for managing book and device therefor
JP4689112B2 (en) Information processing device
CN100511466C (en) Recording medium, and recording/reproducing device
JPH04268276A (en) Copying method to storage medium
JP4640328B2 (en) Recording medium creating apparatus and optical recording medium issuing operation control method
JP4104759B2 (en) Magnetic card reader
JP2010134982A (en) Printing method to information recording medium and printing device for information recording medium
JPH0528155A (en) Word processor
Piper Cambridge International AS and A Level Computing Revision Guide
JPH09251271A (en) Label backing paper with production indication sign
JPH11110396A (en) Printed matter production support system
JPH03149682A (en) Method and device for forming dot code