JP2008217612A - Sensor data control system and sensor data control method - Google Patents

Sensor data control system and sensor data control method Download PDF

Info

Publication number
JP2008217612A
JP2008217612A JP2007056377A JP2007056377A JP2008217612A JP 2008217612 A JP2008217612 A JP 2008217612A JP 2007056377 A JP2007056377 A JP 2007056377A JP 2007056377 A JP2007056377 A JP 2007056377A JP 2008217612 A JP2008217612 A JP 2008217612A
Authority
JP
Japan
Prior art keywords
sensor
data
sensor device
sensor data
information
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.)
Granted
Application number
JP2007056377A
Other languages
Japanese (ja)
Other versions
JP4647632B2 (en
Inventor
Yutaka Arakawa
豊 荒川
Masato Matsuo
真人 松尾
Masayasu Yamaguchi
正泰 山口
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2007056377A priority Critical patent/JP4647632B2/en
Publication of JP2008217612A publication Critical patent/JP2008217612A/en
Application granted granted Critical
Publication of JP4647632B2 publication Critical patent/JP4647632B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily provide sensor data used in applications to various applications regardless of the kind of applications by accumulating sensor devices from two or more kinds of sensor devices. <P>SOLUTION: A sensor device information management part 32 holds a sensor device identifier and a data format identifier of each sensor device. A data format information management part 31 retains storage table names and storage formats of the data format identifier, data format information and sensor data. A sensor data processing part 13 reads data format identifier contained in sensor data acquired from a sensor device 7, analyzes the sensor data according to the data format information corresponding to the data format identifier, and stores the result in a sensor data storage table retained by a sensor data management part 21. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、ネットワーク上に配置された多数の異なる種類のセンサから得られるデータを蓄積し、様々なアプリケーションプログラムに対して利用可能なデータとして提供するセンサデータ制御システム及びセンサデータ制御方法に関する。   The present invention relates to a sensor data control system and a sensor data control method for accumulating data obtained from many different types of sensors arranged on a network and providing them as usable data for various application programs.

センサネットワークと呼ばれる技術分野において、ネットワーク上に設置された多数のセンサから得た情報を収集、蓄積し、センサデータを用いる複数のアプリケーションに蓄積したセンサデータを提供するミドルウェアの研究開発が行われている。その研究開発事例として、非特許文献1、2が挙げられる。
センサデバイスには様々なものがあり、温度や湿度などセンシングを行う対象が異なるだけでなく、センシングを行う対象が同じでも通信プロトコルやデータ形式が異なる場合もある。従来のミドルウェアでは、様々な違いを有するセンサデータを統一的に扱うために、通信プロトコルやデータ形式の違いを隠蔽し、センサデバイスを抽象化する技術を有するものがある。
また、センサ種別など、センサデバイスに関する静的な情報を管理し、アプリケーションが静的な情報を指定すると、該当するセンサデバイスを検索する機能が従来のミドルウェアには存在する。
In a technical field called sensor networks, middleware that collects and accumulates information obtained from a large number of sensors installed on the network and provides sensor data accumulated in multiple applications using sensor data is being researched and developed. Yes. Non-patent documents 1 and 2 are listed as examples of the research and development.
There are various types of sensor devices, and not only the sensing target such as temperature and humidity is different, but also the communication protocol and data format may be different even if the sensing target is the same. Some conventional middleware has a technology for concealing differences in communication protocols and data formats and abstracting sensor devices in order to handle sensor data having various differences in a unified manner.
Further, conventional middleware has a function of managing static information related to a sensor device such as a sensor type and searching for a corresponding sensor device when an application designates static information.

田坂、川喜田、他 「インターネット上で実空間情報を収集・管理するフレームワークの提案」、情報処理学会研究報告、2003-UBI-2(9)、2003年11月18日Tasaka, Kawakita, et al. “Proposal of a framework for collecting and managing real-space information on the Internet”, IPSJ Research Report, 2003-UBI-2 (9), November 18, 2003 斉藤忍、高橋成文 「3層方式によるセンサプラットフォームの提案」、情報処理学会第68回全国大会講演論文集3F−1Shinobu Saito, Narufumi Takahashi “Proposal of Sensor Platform Using Three-Layer Method”, Proc. 3F-1

しかしながら、前述の通り、センサデバイスは種類によってデータ形式が異なる。センサデバイスは今後更に多くの種類が市販されるようになり、用途に合わせて様々なセンサデバイスが用いられる。新しい種類のセンサデバイスを導入するためには、センサデバイス設置者はその抽象化を行うための作業をセンサデバイス導入のたびに行わなければならない。従来の技術においては、抽象化の作業は煩雑であり、そのためのプログラミングや、複雑なXML(Extensible Markup Language)形式の設定情報記述、SQLによるデータベース操作等を行う必要がある。
また、センサデバイスの多くはコストを抑えるために小型化され、簡素化されており、電源も貧弱であるため、故障や電池切れも多く、センサデバイスの更改作業が多くなる。一方、センサデバイス自体は、同じ種類のセンサであってもセンシング素子の特性が異なるため、センサを用いるためにはキャリブレーションと呼ばれる補正作業を行う必要がある。従って、多数のセンサデバイスを設置するセンサネットワークにおいて、キャリブレーションを含めた更改作業は非常に煩雑な作業となりコストもかかる。
However, as described above, the data format of the sensor device differs depending on the type. Many types of sensor devices will be commercially available in the future, and various sensor devices are used according to the application. In order to introduce a new type of sensor device, the sensor device installer must perform the abstraction work every time the sensor device is introduced. In the conventional technique, the abstraction work is complicated, and it is necessary to perform programming, description of setting information in a complex XML (Extensible Markup Language) format, database operation using SQL, and the like.
In addition, many sensor devices are downsized and simplified in order to reduce costs, and the power source is poor. Therefore, there are many breakdowns and battery exhaustion, and the sensor device is renewed frequently. On the other hand, even if the sensor device itself is the same type of sensor, since the characteristics of the sensing elements are different, it is necessary to perform a correction operation called calibration in order to use the sensor. Therefore, in a sensor network in which a large number of sensor devices are installed, renewal work including calibration is very complicated and costly.

また、複数のアプリケーションプログラム(以降、単に「アプリケーション」とも記載)が同一のセンサデバイスから得た情報を利用する場合、各アプリケーションが欲しいセンサデータが必ずしも同一の単位であったり、同一の意味を持つものであることはない。従来の技術では、アプリケーションに合わせてセンサデバイスのデータの抽象化作業を行うか、アプリケーションごとにセンサデバイスデータの補正を行う必要があった。   In addition, when a plurality of application programs (hereinafter simply referred to as “applications”) use information obtained from the same sensor device, the sensor data desired by each application is not necessarily in the same unit or has the same meaning. It is never a thing. In the conventional technique, it has been necessary to abstract the data of the sensor device according to the application or to correct the sensor device data for each application.

また、従来では、センサ種別や位置などの静的なセンサデバイス情報を指定することでセンサデバイスを検索し、そのセンサデバイスが出力したセンサデータをデータベースから取得する、或いは、そのセンサデバイスが出力したデータをリアルタイムに取得するという形態がとられてきた。そのため、ある特定の時間の、ある特定の場所での人の有無を知りたいアプリケーションは、静的な情報として、その場所に設置されたセンサデバイス、という指定によりセンサデバイスを検索し、そのセンサデバイスから得られたセンサデータのみを利用するしかなかった。しかしながら、本来、たまたまその時間、その場所に持ち込まれた人感センサ付きのノートパソコンがあった場合、そのセンサも活用できるはずである。このように、動的な情報、特にある時間、ある場所に存在するという条件から、該当するセンサデバイスを全て検索することができないという問題がある。   Conventionally, a sensor device is searched by specifying static sensor device information such as sensor type and position, and sensor data output by the sensor device is acquired from a database, or the sensor device outputs The form of acquiring data in real time has been taken. Therefore, an application that wants to know the presence or absence of a person at a specific location at a specific time searches for the sensor device as a static information by designating the sensor device installed at that location, and the sensor device. Only the sensor data obtained from was used. However, if there is a notebook personal computer with a human sensor that happens to be brought to the location at that time, the sensor should be usable. As described above, there is a problem that it is not possible to search for all corresponding sensor devices based on dynamic information, in particular, a condition that the device exists in a certain place for a certain time.

本発明は、以上の点に鑑みてなされたものであり、複数の種類のセンサデバイスからのセンサデータを蓄積し、様々なアプリケーションに対してアプリケーションの種類に拠らず、アプリケーションで使用するセンサデータを容易に提供することができるセンサデータ制御システム及びセンサデータ制御方法を提供することを目的とする。   The present invention has been made in view of the above points, accumulates sensor data from a plurality of types of sensor devices, and does not depend on the type of application for various applications, but sensor data used in the application. It is an object of the present invention to provide a sensor data control system and a sensor data control method that can easily provide the sensor data.

前述した目的を達成するために本発明は、センサデバイスから取得したセンサデータを蓄積し、アプリケーションに対して前記センサデータを提供するセンサデータ制御システムであって、前記センサデバイスのセンサデータを格納テーブルに格納して保持するセンサデータ保持手段と、前記データ形式識別子と、データ形式情報と、前記格納テーブル名と格納形式とを保持するデータ形式識別子保持手段と、前記センサデバイスからセンサデータを取得するセンサデータ取得手段と、前記センサデータ取得手段によって取得されたセンサデータに含まれるデータ形式識別子を読み出し、前記データ形式識別子に対応するデータ形式情報と格納テーブル名と格納形式とを、前記データ形式識別子保持手段から取得し、取得したデータ形式に従って、前記取得したセンサデータを解析し、前記格納テーブル名の格納テーブルに格納する格納手段と、前記アプリケーションから要求されたセンサデータの送信要求に基づいて、前記格納テーブルに格納されたセンサデータを、当該アプリケーションに提供する提供手段と、を具備することを特徴とする。
ここでいう識別子等の保持とは、各種情報を記憶することを示す。
In order to achieve the above-described object, the present invention is a sensor data control system for accumulating sensor data acquired from a sensor device and providing the sensor data to an application, wherein the sensor data of the sensor device is stored in a table. Sensor data holding means for storing and holding data, data format identifier, data format information, data format identifier holding means for holding the storage table name and storage format, and acquiring sensor data from the sensor device Sensor data acquisition means, and a data format identifier included in the sensor data acquired by the sensor data acquisition means are read out, and data format information, storage table name and storage format corresponding to the data format identifier are read out from the data format identifier. Acquired from the holding means, and according to the acquired data format The storage means for analyzing the acquired sensor data and storing it in the storage table of the storage table name, and the sensor data stored in the storage table based on the transmission request of the sensor data requested from the application And providing means for providing to the application.
The holding of the identifier or the like here means storing various information.

また、本発明は、前記センサデバイスのセンサデバイス識別子と、データ形式識別子とを保持するセンサデバイス情報保持手段を有し、前記提供手段は、前記アプリケーションから要求されたセンサデバイス識別子を受け付け、前記センサデバイス識別子に対応付けられたデータ形式識別子を前記センサデバイス情報保持手段を参照して読み出し、読み出したデータ形式識別子に対応する格納テーブル名の格納テーブルに格納されたセンサデータを、当該アプリケーションに提供することを特徴とする。
また、本発明は、論理センサデバイス識別子と、前記論理センサデバイスを対応付けるセンサデバイス情報と、前記論理センサデバイスによるデータ変換方法とを保持する論理センサデバイス情報保持手段を有し、前記提供手段は、前記論理センサデバイス情報保持手段を参照し、前記アプリケーションから要求された論理センサデバイスに対応付けられたセンサデバイス識別子と、前記センサデバイス識別子に対応付けられた格納テーブル名の格納テーブルからセンサデータを取得し、前記論理センサデバイスによるデータ変換方法によるデータ変換を施して、アプリケーションに提供することを特徴とする。
また、本発明は、論理センサデバイスの位置情報を保持する位置情報保持手段を更に具備することを特徴とする。
また、本発明は、キャリブレーション情報保持手段に保持されるキャリブレーション情報に従って、センサデータに対して補正処理を行い、前記格納テーブルに格納することを特徴とする。
The present invention further includes sensor device information holding means for holding a sensor device identifier and a data format identifier of the sensor device, wherein the providing means receives the sensor device identifier requested from the application, and the sensor A data format identifier associated with a device identifier is read with reference to the sensor device information holding unit, and sensor data stored in a storage table having a storage table name corresponding to the read data format identifier is provided to the application. It is characterized by that.
The present invention further includes a logical sensor device information holding unit that holds a logical sensor device identifier, sensor device information that associates the logical sensor device, and a data conversion method by the logical sensor device, and the providing unit includes: Referring to the logical sensor device information holding means, obtain sensor data from a storage table of a sensor device identifier associated with the logical sensor device requested by the application and a storage table name associated with the sensor device identifier. The data is converted by the data conversion method by the logic sensor device and provided to the application.
The present invention is further characterized by further comprising position information holding means for holding position information of the logic sensor device.
According to the present invention, the sensor data is corrected in accordance with the calibration information held in the calibration information holding means and stored in the storage table.

また、本発明は、センサデバイスから取得したセンサデータを蓄積し、アプリケーションに対して前記センサデータを提供するセンサデータ制御方法であって、前記センサデバイスのセンサデバイス識別子と、データ形式識別子とを保持する第1のステップと、論理センサデバイスと、前記論理センサデバイスを対応付けるセンサデバイス情報と、前記論理センサデバイスによるデータ変換方法とを保持する第2のステップと、前記センサデバイスのセンサデータを格納テーブルに格納して保持する第3のステップと、前記データ形式識別子と、データ形式情報と、前記格納テーブル名と格納形式とを保持する第4のステップと、前記センサデバイスからセンサデータを取得するセンサデータ第5のステップと、前記第5のステップによって取得されたセンサデータに含まれるデータ形式識別子を読み出し、前記データ形式識別子に対応するデータ形式情報と格納テーブル名と格納形式とを取得し、取得したデータ形式に従って、前記取得したセンサデータを解析し、前記格納テーブル名の格納テーブルに格納する第6のステップと、を具備することを特徴とする。
また、前記アプリケーションから要求された論理センサデバイスに対応付けられたセンサデバイス識別子と、前記センサデバイス識別子に対応付けられた格納テーブル名の格納テーブルからセンサデータを取得し、前記論理センサデバイスによるデータ変換方法によるデータ変換を施して、アプリケーションに提供する第7のステップを、更に具備することを特徴とする。
The present invention also relates to a sensor data control method for accumulating sensor data acquired from a sensor device and providing the sensor data to an application, wherein the sensor device identifier of the sensor device and a data format identifier are retained. A first step of holding, a second step of holding a logical sensor device, sensor device information associating the logical sensor device, and a data conversion method by the logical sensor device, and a table storing sensor data of the sensor device A third step of storing and holding the data format, a fourth step of holding the data format identifier, data format information, the storage table name and the storage format, and a sensor for obtaining sensor data from the sensor device By the fifth step of data and the fifth step A data format identifier included in the obtained sensor data is read, data format information corresponding to the data format identifier, a storage table name, and a storage format are acquired, and the acquired sensor data is analyzed according to the acquired data format. And a sixth step of storing in the storage table of the storage table name.
Further, sensor data is acquired from a storage table of a sensor device identifier associated with the logical sensor device requested by the application and a storage table name associated with the sensor device identifier, and data conversion by the logical sensor device is performed. The method further comprises a seventh step of performing data conversion by the method and providing the data to the application.

本発明では、データ形式の定義を、わかりやすい正規表現で定義することにした。また、従来技術では、アプリケーション側で行うキャリブレーション処理を、取得したセンサデータにキャリブレーション処理を施して、アプリケーションに送信するようにした。
また、アプリケーションが必要なセンサデータを検索する際に、センサデバイスの種別を指定するだけでなく、センサデバイスの場所やセンサデータの取得時間等を指定して検索できるようにした。
In the present invention, the definition of the data format is defined by an easy-to-understand regular expression. In the prior art, the calibration process performed on the application side is performed on the acquired sensor data and transmitted to the application.
In addition, when searching for sensor data required by an application, it is possible to specify not only the type of sensor device but also the location of the sensor device, the acquisition time of sensor data, and the like.

本発明によれば、従来煩雑であった新しいセンサデバイスの導入やセンサデバイスの更改作業を容易に行え、そのセンサデータを確実に蓄積し、様々なアプリケーションに提供することが可能である。この際、センサデバイス固有のキャリブレーション処理、論理センサデバイスによるデータ変換処理、論理センサデバイスの位置情報を含めたセンサデータをアプリケーションに提供することが可能である。   According to the present invention, it is possible to easily introduce a new sensor device or update a sensor device, which has been complicated in the past, and to reliably accumulate the sensor data and provide it to various applications. At this time, it is possible to provide sensor data including calibration processing unique to the sensor device, data conversion processing by the logical sensor device, and position information of the logical sensor device to the application.

以下に、添付図面を参照しながら、本発明に係るセンサデータ制御システムの好適な実施形態について詳細に説明する。なお、以下の説明および添付図面において、略同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略することにする。   Hereinafter, preferred embodiments of a sensor data control system according to the present invention will be described in detail with reference to the accompanying drawings. In the following description and the accompanying drawings, the same reference numerals are given to components having substantially the same functional configuration, and redundant description is omitted.

図1は、本発明の本実施の形態に係るセンサデータ制御システムのセンサデータ蓄積側のブロック構成図である。図2は、本発明の本実施の形態に係るセンサデータ制御システムのセンサデータ利用側のブロック構成図である。
図1に示すように、センサデータ制御システムのセンサデータ蓄積側は、Webサーバ11、センサデータ処理部13、センサデータ格納用データベース15、センサメタ情報格納用データベース17から構成され、図2に示すように、センサデータ利用側は、センサデータ格納用データベース15、センサメタ情報格納用データベース17、クエリ処理部19から構成される。
FIG. 1 is a block diagram of the sensor data storage side of the sensor data control system according to the present embodiment of the present invention. FIG. 2 is a block diagram of the sensor data use side of the sensor data control system according to the present embodiment of the present invention.
As shown in FIG. 1, the sensor data storage side of the sensor data control system includes a web server 11, a sensor data processing unit 13, a sensor data storage database 15, and a sensor meta information storage database 17, as shown in FIG. The sensor data use side includes a sensor data storage database 15, a sensor meta information storage database 17, and a query processing unit 19.

図1において、センサデバイス7はセンサネットワークに新しく設置されるセンサデバイスである。端末9は、センサデバイス7の設置者8が使用するものであり、Webサーバ11と通信可能に接続される。センサデバイス7はネットワークを介してセンサデータ処理部13にセンサデータの送受信が可能である。   In FIG. 1, a sensor device 7 is a sensor device newly installed in the sensor network. The terminal 9 is used by the installer 8 of the sensor device 7 and is connected to the Web server 11 so as to be communicable. The sensor device 7 can transmit and receive sensor data to and from the sensor data processing unit 13 via a network.

Webサーバ11は、端末9からセンサデバイス7に関するデータ形式やデバイスの情報、定義等の入力を受け付け、センサデータ格納用データベース15、センサメタ情報格納用データベース17に格納する。センサデータ処理部13は、センサデバイス7からのセンサデータを受け付け、必要な解析処理を行い、センサデータ格納用データベース15、センサメタ情報格納用データベース17に格納する。   The Web server 11 receives input of the data format, device information, definition, and the like regarding the sensor device 7 from the terminal 9 and stores them in the sensor data storage database 15 and the sensor meta information storage database 17. The sensor data processing unit 13 receives sensor data from the sensor device 7, performs necessary analysis processing, and stores it in the sensor data storage database 15 and the sensor meta information storage database 17.

センサデータ格納用データベース15はセンサデータ管理部21を有する。センサメタ情報格納用データベース17は、データ形式情報管理部31とセンサデバイス情報管理部32を有する。センサデバイス管理部21、データ形式情報管理部31、センサデバイス情報管理部32のそれぞれが記憶する情報については後に述べる。   The sensor data storage database 15 has a sensor data management unit 21. The sensor meta information storage database 17 includes a data format information management unit 31 and a sensor device information management unit 32. Information stored in each of the sensor device management unit 21, the data format information management unit 31, and the sensor device information management unit 32 will be described later.

図2に示すクエリ処理部19は、アプリケーション(アプリケーションプログラム)41からの検索指定要求等に従って、センサデータ格納用データベース15、センサメタ情報格納用データベース17を検索し、必要なセンサデータ等を取得し、アプリケーション41に送信する。   The query processing unit 19 shown in FIG. 2 searches the sensor data storage database 15 and the sensor meta information storage database 17 in accordance with a search designation request from the application (application program) 41, acquires necessary sensor data, Send to application 41.

Webサーバ11、センサデータ処理部13、クエリ処理部19は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等で構成される制御部を各々有する。CPUは、ROM等に格納されるプログラムをRAM上のワークメモリ領域に呼び出して実行し、後述する各種処理を実現する。
Webサーバ11、センサデータ処理部13、クエリ処理部19は複数のサーバコンピュータで構成されてもよいし、1つのサーバコンピュータで構成されても良い。
The Web server 11, the sensor data processing unit 13, and the query processing unit 19 each have a control unit configured by a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like. The CPU calls a program stored in the ROM or the like to a work memory area on the RAM and executes it, thereby realizing various processes described later.
The Web server 11, the sensor data processing unit 13, and the query processing unit 19 may be configured by a plurality of server computers or a single server computer.

次に、センサデータ制御システムによる新種センサデバイスのセンサデータ蓄積利用について説明する。図3は新種センサデバイス7からのデータ取得処理の流れを示すシーケンス図である。
Webサーバ11は、端末9から、新種センサデバイス7の設置者8によるセンサデバイス7のセンサデバイス情報の入力を受け付け(ステップS1101)、Webサーバ11は、センサデバイス識別子とデータ形式識別子とをセンサデバイス情報管理部32に格納する(ステップS1102)。
Next, sensor data storage and use of a new sensor device by the sensor data control system will be described. FIG. 3 is a sequence diagram showing the flow of data acquisition processing from the new sensor device 7.
The Web server 11 accepts input of sensor device information of the sensor device 7 by the installer 8 of the new sensor device 7 from the terminal 9 (step S1101), and the Web server 11 receives the sensor device identifier and the data format identifier from the sensor device. The information is stored in the information management unit 32 (step S1102).

Webサーバ11は、端末9から新種センサデバイス7の登録要求を受け付けると、センサデバイス情報設定画面を端末9に表示する。図4は、センサデバイス情報設定画面の一例を示す図である。センサデバイス識別子50は、新たに設置するセンサデバイス7を識別する識別情報(IDなど)である。また、説明欄にはセンサデバイス7の設置箇所等が記述される。データ形式識別子は51は、センサデバイス7が取得するデータの種別を示すものであり、例えば、センサデバイス7が温度センサであれば「Temp」として、データ形式識別子51「Temp」が新規であれば、ステップS1103〜ステップS1105に示すように定義する。   When receiving a registration request for the new sensor device 7 from the terminal 9, the Web server 11 displays a sensor device information setting screen on the terminal 9. FIG. 4 is a diagram illustrating an example of the sensor device information setting screen. The sensor device identifier 50 is identification information (such as an ID) for identifying the newly installed sensor device 7. In the explanation column, the installation location of the sensor device 7 is described. The data format identifier 51 indicates the type of data acquired by the sensor device 7. For example, if the sensor device 7 is a temperature sensor, it is “Temp”, and if the data format identifier 51 “Temp” is new, These are defined as shown in steps S1103 to S1105.

こうして定義されたセンサデバイス情報は、センサメタ情報格納用データベース17のセンサデバイス情報管理部32に記憶される。図5は、センサデバイス情報管理部32に保持されたセンサデバイス情報の一例を示す図である。例えば、図4に示される画面にて入力された情報は、図5に示されるセンサデバイス情報として保持される。   The sensor device information thus defined is stored in the sensor device information management unit 32 of the sensor meta information storage database 17. FIG. 5 is a diagram illustrating an example of sensor device information held in the sensor device information management unit 32. For example, information input on the screen shown in FIG. 4 is held as sensor device information shown in FIG.

Webサーバ11は、端末9から、新種のデータ形式情報の入力を受け付け(ステップS1103)、Webサーバ11は、センサデータ格納用テーブルを作成し、センサデータ格納用データベース15に格納する(ステップS1104)。また、Webサーバ11は、センサデータ形式識別子とそのデータ形式情報、格納先テーブル名の対応情報などをセンサメタ情報格納用データベース17に格納する(ステップS1105)。   The Web server 11 accepts input of new data format information from the terminal 9 (step S1103), and the Web server 11 creates a sensor data storage table and stores it in the sensor data storage database 15 (step S1104). . Further, the Web server 11 stores the sensor data format identifier, the data format information thereof, the correspondence information of the storage destination table name, etc. in the sensor meta information storage database 17 (step S1105).

Webサーバ11は、端末9から新たなデータ形式識別子の登録要求を受け付けると、図6に示すセンサデータ形式登録画面を端末9に表示し、入力を受け付ける。
例えば、温度センサが新たに設置された場合、データ形式識別子51として「Temp」と入力し、説明として温度センサであることを記載し、「Temp」に対するデータ形式53を定義する。データ形式53は正規表現で記述することができる。また、データ形式53には、正規表現を拡張して、文字列だけでなくバイナリ形式の読み込み、例えば、「16ビットの整数」などといったパターンを定義することも可能である。
When receiving a registration request for a new data format identifier from the terminal 9, the Web server 11 displays a sensor data format registration screen shown in FIG.
For example, when a temperature sensor is newly installed, “Temp” is input as the data format identifier 51, the temperature sensor is described as an explanation, and the data format 53 for “Temp” is defined. The data format 53 can be described by a regular expression. In the data format 53, a regular expression can be extended to define not only a character string but also a binary format, for example, a pattern such as “16-bit integer”.

後に説明するように、センサデバイスからセンサデータが入力された場合、センサデータ処理部13は、データ形式53に記述された正規表現に合致する文字列(データ)をセンサデータから取得し、センサデータ格納用テーブルに出力し、センサデータ管理部21に格納する。
また、格納形式55は、データベースへの蓄積方法、即ち、蓄積先のカラム名やデータ型等を定義するものであり、センサ格納用テーブルの形式を定義するためのものである。
As will be described later, when sensor data is input from the sensor device, the sensor data processing unit 13 acquires a character string (data) matching the regular expression described in the data format 53 from the sensor data, and sensor data The data is output to a storage table and stored in the sensor data management unit 21.
The storage format 55 defines the storage method in the database, that is, the column name and data type of the storage destination, and is for defining the format of the sensor storage table.

図6において、データ形式識別子51が「Temp」であるデータは、データ形式53「([a-z]+) ([0-9]) ([0-9:]+) ([0-9.]+)」と格納形式55の記述によって次のように定義される。
まず、「a」から「z」のアルファベットが1つ以上続き、それは「形式識別子」を意味している。次に、1つスペースが入り、次に「0」から「9」の数字が1文字入り、それは「センサデバイス7の識別子」を意味している。次に、1つスペースが入り、次に「数字」か「:」からなる文字が続き、それは「センサデータ取得時間」を意味する。次に、1つスペースが入り、次に「数字」か「.」からなる文字が続き、それは「温度データ」を意味する。
In FIG. 6, data having a data format identifier 51 of “Temp” has a data format 53 “([az] +) ([0-9]) ([0-9:] +) ([0-9.] +) ”And the storage format 55 are defined as follows.
First, one or more alphabets “a” to “z” follow, which means “form identifier”. Next, one space is entered, and then a number from “0” to “9” is entered, which means “identifier of sensor device 7”. Next, there is a space, followed by a letter consisting of “number” or “:”, which means “sensor data acquisition time”. Next, there is a space, followed by a letter consisting of “number” or “.”, Which means “temperature data”.

図6において、「登録」ボタンが選択されると、センサデータ形式識別子とそのデータ形式情報、格納先テーブル名の対応情報などがセンサメタ情報格納用データベース17に格納され、センサデータ格納用テーブルはセンサデータ格納用データベース15に格納される。
図7は、センサメタ情報格納用データベース17が有するデータ形式情報管理部31が記憶するデータ形式情報の一例を示す図である。図6に示すセンサデータ形式登録画面で入力された60部、61部、63部、65部、67部が、図7に示すデータ形式情報の70部、71部、73部、75部、77部に対応する。
In FIG. 6, when the “Register” button is selected, the sensor data format identifier, the data format information thereof, the correspondence information of the storage destination table name, etc. are stored in the sensor meta information storage database 17, and the sensor data storage table is stored in the sensor data storage table. It is stored in the data storage database 15.
FIG. 7 is a diagram illustrating an example of data format information stored in the data format information management unit 31 included in the sensor meta information storage database 17. 60, 61, 63, 65, 67 entered on the sensor data format registration screen shown in FIG. 6 are the 70, 71, 73, 75, 77 of the data format information shown in FIG. Corresponding to the part.

以上のようにして、新種のセンサデバイス7に対するデバイス情報、センサデータのデータ形式情報がデータベースに登録される。登録作業後、センサデバイス7の設置者8はセンサデバイス7を所定の場所に設置し、ネットワークに接続する(ステップS1106)。
次に、データベース7が取得したセンサデータの蓄積の処理について説明する。センサデバイス7がセンサデータを取得すると(ステップS1107)、センサデータはセンサデータ処理部13に送信される(ステップS1108)。
As described above, the device information for the new type of sensor device 7 and the data format information of the sensor data are registered in the database. After the registration work, the installer 8 of the sensor device 7 installs the sensor device 7 at a predetermined location and connects to the network (step S1106).
Next, a process for accumulating sensor data acquired by the database 7 will be described. When the sensor device 7 acquires sensor data (step S1107), the sensor data is transmitted to the sensor data processing unit 13 (step S1108).

センサデータ処理部13は受信したセンサデータのデータ形式識別子に対応するデータ形式情報、格納先テーブル名等を取得する(ステップS1109)。本システムでは、センサデバイスからのセンサデータ内の決まった位置にセンサデータ形式識別子を配置する必要がある。先頭ではない場合は、システムに蓄積するセンサデータ全てについて位置あわせをしておく、或いは、センサデータにセンサデータ形式識別子があるものとして認識するセンサデータ解析処理を行う必要がある。例えば、先頭に配置する場合には、センサデバイス7が送信するセンサデータの先頭に「Temp」と記載しておき、本システムは、まずこのセンサデータの先頭にあるセンサデータ識別子「Temp」を読み込むことで、それに対応するデータ形式情報、格納先テーブル名等を取得することができる。   The sensor data processing unit 13 acquires data format information corresponding to the data format identifier of the received sensor data, a storage destination table name, and the like (step S1109). In this system, it is necessary to arrange the sensor data format identifier at a fixed position in the sensor data from the sensor device. If it is not the head, it is necessary to align all the sensor data accumulated in the system, or to perform sensor data analysis processing that recognizes that the sensor data has a sensor data format identifier. For example, in the case of arranging at the head, “Temp” is described at the head of the sensor data transmitted by the sensor device 7, and the system first reads the sensor data identifier “Temp” at the head of the sensor data. Thus, it is possible to acquire the data format information, the storage destination table name, and the like corresponding thereto.

次に、ステップS1109で取得したデータ形式情報等に基づいて、センサデバイス7から受信したセンサデータを解析し、センサデータ格納用テーブルに対応させて、センサデータ格納用データベース15のセンサデータ管理部21に格納する(ステップS1110)。センサデータ処理部13は、入力されたセンサデータに対し、データ形式53に記載された正規表現でマッチングを行い、当該センサデータに含まれるデータ要素を抽出してデータベースに蓄積する。   Next, the sensor data received from the sensor device 7 is analyzed based on the data format information acquired in step S1109, and the sensor data management unit 21 of the sensor data storage database 15 is associated with the sensor data storage table. (Step S1110). The sensor data processing unit 13 matches the input sensor data with a regular expression described in the data format 53, extracts data elements included in the sensor data, and stores them in the database.

図8はセンサデータ管理部21に蓄積されたセンサデータの一例を示す図である。図8に示すセンサデータは、複数のセンサデバイスから取得されたデータのうち、データ形式識別子が「Temp」であるデータを、図6に示す格納形式で格納し、蓄積された温度データである。図8に示すデータにおいて、81部は図3に示す61部の格納形式によって格納されたデータ形式識別子(この場合「Temp」)であり、83部は図3に示す63部の格納形式によって格納されたセンサデバイス識別子であり、85部は図3に示す65部の格納形式によって格納されたデータ取得時間であり、87部は図3に示す67部の格納形式によって格納された温度センサデータである。   FIG. 8 is a diagram illustrating an example of sensor data stored in the sensor data management unit 21. The sensor data shown in FIG. 8 is temperature data stored and stored in the storage format shown in FIG. 6 with data having a data format identifier “Temp” among data acquired from a plurality of sensor devices. In the data shown in FIG. 8, 81 is a data format identifier (in this case, “Temp”) stored in the 61 storage format shown in FIG. 3, and 83 is stored in the 63 storage format shown in FIG. 85 is the data acquisition time stored in the 65-part storage format shown in FIG. 3, and 87 parts is the temperature sensor data stored in the 67-part storage format shown in FIG. is there.

以上のようにして、新種センサデバイス7がネットワークに接続された場合も、新種センサデバイス7に関するセンサデータ形式登録を行い、データベースに登録しておくことによって、新種センサデバイス7のセンサデータを蓄積することが可能となる。   As described above, even when the new sensor device 7 is connected to the network, the sensor data format of the new sensor device 7 is registered, and the sensor data of the new sensor device 7 is accumulated by registering it in the database. It becomes possible.

次に、本センサデータ制御システムにおいて、蓄積されたセンサデータをアプリケーション41が利用するまでの動作について図2を参照して説明する。
まずは、アプリケーション41が、目的のセンサデータ形式識別子に関する情報あるいは目的のセンサデバイスに関するデータ形式等の情報を検索する場合、アプリケーション41が目的のセンサデータ形式識別子或いは目的のセンサデバイス識別子をクエリ処理部19に対して指定すれば、クエリ処理部19は、指定されたセンサデータ形式識別子或いはセンサデバイス識別子に関する情報をデータ形式情報管理部31から取得し、アプリケーション41に送信する。
Next, the operation until the application 41 uses the accumulated sensor data in the sensor data control system will be described with reference to FIG.
First, when the application 41 searches for information on the target sensor data format identifier or information on the data format of the target sensor device, the application 41 uses the query processing unit 19 to search for the target sensor data format identifier or the target sensor device identifier. , The query processing unit 19 acquires information on the specified sensor data format identifier or sensor device identifier from the data format information management unit 31 and transmits it to the application 41.

また、アプリケーション41が目的のセンサデータ形式或いは目的のセンサデバイスについてデータ取得期間を指定してセンサデータを取得したい場合、クエリ処理部19は、アプリケーション41から指定されたセンサデータ形式識別子或いはセンサデバイス識別子について、データ形式情報管理部31から格納先テーブル名を取得し、センサデータ管理部21から指定期間のセンサデータを取得し、アプリケーション41に送信する。
例えば、アプリケーション41が「2階3号室に設置した温度センサ001」を検索すると、図4で登録されたセンサデバイス情報からそのセンサデバイス識別子50「2Froom3Temp001」が取得でき、そのセンサデバイス識別子50と取得したいセンサデータの測定時間とを指定すれば、アプリケーション41は目的のセンサデータを得ることができる。
Further, when the application 41 wants to acquire sensor data by specifying a data acquisition period for a target sensor data format or target sensor device, the query processing unit 19 uses the sensor data format identifier or sensor device identifier specified by the application 41. Is acquired from the data format information management unit 31, sensor data for a specified period is acquired from the sensor data management unit 21, and is transmitted to the application 41.
For example, when the application 41 searches for “temperature sensor 001 installed in room 2 on the second floor”, the sensor device identifier 50 “2Froom3Temp001” can be acquired from the sensor device information registered in FIG. If the measurement time of the desired sensor data is designated, the application 41 can obtain target sensor data.

また、本実施の形態では、センサデータを格納するデータベースをセンサデータ格納用データベース15の一つとしたが、データ形式やセンサデバイス形式によって格納先のデータベースを振り分け、複数のデータベースに蓄積しても良い。
この場合、センサメタ情報格納用データベース17に格納先情報を管理する格納先データベース情報管理部を設け、各データ形式或いはセンサデバイス形式に対する格納先データベースの情報(IPアドレスやアカウント情報、テーブル名等)を記憶させ、センサデータ処理部13がセンサデータの格納を行う際には、当該格納先データベース情報管理部の情報を参照し正しい格納先にセンサデータを格納すればよい。また、同じデータ形式、同じセンサデバイス形式のデータに関しても、期間によって格納先データベースを変えてもよい。この場合は、格納先データベース情報管理部に期間毎の格納先データベース情報を記憶させればよい。クエリ処理部19は、格納先データベース情報管理部が保持する情報により目的のセンサデータが格納されるデータベースを特定し、センサデータを取得することができる。
このように複数のデータベースによって管理することにより、データベースの複製や増設、切り替え作業等を効率的に行うことが可能である。格納先データベース情報については、本センサデータ制御システム管理者が入力、管理してもよい。
In the present embodiment, the database for storing sensor data is one of the sensor data storage databases 15. However, the storage destination database may be sorted according to the data format or sensor device format and accumulated in a plurality of databases. .
In this case, the storage location database information management unit for managing the storage location information is provided in the sensor meta information storage database 17 to store the storage location database information (IP address, account information, table name, etc.) for each data format or sensor device format. When the sensor data processing unit 13 stores the sensor data, the sensor data may be stored in the correct storage destination with reference to the information in the storage destination database information management unit. In addition, regarding the data in the same data format and the same sensor device format, the storage destination database may be changed depending on the period. In this case, the storage destination database information management unit may store the storage destination database information for each period. The query processing unit 19 can acquire the sensor data by specifying the database in which the target sensor data is stored based on the information stored in the storage destination database information management unit.
By managing with a plurality of databases as described above, it is possible to efficiently perform database duplication, expansion, switching work, and the like. The storage database information may be input and managed by the sensor data control system administrator.

次に、本発明の第2の実施形態について説明する。
図9は、本発明の第2の実施形態に係るセンサデータ制御システムのセンサデータ蓄積側のブロック構成図である。図9に示す実施形態は、図1に示す第1の実施形態にキャリブレーション処理の記述を管理する機能、即ち、センサデータにキャリブレーション処理を行ってからデータを蓄積する機能が付加されたものであり、それ以外は第1の実施形態と同様に動作するものである。
Next, a second embodiment of the present invention will be described.
FIG. 9 is a block diagram of the sensor data storage side of the sensor data control system according to the second embodiment of the present invention. In the embodiment shown in FIG. 9, the function of managing the description of the calibration process is added to the first embodiment shown in FIG. 1, that is, the function of accumulating data after performing the calibration process on the sensor data. Other than that, the operation is the same as in the first embodiment.

センサデバイス設置者108は、端末109から、Webサーバ111に対して、センサデバイス107に対するキャリブレーション方法を入力し、Webサーバ111はその入力を受け付け、キャリブレーション情報をキャリブレーション情報管理部133に格納する。
キャリブレーション情報は、図10、図11に示す画面を用いて入力される。図10は、キャリブレーション情報登録画面の一例を示す図である。図10に示す画面の左側には図6に示すセンサデータ形式登録画面で登録したセンサデバイスのデバイス識別子一覧が表示され、センサデバイス設置者108はキャリブレーション処理を設定したいセンサデバイスを一覧から選択し、選択ボタンを押すと、画面右側に選択されたセンサデバイスの情報が表示される。
The sensor device installer 108 inputs a calibration method for the sensor device 107 from the terminal 109 to the Web server 111, and the Web server 111 receives the input and stores the calibration information in the calibration information management unit 133. To do.
The calibration information is input using the screens shown in FIGS. FIG. 10 is a diagram illustrating an example of a calibration information registration screen. The device identifier list of the sensor devices registered on the sensor data format registration screen shown in FIG. 6 is displayed on the left side of the screen shown in FIG. 10, and the sensor device installer 108 selects the sensor device for which calibration processing is to be set from the list. When the selection button is pressed, information on the selected sensor device is displayed on the right side of the screen.

図10に示す格納形式の表示部にはキャリブレーション設定ボタン150−1、150−2、150−3、150−4がそれぞれ設けられ、それらを選択することによって、各データ要素に関するキャリブレーション処理の設定が可能となる。例えば、センサデバイス設置者108がキャリブレーション設定ボタン150−4を選択すると、図11に示す画面が端末109に表示される。   The storage format display section shown in FIG. 10 is provided with calibration setting buttons 150-1, 150-2, 150-3, and 150-4. By selecting these buttons, calibration processing relating to each data element is performed. Setting is possible. For example, when the sensor device installer 108 selects the calibration setting button 150-4, the screen shown in FIG. 11 is displayed on the terminal 109.

図11は、キャリブレーション設定画面の一例を示す図である。図11に示す設定画面において、キャリブレーション法設定欄151では、例えばセンサデバイス107が取得したセンサデータを「X」としてキャリブレーション記述を設定する。センサデバイス設置者108が登録ボタンを選択すると、Webサーバ111はデータ入力を受け付け、センサメタ情報格納用データベース117のキャリブレーション情報管理部133にキャリブレーション情報として登録される。図12は、キャリブレーション情報管理部133が保持するキャリブレーション情報の一例を示す図である。   FIG. 11 is a diagram illustrating an example of the calibration setting screen. In the setting screen shown in FIG. 11, in the calibration method setting column 151, for example, the sensor description acquired by the sensor device 107 is set as “X” and a calibration description is set. When the sensor device installer 108 selects the registration button, the Web server 111 accepts data input and is registered as calibration information in the calibration information management unit 133 of the sensor meta information storage database 117. FIG. 12 is a diagram illustrating an example of calibration information held by the calibration information management unit 133.

図9において、センサデバイス107からセンサデータが送信されると、センサデータ処理部113は、受信したセンサデータ内のデバイス識別子を元に、キャリブレーション情報管理部133からキャリブレーション情報を取得し、センサデータに対してキャリブレーション処理を行い、センサデータ管理部121に格納する。   In FIG. 9, when sensor data is transmitted from the sensor device 107, the sensor data processing unit 113 acquires calibration information from the calibration information management unit 133 based on the device identifier in the received sensor data, and Calibration processing is performed on the data and stored in the sensor data management unit 121.

このように、センサデータ処理部113内で、キャリブレーションの管理、処理を行うため、アプリケーション側で個々にキャリブレーション処理を行う必要もなく、センサデバイスが更改された場合でもアプリケーション側での変更処理を行う必要がなく、便利である。   As described above, since the management and processing of calibration is performed in the sensor data processing unit 113, it is not necessary to perform calibration processing individually on the application side, and even if the sensor device is renewed, the change processing on the application side This is convenient.

次に、本発明の第3の実施形態について説明する。
図13は、本発明の第3の実施形態に係るセンサデータ制御システムのセンサデータ蓄積側のブロック構成図である。図13に示す実施形態は、図1に示す実施形態或いは図9に示す第2の実施形態に、論理センサデバイスに関する機能が付加されたものであり、それ以外は第1の実施形態或いは第2の実施形態と同様に動作するものである。
以下、論理センサデバイスに関する機能について説明する。
Next, a third embodiment of the present invention will be described.
FIG. 13 is a block diagram of the sensor data storage side of the sensor data control system according to the third embodiment of the present invention. The embodiment shown in FIG. 13 is obtained by adding a function relating to a logic sensor device to the embodiment shown in FIG. 1 or the second embodiment shown in FIG. 9, and otherwise the first embodiment or the second embodiment. The operation is the same as that of the embodiment.
Hereinafter, functions related to the logic sensor device will be described.

論理センサデバイスは、物理的なセンサデバイスを抽象化した概念上のデバイスである。そのため、論理センサデバイスと実体のあるセンサデバイスとの対応付けをする必要があり、実際のセンサデバイスのセンサデータのどの項目に論理センサデバイスを適用するか等の設定を登録する必要がある。
論理センサデバイスの登録は、センサデバイス設置者208が端末209からWebサーバ211に対して行われる。Webサーバ211は論理センサデバイスの登録要求を受け付けると、論理センサデバイス情報登録画面を端末209に表示する。図14は、論理センサデバイス情報登録画面の一例を示す図である。
A logical sensor device is a conceptual device that abstracts a physical sensor device. Therefore, it is necessary to associate the logical sensor device with the actual sensor device, and it is necessary to register settings such as which item of the sensor data of the actual sensor device the logical sensor device is applied to.
The registration of the logical sensor device is performed by the sensor device installer 208 from the terminal 209 to the Web server 211. When the Web server 211 receives a registration request for a logical sensor device, the Web server 211 displays a logical sensor device information registration screen on the terminal 209. FIG. 14 is a diagram illustrating an example of a logical sensor device information registration screen.

図14に示す画面において、センサデバイス設置者208は、論理センサデバイス識別子251の入力欄に登録する論理センサデバイスの識別子を入力する。図14に示す画面では、例えば「2階2号室の華氏で出力する温度センサ」という論理センサデバイスを設定する。図14に示す画面左側には図6に示すセンサデータ形式登録画面で登録したセンサデバイスのデバイス識別子一覧が表示され、センサデバイス設置者208はこの論理センサデバイスを対応付ける実際のセンサデバイスを一覧から選択し、選択ボタンを押すと、画面右側に選択されたセンサデバイスのデータ形式情報が表示される。   In the screen shown in FIG. 14, the sensor device installer 208 inputs the logical sensor device identifier to be registered in the input field of the logical sensor device identifier 251. In the screen shown in FIG. 14, for example, a logical sensor device “temperature sensor that outputs in Fahrenheit in the second floor, room 2” is set. The device identifier list of the sensor devices registered on the sensor data format registration screen shown in FIG. 6 is displayed on the left side of the screen shown in FIG. 14, and the sensor device installer 208 selects an actual sensor device associated with this logical sensor device from the list. When the selection button is pressed, the data format information of the selected sensor device is displayed on the right side of the screen.

センサデバイス設置者208は、表示されたデータのうち、論理センサデバイスを対応付けるデータを選択する。ここでは、対応付け入力欄257−1、257−2に記しが付けられた、「データ取得時間」と「温度センサデータ」のデータに関して論理センサデバイスが対応付けられることとなる。図14に示す画面で選択された物理的な実体を持つセンサデバイスが取得する温度センサデータは「セ氏」による出力なので、論理センサデバイスに対応するためには、データを変換する必要がある。そこで、センサデバイス設置者208は、データ変換設定ボタン253を選択すると、図15に示す画面に遷移する。   The sensor device installer 208 selects data associated with the logical sensor device from the displayed data. Here, logical sensor devices are associated with the data “data acquisition time” and “temperature sensor data” indicated in the association input fields 257-1 and 257-2. Since the temperature sensor data acquired by the sensor device having the physical entity selected on the screen shown in FIG. 14 is output by “Celsius”, it is necessary to convert the data in order to correspond to the logical sensor device. Therefore, when the sensor device installer 208 selects the data conversion setting button 253, the screen transitions to the screen shown in FIG.

図15は、データ変換設定画面の一例を示す図である。図15に示す設定画面において、データ変換方法設定欄261には、例えば実際にセンサデバイスが取得した温度データを「X」として、「Xをセ氏から華氏に変換する」ためのデータ変換式が記述される。センサデバイス設置者208が設定ボタンを選択すると、Webサーバ211はデータ入力を仮に受け付け、再度図14に示す画面を端末209に表示する。さらに、センサデバイス設置者208は、論理センサデバイスを対応付ける対応付け期間の入力欄255に期間の入力を行う。   FIG. 15 is a diagram illustrating an example of the data conversion setting screen. In the setting screen shown in FIG. 15, in the data conversion method setting field 261, for example, the temperature data actually acquired by the sensor device is “X”, and a data conversion formula for “converting X from Celsius to Fahrenheit” is described. Is done. When the sensor device installer 208 selects the setting button, the Web server 211 temporarily receives data input and displays the screen shown in FIG. 14 on the terminal 209 again. Further, the sensor device installer 208 inputs a period in the input field 255 of the association period for associating the logical sensor device.

こうして入力が終了し、センサデバイス設置者208が登録ボタンを選択すると、Webサーバ211はデータ入力を受け付け、センサメタ情報格納用データベース217の論理センサデバイス情報管理部234に論理センサデバイス情報として登録する。図16は、論理センサデバイス情報管理部234が保持する論理センサデバイス情報の一例を示す図である。
尚、図14で設定した温度データに関して、アプリケーションによっては温度データを「セ氏」のまま使用したいものもある。この場合は、セ氏のまま出力する論理センサデバイスを定義することもでき、同じセンサデバイスに対応付けすることが可能である。
When the input is completed and the sensor device installer 208 selects the registration button, the Web server 211 accepts the data input and registers it as logical sensor device information in the logical sensor device information management unit 234 of the sensor meta information storage database 217. FIG. 16 is a diagram illustrating an example of logical sensor device information held by the logical sensor device information management unit 234.
Note that, with respect to the temperature data set in FIG. 14, some applications may wish to use the temperature data as “Celsius”. In this case, a logical sensor device that outputs in Celsius can be defined and can be associated with the same sensor device.

また、論理センサデバイスと実際のセンサデバイスの対応付けの確認、センサデバイスの更改等に伴う対応付けの変更等を行う場合は、図17に示す画面を用いて行う。図17は、論理センサデバイス対応履歴情報参照画面の一例を示す図である。図17に示す画面左側に示す論理センサデバイス識別子から、センサデバイスとの対応付けを参照したい論理センサデバイス識別子を選択し、選択ボタンを押すと、画面右側に、選択された論理センサデバイス対応付け履歴が表示される。例えば、図17で選択された論理センサデバイスは、センサデバイス識別子「2Froom2Temp003」に2000年4月1日0時から2001年8月13日15時まで対応付けられ、それ以降はセンサデバイス識別子「2Froom2Temp004」に対応付けられていることがわかる。   Further, when checking the association between the logical sensor device and the actual sensor device, or changing the association associated with the renewal of the sensor device, etc., it is performed using the screen shown in FIG. FIG. 17 is a diagram illustrating an example of a logic sensor device support history information reference screen. When the logical sensor device identifier to be referred to the association with the sensor device is selected from the logical sensor device identifiers shown on the left side of the screen shown in FIG. 17 and the selection button is pressed, the selected logical sensor device association history is displayed on the right side of the screen. Is displayed. For example, the logical sensor device selected in FIG. 17 is associated with the sensor device identifier “2From2Temp003” from 0:00 on April 1, 2000 to 13:00 on August 13, 2001, and thereafter, the sensor device identifier “2From2Temp004”. ".

図17に示す画面で、対応履歴情報を1つ選択して詳細参照ボタンを選択すると、該対応履歴情報を設定した際の画面(図14)が表示され、詳細情報を確認することが可能である。また、履歴追加ボタンを選択すると、図14に示す画面において右側のデバイス識別子が未表示の画面が表示され、新たな対応付けを追加設定することが可能となる。   When one piece of correspondence history information is selected on the screen shown in FIG. 17 and the detailed reference button is selected, the screen when the correspondence history information is set (FIG. 14) is displayed, and the detailed information can be confirmed. is there. When the history addition button is selected, a screen in which the right device identifier is not displayed on the screen shown in FIG. 14 is displayed, and a new association can be additionally set.

図18は、論理センサデバイス機能を有するセンサデータ制御システムのデータ利用側のブロック構成図である。アプリケーション241は、クエリ処理部219に対して、論理センサデバイス情報管理部234に登録された論理センサデバイス情報の一覧の取得を要求し、取得した論理センサデバイスの一覧から必要となるセンサデータを出力する論理センサデバイスを選択してクエリ処理219に送信する。クエリ処理部219は、選択された論理センサデバイスに対応付けられたセンサデバイス識別子と、その格納先テーブルを取得し、センサデータ格納用データベース215からセンサデータを取得し、センサデータに対して図15の画面で設定されたデータ変換を施し、アプリケーション241に送信する。   FIG. 18 is a block configuration diagram of the data use side of the sensor data control system having the logical sensor device function. The application 241 requests the query processing unit 219 to acquire a list of logical sensor device information registered in the logical sensor device information management unit 234, and outputs necessary sensor data from the acquired list of logical sensor devices. The logical sensor device to be selected is selected and transmitted to the query processing 219. The query processing unit 219 acquires the sensor device identifier associated with the selected logical sensor device and its storage destination table, acquires the sensor data from the sensor data storage database 215, and performs FIG. The data conversion set on the screen is performed and transmitted to the application 241.

また、アプリケーション241が、取得した論理センサデバイスの一覧から必要となるセンサデータを出力する論理センサデバイスを選択し、データ取得期間を指定してクエリ処理219に送信した場合、クエリ処理部219は、論理センサデバイス情報管理部234から、選択された論理センサデバイスの対応付け履歴情報を参照し、指定期間において対応するセンサデバイス識別子を調べ、その格納先テーブルを取得し、センサデータ格納用データベース215から指定期間のセンサデータを取得し、センサデータに対して図15の画面で設定されたデータ変換を施し、アプリケーション241に送信する。   Further, when the application 241 selects a logical sensor device that outputs necessary sensor data from the acquired list of logical sensor devices, specifies the data acquisition period, and transmits the selected data to the query processing 219, the query processing unit 219 The logical sensor device information management unit 234 refers to the association history information of the selected logical sensor device, examines the corresponding sensor device identifier in the specified period, acquires its storage destination table, and obtains the storage destination table from the sensor data storage database 215. Sensor data for a specified period is acquired, the data conversion set on the screen of FIG. 15 is performed on the sensor data, and the sensor data is transmitted to the application 241.

以上のように、論理センサデバイスを設定することにより、センサデータに対して解析処理することが可能となり、一つのセンサデータを様々なアプリケーションに対応させることが可能となる。
たとえ途中で異なるセンサデバイスに更改されていたとしても、対応付けだけを変えればよく、アプリケーションは同じ論理デバイスを使い続ければよいのでアプリケーションまで変更する必要はない。
また、センサデバイスのセンサデータ変換を加え、論理デバイスのセンサデータとしたものを、データベースに蓄え、再び同様の論理センサデバイスの同期間のセンサデータを要求するクエリーがあった場合に、蓄積したデータを使うことにより、データ変換処理を何度も行う必要を無くすことも可能である。
As described above, by setting a logical sensor device, it is possible to perform analysis processing on sensor data, and it is possible to make one sensor data compatible with various applications.
Even if the sensor device is renewed on the way, it is only necessary to change the association, and the application only needs to use the same logical device, so there is no need to change the application.
In addition, the sensor data conversion of the sensor device is performed, the sensor data of the logic device is stored in the database, and the stored data is received when there is a query requesting sensor data for the same logic sensor device during the same period again. By using, it is possible to eliminate the necessity of performing the data conversion process many times.

次に、本発明の第4の実施形態について説明する。
図19は、本発明の第4の実施形態に係るセンサデータ制御システムのセンサデータ蓄積側のブロック構成図である。図19に示す実施形態は、図13に示す第3の実施形態に、論理センサデバイスの位置情報管理機能が付加されたものであり、それ以外は第3の実施形態と同様に動作するものである。図19に示すように、第4の実施の形態であるシステムには、論理センサデバイスの位置情報を格納する位置情報管理部345を有する位置情報格納用データベース314が設けられる。
また、第4の実施の形態では、論理センサデバイスが、ある位置に固定設置された固定デバイスであるか、或いは、移動する移動デバイスであるかを設定することが可能である。
以下、論理センサデバイスの位置情報管理機能について説明する。
Next, a fourth embodiment of the present invention will be described.
FIG. 19 is a block diagram of the sensor data storage side of the sensor data control system according to the fourth embodiment of the present invention. The embodiment shown in FIG. 19 is obtained by adding the position information management function of the logical sensor device to the third embodiment shown in FIG. 13, and otherwise operates in the same manner as the third embodiment. is there. As shown in FIG. 19, the system according to the fourth embodiment is provided with a location information storage database 314 having a location information management unit 345 for storing location information of logic sensor devices.
In the fourth embodiment, it is possible to set whether the logical sensor device is a fixed device fixedly installed at a certain position or a moving device that moves.
The logical sensor device position information management function will be described below.

ここで、位置とは、何らかの座標系における座標を示す。座標系は、原点や座標軸の取り方によって定義され、2次元か3次元か、或いは、直交座標系か極座標系か、軸のスケールはメートルかセンチメートルか、など様々な座標系が考えられ、センサデバイスを設置した位置を様々な表現で表現することが可能である。
また、どのような座標系の位置が必要であるかは、アプリケーションによって異なるため、様々なアプリケーションに対応可能なように、様々な座標系を定義することが必要となる。
Here, the position indicates coordinates in some coordinate system. The coordinate system is defined by the origin and the coordinate axis. Various coordinate systems can be considered, such as 2D or 3D, or the orthogonal coordinate system or polar coordinate system, and the axis scale is meter or centimeter. The position where the sensor device is installed can be expressed in various expressions.
In addition, since what kind of coordinate system position is required varies depending on the application, it is necessary to define various coordinate systems so as to be compatible with various applications.

次に、論理センサデバイスがある特定の位置での事象を計測する固定デバイスである場合の位置情報設定について説明する。
位置情報設定者は、端末209からWebサーバ211に対して、座標系の登録要求を行うと、Webサーバ211は端末209に対してマップ登録画面を表示する。図20は、マップ登録画面の一例を示す図である。位置情報設定者は、マップ(座標系)ID入力欄351に「2階フロア」と入力し、その説明を説明欄に入力する。次に、座標系の定義として、座標定義欄352−1、352−2に座標軸を定義する。もし座標軸が2以上であれば、項目追加ボタンを選択することによって、座標定義欄を追加表示することが可能である。
Next, position information setting when the logic sensor device is a fixed device that measures an event at a specific position will be described.
When the position information setter makes a coordinate system registration request from the terminal 209 to the Web server 211, the Web server 211 displays a map registration screen on the terminal 209. FIG. 20 is a diagram illustrating an example of a map registration screen. The position information setter inputs “second floor” in the map (coordinate system) ID input field 351 and inputs the description in the description field. Next, coordinate axes are defined in the coordinate definition fields 352-1 and 352-2 as the definition of the coordinate system. If there are two or more coordinate axes, the coordinate definition column can be additionally displayed by selecting the item addition button.

こうして、座標系に関する入力が終わり、登録ボタンが選択されると、Webサーバ211は、登録されたデータを基に、位置情報を格納するテーブルを作成し、位置情報管理部345に格納する。図21は、位置情報管理部345に保持する位置情報の一例を示す。図21に示すように、テーブルは項目として、論理センサデバイス名363、位置情報を取得した時間365、位置情報のX座標、Y座標367を有し、それぞれにデータが取得される。   Thus, when the input regarding the coordinate system is completed and the registration button is selected, the Web server 211 creates a table for storing the position information based on the registered data, and stores it in the position information management unit 345. FIG. 21 shows an example of position information held in the position information management unit 345. As shown in FIG. 21, the table includes, as items, a logical sensor device name 363, a position information acquisition time 365, an X coordinate of the position information, and a Y coordinate 367, and data is acquired for each.

次に、位置情報設定者は、固定デバイスである論理センサデバイスの位置を設定する。位置設定は図22に示す論理センサデバイス情報登録画面で行われる。図22は、論理センサデバイス情報登録画面の一例を示す図である。位置情報設定者が、図22に示す画面の位置情報設定ボタン371を選択すると、Webサーバ211は端末209に対して図23に示す画面を表示する。   Next, the position information setter sets the position of the logical sensor device that is a fixed device. The position setting is performed on the logical sensor device information registration screen shown in FIG. FIG. 22 is a diagram illustrating an example of a logical sensor device information registration screen. When the position information setting person selects the position information setting button 371 on the screen shown in FIG. 22, the Web server 211 displays the screen shown in FIG. 23 on the terminal 209.

図23は、位置情報設定画面の一例を示す図である。図23に示す位置情報設定画面において、位置情報設定者は、マップ(座標系)IDとして「2階フロア」を指定し、そのマップにおける座標値、この場合は「X=34」、「Y=34」を入力し、設定ボタンを選択すると、入力された位置情報は一時的に記憶され、図22に示す画面に戻る。図22に示す画面において、登録ボタンが選択されると、Webサーバ211は、論理センサデバイス情報を論理センサデバイス情報管理部234に格納し、当該論理センサデバイスの位置情報である論理センサデバイスID(識別子)、マップID、登録時間が予め作成した当該マップID用のテーブルに格納される。   FIG. 23 is a diagram illustrating an example of the position information setting screen. In the position information setting screen shown in FIG. 23, the position information setter designates “second floor” as the map (coordinate system) ID, and the coordinate values in the map, in this case “X = 34”, “Y = When “34” is input and the setting button is selected, the input position information is temporarily stored, and the screen returns to the screen shown in FIG. When the registration button is selected on the screen shown in FIG. 22, the Web server 211 stores the logical sensor device information in the logical sensor device information management unit 234, and the logical sensor device ID (position information of the logical sensor device) Identifier), map ID, and registration time are stored in the map ID table created in advance.

次に、論理センサデバイスが移動デバイスである場合の論理センサデバイスの位置情報の設定について説明する。移動デバイスとは、例えば、携帯用ノートパソコンに設置された周囲の温度を計測する温度センサなどである。
移動デバイスの場合も、固定デバイスの場合と同様に、図20に示すマップ(座標系)登録画面にて座標系を定義し、図21に示す当該マップに対応するテーブルを作成し、位置情報管理部345に格納しておく。
Next, setting of position information of the logical sensor device when the logical sensor device is a moving device will be described. The mobile device is, for example, a temperature sensor that measures the ambient temperature installed in a portable notebook computer.
In the case of a mobile device, as in the case of a fixed device, a coordinate system is defined on the map (coordinate system) registration screen shown in FIG. 20, a table corresponding to the map shown in FIG. Stored in the unit 345.

図24は、第4の実施の形態であるセンサデータ制御システムのセンサデータ利用側のブロック構成図である。図24において、アプリケーション341−1は、測位アプリケーションであり、アプリケーション341−1を用いて時々刻々移動する移動センサの位置情報を追跡する。アプリケーション341−1は、クエリ処理部319を介して、対象となる移動デバイスの位置を特定するのに必要なセンサデータ、例えばGPS(Global Positioning System)データなどをセンサデータ管理部231から取得する。この際の取得手順は、第3の実施の形態におけるアプリケーション241の場合と同様である。取得したセンサデータを元に、当該移動デバイスの位置情報を算出する(手順1)。
また、測位アプリケーション341−1が、移動デバイスに付けられたGPSセンサが発する位置情報信号を直接受信可能であれば、上記のデータ取得は必要なく、移動デバイスの位置情報を得ることができる。
FIG. 24 is a block diagram of the sensor data use side of the sensor data control system according to the fourth embodiment. In FIG. 24, an application 341-1 is a positioning application, and uses the application 341-1 to track position information of a movement sensor that moves momentarily. The application 341-1 acquires sensor data necessary for specifying the position of the target mobile device, for example, GPS (Global Positioning System) data, from the sensor data management unit 231 via the query processing unit 319. The acquisition procedure at this time is the same as that of the application 241 in the third embodiment. Based on the acquired sensor data, position information of the mobile device is calculated (procedure 1).
Further, if the positioning application 341-1 can directly receive the position information signal emitted from the GPS sensor attached to the mobile device, the above-described data acquisition is not necessary, and the position information of the mobile device can be obtained.

アプリケーション341−1は、移動デバイスの位置情報を算出したら、クエリ処理部319に対して、当該論理センサデバイスに関する位置情報設定要求を送信する。クエリ処理部319は、位置情報を位置情報管理部345のテーブルに格納する(手順2)。
アプリケーション341−1は、上記の手順1、手順2を定期的に繰り返すことにより、当該論理センサデバイスの現在位置の算出、位置情報管理部345への登録を行う。
After calculating the position information of the mobile device, the application 341-1 transmits a position information setting request regarding the logical sensor device to the query processing unit 319. The query processing unit 319 stores the position information in the table of the position information management unit 345 (procedure 2).
The application 341-1 periodically repeats the procedure 1 and procedure 2 described above, thereby calculating the current position of the logical sensor device and registering it in the position information management unit 345.

次に、アプリケーション341−2がセンサデバイスの位置情報を利用する場合について説明する。
アプリケーション341−2は、時間と位置範囲(マップIDと座標範囲)とを指定し、指定された時間に、指定された位置に存在する論理センサデバイスを検索する要求を、クエリ処理部319に送信する。
クエリ処理部319は、位置情報格納用データベース314を検索し、指定されたマップIDに対応するテーブルから、指定された時間、指定された座標範囲に存在する論理センサデバイスの論理センサデバイスID(識別子)の一覧を取得する。
Next, a case where the application 341-2 uses the position information of the sensor device will be described.
The application 341-2 designates a time and a position range (map ID and coordinate range), and transmits a request to search for a logical sensor device existing at the designated position to the query processing unit 319 at the designated time. To do.
The query processing unit 319 searches the position information storage database 314, and from the table corresponding to the specified map ID, the logical sensor device ID (identifier) of the logical sensor device existing in the specified coordinate range for the specified time. ) List.

クエリ処理部319は、取得した一覧にある論理センサデバイスそれぞれについて、論理センサデバイス情報管理部234から、当該論理センサデバイスに関するメタ情報(説明等)を取得し、そのメタ情報に基づいて、必要なセンサデータを取得する論理センサデバイスを選択し、その論理センサデバイスのセンサデータを取得し、アプリケーション341−2に送信する。この際の取得手順は、第3の実施の形態におけるアプリケーション241の場合と同様である。ここで、どの論理センサデバイス情報を取得するかについて選択する判断は、アプリケーション341−2から判断基準となる情報(例えば、センサ種別など)がクエリ処理部319に入力される。   The query processing unit 319 acquires meta information (such as explanation) regarding the logical sensor device from the logical sensor device information management unit 234 for each logical sensor device in the acquired list, and based on the meta information, the necessary information is obtained. A logical sensor device that acquires sensor data is selected, sensor data of the logical sensor device is acquired, and is transmitted to the application 341-2. The acquisition procedure at this time is the same as that of the application 241 in the third embodiment. Here, in determining which logical sensor device information to acquire, information (for example, sensor type) serving as a determination criterion is input to the query processing unit 319 from the application 341-2.

このようにして、アプリケーション341−2は、ある時間、ある場所に存在するセンサデバイスから必要なセンサデータを取得することが可能である。
ここでは、時間と位置とを動的な情報として管理する場合を例に述べたが、動的な情報はこの限りではない。
In this way, the application 341-2 can acquire necessary sensor data from a sensor device that exists at a certain place for a certain time.
Here, a case where time and position are managed as dynamic information has been described as an example, but dynamic information is not limited to this.

次に、第4の実施の形態を具体的な例を挙げて説明する。
図25は、住人P氏の住環境を示す図である。住人P氏の住環境は家屋511と庭513であり、P氏は家屋511の屋内523と庭513を自由に移動する。庭513には樹木515が存在する。図26は、図25に示す住環境を上から見た図である。ここで、P氏は移動センサデバイス531を有する。また、屋内の領域(例えば部屋など)523−1、523−2、523−3、523−4、523−4にはリーダセンサデバイス541−1、541−2、541−3、541−4が設置され、樹木515にはリーダセンサデバイス541−5が設置される。
Next, the fourth embodiment will be described with a specific example.
FIG. 25 is a diagram illustrating a living environment of the resident P. The living environment of the resident P is a house 511 and a garden 513, and P freely moves through the indoor 523 and the garden 513 of the house 511. There are trees 515 in the garden 513. FIG. 26 is a view of the living environment shown in FIG. 25 as viewed from above. Here, Mr. P has a movement sensor device 531. In addition, reader sensor devices 541-1, 541-2, 541-3, and 541-4 are provided in indoor areas (for example, rooms) 523-1, 523-2, 523-3, 523-4, and 523-4. The reader sensor device 541-5 is installed on the tree 515.

図27は、住人P氏の住環境に適用したセンサデバイス制御システムの蓄積側のブロック構成図である。図27に示すように、リーダセンサデバイス541−1、541−2、541−3、541−4、541−5は、センサデータ処理部213に通信可能に接続されており、移動センサ531から無線送信されるセンサデータを受信し、センサデータ処理部213に送信する。   FIG. 27 is a block configuration diagram on the accumulation side of the sensor device control system applied to the living environment of the resident P. As shown in FIG. 27, the reader sensor devices 541-1, 541-2, 541-3, 541-4, and 541-5 are communicably connected to the sensor data processing unit 213, and are wirelessly connected to the movement sensor 531. The sensor data to be transmitted is received and transmitted to the sensor data processing unit 213.

図28は移動センサ531の定義を示す図である。移動センサ531は、センサデバイスID(識別子)が(001)であり、GPSセンサと気温センサ等からなる複合型のセンサである。GPSセンサの論理センサデバイスID(識別子)は「P氏論理GPSセンサデバイス」であり、気温センサの論理センサデバイスID(識別子)は「P氏論理気温センサデバイス」である。   FIG. 28 is a diagram showing the definition of the movement sensor 531. The movement sensor 531 has a sensor device ID (identifier) of (001), and is a composite sensor composed of a GPS sensor and an air temperature sensor. The logical sensor device ID (identifier) of the GPS sensor is “Mr. P logical GPS sensor device”, and the logical sensor device ID (identifier) of the temperature sensor is “Mr. P logical temperature sensor device”.

図29は、各リーダセンサ541の定義を示す図である。リーダセンサ541のセンサデバイスIDは(101)であり、論理センサデバイスIDは「論理リーダ2センサデバイス」であり、位置情報は図26に示すx−y座標系において(x1、y1)である。他のリーダセンサ541−2〜541−5についても、図29に示すように定義される。
尚、各論理センサデバイスの測定対象や対応付けなどの情報は、図14に示す設定画面等で設定され、論理センサデバイス情報管理部234に保持される。
また、図26に示すx−y座標系に関するマップテーブル等も図20の設定画面により設定され、また、それぞれのリーダセンサの位置座標は図23に示す画面等により設定され、位置情報格納DB314に格納される。
FIG. 29 is a diagram illustrating the definition of each reader sensor 541. The sensor device ID of the reader sensor 541 is (101), the logical sensor device ID is “logical reader 2 sensor device”, and the position information is (x1, y1) in the xy coordinate system shown in FIG. The other reader sensors 541-2 to 541-5 are also defined as shown in FIG.
Information such as the measurement target and association of each logical sensor device is set on the setting screen shown in FIG. 14 and held in the logical sensor device information management unit 234.
26 is also set on the setting screen of FIG. 20, and the position coordinates of each reader sensor are set on the screen shown in FIG. 23 and stored in the position information storage DB 314. Stored.

図30は、アプリケーションと本システムの利用側のブロック構成図を示す図である。
測位アプリケーションAは、GPSセンサを利用してセンサデバイスの位置を測位するものであり、緯度と経度を計測する。測位アプリケーションAを動作させる準備として、予め、測位アプリケーションの管理者は、本システムに測位アプリケーションAで用いるマップを登録する。マップIDとして「地球全範囲マップ」、座標名として「緯度」「経度」の2つを定義する。測位アプリケーションAは、P氏論理GPSセンサデバイスからのセンサデータを定期的に取得し、センサデータ内に格納される時刻、緯度、経度の情報から、このセンサデータをその時刻におけるP氏論理GPSセンサデバイスの位置とし、位置情報管理部345−1に登録する。さらに、測位アプリケーションAは、論理センサデバイス情報管理部内の情報からP氏論理GPSセンサデバイスと同一の測定対象を持つ論理センサデバイスとしてP氏論理気温センサデバイスを見つけ出し、この論理センサデバイスも同一の位置に存在するとして、位置情報管理部345−1に登録する。
FIG. 30 is a block diagram of the application and the use side of the system.
The positioning application A measures the position of the sensor device using a GPS sensor, and measures latitude and longitude. As preparation for operating the positioning application A, the administrator of the positioning application registers a map used in the positioning application A in this system in advance. Two map IDs are defined: “Earth Range Map”, and “Latitude” and “Longitude” as coordinate names. The positioning application A periodically obtains sensor data from the Mr. P logic GPS sensor device, and uses this sensor data from the information of time, latitude, and longitude stored in the sensor data to obtain the Mr. P logic GPS sensor at that time. The device position is registered in the position information management unit 345-1. Furthermore, the positioning application A finds the Mr. P logical temperature sensor device as the logical sensor device having the same measurement object as the Mr. P logical GPS sensor device from the information in the logical sensor device information management unit, and this logical sensor device also has the same position. Registered in the location information management unit 345-1.

測位アプリケーションBは、室内のセンサデバイスの位置を測位するアプリケーションである。前述のように、図26に示すx−y座標系はマップIDとして「P氏家屋内マップ」、座標名として「x」と「y」とで定義され、位置情報管理部345−2にはマップIDに対応したテーブルが格納される。移動センサ531と各リーダセンサ541−1〜541−5に関する定義は図28、図29に示すとおりである。このとき、測位アプリケーションBは、論理リーダ1センサデバイスから論理リーダ5センサデバイスまでの全論理リーダセンサデバイスからのセンサデータを定期的に取得し、センサデータ内に保持される時刻と、センサデバイスIDと、受信電波強度とから、当該センサデバイスIDに対応する論理センサデバイスのその時刻における位置を求め、位置情報管理部345−2に登録する。移動センサ531からのセンサデータは無線で送信され、各リーダセンサ541−1〜541−5によって受信されるが、移動センサ531と各リーダセンサとの距離に応じて受信電波強度が変化するため、測位アプリケーションBは受信電波強度から移動センサ531がどのリーダセンサの近くに存在するかを推定することが可能である。最も簡単には、受信電波強度が最も強かったリーダセンサの位置に移動センサ531が存在するとして近似してもよい。   The positioning application B is an application that measures the position of the sensor device in the room. As described above, the xy coordinate system shown in FIG. 26 is defined by “P Mr. indoor map” as the map ID and “x” and “y” as the coordinate names, and the position information management unit 345-2 has a map. A table corresponding to the ID is stored. Definitions relating to the movement sensor 531 and the reader sensors 541-1 to 541-5 are as shown in FIGS. At this time, the positioning application B periodically acquires sensor data from all the logical reader sensor devices from the logical reader 1 sensor device to the logical reader 5 sensor device, and the time stored in the sensor data and the sensor device ID And the position at the time of the logical sensor device corresponding to the sensor device ID is obtained from the received radio wave intensity and registered in the position information management unit 345-2. Sensor data from the movement sensor 531 is transmitted wirelessly and received by each reader sensor 541-1 to 541-5, but the received radio wave intensity changes according to the distance between the movement sensor 531 and each reader sensor. The positioning application B can estimate which reader sensor the movement sensor 531 is near from the received radio wave intensity. In the simplest case, it may be approximated that the movement sensor 531 exists at the position of the reader sensor having the strongest received radio wave intensity.

アプリケーションRは、地球規模での気温分布を調べる気温観測アプリケーションである。ユーザが、緯度と経度の範囲と時刻を入力すると、その時刻のその座標範囲の気温を取得できる。このアプリケーションRは、「地球全範囲マップ」を利用し、ユーザが入力した指定時刻に、指定座標範囲に存在した気温センサデバイスを検索し、そのセンサデータを取得する。その時刻に、P氏が庭にいれば、GPSデータにより測位できるので、P氏論理気温センサデバイスが出力した気温センサデータをその場所の気温として利用することができる。   Application R is an air temperature observation application for examining the temperature distribution on a global scale. When the user inputs a latitude and longitude range and time, the temperature in that coordinate range at that time can be acquired. This application R searches for the temperature sensor device that exists in the specified coordinate range at the specified time input by the user using the “global range map”, and acquires the sensor data. If Mr. P is in the garden at that time, positioning can be performed using GPS data, so the temperature sensor data output by the Mr. P logic temperature sensor device can be used as the temperature of the place.

アプリケーションSは、P氏の家屋の空調管理アプリケーションであり、P氏がいる部屋の温度が適温となるように空調機を制御するアプリケーションである。アプリケーションSは、「P氏家屋内マップ」を利用し、定期的にP氏論理気温センサデバイスの位置を調べる。それが家屋内にあり、現時刻での位置情報が取得でき、P氏論理気温センサデバイスからのセンサデータの値が高すぎたり、低すぎたりした場合は、空調機を操作制御する。ここで、アプリケーションSには、予め、「P氏家屋内マップ」における位置と各部屋の対応、また書く部屋に設置される空調機の制御方法についての情報が設定されているものとする。   The application S is an air conditioning management application for Mr. P's house, and is an application for controlling the air conditioner so that the temperature of the room in which Mr. P is present is an appropriate temperature. The application S periodically checks the position of the Mr. P logical temperature sensor device using the “Mr. P Mr. indoor map”. If it is in the house and the position information at the current time can be acquired and the value of the sensor data from the Mr. P logic temperature sensor device is too high or too low, the air conditioner is operated and controlled. Here, it is assumed that the application S is preliminarily set with information on the correspondence between the position in the “P Mr. indoor map” and each room, and the control method of the air conditioner installed in the writing room.

以上説明したように、本実施の形態では、複数の測位アプリケーションを設置することができ、それぞれ別のマップ(座標系)を定義し、そのマップにおける論理センサデバイスの位置情報を登録することが可能である。一方で、位置情報を利用する様々なアプリケーションは、適切なマップを利用し、ある時刻における、ある座標範囲に存在する論理センサデバイスを検索することが可能である。   As described above, in this embodiment, it is possible to install a plurality of positioning applications, define different maps (coordinate systems) for each, and register the position information of the logical sensor device in the map It is. On the other hand, various applications that use position information can search for logical sensor devices that exist in a certain coordinate range at a certain time by using an appropriate map.

アプリケーションRにおいて、屋内の気温も取得したい場合、測位アプリケーションCを動作させる。測位アプリケーションCは、測位手法は測位アプリケーションBと同様であるが、「P氏家屋内マップ」における座標を緯度、経度に変換するデータ変換を有するため、論理センサデバイスの緯度、経度を測位することが可能である。測位アプリケーションCは測位した結果を位置情報管理部Aに登録する。   In the application R, when it is desired to acquire the indoor temperature, the positioning application C is operated. The positioning application C has the same positioning method as the positioning application B, but has data conversion for converting the coordinates in the “P Mr. House's indoor map” into latitude and longitude, so that it can measure the latitude and longitude of the logical sensor device. Is possible. The positioning application C registers the positioning result in the position information management unit A.

この測位アプリケーションCの実現方法としては、測位アプリケーションC自信が測位アプリケーションBと同様の測位処理を行うのではなく、測位アプリケーションBが測位した結果を用いることも可能である。即ち、測位アプリケーションBが測位し、位置情報管理部345−2に蓄積した位置情報を取得し、緯度、経度への変換処理を施した後、位置情報管理部345−1に蓄積するという方法である。この場合、測位アプリケーションCは、位置情報管理部345−2から位置情報を取得するモジュールと、変換処理モジュールと、変換結果の位置情報を位置情報管理部345−1に登録するモジュールとからなる。   As a method of realizing the positioning application C, the positioning application C self-confidence does not perform the same positioning process as the positioning application B, but can use the result of positioning by the positioning application B. That is, the positioning application B performs positioning, acquires the position information stored in the position information management unit 345-2, performs conversion processing to latitude and longitude, and then stores the information in the position information management unit 345-1. is there. In this case, the positioning application C includes a module that acquires position information from the position information management unit 345-2, a conversion processing module, and a module that registers the position information of the conversion result in the position information management unit 345-1.

このように、本システムでは、必要に応じて新たな測位アプリケーションを追加し、逆に、不要となった測位アプリケーションを削除することが可能である。
また、アプリケーションRにて、屋内の気温も取得したい場合、測位アプリケーションCを追加する方法のほかに、座標間のマッチングをシステム側で動的に行うという方法も可能である。例えば、「地球全範囲マップ」の位置情報を検索するときには、「P氏家屋内マップ」の位置情報も同時に検索を行うという手法である。
In this way, in this system, it is possible to add a new positioning application as necessary, and delete a positioning application that is no longer necessary.
In addition, when it is desired to acquire the indoor temperature by the application R, in addition to the method of adding the positioning application C, a method of dynamically performing matching between coordinates on the system side is also possible. For example, when searching the position information of the “global earth range map”, the position information of the “P family indoor map” is also searched simultaneously.

実現方法としては、「地球全範囲マップ」の位置情報を検索するときには、「P氏家屋内マップ」の位置情報も同時に検索することと、座標の対応関係、即ち緯度、経度からx−y座標への変換規則とを本システムに登録しておき、本システムは、「地球全範囲マップ」への検索要求された場合に、登録された情報に基づき、緯度、経度での指定座標範囲を「P氏家屋内マップ」でのx−y座標に変換し、それを指定座標範囲として、「P氏家屋内マップ」の位置情報を同時に検索する。本システムには、それらの情報を登録するための設定画面と、位置情報検索時に登録情報に基づいて前述のように検索を行うモジュールを加えればよい。   As an implementation method, when searching for the position information of the “global earth range map”, the position information of the “P family house map” is also searched at the same time, and the corresponding relationship of coordinates, that is, from latitude and longitude to xy coordinates. The conversion rule is registered in the system, and when the search request to the “global range map” is requested, the system sets the designated coordinate range in latitude and longitude based on the registered information. It is converted into xy coordinates in the “Ujiie indoor map”, and the position information of the “P Ujiie indoor map” is simultaneously retrieved using the converted coordinate range. In this system, a setting screen for registering such information and a module for performing the search as described above based on the registration information at the time of position information search may be added.

また、本システムでは、座標系として1次元や3次元以上の軸を有する座標系を用いる測位アプリケーションを追加、削除することが可能である。
また、座標系を用いる位置ではなく、概念的な位置、例えば、「1号館2階A会議室」や「東京都武蔵野市」などといった位置を測位する測位アプリケーションを導入することも可能である。
In this system, it is possible to add or delete a positioning application that uses a coordinate system having a one-dimensional or three-dimensional axis as a coordinate system.
It is also possible to introduce a positioning application for positioning a conceptual position, for example, a position such as “No. 1 Building 2F A Conference Room” or “Musashino City, Tokyo”, instead of a position using a coordinate system.

この実現方法としては、例えば、マップ登録画面において、型が「text」である座標軸を1つのみ有するマップを定義し、Unix(登録商標)におけるディレクトリ構造の記述を用いて位置を表現することが可能である。例えば、「1号館/2階/A会議室」等の記述である。   As an implementation method, for example, on the map registration screen, a map having only one coordinate axis of the type “text” is defined, and the position is expressed using the description of the directory structure in Unix (registered trademark). Is possible. For example, “No. 1 Building / 2nd Floor / A Conference Room” is a description.

図31は、図6に示すセンサデータ形式登録画面におけるデータ形式の他の記述方法を示す図である。図31に示すデータ形式は「(%F) (%S) (%YYYY%MM%DD%HH%MI%SS%MSC) (%Num)」である。ここで、「%F」はデータ形式識別子を示し、「%S」はセンサデバイス識別子を意味する。また時刻情報として「%YYYY」は「西暦の年」を、「%MM」は「月」を、「%DD」は「日」を、「%HH」は「時」を、「%MI」は「分」を、「%SS」は「秒」を、「%MSC」は「ミリ秒」を示し、「%Num」は数値であることを意味する。第1の実施形態での正規表現による記述に比べて、このように簡素化した表現を用いることによって、よりユーザビリティを向上させることが可能となる。   FIG. 31 is a diagram showing another description method of the data format on the sensor data format registration screen shown in FIG. The data format shown in FIG. 31 is “(% F) (% S) (% YYYY% MM% DD% HH% MI% SS% MSC) (% Num)”. Here, “% F” indicates a data format identifier, and “% S” indicates a sensor device identifier. As time information, “% YYYY” is “year of the year”, “% MM” is “month”, “% DD” is “day”, “% HH” is “hour”, “% MI”. Means “minutes”, “% SS” means “seconds”, “% MSC” means “milliseconds”, and “% Num” means a numerical value. Compared with the description by the regular expression in the first embodiment, the usability can be further improved by using the expression thus simplified.

以上、添付図面を参照しながら、本発明に係るセンサデバイス制御システムの好適な実施形態について説明したが、本発明はかかる例に限定されない。当業者であれば、本願で開示した技術的思想の範疇内において、各種の変更例又は修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。   The preferred embodiments of the sensor device control system according to the present invention have been described above with reference to the accompanying drawings, but the present invention is not limited to such examples. It will be apparent to those skilled in the art that various changes or modifications can be conceived within the scope of the technical idea disclosed in the present application, and these naturally belong to the technical scope of the present invention. Understood.

本実施の形態に係るセンサデバイス制御システムのセンサデバイス蓄積側のブロック構成図Block diagram of the sensor device storage side of the sensor device control system according to the present embodiment 本実施の形態に係るセンサデバイス制御システムのセンサデバイス利用側のブロック構成図Block diagram of sensor device use side of sensor device control system according to the present embodiment センサデバイス蓄積処理の流れを示すシーケンス図Sequence diagram showing the flow of sensor device storage processing センサデバイス情報設定画面の一例を示す図The figure which shows an example of a sensor device information setting screen センサデバイス情報の一例を示す図The figure which shows an example of sensor device information センサデータ形式登録画面の一例を示す図Figure showing an example of the sensor data format registration screen センサデバイス形式情報の一例を示す図The figure which shows an example of sensor device format information センサデータ管理部21に蓄積されたセンサデータの一例を示す図The figure which shows an example of the sensor data accumulate | stored in the sensor data management part 21 第2の実施形態に係るセンサデバイス制御システムのセンサデバイス蓄積側のブロック構成図Block diagram of the sensor device storage side of the sensor device control system according to the second embodiment キャリブレーション情報設定画面の一例を示す図The figure which shows an example of a calibration information setting screen キャリブレーション設定画面の一例を示す図The figure which shows an example of a calibration setting screen キャリブレーション情報の一例を示す図The figure which shows an example of calibration information 第3の実施形態に係るセンサデバイス制御システムのセンサデバイス蓄積側のブロック構成図Block diagram of the sensor device storage side of the sensor device control system according to the third embodiment 論理センサデバイス情報登録画面の一例を示す図The figure which shows an example of a logic sensor device information registration screen データ変換設定画面の一例を示す図The figure which shows an example of the data conversion setting screen 論理センサデバイス情報の一例を示す図The figure which shows an example of logic sensor device information 論理センサデバイス対応履歴情報参照画面の一例を示す図The figure which shows an example of a logic sensor device corresponding history information reference screen 第3の実施形態に係るセンサデバイス制御システムのセンサデバイス利用側のブロック構成図Block diagram of the sensor device use side of the sensor device control system according to the third embodiment 第4の実施形態に係るセンサデバイス制御システムのセンサデバイス蓄積側のブロック構成図Block diagram of the sensor device storage side of the sensor device control system according to the fourth embodiment マップ登録画面の一例を示す図Figure showing an example of the map registration screen マップに対応するテーブルの一例を示す図The figure which shows an example of the table corresponding to a map 論理センサデバイス情報登録画面の一例を示す図The figure which shows an example of a logic sensor device information registration screen 位置情報設定画面の一例を示す図The figure which shows an example of a positional information setting screen 第4の実施形態に係るセンサデバイス制御システムのセンサデバイス利用側のブロック構成図Block diagram of the sensor device use side of the sensor device control system according to the fourth embodiment P氏の住環境を示す図Figure showing Mr. P's living environment P氏の住環境を上から見た図View of Mr. P's living environment from above 図26に示すケースに適用したセンサデバイス制御システムのセンサデバイス蓄積側のブロック構成図Block diagram of the sensor device storage side of the sensor device control system applied to the case shown in FIG. 移動センサ531の定義を示す図The figure which shows the definition of the movement sensor 531 リーダセンサ541の定義を示す図The figure which shows the definition of the reader sensor 541 各アプリケーションに接続されたセンサデバイス制御システムのセンサデバイス利用側のブロック構成図Block diagram of sensor device usage side of sensor device control system connected to each application データ形式の他の記述方法を示す図Diagram showing another description method of data format

符号の説明Explanation of symbols

11………Webサーバ
13………センサデータ処理部
15………センサデータ格納用データベース
17………センサメタ情報格納用データベース
19………クエリ処理部
41………アプリケーション
11 ......... Web server 13 ......... Sensor data processing unit 15 ......... Sensor data storage database 17 ......... Sensor meta information storage database 19 ......... Query processing unit 41 ......... Application

Claims (8)

センサデバイスから取得したセンサデータを蓄積し、アプリケーションに対して前記センサデータを提供するセンサデータ制御システムであって、
前記センサデバイスのセンサデータを格納テーブルに格納して保持するセンサデータ保持手段と、
前記データ形式識別子と、データ形式情報と、前記格納テーブル名と格納形式とを保持するデータ形式識別子保持手段と、
前記センサデバイスからセンサデータを取得するセンサデータ取得手段と、
前記センサデータ取得手段によって取得されたセンサデータに含まれるデータ形式識別子を読み出し、前記データ形式識別子に対応するデータ形式情報と格納テーブル名と格納形式とを、前記データ形式識別子保持手段から取得し、取得したデータ形式に従って、前記取得したセンサデータを解析し、前記格納テーブル名の格納テーブルに格納する格納手段と、
前記アプリケーションから要求されたセンサデータの送信要求に基づいて、前記格納テーブルに格納されたセンサデータを、当該アプリケーションに提供する提供手段と、
を具備することを特徴とするセンサデータ制御システム。
A sensor data control system for accumulating sensor data acquired from a sensor device and providing the sensor data to an application,
Sensor data holding means for storing and storing sensor data of the sensor device in a storage table;
Data format identifier holding means for holding the data format identifier, data format information, the storage table name and the storage format;
Sensor data acquisition means for acquiring sensor data from the sensor device;
Read the data format identifier included in the sensor data acquired by the sensor data acquisition means, acquire the data format information, storage table name and storage format corresponding to the data format identifier from the data format identifier holding means, According to the acquired data format, storage means for analyzing the acquired sensor data and storing it in the storage table of the storage table name;
Providing means for providing the application with sensor data stored in the storage table based on a request to send sensor data requested by the application;
A sensor data control system comprising:
前記センサデバイスのセンサデバイス識別子と、データ形式識別子とを保持するセンサデバイス情報保持手段を有し、
前記提供手段は、前記アプリケーションから要求されたセンサデバイス識別子を受け付け、前記センサデバイス識別子に対応付けられたデータ形式識別子を前記センサデバイス情報保持手段を参照して読み出し、読み出したデータ形式識別子に対応する格納テーブル名の格納テーブルに格納されたセンサデータを、当該アプリケーションに提供する
ことを特徴とする請求項1記載のセンサデータ制御システム。
Sensor device information holding means for holding a sensor device identifier of the sensor device and a data format identifier;
The providing means receives a sensor device identifier requested from the application, reads a data format identifier associated with the sensor device identifier with reference to the sensor device information holding means, and corresponds to the read data format identifier. 2. The sensor data control system according to claim 1, wherein the sensor data stored in the storage table having the storage table name is provided to the application.
論理センサデバイス識別子と、前記論理センサデバイスを対応付けるセンサデバイス情報と、前記論理センサデバイスによるデータ変換方法とを保持する論理センサデバイス情報保持手段を有し、
前記提供手段は、前記論理センサデバイス情報保持手段を参照し、前記アプリケーションから要求された論理センサデバイスに対応付けられたセンサデバイス識別子と、前記センサデバイス識別子に対応付けられた格納テーブル名の格納テーブルからセンサデータを取得し、前記論理センサデバイスによるデータ変換方法によるデータ変換を施して、アプリケーションに提供する
ことを特徴とする請求項1記載のセンサデータ制御システム。
Logical sensor device information holding means for holding a logical sensor device identifier, sensor device information for associating the logical sensor device, and a data conversion method by the logical sensor device;
The providing means refers to the logical sensor device information holding means, and stores a sensor device identifier associated with the logical sensor device requested by the application and a storage table name associated with the sensor device identifier. 2. The sensor data control system according to claim 1, wherein sensor data is acquired from the data, subjected to data conversion by a data conversion method by the logical sensor device, and provided to an application.
更に、論理センサデバイスの位置情報を保持する位置情報保持手段を具備することを特徴とする請求項3記載のセンサデータ制御システム。   4. The sensor data control system according to claim 3, further comprising position information holding means for holding position information of the logic sensor device. 前記論理センサデバイスの位置情報は、1つ以上の座標系で表現される位置座標であることを特徴とする請求項4記載のセンサデータ制御システム。   5. The sensor data control system according to claim 4, wherein the position information of the logical sensor device is a position coordinate expressed in one or more coordinate systems. 前記センサデバイス識別子と、そのセンサデバイスのセンサデータに対するキャリブレーション情報を保持するキャリブレーション情報保持手段を更に具備し、
前記格納手段は、前記キャリブレーション情報に従って、センサデータに対して補正処理を行い、前記格納テーブルに格納することを特徴とする請求項2又は請求項3に記載されたセンサデータ制御システム。
Calibration information holding means for holding calibration information for the sensor device identifier and sensor data of the sensor device;
4. The sensor data control system according to claim 2, wherein the storage unit performs a correction process on the sensor data in accordance with the calibration information and stores the correction data in the storage table. 5.
センサデバイスから取得したセンサデータを蓄積し、アプリケーションに対して前記センサデータを提供するセンサデータ制御方法であって、
前記センサデバイスのセンサデバイス識別子と、データ形式識別子とを保持する第1のステップと、
論理センサデバイスと、前記論理センサデバイスを対応付けるセンサデバイス情報と、前記論理センサデバイスによるデータ変換方法とを保持する第2のステップと、
前記センサデバイスのセンサデータを格納テーブルに格納して保持する第3のステップと、
前記データ形式識別子と、データ形式情報と、前記格納テーブル名と格納形式とを保持する第4のステップと、
前記センサデバイスからセンサデータを取得するセンサデータ第5のステップと、
前記第5のステップによって取得されたセンサデータに含まれるデータ形式識別子を読み出し、前記データ形式識別子に対応するデータ形式情報と格納テーブル名と格納形式とを取得し、取得したデータ形式に従って、前記取得したセンサデータを解析し、前記格納テーブル名の格納テーブルに格納する第6のステップと、
を具備することを特徴とするセンサデータ制御方法。
A sensor data control method for accumulating sensor data acquired from a sensor device and providing the sensor data to an application,
A first step of holding a sensor device identifier of the sensor device and a data format identifier;
A second step of holding a logical sensor device, sensor device information for associating the logical sensor device, and a data conversion method by the logical sensor device;
A third step of storing and holding sensor data of the sensor device in a storage table;
A fourth step of holding the data format identifier, data format information, the storage table name and the storage format;
A sensor data fifth step of acquiring sensor data from the sensor device;
A data format identifier included in the sensor data acquired by the fifth step is read, data format information, a storage table name, and a storage format corresponding to the data format identifier are acquired, and the acquisition is performed according to the acquired data format A sixth step of analyzing the stored sensor data and storing in the storage table of the storage table name;
A sensor data control method comprising:
前記アプリケーションから要求された論理センサデバイスに対応付けられたセンサデバイス識別子と、前記センサデバイス識別子に対応付けられた格納テーブル名の格納テーブルからセンサデータを取得し、前記論理センサデバイスによるデータ変換方法によるデータ変換を施して、アプリケーションに提供する第7のステップを、更に具備することを特徴とする請求項7記載のセンサデータ制御方法。   According to the data conversion method by the logical sensor device, sensor data is acquired from a storage table of a sensor device identifier associated with the logical sensor device requested by the application and a storage table name associated with the sensor device identifier. 8. The sensor data control method according to claim 7, further comprising a seventh step of performing data conversion and providing the data to an application.
JP2007056377A 2007-03-06 2007-03-06 Sensor data control system and sensor data control method Expired - Fee Related JP4647632B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007056377A JP4647632B2 (en) 2007-03-06 2007-03-06 Sensor data control system and sensor data control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007056377A JP4647632B2 (en) 2007-03-06 2007-03-06 Sensor data control system and sensor data control method

Publications (2)

Publication Number Publication Date
JP2008217612A true JP2008217612A (en) 2008-09-18
JP4647632B2 JP4647632B2 (en) 2011-03-09

Family

ID=39837552

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007056377A Expired - Fee Related JP4647632B2 (en) 2007-03-06 2007-03-06 Sensor data control system and sensor data control method

Country Status (1)

Country Link
JP (1) JP4647632B2 (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013506221A (en) * 2009-09-29 2013-02-21 ボルボ テクノロジー コーポレイション Method and system for generating sensor output data of a sensor assembly for further processing in at least one application and / or by at least one algorithm
WO2014050192A1 (en) * 2012-09-27 2014-04-03 オムロン株式会社 Device management apparatus and device search method
JP2014519644A (en) * 2011-05-10 2014-08-14 タレス・カナダ・インコーポレイテッド Data analysis system
JP2015062285A (en) * 2014-09-19 2015-04-02 オムロン株式会社 Sensor management device
WO2015127961A1 (en) * 2014-02-25 2015-09-03 Sca Hygiene Products Ab Sensor data analysis for a plurality of users
JP2015181009A (en) * 2011-05-24 2015-10-15 日本電気株式会社 Information processing system, data management method, information processor, control method of information processor and control program
WO2015182416A1 (en) * 2014-05-26 2015-12-03 オムロン株式会社 Virtual sensor metadata structure
JP2016026342A (en) * 2010-04-13 2016-02-12 サムスン エレクトロニクス カンパニー リミテッド Device and method for processing virtual world
WO2017126282A1 (en) * 2016-01-18 2017-07-27 日本電気株式会社 Information processing system, device registration method, information processing device, communication terminal, and control method and control program therefor
JP2018156564A (en) * 2017-03-21 2018-10-04 株式会社リコー Mediation device, mediation method, and program
JP2018173938A (en) * 2017-03-31 2018-11-08 西日本電信電話株式会社 Time estimation system, sensor, server, time estimation method, and program
JP6477936B1 (en) * 2018-02-13 2019-03-06 オムロン株式会社 Data processing apparatus, data processing method, and program
JP6477935B1 (en) * 2018-02-13 2019-03-06 オムロン株式会社 Preprocessing determination device, preprocessing determination method, and program
JP2019149081A (en) * 2018-02-28 2019-09-05 横河電機株式会社 Information collection device, information collection method, information collection program, and recording medium
WO2019187115A1 (en) * 2018-03-30 2019-10-03 三菱電機株式会社 Sensor management device, sensor management method, and program
WO2023176916A1 (en) * 2022-03-16 2023-09-21 株式会社ラプラス・システム Data structure containing identifier for numerical data, and numerical value management system using same
JP7435551B2 (en) 2021-06-25 2024-02-21 横河電機株式会社 Data processing device, data processing method, and data processing program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0793378A (en) * 1993-09-24 1995-04-07 Toshiba Corp Trend graph display device
JPH09198130A (en) * 1996-01-17 1997-07-31 Toshiba Corp Plant operation monitoring device
JPH09212209A (en) * 1996-02-02 1997-08-15 Hitachi Ltd Method for processing message in distributed processing system
JPH1145114A (en) * 1997-07-25 1999-02-16 Hisaka Works Ltd Monitor device and its calibration method
JP2002251213A (en) * 2001-02-21 2002-09-06 Toshiba Corp Plant information processing system
JP2004102693A (en) * 2002-09-10 2004-04-02 Mitsubishi Heavy Ind Ltd Self-position registration type sensor, plant monitoring device, and plant monitoring method using self-position registration type sensor

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0793378A (en) * 1993-09-24 1995-04-07 Toshiba Corp Trend graph display device
JPH09198130A (en) * 1996-01-17 1997-07-31 Toshiba Corp Plant operation monitoring device
JPH09212209A (en) * 1996-02-02 1997-08-15 Hitachi Ltd Method for processing message in distributed processing system
JPH1145114A (en) * 1997-07-25 1999-02-16 Hisaka Works Ltd Monitor device and its calibration method
JP2002251213A (en) * 2001-02-21 2002-09-06 Toshiba Corp Plant information processing system
JP2004102693A (en) * 2002-09-10 2004-04-02 Mitsubishi Heavy Ind Ltd Self-position registration type sensor, plant monitoring device, and plant monitoring method using self-position registration type sensor

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013506221A (en) * 2009-09-29 2013-02-21 ボルボ テクノロジー コーポレイション Method and system for generating sensor output data of a sensor assembly for further processing in at least one application and / or by at least one algorithm
JP2016026342A (en) * 2010-04-13 2016-02-12 サムスン エレクトロニクス カンパニー リミテッド Device and method for processing virtual world
JP2014519644A (en) * 2011-05-10 2014-08-14 タレス・カナダ・インコーポレイテッド Data analysis system
US9405914B2 (en) 2011-05-10 2016-08-02 Thales Canada Inc. Data analysis system
US9558252B2 (en) 2011-05-24 2017-01-31 Nec Corporation Information processing system, data management method, information processing apparatus, and control method and control program therefor
JP2015181009A (en) * 2011-05-24 2015-10-15 日本電気株式会社 Information processing system, data management method, information processor, control method of information processor and control program
WO2014050192A1 (en) * 2012-09-27 2014-04-03 オムロン株式会社 Device management apparatus and device search method
JPWO2014050192A1 (en) * 2012-09-27 2016-08-22 オムロン株式会社 Device management apparatus and device search method
WO2015127961A1 (en) * 2014-02-25 2015-09-03 Sca Hygiene Products Ab Sensor data analysis for a plurality of users
US10726149B2 (en) 2014-02-25 2020-07-28 Essity Hygiene And Health Aktiebolag Sensor data analysis for a plurality of users
WO2015182416A1 (en) * 2014-05-26 2015-12-03 オムロン株式会社 Virtual sensor metadata structure
JP2015062285A (en) * 2014-09-19 2015-04-02 オムロン株式会社 Sensor management device
WO2017126282A1 (en) * 2016-01-18 2017-07-27 日本電気株式会社 Information processing system, device registration method, information processing device, communication terminal, and control method and control program therefor
JPWO2017126282A1 (en) * 2016-01-18 2018-11-08 日本電気株式会社 Information processing system, device registration method, information processing apparatus, communication terminal, and control method and control program thereof
US11102073B2 (en) 2016-01-18 2021-08-24 Nec Corporation Information processing system, device registration method, information processing device, communication terminal, and control method and control program therefor
JP2018156564A (en) * 2017-03-21 2018-10-04 株式会社リコー Mediation device, mediation method, and program
JP2018173938A (en) * 2017-03-31 2018-11-08 西日本電信電話株式会社 Time estimation system, sensor, server, time estimation method, and program
JP6477935B1 (en) * 2018-02-13 2019-03-06 オムロン株式会社 Preprocessing determination device, preprocessing determination method, and program
JP2019139544A (en) * 2018-02-13 2019-08-22 オムロン株式会社 Data processing apparatus, data processing method, and program
WO2019159487A1 (en) * 2018-02-13 2019-08-22 オムロン株式会社 Pre-processing determination device, pre-processing determination method and program
WO2019159488A1 (en) * 2018-02-13 2019-08-22 オムロン株式会社 Data processing device, and data processing method and program
JP2019140550A (en) * 2018-02-13 2019-08-22 オムロン株式会社 Pre-processing determination device, pre-processing determination method, and program
JP6477936B1 (en) * 2018-02-13 2019-03-06 オムロン株式会社 Data processing apparatus, data processing method, and program
JP2019149081A (en) * 2018-02-28 2019-09-05 横河電機株式会社 Information collection device, information collection method, information collection program, and recording medium
WO2019187115A1 (en) * 2018-03-30 2019-10-03 三菱電機株式会社 Sensor management device, sensor management method, and program
JP7435551B2 (en) 2021-06-25 2024-02-21 横河電機株式会社 Data processing device, data processing method, and data processing program
WO2023176916A1 (en) * 2022-03-16 2023-09-21 株式会社ラプラス・システム Data structure containing identifier for numerical data, and numerical value management system using same

Also Published As

Publication number Publication date
JP4647632B2 (en) 2011-03-09

Similar Documents

Publication Publication Date Title
JP4647632B2 (en) Sensor data control system and sensor data control method
JP4773510B2 (en) Sensor network system, sensor network system data management method, sensor network system data management program
CN103036954A (en) Mobile information aggregation system based on geographic information system (GIS) and mobile information aggregation method based on GIS
JP4943109B2 (en) Information processing apparatus, information processing method, and program
CN102682128A (en) Method for rearranging information of points of interest
JP2006285646A (en) Facility information provision method and facility information provision device
WO2020116610A1 (en) Data retrieval device, data retrieval method and program, and edge server and program thereof
CN102999610A (en) Data access system and data access method
US10264420B2 (en) System and method for providing a descriptive location of a user device
KR100404305B1 (en) Facility management and consumer management system with digital map and mobile telecommunication terminals and the managing method thereof
KR20140142815A (en) Location information via GPS with location-based notification system and method of service
Tila et al. Semantic IoT System for Indoor Environment Control—A Sparql and SQL based hybrid model
Kim et al. An indoor location tracking based on mobile RFID for smart exhibition service
US20020184332A1 (en) Physical registration method and system for resources
JP5998182B2 (en) POI data generation device, terminal device, POI data generation method and program
JP6907135B2 (en) Data providing device and data providing method
CN100429653C (en) Method for supplying a program-aided information system with specific positional information
JP2010140355A (en) System and method for searching information
CN111949845A (en) Method, apparatus, computer device and storage medium for processing mapping information
KR101970591B1 (en) Location labelling method and location labelling system for fingerprint using business mobile device
JP2002149681A (en) Method and system for retrieval service of real estate item, retrieval system, retrieval requesting device, retrieval mediating device, and retrieving device
JP6519278B2 (en) Server apparatus, program and communication system
Gu IP&SF: Indoor Positioning and Service Framework by using Information about BLE-based Beacons in Indoor Spaces
Strobbe et al. Integrating location and context information for novel personalised applications
JP4300149B2 (en) Field monitoring system, field monitoring method and field monitoring program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090123

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100707

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100713

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100910

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20101130

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101208

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131217

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 4647632

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131217

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees