JP2006113964A - Measurement data collection device and measurement data collection system - Google Patents

Measurement data collection device and measurement data collection system Download PDF

Info

Publication number
JP2006113964A
JP2006113964A JP2004303013A JP2004303013A JP2006113964A JP 2006113964 A JP2006113964 A JP 2006113964A JP 2004303013 A JP2004303013 A JP 2004303013A JP 2004303013 A JP2004303013 A JP 2004303013A JP 2006113964 A JP2006113964 A JP 2006113964A
Authority
JP
Japan
Prior art keywords
file
data
collection device
data file
measurement
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
JP2004303013A
Other languages
Japanese (ja)
Inventor
Masaki Goto
巨樹 後藤
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.)
Keyence Corp
Original Assignee
Keyence 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 Keyence Corp filed Critical Keyence Corp
Priority to JP2004303013A priority Critical patent/JP2006113964A/en
Publication of JP2006113964A publication Critical patent/JP2006113964A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a measurement data collection device and a measurement data collection system preventing failure in reading a data file during writing it for improvement in reliability of collection of measurement data. <P>SOLUTION: This measurement data collection device is constructed of a measurement unit 2a periodically acquiring detection data from a sensor 2, a data file creation part 15 creating a data file consisting of dummy data, a file management control part 16 reading a FAT 4a from a memory card 4, storing the data file created by the data file creation part 15 in the memory card 4 based on the FAT, and writing allocation information about a storage area of the data file in the FAT 4a to store it in the memory card 4, and a file data replacement control part 13 accessing the memory card 4 based on the detection data to sequentially replacing the dummy data inside the data file, in which the allocation information is written in the FAT 4a, by the detection data. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、計測データ収集装置及び計測データ収集システムに係り、さらに詳しくは、熱電対などのセンサーから検出データを収集してデータファイルに蓄積する計測データ収集装置の改良に関する。   The present invention relates to a measurement data collection device and a measurement data collection system, and more particularly to an improvement of a measurement data collection device that collects detection data from a sensor such as a thermocouple and accumulates it in a data file.

通常、熱電対などのセンサーによって得られる検出データは、伝送エラーによるデータ紛失を防ぐために、一旦、データ収集装置内に蓄積される。   Usually, detection data obtained by a sensor such as a thermocouple is temporarily stored in a data collection device in order to prevent data loss due to a transmission error.

データ収集装置では、検出データからなるデータファイルが生成され、不揮発性の記憶手段に格納される。その際、ファイル管理手段が、データファイルへの書き込み動作を終了し、データファイルをクローズする際に、そのデータファイルの格納領域に関する割り当て情報をアロケーションテーブル(例えば、FAT:File Allocation Table)に書き込んでアロケーションテーブルの更新を行っている。   In the data collection device, a data file composed of the detection data is generated and stored in a nonvolatile storage means. At that time, when the file management means ends the writing operation to the data file and closes the data file, the allocation information related to the storage area of the data file is written to an allocation table (for example, FAT: File Allocation Table). The allocation table is updated.

上述した様な従来のデータ収集装置では、停電などによってシステムがダウンすると、書き込み中のデータファイルが記憶手段から読み出せなくなり、当該データファイル内の検出データが全て失われてしまうという問題があった。すなわち、データファイルのクローズ時にアロケーションテーブルが更新されることから、データファイルへの書き込みが終了する前にシステムがダウンすると、アロケーションテーブルの更新が正常に行われない。このため、当該アロケーションテーブルの更新に係るデータファイルの割り当て情報が欠落し、検出データが読み出せなくなるという問題があった。   In the conventional data collecting apparatus as described above, when the system goes down due to a power failure or the like, the data file being written cannot be read from the storage means, and all the detected data in the data file is lost. . That is, since the allocation table is updated when the data file is closed, if the system goes down before the writing to the data file is completed, the allocation table is not updated normally. For this reason, there is a problem that the allocation information of the data file relating to the update of the allocation table is lost, and the detection data cannot be read out.

また、従来のデータ収集装置では、データファイルのクローズ時まで当該データファイルのファイルサイズが定まらないので、データファイルへの書き込み中にオーバーフローが生じ、検出データが書き込めなくなってしまうという問題もあった。   Further, in the conventional data collecting apparatus, since the file size of the data file is not determined until the data file is closed, there is a problem that overflow occurs during writing to the data file and detection data cannot be written.

また、データ収集装置及び処理端末からなる従来のデータ収集システムでは、通信回線を介してデータ収集装置から取得したデータファイルの内容がデータ収集装置内におけるものと異なる場合が生じるという問題があった。すなわち、データ収集装置のファイル管理手段を介して通信回線上のサーバーにデータファイルをアップロードし、処理端末において閲覧可能とする従来のデータ収集システムは、アップロード時にファイル管理手段が書き込み中のデータファイルを含む全てのデータファイルをサーバーに転送する。このため、アップロード時に書き込み中であったデータファイルは、データ収集装置側ではその後の検出データの書き込みによって更新されるのに対し、アップロード時にサーバーからデータファイルを取得した処理端末側では書き込み中のデータファイルであったか否かの識別ができないことから、データファイルの更新が行われず、データ収集装置及び処理端末間でその内容が異なることとなる。   Further, the conventional data collection system including the data collection device and the processing terminal has a problem that the contents of the data file acquired from the data collection device via the communication line may be different from those in the data collection device. That is, a conventional data collection system that uploads a data file to a server on a communication line via the file management means of the data collection device and allows browsing on the processing terminal is performed by the file management means at the time of uploading the data file being written by the file management means. Transfer all data files it contains to the server. For this reason, the data file that was being written at the time of uploading is updated on the data collection device side by subsequent detection data writing, whereas the data that is being written on the processing terminal side that acquired the data file from the server at the time of uploading Since it is impossible to identify whether or not the file is a file, the data file is not updated, and the content differs between the data collection device and the processing terminal.

本発明は、上記事情に鑑みてなされたものであり、書き込み中のデータファイルが読み出せなくなるのを防止し、計測データの収集における信頼性を向上させた計測データ収集装置及び計測データ収集システムを提供することを目的とする。特に、データファイルに対する検出データの書き込みが終了する前にシステムがダウンした場合であっても、当該データファイル内の検出データを読み出すことができる計測データ収集装置を提供することを目的とする。また、データファイルへの書き込み中にオーバーフローが生じるのを予測することができる計測データ収集装置を提供することを目的とする。   The present invention has been made in view of the above circumstances, and provides a measurement data collection device and a measurement data collection system that prevent a data file being written from becoming unreadable and improve the reliability in collecting measurement data. The purpose is to provide. In particular, it is an object of the present invention to provide a measurement data collection device that can read detection data in a data file even when the system is down before writing of detection data to the data file is completed. It is another object of the present invention to provide a measurement data collection device that can predict that an overflow will occur during writing to a data file.

本発明の他の目的は、通信回線を介して計測データ収集装置から取得したデータファイルの内容を計測データ収集装置内におけるものと常に一致させることができる計測データ収集システムを提供することにある。   Another object of the present invention is to provide a measurement data collection system that can always match the contents of a data file acquired from a measurement data collection device via a communication line with those in the measurement data collection device.

本発明による計測データ収集装置は、センサーから検出データを周期的に取得する計測データ取得手段と、ダミーデータからなるデータファイルを生成するデータファイル生成手段と、データファイルの格納領域に関する割り当て情報からなるアロケーションテーブルを書き換え可能な不揮発性のファイル記憶手段から読み出し、上記データファイル生成手段により生成されたデータファイルを当該アロケーションテーブルに基づいてファイル記憶手段に格納するとともに、当該データファイルの格納領域に関する割り当て情報をアロケーションテーブルに書き込んで上記ファイル記憶手段に格納するファイル管理手段と、上記検出データに基づいて上記ファイル記憶手段にアクセスし、アロケーションテーブルに割り当て情報が書き込まれたデータファイル内のダミーデータを検出データに順次に置き換えるファイルデータ置換手段とを備えて構成される。   A measurement data collection device according to the present invention comprises measurement data acquisition means for periodically acquiring detection data from a sensor, data file generation means for generating a data file consisting of dummy data, and allocation information relating to the storage area of the data file. The allocation table is read from the rewritable nonvolatile file storage means, the data file generated by the data file generation means is stored in the file storage means based on the allocation table, and the allocation information relating to the storage area of the data file Is stored in the file storage means and the file storage means is accessed based on the detection data, and the allocation information is written in the allocation table. Constructed and a file data replacement means for sequentially replacing the dummy data in the data file to the detection data.

検出データの書き込みに先立って、まず、ダミーデータからなるデータファイルが生成され、ファイル記憶手段に格納される。このとき、当該データファイルの格納領域に関する割り当て情報が書き込まれたアロケーションテーブルもファイル記憶手段に格納される。そして、データファイルに検出データを書き込む際には、アロケーションテーブルに割り当て情報が書き込まれたデータファイルに対してダミーデータを検出データで置き換えることにより、アロケーションテーブルを変更することなく、検出データの書き込みが行われる。つまり、検出データの書き込み時には、当該データファイルに係るアロケーションテーブルが更新されず、常にファイル記憶手段からデータファイルを正しく読み出すことができる。従って、データファイルに対する検出データの書き込みが終了する前にシステムがダウンした場合であっても、当該データファイル内の検出データを読み出すことができる。   Prior to writing the detection data, first, a data file composed of dummy data is generated and stored in the file storage means. At this time, the allocation table in which the allocation information related to the storage area of the data file is written is also stored in the file storage means. When writing the detection data to the data file, the detection data can be written without changing the allocation table by replacing the dummy data with the detection data for the data file in which the allocation information is written in the allocation table. Done. That is, when the detection data is written, the allocation table relating to the data file is not updated, and the data file can always be correctly read from the file storage means. Therefore, even if the system is down before writing of the detection data to the data file is completed, the detection data in the data file can be read.

本発明による計測データ収集装置は、上記構成に加え、検出データによるダミーデータの置き換えが終了したデータファイルを完了ファイルとしてリストアップし、完了ファイルリストを生成するファイルリスト生成手段と、情報処理端末からのファイルリスト要求に対して上記完了ファイルリストを出力するファイル送信手段とを備えて構成される。   In addition to the above-described configuration, the measurement data collection device according to the present invention lists a data file that has been replaced with detected data as a completed file, a file list generating unit that generates a completed file list, and an information processing terminal And a file transmission means for outputting the completed file list in response to the file list request.

具体的には、上記ファイルデータ置換手段がファイル記憶手段にアクセスする際に参照し、上記ファイル管理手段によりアロケーションテーブルに割り当て情報が新たに書き込まれたデータファイルを指定するファイル指示情報を記憶する書き換え可能な揮発性の指示情報記憶手段を備え、上記ファイルリスト生成手段が、上記ファイル指示情報に基づいて完了ファイルリストを生成するように構成される。   Specifically, the file data replacement unit refers to when accessing the file storage unit, and the rewrite stores the file instruction information for designating the data file in which the allocation information is newly written in the allocation table by the file management unit. Volatile instruction information storage means is provided, and the file list generation means is configured to generate a completed file list based on the file instruction information.

この様な構成によれば、情報処理端末からのファイルリスト要求に対しては完了ファイルリストが出力されるので、情報処理端末が通信回線を介して取得できるのはダミーデータの置き換えが終了した完了ファイルのみとなる。このため、情報処理端末が計測データ収集装置からダウンロードしたデータファイルに関し、当該データファイルに対応するデータファイルが計測データ収集装置において新たな検出データの追加によって変更されることはなく、データファイルの内容を計測データ収集装置及び情報処理端末間で常に一致させることができる。また、ファイルリスト生成手段によって参照されるファイル指示情報は、揮発性の指示情報記憶手段に記憶されるので、システムのダウンにより指示情報記憶手段への電力供給が停止すると、消滅する。このため、システムのダウン前に検出データの書き込み中であったデータファイルは、システムのダウン後、ファイル指示情報の消滅によって完了ファイルとみなされ、情報処理端末によってダウンロードすることができる。   According to such a configuration, since a completed file list is output in response to a file list request from the information processing terminal, the information processing terminal can obtain via the communication line is the completion of replacement of dummy data It becomes only a file. Therefore, regarding the data file downloaded from the measurement data collection device by the information processing terminal, the data file corresponding to the data file is not changed by the addition of new detection data in the measurement data collection device, and the contents of the data file Can always be matched between the measurement data collection device and the information processing terminal. Further, since the file instruction information referred to by the file list generating means is stored in the volatile instruction information storage means, it disappears when the power supply to the instruction information storage means is stopped due to a system down. For this reason, the data file in which the detection data was being written before the system went down is regarded as a completed file by the disappearance of the file instruction information after the system goes down, and can be downloaded by the information processing terminal.

また、本発明による計測データ収集装置は、上記構成に加え、上記ファイル管理手段が、情報処理端末からのファイル削除要求に対し、削除対象のデータファイルに係る割り当て情報をアロケーションテーブルから削除するように構成される。   In addition to the above configuration, the measurement data collection device according to the present invention is configured so that the file management unit deletes allocation information related to a data file to be deleted from the allocation table in response to a file deletion request from the information processing terminal. Composed.

また、本発明による計測データ収集装置は、上記構成に加え、上記データファイル生成手段が、あるデータファイルにおいて検出データによるダミーデータの置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他にデータファイルを予備ファイルとして生成するように構成される。   In addition to the above-described configuration, the measurement data collection device according to the present invention, when the data file generation unit finishes replacing the dummy data with the detection data in a certain data file, the data file to which the detection data is to be written next. In addition, a data file is generated as a preliminary file.

この様な構成によれば、あるデータファイルにおいて検出データによる置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他に予備ファイルが生成される。このため、格納可能な記憶領域がファイルサイズに比べて小さいために上記予備ファイルがファイル記憶手段に格納できなくなった場合であっても、次に検出データの書き込み対象となるデータファイルへは検出データの書き込みを行うことができる。その際、データファイルに対する検出データの書き込み開始よりも前にアロケーションテーブルが更新され、当該データファイルのファイルサイズが定められるので、検出データがデータファイルに書き込めなくなるよりも前にファイル記憶手段におけるオーバーフローを予測することができる。   According to such a configuration, when replacement with detection data in a certain data file is completed, a spare file is generated in addition to the data file to which detection data is to be written next. For this reason, even if the reserve file cannot be stored in the file storage means because the storage area that can be stored is smaller than the file size, the detection data is not transferred to the data file to which the detection data is to be written next. Can be written. At that time, since the allocation table is updated before the start of writing of the detection data to the data file and the file size of the data file is determined, an overflow in the file storage means is performed before the detection data cannot be written to the data file. Can be predicted.

具体的には、上記ファイル管理手段が上記予備ファイルの格納に失敗した場合に、オーバーフロー警戒情報を生成する警戒情報生成手段を備えて構成される。   Specifically, the information management device includes warning information generation means for generating overflow warning information when the file management means fails to store the spare file.

本発明による計測データ収集システムは、センサーによる検出データを収集し、データファイルに蓄積する計測データ収集装置と、通信回線を介して計測データ収集装置からデータファイルを取得し、データ処理を行う情報処理端末とからなり、上記計測データ収集装置が、センサーから検出データを周期的に取得する計測データ取得手段と、ダミーデータからなるデータファイルを生成するデータファイル生成手段と、データファイルの格納領域に関する割り当て情報からなるアロケーションテーブルを書き換え可能な不揮発性のファイル記憶手段から読み出し、上記データファイル生成手段により生成されたデータファイルを当該アロケーションテーブルに基づいてファイル記憶手段に格納するとともに、当該データファイルの格納領域に関する割り当て情報をアロケーションテーブルに書き込んでファイル記憶手段に格納するファイル管理手段と、上記検出データに基づいて上記ファイル記憶手段にアクセスし、アロケーションテーブルに割り当て情報が書き込まれたデータファイル内のダミーデータを検出データに順次に置き換えるファイルデータ置換手段とを備えて構成される。   A measurement data collection system according to the present invention collects detection data from a sensor and accumulates the data in a data file, and information processing that acquires a data file from the measurement data collection device via a communication line and performs data processing A measurement data acquisition unit that periodically acquires detection data from a sensor, a data file generation unit that generates a data file including dummy data, and an allocation related to a storage area of the data file An allocation table consisting of information is read from a rewritable nonvolatile file storage means, the data file generated by the data file generation means is stored in the file storage means based on the allocation table, and a storage area for the data file File management means for writing the allocation information related to the allocation table and storing it in the file storage means, and accessing the file storage means based on the detection data, and the dummy data in the data file in which the allocation information is written in the allocation table File data replacement means for sequentially replacing the detected data.

また、本発明による計測データ収集システムは、上記構成に加え、上記計測データ収集装置が、上記データファイル生成手段が、あるデータファイルにおいて検出データによるダミーデータの置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他にデータファイルを予備ファイルとして生成し、上記ファイル管理手段が上記予備ファイルの格納に失敗した場合にオーバーフロー警戒情報を生成する警戒情報生成手段を備え、上記情報処理端末が、計測データ収集装置からのオーバーフロー警戒情報に基づいて、電子メールを送信するメール送信手段を備えて構成される。   In addition to the above-described configuration, the measurement data collection system according to the present invention may be configured such that the measurement data collection device causes the data file generation unit to detect the detection data after replacement of the dummy data with the detection data in a certain data file is completed. In addition to the data file to be written, the information processing terminal includes a warning information generating unit that generates a data file as a backup file and generates overflow warning information when the file management unit fails to store the backup file, Is configured to include a mail transmission means for transmitting an electronic mail based on overflow warning information from the measurement data collection device.

また、本発明による計測データ収集システムは、上記構成に加え、上記情報処理端末が、取得したデータファイルを所定のテキスト形式に変換するファイル形式変換手段を備え、上記計測データ収集装置のデータファイル生成手段がデータファイルをバイナリファイルとして生成するように構成される。   In addition to the above-described configuration, the measurement data collection system according to the present invention includes a file format conversion unit that converts the acquired data file into a predetermined text format, and the information processing terminal generates a data file for the measurement data collection device. The means is configured to generate the data file as a binary file.

本発明による計測データ収集装置及び計測データ収集システムによれば、アロケーションテーブルを変更することなく、検出データの書き込みが行われる。従って、データファイルに対する検出データの書き込みが終了する前にシステムがダウンした場合であっても、当該データファイル内の検出データを読み出すことができ、計測データの収集における信頼性を向上させることができる。   According to the measurement data collection device and the measurement data collection system of the present invention, the detection data is written without changing the allocation table. Therefore, even when the system is down before writing of the detection data to the data file is completed, the detection data in the data file can be read, and the reliability in collecting the measurement data can be improved. .

また、情報処理端末が通信回線を介して取得できるのはダミーデータの置き換えが終了した完了ファイルであるので、情報処理端末が計測データ収集装置からダウンロードしたデータファイルに関し、当該データファイルに対応するデータファイルが計測データ収集装置において新たな検出データの追加によって変更されることはなく、データファイルの内容を計測データ収集装置及び情報処理端末間で常に一致させることができる。また、ファイルリスト生成手段によって参照されるファイル指示情報は、システムのダウンにより指示情報記憶手段への電力供給が停止すると消滅するので、システムのダウン前に検出データの書き込み中であったデータファイルは、システムのダウン後、ファイル指示情報の消滅によって完了ファイルとみなされ、情報処理端末によってダウンロードすることができる。   In addition, since the information processing terminal can obtain the completed file after replacement of the dummy data through the communication line, regarding the data file downloaded from the measurement data collection device by the information processing terminal, the data corresponding to the data file The file is not changed by adding new detection data in the measurement data collection device, and the contents of the data file can always be matched between the measurement data collection device and the information processing terminal. In addition, since the file instruction information referred to by the file list generation unit disappears when the power supply to the instruction information storage unit is stopped due to the system down, the data file in which the detection data was being written before the system down After the system is down, it is regarded as a completed file by the disappearance of the file instruction information and can be downloaded by the information processing terminal.

また、あるデータファイルにおいて検出データによる置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他に予備ファイルが生成されるので、上記予備ファイルがファイル記憶手段に格納できなくなった場合であっても、次に検出データの書き込み対象となるデータファイルへは検出データの書き込みを行うことができる。その際、データファイルに対する検出データの書き込み開始よりも前にアロケーションテーブルが更新され、当該データファイルのファイルサイズが定められるので、検出データがデータファイルに書き込めなくなるよりも前にファイル記憶手段におけるオーバーフローを予測することができる。   In addition, when replacement with detected data is completed in a data file, a spare file is generated in addition to the data file to which detection data is to be written next, so that the spare file cannot be stored in the file storage means. Even if it exists, the detection data can be written to the data file to which the detection data is to be written next. At that time, since the allocation table is updated before the start of writing of the detection data to the data file and the file size of the data file is determined, an overflow in the file storage means is performed before the detection data cannot be written to the data file. Can be predicted.

実施の形態1.
図1は、本発明の実施の形態1による計測データ収集システムの概略構成の一例を示した図である。本実施の形態による計測データ収集システムは、検出データを収集する計測データ収集装置1と、通信回線7a及び7bを介し計測データ収集装置1からデータファイルを取得してデータ処理を行う情報処理端末8と、通信ネットワーク7cに接続するメールサーバー9からなる。
Embodiment 1 FIG.
FIG. 1 is a diagram showing an example of a schematic configuration of a measurement data collection system according to Embodiment 1 of the present invention. The measurement data collection system according to this embodiment includes a measurement data collection device 1 that collects detection data, and an information processing terminal 8 that acquires data files from the measurement data collection device 1 via communication lines 7a and 7b and performs data processing. And a mail server 9 connected to the communication network 7c.

計測データ収集装置1は、熱電対などの検出素子(センサー)から入力される検出データを収集し、データファイルとして蓄積する検出データの蓄積手段であり、計測ユニット2a、メモリーユニット5及び表示ユニット6からなる。   The measurement data collection device 1 is a storage unit for detection data that collects detection data input from a detection element (sensor) such as a thermocouple and stores it as a data file. The measurement unit 2a, the memory unit 5, and the display unit 6 Consists of.

計測ユニット2aは、センサーから検出データを周期的に取得する計測データの取得手段である。計測ユニット2aには、複数の接続端子からなる入力インターフェース11が設けられており、複数のセンサーを同時に接続することができる。計測データ収集装置1では、必要に応じて計測ユニット2aを2以上連結させて用いることが可能となっており、センサーからの検出データが各計測ユニット2aにおける入力インターフェース11を介して入力される。つまり、計測ユニット2aごとの各センサーによる検出データをまとめて1つのデータファイルとして蓄積することができるようになっている。   The measurement unit 2a is measurement data acquisition means for periodically acquiring detection data from the sensor. The measurement unit 2a is provided with an input interface 11 including a plurality of connection terminals, and a plurality of sensors can be connected simultaneously. In the measurement data collection device 1, two or more measurement units 2a can be connected and used as necessary, and detection data from the sensor is input via the input interface 11 in each measurement unit 2a. That is, the detection data from each sensor for each measurement unit 2a can be stored together as one data file.

メモリーユニット5は、記憶媒体をドライブする駆動装置であり、記憶媒体としてのメモリーカードが挿脱可能なカードスロット25が設けられている。各計測ユニット2aを介して収集された検出データは、カードスロット25内に挿入されたメモリーカードに蓄積される。   The memory unit 5 is a drive device that drives a storage medium, and is provided with a card slot 25 into which a memory card as a storage medium can be inserted and removed. Detection data collected via each measurement unit 2a is stored in a memory card inserted into the card slot 25.

表示ユニット6は、LCDからなる表示画面20aを有する装置本体(マスターユニット)であり、検出データの収集及びデータファイルの蓄積に関する制御を行っている。表示画面20aには、検出データの他に、ファイル情報として日付情報、ファイル番号、分割情報、サンプリング情報、ユニット数、各計測ユニット2aにおける使用チャンネル数、計測情報などを表示することができる。表示ユニット6には、メモリーユニット5、計測ユニット2aの順序で各ユニットが連結されている。   The display unit 6 is an apparatus main body (master unit) having a display screen 20a composed of an LCD, and performs control related to collection of detection data and accumulation of data files. In addition to the detection data, date information, file number, division information, sampling information, the number of units, the number of channels used in each measurement unit 2a, measurement information, and the like can be displayed on the display screen 20a. Each unit is connected to the display unit 6 in the order of the memory unit 5 and the measurement unit 2a.

この計測データ収集装置1は、USB(Universal Serial Bus)などの通信回線7aを介して情報処理端末8にデータファイルを出力するとともに、所定のファイル転送プロトコルに従ってLAN(Local Area Network)やインターネットなどの通信ネットワーク7cを介して情報処理端末8にデータファイルを伝送することもできるサーバー(例えば、FTPサーバー)となっている。   The measurement data collection device 1 outputs a data file to the information processing terminal 8 via a communication line 7a such as a USB (Universal Serial Bus), and also uses a LAN (Local Area Network) or the Internet according to a predetermined file transfer protocol. It is a server (for example, an FTP server) that can also transmit a data file to the information processing terminal 8 via the communication network 7c.

ここでは、計測ユニット2aが8つまで連結可能であるものとする。また、各計測ユニット2aにおけるセンサーの同時に接続可能な数(最大チャンネル数)は、8個であるものとする。また、メモリーカードとしては、書き換え可能な不揮発性の記憶媒体が用いられるものとし、例えば、小型で軽量な半導体記憶装置としてのフラッシュメモリー(flash memory)カードを用いることができる。なお、ここでは、記憶手段としてメモリーカードが用いられるとしたが、書き換え可能な不揮発性の記憶媒体であれば他のものであっても良く、例えば、ハードディスクなどの磁気記憶媒体を用いることもできる。   Here, it is assumed that up to eight measuring units 2a can be connected. The number of sensors that can be connected simultaneously in each measuring unit 2a (maximum number of channels) is assumed to be eight. In addition, a rewritable nonvolatile storage medium is used as the memory card. For example, a flash memory card as a small and lightweight semiconductor storage device can be used. Here, the memory card is used as the storage means. However, any other rewritable nonvolatile storage medium may be used. For example, a magnetic storage medium such as a hard disk may be used. .

図2は、図1の計測データ収集システムにおける要部詳細の一例を示したブロック図であり、センサー2からの検出データをデータファイルとしてカードスロット25内のメモリーカード4に蓄積する動作を行う計測データ収集装置1内の構成が示されている。   FIG. 2 is a block diagram showing an example of the details of the main part in the measurement data collection system of FIG. 1, and performs a measurement operation for accumulating detection data from the sensor 2 as a data file in the memory card 4 in the card slot 25. A configuration within the data collection device 1 is shown.

この計測データ収集装置1は、A/D変換部12、ファイルデータ置換制御部13、主制御部14、データファイル生成部15、ファイル管理制御部16、ファイルリスト生成部17、通信制御部18、表示制御部19、操作入力部21、ROM22、RAM23及び24からなる。各部において消費される電力は、外部の電源回路3から必要に応じて供給される。   The measurement data collection device 1 includes an A / D conversion unit 12, a file data replacement control unit 13, a main control unit 14, a data file generation unit 15, a file management control unit 16, a file list generation unit 17, a communication control unit 18, The display control unit 19, the operation input unit 21, the ROM 22, and the RAMs 23 and 24 are included. The power consumed in each part is supplied from the external power supply circuit 3 as necessary.

センサー2から入力インターフェース11を介して入力された検出データは、A/D変換部12によりデジタルデータに変換される。デジタルデータへの変換は、例えば、検出信号を所定のサンプリング周期で量子化することによって行われる。   Detection data input from the sensor 2 via the input interface 11 is converted into digital data by the A / D converter 12. Conversion to digital data is performed, for example, by quantizing the detection signal at a predetermined sampling period.

データファイル生成部15は、検出データに置き換え可能なダミーデータからなるデータファイル4cを生成する動作を行っている。生成されたデータファイル4cは、ファイル管理制御部16により、FAT4aに基づいてメモリーカード4内に格納され、その割り当て情報がFAT4aに書き込まれる。ここで、データファイル4cは、所定のデータサイズからなるダミーデータを2以上の所定数含むものとする。   The data file generation unit 15 performs an operation of generating a data file 4c composed of dummy data that can be replaced with detection data. The generated data file 4c is stored in the memory card 4 based on the FAT 4a by the file management control unit 16, and the allocation information is written in the FAT 4a. Here, the data file 4c includes a predetermined number of two or more dummy data having a predetermined data size.

FAT(File Allocation Table)4aは、データファイルの格納領域に関する割り当て情報からなるアロケーションテーブルであり、メモリーカード4内に格納されている。つまり、ファイル管理制御部16は、新たにデータファイル4cをメモリーカード4に記憶させる際、メモリーカード4からFAT4aを読み出し、空き領域を探索して当該データファイル4cを格納する。なお、ファイル管理制御部16は、既にメモリーカード4内に格納されているファイルデータ4cに対して読み書きする際にも、FAT4aに基づいて格納領域の検索を行っている。   The FAT (File Allocation Table) 4 a is an allocation table made up of allocation information related to the storage area of the data file, and is stored in the memory card 4. That is, when the file management control unit 16 newly stores the data file 4c in the memory card 4, the file management controller 16 reads the FAT 4a from the memory card 4, searches for a free space, and stores the data file 4c. Note that the file management control unit 16 also searches the storage area based on the FAT 4 a when reading / writing the file data 4 c already stored in the memory card 4.

ファイルデータ置換制御部13は、検出データをデータファイル4c内に蓄積させる際に、主制御部14を介してメモリーカード4にアクセスし、ダミーデータを検出データに置き換える制御を行っている。すなわち、A/D変換部12から検出データが入力されると、ファイル管理制御部16を介さず直接にメモリーカード4上のデータファイル4cにアクセスし、FAT4aに割り当て情報が書き込まれたデータファイル4c内のダミーデータを検出データに順次に置き換える動作が行われる。   The file data replacement control unit 13 performs control to replace the dummy data with the detection data by accessing the memory card 4 via the main control unit 14 when the detection data is stored in the data file 4c. That is, when detection data is input from the A / D conversion unit 12, the data file 4c on the memory card 4 is directly accessed without going through the file management control unit 16, and the data file 4c in which the allocation information is written in the FAT 4a. The operation of sequentially replacing the dummy data in the data with the detected data is performed.

データファイル4cにおける検出データへの置き換え、すなわち、メモリーカード4上のデータファイル4cに対する検出データの書き込みは、RAM23に記憶される書き込みタスクに基づいて行われる。RAM23は、書き換え可能な揮発性の半導体メモリーであり、書き込みタスクは、新たにデータファイル4cをメモリーカード4に格納する際にファイルデータ置換制御部13によって生成される。この書き込みタスクは、新たに格納されたデータファイル4cのファイル番号やそのFAT情報からなり、検出データの書き込み先を特定することができる。つまり、書き込みタスクは、書き込み先となるデータファイル4cを特定し、データファイル中の書き込み位置を指示するポインターとなっている。   The replacement of the data file 4c with the detection data, that is, the writing of the detection data to the data file 4c on the memory card 4 is performed based on a write task stored in the RAM 23. The RAM 23 is a rewritable volatile semiconductor memory, and a write task is generated by the file data replacement control unit 13 when a data file 4 c is newly stored in the memory card 4. This write task includes the file number of the newly stored data file 4c and its FAT information, and can specify the write destination of the detected data. That is, the write task is a pointer that specifies the data file 4c to be written to and indicates the write position in the data file.

ここで、検出データは、計測ユニット2aごとに格納され、ユニット番号が付加されるものとする。ユニット番号は、各計測ユニット2aに予め割り当てられている計測ユニットの識別情報であると同時に、検出データへの置き換えが終了しているか否かを識別するための識別情報でもある。つまり、各データに割り振られたユニット番号によって当該データが置き換え後のデータ、すなわち、ダミーデータではなく検出データであることを識別することができる。   Here, the detection data is stored for each measurement unit 2a, and a unit number is added. The unit number is identification information for measuring units assigned in advance to each measuring unit 2a, and at the same time, is identification information for identifying whether or not replacement with detection data has been completed. That is, it is possible to identify that the data is replaced data, that is, detection data, not dummy data, by the unit number assigned to each data.

検出データの書き込みは、メモリーカード4にデータファイル4cを格納し、FAT4aにその割り当て情報を書き込んで当該FAT4aをメモリーカード4に格納した後に行われるので、検出データの書き込み開始後においてはデータファイル4cに係るアロケーションテーブルが既に更新されており、常にメモリーカード4からデータファイル4cを正しく読み出すことができる。従って、データファイル4cに対する検出データの書き込みが終了する前に、停電などによってシステムへの電力供給が停止し、システムがダウンした場合であっても、システムへの電力供給が回復すれば、当該データファイル4c内の検出データを読み出すことができる。   The detection data is written after the data file 4c is stored in the memory card 4, the allocation information is written in the FAT 4a and the FAT 4a is stored in the memory card 4. Therefore, the data file 4c is started after the detection data is written. The allocation table according to the above has already been updated, and the data file 4c can always be correctly read from the memory card 4. Therefore, even if the power supply to the system is stopped due to a power failure or the like before the writing of the detection data to the data file 4c is completed and the system is down, if the power supply to the system is restored, the data The detection data in the file 4c can be read out.

ファイルリスト生成部17は、検出データによるダミーデータの置き換えが終了したデータファイル4cをリストアップし、完了ファイルリストを生成する動作を行っている。検出データへの置き換え、すなわち、データファイル4cに対する検出データの書き込みは、例えば、ファイルデータ置換制御部13によってダミーデータが全て検出データに置き換えられると終了し、次のデータファイル4cに対する書き込みに移行する。つまり、RAM23上の書き込みタスクに基づいて、検出データによる置き換えの終了が判別される。   The file list generation unit 17 performs an operation of listing the data file 4c in which the replacement of the dummy data with the detected data is completed and generating a completed file list. The replacement to the detection data, that is, the writing of the detection data to the data file 4c is completed, for example, when the dummy data is all replaced with the detection data by the file data replacement control unit 13, and the process proceeds to the writing to the next data file 4c. . That is, based on the write task on the RAM 23, the end of replacement by the detected data is determined.

検出データへの置き換えが終了したデータファイル4cは、完了ファイル4bとなり、完了ファイル4bからなる完了ファイルリストがファイルリスト生成部17によってRAM24内に格納される。   The data file 4c that has been replaced with the detected data becomes a completed file 4b, and a completed file list including the completed file 4b is stored in the RAM 24 by the file list generation unit 17.

通信制御部18は、ROM22上のFTP(File Transfer Protocol)サーバープログラムに基づいてファイル転送に関する制御を行っている。具体的には、情報処理端末8からのファイルリスト要求に対して、完了ファイルリストを出力する動作が行われる。すなわち、情報処理端末8により送信されたファイルリスト要求が受信すると、このファイルリスト要求に基づいてRAM24から完了ファイルリストが読み出され、当該情報処理端末8に対して送信される。   The communication control unit 18 performs control related to file transfer based on an FTP (File Transfer Protocol) server program on the ROM 22. Specifically, in response to a file list request from the information processing terminal 8, an operation for outputting a completed file list is performed. That is, when the file list request transmitted by the information processing terminal 8 is received, the completed file list is read from the RAM 24 based on the file list request and transmitted to the information processing terminal 8.

また、通信制御部18は、情報処理端末8からのファイル転送要求に対して、完了ファイル4bを出力する動作が行われる。すなわち、情報処理端末8により送信されたファイル転送要求が受信すると、このファイル転送要求に基づいてメモリーカード4から完了ファイル4bが読み出され、当該情報処理端末8に対して送信される。情報処理端末8からのファイルリスト要求に対してはRAM24上の完了ファイルリストが出力されるので、当該情報処理端末8が通信回線を介して取得できるのはダミーデータの置き換えが終了した完了ファイル4bのみとなる。このため、情報処理端末8が計測データ収集装置1からダウンロードしたデータファイルに関し、当該データファイルに対応するデータファイルが計測データ収集装置1において新たな検出データの追加によって更新されることはなく、データファイルの内容を計測データ収集装置1及び情報処理端末8間で常に一致させることができる。その際、ファイルデータ置換制御部13によって参照されるRAM23上の書き込みタスクは、システムのダウンにより当該RAM23への電力供給が停止すると、消滅する。このため、システムのダウン前には検出データの書き込み中であったデータファイルは、システムのダウン後には、RAM23上の書き込みタスクの消滅によって完了ファイルとみなされ、情報処理端末8によってダウンロードすることができるようになる。   Further, the communication control unit 18 performs an operation of outputting the completion file 4b in response to the file transfer request from the information processing terminal 8. That is, when the file transfer request transmitted by the information processing terminal 8 is received, the completion file 4b is read from the memory card 4 based on the file transfer request and transmitted to the information processing terminal 8. In response to the file list request from the information processing terminal 8, the completed file list on the RAM 24 is output. Therefore, the information processing terminal 8 can obtain the completed file 4b after the replacement of the dummy data is completed via the communication line. It becomes only. Therefore, regarding the data file downloaded from the measurement data collection device 1 by the information processing terminal 8, the data file corresponding to the data file is not updated by the addition of new detection data in the measurement data collection device 1, and the data file The contents of the file can always be matched between the measurement data collection device 1 and the information processing terminal 8. At this time, the write task on the RAM 23 referred to by the file data replacement control unit 13 disappears when the power supply to the RAM 23 is stopped due to a system down. For this reason, the data file in which the detection data was being written before the system was down is regarded as a completed file by the disappearance of the writing task on the RAM 23 after the system is down, and can be downloaded by the information processing terminal 8. become able to.

また、通信制御部18は、情報処理端末8からのファイル削除要求に対し、完了ファイル4bを削除する指示をファイル管理制御部16に対して行っている。ファイル管理制御部16では、この削除指示に基づいて、削除対象のデータファイルに係る割り当て情報をFAT4aから削除する制御が行われる。FAT4aから割り当て情報が削除されたデータファイルは、メモリーカードから読み出したり、当該データファイルに対してデータを書き込むことができなくなり、データファイル自体をメモリーカード4から削除するのと同様に、メモリーカード4におけるデータファイルの格納可能な領域の一部となる。つまり、必要に応じて計測データ収集装置1内に蓄積された完了ファイル4bを削除し、データファイルの格納可能な領域を増加させることができる。   In response to the file deletion request from the information processing terminal 8, the communication control unit 18 instructs the file management control unit 16 to delete the completion file 4 b. Based on this deletion instruction, the file management control unit 16 performs control to delete the allocation information related to the data file to be deleted from the FAT 4a. The data file from which the allocation information has been deleted from the FAT 4a cannot be read from or written to the data card, and the data file itself is deleted from the memory card 4 in the same manner as the data file itself. It becomes a part of the area where the data file can be stored. That is, if necessary, the completion file 4b accumulated in the measurement data collection device 1 can be deleted to increase the data file storage area.

図3は、図1の計測データ収集システムにおける要部詳細の一例を示したブロック図であり、一定周期でファイルリスト要求、ファイル転送要求及びファイル削除要求を生成するパーソナルコンピュータなどの情報処理端末8が示されている。この情報処理端末8は、主制御部50、ファイル管理制御部51、通信制御部52、表示部53、操作入力部54、ROM55及び記憶部56からなる。   FIG. 3 is a block diagram showing an example of the details of the main part in the measurement data collection system of FIG. 1, and an information processing terminal 8 such as a personal computer that generates a file list request, a file transfer request, and a file deletion request at regular intervals. It is shown. The information processing terminal 8 includes a main control unit 50, a file management control unit 51, a communication control unit 52, a display unit 53, an operation input unit 54, a ROM 55, and a storage unit 56.

ファイル管理制御部51は、ハードディスクなどの書き換え可能な不揮発性の記憶部56に対するデータファイルの読み書きに関する制御を行っており、通信制御部52を介して取得したデータファイルは記憶部56に格納される。   The file management control unit 51 controls the reading and writing of the data file with respect to the rewritable nonvolatile storage unit 56 such as a hard disk, and the data file acquired via the communication control unit 52 is stored in the storage unit 56. .

通信制御部52は、ROM55上のFTPクライアントプログラムに基づいて、計測データ収集装置1に対するファイル転送に関する制御を行っている。具体的には、ファイルリスト要求、ファイル転送要求及びファイル削除要求が一定周期で生成され、計測データ収集装置1に対して送信される。   The communication control unit 52 controls the file transfer to the measurement data collection device 1 based on the FTP client program on the ROM 55. Specifically, a file list request, a file transfer request, and a file deletion request are generated at regular intervals and transmitted to the measurement data collection device 1.

図4(a)〜(d)は、図2の計測データ収集装置において生成されるデータファイルの一例を示した図である。図4(a)には、ファイルフォーマットにおける全体像がブロックに区分して示され、図4(b)には、そのヘッダブロック31の詳細が示されている。また、図4(c)には、データファイル4cにおけるファイル情報ブロック32の詳細が示され、図4(d)には、データブロック33の詳細が示されている。   FIGS. 4A to 4D are diagrams illustrating an example of a data file generated in the measurement data collection apparatus of FIG. FIG. 4A shows the entire image in the file format divided into blocks, and FIG. 4B shows details of the header block 31. 4C shows details of the file information block 32 in the data file 4c, and FIG. 4D shows details of the data block 33.

このデータファイル4cは、ヘッダブロック31、ファイル情報ブロック32及びデータブロック33からなる。データファイル4cの先頭に配置されるヘッダブロック31には、各ブロックのデータサイズ(単位はバイト)が格納される。ここでは、ファイル情報ブロック32及びデータブロック33の各データサイズ31a及び31bがそれぞれブロックサイズ1及び2として格納されている。   The data file 4 c includes a header block 31, a file information block 32, and a data block 33. The header block 31 arranged at the head of the data file 4c stores the data size (unit: bytes) of each block. Here, the data sizes 31a and 31b of the file information block 32 and the data block 33 are stored as block sizes 1 and 2, respectively.

ヘッダブロック31の次に配列されるファイル情報ブロック32には、日付情報34、ファイル番号35、分割フラグ36、サンプリング情報37、ユニット数38、各ユニットのチャンネル数39及び計測情報40が格納されている。日付情報34は、検出データが書き込まれた日時であり、当該データファイル4cに対する1点目の検出データをサンプリングした時の日付や時刻が日付情報34として格納される。ファイル番号35は、各データファイル4cを識別するためのシリアルデータである。   The file information block 32 arranged next to the header block 31 stores date information 34, file number 35, division flag 36, sampling information 37, unit number 38, channel number 39 of each unit, and measurement information 40. Yes. The date information 34 is the date and time when the detection data was written, and the date and time when the first detection data for the data file 4c was sampled is stored as the date information 34. The file number 35 is serial data for identifying each data file 4c.

分割フラグ36は、一連の検出データを複数のデータファイル4cに分割して収集する場合に、検出データが分割して格納されていることを示す識別情報である。つまり、データファイル4cに付加された分割フラグ36により、当該データファイル4cが一連の検出データを格納するものであることを識別することができる。   The division flag 36 is identification information indicating that the detection data is divided and stored when the series of detection data is divided into a plurality of data files 4c and collected. That is, the division flag 36 added to the data file 4c can identify that the data file 4c stores a series of detection data.

サンプリング情報37は、サンプリング周期やサンプリング数からなる。サンプリング周期は、センサーからの検出信号をサンプリングして周期的に検出データを得る際のデータ繰り返し間隔であり、ここでは、1μsから1h(時間)までの範囲の時間データが格納される。サンプリング数は、データファイル4cに格納する検出データ数であり、1から4000000までの数が格納される。なお、1ファイル分のデータ収集に要する時間は、サンプリング周期×サンプリング数から求めることができる。   The sampling information 37 includes a sampling period and the number of samplings. The sampling period is a data repetition interval when the detection signal from the sensor is sampled and detection data is periodically obtained. Here, time data in the range from 1 μs to 1 h (time) is stored. The sampling number is the number of detected data stored in the data file 4c, and a number from 1 to 4000000 is stored. Note that the time required to collect data for one file can be obtained from sampling cycle × sampling number.

ユニット数38は、マスターユニット(表示ユニット6)に連結する計測ユニット数であり、使用するチャンネル数が1以上となる計測ユニット2aの数が格納される。ユニット数38には、1から8までの数が格納される。各ユニットのチャンネル数39は、計測ユニット2aごとの使用チャンネル数が格納される。計測情報40には、計測時の入力レンジ(例えば、検出データにおける温度閾値や、検出信号における電圧レベル閾値)などが格納される。   The unit number 38 is the number of measurement units connected to the master unit (display unit 6), and stores the number of measurement units 2a in which the number of channels to be used is 1 or more. The unit number 38 stores a number from 1 to 8. The number of channels 39 for each unit stores the number of channels used for each measurement unit 2a. The measurement information 40 stores an input range at the time of measurement (for example, a temperature threshold value in the detection data, a voltage level threshold value in the detection signal), and the like.

ファイル情報ブロック32の次に配列されるデータブロック33は、計測ユニット2aごとにユニット番号41を付加してチャンネルごとのデータ格納領域42が設けられている。各ユニット番号41には、1から8までの数が格納される。ここでは、これ以外のデータがユニット番号41として格納されている場合、当該ユニット番号41以降のデータが無効とみなされるものとする。つまり、ユニット番号41は、ユニット内のデータ格納領域42に予め格納されているダミーデータが全て検出データに置き換えられると、その置き換え終了時に付番され、これによって、当該ユニットにおけるデータが検出データへの置き換え終了後のデータであるか否かを識別することができる。   The data block 33 arranged next to the file information block 32 is provided with a data storage area 42 for each channel by adding a unit number 41 to each measurement unit 2a. Each unit number 41 stores a number from 1 to 8. Here, when data other than this is stored as the unit number 41, the data after the unit number 41 is considered invalid. That is, when all the dummy data stored in advance in the data storage area 42 in the unit is replaced with the detection data, the unit number 41 is assigned at the end of the replacement, whereby the data in the unit becomes the detection data. It is possible to identify whether or not the data has been replaced.

なお、ユニット番号41は、1バイトのデータサイズからなるものとする。また、各データ格納領域42には、2バイトのデータサイズからなるデータが格納されるものとする。また、データブロック33のデータサイズは、ユニット数×1バイト×サンプリング数+全チャンネル数×2バイト×サンプリング数から求めることができる。   The unit number 41 is assumed to have a data size of 1 byte. Each data storage area 42 stores data having a data size of 2 bytes. The data size of the data block 33 can be obtained from the number of units × 1 byte × sampling number + total number of channels × 2 bytes × sampling number.

図5は、図1の計測データ収集システムにおけるファイル転送動作の一例を示した状態遷移図であり、情報処理端末8からのファイル転送要求に応じて計測データ収集装置1が完了ファイル4bを転送する様子が示されている。計測データ収集装置1は、情報処理端末8からのファイル転送要求に対して、検出データの書き込みが終了したデータファイル(完了ファイル4b)のみを転送し、ファイル転送要求の受信時に書き込み中のデータファイル4cは転送しない。   FIG. 5 is a state transition diagram showing an example of a file transfer operation in the measurement data collection system of FIG. 1, and the measurement data collection device 1 transfers the completed file 4b in response to a file transfer request from the information processing terminal 8. The situation is shown. In response to the file transfer request from the information processing terminal 8, the measurement data collection device 1 transfers only the data file (completed file 4b) for which detection data has been written, and the data file being written when the file transfer request is received. 4c is not transferred.

これにより、情報処理端末8が計測データ収集装置1からダウンロードしたデータファイルに関し、当該データファイルに対応するデータファイルが計測データ収集装置1において新たな検出データの追加によって更新されるのを防ぐことができるので、データファイルの内容を計測データ収集装置1及び情報処理端末8間で常に一致させることができる。   Thereby, regarding the data file downloaded from the measurement data collection device 1 by the information processing terminal 8, it is possible to prevent the data file corresponding to the data file from being updated by the addition of new detection data in the measurement data collection device 1. Therefore, the contents of the data file can always be matched between the measurement data collection device 1 and the information processing terminal 8.

図6は、図1の計測データ収集システムにおけるファイル削除動作の一例を示した状態遷移図であり、情報処理端末8からのファイル削除要求に応じて計測データ収集装置1内の完了ファイル4bが削除される様子が示されている。計測データ収集装置1は、情報処理端末8からのファイル削除要求に対して、検出データの書き込みが終了したデータファイルのみを削除し、ファイル削除要求の受信時に書き込み中のデータファイル4cは削除しない。   FIG. 6 is a state transition diagram showing an example of a file deletion operation in the measurement data collection system of FIG. 1, and the completion file 4b in the measurement data collection device 1 is deleted in response to a file deletion request from the information processing terminal 8 The state of being done is shown. In response to the file deletion request from the information processing terminal 8, the measurement data collection device 1 deletes only the data file for which detection data has been written, and does not delete the data file 4c that is being written when the file deletion request is received.

これにより、書き込み中のデータファイル4cを保護し、検出データを継続的に蓄積させることができるとともに、完了ファイル4bをメモリーカード4上から削除することで、メモリーカード4内の記憶領域における空き領域を増加させることができる。   As a result, the data file 4c being written can be protected and the detected data can be continuously accumulated, and the completion file 4b can be deleted from the memory card 4 so that an empty area in the storage area in the memory card 4 can be obtained. Can be increased.

図7のステップS101〜S107は、図2の計測データ収集装置におけるFTPサーバーとしての動作例を示したフローチャートである。まず、通信制御部18は、情報処理端末8からログイン要求があれば、それを許可し、当該情報処理端末8からのファイルリスト要求を受け付ける(ステップS101,S102)。   Steps S101 to S107 in FIG. 7 are flowcharts showing an operation example as an FTP server in the measurement data collection apparatus in FIG. First, if there is a login request from the information processing terminal 8, the communication control unit 18 permits it and accepts a file list request from the information processing terminal 8 (steps S101 and S102).

次に、ファイルリスト生成部17は、通信制御部18の指示に従って、RAM23上の書き込みタスクに基づいて完了ファイルリストを生成し、RAM24内に格納するととも、当該情報処理端末8に対して完了ファイルリストを送信する(ステップS103)。通信制御部18は、情報処理端末からのファイル転送要求に応じてメモリーカード4上の完了ファイルを読み出し、当該情報処理端末に対して送信する(ステップS104,S105)。   Next, the file list generation unit 17 generates a completed file list based on the write task on the RAM 23 in accordance with an instruction from the communication control unit 18, stores it in the RAM 24, and sends the completed file list to the information processing terminal 8. The list is transmitted (step S103). The communication control unit 18 reads the completion file on the memory card 4 in response to a file transfer request from the information processing terminal, and transmits it to the information processing terminal (steps S104 and S105).

次に、通信制御部18は、情報処理端末8からのファイル削除要求に応じてメモリーカード4上の完了ファイルを削除する(ステップS106,S107)。   Next, the communication control unit 18 deletes the completed file on the memory card 4 in response to the file deletion request from the information processing terminal 8 (steps S106 and S107).

図8のステップS201〜S208は、図3の情報処理端末における動作例を示したフローチャートである。まず、通信制御部52は、一定周期で計測データ収集装置1に対してログイン要求を送信する(ステップS201,S202)。通信制御部52は、計測データ収集装置1からの完了ファイルリストが受信すると(ステップS203)、そのファイルリストに基づいてダウンロード対象となるデータファイルを指定したファイル転送要求を生成し、当該計測データ収集装置1に対して送信する(ステップS204,S205)。   Steps S201 to S208 in FIG. 8 are flowcharts showing an operation example in the information processing terminal in FIG. First, the communication control unit 52 transmits a login request to the measurement data collection device 1 at regular intervals (steps S201 and S202). Upon receiving the completed file list from the measurement data collection device 1 (step S203), the communication control unit 52 generates a file transfer request specifying a data file to be downloaded based on the file list, and collects the measurement data collection It transmits with respect to the apparatus 1 (step S204, S205).

次に、通信制御部52は、計測データ収集装置1からのデータファイルが受信すると、ファイル管理制御部51に対し、当該データファイルを記憶部56内に格納するように指示する(ステップS206)。データファイルの格納後、通信制御部52は、計測データ収集装置1に対して当該データファイルに対応するデータファイル(完了ファイル)を削除させるためのファイル削除要求を生成し、当該計測データ収集装置1に対して送信する(ステップS207,S208)。ステップS202からステップS208までの処理手順は、一定周期で繰り返される。   Next, when receiving the data file from the measurement data collection device 1, the communication control unit 52 instructs the file management control unit 51 to store the data file in the storage unit 56 (step S206). After storing the data file, the communication control unit 52 generates a file deletion request for causing the measurement data collection device 1 to delete the data file (completion file) corresponding to the data file, and the measurement data collection device 1 (Steps S207 and S208). The processing procedure from step S202 to step S208 is repeated at a constant cycle.

本実施の形態によれば、検出データの書き込み開始後においてはデータファイルに係るFAT4aが既に更新されており、常にメモリーカード4からデータファイルを正しく読み出せるので、データファイルに対する検出データの書き込みが終了する前にシステムがダウンした場合であっても、当該データファイル内の検出データを読み出すことができ、計測データの収集における信頼性を向上させることができる。   According to the present embodiment, after the start of writing of detection data, the FAT 4a related to the data file has already been updated, and the data file can always be correctly read from the memory card 4, so the writing of the detection data to the data file is completed. Even if the system goes down before the detection, the detection data in the data file can be read, and the reliability in collecting measurement data can be improved.

また、一定周期で完了ファイルがダウンロードされ、ダウンロードされたメモリーカード4上の完了ファイルが自動的に削除されるので、メモリーカード4がオーバーフローするのを防止することができる。   In addition, since the completion file is downloaded at a constant cycle and the downloaded completion file on the memory card 4 is automatically deleted, it is possible to prevent the memory card 4 from overflowing.

なお、本実施の形態では、情報処理端末8が計測データ収集装置1からダウンロードしたデータファイルを記憶部56内に格納する場合の例について説明したが、本発明はこれに限られるものではない。例えば、計測データ収集装置1のデータファイル生成部15がバイナリファイルとしてデータファイルを生成する場合に、情報処理端末8が取得したデータファイルを所定のテキスト形式(CSV:Comma Separated Valueなど)に変換するファイル形式変換手段を備えるようにしても良い。   In the present embodiment, the example in which the data file downloaded from the measurement data collection device 1 by the information processing terminal 8 is stored in the storage unit 56 has been described, but the present invention is not limited to this. For example, when the data file generation unit 15 of the measurement data collection device 1 generates a data file as a binary file, the data file acquired by the information processing terminal 8 is converted into a predetermined text format (CSV: Comma Separated Value, etc.). You may make it provide a file format conversion means.

実施の形態2.
本実施の形態では、計測データ収集装置1のファイル管理制御部16がデータファイル4cの格納に失敗した場合に、メモリーカード4のオーバーフロー警戒情報が生成され、この警戒情報に基づいて情報処理端末8から電子メールが送信される。
Embodiment 2. FIG.
In this embodiment, when the file management control unit 16 of the measurement data collection device 1 fails to store the data file 4c, overflow warning information of the memory card 4 is generated, and the information processing terminal 8 is based on this warning information. Will send an email.

計測データ収集装置1は、ファイル管理制御部16がデータファイル4cの格納に失敗した場合に、オーバーフロー警戒情報を生成する警戒情報生成手段を備え、情報処理端末8は、計測データ収集装置1からのオーバーフロー警戒情報に基づいて電子メールを送信するメール送信手段を備えている。   The measurement data collection device 1 includes warning information generation means for generating overflow warning information when the file management control unit 16 fails to store the data file 4c, and the information processing terminal 8 receives from the measurement data collection device 1 A mail transmission means for transmitting an electronic mail based on the overflow warning information is provided.

計測データ収集装置1のデータファイル生成部15は、あるデータファイルにおいて検出データによるダミーデータの置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他にデータファイルを予備ファイルとして生成する。上記警戒情報生成手段は、この予備ファイルがメモリーカード4内に格納できなかった場合にオーバーフロー警戒情報を生成する。つまり、書き込み中のデータファイルの他に予備ファイルが生成され、予備ファイルが格納できるか否かによってメモリーカード4にオーバーフローが生じるか否かを判別することができる。   When the replacement of the dummy data by the detection data in a certain data file is completed, the data file generation unit 15 of the measurement data collection device 1 generates a data file as a spare file in addition to the data file to which the detection data is to be written next. . The warning information generation means generates overflow warning information when the spare file cannot be stored in the memory card 4. That is, it is possible to determine whether or not an overflow occurs in the memory card 4 depending on whether or not a spare file can be stored in addition to the data file being written.

図9のステップS301〜S310は、図2の計測データ収集装置におけるデータ収集の動作例を示したフローチャートである。まず、ファイルデータ置換制御部13は、A/D変換部12から検出データの入力があれば、データファイル生成部15に対してデータファイルの生成を指示する(ステップS301,S302)。   Steps S301 to S310 in FIG. 9 are flowcharts showing an example of data collection operation in the measurement data collection apparatus in FIG. First, if the detection data is input from the A / D conversion unit 12, the file data replacement control unit 13 instructs the data file generation unit 15 to generate a data file (steps S301 and S302).

次に、ファイル管理制御部16は、メモリーカード4上のFAT4aを更新し、メモリーカード4上に上記データファイルが格納可能か否かを判別する(ステップS303,S304)。データファイルが格納可能であれば、当該データファイル及び更新後のFAT4aをメモリーカード4内に格納する(ステップS305)。   Next, the file management control unit 16 updates the FAT 4a on the memory card 4 and determines whether or not the data file can be stored on the memory card 4 (steps S303 and S304). If the data file can be stored, the data file and the updated FAT 4a are stored in the memory card 4 (step S305).

ファイルデータ置換制御部13は、A/D変換部12から入力される検出データによって、当該データファイル中のダミーデータを順次に置き換える(ステップS306,S307)。ファイルデータ置換制御部13は、検出データによる置き換えが終了し、さらに検出データが入力すると、新たなデータファイルの生成をデータファイル生成部15に指示する。   The file data replacement control unit 13 sequentially replaces the dummy data in the data file with the detection data input from the A / D conversion unit 12 (steps S306 and S307). The file data replacement control unit 13 instructs the data file generation unit 15 to generate a new data file when the replacement by the detection data is completed and the detection data is further input.

一方、メモリーカード4上に上記データファイルが格納できなかった場合には、警戒情報生成手段によりオーバーフロー警戒情報が生成される(ステップS308)。このとき、通信制御部18は、情報処理端末8からオーバーフロー発生問い合わせに応じてオーバーフロー警戒情報を当該情報処理端末8に対して送信する(ステップS309,S310)。   On the other hand, when the data file cannot be stored on the memory card 4, the overflow warning information is generated by the warning information generation means (step S308). At this time, the communication control unit 18 transmits overflow warning information to the information processing terminal 8 in response to an overflow occurrence inquiry from the information processing terminal 8 (steps S309 and S310).

図10のステップS401〜S404は、図3の情報処理端末における警報メールの送信動作例を示したフローチャートである。まず、通信制御部52は、一定周期でオーバーフローの問合せを生成し、計測データ収集装置1に対して送信する(ステップS401)。   Steps S401 to S404 in FIG. 10 are flowcharts showing an example of alarm mail transmission operation in the information processing terminal in FIG. First, the communication control unit 52 generates an overflow inquiry at a constant period and transmits it to the measurement data collection device 1 (step S401).

次に、通信制御部52は、計測データ収集装置1からのオーバーフロー警戒情報が受信すると(ステップS402)、ユーザによる設定内容に応じて、オーバーフローの発生を報知するための電子メール(警報メール)を生成し、当該計測データ収集装置1に対して送信する(ステップS403,S404)。   Next, when the overflow warning information from the measurement data collection device 1 is received (step S402), the communication control unit 52 sends an e-mail (alarm mail) for notifying the occurrence of an overflow according to the setting content by the user. Generated and transmitted to the measurement data collection device 1 (steps S403, S404).

本実施の形態によれば、格納可能な記憶領域がファイルサイズに比べて小さいために予備ファイルがメモリーカード4内に格納できなくなった場合であっても、次に検出データの書き込み対象となるデータファイルへは検出データの書き込みを行うことができる。その際、データファイルに対する検出データの書き込み開始よりも前にFAT4aが更新され、当該データファイルのファイルサイズが定められるので、検出データがデータファイルに書き込めなくなるよりも前にメモリーカード4におけるオーバーフローを予測することができる。また、メモリーカード4がオーバーフローするよりも前に、警報メールによって他の端末に対して報知することができる。   According to the present embodiment, even when the reserve file cannot be stored in the memory card 4 because the storage area that can be stored is smaller than the file size, the data to which the detection data is to be written next Detection data can be written to the file. At this time, since the FAT 4a is updated before the start of writing of the detection data to the data file and the file size of the data file is determined, an overflow in the memory card 4 is predicted before the detection data cannot be written to the data file. can do. Further, before the memory card 4 overflows, it can be notified to other terminals by an alarm mail.

本発明の実施の形態1による計測データ収集システムの概略構成の一例を示した図である。It is the figure which showed an example of schematic structure of the measurement data collection system by Embodiment 1 of this invention. 図1の計測データ収集システムにおける要部詳細の一例を示したブロック図である。It is the block diagram which showed an example of the principal part detail in the measurement data collection system of FIG. 図1の計測データ収集システムにおける要部詳細の一例を示したブロック図である。It is the block diagram which showed an example of the principal part detail in the measurement data collection system of FIG. 図2の計測データ収集装置において生成されるデータファイルの一例を示した図である。It is the figure which showed an example of the data file produced | generated in the measurement data collection device of FIG. 図1の計測データ収集システムにおけるファイル転送動作の一例を示した状態遷移図である。It is the state transition diagram which showed an example of the file transfer operation | movement in the measurement data collection system of FIG. 図1の計測データ収集システムにおけるファイル削除動作の一例を示した状態遷移図である。It is the state transition diagram which showed an example of the file deletion operation | movement in the measurement data collection system of FIG. 図2の計測データ収集装置におけるFTPサーバーとしての動作例を示したフローチャートである。3 is a flowchart showing an operation example as an FTP server in the measurement data collection device of FIG. 2. 図3の情報処理端末における動作例を示したフローチャートである。It is the flowchart which showed the operation example in the information processing terminal of FIG. 図2の計測データ収集装置におけるデータ収集の動作例を示したフローチャートである。3 is a flowchart showing an operation example of data collection in the measurement data collection apparatus of FIG. 2. 図3の情報処理端末における警報メールの送信動作例を示したフローチャートである。4 is a flowchart illustrating an example of an alarm mail transmission operation in the information processing terminal of FIG. 3.

符号の説明Explanation of symbols

1 計測データ収集装置
2a 計測ユニット
4 メモリーカード
4a FAT
4b 完了ファイル
4c データファイル
5 メモリーユニット
6 表示ユニット
7a,7b 通信回線
7c 通信ネットワーク
8 情報処理端末
9 メールサーバー
11 入力インターフェース
12 A/D変換部
13 ファイルデータ置換制御部
14 主制御部
15 データファイル生成部
16 ファイル管理制御部
17 ファイルリスト生成部
18 通信制御部
19 表示制御部
20 LCD
20a 表示画面
21 操作入力部
22 ROM
23,24 RAM
25 カードスロット


1 Measurement Data Collection Device 2a Measurement Unit 4 Memory Card 4a FAT
4b Completion file 4c Data file 5 Memory unit 6 Display unit 7a, 7b Communication line 7c Communication network 8 Information processing terminal 9 Mail server 11 Input interface 12 A / D conversion unit 13 File data replacement control unit 14 Main control unit 15 Data file generation Unit 16 File management control unit 17 File list generation unit 18 Communication control unit 19 Display control unit 20 LCD
20a Display screen 21 Operation input unit 22 ROM
23, 24 RAM
25 card slot


Claims (9)

センサーから検出データを周期的に取得する計測データ取得手段と、
ダミーデータからなるデータファイルを生成するデータファイル生成手段と、
データファイルの格納領域に関する割り当て情報からなるアロケーションテーブルを書き換え可能な不揮発性のファイル記憶手段から読み出し、上記データファイル生成手段により生成されたデータファイルを当該アロケーションテーブルに基づいてファイル記憶手段に格納するとともに、当該データファイルの格納領域に関する割り当て情報をアロケーションテーブルに書き込んで上記ファイル記憶手段に格納するファイル管理手段と、
上記検出データに基づいて上記ファイル記憶手段にアクセスし、アロケーションテーブルに割り当て情報が書き込まれたデータファイル内のダミーデータを検出データに順次に置き換えるファイルデータ置換手段とを備えたことを特徴とする計測データ収集装置。
Measurement data acquisition means for periodically acquiring detection data from the sensor;
Data file generating means for generating a data file composed of dummy data;
An allocation table comprising allocation information relating to the storage area of the data file is read from a rewritable nonvolatile file storage means, and the data file generated by the data file generation means is stored in the file storage means based on the allocation table. The file management means for writing the allocation information relating to the storage area of the data file to the allocation table and storing it in the file storage means;
File data replacing means for accessing the file storage means based on the detected data and sequentially replacing dummy data in the data file in which the allocation information is written in the allocation table with the detected data; Data collection device.
検出データによるダミーデータの置き換えが終了したデータファイルを完了ファイルとしてリストアップし、完了ファイルリストを生成するファイルリスト生成手段と、
情報処理端末からのファイルリスト要求に対して上記完了ファイルリストを出力するファイル送信手段とを備えたことを特徴とする請求項1に記載の計測データ収集装置。
A file list generating means for listing a data file for which dummy data is replaced by detected data as a completed file and generating a completed file list;
The measurement data collection device according to claim 1, further comprising: a file transmission unit that outputs the completed file list in response to a file list request from an information processing terminal.
上記ファイル管理手段によりアロケーションテーブルに割り当て情報が新たに書き込まれたデータファイルを指定するファイル指示情報を記憶する書き換え可能な揮発性の指示情報記憶手段を備え、
上記ファイルリスト生成手段は、上記ファイル指示情報に基づいて完了ファイルリストを生成することを特徴とする請求項2に記載の計測データ収集装置。
Rewritable volatile instruction information storage means for storing file instruction information for designating a data file in which allocation information is newly written in the allocation table by the file management means,
The measurement data collection device according to claim 2, wherein the file list generation unit generates a completed file list based on the file instruction information.
上記ファイル管理手段は、情報処理端末からのファイル削除要求に対し、削除対象のデータファイルに係る割り当て情報をアロケーションテーブルから削除することを特徴とする請求項1に記載の計測データ収集装置。   The measurement data collection apparatus according to claim 1, wherein the file management unit deletes allocation information related to the data file to be deleted from the allocation table in response to a file deletion request from the information processing terminal. 上記データファイル生成手段は、あるデータファイルにおいて検出データによるダミーデータの置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他にデータファイルを予備ファイルとして生成することを特徴とする請求項1に記載の計測データ収集装置。   The data file generation means generates a data file as a spare file in addition to the data file to which the detection data is to be written next after the replacement of the dummy data by the detection data in a certain data file is completed. Item 2. The measurement data collection device according to Item 1. 上記ファイル管理手段が上記予備ファイルの格納に失敗した場合に、オーバーフロー警戒情報を生成する警戒情報生成手段を備えたことを特徴とする請求項5に記載の計測データ収集装置。   6. The measurement data collection device according to claim 5, further comprising warning information generation means for generating overflow warning information when said file management means fails to store said spare file. センサーから検出データを収集し、データファイルに蓄積する計測データ収集装置と、通信回線を介して計測データ収集装置からデータファイルを取得し、データ処理を行う情報処理端末とからなり、
上記計測データ収集装置は、センサーから検出データを周期的に取得する計測データ取得手段と、ダミーデータからなるデータファイルを生成するデータファイル生成手段と、データファイルの格納領域に関する割り当て情報からなるアロケーションテーブルを書き換え可能な不揮発性のファイル記憶手段から読み出し、上記データファイル生成手段により生成されたデータファイルを当該アロケーションテーブルに基づいてファイル記憶手段に格納するとともに、当該データファイルの格納領域に関する割り当て情報をアロケーションテーブルに書き込んで上記ファイル記憶手段に格納するファイル管理手段と、上記検出データに基づいて上記ファイル記憶手段にアクセスし、アロケーションテーブルに割り当て情報が書き込まれたデータファイル内のダミーデータを検出データに順次に置き換えるファイルデータ置換手段とを備えることを特徴とする計測データ収集システム。
It consists of a measurement data collection device that collects detection data from sensors and stores it in a data file, and an information processing terminal that acquires the data file from the measurement data collection device via a communication line and performs data processing.
The measurement data collection device includes an allocation table including measurement data acquisition means for periodically acquiring detection data from a sensor, data file generation means for generating a data file including dummy data, and allocation information relating to a storage area of the data file. Is read from the rewritable nonvolatile file storage means, the data file generated by the data file generation means is stored in the file storage means based on the allocation table, and the allocation information relating to the storage area of the data file is allocated. File management means for writing to the table and storing it in the file storage means, and data in which the allocation information is written in the allocation table by accessing the file storage means based on the detection data Measurement data collection system characterized by and a file data replacement means for sequentially replacing the dummy data in Airu the detected data.
上記計測データ収集装置は、上記データファイル生成手段が、あるデータファイルにおいて検出データによるダミーデータの置き換えが終了すると、次に検出データの書き込み対象となるデータファイルの他にデータファイルを予備ファイルとして生成し、上記ファイル管理手段が上記予備ファイルの格納に失敗した場合にオーバーフロー警戒情報を生成する警戒情報生成手段を備え、
上記情報処理端末は、計測データ収集装置からのオーバーフロー警戒情報に基づいて、電子メールを送信するメール送信手段を備えることを特徴とする請求項7に記載の計測データ収集システム。
The measurement data collection device generates a data file as a spare file in addition to the data file to which the detection data is to be written next when the data file generation unit finishes replacing the dummy data with the detection data in a certain data file. And warning information generating means for generating overflow warning information when the file management means fails to store the spare file,
8. The measurement data collection system according to claim 7, wherein the information processing terminal includes a mail transmission unit that transmits an electronic mail based on overflow warning information from the measurement data collection device.
上記情報処理端末は、取得したデータファイルを所定のテキスト形式に変換するファイル形式変換手段を備え、
上記計測データ収集装置のデータファイル生成手段がデータファイルをバイナリファイルとして生成することを特徴とする請求項7に記載の計測データ収集システム。


The information processing terminal includes file format conversion means for converting the acquired data file into a predetermined text format,
8. The measurement data collection system according to claim 7, wherein the data file generation means of the measurement data collection device generates the data file as a binary file.


JP2004303013A 2004-10-18 2004-10-18 Measurement data collection device and measurement data collection system Pending JP2006113964A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004303013A JP2006113964A (en) 2004-10-18 2004-10-18 Measurement data collection device and measurement data collection system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004303013A JP2006113964A (en) 2004-10-18 2004-10-18 Measurement data collection device and measurement data collection system

Publications (1)

Publication Number Publication Date
JP2006113964A true JP2006113964A (en) 2006-04-27

Family

ID=36382418

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004303013A Pending JP2006113964A (en) 2004-10-18 2004-10-18 Measurement data collection device and measurement data collection system

Country Status (1)

Country Link
JP (1) JP2006113964A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016057665A (en) * 2014-09-05 2016-04-21 日置電機株式会社 Data logger
JP2016081316A (en) * 2014-10-17 2016-05-16 アズビル株式会社 Data recording device and method
US9904620B2 (en) 2014-01-20 2018-02-27 Sony Corporation Information processing apparatus and method for writing data to a storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH086825A (en) * 1994-06-17 1996-01-12 Hitachi Ltd File generating method
JPH10283231A (en) * 1997-04-04 1998-10-23 Toshiba Corp Data processor
JP2001092699A (en) * 1999-09-20 2001-04-06 Nippon Telegr & Teleph Corp <Ntt> File storing device
JP2003058399A (en) * 2001-08-17 2003-02-28 Sony Corp System and method for measuring electronic part
JP2003196136A (en) * 2001-12-26 2003-07-11 Hitachi Ltd Backup system
JP2003263346A (en) * 2002-03-11 2003-09-19 Dainippon Printing Co Ltd Server capacity management system
JP2004258798A (en) * 2003-02-24 2004-09-16 Keyence Corp Data recorder, data collection device, data record method and data record program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH086825A (en) * 1994-06-17 1996-01-12 Hitachi Ltd File generating method
JPH10283231A (en) * 1997-04-04 1998-10-23 Toshiba Corp Data processor
JP2001092699A (en) * 1999-09-20 2001-04-06 Nippon Telegr & Teleph Corp <Ntt> File storing device
JP2003058399A (en) * 2001-08-17 2003-02-28 Sony Corp System and method for measuring electronic part
JP2003196136A (en) * 2001-12-26 2003-07-11 Hitachi Ltd Backup system
JP2003263346A (en) * 2002-03-11 2003-09-19 Dainippon Printing Co Ltd Server capacity management system
JP2004258798A (en) * 2003-02-24 2004-09-16 Keyence Corp Data recorder, data collection device, data record method and data record program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9904620B2 (en) 2014-01-20 2018-02-27 Sony Corporation Information processing apparatus and method for writing data to a storage medium
JP2016057665A (en) * 2014-09-05 2016-04-21 日置電機株式会社 Data logger
JP2016081316A (en) * 2014-10-17 2016-05-16 アズビル株式会社 Data recording device and method

Similar Documents

Publication Publication Date Title
CN101542447B (en) Write once recording device
CN111107123B (en) Method and device for continuous transmission in broken network
JP5531753B2 (en) Data recording apparatus and digital camera
US8456533B2 (en) Image capturing apparatus and control method of the same
JP2002314905A (en) Image management unit, image management system, and method and program for controlling them
JP2009122820A (en) Remote monitoring information collection system, remote monitoring information collection device, monitoring terminal, and remote monitoring information collection method
US9003097B2 (en) Information transfer apparatus, information transfer system and information transfer method
JP5602169B2 (en) COMMUNICATION MANAGEMENT DEVICE, COMMUNICATION MANAGEMENT METHOD, AND PROGRAM
JP2006113964A (en) Measurement data collection device and measurement data collection system
JP5621229B2 (en) Storage system, management method and program
JP2008165606A (en) Electronic equipment and program to be executed by computer
JP6221519B2 (en) Information processing apparatus, log processing method, and program
JP2009116624A (en) Data recording device
CN109753222B (en) Data deleting method, server and computer readable medium
JP4922711B2 (en) Battery management system
CN112463746B (en) File storage and generation method and device and electronic equipment
JP5444567B2 (en) Transient data collection system
JP2010218235A (en) Archive device, distributed management device, and distributed management program
JP6840013B2 (en) Time series data recording method and equipment
KR102136183B1 (en) Method and apparatus for recording time series data
JPWO2020049746A1 (en) Database equipment, programs, and data processing methods
JP2008300946A (en) Image processing apparatus and data processing program
JP6720642B2 (en) Recording device, management device, information processing method, and program
JP5215263B2 (en) Measurement data collection method, measurement data collection device, measurement data recording device, and measurement system
JP3653723B2 (en) Data measurement system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070919

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100611

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100629

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20101116