WO2018235152A1 - Sensor management device, sensor management method and sensor management program - Google Patents
Sensor management device, sensor management method and sensor management program Download PDFInfo
- Publication number
- WO2018235152A1 WO2018235152A1 PCT/JP2017/022637 JP2017022637W WO2018235152A1 WO 2018235152 A1 WO2018235152 A1 WO 2018235152A1 JP 2017022637 W JP2017022637 W JP 2017022637W WO 2018235152 A1 WO2018235152 A1 WO 2018235152A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- sensor
- virtual
- virtual sensor
- deletion
- unit
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q9/00—Arrangements in telecontrol or telemetry systems for selectively calling a substation from a main station, in which substation desired apparatus is selected for applying a control signal thereto or for obtaining measured values therefrom
Definitions
- the present invention relates to management of virtual sensors.
- a large number of sensors such as temperature / humidity sensors, illuminance sensors, and human sensors are installed in a space such as a building, and services using information obtained from these sensors are provided.
- an air conditioning control service is provided that uses the information from the sensor to realize comfort in a thermal environment.
- a lighting control service is provided that uses the information from the sensor to realize improvement in intellectual productivity.
- information posting service tailored to the movement of the user is provided using the information from the sensor.
- a sensor (hereinafter, referred to as a virtual sensor) is virtually installed at an arbitrary point in space, and a virtual value of a sensor (hereinafter, referred to as a real sensor) physically installed in the space
- a virtual value of a sensor hereinafter, referred to as a real sensor
- the sensor management device provides an API (Application Programming Interface) common to the real sensor and the virtual sensor
- the application uses the API to make the sensor value of the virtual sensor similar to the sensor value of the real sensor.
- Patent Document 1 and Patent Document 2 the method of providing DB (Database) for management of a sensor, and accumulating attribute information is disclosed (patent document 3).
- the virtual sensor is generated at any time and at any time according to a request from an application. For example, when providing a service focused on a user in a building, a virtual sensor is generated following the movement of the user.
- the number of virtual sensors increases with time.
- the search time of the virtual sensors increases.
- the capacity of the memory that holds the virtual sensors runs short. And as a result, degradation of service response time occurs.
- the main object of the present invention is to maintain an appropriate number of virtual sensors.
- the sensor management device is A deletion target selection unit that selects a virtual sensor to be deleted from among the plurality of virtual sensors based on the attributes of each of the plurality of virtual sensors that have been generated; And a virtual sensor deletion unit that deletes the virtual sensor selected as the deletion target by the deletion target selection unit.
- an unnecessary virtual sensor can be selected as a deletion target virtual sensor based on the attribute of the virtual sensor, and the unnecessary virtual sensor can be deleted. Therefore, according to the present invention, it is possible to maintain the number of virtual sensors appropriately.
- FIG. 2 is a diagram showing an example of a functional configuration of a sensor management device according to the first embodiment.
- FIG. 6 shows an example of attribute information according to the first embodiment. 6 is a flowchart showing an operation example of the sensor management device according to the first embodiment.
- FIG. 7 is a diagram showing an example of a functional configuration of a sensor management device according to a second embodiment. 10 is a flowchart showing an operation example of the sensor management device according to the second embodiment.
- FIG. 13 is a diagram showing an example of a functional configuration of a sensor management device according to a third embodiment.
- FIG. 16 is a diagram showing an example of a functional configuration of a sensor management device according to a fourth embodiment.
- 15 is a flowchart illustrating an operation example of a sensor management device according to a fourth embodiment.
- FIG. 18 is a diagram showing an example of a functional configuration of a sensor management device according to a fifth embodiment.
- 15 is a flowchart showing an operation example of the sensor management device according to the fifth embodiment.
- FIG. 18 is a diagram showing an example of a functional configuration of a sensor management device according to a sixth embodiment.
- 16 is a flowchart illustrating an operation example of a sensor management device according to a sixth embodiment.
- FIG. 18 shows a configuration example of a sensor management system according to a seventh embodiment.
- FIG. 18 shows a configuration example of a sensor management system according to a seventh embodiment.
- FIG. 18 is a view showing an example of a screen for specifying a virtual sensor to be deleted according to the seventh embodiment.
- FIG. 18 is a diagram showing an example of an interface for specifying a virtual sensor to be deleted according to a seventh embodiment.
- FIG. 2 is a diagram showing an example of a hardware configuration of a sensor management device according to the first embodiment.
- FIG. 1 shows an example of a functional configuration of the sensor management device 1 according to the first embodiment.
- the sensor management device 1 manages an actual sensor and a virtual sensor 15.
- the operation performed by the sensor management device 1 corresponds to a sensor management method.
- a program for realizing the sensor management method corresponds to a sensor management program.
- the real sensor is physically installed in the space and actually senses the physical quantity in the space.
- the actual sensor is, for example, a temperature sensor, a humidity sensor, an illuminance sensor, a human sensor or the like.
- the actual sensor is a device to which the name "sensor" is given.
- real sensors include bar code readers, moving image cameras, thermo cameras, smart devices with built-in sensors, and robots.
- the virtual sensor 15 is a virtual sensor installed at an arbitrary point in the space. By interpolation or estimation from the sensor values of the actual sensor, the sensor value of the virtual sensor 15 at an arbitrary point can be obtained.
- the sensor management device 1 manages, as the virtual sensor 15, the virtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c.
- the sensor management apparatus 1 may manage the virtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c as an object in object orientation. Further, when requested by the external module, the sensor management device 1 may obtain sensor values of the virtual sensor 15a, virtual sensor 15b and virtual sensor 15c by interpolation or estimation from sensor values of real sensors.
- the virtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c are collectively referred to as the virtual sensor 15.
- FIG. 18 shows an example of the hardware configuration of the sensor management device 1. Before describing the functional configuration of the sensor management device 1 shown in FIG. 1, the hardware configuration of the sensor management device 1 will be described with reference to FIG. 18.
- the sensor management device 1 is a computer.
- the sensor management device 1 includes a processor 101, a memory 102, a communication interface 103, and an auxiliary storage device 104 as hardware.
- the auxiliary storage device 104 has the functions of the attribute information acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17 and the sensor data distribution unit 18 shown in FIG. A program to be realized is stored. These programs are loaded from the auxiliary storage device 104 into the memory 102. Then, the processor 101 reads these programs from the memory 102 and executes these programs.
- the processor 101 performs operations of an attribute information acquisition unit 12, a deletion target selection unit 13, a virtual sensor deletion unit 14, a virtual sensor generation unit 16, an actual sensor data acquisition unit 17 and a sensor data distribution unit 18 described later.
- FIG. 18 a program for realizing the functions of the attribute information acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, and the sensor data distribution unit 18 is shown.
- the state of execution is schematically represented.
- the auxiliary storage device 104 implements the attribute information storage unit 11 shown in FIG. Further, the auxiliary storage device 104 stores the sensor value of the actual sensor.
- the communication interface 103 is used by the sensor management device 1 to communicate with the outside. Specifically, the communication interface 103 is used by the sensor management device 1 to communicate with an actual sensor.
- the attribute information storage unit 11 stores attribute information. Attribute information is information in which the attributes of the real sensor and the virtual sensor 15 are indicated. FIG. 2 shows an example of attribute information. The details of FIG. 2 will be described later.
- the attribute information acquisition unit 12 acquires attribute information of the virtual sensor 15 from the attribute information storage unit 11.
- the attribute information acquisition unit 12 may acquire attribute information of the virtual sensor 15 at a constant cycle, or may be triggered by an event (for example, reception of a sensor data acquisition request from outside or reception of a virtual sensor deletion request) as a trigger.
- the attribute information of may be acquired.
- the deletion target selection unit 13 selects the virtual sensor 15 to be deleted based on the attribute of each virtual sensor 15 indicated in the attribute information of the virtual sensor 15.
- the number of virtual sensors 15 selected as the deletion target by the deletion target selection unit 13 does not matter.
- the processing performed by the deletion target selection unit 13 corresponds to deletion target selection processing.
- the virtual sensor deletion unit 14 deletes the virtual sensor 15 selected as the deletion target by the deletion target selection unit 13. If the virtual sensor 15 is generated as an object, the virtual sensor deletion unit 14 deletes the virtual sensor 15 by deleting the corresponding object. Alternatively, the virtual sensor deletion unit 14 may delete the virtual sensor 15 by adding a flag indicating that the virtual sensor 15 is deleted to the record of the virtual sensor 15 to be deleted in the attribute information. Alternatively, the virtual sensor deletion unit 14 may delete the virtual sensor 15 by setting “delete” in the life cycle column (described later) of the record of the virtual sensor 15 to be deleted in the attribute information. The processing performed by the virtual sensor deletion unit 14 corresponds to virtual sensor deletion processing.
- the virtual sensor generation unit 16 generates a virtual sensor 15.
- the virtual sensor generation unit 16 may generate the virtual sensor 15 at a constant cycle, or may generate the virtual sensor 15 triggered by some event (for example, reception of a sensor data acquisition request from the outside).
- the virtual sensor generation unit 16 stores attribute information of the virtual sensor 15 in the attribute information storage unit 11.
- the actual sensor data acquisition unit 17 acquires sensor data in which a sensor value is indicated from the actual sensor.
- the actual sensor data acquisition unit 17 may acquire sensor data from the actual sensor at a constant cycle, or may acquire sensor data from the actual sensor in response to some event (for example, reception of a sensor data acquisition request from the outside). May be
- the sensor data is accumulated in the auxiliary storage device 104 of the sensor management device 1. Also, instead of this, sensor data may be stored in a storage device external to the sensor management device 1. Further, the sensor management apparatus 1 may process the memory 102 as temporary information without accumulating sensor data.
- the sensor data distribution unit 18 transmits sensor data to an external device using the communication module 103.
- the sensor data distribution unit 18 transmits sensor data in which sensor values of actual sensors are indicated or sensor data in which sensor values of virtual sensors are indicated to an external device.
- the sensor data distribution unit 18 may open the interface to the outside, receive a request from an external device, and transmit sensor data to the outside.
- the sensor data distribution unit 18 may use HTTP (Hypertext Transfer Protocol) -based WEBAPI as an interface.
- the sensor data distribution unit 18 may use a Publisher / Subscriber model such as MQTT (Message Queue Telemetry Transport) or a communication protocol with another external device.
- MQTT Message Queue Telemetry Transport
- the attribute information includes ID, type, expiration date, coordinates, access frequency, access flag, last access time, error, number of users, number of reservation persons, and life cycle.
- the attribute information may include all the items shown in FIG. 2 or may include only some of the items shown in FIG.
- the identifier of the virtual sensor 15 or the real sensor is shown.
- the identifier is a number or symbol assigned to the virtual sensor 15 or real sensor to uniquely identify the virtual sensor 15 or real sensor.
- the type column indicates whether the target sensor is a real sensor or a virtual sensor.
- the column of the expiration date shows the time when the use of the virtual sensor ends.
- coordinate values of the installation position of the sensor are shown.
- the access frequency column indicates the number of times the sensor has been accessed by the application. In FIG. 2, the access frequency is counted up each time access to a sensor occurs. The value of the access frequency is cleared every fixed time.
- the column of the access flag indicates whether the sensor has been accessed by the application for a certain period of time from the present. When an access to a sensor occurs, the access flag becomes valid, and the access flag is cleared when a certain period of time has elapsed from the occurrence of the access, or when an event (for example, an external sensor data acquisition request is received) .
- the last access time column shows the time when the sensor was last accessed by the application.
- the error column shows the value of the error which is presumed to be included in the sensor value of the virtual sensor.
- the error column shows, for example, the value of a statistically estimated error.
- the number of users column indicates the number of users using the sensor value.
- the number of reservation persons column indicates the number of users who plan to use the sensor value.
- the life cycle column shows stages from generation to deletion of virtual sensors.
- FIG. 3 is a flowchart showing an operation example of the sensor management device 1 according to the first embodiment. More specifically, FIG. 3 shows an operation example of the sensor management apparatus 1 regarding deletion of the virtual sensor 15.
- the attribute information acquisition unit 12 acquires attribute information of the virtual sensor 15 from the attribute information storage unit 11 in response to a fixed cycle or some event (step ST101).
- the attribute information acquisition unit 12 may acquire attribute information (multiple records) of a plurality of virtual sensors 15 at the same time, or may sequentially acquire attribute information (one record) of each virtual sensor 15. Good.
- the attribute information acquisition unit 12 sequentially acquires attribute information of each virtual sensor 15 will be described.
- the attribute information acquisition unit 12 outputs the acquired attribute information of the virtual sensor 15 to the deletion target selection unit 13.
- the deletion target selection unit 13 compares the acquired attribute information with the deletion condition of the virtual sensor 15 to determine whether the deletion condition is satisfied (step ST102).
- the deletion condition may be held in advance by the sensor management device 1 or may be given from the outside. An example of the deletion condition will be described later.
- the deletion target selection unit 13 selects, as a deletion target, the virtual sensor 15 whose attribute indicated in the attribute information satisfies the deletion condition (step ST103).
- the deletion target selection unit 13 assigns, for example, a flag indicating that the selected deletion target virtual sensor 15 has been selected as the deletion target. Further, the deletion target selection unit 13 may simply hold the identifier of the selected virtual sensor 15 to be deleted.
- the deletion target selection unit 13 can select the virtual sensor 15 included in a certain range from a specific reference point as a deletion target. Further, the deletion target selection unit 13 can receive an identifier of the virtual sensor 15 to be deleted from the external device, and can select the virtual sensor 15 corresponding to the given identifier as the deletion target. Further, the deletion target selection unit 13 may select the corresponding virtual sensor 15 as a deletion target according to the deletion condition in which the identifier of the virtual sensor 15 to be deleted is indicated. Furthermore, the deletion target selection unit 13 may select the virtual sensor 15 to be deleted according to the conditions described below.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted based on the position of the virtual sensor 15, which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 calculates the distance between the virtual sensors 15 from the coordinates of the attribute information (FIG. 2). In this case, the deletion condition describes the threshold of the distance between virtual sensors. Then, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted by collating the calculated distance between the virtual sensors 15 with the threshold of the distance indicated by the deletion condition.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space.
- the deletion target selection unit 13 converts a plurality of virtual sensors 15 (virtual sensor 15a, virtual sensor 15b and virtual sensor 15c) within a certain distance into one virtual sensor (for example, virtual sensor 15a) Then, other virtual sensors (for example, the virtual sensor 15 b and the virtual sensor 15 c) are selected as deletion targets.
- the deletion target selecting unit 13 determines the virtual sensor to be deleted based on the distance between the real sensor and the virtual sensor 15. You may select 15. More specifically, the deletion target selection unit 13 calculates the distance between the real sensor and the virtual sensor 15 from the coordinates of the attribute information (FIG. 2). In this case, the deletion condition describes the threshold of the distance between the real sensor and the virtual sensor. Then, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted by collating the calculated distance between the actual sensor and the virtual sensor with the threshold of the distance indicated in the deletion condition.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects the virtual sensor 15 within a certain distance from the actual sensor as the deletion target.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted based on the access status to the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the access frequency of the attribute information (FIG. 2). In this case, an access frequency threshold is described in the deletion condition. Then, the deletion target selection unit 13 collates the acquired value of the access frequency with the threshold indicated in the deletion condition to select the virtual sensor 15 to be deleted.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects a virtual sensor 15 with a low access frequency as a deletion target.
- the deletion target selecting unit 13 may select the virtual sensor 15 to be deleted based on the access flag . More specifically, the deletion target selection unit 13 acquires the value of the access flag in the attribute information (FIG. 2). In this case, the deletion condition describes that the access flag is cleared. Then, the deletion target selection unit 13 collates the acquired value of the access flag with the deletion condition to select the virtual sensor 15 to be deleted. By doing this, the deletion target selection unit 13 selects, as a deletion target, the virtual sensor 15 for which access has not occurred most recently.
- the deletion target selecting unit 13 selects the virtual sensor 15 to be deleted based on the last access time. Good. More specifically, the deletion target selection unit 13 acquires the value of the last access time of the attribute information (FIG. 2). Then, the deletion target selection unit 13 calculates an elapsed time from the last access time. In this case, the deletion condition describes the threshold of the elapsed time from the last access time. Then, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted by collating the calculated elapsed time with the threshold of the deletion condition.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects, as the deletion target, the virtual sensor 15 for which access has not occurred even if a predetermined time has elapsed from the last access time.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted based on the time validity of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the expiration date of the attribute information (FIG. 2). In this case, the deletion condition describes that the expiration date has passed. Then, the deletion target selection unit 13 collates the value of the expiration date with the deletion condition, and selects the virtual sensor 15 to be deleted. By doing this, the deletion target selection unit 13 selects the virtual sensor 15 whose expiration date has passed as a deletion target.
- the deletion target selecting unit 13 may select the virtual sensor 15 to be deleted based on the life cycle . More specifically, the deletion target selection unit 13 acquires the value of the life cycle of the attribute information (FIG. 2). In this case, the deletion condition describes that the life cycle is "end of use”. Then, the deletion target selection unit 13 collates the life cycle value with the deletion condition to select the virtual sensor 15 to be deleted. By doing this, the deletion target selection unit 13 selects the virtual sensor 15 whose life cycle is “end of use” as the deletion target.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted based on the quality of the sensor value of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the error of the attribute information (FIG. 2). In this case, an error threshold is described in the deletion condition. Then, the deletion target selection unit 13 collates the value of the error with the threshold of the deletion condition to select the virtual sensor 15 to be deleted.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects the virtual sensor 15 whose error is greater than or equal to a certain range as the deletion target.
- the deletion target selecting unit 13 may select the virtual sensor 15 to be deleted based on the reliability of the sensor value. .
- the reliability is an index indicating how reliable the sensor value of the virtual sensor 15 is.
- the deletion target selection unit 13 acquires the value of the reliability from the attribute information.
- the threshold of reliability is described in the deletion information. Then, the deletion target selection unit 13 collates the value of the reliability with the threshold of the deletion condition to select the virtual sensor 15 to be deleted.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects the virtual sensor 15 whose reliability of the sensor value is equal to or lower than a certain level as the deletion target.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted based on the number of users of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the number of users of the attribute information (FIG. 2). In this case, a threshold of the number of users is described in the deletion condition. Then, the deletion target selection unit 13 collates the value of the number of users with the threshold of the deletion condition, and selects the virtual sensor 15 to be deleted.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects virtual sensors 15 whose number of users is equal to or less than a predetermined number as deletion targets.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted based on the number of reservers of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the number of reserved persons in the attribute information (FIG. 2). In this case, a threshold of the number of reservation persons is described in the deletion condition. Then, the deletion target selection unit 13 collates the value of the number of reserved persons with the threshold of the deletion condition, and selects the virtual sensor 15 to be deleted.
- the threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of virtual sensors 15 installed in the space. By doing this, the deletion target selection unit 13 selects virtual sensors 15 whose number of reservation persons is equal to or less than a predetermined number as deletion targets.
- the deletion target selection unit 13 selects the virtual sensor 15 to be deleted using attribute information in which the contract number is described and a deletion condition in which the contract number for which the contract has been canceled is described. May be By doing this, when the contract is canceled, the deletion target selection unit 13 selects the virtual sensor 15 used in the contract as the deletion target.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted using attribute information in which the model of the virtual sensor 15 is described and a deletion condition regarding the model.
- the model is a type of virtual sensor such as a virtual sensor of a temperature sensor or a virtual sensor of a humidity sensor.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted using attribute information in which the usage charge of the virtual sensor 15 is described and a deletion condition in which the threshold of the usage charge is described. . By doing this, the deletion target selection unit 13 selects the virtual sensor 15 whose usage fee is less than a certain level as the deletion target. If the deleted virtual sensor is used again, there may be overhead in response time. However, the virtual sensor 15 whose usage charge is equal to or higher than a certain level can keep the response time good.
- the deletion target selection unit 13 may select the virtual sensor 15 to be deleted using the attribute information in which the usage purpose of the virtual sensor 15 is described and the deletion condition regarding the usage purpose. By doing this, the deletion target selection unit 13 does not select the virtual sensor 15 used for important applications such as billing operation and emergency guidance as the deletion target, and deletes the virtual sensor 15 for other applications. Select as target.
- the deletion target selection unit 13 can select the virtual sensor 15 having a specific parent ID (for example, a room, an area, etc.) as a deletion target. By doing this, the deletion target selection unit 13 can collectively select the virtual sensor 15 installed in a specific room or the virtual sensor 15 installed in a specific ridge as a deletion target.
- the group (G-ID) is included in the attribute information.
- the deletion target selection unit 13 can select the virtual sensor 15 having a specific group ID (for example, a room, an area, etc.) as a deletion target. By doing this, the deletion target selection unit 13 can collectively select the virtual sensor 15 installed in a specific room or the virtual sensor 15 installed in a specific ridge as a deletion target.
- a specific group ID for example, a room, an area, etc.
- the deletion target selection unit 13 may select a virtual sensor to be deleted using an attribute of the virtual sensor 15 different from the above-described attribute.
- the deletion target selection unit 13 determines whether or not the attribute information of all the virtual sensors 15 has been confirmed (step ST104). If there remains a virtual sensor 15 whose attribute information has not been confirmed, the process returns to step ST101.
- the determination in step ST104 is necessary, but the attribute information acquisition unit 12 is not limited to all virtual If it is a method of collectively acquiring sensor attribute information at one time, the process of step ST104 is unnecessary.
- the virtual sensor deletion unit 14 selects the virtual sensor 15 selected as the deletion target by the deletion target selection unit 13. Is deleted (step ST105).
- the virtual sensor deletion unit 14 deletes the virtual sensor 15 by deleting the corresponding object.
- the virtual sensor deletion unit 14 may delete the virtual sensor 15 by adding a flag indicating that the virtual sensor 15 is deleted to the record of the virtual sensor 15 to be deleted in the attribute information.
- the virtual sensor deletion unit 14 may delete the virtual sensor 15 by setting “Delete” in the column of the life cycle of the record of the virtual sensor 15 to be deleted in the attribute information.
- the sensor management device 1 selects the virtual sensor 15 to be deleted based on the attribute of the virtual sensor 15. Therefore, according to the present embodiment, an unnecessary virtual sensor can be selected as a deletion target virtual sensor based on the attribute of the virtual sensor, and the unnecessary virtual sensor can be deleted. Therefore, according to this embodiment, it is possible to maintain the number of virtual sensors appropriately.
- FIG. 4 shows an example of a functional configuration of the sensor management device 1 according to the second embodiment.
- the virtual sensor deletion unit 14 calculates the density of the virtual sensor 15, and requests the virtual sensor generation unit 16 to generate a virtual sensor according to the density.
- the density of the virtual sensor 15 is the density of the virtual sensor 15 in the space where the virtual sensor 15 is installed.
- the virtual sensor deletion unit 14 divides the number of virtual sensors 15 by the volume of space to obtain the density of the virtual sensors 15. More specifically, the virtual sensor deletion unit 14 calculates the density of the virtual sensor 15 after deletion of the virtual sensor 15 in the space where the virtual sensor 15 is installed. Then, the virtual sensor deleting unit 14 determines the necessity of generation of a new virtual sensor 15 based on the calculated density.
- the virtual sensor deletion unit 14 requests the virtual sensor generation unit 16 to generate the virtual sensor 15.
- the virtual sensor generation unit 16 generates the virtual sensor 15 based on the request from the virtual sensor deletion unit 14. There is no limitation on the method of generating the virtual sensor 15 by the virtual sensor generation unit 16.
- the virtual sensor generation unit 16 can generate the virtual sensor 15 using a known method. Note that a hardware configuration example of the sensor management device 1 according to the present embodiment is also as shown in FIG.
- FIG. 5 is a flowchart showing an operation example of the sensor management device 1 according to the second embodiment. The operation of FIG. 5 is performed after the process of step ST104 of FIG. 3 described in the first embodiment.
- the virtual sensor deletion unit 14 calculates the density of the virtual sensor 15 before deletion (step ST201).
- the virtual sensor deleting unit 14 can obtain the density of the virtual sensors 15 from the number of the virtual sensors 15 in the space, using the coordinates of each virtual sensor 15 indicated in the attribute information.
- the virtual sensor deleting unit 14 may calculate one density over the entire space, or may divide the space into areas and calculate the density for each area.
- the virtual sensor deleting unit 14 determines the virtual sensor 15 based on the current number of virtual sensors 15, that is, the number of virtual sensors 15 before the virtual sensor 15 to be deleted selected in step ST103 of FIG. 3 is deleted. Find the density of
- virtual sensor deletion unit 14 calculates the density of virtual sensor 15 after deletion (step ST202). That is, the virtual sensor deleting unit 14 obtains the density of the virtual sensors 15 based on the number of virtual sensors 15 after the virtual sensor 15 to be deleted selected in step ST103 of FIG. 3 is deleted.
- the calculation method of the density is the same method as the calculation of the density of the virtual sensor 15 before deletion.
- the virtual sensor deletion unit 14 determines whether the density of the virtual sensor 15 after deletion is insufficient (step ST203). That is, the virtual sensor deletion unit 14 determines whether the density of the virtual sensor 15 after deletion is less than the threshold.
- the threshold of density may be predefined, or may be determined dynamically according to the number of actual sensors and virtual sensors 15.
- the sensor management device 1 determines that the virtual sensor deletion unit 14 is virtual In order to generate the sensor 15, an attribute value of the virtual sensor 15 is defined (step ST204). That is, the virtual sensor deletion unit 14 generates attribute information of the virtual sensor 15 to be newly generated.
- the attribute information includes information (e.g., coordinates) necessary to calculate the density of the virtual sensor 15.
- the virtual sensor deletion unit 14 generates attribute information of the virtual sensor 15 based on parameters such as the distance to the real sensor.
- the virtual sensor deletion unit 14 may collectively define attribute information of a plurality of virtual sensors 15. In the example of FIG. 5, the virtual sensor deleting unit 14 repeats the processing from step ST202 to step ST204 until the density of the virtual sensor 15 after deletion becomes equal to or higher than the threshold.
- virtual sensor deletion unit 14 determines that the density of virtual sensor 15 after deletion is equal to or higher than the threshold (YES in step ST203)
- virtual sensor generation unit 16 is requested to generate virtual sensor 15, and virtual sensor generation unit 14 16 generates the virtual sensor 15 according to the attribute information (step ST205).
- the method of generating the virtual sensor 15 by the virtual sensor generation unit 16 is not limited.
- the virtual sensor deletion unit 14 deletes the virtual sensor 15 selected as the deletion target in step ST103 of FIG. 3 (step ST206).
- the process of deleting the virtual sensor 15 is the same as the process described in the first embodiment.
- the density of the virtual sensor in the space can be maintained at a certain level or more.
- the virtual sensor can be deleted while suppressing the influence on the service.
- FIG. 6 shows an example of a functional configuration of the sensor management device 1 according to the third embodiment. Compared to FIG. 1, an access probability estimation unit 19 and an access model storage unit 20 are added in FIG. Note that a hardware configuration example of the sensor management device 1 according to the present embodiment is also as shown in FIG.
- the access probability estimation unit 19 estimates the access probability using the access model acquired from the access model storage unit 20.
- the access probability is an attribute of the virtual sensor 15.
- the access probability is an occurrence probability of access to the virtual sensor 15.
- the access model storage unit 20 stores an access model.
- the access model refers to an access tendency or pattern that can be derived from the past access history or access history of the virtual sensor 15. An example of the access model will be described later.
- the deletion target selection unit 13 selects the virtual sensor 15 to be deleted using the attribute information acquired from the attribute information acquisition unit 12 and the access probability acquired from the access probability estimation unit 19. The determination based on the attribute information is the same as in the first embodiment.
- the deletion target selection unit 13 defines a threshold for the access probability.
- the deletion target selection unit 13 may define a fixed value according to the type of the virtual sensor 15 as the threshold for the access probability, or dynamically determines the threshold according to the number of virtual sensors 15 or the number of real sensors. May be
- FIG. 7 shows an example of the access model according to the present embodiment.
- the identifier of the virtual sensor 15 is shown.
- the identifier is a number or a symbol assigned to the virtual sensor 15 to uniquely identify the virtual sensor 15.
- the time of access to the virtual sensor 15 is indicated in the column of access time.
- the access user column indicates the application or user who has made access to the virtual sensor 15. In the example of FIG. 7, one record of the access model is added each time access occurs.
- the access model may be managed by dividing it into unit periods such as one year or one month. If the unit period is one year, it is possible to generate an access model in which seasonal features are shown. In addition, if the unit period is one month, it is possible to generate an access model in which the latest usage condition of the virtual sensor 15 is indicated.
- FIG. 8 is a flowchart showing an operation example of the sensor management device 1 according to the third embodiment. The operation of FIG. 8 is performed instead of the operation of FIG. 3 described in the first embodiment.
- step ST301 is the same as step ST101 of FIG. 3, the description of step ST301 is omitted.
- the access probability estimation unit 19 acquires an access model from the access model storage unit 20 in accordance with the process of selecting the virtual sensor 15 to be deleted (ST 302).
- the access probability estimation unit 19 estimates the access probability using the acquired access model (ST 303). If the shape of the probability model is known in advance, the access probability estimation unit 19 may estimate the access probability by deriving the probability model by a parametric method. In addition, if the shape of the probabilistic model is not known in advance, the access probability estimating unit 19 may estimate the access probability by deriving the probabilistic model using a nonparametric method.
- the deletion target selection unit 13 uses the attribute information acquired in step ST301 and the access probability estimated by the access probability estimation unit 19 in step ST303 to determine whether or not the virtual sensor 15 satisfies the deletion condition ( Step ST304). Since step ST305 to step ST307 are the same as step ST103 to step ST105 of FIG. 3, the description of step ST305 to step ST307 is omitted.
- the deletion target selection unit 13 selects the virtual sensor 15 to be deleted using the attribute information and the access probability. Instead of this, the deletion target selection unit 13 may select the virtual sensor 15 to be deleted using only the access probability.
- the virtual sensor 15 to be deleted is selected using the access probability. Therefore, according to the present embodiment, the number of virtual sensors 15 can be more appropriately maintained as compared with the case where the virtual sensor 15 to be deleted is selected using only attribute information.
- FIG. 9 shows an example of a functional configuration of the sensor management device 1 according to the fourth embodiment. Compared with FIG. 1, in FIG. 9, an actual sensor detection unit 21 is added.
- the actual sensor detection unit 21 detects a change in the arrangement of the actual sensors in the space where the virtual sensor 15 is installed. That is, the actual sensor detection unit 21 detects the addition of the actual sensor and the change of the installation position.
- the actual sensor detection unit 21 can detect a change in the arrangement of the actual sensors by a method of searching for the actual sensors at a constant cycle. Further, the actual sensor detection unit 21 may detect a change in the arrangement of the actual sensors by an event-driven method that receives a notification from the actual sensors.
- the deletion target selection unit 13 selects the virtual sensor 15 to be deleted based on the positional relationship between the real sensor and the real sensor after the change of the arrangement of the real sensor.
- FIG. 10 is a flowchart showing an operation example of the sensor management device 1 according to the fourth embodiment. The operation of FIG. 10 is performed instead of the operation of FIG. 3 described in the first embodiment.
- the actual sensor detection unit 21 detects a change in the arrangement of the actual sensor from the state of the actual sensor (ST401).
- the actual sensor detection unit 21 can detect a change in the arrangement of the actual sensors by a method of searching for the actual sensors at a constant cycle. Further, the actual sensor detection unit 21 may detect a change in the arrangement of the actual sensors by an event-driven method that receives a notification from the actual sensors.
- the actual sensor detection unit 21 determines whether the change is due to the addition of the actual sensors or the change in the installation position of any of the actual sensors (step ST402).
- the deletion target selection unit 13 detects the attribute of the virtual sensor 15 via the attribute information acquisition unit 12. Information is acquired from the attribute information storage unit 11 (step ST403). Then, the deletion target selection unit 13 determines whether the attribute of each virtual sensor 15 satisfies the deletion condition (step ST404). In the present embodiment, it is assumed that the threshold value of the distance from the real sensor is described in the deletion condition. The deletion target selection unit 13 selects, as a deletion target, the virtual sensor 15 in which the distance to the real sensor is less than the threshold value by adding the real sensor or changing the installation position of the real sensor.
- step ST406 and step ST407 are the same as step ST104 and step ST105 of FIG. 3, the description of step ST406 and step ST407 is omitted.
- the change of the arrangement of the actual sensor is the deletion of the actual sensor in step ST402, the process ends.
- unnecessary virtual sensor 15 can be deleted according to addition of an actual sensor or change of an installation position. Thereby, according to the present embodiment, the number of virtual sensors 15 can be appropriately maintained without losing the density of sensing.
- Embodiment 5 In the present embodiment, the difference from the first embodiment will be mainly described. The items not described below are the same as in the first embodiment.
- FIG. 11 shows a functional configuration example of the sensor management device 1 according to the fifth embodiment. Compared to FIG. 1, in FIG. 11, a failure sensor detection unit 22 is added. Note that a hardware configuration example of the sensor management device 1 according to the present embodiment is also as shown in FIG.
- the failure sensor detection unit 22 confirms the state of the actual sensor installed in the space where the virtual sensor 15 is installed, and detects the failure of the actual sensor.
- the failure sensor detection unit 22 can detect a failure of an actual sensor by a method of searching for the actual sensor at a constant cycle. Further, the failure sensor detection unit 22 may detect the failure of the actual sensor by an event-driven method that receives a notification from the actual sensor.
- the actual sensor having a fault detected by the fault sensor detection unit 22 is also referred to as a fault sensor.
- the virtual sensor generation unit 16 generates a virtual sensor 15 that substitutes for the failure sensor.
- FIG. 12 is a flowchart showing an operation example of the sensor management device 1 according to the fifth embodiment. The operation of FIG. 12 is performed independently of the operation of FIG. 3, the operation of FIG. 5, the operation of FIG. 8, and the operation of FIG.
- the failure sensor detection unit 22 detects a change in the state of an actual sensor (step ST501).
- the failure sensor detection unit 22 can detect a change in the state of the real sensor by a method of searching the real sensor in a constant cycle.
- the failure sensor detection unit 22 may detect a change in the state of the real sensor by an event-driven method that receives a notification from the real sensor.
- the failure sensor detection unit 22 determines whether or not the change in the state of the actual sensor detected in step ST501 is due to the failure of the actual sensor (step ST502). For example, it is assumed that the auxiliary storage device 104 stores pattern information in which a pattern of change in state that occurs when the actual sensor fails. The failure sensor detection unit 22 reads out the pattern information from the auxiliary storage device 104, and collates the change in the state detected in step ST501 with the pattern information so that the change in the state of the actual sensor detected in step ST501 is an actual sensor. It is determined whether or not it is due to a failure.
- the virtual sensor generation unit 16 defines attribute values of the virtual sensor 15 for generation of the virtual sensor 15 (FIG. Step ST503). That is, the virtual sensor generation unit 16 generates attribute information of the virtual sensor 15 to be newly generated. More specifically, the virtual sensor generation unit 16 acquires attribute information of the failure sensor, and based on the acquired attribute information of the failure sensor, attribute information in which the same model as the failure sensor and the same coordinates as the failure sensor are defined Generate (ST 503 to ST 504). The virtual sensor generation unit 16 generates the virtual sensor 15 of the same model as the failure sensor on the same coordinates as the failure sensor based on the attribute information.
- a new virtual sensor 15 can be added according to the failure of the actual sensor.
- the number of virtual sensors 15 can be appropriately maintained without losing the density of sensing.
- FIG. 13 shows an example of a functional configuration of the sensor management device 1 according to the sixth embodiment. Compared with FIG. 11, in FIG. 13, a virtual sensor reconfiguration unit 23 is added.
- the virtual sensor reconfiguration unit 23 extracts a virtual sensor dependent on the fault sensor as a fault-dependent virtual sensor. Then, the virtual sensor reconfiguration unit 23 changes the attribute of the fault-dependent virtual sensor such that the fault-dependent virtual sensor depends on an actual sensor other than the fault sensor.
- the attribute information indicates, for each virtual sensor 15, an identifier of an actual sensor that is dependent on the virtual sensor 15 (refers to a sensor value).
- FIG. 14 is a flowchart showing an operation example of the sensor management device 1 according to the sixth embodiment.
- the operation of FIG. 14 is performed, for example, instead of the operation of FIG.
- the operation of FIG. 14 may be performed together with the operation of FIG.
- step ST601 and step ST602 of FIG. 14 are omitted.
- step ST601 and step ST602 are the same as step ST501 and step ST502 of FIG. 12, the description of step ST601 and step ST602 is omitted.
- the virtual sensor reconfiguration unit 23 acquires attribute information of the virtual sensor 15 from the attribute information storage unit 11 (step ST603). ). In the example of FIG. 14, the virtual sensor reconfiguration unit 23 sequentially acquires attribute information of each virtual sensor 15, but the virtual sensor reconfiguration unit 23 acquires attribute information of a plurality of virtual sensors 15 in parallel. You may
- the virtual sensor reconfiguration unit 23 determines, for each virtual sensor 15, whether or not the attribute of the virtual sensor 15 satisfies the reconstruction condition, using the acquired attribute information (step ST604).
- the reconstruction condition describes the condition that the virtual sensor 15 depends on the failure sensor (refers to the sensor value of the failure sensor).
- the virtual sensor reconfiguration unit 23 investigates the dependent real sensor using attribute information for each virtual sensor 15, and extracts the virtual sensor 15 depending on the faulty sensor as a fault-dependent virtual sensor.
- step ST604 If there is a virtual sensor 15 that satisfies the reconfiguration condition (YES in step ST604), that is, if there is a fault-dependent virtual sensor, virtual sensor reconfiguration unit 23 reconfigures the fault-dependent virtual sensor (step ST605).
- Reconfiguration is to change the real sensor that the fault-dependent virtual sensor depends on (refers to the sensor value) from the fault sensor to another real sensor. That is, on the attribute information of the fault dependent virtual sensor, the virtual sensor reconfiguration unit 23 deletes the dependency of the fault dependent virtual sensor on the fault sensor, and adds the dependency on an actual sensor other than the fault sensor.
- step ST603 When the processing from step ST603 to step ST605 has been performed on all the virtual sensors 15 (step ST606), the virtual sensor reconfiguration unit 23 ends the processing.
- virtual sensor 15 can be reconfigured according to the failure of an actual sensor. Thereby, according to the present embodiment, even when the actual sensor fails, accuracy degradation of the virtual sensor 15 can be suppressed to a certain level, and as a result, the virtual sensor can be maintained without losing the sensing density. The number of 15 can be maintained properly.
- Embodiment 7 In the present embodiment, the difference from the first embodiment will be mainly described. The items not described below are the same as in the first embodiment.
- FIG. 15 shows a configuration example of a sensor management system according to the seventh embodiment.
- the sensor management system includes a sensor management device 1, a web server device 4, and a terminal device 5.
- the sensor management device 1 is the sensor management device 1 described in the first to sixth embodiments, and manages the actual sensor 2 and the virtual sensor 3. Further, in the present embodiment, the sensor management device 1 plays a role of providing an interface between the web server device 4 and the real sensor 2 and the virtual sensor 3.
- the actual sensor 2 is the actual sensor described in the first to sixth embodiments.
- the virtual sensor 3 is the virtual sensor 15 described in the first to sixth embodiments.
- the virtual sensor 3 is generated by the sensor management device 1 and deleted.
- the web server device 4 provides a service using sensor data.
- the application executed by the Web server device 4 acquires sensor data using the interface of the sensor management device 1 to provide a service.
- the service is realized as a web service.
- the terminal device 5 is used by an end user to receive a service from the Web server device 4.
- the terminal device 5 is, for example, a personal computer or a smart device (tablet terminal, smart phone, smart watch).
- the end user uses the terminal device 5 to use the service using sensor data by the Web server device 4.
- FIG. 16 shows an example of a screen displayed on the terminal device 5 when the end user designates the virtual sensor 3 to be deleted.
- the user designates the virtual sensor 3 to be deleted using the screen of FIG.
- the user can specify the virtual sensor 3 to be deleted on the coordinates of vertical (X), horizontal (Y), and height (Z).
- the user can also specify the virtual sensor 3 to be deleted in the range of coordinates.
- the user can also specify the virtual sensor 3 to be deleted using the sensor ID.
- deletion of the virtual sensor is performed.
- the user can also specify the virtual sensor 3 to be deleted using another attribute value of the virtual sensor 3. For example, when the terminal device 5 accesses the sensor management device 1, the screen shown in FIG.
- the deletion target selection unit 13 deletes the virtual sensor 3 specified by the end user through the screen shown in FIG.
- FIG. 17 shows an example of an interface provided by the sensor management device 1 in order to delete the virtual sensor 15 from the outside of the sensor management device 1.
- the sensor management device 1 provides an interface to the outside.
- the external application can delete the virtual sensor 3 by the interface provided by the sensor management device 1.
- the URL 1 is an example of an interface for specifying the virtual sensor 3 to be deleted with a sensor ID and deleting the specified virtual sensor 3.
- the URL 2 is an example of an interface for specifying the virtual sensor 3 to be deleted by coordinates and deleting the specified virtual sensor 3.
- the URL 3 is an example of an interface for specifying the virtual sensor 3 to be deleted in a hierarchical structure and deleting the specified virtual sensor 3.
- an end user can use a service using an actual sensor and a virtual sensor. Further, according to the present embodiment, the number of virtual sensors can be appropriately maintained so as not to affect the service.
- the processor 101 illustrated in FIG. 18 is an integrated circuit (IC) that performs processing.
- the processor 101 is a central processing unit (CPU), a digital signal processor (DSP), or the like.
- a memory 102 illustrated in FIG. 18 is a random access memory (RAM).
- the auxiliary storage device 104 illustrated in FIG. 18 is a read only memory (ROM), a flash memory, a hard disk drive (HDD), or the like.
- the communication interface 103 illustrated in FIG. 18 is an electronic circuit that executes communication processing.
- the communication interface 103 is, for example, a communication chip or a NIC (Network Interface Card).
- an OS (Operating System) is also stored in the auxiliary storage device 104. Then, at least a part of the OS is executed by the processor 101.
- the processor 101 executes at least a part of the OS, while the attribute information acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, A program that implements the functions of the access probability estimation unit 19, the actual sensor detection unit 21, the failure sensor detection unit 22, and the virtual sensor reconfiguration unit 23 is executed.
- the processor 101 executes the OS, task management, memory management, file management, communication control and the like are performed.
- Information indicating the processing result of the fault sensor detection unit 22 and the virtual sensor reconfiguration unit 23, at least one of data, signal value and variable value, the memory 102, the auxiliary storage device 104, the register in the processor 101, and cache memory are stored in at least one of The attribute information acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, the access probability estimation unit 19, and the actual sensor detection unit 21.
- Programs for realizing the functions of the failure sensor detection unit 22 and the virtual sensor reconfiguration unit 23 are stored in a portable storage medium such as a magnetic disk, a flexible disk, an optical disk, a compact disk, a Blu-ray (registered trademark) disk, and a DVD. It is also good.
- the “parts” of the failure sensor detection unit 22 and the virtual sensor reconstruction unit 23 may be read as “circuits” or “processes” or “procedures” or “processes”.
- the sensor management device 1 may be realized by a processing circuit.
- the processing circuit is, for example, a logic integrated circuit (IC), a gate array (GA), an application specific integrated circuit (ASIC), or a field-programmable gate array (FPGA).
- the unit 21, the failure sensor detection unit 22, and the virtual sensor reconfiguration unit 23 are each realized as part of a processing circuit.
- processing circuit the upper concept of the processor, the memory, the combination of the processor and the memory, and the processing circuit. That is, the processor, the memory, the combination of the processor and the memory, and the processing circuit are specific examples of the "processing circuit".
- SYMBOLS 1 sensor management apparatus 2 real sensor, 3 virtual sensor, 4 web server apparatus, 5 terminal device, 11 attribute information storage part, 12 attribute information acquisition part, 13 deletion object selection part, 14 virtual sensor deletion part, 15 virtual sensor, 16 virtual sensor generation unit, 17 real sensor data acquisition unit, 18 sensor data distribution unit, 19 access probability estimation unit, 20 access model storage unit, 21 real sensor detection unit, 22 fault sensor detection unit, 23 virtual sensor reconfiguration unit, 101 processor, 102 memory, 103 communication interface, 104 auxiliary storage.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Selective Calling Equipment (AREA)
- Testing Or Calibration Of Command Recording Devices (AREA)
Abstract
On the basis of the respective attributes of a plurality of generated virtual sensors (15), a deletion target selection unit (13) selects, from among the plurality of virtual sensors (15), virtual sensors (15) that are to be deleted. A virtual sensor deletion unit (14) deletes the virtual sensors selected as deletion targets by the deletion target selection unit (13).
Description
本発明は、仮想センサの管理に関する。
The present invention relates to management of virtual sensors.
ビルなどの空間内に温湿度センサ、照度センサ、人感センサなどのセンサを多数設置し、それらのセンサから得られる情報を利用するサービスが提供されるようになっている。例えば、センサからの情報を利用して温熱環境での快適性を実現する空調制御サービスが提供される。また、センサからの情報を利用して知的生産性の向上を実現する照明制御サービスが提供される。また、センサからの情報を利用して利用者の移動に合わせた情報掲示サービスが提供される。これらのサービスでは、センサの密度を高めることで、よりきめ細かいサービスを提供することができる。しかし、設置場所や設置コストの制約により空間内に設置できるセンサの個数又はセンサの設置位置には制限がある。
一方で、サービス(アプリケーション)の提供側では、空間内の任意地点のセンサ値を利用することでサービスの価値を向上させたいという要求がある。例えば、オフィスの快適性を実現する空調制御サービスを提供する場合は、利用者の周囲の環境を計測(センス)する必要がある。一般には、座席付近に設置したセンサで利用者の周囲の環境が計測されるが、利用者はオフィス内を移動するため、座席付近に設置したセンサで計測したセンサ値ではサービスレベルが低下する可能性がある。このような場合は、リアルタイムでセンサを移動させることが望ましいが、現実にはリアルタイムでセンサを移動させることは困難である。
また、サービス仕様の変更に応じて一度設置したセンサを移動させたい場合もある。しかし、センサを移動させるためには作業者が空間内に立ち入ってセンサを移動させる作業をする必要がある。このため、サービス提供事業者が任意のタイミングでセンサを自由に移動させることは困難である。 A large number of sensors such as temperature / humidity sensors, illuminance sensors, and human sensors are installed in a space such as a building, and services using information obtained from these sensors are provided. For example, an air conditioning control service is provided that uses the information from the sensor to realize comfort in a thermal environment. In addition, a lighting control service is provided that uses the information from the sensor to realize improvement in intellectual productivity. In addition, information posting service tailored to the movement of the user is provided using the information from the sensor. With these services, more detailed services can be provided by increasing the density of sensors. However, the number of sensors that can be installed in the space or the installation position of the sensors is limited due to the limitations of the installation location and the installation cost.
On the other hand, on the service (application) provider side, there is a demand to improve the value of the service by using the sensor value at an arbitrary point in the space. For example, in the case of providing an air conditioning control service that achieves office comfort, it is necessary to sense (sense) the environment around the user. Generally, the sensor installed near the seat measures the environment around the user, but since the user moves in the office, the service level may decrease with the sensor value measured by the sensor installed near the seat There is sex. In such a case, it is desirable to move the sensor in real time, but in reality it is difficult to move the sensor in real time.
In addition, there are cases where it is desirable to move a sensor once installed according to a change in service specification. However, in order to move the sensor, it is necessary for an operator to work in the space to move the sensor. For this reason, it is difficult for the service provider to freely move the sensor at any timing.
一方で、サービス(アプリケーション)の提供側では、空間内の任意地点のセンサ値を利用することでサービスの価値を向上させたいという要求がある。例えば、オフィスの快適性を実現する空調制御サービスを提供する場合は、利用者の周囲の環境を計測(センス)する必要がある。一般には、座席付近に設置したセンサで利用者の周囲の環境が計測されるが、利用者はオフィス内を移動するため、座席付近に設置したセンサで計測したセンサ値ではサービスレベルが低下する可能性がある。このような場合は、リアルタイムでセンサを移動させることが望ましいが、現実にはリアルタイムでセンサを移動させることは困難である。
また、サービス仕様の変更に応じて一度設置したセンサを移動させたい場合もある。しかし、センサを移動させるためには作業者が空間内に立ち入ってセンサを移動させる作業をする必要がある。このため、サービス提供事業者が任意のタイミングでセンサを自由に移動させることは困難である。 A large number of sensors such as temperature / humidity sensors, illuminance sensors, and human sensors are installed in a space such as a building, and services using information obtained from these sensors are provided. For example, an air conditioning control service is provided that uses the information from the sensor to realize comfort in a thermal environment. In addition, a lighting control service is provided that uses the information from the sensor to realize improvement in intellectual productivity. In addition, information posting service tailored to the movement of the user is provided using the information from the sensor. With these services, more detailed services can be provided by increasing the density of sensors. However, the number of sensors that can be installed in the space or the installation position of the sensors is limited due to the limitations of the installation location and the installation cost.
On the other hand, on the service (application) provider side, there is a demand to improve the value of the service by using the sensor value at an arbitrary point in the space. For example, in the case of providing an air conditioning control service that achieves office comfort, it is necessary to sense (sense) the environment around the user. Generally, the sensor installed near the seat measures the environment around the user, but since the user moves in the office, the service level may decrease with the sensor value measured by the sensor installed near the seat There is sex. In such a case, it is desirable to move the sensor in real time, but in reality it is difficult to move the sensor in real time.
In addition, there are cases where it is desirable to move a sensor once installed according to a change in service specification. However, in order to move the sensor, it is necessary for an operator to work in the space to move the sensor. For this reason, it is difficult for the service provider to freely move the sensor at any timing.
このような背景から、空間内の任意地点に仮想的にセンサ(以下、仮想センサという)を設置し、空間内に物理的に設置しているセンサ(以下、実センサという)のセンサ値から仮想センサのセンサ値を推定し、仮想センサのセンサ値を利用する技術が提案されている。例えば、センサ管理装置が、実センサと仮想センサとで共通のAPI(Application Programming Interface)を提供すれば、アプリケーションは当該APIを利用することで、仮想センサのセンサ値を実センサのセンサ値と同様に扱うことができる(特許文献1及び特許文献2)。
また、アプリケーションからセンサ値を有効に利用するために、センサの管理用DB(Database)を設けて属性情報を蓄積する方法が開示されている(特許文献3)。 From such a background, a sensor (hereinafter, referred to as a virtual sensor) is virtually installed at an arbitrary point in space, and a virtual value of a sensor (hereinafter, referred to as a real sensor) physically installed in the space A technique has been proposed that estimates sensor values of sensors and uses sensor values of virtual sensors. For example, if the sensor management device provides an API (Application Programming Interface) common to the real sensor and the virtual sensor, the application uses the API to make the sensor value of the virtual sensor similar to the sensor value of the real sensor. (Patent Document 1 and Patent Document 2).
Moreover, in order to use a sensor value effectively from an application, the method of providing DB (Database) for management of a sensor, and accumulating attribute information is disclosed (patent document 3).
また、アプリケーションからセンサ値を有効に利用するために、センサの管理用DB(Database)を設けて属性情報を蓄積する方法が開示されている(特許文献3)。 From such a background, a sensor (hereinafter, referred to as a virtual sensor) is virtually installed at an arbitrary point in space, and a virtual value of a sensor (hereinafter, referred to as a real sensor) physically installed in the space A technique has been proposed that estimates sensor values of sensors and uses sensor values of virtual sensors. For example, if the sensor management device provides an API (Application Programming Interface) common to the real sensor and the virtual sensor, the application uses the API to make the sensor value of the virtual sensor similar to the sensor value of the real sensor. (
Moreover, in order to use a sensor value effectively from an application, the method of providing DB (Database) for management of a sensor, and accumulating attribute information is disclosed (patent document 3).
仮想センサは、アプリケーションからの要求によって、任意地点に任意のタイミングで生成される。例えば、ビル内の利用者に焦点を当てたサービスを提供する場合は、利用者の移動に追従して仮想センサが生成される。このようなアプリケーションにおいては時間の経過と共に仮想センサの個数が増加する。仮想センサの個数が増加すると仮想センサの探索時間が増加する。また、仮想センサの個数が増加すると仮想センサを保持するメモリの容量が不足する。そして、結果として、サービス応答時間の劣化が生じる。
このように、仮想センサを用いたサービスでは、仮想センサを適切な個数に維持することが重要である。 The virtual sensor is generated at any time and at any time according to a request from an application. For example, when providing a service focused on a user in a building, a virtual sensor is generated following the movement of the user. In such applications, the number of virtual sensors increases with time. When the number of virtual sensors increases, the search time of the virtual sensors increases. In addition, when the number of virtual sensors increases, the capacity of the memory that holds the virtual sensors runs short. And as a result, degradation of service response time occurs.
Thus, in the service using virtual sensors, it is important to maintain the number of virtual sensors appropriately.
このように、仮想センサを用いたサービスでは、仮想センサを適切な個数に維持することが重要である。 The virtual sensor is generated at any time and at any time according to a request from an application. For example, when providing a service focused on a user in a building, a virtual sensor is generated following the movement of the user. In such applications, the number of virtual sensors increases with time. When the number of virtual sensors increases, the search time of the virtual sensors increases. In addition, when the number of virtual sensors increases, the capacity of the memory that holds the virtual sensors runs short. And as a result, degradation of service response time occurs.
Thus, in the service using virtual sensors, it is important to maintain the number of virtual sensors appropriately.
この発明は、仮想センサを適切な個数に維持することを主な目的とする。
The main object of the present invention is to maintain an appropriate number of virtual sensors.
本発明に係るセンサ管理装置は、
生成済みの複数の仮想センサの各々の属性に基づき、削除対象の仮想センサを前記複数の仮想センサの中から選択する削除対象選択部と、
前記削除対象選択部により削除対象として選択された仮想センサを削除する仮想センサ削除部とを有する。 The sensor management device according to the present invention is
A deletion target selection unit that selects a virtual sensor to be deleted from among the plurality of virtual sensors based on the attributes of each of the plurality of virtual sensors that have been generated;
And a virtual sensor deletion unit that deletes the virtual sensor selected as the deletion target by the deletion target selection unit.
生成済みの複数の仮想センサの各々の属性に基づき、削除対象の仮想センサを前記複数の仮想センサの中から選択する削除対象選択部と、
前記削除対象選択部により削除対象として選択された仮想センサを削除する仮想センサ削除部とを有する。 The sensor management device according to the present invention is
A deletion target selection unit that selects a virtual sensor to be deleted from among the plurality of virtual sensors based on the attributes of each of the plurality of virtual sensors that have been generated;
And a virtual sensor deletion unit that deletes the virtual sensor selected as the deletion target by the deletion target selection unit.
本発明によれば、仮想センサの属性に基づき、不要な仮想センサを削除対象の仮想センサとして選択することができ、不要な仮想センサを削除することができる。このため、本発明によれば、仮想センサを適切な個数に維持することができる。
According to the present invention, an unnecessary virtual sensor can be selected as a deletion target virtual sensor based on the attribute of the virtual sensor, and the unnecessary virtual sensor can be deleted. Therefore, according to the present invention, it is possible to maintain the number of virtual sensors appropriately.
以下、本発明の実施の形態について、図を用いて説明する。以下の実施の形態の説明及び図面において、同一の符号を付したものは、同一の部分又は相当する部分を示す。
Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description of the embodiments and drawings, the same reference numerals denote the same or corresponding parts.
実施の形態1.
***構成の説明***
図1は、実施の形態1に係るセンサ管理装置1の機能構成例を示す。
図1において、センサ管理装置1は実センサおよび仮想センサ15を管理する。
センサ管理装置1により行われる動作は、センサ管理方法に相当する。また、センサ管理方法を実現するプログラムはセンサ管理プログラムに相当する。Embodiment 1
*** Description of the configuration ***
FIG. 1 shows an example of a functional configuration of thesensor management device 1 according to the first embodiment.
In FIG. 1, thesensor management device 1 manages an actual sensor and a virtual sensor 15.
The operation performed by thesensor management device 1 corresponds to a sensor management method. Further, a program for realizing the sensor management method corresponds to a sensor management program.
***構成の説明***
図1は、実施の形態1に係るセンサ管理装置1の機能構成例を示す。
図1において、センサ管理装置1は実センサおよび仮想センサ15を管理する。
センサ管理装置1により行われる動作は、センサ管理方法に相当する。また、センサ管理方法を実現するプログラムはセンサ管理プログラムに相当する。
*** Description of the configuration ***
FIG. 1 shows an example of a functional configuration of the
In FIG. 1, the
The operation performed by the
実センサは、空間内に物理的に設置され、実際に空間内の物理量をセンスする。
実センサは、例えば、温度センサ、湿度センサ、照度センサ、人感センサなどである。実センサは、「センサ」という名称が付与されている機器である。
実センサには、これらに加えて、バーコードリーダ、動画像カメラ、サーモカメラ、センサを内蔵したスマートデバイス、ロボットも含まれる。 The real sensor is physically installed in the space and actually senses the physical quantity in the space.
The actual sensor is, for example, a temperature sensor, a humidity sensor, an illuminance sensor, a human sensor or the like. The actual sensor is a device to which the name "sensor" is given.
In addition to these, real sensors include bar code readers, moving image cameras, thermo cameras, smart devices with built-in sensors, and robots.
実センサは、例えば、温度センサ、湿度センサ、照度センサ、人感センサなどである。実センサは、「センサ」という名称が付与されている機器である。
実センサには、これらに加えて、バーコードリーダ、動画像カメラ、サーモカメラ、センサを内蔵したスマートデバイス、ロボットも含まれる。 The real sensor is physically installed in the space and actually senses the physical quantity in the space.
The actual sensor is, for example, a temperature sensor, a humidity sensor, an illuminance sensor, a human sensor or the like. The actual sensor is a device to which the name "sensor" is given.
In addition to these, real sensors include bar code readers, moving image cameras, thermo cameras, smart devices with built-in sensors, and robots.
また、仮想センサ15は、空間内の任意地点に設置される仮想的なセンサである。実センサのセンサ値からの補間あるいは推定により、任意地点の仮想センサ15のセンサ値が得られる。
本実施の形態では、センサ管理装置1は、仮想センサ15として、仮想センサ15a、仮想センサ15b及び仮想センサ15cを管理する。
なお、センサ管理装置1は、仮想センサ15a、仮想センサ15b及び仮想センサ15cをオブジェクト指向におけるオブジェクトとして管理してもよい。また、センサ管理装置1は、外部モジュールから要求されたときに、実センサのセンサ値からの補間あるいは推定により仮想センサ15a、仮想センサ15b及び仮想センサ15cのセンサ値を求めてもよい。
なお、仮想センサ15a、仮想センサ15b及び仮想センサ15cを区別する必要する必要がないときは、仮想センサ15a、仮想センサ15b及び仮想センサ15cをまとめて仮想センサ15という。 Thevirtual sensor 15 is a virtual sensor installed at an arbitrary point in the space. By interpolation or estimation from the sensor values of the actual sensor, the sensor value of the virtual sensor 15 at an arbitrary point can be obtained.
In the present embodiment, thesensor management device 1 manages, as the virtual sensor 15, the virtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c.
Thesensor management apparatus 1 may manage the virtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c as an object in object orientation. Further, when requested by the external module, the sensor management device 1 may obtain sensor values of the virtual sensor 15a, virtual sensor 15b and virtual sensor 15c by interpolation or estimation from sensor values of real sensors.
When it is not necessary to distinguish between thevirtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c, the virtual sensor 15a, the virtual sensor 15b, and the virtual sensor 15c are collectively referred to as the virtual sensor 15.
本実施の形態では、センサ管理装置1は、仮想センサ15として、仮想センサ15a、仮想センサ15b及び仮想センサ15cを管理する。
なお、センサ管理装置1は、仮想センサ15a、仮想センサ15b及び仮想センサ15cをオブジェクト指向におけるオブジェクトとして管理してもよい。また、センサ管理装置1は、外部モジュールから要求されたときに、実センサのセンサ値からの補間あるいは推定により仮想センサ15a、仮想センサ15b及び仮想センサ15cのセンサ値を求めてもよい。
なお、仮想センサ15a、仮想センサ15b及び仮想センサ15cを区別する必要する必要がないときは、仮想センサ15a、仮想センサ15b及び仮想センサ15cをまとめて仮想センサ15という。 The
In the present embodiment, the
The
When it is not necessary to distinguish between the
図18は、センサ管理装置1のハードウェア構成例を示す。図1に示すセンサ管理装置1の機能構成を説明する前に、図18を参照して、センサ管理装置1のハードウェア構成を説明する。
FIG. 18 shows an example of the hardware configuration of the sensor management device 1. Before describing the functional configuration of the sensor management device 1 shown in FIG. 1, the hardware configuration of the sensor management device 1 will be described with reference to FIG. 18.
センサ管理装置1は、コンピュータである。
センサ管理装置1は、ハードウェアとして、プロセッサ101、メモリ102、通信インタフェース103、補助記憶装置104を備える。
補助記憶装置104には、図1に示す属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17及びセンサデータ配信部18の機能を実現するプログラムが記憶されている。これらプログラムは、補助記憶装置104からメモリ102にロードされる。そして、プロセッサ101がこれらプログラムをメモリ102から読み出して、これらプログラム実行する。この結果、プロセッサ101は、後述する属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17及びセンサデータ配信部18の動作を行う。
図18では、プロセッサ101が属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17及びセンサデータ配信部18の機能を実現するプログラムを実行している状態を模式的に表している。
また、補助記憶装置104は、図1に示す属性情報蓄積部11を実現する。また、補助記憶装置104は、実センサのセンサ値を記憶する。
通信インタフェース103は、センサ管理装置1が外部と通信するために用いられる。具体的には、通信インタフェース103は、センサ管理装置1が実センサと通信するために用いられる。 Thesensor management device 1 is a computer.
Thesensor management device 1 includes a processor 101, a memory 102, a communication interface 103, and an auxiliary storage device 104 as hardware.
Theauxiliary storage device 104 has the functions of the attribute information acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17 and the sensor data distribution unit 18 shown in FIG. A program to be realized is stored. These programs are loaded from the auxiliary storage device 104 into the memory 102. Then, the processor 101 reads these programs from the memory 102 and executes these programs. As a result, the processor 101 performs operations of an attribute information acquisition unit 12, a deletion target selection unit 13, a virtual sensor deletion unit 14, a virtual sensor generation unit 16, an actual sensor data acquisition unit 17 and a sensor data distribution unit 18 described later.
In FIG. 18, a program for realizing the functions of the attributeinformation acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, and the sensor data distribution unit 18 is shown. The state of execution is schematically represented.
Further, theauxiliary storage device 104 implements the attribute information storage unit 11 shown in FIG. Further, the auxiliary storage device 104 stores the sensor value of the actual sensor.
Thecommunication interface 103 is used by the sensor management device 1 to communicate with the outside. Specifically, the communication interface 103 is used by the sensor management device 1 to communicate with an actual sensor.
センサ管理装置1は、ハードウェアとして、プロセッサ101、メモリ102、通信インタフェース103、補助記憶装置104を備える。
補助記憶装置104には、図1に示す属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17及びセンサデータ配信部18の機能を実現するプログラムが記憶されている。これらプログラムは、補助記憶装置104からメモリ102にロードされる。そして、プロセッサ101がこれらプログラムをメモリ102から読み出して、これらプログラム実行する。この結果、プロセッサ101は、後述する属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17及びセンサデータ配信部18の動作を行う。
図18では、プロセッサ101が属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17及びセンサデータ配信部18の機能を実現するプログラムを実行している状態を模式的に表している。
また、補助記憶装置104は、図1に示す属性情報蓄積部11を実現する。また、補助記憶装置104は、実センサのセンサ値を記憶する。
通信インタフェース103は、センサ管理装置1が外部と通信するために用いられる。具体的には、通信インタフェース103は、センサ管理装置1が実センサと通信するために用いられる。 The
The
The
In FIG. 18, a program for realizing the functions of the attribute
Further, the
The
次に、図1を参照して、センサ管理装置1の機能構成を説明する。
Next, the functional configuration of the sensor management device 1 will be described with reference to FIG.
属性情報蓄積部11は、属性情報を記憶する。
属性情報は、実センサ及び仮想センサ15の属性が示される情報である。
図2は、属性情報の例を示す。なお、図2の詳細は後述する。 The attributeinformation storage unit 11 stores attribute information.
Attribute information is information in which the attributes of the real sensor and thevirtual sensor 15 are indicated.
FIG. 2 shows an example of attribute information. The details of FIG. 2 will be described later.
属性情報は、実センサ及び仮想センサ15の属性が示される情報である。
図2は、属性情報の例を示す。なお、図2の詳細は後述する。 The attribute
Attribute information is information in which the attributes of the real sensor and the
FIG. 2 shows an example of attribute information. The details of FIG. 2 will be described later.
属性情報取得部12は、仮想センサ15の属性情報を属性情報蓄積部11から取得する。
属性情報取得部12は、一定周期で仮想センサ15の属性情報を取得してもよいし、何らかの事象(例えば、外部からのセンサデータ取得要求又は仮想センサ削除要求の受信)を契機として仮想センサ15の属性情報を取得してもよい。 The attributeinformation acquisition unit 12 acquires attribute information of the virtual sensor 15 from the attribute information storage unit 11.
The attributeinformation acquisition unit 12 may acquire attribute information of the virtual sensor 15 at a constant cycle, or may be triggered by an event (for example, reception of a sensor data acquisition request from outside or reception of a virtual sensor deletion request) as a trigger. The attribute information of may be acquired.
属性情報取得部12は、一定周期で仮想センサ15の属性情報を取得してもよいし、何らかの事象(例えば、外部からのセンサデータ取得要求又は仮想センサ削除要求の受信)を契機として仮想センサ15の属性情報を取得してもよい。 The attribute
The attribute
削除対象選択部13は、仮想センサ15の属性情報に示される各仮想センサ15の属性に基づき、削除対象の仮想センサ15を選択する。
ここで、削除対象選択部13が削除対象として選択する仮想センサ15の個数は問わない。
削除対象選択部13により行われる処理は削除対象選択処理に相当する。 The deletiontarget selection unit 13 selects the virtual sensor 15 to be deleted based on the attribute of each virtual sensor 15 indicated in the attribute information of the virtual sensor 15.
Here, the number ofvirtual sensors 15 selected as the deletion target by the deletion target selection unit 13 does not matter.
The processing performed by the deletiontarget selection unit 13 corresponds to deletion target selection processing.
ここで、削除対象選択部13が削除対象として選択する仮想センサ15の個数は問わない。
削除対象選択部13により行われる処理は削除対象選択処理に相当する。 The deletion
Here, the number of
The processing performed by the deletion
仮想センサ削除部14は、削除対象選択部13により削除対象として選択された仮想センサ15を削除する。
仮想センサ15がオブジェクトとして生成されている場合であれば、仮想センサ削除部14は、該当するオブジェクトを削除することにより、仮想センサ15を削除する。
また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードに当該仮想センサ15が削除されたことを示すフラグを付与することにより、仮想センサ15を削除してもよい。また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードのライフサイクルの欄(後述)に「削除」を設定することにより、仮想センサ15を削除してもよい。
仮想センサ削除部14により行われる処理は仮想センサ削除処理に相当する。 The virtualsensor deletion unit 14 deletes the virtual sensor 15 selected as the deletion target by the deletion target selection unit 13.
If thevirtual sensor 15 is generated as an object, the virtual sensor deletion unit 14 deletes the virtual sensor 15 by deleting the corresponding object.
Alternatively, the virtualsensor deletion unit 14 may delete the virtual sensor 15 by adding a flag indicating that the virtual sensor 15 is deleted to the record of the virtual sensor 15 to be deleted in the attribute information. Alternatively, the virtual sensor deletion unit 14 may delete the virtual sensor 15 by setting “delete” in the life cycle column (described later) of the record of the virtual sensor 15 to be deleted in the attribute information.
The processing performed by the virtualsensor deletion unit 14 corresponds to virtual sensor deletion processing.
仮想センサ15がオブジェクトとして生成されている場合であれば、仮想センサ削除部14は、該当するオブジェクトを削除することにより、仮想センサ15を削除する。
また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードに当該仮想センサ15が削除されたことを示すフラグを付与することにより、仮想センサ15を削除してもよい。また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードのライフサイクルの欄(後述)に「削除」を設定することにより、仮想センサ15を削除してもよい。
仮想センサ削除部14により行われる処理は仮想センサ削除処理に相当する。 The virtual
If the
Alternatively, the virtual
The processing performed by the virtual
仮想センサ生成部16は、仮想センサ15を生成する。
仮想センサ生成部16は、一定周期で仮想センサ15を生成してもよいし、何らかの事象(例えば、外部からのセンサデータ取得要求の受信)を契機として仮想センサ15を生成してもよい。
仮想センサ生成部16は、仮想センサ15を生成すると、当該仮想センサ15の属性情報を属性情報蓄積部11に格納する。 The virtualsensor generation unit 16 generates a virtual sensor 15.
The virtualsensor generation unit 16 may generate the virtual sensor 15 at a constant cycle, or may generate the virtual sensor 15 triggered by some event (for example, reception of a sensor data acquisition request from the outside).
When generating thevirtual sensor 15, the virtual sensor generation unit 16 stores attribute information of the virtual sensor 15 in the attribute information storage unit 11.
仮想センサ生成部16は、一定周期で仮想センサ15を生成してもよいし、何らかの事象(例えば、外部からのセンサデータ取得要求の受信)を契機として仮想センサ15を生成してもよい。
仮想センサ生成部16は、仮想センサ15を生成すると、当該仮想センサ15の属性情報を属性情報蓄積部11に格納する。 The virtual
The virtual
When generating the
実センサデータ取得部17は、実センサからセンサ値が示されるセンサデータを取得する。
実センサデータ取得部17は、一定周期で実センサからセンサデータを取得してもよいし、何らかの事象(例えば、外部からのセンサデータ取得要求の受信)を契機として実センサからセンサデータを取得してもよい。
センサデータは、センサ管理装置1の補助記憶装置104で蓄積される。また、これに代えて、センサ管理装置1の外部の記憶装置でセンサデータが蓄積されてもよい。
また、センサ管理装置1は、センサデータを蓄積せずにテンポラリの情報としてメモリ102上で処理してもよい。 The actual sensordata acquisition unit 17 acquires sensor data in which a sensor value is indicated from the actual sensor.
The actual sensordata acquisition unit 17 may acquire sensor data from the actual sensor at a constant cycle, or may acquire sensor data from the actual sensor in response to some event (for example, reception of a sensor data acquisition request from the outside). May be
The sensor data is accumulated in theauxiliary storage device 104 of the sensor management device 1. Also, instead of this, sensor data may be stored in a storage device external to the sensor management device 1.
Further, thesensor management apparatus 1 may process the memory 102 as temporary information without accumulating sensor data.
実センサデータ取得部17は、一定周期で実センサからセンサデータを取得してもよいし、何らかの事象(例えば、外部からのセンサデータ取得要求の受信)を契機として実センサからセンサデータを取得してもよい。
センサデータは、センサ管理装置1の補助記憶装置104で蓄積される。また、これに代えて、センサ管理装置1の外部の記憶装置でセンサデータが蓄積されてもよい。
また、センサ管理装置1は、センサデータを蓄積せずにテンポラリの情報としてメモリ102上で処理してもよい。 The actual sensor
The actual sensor
The sensor data is accumulated in the
Further, the
センサデータ配信部18は、通信モジュール103を用いて、センサデータを外部装置に送信する。センサデータ配信部18は、実センサのセンサ値が示されるセンサデータまたは仮想センサのセンサ値が示されるセンサデータを外部装置に送信する。
センサデータ配信部18は、インタフェースを外部に公開し、外部装置からの要求を受け付けてセンサデータを外部に送信するようにしてもよい。
センサデータ配信部18は、インタフェースとして、HTTP(Hypertext Transfer Protocol)ベースのWEBAPIを利用してもよい。また、センサデータ配信部18は、MQTT(Message Queue Telemetry Transport)のようなPublisher/Subscriberモデルあるいは他の外部装置との通信プロトロコルを利用してもよい。 The sensordata distribution unit 18 transmits sensor data to an external device using the communication module 103. The sensor data distribution unit 18 transmits sensor data in which sensor values of actual sensors are indicated or sensor data in which sensor values of virtual sensors are indicated to an external device.
The sensordata distribution unit 18 may open the interface to the outside, receive a request from an external device, and transmit sensor data to the outside.
The sensordata distribution unit 18 may use HTTP (Hypertext Transfer Protocol) -based WEBAPI as an interface. Also, the sensor data distribution unit 18 may use a Publisher / Subscriber model such as MQTT (Message Queue Telemetry Transport) or a communication protocol with another external device.
センサデータ配信部18は、インタフェースを外部に公開し、外部装置からの要求を受け付けてセンサデータを外部に送信するようにしてもよい。
センサデータ配信部18は、インタフェースとして、HTTP(Hypertext Transfer Protocol)ベースのWEBAPIを利用してもよい。また、センサデータ配信部18は、MQTT(Message Queue Telemetry Transport)のようなPublisher/Subscriberモデルあるいは他の外部装置との通信プロトロコルを利用してもよい。 The sensor
The sensor
The sensor
次に、図2を参照して、属性情報を説明する。
Next, attribute information will be described with reference to FIG.
図2の例では、属性情報は、ID、種類、有効期限、座標、アクセス頻度、アクセスフラグ、最終アクセス時刻、誤差、利用者数、予約者数、ライフサイクルを含む。
属性情報は、図2に示す全ての項目を含んでいてもよいし、図2の一部の項目だけを含むようにしてもよい。
IDの欄には、仮想センサ15または実センサの識別子が示される。識別子は、仮想センサ15または実センサを一意に識別するために仮想センサ15又は実センサに割り振られた番号または記号である。
種類の欄には、対象のセンサが実センサであるか仮想センサであるかが示される。
有効期限の欄には、仮想センサの利用が終了する時刻が示される。
座標の欄には、センサの設置位置の座標値が示される。
アクセス頻度の欄は、センサがアプリケーションによりアクセスされた回数が示される。図2では、アクセス頻度は、センサへのアクセスが発生する度にカウントアップされる。なお、アクセス頻度の値は、一定時間ごとにクリアされる。
アクセスフラグの欄には、現在から一定期間の間にセンサがアプリケーションによりアクセスされた実績があるか否かが示される。センサへのアクセスが発生するとアクセスフラグが有効になり、アクセスの発生から一定時間が経過した際、または何らかの事象(例えば、外部からのセンサデータ取得要求を受信した際)にアクセスフラグはクリアされる。
最終アクセス時刻の欄には、センサがアプリケーションにより最後にアクセスされた時刻が示さる。
誤差の欄には、仮想センサのセンサ値に含まれると推測される誤差の値が示される。誤差の欄には、例えば統計的に推測される誤差の値が示される。
利用者数の欄には、センサ値を利用している利用者の数が示される。
予約者数の欄には、センサ値の利用を予定している利用者の数が示される。
ライフサイクルの欄には、仮想センサの生成から削除に至るステージが示される。 In the example of FIG. 2, the attribute information includes ID, type, expiration date, coordinates, access frequency, access flag, last access time, error, number of users, number of reservation persons, and life cycle.
The attribute information may include all the items shown in FIG. 2 or may include only some of the items shown in FIG.
In the column of ID, the identifier of thevirtual sensor 15 or the real sensor is shown. The identifier is a number or symbol assigned to the virtual sensor 15 or real sensor to uniquely identify the virtual sensor 15 or real sensor.
The type column indicates whether the target sensor is a real sensor or a virtual sensor.
The column of the expiration date shows the time when the use of the virtual sensor ends.
In the column of coordinates, coordinate values of the installation position of the sensor are shown.
The access frequency column indicates the number of times the sensor has been accessed by the application. In FIG. 2, the access frequency is counted up each time access to a sensor occurs. The value of the access frequency is cleared every fixed time.
The column of the access flag indicates whether the sensor has been accessed by the application for a certain period of time from the present. When an access to a sensor occurs, the access flag becomes valid, and the access flag is cleared when a certain period of time has elapsed from the occurrence of the access, or when an event (for example, an external sensor data acquisition request is received) .
The last access time column shows the time when the sensor was last accessed by the application.
The error column shows the value of the error which is presumed to be included in the sensor value of the virtual sensor. The error column shows, for example, the value of a statistically estimated error.
The number of users column indicates the number of users using the sensor value.
The number of reservation persons column indicates the number of users who plan to use the sensor value.
The life cycle column shows stages from generation to deletion of virtual sensors.
属性情報は、図2に示す全ての項目を含んでいてもよいし、図2の一部の項目だけを含むようにしてもよい。
IDの欄には、仮想センサ15または実センサの識別子が示される。識別子は、仮想センサ15または実センサを一意に識別するために仮想センサ15又は実センサに割り振られた番号または記号である。
種類の欄には、対象のセンサが実センサであるか仮想センサであるかが示される。
有効期限の欄には、仮想センサの利用が終了する時刻が示される。
座標の欄には、センサの設置位置の座標値が示される。
アクセス頻度の欄は、センサがアプリケーションによりアクセスされた回数が示される。図2では、アクセス頻度は、センサへのアクセスが発生する度にカウントアップされる。なお、アクセス頻度の値は、一定時間ごとにクリアされる。
アクセスフラグの欄には、現在から一定期間の間にセンサがアプリケーションによりアクセスされた実績があるか否かが示される。センサへのアクセスが発生するとアクセスフラグが有効になり、アクセスの発生から一定時間が経過した際、または何らかの事象(例えば、外部からのセンサデータ取得要求を受信した際)にアクセスフラグはクリアされる。
最終アクセス時刻の欄には、センサがアプリケーションにより最後にアクセスされた時刻が示さる。
誤差の欄には、仮想センサのセンサ値に含まれると推測される誤差の値が示される。誤差の欄には、例えば統計的に推測される誤差の値が示される。
利用者数の欄には、センサ値を利用している利用者の数が示される。
予約者数の欄には、センサ値の利用を予定している利用者の数が示される。
ライフサイクルの欄には、仮想センサの生成から削除に至るステージが示される。 In the example of FIG. 2, the attribute information includes ID, type, expiration date, coordinates, access frequency, access flag, last access time, error, number of users, number of reservation persons, and life cycle.
The attribute information may include all the items shown in FIG. 2 or may include only some of the items shown in FIG.
In the column of ID, the identifier of the
The type column indicates whether the target sensor is a real sensor or a virtual sensor.
The column of the expiration date shows the time when the use of the virtual sensor ends.
In the column of coordinates, coordinate values of the installation position of the sensor are shown.
The access frequency column indicates the number of times the sensor has been accessed by the application. In FIG. 2, the access frequency is counted up each time access to a sensor occurs. The value of the access frequency is cleared every fixed time.
The column of the access flag indicates whether the sensor has been accessed by the application for a certain period of time from the present. When an access to a sensor occurs, the access flag becomes valid, and the access flag is cleared when a certain period of time has elapsed from the occurrence of the access, or when an event (for example, an external sensor data acquisition request is received) .
The last access time column shows the time when the sensor was last accessed by the application.
The error column shows the value of the error which is presumed to be included in the sensor value of the virtual sensor. The error column shows, for example, the value of a statistically estimated error.
The number of users column indicates the number of users using the sensor value.
The number of reservation persons column indicates the number of users who plan to use the sensor value.
The life cycle column shows stages from generation to deletion of virtual sensors.
***動作の説明***
図3は、実施の形態1に係るセンサ管理装置1の動作例を示すフローチャートである。
より具体的には、図3は、仮想センサ15の削除に関するセンサ管理装置1の動作例を示す。 *** Description of operation ***
FIG. 3 is a flowchart showing an operation example of thesensor management device 1 according to the first embodiment.
More specifically, FIG. 3 shows an operation example of thesensor management apparatus 1 regarding deletion of the virtual sensor 15.
図3は、実施の形態1に係るセンサ管理装置1の動作例を示すフローチャートである。
より具体的には、図3は、仮想センサ15の削除に関するセンサ管理装置1の動作例を示す。 *** Description of operation ***
FIG. 3 is a flowchart showing an operation example of the
More specifically, FIG. 3 shows an operation example of the
属性情報取得部12は、一定周期あるいは何らかの事象を契機として仮想センサ15の属性情報を属性情報蓄積部11から取得する(ステップST101)。
属性情報取得部12は、同時に複数個の仮想センサ15の属性情報(複数レコード)を取得するようにしてもよいし、各仮想センサ15の属性情報(1レコード)を順次取得するようにしてもよい。
ここでは、属性情報取得部12が各仮想センサ15の属性情報を順次取得していく例を説明する。
属性情報取得部12は、取得した仮想センサ15の属性情報を削除対象選択部13に出力する。 The attributeinformation acquisition unit 12 acquires attribute information of the virtual sensor 15 from the attribute information storage unit 11 in response to a fixed cycle or some event (step ST101).
The attributeinformation acquisition unit 12 may acquire attribute information (multiple records) of a plurality of virtual sensors 15 at the same time, or may sequentially acquire attribute information (one record) of each virtual sensor 15. Good.
Here, an example in which the attributeinformation acquisition unit 12 sequentially acquires attribute information of each virtual sensor 15 will be described.
The attributeinformation acquisition unit 12 outputs the acquired attribute information of the virtual sensor 15 to the deletion target selection unit 13.
属性情報取得部12は、同時に複数個の仮想センサ15の属性情報(複数レコード)を取得するようにしてもよいし、各仮想センサ15の属性情報(1レコード)を順次取得するようにしてもよい。
ここでは、属性情報取得部12が各仮想センサ15の属性情報を順次取得していく例を説明する。
属性情報取得部12は、取得した仮想センサ15の属性情報を削除対象選択部13に出力する。 The attribute
The attribute
Here, an example in which the attribute
The attribute
次に、削除対象選択部13は、取得した属性情報を仮想センサ15の削除条件と比較し、削除条件を満たすかどうかを判定する(ステップST102)。
削除条件は、あらかじめセンサ管理装置1で保持しておいてもよいし、外部から与えられてもよい。
削除条件の例は、後述する。 Next, the deletiontarget selection unit 13 compares the acquired attribute information with the deletion condition of the virtual sensor 15 to determine whether the deletion condition is satisfied (step ST102).
The deletion condition may be held in advance by thesensor management device 1 or may be given from the outside.
An example of the deletion condition will be described later.
削除条件は、あらかじめセンサ管理装置1で保持しておいてもよいし、外部から与えられてもよい。
削除条件の例は、後述する。 Next, the deletion
The deletion condition may be held in advance by the
An example of the deletion condition will be described later.
削除対象選択部13は、属性情報に示される属性が削除条件を満たす仮想センサ15を削除対象として選択する(ステップST103)。
削除対象選択部13は、例えば、選択した削除対象の仮想センサ15の属性情報に、削除対象として選択したことを示すフラグを付与する。また、削除対象選択部13は、選択した削除対象の仮想センサ15の識別子を単に保持しておくようにしてもよい。 The deletiontarget selection unit 13 selects, as a deletion target, the virtual sensor 15 whose attribute indicated in the attribute information satisfies the deletion condition (step ST103).
The deletiontarget selection unit 13 assigns, for example, a flag indicating that the selected deletion target virtual sensor 15 has been selected as the deletion target. Further, the deletion target selection unit 13 may simply hold the identifier of the selected virtual sensor 15 to be deleted.
削除対象選択部13は、例えば、選択した削除対象の仮想センサ15の属性情報に、削除対象として選択したことを示すフラグを付与する。また、削除対象選択部13は、選択した削除対象の仮想センサ15の識別子を単に保持しておくようにしてもよい。 The deletion
The deletion
以下に、削除対象選択部13が削除対象の仮想センサ15を選択する処理の例を示す。
An example of processing in which the deletion target selection unit 13 selects the virtual sensor 15 to be deleted is described below.
例えば、削除対象選択部13は、特定の基準点から一定範囲に含まれる仮想センサ15を削除対象として選択することができる。
また、削除対象選択部13は、外部装置から削除対象の仮想センサ15の識別子を与えられ、与えられた識別子に対応する仮想センサ15を削除対象として選択することができる。
また、削除対象選択部13は、削除対象の仮想センサ15の識別子が示される削除条件に従って、該当する仮想センサ15を削除対象として選択してもよい。
更に、削除対象選択部13は、以下に示す条件によって、削除対象の仮想センサ15を選択してもよい。 For example, the deletiontarget selection unit 13 can select the virtual sensor 15 included in a certain range from a specific reference point as a deletion target.
Further, the deletiontarget selection unit 13 can receive an identifier of the virtual sensor 15 to be deleted from the external device, and can select the virtual sensor 15 corresponding to the given identifier as the deletion target.
Further, the deletiontarget selection unit 13 may select the corresponding virtual sensor 15 as a deletion target according to the deletion condition in which the identifier of the virtual sensor 15 to be deleted is indicated.
Furthermore, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted according to the conditions described below.
また、削除対象選択部13は、外部装置から削除対象の仮想センサ15の識別子を与えられ、与えられた識別子に対応する仮想センサ15を削除対象として選択することができる。
また、削除対象選択部13は、削除対象の仮想センサ15の識別子が示される削除条件に従って、該当する仮想センサ15を削除対象として選択してもよい。
更に、削除対象選択部13は、以下に示す条件によって、削除対象の仮想センサ15を選択してもよい。 For example, the deletion
Further, the deletion
Further, the deletion
Furthermore, the deletion
例えば、削除対象選択部13は、仮想センサ15の属性の1つである仮想センサ15の位置に基づき、削除対象の仮想センサ15を選択してもよい。より具体的には、削除対象選択部13は、属性情報(図2)の座標から、仮想センサ15間の距離を算出する。この場合は、削除条件には、仮想センサ間の距離の閾値が記述される。そして、削除対象選択部13は、算出した仮想センサ15間の距離と、削除条件に示される距離の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることにより、削除対象選択部13は、一定の距離内にある複数の仮想センサ15(仮想センサ15a、仮想センサ15b及び仮想センサ15c)を1つの仮想センサ(例えば仮想センサ15a)に集約し、他の仮想センサ(例えば仮想センサ15bと仮想センサ15c)を削除対象として選択する。 For example, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted based on the position of the virtual sensor 15, which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 calculates the distance between the virtual sensors 15 from the coordinates of the attribute information (FIG. 2). In this case, the deletion condition describes the threshold of the distance between virtual sensors. Then, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted by collating the calculated distance between the virtual sensors 15 with the threshold of the distance indicated by the deletion condition.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 converts a plurality of virtual sensors 15 (virtual sensor 15a, virtual sensor 15b and virtual sensor 15c) within a certain distance into one virtual sensor (for example, virtual sensor 15a) Then, other virtual sensors (for example, the virtual sensor 15 b and the virtual sensor 15 c) are selected as deletion targets.
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることにより、削除対象選択部13は、一定の距離内にある複数の仮想センサ15(仮想センサ15a、仮想センサ15b及び仮想センサ15c)を1つの仮想センサ(例えば仮想センサ15a)に集約し、他の仮想センサ(例えば仮想センサ15bと仮想センサ15c)を削除対象として選択する。 For example, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、仮想センサ15の位置に基づく削除対象の仮想センサ15の選択の別の例として、削除対象選択部13は、実センサと仮想センサ15との間の距離に基づいて、削除対象の仮想センサ15を選択してもよい。
より具体的には、削除対象選択部13は、属性情報(図2)の座標から、実センサと仮想センサ15との間の距離を算出する。この場合は、削除条件には、実センサと仮想センサとの間の距離の閾値が記述される。そして、削除対象選択部13は、算出した実センサと仮想センサとの間の距離と、削除条件に示される距離の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることにより、削除対象選択部13は、実センサから一定の距離内にある仮想センサ15を削除対象として選択する。 Further, as another example of the selection of thevirtual sensor 15 to be deleted based on the position of the virtual sensor 15, the deletion target selecting unit 13 determines the virtual sensor to be deleted based on the distance between the real sensor and the virtual sensor 15. You may select 15.
More specifically, the deletiontarget selection unit 13 calculates the distance between the real sensor and the virtual sensor 15 from the coordinates of the attribute information (FIG. 2). In this case, the deletion condition describes the threshold of the distance between the real sensor and the virtual sensor. Then, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted by collating the calculated distance between the actual sensor and the virtual sensor with the threshold of the distance indicated in the deletion condition.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects the virtual sensor 15 within a certain distance from the actual sensor as the deletion target.
より具体的には、削除対象選択部13は、属性情報(図2)の座標から、実センサと仮想センサ15との間の距離を算出する。この場合は、削除条件には、実センサと仮想センサとの間の距離の閾値が記述される。そして、削除対象選択部13は、算出した実センサと仮想センサとの間の距離と、削除条件に示される距離の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることにより、削除対象選択部13は、実センサから一定の距離内にある仮想センサ15を削除対象として選択する。 Further, as another example of the selection of the
More specifically, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、削除対象選択部13は、仮想センサ15の属性の1つである仮想センサ15へのアクセス状況に基づき、削除対象の仮想センサ15を選択してもよい。
より具体的には、削除対象選択部13は、属性情報(図2)のアクセス頻度の値を取得する。この場合は、削除条件には、アクセス頻度の閾値が記述される。そして、削除対象選択部13は、取得したアクセス頻度の値と、削除条件に示される閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることにより、削除対象選択部13は、アクセス頻度が少ない仮想センサ15を削除対象として選択する。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted based on the access status to the virtual sensor 15 which is one of the attributes of the virtual sensor 15.
More specifically, the deletiontarget selection unit 13 acquires the value of the access frequency of the attribute information (FIG. 2). In this case, an access frequency threshold is described in the deletion condition. Then, the deletion target selection unit 13 collates the acquired value of the access frequency with the threshold indicated in the deletion condition to select the virtual sensor 15 to be deleted.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects a virtual sensor 15 with a low access frequency as a deletion target.
より具体的には、削除対象選択部13は、属性情報(図2)のアクセス頻度の値を取得する。この場合は、削除条件には、アクセス頻度の閾値が記述される。そして、削除対象選択部13は、取得したアクセス頻度の値と、削除条件に示される閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることにより、削除対象選択部13は、アクセス頻度が少ない仮想センサ15を削除対象として選択する。 Further, the deletion
More specifically, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、仮想センサ15へのアクセス状況に基づく削除対象の仮想センサ15の選択の別の例として、削除対象選択部13は、アクセスフラグに基づいて、削除対象の仮想センサ15を選択してもよい。
より具体的には、削除対象選択部13は、属性情報(図2)のアクセスフラグの値を取得する。この場合は、削除条件には、アクセスフラグがクリアされていることが記述される。そして、削除対象選択部13は、取得したアクセスフラグの値と、削除条件とを照合して、削除対象の仮想センサ15を選択する。
このようにすることで、削除対象選択部13は、直近でアクセスが発生していない仮想センサ15を削除対象として選択する。 Further, as another example of the selection of thevirtual sensor 15 to be deleted based on the access status to the virtual sensor 15, the deletion target selecting unit 13 may select the virtual sensor 15 to be deleted based on the access flag .
More specifically, the deletiontarget selection unit 13 acquires the value of the access flag in the attribute information (FIG. 2). In this case, the deletion condition describes that the access flag is cleared. Then, the deletion target selection unit 13 collates the acquired value of the access flag with the deletion condition to select the virtual sensor 15 to be deleted.
By doing this, the deletiontarget selection unit 13 selects, as a deletion target, the virtual sensor 15 for which access has not occurred most recently.
より具体的には、削除対象選択部13は、属性情報(図2)のアクセスフラグの値を取得する。この場合は、削除条件には、アクセスフラグがクリアされていることが記述される。そして、削除対象選択部13は、取得したアクセスフラグの値と、削除条件とを照合して、削除対象の仮想センサ15を選択する。
このようにすることで、削除対象選択部13は、直近でアクセスが発生していない仮想センサ15を削除対象として選択する。 Further, as another example of the selection of the
More specifically, the deletion
By doing this, the deletion
また、仮想センサ15へのアクセス状況に基づく削除対象の仮想センサ15の選択の別の例として、削除対象選択部13は、最終アクセス時刻に基づいて、削除対象の仮想センサ15を選択してもよい。
より具体的には、削除対象選択部13は、属性情報(図2)の最終アクセス時刻の値を取得する。そして、削除対象選択部13は、最終アクセス時刻からの経過時間を算出する。この場合は、削除条件には、最終アクセス時刻からの経過時間の閾値が記述される。そして、削除対象選択部13は、算出した経過時間と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、最終アクセス時刻から一定時間が経過してもアクセスが発生していない仮想センサ15を削除対象として選択する。 Further, as another example of the selection of thevirtual sensor 15 to be deleted based on the access status to the virtual sensor 15, the deletion target selecting unit 13 selects the virtual sensor 15 to be deleted based on the last access time. Good.
More specifically, the deletiontarget selection unit 13 acquires the value of the last access time of the attribute information (FIG. 2). Then, the deletion target selection unit 13 calculates an elapsed time from the last access time. In this case, the deletion condition describes the threshold of the elapsed time from the last access time. Then, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted by collating the calculated elapsed time with the threshold of the deletion condition.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects, as the deletion target, the virtual sensor 15 for which access has not occurred even if a predetermined time has elapsed from the last access time.
より具体的には、削除対象選択部13は、属性情報(図2)の最終アクセス時刻の値を取得する。そして、削除対象選択部13は、最終アクセス時刻からの経過時間を算出する。この場合は、削除条件には、最終アクセス時刻からの経過時間の閾値が記述される。そして、削除対象選択部13は、算出した経過時間と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、最終アクセス時刻から一定時間が経過してもアクセスが発生していない仮想センサ15を削除対象として選択する。 Further, as another example of the selection of the
More specifically, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、削除対象選択部13は、仮想センサ15の属性の1つである仮想センサ15の時間有効性に基づき、削除対象の仮想センサ15を選択してもよい。
より具体的には、削除対象選択部13は、属性情報(図2)の有効期限の値を取得する。この場合は、削除条件には、有効期限が経過していることが記述される。そして、削除対象選択部13は、有効期限の値と、削除条件とを照合して、削除対象の仮想センサ15を選択する。
このようにすることで、削除対象選択部13は、有効期限が経過している仮想センサ15を削除対象として選択する。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted based on the time validity of the virtual sensor 15 which is one of the attributes of the virtual sensor 15.
More specifically, the deletiontarget selection unit 13 acquires the value of the expiration date of the attribute information (FIG. 2). In this case, the deletion condition describes that the expiration date has passed. Then, the deletion target selection unit 13 collates the value of the expiration date with the deletion condition, and selects the virtual sensor 15 to be deleted.
By doing this, the deletiontarget selection unit 13 selects the virtual sensor 15 whose expiration date has passed as a deletion target.
より具体的には、削除対象選択部13は、属性情報(図2)の有効期限の値を取得する。この場合は、削除条件には、有効期限が経過していることが記述される。そして、削除対象選択部13は、有効期限の値と、削除条件とを照合して、削除対象の仮想センサ15を選択する。
このようにすることで、削除対象選択部13は、有効期限が経過している仮想センサ15を削除対象として選択する。 Further, the deletion
More specifically, the deletion
By doing this, the deletion
また、仮想センサ15の時間有効性に基づく削除対象の仮想センサ15の選択の別の例として、削除対象選択部13は、ライフサイクルに基づいて、削除対象の仮想センサ15を選択してもよい。
より具体的には、削除対象選択部13は、属性情報(図2)のライフサイクルの値を取得する。この場合は、削除条件には、ライフサイクルが「利用終了」であることが記述される。そして、削除対象選択部13は、ライフサイクルの値と、削除条件とを照合して、削除対象の仮想センサ15を選択する。
このようにすることで、削除対象選択部13は、ライフサイクルが「利用終了」となっている仮想センサ15を削除対象として選択する。 Further, as another example of the selection of thevirtual sensor 15 to be deleted based on the time validity of the virtual sensor 15, the deletion target selecting unit 13 may select the virtual sensor 15 to be deleted based on the life cycle .
More specifically, the deletiontarget selection unit 13 acquires the value of the life cycle of the attribute information (FIG. 2). In this case, the deletion condition describes that the life cycle is "end of use". Then, the deletion target selection unit 13 collates the life cycle value with the deletion condition to select the virtual sensor 15 to be deleted.
By doing this, the deletiontarget selection unit 13 selects the virtual sensor 15 whose life cycle is “end of use” as the deletion target.
より具体的には、削除対象選択部13は、属性情報(図2)のライフサイクルの値を取得する。この場合は、削除条件には、ライフサイクルが「利用終了」であることが記述される。そして、削除対象選択部13は、ライフサイクルの値と、削除条件とを照合して、削除対象の仮想センサ15を選択する。
このようにすることで、削除対象選択部13は、ライフサイクルが「利用終了」となっている仮想センサ15を削除対象として選択する。 Further, as another example of the selection of the
More specifically, the deletion
By doing this, the deletion
また、削除対象選択部13は、仮想センサ15の属性の1つである仮想センサ15のセンサ値の質に基づき、削除対象の仮想センサ15を選択してもよい。より具体的には、削除対象選択部13は、属性情報(図2)の誤差の値を取得する。この場合は、削除条件には、誤差の閾値が記述される。そして、削除対象選択部13は、誤差の値と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、誤差が一定範囲以上の仮想センサ15を削除対象として選択する。 In addition, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted based on the quality of the sensor value of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the error of the attribute information (FIG. 2). In this case, an error threshold is described in the deletion condition. Then, the deletion target selection unit 13 collates the value of the error with the threshold of the deletion condition to select the virtual sensor 15 to be deleted.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects the virtual sensor 15 whose error is greater than or equal to a certain range as the deletion target.
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、誤差が一定範囲以上の仮想センサ15を削除対象として選択する。 In addition, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、センサ値の質に基づく削除対象の仮想センサ15の選択の別の例として、削除対象選択部13は、センサ値の信頼度に基づいて、削除対象の仮想センサ15を選択してもよい。
例えば、属性情報に、仮想センサ15の属性としてセンサ値の信頼度を追加することを考える。信頼度とは、仮想センサ15のセンサ値がどの程度信頼できるかを示す指標である。信頼度は、例えば、次の式により算出することができる。
信頼度=((前回参照している実センサ数×今回参照している実センサ数)/今回参照している実センサ数の二乗)×100
削除対象選択部13は、属性情報から信頼度の値を取得する。なお、この場合は、削除情報には、信頼度の閾値が記述される。そして、削除対象選択部13は、信頼度の値と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、センサ値の信頼度が一定レベル以下の仮想センサ15を削除対象として選択する。 Further, as another example of the selection of thevirtual sensor 15 to be deleted based on the quality of the sensor value, the deletion target selecting unit 13 may select the virtual sensor 15 to be deleted based on the reliability of the sensor value. .
For example, it is considered to add the reliability of the sensor value as the attribute of thevirtual sensor 15 to the attribute information. The reliability is an index indicating how reliable the sensor value of the virtual sensor 15 is. The reliability can be calculated, for example, by the following equation.
Reliability = ((the number of actual sensors referred to last time × the number of actual sensors referred to this time) / the square of the number of actual sensors referred to this time) × 100
The deletiontarget selection unit 13 acquires the value of the reliability from the attribute information. In this case, the threshold of reliability is described in the deletion information. Then, the deletion target selection unit 13 collates the value of the reliability with the threshold of the deletion condition to select the virtual sensor 15 to be deleted.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects the virtual sensor 15 whose reliability of the sensor value is equal to or lower than a certain level as the deletion target.
例えば、属性情報に、仮想センサ15の属性としてセンサ値の信頼度を追加することを考える。信頼度とは、仮想センサ15のセンサ値がどの程度信頼できるかを示す指標である。信頼度は、例えば、次の式により算出することができる。
信頼度=((前回参照している実センサ数×今回参照している実センサ数)/今回参照している実センサ数の二乗)×100
削除対象選択部13は、属性情報から信頼度の値を取得する。なお、この場合は、削除情報には、信頼度の閾値が記述される。そして、削除対象選択部13は、信頼度の値と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、センサ値の信頼度が一定レベル以下の仮想センサ15を削除対象として選択する。 Further, as another example of the selection of the
For example, it is considered to add the reliability of the sensor value as the attribute of the
Reliability = ((the number of actual sensors referred to last time × the number of actual sensors referred to this time) / the square of the number of actual sensors referred to this time) × 100
The deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、削除対象選択部13は、仮想センサ15の属性の1つである仮想センサ15の利用者数に基づき、削除対象の仮想センサ15を選択してもよい。より具体的には、削除対象選択部13は、属性情報(図2)の利用者数の値を取得する。この場合は、削除条件には、利用者数の閾値が記述される。そして、削除対象選択部13は、利用者数の値と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、利用者数が一定数以下の仮想センサ15を削除対象として選択する。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted based on the number of users of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the number of users of the attribute information (FIG. 2). In this case, a threshold of the number of users is described in the deletion condition. Then, the deletion target selection unit 13 collates the value of the number of users with the threshold of the deletion condition, and selects the virtual sensor 15 to be deleted.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects virtual sensors 15 whose number of users is equal to or less than a predetermined number as deletion targets.
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、利用者数が一定数以下の仮想センサ15を削除対象として選択する。 Further, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
また、削除対象選択部13は、仮想センサ15の属性の1つである仮想センサ15の予約者数に基づき、削除対象の仮想センサ15を選択してもよい。より具体的には、削除対象選択部13は、属性情報(図2)の予約者数の値を取得する。この場合は、削除条件には、予約者数の閾値が記述される。そして、削除対象選択部13は、予約者数の値と、削除条件の閾値とを照合して、削除対象の仮想センサ15を選択する。
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、予約者数が一定数以下の仮想センサ15を削除対象として選択する。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted based on the number of reservers of the virtual sensor 15 which is one of the attributes of the virtual sensor 15. More specifically, the deletion target selection unit 13 acquires the value of the number of reserved persons in the attribute information (FIG. 2). In this case, a threshold of the number of reservation persons is described in the deletion condition. Then, the deletion target selection unit 13 collates the value of the number of reserved persons with the threshold of the deletion condition, and selects the virtual sensor 15 to be deleted.
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number ofvirtual sensors 15 installed in the space.
By doing this, the deletiontarget selection unit 13 selects virtual sensors 15 whose number of reservation persons is equal to or less than a predetermined number as deletion targets.
削除条件に示される閾値は、固定値であってもよいし、空間内に設置されている仮想センサ15の個数などによって動的に決定されてもよい。
このようにすることで、削除対象選択部13は、予約者数が一定数以下の仮想センサ15を削除対象として選択する。 Further, the deletion
The threshold value indicated in the deletion condition may be a fixed value or may be dynamically determined by the number of
By doing this, the deletion
以上の他にも、削除対象選択部13は、契約番号が記述される属性情報と、契約が解除された契約番号が記述される削除条件とを用いて、削除対象の仮想センサ15を選択してもよい。
このようにすることで、削除対象選択部13は、契約が解除された場合に、当該契約で利用されていた仮想センサ15を削除対象として選択する。 In addition to the above, the deletiontarget selection unit 13 selects the virtual sensor 15 to be deleted using attribute information in which the contract number is described and a deletion condition in which the contract number for which the contract has been canceled is described. May be
By doing this, when the contract is canceled, the deletiontarget selection unit 13 selects the virtual sensor 15 used in the contract as the deletion target.
このようにすることで、削除対象選択部13は、契約が解除された場合に、当該契約で利用されていた仮想センサ15を削除対象として選択する。 In addition to the above, the deletion
By doing this, when the contract is canceled, the deletion
また、削除対象選択部13は、仮想センサ15の機種が記述される属性情報と、機種に関する削除条件とを用いて、削除対象の仮想センサ15を選択してもよい。機種とは、温度センサの仮想センサ、湿度センサの仮想センサといった、仮想センサの種類である。
このようにすることで、削除対象選択部13は、サービスメニューの変更などにより特定の機種の仮想センサ15が利用されなくなった場合に、このような特定の機種の仮想センサ15をまとめて削除対象として選択する。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted using attribute information in which the model of the virtual sensor 15 is described and a deletion condition regarding the model. The model is a type of virtual sensor such as a virtual sensor of a temperature sensor or a virtual sensor of a humidity sensor.
By doing this, when thevirtual sensor 15 of a specific model is not used due to, for example, a change in the service menu, the deletion target selection unit 13 collectively collects virtual sensors 15 of such a specific model. Choose as.
このようにすることで、削除対象選択部13は、サービスメニューの変更などにより特定の機種の仮想センサ15が利用されなくなった場合に、このような特定の機種の仮想センサ15をまとめて削除対象として選択する。 Further, the deletion
By doing this, when the
また、削除対象選択部13は、仮想センサ15の利用料金が記述される属性情報と、利用料金の閾値が記述される削除条件とを用いて、削除対象の仮想センサ15を選択してもよい。
このようにすることで、削除対象選択部13は、利用料金が一定レベル未満の仮想センサ15を削除対象として選択する。
削除された仮想センサが再度利用される場合は応答時間にオーバヘッドが生じる可能性がある。しかし、利用料金が一定レベル以上の仮想センサ15は応答時間を良好に保つことができる。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted using attribute information in which the usage charge of the virtual sensor 15 is described and a deletion condition in which the threshold of the usage charge is described. .
By doing this, the deletiontarget selection unit 13 selects the virtual sensor 15 whose usage fee is less than a certain level as the deletion target.
If the deleted virtual sensor is used again, there may be overhead in response time. However, thevirtual sensor 15 whose usage charge is equal to or higher than a certain level can keep the response time good.
このようにすることで、削除対象選択部13は、利用料金が一定レベル未満の仮想センサ15を削除対象として選択する。
削除された仮想センサが再度利用される場合は応答時間にオーバヘッドが生じる可能性がある。しかし、利用料金が一定レベル以上の仮想センサ15は応答時間を良好に保つことができる。 Further, the deletion
By doing this, the deletion
If the deleted virtual sensor is used again, there may be overhead in response time. However, the
また、削除対象選択部13は、仮想センサ15の利用目的が記述された属性情報と、利用目的に関する削除条件とを用いて、削除対象の仮想センサ15を選択してもよい。
このようにすることで、削除対象選択部13は、課金業務、緊急時誘導といった重要な用途で利用されている仮想センサ15は削除対象として選択せずに、他の用途の仮想センサ15を削除対象として選択する。 Further, the deletiontarget selection unit 13 may select the virtual sensor 15 to be deleted using the attribute information in which the usage purpose of the virtual sensor 15 is described and the deletion condition regarding the usage purpose.
By doing this, the deletiontarget selection unit 13 does not select the virtual sensor 15 used for important applications such as billing operation and emergency guidance as the deletion target, and deletes the virtual sensor 15 for other applications. Select as target.
このようにすることで、削除対象選択部13は、課金業務、緊急時誘導といった重要な用途で利用されている仮想センサ15は削除対象として選択せずに、他の用途の仮想センサ15を削除対象として選択する。 Further, the deletion
By doing this, the deletion
センサ管理装置1が仮想センサ15の属性情報を木構造で管理している場合は、親ID(P-ID)が属性情報に含まれる。
このとき、削除対象選択部13は、特定の親ID(例えば、部屋、エリアなど)を持つ仮想センサ15を削除対象として選択することができる。
このようにすることで、削除対象選択部13は、特定の部屋に設置された仮想センサ15または特定の棟に設置された仮想センサ15をまとめて削除対象として選択することができる。
同様に、センサ管理装置1が仮想センサ15の属性情報を木構造で管理している場合は、グループ(G-ID)が属性情報に含まれる。
このとき、削除対象選択部13は、特定のグループID(例えば、部屋、エリアなど)を持つ仮想センサ15を削除対象として選択することができる。
このようにすることで、削除対象選択部13は、特定の部屋に設置された仮想センサ15または特定の棟に設置された仮想センサ15をまとめて削除対象として選択することができる。 When thesensor management device 1 manages attribute information of the virtual sensor 15 in a tree structure, the parent ID (P-ID) is included in the attribute information.
At this time, the deletiontarget selection unit 13 can select the virtual sensor 15 having a specific parent ID (for example, a room, an area, etc.) as a deletion target.
By doing this, the deletiontarget selection unit 13 can collectively select the virtual sensor 15 installed in a specific room or the virtual sensor 15 installed in a specific ridge as a deletion target.
Similarly, when thesensor management device 1 manages attribute information of the virtual sensor 15 in a tree structure, the group (G-ID) is included in the attribute information.
At this time, the deletiontarget selection unit 13 can select the virtual sensor 15 having a specific group ID (for example, a room, an area, etc.) as a deletion target.
By doing this, the deletiontarget selection unit 13 can collectively select the virtual sensor 15 installed in a specific room or the virtual sensor 15 installed in a specific ridge as a deletion target.
このとき、削除対象選択部13は、特定の親ID(例えば、部屋、エリアなど)を持つ仮想センサ15を削除対象として選択することができる。
このようにすることで、削除対象選択部13は、特定の部屋に設置された仮想センサ15または特定の棟に設置された仮想センサ15をまとめて削除対象として選択することができる。
同様に、センサ管理装置1が仮想センサ15の属性情報を木構造で管理している場合は、グループ(G-ID)が属性情報に含まれる。
このとき、削除対象選択部13は、特定のグループID(例えば、部屋、エリアなど)を持つ仮想センサ15を削除対象として選択することができる。
このようにすることで、削除対象選択部13は、特定の部屋に設置された仮想センサ15または特定の棟に設置された仮想センサ15をまとめて削除対象として選択することができる。 When the
At this time, the deletion
By doing this, the deletion
Similarly, when the
At this time, the deletion
By doing this, the deletion
また、削除対象選択部13は、上述した属性とは異なる仮想センサ15の属性を用いて削除対象の仮想センサを選択するようにしてもよい。
Further, the deletion target selection unit 13 may select a virtual sensor to be deleted using an attribute of the virtual sensor 15 different from the above-described attribute.
次に、図3のフローに戻り、削除対象選択部13は、全ての仮想センサ15の属性情報を確認したかどうかを判定する(ステップST104)。
属性情報を確認していない仮想センサ15が残っている場合は、処理がステップST101に戻る。
なお、ここでは、属性情報取得部12が各仮想センサ15の属性情報を順次取得していく例を説明しているためステップST104の判定が必要であるが、属性情報取得部12が全ての仮想センサの属性情報を一度にまとめて取得する方法であれば、ステップST104の処理は不要である。 Next, returning to the flow of FIG. 3, the deletiontarget selection unit 13 determines whether or not the attribute information of all the virtual sensors 15 has been confirmed (step ST104).
If there remains avirtual sensor 15 whose attribute information has not been confirmed, the process returns to step ST101.
Here, since an example in which the attributeinformation acquisition unit 12 sequentially acquires attribute information of each virtual sensor 15 is described, the determination in step ST104 is necessary, but the attribute information acquisition unit 12 is not limited to all virtual If it is a method of collectively acquiring sensor attribute information at one time, the process of step ST104 is unnecessary.
属性情報を確認していない仮想センサ15が残っている場合は、処理がステップST101に戻る。
なお、ここでは、属性情報取得部12が各仮想センサ15の属性情報を順次取得していく例を説明しているためステップST104の判定が必要であるが、属性情報取得部12が全ての仮想センサの属性情報を一度にまとめて取得する方法であれば、ステップST104の処理は不要である。 Next, returning to the flow of FIG. 3, the deletion
If there remains a
Here, since an example in which the attribute
削除対象選択部13が全ての仮想センサ15の属性情報を確認している場合(ステップST104でYES)は、仮想センサ削除部14が、削除対象選択部13により削除対象として選択された仮想センサ15を削除する(ステップST105)。
仮想センサ15がオブジェクトとして生成されている場合は、仮想センサ削除部14は、該当するオブジェクトを削除することにより仮想センサ15を削除する。
また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードに当該仮想センサ15が削除されたことを示すフラグを付与することにより、仮想センサ15を削除してもよい。
また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードのライフサイクルの欄に「削除」を設定することにより、仮想センサ15を削除してもよい。 When the deletiontarget selection unit 13 confirms the attribute information of all the virtual sensors 15 (YES in step ST104), the virtual sensor deletion unit 14 selects the virtual sensor 15 selected as the deletion target by the deletion target selection unit 13. Is deleted (step ST105).
When thevirtual sensor 15 is generated as an object, the virtual sensor deletion unit 14 deletes the virtual sensor 15 by deleting the corresponding object.
Alternatively, the virtualsensor deletion unit 14 may delete the virtual sensor 15 by adding a flag indicating that the virtual sensor 15 is deleted to the record of the virtual sensor 15 to be deleted in the attribute information.
Also, the virtualsensor deletion unit 14 may delete the virtual sensor 15 by setting “Delete” in the column of the life cycle of the record of the virtual sensor 15 to be deleted in the attribute information.
仮想センサ15がオブジェクトとして生成されている場合は、仮想センサ削除部14は、該当するオブジェクトを削除することにより仮想センサ15を削除する。
また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードに当該仮想センサ15が削除されたことを示すフラグを付与することにより、仮想センサ15を削除してもよい。
また、仮想センサ削除部14は、属性情報内の削除対象の仮想センサ15のレコードのライフサイクルの欄に「削除」を設定することにより、仮想センサ15を削除してもよい。 When the deletion
When the
Alternatively, the virtual
Also, the virtual
***実施の形態の効果の説明***
以上のように、本実施の形態に係るセンサ管理装置1は、仮想センサ15の属性に基づいて、削除対象の仮想センサ15を選択する。
このため、本実施の形態によれば、仮想センサの属性に基づき、不要な仮想センサを削除対象の仮想センサとして選択することができ、不要な仮想センサを削除することができる。従って、本実施の形態によれば、仮想センサを適切な個数に維持することができる。 *** Description of the effects of the embodiment ***
As described above, thesensor management device 1 according to the present embodiment selects the virtual sensor 15 to be deleted based on the attribute of the virtual sensor 15.
Therefore, according to the present embodiment, an unnecessary virtual sensor can be selected as a deletion target virtual sensor based on the attribute of the virtual sensor, and the unnecessary virtual sensor can be deleted. Therefore, according to this embodiment, it is possible to maintain the number of virtual sensors appropriately.
以上のように、本実施の形態に係るセンサ管理装置1は、仮想センサ15の属性に基づいて、削除対象の仮想センサ15を選択する。
このため、本実施の形態によれば、仮想センサの属性に基づき、不要な仮想センサを削除対象の仮想センサとして選択することができ、不要な仮想センサを削除することができる。従って、本実施の形態によれば、仮想センサを適切な個数に維持することができる。 *** Description of the effects of the embodiment ***
As described above, the
Therefore, according to the present embodiment, an unnecessary virtual sensor can be selected as a deletion target virtual sensor based on the attribute of the virtual sensor, and the unnecessary virtual sensor can be deleted. Therefore, according to this embodiment, it is possible to maintain the number of virtual sensors appropriately.
実施の形態2.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Second Embodiment
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Second Embodiment
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
***構成の説明***
図4は、実施の形態2に係るセンサ管理装置1の機能構成例を示す。 *** Description of the configuration ***
FIG. 4 shows an example of a functional configuration of thesensor management device 1 according to the second embodiment.
図4は、実施の形態2に係るセンサ管理装置1の機能構成例を示す。 *** Description of the configuration ***
FIG. 4 shows an example of a functional configuration of the
本実施の形態では、仮想センサ削除部14は、仮想センサ15の削除に加えて、仮想センサ15の密度を算出し、密度に応じて仮想センサ生成部16に仮想センサの生成を要求する。
仮想センサ15の密度とは、仮想センサ15が設置されている空間内における仮想センサ15の密度である。例えば、仮想センサ削除部14は、仮想センサ15の個数を空間の体積で除算して、仮想センサ15の密度を得る。
より具体的には、仮想センサ削除部14は、仮想センサ15が設置されている空間での仮想センサ15の削除後の仮想センサ15の密度を算出する。そして、仮想センサ削除部14は、算出した密度に基づき、新たな仮想センサ15の生成の要否を判定する。仮想センサ削除部14は、新たな仮想センサ15の生成が必要と判定した場合は、仮想センサ生成部16に仮想センサ15の生成を要求する。
仮想センサ生成部16は、仮想センサ削除部14からの要求に基づいて仮想センサ15を生成する。
仮想センサ生成部16による仮想センサ15の生成方法は問わない。仮想センサ生成部16は、公知の方法を用いて仮想センサ15を生成することができる。
なお、本実施の形態に係るセンサ管理装置1のハードウェア構成例も、図18に示すとおりである。 In the present embodiment, in addition to the deletion of thevirtual sensor 15, the virtual sensor deletion unit 14 calculates the density of the virtual sensor 15, and requests the virtual sensor generation unit 16 to generate a virtual sensor according to the density.
The density of thevirtual sensor 15 is the density of the virtual sensor 15 in the space where the virtual sensor 15 is installed. For example, the virtual sensor deletion unit 14 divides the number of virtual sensors 15 by the volume of space to obtain the density of the virtual sensors 15.
More specifically, the virtualsensor deletion unit 14 calculates the density of the virtual sensor 15 after deletion of the virtual sensor 15 in the space where the virtual sensor 15 is installed. Then, the virtual sensor deleting unit 14 determines the necessity of generation of a new virtual sensor 15 based on the calculated density. When it is determined that the generation of a new virtual sensor 15 is necessary, the virtual sensor deletion unit 14 requests the virtual sensor generation unit 16 to generate the virtual sensor 15.
The virtualsensor generation unit 16 generates the virtual sensor 15 based on the request from the virtual sensor deletion unit 14.
There is no limitation on the method of generating thevirtual sensor 15 by the virtual sensor generation unit 16. The virtual sensor generation unit 16 can generate the virtual sensor 15 using a known method.
Note that a hardware configuration example of thesensor management device 1 according to the present embodiment is also as shown in FIG.
仮想センサ15の密度とは、仮想センサ15が設置されている空間内における仮想センサ15の密度である。例えば、仮想センサ削除部14は、仮想センサ15の個数を空間の体積で除算して、仮想センサ15の密度を得る。
より具体的には、仮想センサ削除部14は、仮想センサ15が設置されている空間での仮想センサ15の削除後の仮想センサ15の密度を算出する。そして、仮想センサ削除部14は、算出した密度に基づき、新たな仮想センサ15の生成の要否を判定する。仮想センサ削除部14は、新たな仮想センサ15の生成が必要と判定した場合は、仮想センサ生成部16に仮想センサ15の生成を要求する。
仮想センサ生成部16は、仮想センサ削除部14からの要求に基づいて仮想センサ15を生成する。
仮想センサ生成部16による仮想センサ15の生成方法は問わない。仮想センサ生成部16は、公知の方法を用いて仮想センサ15を生成することができる。
なお、本実施の形態に係るセンサ管理装置1のハードウェア構成例も、図18に示すとおりである。 In the present embodiment, in addition to the deletion of the
The density of the
More specifically, the virtual
The virtual
There is no limitation on the method of generating the
Note that a hardware configuration example of the
***動作の説明***
図5は、実施の形態2に係るセンサ管理装置1の動作例を示すフローチャートである。
図5の動作は、実施の形態1で説明した図3のステップST104の処理の後に行われる。 *** Description of operation ***
FIG. 5 is a flowchart showing an operation example of thesensor management device 1 according to the second embodiment.
The operation of FIG. 5 is performed after the process of step ST104 of FIG. 3 described in the first embodiment.
図5は、実施の形態2に係るセンサ管理装置1の動作例を示すフローチャートである。
図5の動作は、実施の形態1で説明した図3のステップST104の処理の後に行われる。 *** Description of operation ***
FIG. 5 is a flowchart showing an operation example of the
The operation of FIG. 5 is performed after the process of step ST104 of FIG. 3 described in the first embodiment.
先ず、仮想センサ削除部14が、削除前の仮想センサ15の密度を算出する(ステップST201)。
仮想センサ削除部14は、属性情報に示される各仮想センサ15の座標を用いて、空間内にある仮想センサ15の個数から仮想センサ15の密度を求めることができる。
仮想センサ削除部14は、空間全体で1つの密度を算出してもよいし、空間をエリアに分割してエリアごとに密度を算出してもよい。
仮想センサ削除部14は、現在の仮想センサ15の個数、つまり、図3のステップST103で選択された削除対象の仮想センサ15が削除される前の仮想センサ15の個数に基づいて、仮想センサ15の密度を求める。 First, the virtualsensor deletion unit 14 calculates the density of the virtual sensor 15 before deletion (step ST201).
The virtualsensor deleting unit 14 can obtain the density of the virtual sensors 15 from the number of the virtual sensors 15 in the space, using the coordinates of each virtual sensor 15 indicated in the attribute information.
The virtualsensor deleting unit 14 may calculate one density over the entire space, or may divide the space into areas and calculate the density for each area.
The virtualsensor deleting unit 14 determines the virtual sensor 15 based on the current number of virtual sensors 15, that is, the number of virtual sensors 15 before the virtual sensor 15 to be deleted selected in step ST103 of FIG. 3 is deleted. Find the density of
仮想センサ削除部14は、属性情報に示される各仮想センサ15の座標を用いて、空間内にある仮想センサ15の個数から仮想センサ15の密度を求めることができる。
仮想センサ削除部14は、空間全体で1つの密度を算出してもよいし、空間をエリアに分割してエリアごとに密度を算出してもよい。
仮想センサ削除部14は、現在の仮想センサ15の個数、つまり、図3のステップST103で選択された削除対象の仮想センサ15が削除される前の仮想センサ15の個数に基づいて、仮想センサ15の密度を求める。 First, the virtual
The virtual
The virtual
The virtual
次に、仮想センサ削除部14は、削除後の仮想センサ15の密度を算出する(ステップST202)。
つまり、仮想センサ削除部14は、図3のステップST103で選択された削除対象の仮想センサ15が削除された後の仮想センサ15の個数に基づいて、仮想センサ15の密度を求める。
密度の算出方法は、削除前の仮想センサ15の密度の算出と同様の方法である。 Next, virtualsensor deletion unit 14 calculates the density of virtual sensor 15 after deletion (step ST202).
That is, the virtualsensor deleting unit 14 obtains the density of the virtual sensors 15 based on the number of virtual sensors 15 after the virtual sensor 15 to be deleted selected in step ST103 of FIG. 3 is deleted.
The calculation method of the density is the same method as the calculation of the density of thevirtual sensor 15 before deletion.
つまり、仮想センサ削除部14は、図3のステップST103で選択された削除対象の仮想センサ15が削除された後の仮想センサ15の個数に基づいて、仮想センサ15の密度を求める。
密度の算出方法は、削除前の仮想センサ15の密度の算出と同様の方法である。 Next, virtual
That is, the virtual
The calculation method of the density is the same method as the calculation of the density of the
次に、仮想センサ削除部14は、削除後の仮想センサ15の密度が不足するか否かを判定する(ステップST203)。つまり、仮想センサ削除部14は、削除後の仮想センサ15の密度が閾値未満であるか否かを判定する。
密度の閾値は、あらかじめ定義されていてもよいし、実センサおよび仮想センサ15の個数に応じて動的に決定されてもよい。 Next, the virtualsensor deletion unit 14 determines whether the density of the virtual sensor 15 after deletion is insufficient (step ST203). That is, the virtual sensor deletion unit 14 determines whether the density of the virtual sensor 15 after deletion is less than the threshold.
The threshold of density may be predefined, or may be determined dynamically according to the number of actual sensors andvirtual sensors 15.
密度の閾値は、あらかじめ定義されていてもよいし、実センサおよび仮想センサ15の個数に応じて動的に決定されてもよい。 Next, the virtual
The threshold of density may be predefined, or may be determined dynamically according to the number of actual sensors and
センサ管理装置1は、削除後の仮想センサ15の密度が不足する場合、すなわち、削除後の仮想センサ15の密度が閾値未満であれば(ステップST203でYES)、仮想センサ削除部14は、仮想センサ15の生成のために、仮想センサ15の属性値を定義する(ステップST204)。すなわち、仮想センサ削除部14は、新たに生成する仮想センサ15の属性情報を生成する。
この属性情報には、仮想センサ15の密度を算出するために必要な情報(例えば、座標)が含まれる。
仮想センサ削除部14は、実センサとの距離などのパラメータに基づいて、仮想センサ15の属性情報を生成する。
仮想センサ削除部14は、複数の仮想センサ15の属性情報をまとめて定義してもよい。
図5の例では、削除後の仮想センサ15の密度が閾値以上になるまで、仮想センサ削除部14はステップST202からステップST204までの処理を繰り返す。 If the density of thevirtual sensor 15 after deletion is insufficient, that is, if the density of the virtual sensor 15 after deletion is less than the threshold (YES in step ST203), the sensor management device 1 determines that the virtual sensor deletion unit 14 is virtual In order to generate the sensor 15, an attribute value of the virtual sensor 15 is defined (step ST204). That is, the virtual sensor deletion unit 14 generates attribute information of the virtual sensor 15 to be newly generated.
The attribute information includes information (e.g., coordinates) necessary to calculate the density of thevirtual sensor 15.
The virtualsensor deletion unit 14 generates attribute information of the virtual sensor 15 based on parameters such as the distance to the real sensor.
The virtualsensor deletion unit 14 may collectively define attribute information of a plurality of virtual sensors 15.
In the example of FIG. 5, the virtualsensor deleting unit 14 repeats the processing from step ST202 to step ST204 until the density of the virtual sensor 15 after deletion becomes equal to or higher than the threshold.
この属性情報には、仮想センサ15の密度を算出するために必要な情報(例えば、座標)が含まれる。
仮想センサ削除部14は、実センサとの距離などのパラメータに基づいて、仮想センサ15の属性情報を生成する。
仮想センサ削除部14は、複数の仮想センサ15の属性情報をまとめて定義してもよい。
図5の例では、削除後の仮想センサ15の密度が閾値以上になるまで、仮想センサ削除部14はステップST202からステップST204までの処理を繰り返す。 If the density of the
The attribute information includes information (e.g., coordinates) necessary to calculate the density of the
The virtual
The virtual
In the example of FIG. 5, the virtual
仮想センサ削除部14は、削除後の仮想センサ15の密度が閾値以上になると判定した場合(ステップST203でYES)に、仮想センサ生成部16に仮想センサ15の生成を要求し、仮想センサ生成部16が属性情報に従って仮想センサ15を生成する(ステップST205)。
前述したように、仮想センサ生成部16による仮想センサ15の生成方法は問わない。 When virtualsensor deletion unit 14 determines that the density of virtual sensor 15 after deletion is equal to or higher than the threshold (YES in step ST203), virtual sensor generation unit 16 is requested to generate virtual sensor 15, and virtual sensor generation unit 14 16 generates the virtual sensor 15 according to the attribute information (step ST205).
As described above, the method of generating thevirtual sensor 15 by the virtual sensor generation unit 16 is not limited.
前述したように、仮想センサ生成部16による仮想センサ15の生成方法は問わない。 When virtual
As described above, the method of generating the
次に、仮想センサ削除部14は、図3のステップST103で削除対象として選択されている仮想センサ15を削除する(ステップST206)。
仮想センサ15を削除する処理は、実施の形態1で示した処理と同じである。 Next, the virtualsensor deletion unit 14 deletes the virtual sensor 15 selected as the deletion target in step ST103 of FIG. 3 (step ST206).
The process of deleting thevirtual sensor 15 is the same as the process described in the first embodiment.
仮想センサ15を削除する処理は、実施の形態1で示した処理と同じである。 Next, the virtual
The process of deleting the
***実施の形態の効果の説明***
以上より、本実施の形態によれば、仮想センサを削除する場合でも、空間内の仮想センサの密度を一定レベル以上に保つことが可能となる。これにより、サービスへ与える影響を抑えて仮想センサを削除することができる。 *** Description of the effects of the embodiment ***
As described above, according to the present embodiment, even when the virtual sensor is deleted, the density of the virtual sensor in the space can be maintained at a certain level or more. Thus, the virtual sensor can be deleted while suppressing the influence on the service.
以上より、本実施の形態によれば、仮想センサを削除する場合でも、空間内の仮想センサの密度を一定レベル以上に保つことが可能となる。これにより、サービスへ与える影響を抑えて仮想センサを削除することができる。 *** Description of the effects of the embodiment ***
As described above, according to the present embodiment, even when the virtual sensor is deleted, the density of the virtual sensor in the space can be maintained at a certain level or more. Thus, the virtual sensor can be deleted while suppressing the influence on the service.
実施の形態3.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Third Embodiment
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Third Embodiment
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
***構成の説明***
図6は、実施の形態3に係るセンサ管理装置1の機能構成例を示す。
図1と比較して、図6では、アクセス確率推定部19とアクセスモデル蓄積部20が追加されている。
なお、本実施の形態に係るセンサ管理装置1のハードウェア構成例も、図18に示すとおりである。 *** Description of the configuration ***
FIG. 6 shows an example of a functional configuration of thesensor management device 1 according to the third embodiment.
Compared to FIG. 1, an accessprobability estimation unit 19 and an access model storage unit 20 are added in FIG.
Note that a hardware configuration example of thesensor management device 1 according to the present embodiment is also as shown in FIG.
図6は、実施の形態3に係るセンサ管理装置1の機能構成例を示す。
図1と比較して、図6では、アクセス確率推定部19とアクセスモデル蓄積部20が追加されている。
なお、本実施の形態に係るセンサ管理装置1のハードウェア構成例も、図18に示すとおりである。 *** Description of the configuration ***
FIG. 6 shows an example of a functional configuration of the
Compared to FIG. 1, an access
Note that a hardware configuration example of the
アクセス確率推定部19は、アクセスモデル蓄積部20から取得したアクセスモデルを用いてアクセス確率を推定する。
アクセス確率は、仮想センサ15の属性である。アクセス確率は、仮想センサ15へのアクセスの発生確率である。 The accessprobability estimation unit 19 estimates the access probability using the access model acquired from the access model storage unit 20.
The access probability is an attribute of thevirtual sensor 15. The access probability is an occurrence probability of access to the virtual sensor 15.
アクセス確率は、仮想センサ15の属性である。アクセス確率は、仮想センサ15へのアクセスの発生確率である。 The access
The access probability is an attribute of the
アクセスモデル蓄積部20は、アクセスモデルを蓄積する。
アクセスモデルとは、仮想センサ15の過去のアクセス履歴あるいはアクセス履歴から導くことができるアクセス傾向又はパターンを指す。
アクセスモデルの例は後述する。 The accessmodel storage unit 20 stores an access model.
The access model refers to an access tendency or pattern that can be derived from the past access history or access history of thevirtual sensor 15.
An example of the access model will be described later.
アクセスモデルとは、仮想センサ15の過去のアクセス履歴あるいはアクセス履歴から導くことができるアクセス傾向又はパターンを指す。
アクセスモデルの例は後述する。 The access
The access model refers to an access tendency or pattern that can be derived from the past access history or access history of the
An example of the access model will be described later.
本実施の形態では、削除対象選択部13は、属性情報取得部12から取得した属性情報と、アクセス確率推定部19から取得したアクセス確率を用いて、削除対象の仮想センサ15を選択する。
属性情報による判定は、実施の形態1と同じである。
削除対象選択部13は、アクセス確率について閾値を定義しておく。
削除対象選択部13は、アクセス確率についての閾値として、仮想センサ15の種類に応じて固定値を定義してもよいし、仮想センサ15の個数または実センサの個数によって動的に閾値を決定してもよい。 In the present embodiment, the deletiontarget selection unit 13 selects the virtual sensor 15 to be deleted using the attribute information acquired from the attribute information acquisition unit 12 and the access probability acquired from the access probability estimation unit 19.
The determination based on the attribute information is the same as in the first embodiment.
The deletiontarget selection unit 13 defines a threshold for the access probability.
The deletiontarget selection unit 13 may define a fixed value according to the type of the virtual sensor 15 as the threshold for the access probability, or dynamically determines the threshold according to the number of virtual sensors 15 or the number of real sensors. May be
属性情報による判定は、実施の形態1と同じである。
削除対象選択部13は、アクセス確率について閾値を定義しておく。
削除対象選択部13は、アクセス確率についての閾値として、仮想センサ15の種類に応じて固定値を定義してもよいし、仮想センサ15の個数または実センサの個数によって動的に閾値を決定してもよい。 In the present embodiment, the deletion
The determination based on the attribute information is the same as in the first embodiment.
The deletion
The deletion
図7は、本実施の形態に係るアクセスモデルの例を示す。
FIG. 7 shows an example of the access model according to the present embodiment.
IDの欄には、仮想センサ15の識別子が示される。識別子は、仮想センサ15を一意に識別するために仮想センサ15に割り振られた番号または記号である。アクセスモデルには、属性情報に記述される識別子と同じ識別子が記述される。
アクセス時刻の欄には、仮想センサ15に対するアクセスの発生時刻が示される。
アクセスユーザの欄には、仮想センサ15に対するアクセスを行ったアプリケーションまたはユーザが示される。
図7の例では、アクセスが発生するごとにアクセスモデルのレコードが1行追加される。
なお、アクセスモデルは1年間や1か月間などの単位期間に区切って管理してもよい。
単位期間が1年間であれば、季節ごとの特徴が示されるアクセスモデルを生成することができる。また、単位期間が1か月間であれば、直近での仮想センサ15の利用状況が示されるアクセスモデルを生成することができる。 In the ID column, the identifier of thevirtual sensor 15 is shown. The identifier is a number or a symbol assigned to the virtual sensor 15 to uniquely identify the virtual sensor 15. In the access model, the same identifier as the identifier described in the attribute information is described.
The time of access to thevirtual sensor 15 is indicated in the column of access time.
The access user column indicates the application or user who has made access to thevirtual sensor 15.
In the example of FIG. 7, one record of the access model is added each time access occurs.
The access model may be managed by dividing it into unit periods such as one year or one month.
If the unit period is one year, it is possible to generate an access model in which seasonal features are shown. In addition, if the unit period is one month, it is possible to generate an access model in which the latest usage condition of thevirtual sensor 15 is indicated.
アクセス時刻の欄には、仮想センサ15に対するアクセスの発生時刻が示される。
アクセスユーザの欄には、仮想センサ15に対するアクセスを行ったアプリケーションまたはユーザが示される。
図7の例では、アクセスが発生するごとにアクセスモデルのレコードが1行追加される。
なお、アクセスモデルは1年間や1か月間などの単位期間に区切って管理してもよい。
単位期間が1年間であれば、季節ごとの特徴が示されるアクセスモデルを生成することができる。また、単位期間が1か月間であれば、直近での仮想センサ15の利用状況が示されるアクセスモデルを生成することができる。 In the ID column, the identifier of the
The time of access to the
The access user column indicates the application or user who has made access to the
In the example of FIG. 7, one record of the access model is added each time access occurs.
The access model may be managed by dividing it into unit periods such as one year or one month.
If the unit period is one year, it is possible to generate an access model in which seasonal features are shown. In addition, if the unit period is one month, it is possible to generate an access model in which the latest usage condition of the
***動作の説明***
図8は、実施の形態3に係るセンサ管理装置1の動作例を示すフローチャートである。
図8の動作は、実施の形態1で説明した図3の動作の代わりに行われる。 *** Description of operation ***
FIG. 8 is a flowchart showing an operation example of thesensor management device 1 according to the third embodiment.
The operation of FIG. 8 is performed instead of the operation of FIG. 3 described in the first embodiment.
図8は、実施の形態3に係るセンサ管理装置1の動作例を示すフローチャートである。
図8の動作は、実施の形態1で説明した図3の動作の代わりに行われる。 *** Description of operation ***
FIG. 8 is a flowchart showing an operation example of the
The operation of FIG. 8 is performed instead of the operation of FIG. 3 described in the first embodiment.
ステップST301は、図3のステップST101と同じであるため、ステップST301の説明は省略する。
Since step ST301 is the same as step ST101 of FIG. 3, the description of step ST301 is omitted.
次に、アクセス確率推定部19が、削除対象の仮想センサ15を選択する処理に合わせて、アクセスモデル蓄積部20からアクセスモデルを取得する(ST302)。
Next, the access probability estimation unit 19 acquires an access model from the access model storage unit 20 in accordance with the process of selecting the virtual sensor 15 to be deleted (ST 302).
次に、アクセス確率推定部19は、取得したアクセスモデルを用いて、アクセス確率を推定する(ST303)。
アクセス確率推定部19は、確率モデルの形状が事前に分かっているのであればパラメトリックな手法により確率モデルを導出して、アクセス確率を推定してもよい。
また、確率モデルの形状が事前に分かっていないのであれば、アクセス確率推定部19は、ノンパラメトリックな手法により確率モデルを導出して、アクセス確率を推定してもよい。 Next, the accessprobability estimation unit 19 estimates the access probability using the acquired access model (ST 303).
If the shape of the probability model is known in advance, the accessprobability estimation unit 19 may estimate the access probability by deriving the probability model by a parametric method.
In addition, if the shape of the probabilistic model is not known in advance, the accessprobability estimating unit 19 may estimate the access probability by deriving the probabilistic model using a nonparametric method.
アクセス確率推定部19は、確率モデルの形状が事前に分かっているのであればパラメトリックな手法により確率モデルを導出して、アクセス確率を推定してもよい。
また、確率モデルの形状が事前に分かっていないのであれば、アクセス確率推定部19は、ノンパラメトリックな手法により確率モデルを導出して、アクセス確率を推定してもよい。 Next, the access
If the shape of the probability model is known in advance, the access
In addition, if the shape of the probabilistic model is not known in advance, the access
次に、削除対象選択部13が、ステップST301で取得した属性情報と、ステップST303でアクセス確率推定部19により推定されたアクセス確率を用いて、仮想センサ15が削除条件を満たすかどうか判定する(ステップST304)。
ステップST305~ステップST307は、図3のステップST103~ステップST105と同じであるため、ステップST305~ステップST307の説明は省略する。 Next, the deletiontarget selection unit 13 uses the attribute information acquired in step ST301 and the access probability estimated by the access probability estimation unit 19 in step ST303 to determine whether or not the virtual sensor 15 satisfies the deletion condition ( Step ST304).
Since step ST305 to step ST307 are the same as step ST103 to step ST105 of FIG. 3, the description of step ST305 to step ST307 is omitted.
ステップST305~ステップST307は、図3のステップST103~ステップST105と同じであるため、ステップST305~ステップST307の説明は省略する。 Next, the deletion
Since step ST305 to step ST307 are the same as step ST103 to step ST105 of FIG. 3, the description of step ST305 to step ST307 is omitted.
図8の例では、削除対象選択部13が属性情報とアクセス確率を用いて削除対象の仮想センサ15を選択するようにしている。これに代えて、削除対象選択部13は、単にアクセス確率だけを用いて削除対象の仮想センサ15を選択するようにしてもよい。
In the example of FIG. 8, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted using the attribute information and the access probability. Instead of this, the deletion target selection unit 13 may select the virtual sensor 15 to be deleted using only the access probability.
***実施の形態の効果の説明***
以上より、本実施の形態では、アクセス確率を用いて削除対象の仮想センサ15を選択する。このため、本実施の形態によれば、属性情報のみを用いて削除対象の仮想センサ15を選択する場合に比べて、仮想センサ15の個数をより適切に保つことができる。 *** Description of the effects of the embodiment ***
As described above, in the present embodiment, thevirtual sensor 15 to be deleted is selected using the access probability. Therefore, according to the present embodiment, the number of virtual sensors 15 can be more appropriately maintained as compared with the case where the virtual sensor 15 to be deleted is selected using only attribute information.
以上より、本実施の形態では、アクセス確率を用いて削除対象の仮想センサ15を選択する。このため、本実施の形態によれば、属性情報のみを用いて削除対象の仮想センサ15を選択する場合に比べて、仮想センサ15の個数をより適切に保つことができる。 *** Description of the effects of the embodiment ***
As described above, in the present embodiment, the
実施の形態4.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Fourth Embodiment
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Fourth Embodiment
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
***構成の説明***
図9は、実施の形態4に係るセンサ管理装置1の機能構成例を示す。
図1と比較して、図9では、実センサ検出部21が追加されている。 *** Description of the configuration ***
FIG. 9 shows an example of a functional configuration of thesensor management device 1 according to the fourth embodiment.
Compared with FIG. 1, in FIG. 9, an actualsensor detection unit 21 is added.
図9は、実施の形態4に係るセンサ管理装置1の機能構成例を示す。
図1と比較して、図9では、実センサ検出部21が追加されている。 *** Description of the configuration ***
FIG. 9 shows an example of a functional configuration of the
Compared with FIG. 1, in FIG. 9, an actual
実センサ検出部21は、仮想センサ15が設置されている空間での実センサの配置の変更を検出する。つまり、実センサ検出部21は、実センサの追加、設置位置の変更を検出する。
実センサ検出部21は、一定周期で実センサをサーチする方法によって実センサの配置の変更を検出することができる。また、実センサ検出部21は、実センサからの通知を受けるイベントドリブンな方法によって実センサの配置の変更を検出してもよい。 The actualsensor detection unit 21 detects a change in the arrangement of the actual sensors in the space where the virtual sensor 15 is installed. That is, the actual sensor detection unit 21 detects the addition of the actual sensor and the change of the installation position.
The actualsensor detection unit 21 can detect a change in the arrangement of the actual sensors by a method of searching for the actual sensors at a constant cycle. Further, the actual sensor detection unit 21 may detect a change in the arrangement of the actual sensors by an event-driven method that receives a notification from the actual sensors.
実センサ検出部21は、一定周期で実センサをサーチする方法によって実センサの配置の変更を検出することができる。また、実センサ検出部21は、実センサからの通知を受けるイベントドリブンな方法によって実センサの配置の変更を検出してもよい。 The actual
The actual
本実施の形態では、削除対象選択部13は、実センサの配置の変更後の各仮想センサ15の実センサとの位置関係に基づき、削除対象の仮想センサ15を選択する。
In the present embodiment, the deletion target selection unit 13 selects the virtual sensor 15 to be deleted based on the positional relationship between the real sensor and the real sensor after the change of the arrangement of the real sensor.
***動作の説明***
図10は、実施の形態4に係るセンサ管理装置1の動作例を示すフローチャートである。
図10の動作は、実施の形態1で説明した図3の動作の代わりに行われる。 *** Description of operation ***
FIG. 10 is a flowchart showing an operation example of thesensor management device 1 according to the fourth embodiment.
The operation of FIG. 10 is performed instead of the operation of FIG. 3 described in the first embodiment.
図10は、実施の形態4に係るセンサ管理装置1の動作例を示すフローチャートである。
図10の動作は、実施の形態1で説明した図3の動作の代わりに行われる。 *** Description of operation ***
FIG. 10 is a flowchart showing an operation example of the
The operation of FIG. 10 is performed instead of the operation of FIG. 3 described in the first embodiment.
先ず、実センサ検出部21が、実センサの状態から実センサの配置の変更を検出する(ST401)。
実センサ検出部21は、一定周期で実センサをサーチする方法によって実センサの配置の変更を検出することができる。また、実センサ検出部21は、実センサからの通知を受けるイベントドリブンな方法によって実センサの配置の変更を検出してもよい。 First, the actualsensor detection unit 21 detects a change in the arrangement of the actual sensor from the state of the actual sensor (ST401).
The actualsensor detection unit 21 can detect a change in the arrangement of the actual sensors by a method of searching for the actual sensors at a constant cycle. Further, the actual sensor detection unit 21 may detect a change in the arrangement of the actual sensors by an event-driven method that receives a notification from the actual sensors.
実センサ検出部21は、一定周期で実センサをサーチする方法によって実センサの配置の変更を検出することができる。また、実センサ検出部21は、実センサからの通知を受けるイベントドリブンな方法によって実センサの配置の変更を検出してもよい。 First, the actual
The actual
実センサ検出部21は、実センサの配置の変更を検出すると、その変更が実センサの追加またはいずれかの実センサの設置位置の変更によるものか否かを判定する(ステップST402)。
When detecting the change in the arrangement of the actual sensors, the actual sensor detection unit 21 determines whether the change is due to the addition of the actual sensors or the change in the installation position of any of the actual sensors (step ST402).
実センサの配置の変更が実センサの追加または実センサの設置位置の変更である場合(ステップST402でYES)は、削除対象選択部13が、属性情報取得部12を介して仮想センサ15の属性情報を属性情報蓄積部11から取得する(ステップST403)。
そして、削除対象選択部13は、各仮想センサ15の属性が削除条件を満たすか否かを判定する(ステップST404)。本実施の形態では、実センサからの距離の閾値が削除条件に記述されているものとする。削除対象選択部13は、実センサの追加または実センサの設置位置の変更により実センサとの距離が閾値未満となっている仮想センサ15を削除対象として選択する。
ステップST406及びステップST407は、図3のステップST104及びステップST105と同じであるため、ステップST406及びステップST407の説明は省略する。
一方、ステップST402において、実センサの配置の変更が実センサの削除である場合は、処理が終了する。 When the change of the arrangement of the actual sensor is the addition of the actual sensor or the change of the installation position of the actual sensor (YES in step ST402), the deletiontarget selection unit 13 detects the attribute of the virtual sensor 15 via the attribute information acquisition unit 12. Information is acquired from the attribute information storage unit 11 (step ST403).
Then, the deletiontarget selection unit 13 determines whether the attribute of each virtual sensor 15 satisfies the deletion condition (step ST404). In the present embodiment, it is assumed that the threshold value of the distance from the real sensor is described in the deletion condition. The deletion target selection unit 13 selects, as a deletion target, the virtual sensor 15 in which the distance to the real sensor is less than the threshold value by adding the real sensor or changing the installation position of the real sensor.
Since step ST406 and step ST407 are the same as step ST104 and step ST105 of FIG. 3, the description of step ST406 and step ST407 is omitted.
On the other hand, when the change of the arrangement of the actual sensor is the deletion of the actual sensor in step ST402, the process ends.
そして、削除対象選択部13は、各仮想センサ15の属性が削除条件を満たすか否かを判定する(ステップST404)。本実施の形態では、実センサからの距離の閾値が削除条件に記述されているものとする。削除対象選択部13は、実センサの追加または実センサの設置位置の変更により実センサとの距離が閾値未満となっている仮想センサ15を削除対象として選択する。
ステップST406及びステップST407は、図3のステップST104及びステップST105と同じであるため、ステップST406及びステップST407の説明は省略する。
一方、ステップST402において、実センサの配置の変更が実センサの削除である場合は、処理が終了する。 When the change of the arrangement of the actual sensor is the addition of the actual sensor or the change of the installation position of the actual sensor (YES in step ST402), the deletion
Then, the deletion
Since step ST406 and step ST407 are the same as step ST104 and step ST105 of FIG. 3, the description of step ST406 and step ST407 is omitted.
On the other hand, when the change of the arrangement of the actual sensor is the deletion of the actual sensor in step ST402, the process ends.
***実施の形態の効果の説明***
以上より、本実施の形態によれば、実センサの追加または設置位置の変更に合わせて不要な仮想センサ15を削除することができる。これにより、本実施の形態によれば、センシングの密度を損なうことなく、仮想センサ15の個数を適切に保つことができる。 *** Description of the effects of the embodiment ***
As mentioned above, according to this embodiment, unnecessaryvirtual sensor 15 can be deleted according to addition of an actual sensor or change of an installation position. Thereby, according to the present embodiment, the number of virtual sensors 15 can be appropriately maintained without losing the density of sensing.
以上より、本実施の形態によれば、実センサの追加または設置位置の変更に合わせて不要な仮想センサ15を削除することができる。これにより、本実施の形態によれば、センシングの密度を損なうことなく、仮想センサ15の個数を適切に保つことができる。 *** Description of the effects of the embodiment ***
As mentioned above, according to this embodiment, unnecessary
実施の形態5.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。Embodiment 5
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
***構成の説明***
図11は、実施の形態5に係るセンサ管理装置1の機能構成例を示す。
図1と比較して、図11では、故障センサ検出部22が追加されている。
なお、本実施の形態に係るセンサ管理装置1のハードウェア構成例も、図18に示すとおりである。 *** Description of the configuration ***
FIG. 11 shows a functional configuration example of thesensor management device 1 according to the fifth embodiment.
Compared to FIG. 1, in FIG. 11, a failuresensor detection unit 22 is added.
Note that a hardware configuration example of thesensor management device 1 according to the present embodiment is also as shown in FIG.
図11は、実施の形態5に係るセンサ管理装置1の機能構成例を示す。
図1と比較して、図11では、故障センサ検出部22が追加されている。
なお、本実施の形態に係るセンサ管理装置1のハードウェア構成例も、図18に示すとおりである。 *** Description of the configuration ***
FIG. 11 shows a functional configuration example of the
Compared to FIG. 1, in FIG. 11, a failure
Note that a hardware configuration example of the
故障センサ検出部22は、仮想センサ15が設置されている空間に設置されている実センサの状態を確認し、実センサの故障を検出する。
故障センサ検出部22は、一定周期で実センサをサーチする方法によって実センサの故障を検出することができる。また、故障センサ検出部22は、実センサからの通知を受けるイベントドリブンな方法によって実センサの故障を検出してもよい。
なお、以下では、故障センサ検出部22が検出した、故障している実センサを故障センサともいう。 The failuresensor detection unit 22 confirms the state of the actual sensor installed in the space where the virtual sensor 15 is installed, and detects the failure of the actual sensor.
The failuresensor detection unit 22 can detect a failure of an actual sensor by a method of searching for the actual sensor at a constant cycle. Further, the failure sensor detection unit 22 may detect the failure of the actual sensor by an event-driven method that receives a notification from the actual sensor.
In the following, the actual sensor having a fault detected by the faultsensor detection unit 22 is also referred to as a fault sensor.
故障センサ検出部22は、一定周期で実センサをサーチする方法によって実センサの故障を検出することができる。また、故障センサ検出部22は、実センサからの通知を受けるイベントドリブンな方法によって実センサの故障を検出してもよい。
なお、以下では、故障センサ検出部22が検出した、故障している実センサを故障センサともいう。 The failure
The failure
In the following, the actual sensor having a fault detected by the fault
本実施の形態では、仮想センサ生成部16は、故障センサを代替する仮想センサ15を生成する。
In the present embodiment, the virtual sensor generation unit 16 generates a virtual sensor 15 that substitutes for the failure sensor.
***動作の説明***
図12は、実施の形態5に係るセンサ管理装置1の動作例を示すフローチャートである。
図12の動作は、図3の動作、図5の動作、図8の動作及び図10の動作とは独立に行われる。 *** Description of operation ***
FIG. 12 is a flowchart showing an operation example of thesensor management device 1 according to the fifth embodiment.
The operation of FIG. 12 is performed independently of the operation of FIG. 3, the operation of FIG. 5, the operation of FIG. 8, and the operation of FIG.
図12は、実施の形態5に係るセンサ管理装置1の動作例を示すフローチャートである。
図12の動作は、図3の動作、図5の動作、図8の動作及び図10の動作とは独立に行われる。 *** Description of operation ***
FIG. 12 is a flowchart showing an operation example of the
The operation of FIG. 12 is performed independently of the operation of FIG. 3, the operation of FIG. 5, the operation of FIG. 8, and the operation of FIG.
先ず、故障センサ検出部22は、実センサの状態の変化を検出する(ステップST501)。
故障センサ検出部22は、一定周期で実センサをサーチする方法によって実センサの状態の変化を検出することができる。また、故障センサ検出部22は、実センサからの通知を受けるイベントドリブンな方法によって実センサの状態の変化を検出してもよい。 First, the failuresensor detection unit 22 detects a change in the state of an actual sensor (step ST501).
The failuresensor detection unit 22 can detect a change in the state of the real sensor by a method of searching the real sensor in a constant cycle. In addition, the failure sensor detection unit 22 may detect a change in the state of the real sensor by an event-driven method that receives a notification from the real sensor.
故障センサ検出部22は、一定周期で実センサをサーチする方法によって実センサの状態の変化を検出することができる。また、故障センサ検出部22は、実センサからの通知を受けるイベントドリブンな方法によって実センサの状態の変化を検出してもよい。 First, the failure
The failure
次に、故障センサ検出部22は、ステップST501で検出した実センサの状態の変化が実センサの故障によるものか否かを判定する(ステップST502)。
例えば、実センサが故障した際に発生する状態の変化のパターンが示されるパターン情報が補助記憶装置104に格納されているものとする。故障センサ検出部22は、補助記憶装置104からパターン情報を読み出し、ステップST501で検出した状態の変化とパターン情報とを照合することで、ステップST501で検出した実センサの状態の変化が実センサの故障によるものか否かを判定する。 Next, the failuresensor detection unit 22 determines whether or not the change in the state of the actual sensor detected in step ST501 is due to the failure of the actual sensor (step ST502).
For example, it is assumed that theauxiliary storage device 104 stores pattern information in which a pattern of change in state that occurs when the actual sensor fails. The failure sensor detection unit 22 reads out the pattern information from the auxiliary storage device 104, and collates the change in the state detected in step ST501 with the pattern information so that the change in the state of the actual sensor detected in step ST501 is an actual sensor. It is determined whether or not it is due to a failure.
例えば、実センサが故障した際に発生する状態の変化のパターンが示されるパターン情報が補助記憶装置104に格納されているものとする。故障センサ検出部22は、補助記憶装置104からパターン情報を読み出し、ステップST501で検出した状態の変化とパターン情報とを照合することで、ステップST501で検出した実センサの状態の変化が実センサの故障によるものか否かを判定する。 Next, the failure
For example, it is assumed that the
故障センサ検出部22が実センサが故障していると判定した場合(ステップST502でYES)に、仮想センサ生成部16が仮想センサ15の生成のために、仮想センサ15の属性値を定義する(ステップST503)。すなわち、仮想センサ生成部16は、新たに生成する仮想センサ15の属性情報を生成する。
より具体的には、仮想センサ生成部16は、故障センサの属性情報を取得し、取得した故障センサの属性情報に基づき、故障センサと同じ機種、故障センサと同じ座標が定義される属性情報を生成する(ST503からST504)。
仮想センサ生成部16は、属性情報に基づき、故障センサと同じ機種の仮想センサ15を、故障センサと同じ座標に生成する。 If the failuresensor detection unit 22 determines that the actual sensor is broken (YES in step ST 502), the virtual sensor generation unit 16 defines attribute values of the virtual sensor 15 for generation of the virtual sensor 15 (FIG. Step ST503). That is, the virtual sensor generation unit 16 generates attribute information of the virtual sensor 15 to be newly generated.
More specifically, the virtualsensor generation unit 16 acquires attribute information of the failure sensor, and based on the acquired attribute information of the failure sensor, attribute information in which the same model as the failure sensor and the same coordinates as the failure sensor are defined Generate (ST 503 to ST 504).
The virtualsensor generation unit 16 generates the virtual sensor 15 of the same model as the failure sensor on the same coordinates as the failure sensor based on the attribute information.
より具体的には、仮想センサ生成部16は、故障センサの属性情報を取得し、取得した故障センサの属性情報に基づき、故障センサと同じ機種、故障センサと同じ座標が定義される属性情報を生成する(ST503からST504)。
仮想センサ生成部16は、属性情報に基づき、故障センサと同じ機種の仮想センサ15を、故障センサと同じ座標に生成する。 If the failure
More specifically, the virtual
The virtual
***実施の形態の効果の説明***
以上より、本実施の形態によれば、実センサの故障に合わせて新しい仮想センサ15を追加することができる。これにより、本実施の形態によれば、実センサが故障した場合であっても、センシングの密度を損なうことなく、仮想センサ15の個数を適切に保つことができる。 *** Description of the effects of the embodiment ***
As described above, according to the present embodiment, a newvirtual sensor 15 can be added according to the failure of the actual sensor. Thus, according to the present embodiment, even when the actual sensor fails, the number of virtual sensors 15 can be appropriately maintained without losing the density of sensing.
以上より、本実施の形態によれば、実センサの故障に合わせて新しい仮想センサ15を追加することができる。これにより、本実施の形態によれば、実センサが故障した場合であっても、センシングの密度を損なうことなく、仮想センサ15の個数を適切に保つことができる。 *** Description of the effects of the embodiment ***
As described above, according to the present embodiment, a new
実施の形態6.
本実施の形態では、主に実施の形態5との差異を説明する。
なお、以下で説明していない事項は、実施の形態5と同様である。 Sixth Embodiment
In the present embodiment, differences from the fifth embodiment will be mainly described.
The items not described below are the same as in the fifth embodiment.
本実施の形態では、主に実施の形態5との差異を説明する。
なお、以下で説明していない事項は、実施の形態5と同様である。 Sixth Embodiment
In the present embodiment, differences from the fifth embodiment will be mainly described.
The items not described below are the same as in the fifth embodiment.
***構成の説明***
図13は、実施の形態6に係るセンサ管理装置1の機能構成例を示す。
図11と比較して、図13では、仮想センサ再構成部23が追加されている。 *** Description of the configuration ***
FIG. 13 shows an example of a functional configuration of thesensor management device 1 according to the sixth embodiment.
Compared with FIG. 11, in FIG. 13, a virtualsensor reconfiguration unit 23 is added.
図13は、実施の形態6に係るセンサ管理装置1の機能構成例を示す。
図11と比較して、図13では、仮想センサ再構成部23が追加されている。 *** Description of the configuration ***
FIG. 13 shows an example of a functional configuration of the
Compared with FIG. 11, in FIG. 13, a virtual
仮想センサ再構成部23は、故障センサに依存する仮想センサを故障依存仮想センサとして抽出する。そして、仮想センサ再構成部23は、故障依存仮想センサが故障センサ以外の実センサに依存するように故障依存仮想センサの属性を変更する。
The virtual sensor reconfiguration unit 23 extracts a virtual sensor dependent on the fault sensor as a fault-dependent virtual sensor. Then, the virtual sensor reconfiguration unit 23 changes the attribute of the fault-dependent virtual sensor such that the fault-dependent virtual sensor depends on an actual sensor other than the fault sensor.
なお、本実施の形態では、属性情報には、仮想センサ15ごとに、仮想センサ15が依存している(センサ値を参照している)実センサの識別子が示されるものとする。
In the present embodiment, it is assumed that the attribute information indicates, for each virtual sensor 15, an identifier of an actual sensor that is dependent on the virtual sensor 15 (refers to a sensor value).
***動作の説明***
図14は、実施の形態6に係るセンサ管理装置1の動作例を示すフローチャートである。
図14の動作は、例えば、図12の動作に代えて行われる。また、図14の動作は、図12の動作とともに行われてもよい。図14の動作が図12の動作とともに行われる場合は、図14のステップST601及びステップST602は省略される。 *** Description of operation ***
FIG. 14 is a flowchart showing an operation example of thesensor management device 1 according to the sixth embodiment.
The operation of FIG. 14 is performed, for example, instead of the operation of FIG. In addition, the operation of FIG. 14 may be performed together with the operation of FIG. When the operation of FIG. 14 is performed together with the operation of FIG. 12, step ST601 and step ST602 of FIG. 14 are omitted.
図14は、実施の形態6に係るセンサ管理装置1の動作例を示すフローチャートである。
図14の動作は、例えば、図12の動作に代えて行われる。また、図14の動作は、図12の動作とともに行われてもよい。図14の動作が図12の動作とともに行われる場合は、図14のステップST601及びステップST602は省略される。 *** Description of operation ***
FIG. 14 is a flowchart showing an operation example of the
The operation of FIG. 14 is performed, for example, instead of the operation of FIG. In addition, the operation of FIG. 14 may be performed together with the operation of FIG. When the operation of FIG. 14 is performed together with the operation of FIG. 12, step ST601 and step ST602 of FIG. 14 are omitted.
ステップST601及びステップST602は、図12のステップST501及びステップST502と同様であるため、ステップST601及びステップST602の説明は省略する。
Since step ST601 and step ST602 are the same as step ST501 and step ST502 of FIG. 12, the description of step ST601 and step ST602 is omitted.
故障センサ検出部22が実センサが故障していると判定した場合(ステップST502でYES)に、仮想センサ再構成部23が仮想センサ15の属性情報を属性情報蓄積部11から取得する(ステップST603)。
図14の例では、仮想センサ再構成部23は、各仮想センサ15の属性情報を順次取得しているが、仮想センサ再構成部23は、複数の仮想センサ15の属性情報を並行して取得してもよい。 If the failuresensor detection unit 22 determines that the real sensor is broken (YES in step ST502), the virtual sensor reconfiguration unit 23 acquires attribute information of the virtual sensor 15 from the attribute information storage unit 11 (step ST603). ).
In the example of FIG. 14, the virtualsensor reconfiguration unit 23 sequentially acquires attribute information of each virtual sensor 15, but the virtual sensor reconfiguration unit 23 acquires attribute information of a plurality of virtual sensors 15 in parallel. You may
図14の例では、仮想センサ再構成部23は、各仮想センサ15の属性情報を順次取得しているが、仮想センサ再構成部23は、複数の仮想センサ15の属性情報を並行して取得してもよい。 If the failure
In the example of FIG. 14, the virtual
仮想センサ再構成部23は、取得した属性情報を用いて、仮想センサ15ごとに、仮想センサ15の属性が再構成条件を満たすか否かを判定する(ステップST604)。
再構成条件には、仮想センサ15が、故障センサに依存している(故障センサのセンサ値を参照している)という条件が記述される。
仮想センサ再構成部23は、仮想センサ15ごとに、属性情報を用いて、依存先の実センサを調査し、故障センサに依存している仮想センサ15を故障依存仮想センサとして抽出する。 The virtualsensor reconfiguration unit 23 determines, for each virtual sensor 15, whether or not the attribute of the virtual sensor 15 satisfies the reconstruction condition, using the acquired attribute information (step ST604).
The reconstruction condition describes the condition that thevirtual sensor 15 depends on the failure sensor (refers to the sensor value of the failure sensor).
The virtualsensor reconfiguration unit 23 investigates the dependent real sensor using attribute information for each virtual sensor 15, and extracts the virtual sensor 15 depending on the faulty sensor as a fault-dependent virtual sensor.
再構成条件には、仮想センサ15が、故障センサに依存している(故障センサのセンサ値を参照している)という条件が記述される。
仮想センサ再構成部23は、仮想センサ15ごとに、属性情報を用いて、依存先の実センサを調査し、故障センサに依存している仮想センサ15を故障依存仮想センサとして抽出する。 The virtual
The reconstruction condition describes the condition that the
The virtual
仮想センサ再構成部23は、再構成条件を満たす仮想センサ15が存在する場合(ステップST604でYES)、すなわち、故障依存仮想センサが存在する場合に、故障依存仮想センサを再構成する(ステップST605)。
再構成とは、故障依存仮想センサが依存する(センサ値を参照する)実センサを、故障センサから別の実センサに変更することである。
つまり、仮想センサ再構成部23は、故障依存仮想センサの属性情報上で、故障依存仮想センサの故障センサへの依存関係を削除し、故障センサ以外の実センサへの依存関係を追加する。 If there is avirtual sensor 15 that satisfies the reconfiguration condition (YES in step ST604), that is, if there is a fault-dependent virtual sensor, virtual sensor reconfiguration unit 23 reconfigures the fault-dependent virtual sensor (step ST605). ).
Reconfiguration is to change the real sensor that the fault-dependent virtual sensor depends on (refers to the sensor value) from the fault sensor to another real sensor.
That is, on the attribute information of the fault dependent virtual sensor, the virtualsensor reconfiguration unit 23 deletes the dependency of the fault dependent virtual sensor on the fault sensor, and adds the dependency on an actual sensor other than the fault sensor.
再構成とは、故障依存仮想センサが依存する(センサ値を参照する)実センサを、故障センサから別の実センサに変更することである。
つまり、仮想センサ再構成部23は、故障依存仮想センサの属性情報上で、故障依存仮想センサの故障センサへの依存関係を削除し、故障センサ以外の実センサへの依存関係を追加する。 If there is a
Reconfiguration is to change the real sensor that the fault-dependent virtual sensor depends on (refers to the sensor value) from the fault sensor to another real sensor.
That is, on the attribute information of the fault dependent virtual sensor, the virtual
仮想センサ再構成部23は、全ての仮想センサ15に対して、ステップST603からステップST605の処理を行った場合(ステップST606)に、処理を終了する。
When the processing from step ST603 to step ST605 has been performed on all the virtual sensors 15 (step ST606), the virtual sensor reconfiguration unit 23 ends the processing.
***実施の形態の効果の説明***
以上より、本実施の形態によれば、実センサの故障に合わせて仮想センサ15を再構成することができる。これにより、本実施の形態によれば、実センサが故障した場合であっても、仮想センサ15の精度劣化を一定レベルに抑制することができ、この結果、センシング密度を損なうことなく、仮想センサ15の個数を適切に保つことができる。 *** Description of the effects of the embodiment ***
As mentioned above, according to this embodiment,virtual sensor 15 can be reconfigured according to the failure of an actual sensor. Thereby, according to the present embodiment, even when the actual sensor fails, accuracy degradation of the virtual sensor 15 can be suppressed to a certain level, and as a result, the virtual sensor can be maintained without losing the sensing density. The number of 15 can be maintained properly.
以上より、本実施の形態によれば、実センサの故障に合わせて仮想センサ15を再構成することができる。これにより、本実施の形態によれば、実センサが故障した場合であっても、仮想センサ15の精度劣化を一定レベルに抑制することができ、この結果、センシング密度を損なうことなく、仮想センサ15の個数を適切に保つことができる。 *** Description of the effects of the embodiment ***
As mentioned above, according to this embodiment,
実施の形態7.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Embodiment 7
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
本実施の形態では、主に実施の形態1との差異を説明する。
なお、以下で説明していない事項は、実施の形態1と同様である。 Embodiment 7
In the present embodiment, the difference from the first embodiment will be mainly described.
The items not described below are the same as in the first embodiment.
図15は、実施の形態7に係るセンサ管理システムの構成例を示す。
FIG. 15 shows a configuration example of a sensor management system according to the seventh embodiment.
本実施の形態に係るセンサ管理システムは、センサ管理装置1、Webサーバ装置4及び端末装置5を含む。
センサ管理装置1は、実施の形態1~6において示したセンサ管理装置1であり、実センサ2及び仮想センサ3を管理する。
また、本実施の形態では、センサ管理装置1は、Webサーバ装置4と、実センサ2及び仮想センサ3との間のインタフェースを提供する役割を担う。 The sensor management system according to the present embodiment includes asensor management device 1, a web server device 4, and a terminal device 5.
Thesensor management device 1 is the sensor management device 1 described in the first to sixth embodiments, and manages the actual sensor 2 and the virtual sensor 3.
Further, in the present embodiment, thesensor management device 1 plays a role of providing an interface between the web server device 4 and the real sensor 2 and the virtual sensor 3.
センサ管理装置1は、実施の形態1~6において示したセンサ管理装置1であり、実センサ2及び仮想センサ3を管理する。
また、本実施の形態では、センサ管理装置1は、Webサーバ装置4と、実センサ2及び仮想センサ3との間のインタフェースを提供する役割を担う。 The sensor management system according to the present embodiment includes a
The
Further, in the present embodiment, the
実センサ2は、実施の形態1~6で説明した実センサである。
仮想センサ3は、実施の形態1~6で説明した仮想センサ15である。仮想センサ3は、センサ管理装置1によって生成され、削除される。 Theactual sensor 2 is the actual sensor described in the first to sixth embodiments.
Thevirtual sensor 3 is the virtual sensor 15 described in the first to sixth embodiments. The virtual sensor 3 is generated by the sensor management device 1 and deleted.
仮想センサ3は、実施の形態1~6で説明した仮想センサ15である。仮想センサ3は、センサ管理装置1によって生成され、削除される。 The
The
Webサーバ装置4は、センサデータを利用したサービスを提供する。
Webサーバ装置4で実行されるアプリケーションは、センサ管理装置1のインタフェースを用いてセンサデータを取得してサービスを提供する。
本実施の形態では、サービスは、Webサービスとして実現されることを想定している。 Theweb server device 4 provides a service using sensor data.
The application executed by theWeb server device 4 acquires sensor data using the interface of the sensor management device 1 to provide a service.
In the present embodiment, it is assumed that the service is realized as a web service.
Webサーバ装置4で実行されるアプリケーションは、センサ管理装置1のインタフェースを用いてセンサデータを取得してサービスを提供する。
本実施の形態では、サービスは、Webサービスとして実現されることを想定している。 The
The application executed by the
In the present embodiment, it is assumed that the service is realized as a web service.
端末装置5は、エンドユーザがWebサーバ装置4によるサービスを受けるために利用する。
端末装置5は、例えば、パーソナルコンピュータ、スマートデバイス(タブレット端末、スマートフォン、スマートウォッチ)である。
エンドユーザは、端末装置5を用いてWebサーバ装置4によるセンサデータを用いたサービスを利用する。 Theterminal device 5 is used by an end user to receive a service from the Web server device 4.
Theterminal device 5 is, for example, a personal computer or a smart device (tablet terminal, smart phone, smart watch).
The end user uses theterminal device 5 to use the service using sensor data by the Web server device 4.
端末装置5は、例えば、パーソナルコンピュータ、スマートデバイス(タブレット端末、スマートフォン、スマートウォッチ)である。
エンドユーザは、端末装置5を用いてWebサーバ装置4によるセンサデータを用いたサービスを利用する。 The
The
The end user uses the
図16は、エンドユーザが削除対象の仮想センサ3を指定する際に端末装置5に表示される画面の例を示す。
ユーザは図16の画面を用いて削除対象の仮想センサ3を指定する。
図16の例では、ユーザは、縦(X)、横(Y)、高さ(Z)の座標で削除対象の仮想センサ3を指定することができる。また、ユーザは、座標の範囲で削除対象の仮想センサ3を指定するもできる。更に、ユーザは、センサIDを用いて削除対象の仮想センサ3を指定することもできる。
ユーザが削除ボタンをクリックすると、仮想センサの削除が実行される。
また、ユーザは、仮想センサ3の他の属性値を用いて削除対象の仮想センサ3を指定することもできる。
例えば、端末装置5がセンサ管理装置1にアクセスすることにより、センサ管理装置1から端末装置5に図16に示す画面が送信され、端末装置5のディスプレイ上に図16に示す画面が表示される。
センサ管理装置1では、削除対象選択部13は、図16に示す画面を通してエンドユーザにより指定された仮想センサ3を削除する。 FIG. 16 shows an example of a screen displayed on theterminal device 5 when the end user designates the virtual sensor 3 to be deleted.
The user designates thevirtual sensor 3 to be deleted using the screen of FIG.
In the example of FIG. 16, the user can specify thevirtual sensor 3 to be deleted on the coordinates of vertical (X), horizontal (Y), and height (Z). The user can also specify the virtual sensor 3 to be deleted in the range of coordinates. Furthermore, the user can also specify the virtual sensor 3 to be deleted using the sensor ID.
When the user clicks the delete button, deletion of the virtual sensor is performed.
The user can also specify thevirtual sensor 3 to be deleted using another attribute value of the virtual sensor 3.
For example, when theterminal device 5 accesses the sensor management device 1, the screen shown in FIG. 16 is transmitted from the sensor management device 1 to the terminal device 5 and the screen shown in FIG. 16 is displayed on the display of the terminal device 5. .
In thesensor management device 1, the deletion target selection unit 13 deletes the virtual sensor 3 specified by the end user through the screen shown in FIG.
ユーザは図16の画面を用いて削除対象の仮想センサ3を指定する。
図16の例では、ユーザは、縦(X)、横(Y)、高さ(Z)の座標で削除対象の仮想センサ3を指定することができる。また、ユーザは、座標の範囲で削除対象の仮想センサ3を指定するもできる。更に、ユーザは、センサIDを用いて削除対象の仮想センサ3を指定することもできる。
ユーザが削除ボタンをクリックすると、仮想センサの削除が実行される。
また、ユーザは、仮想センサ3の他の属性値を用いて削除対象の仮想センサ3を指定することもできる。
例えば、端末装置5がセンサ管理装置1にアクセスすることにより、センサ管理装置1から端末装置5に図16に示す画面が送信され、端末装置5のディスプレイ上に図16に示す画面が表示される。
センサ管理装置1では、削除対象選択部13は、図16に示す画面を通してエンドユーザにより指定された仮想センサ3を削除する。 FIG. 16 shows an example of a screen displayed on the
The user designates the
In the example of FIG. 16, the user can specify the
When the user clicks the delete button, deletion of the virtual sensor is performed.
The user can also specify the
For example, when the
In the
図17は、センサ管理装置1の外部から仮想センサ15を削除するために、センサ管理装置1が提供するインタフェースの例を示す。
FIG. 17 shows an example of an interface provided by the sensor management device 1 in order to delete the virtual sensor 15 from the outside of the sensor management device 1.
センサ管理装置1は、外部に対してインタフェースを提供する。センサ管理装置1が提供するインタフェースにより、外部のアプリケーションは、仮想センサ3を削除することができる。
URL1は、削除対象の仮想センサ3をセンサIDで指定し、指定した仮想センサ3を削除するためのインタフェースの例である。
URL2は、削除対象の仮想センサ3を座標で指定し、指定した仮想センサ3を削除するためのインタフェースの例である。
URL3は、削除対象の仮想センサ3を階層構造で指定し、指定した仮想センサ3を削除するためのインタフェースの例である。 Thesensor management device 1 provides an interface to the outside. The external application can delete the virtual sensor 3 by the interface provided by the sensor management device 1.
TheURL 1 is an example of an interface for specifying the virtual sensor 3 to be deleted with a sensor ID and deleting the specified virtual sensor 3.
TheURL 2 is an example of an interface for specifying the virtual sensor 3 to be deleted by coordinates and deleting the specified virtual sensor 3.
TheURL 3 is an example of an interface for specifying the virtual sensor 3 to be deleted in a hierarchical structure and deleting the specified virtual sensor 3.
URL1は、削除対象の仮想センサ3をセンサIDで指定し、指定した仮想センサ3を削除するためのインタフェースの例である。
URL2は、削除対象の仮想センサ3を座標で指定し、指定した仮想センサ3を削除するためのインタフェースの例である。
URL3は、削除対象の仮想センサ3を階層構造で指定し、指定した仮想センサ3を削除するためのインタフェースの例である。 The
The
The
The
以上より、本実施の形態によれば、エンドユーザは、実センサと仮想センサを用いたサービスを利用することができる。また、本実施の形態によれば、サービスに影響を与えないように仮想センサの個数を適切に保つことができる。
As described above, according to the present embodiment, an end user can use a service using an actual sensor and a virtual sensor. Further, according to the present embodiment, the number of virtual sensors can be appropriately maintained so as not to affect the service.
以上、本発明の実施の形態について説明したが、これらの実施の形態のうち、2つ以上を組み合わせて実施しても構わない。
あるいは、これらの実施の形態のうち、1つを部分的に実施しても構わない。
あるいは、これらの実施の形態のうち、2つ以上を部分的に組み合わせて実施しても構わない。
なお、本発明は、これらの実施の形態に限定されるものではなく、必要に応じて種々の変更が可能である。 As mentioned above, although embodiment of this invention was described, you may combine and implement two or more among these embodiment.
Alternatively, one of these embodiments may be partially implemented.
Alternatively, two or more of these embodiments may be implemented in combination.
The present invention is not limited to these embodiments, and various modifications can be made as needed.
あるいは、これらの実施の形態のうち、1つを部分的に実施しても構わない。
あるいは、これらの実施の形態のうち、2つ以上を部分的に組み合わせて実施しても構わない。
なお、本発明は、これらの実施の形態に限定されるものではなく、必要に応じて種々の変更が可能である。 As mentioned above, although embodiment of this invention was described, you may combine and implement two or more among these embodiment.
Alternatively, one of these embodiments may be partially implemented.
Alternatively, two or more of these embodiments may be implemented in combination.
The present invention is not limited to these embodiments, and various modifications can be made as needed.
***ハードウェア構成の説明***
最後に、センサ管理装置1のハードウェア構成の補足説明を行う。
図18に示すプロセッサ101は、プロセッシングを行うIC(Integrated Circuit)である。
プロセッサ101は、CPU(Central Processing Unit)、DSP(Digital Signal Processor)等である。
図18に示すメモリ102は、RAM(Random Access Memory)である。
図18に示す補助記憶装置104は、ROM(Read Only Memory)、フラッシュメモリ、HDD(Hard Disk Drive)等である。
図18に示す通信インタフェース103は、通信処理を実行する電子回路である。
通信インタフェース103は、例えば、通信チップ又はNIC(Network Interface Card)である。 *** Description of hardware configuration ***
Finally, a supplementary description of the hardware configuration of thesensor management device 1 will be made.
Theprocessor 101 illustrated in FIG. 18 is an integrated circuit (IC) that performs processing.
Theprocessor 101 is a central processing unit (CPU), a digital signal processor (DSP), or the like.
Amemory 102 illustrated in FIG. 18 is a random access memory (RAM).
Theauxiliary storage device 104 illustrated in FIG. 18 is a read only memory (ROM), a flash memory, a hard disk drive (HDD), or the like.
Thecommunication interface 103 illustrated in FIG. 18 is an electronic circuit that executes communication processing.
Thecommunication interface 103 is, for example, a communication chip or a NIC (Network Interface Card).
最後に、センサ管理装置1のハードウェア構成の補足説明を行う。
図18に示すプロセッサ101は、プロセッシングを行うIC(Integrated Circuit)である。
プロセッサ101は、CPU(Central Processing Unit)、DSP(Digital Signal Processor)等である。
図18に示すメモリ102は、RAM(Random Access Memory)である。
図18に示す補助記憶装置104は、ROM(Read Only Memory)、フラッシュメモリ、HDD(Hard Disk Drive)等である。
図18に示す通信インタフェース103は、通信処理を実行する電子回路である。
通信インタフェース103は、例えば、通信チップ又はNIC(Network Interface Card)である。 *** Description of hardware configuration ***
Finally, a supplementary description of the hardware configuration of the
The
The
A
The
The
The
また、補助記憶装置104には、OS(Operating System)も記憶されている。
そして、OSの少なくとも一部がプロセッサ101により実行される。
プロセッサ101はOSの少なくとも一部を実行しながら、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の機能を実現するプログラムを実行する。
プロセッサ101がOSを実行することで、タスク管理、メモリ管理、ファイル管理、通信制御等が行われる。
また、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の処理の結果を示す情報、データ、信号値及び変数値の少なくともいずれかが、メモリ102、補助記憶装置104、プロセッサ101内のレジスタ及びキャッシュメモリの少なくともいずれかに記憶される。
また、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の機能を実現するプログラムは、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ブルーレイ(登録商標)ディスク、DVD等の可搬記憶媒体に記憶されてもよい。 Further, an OS (Operating System) is also stored in theauxiliary storage device 104.
Then, at least a part of the OS is executed by theprocessor 101.
Theprocessor 101 executes at least a part of the OS, while the attribute information acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, A program that implements the functions of the access probability estimation unit 19, the actual sensor detection unit 21, the failure sensor detection unit 22, and the virtual sensor reconfiguration unit 23 is executed.
As theprocessor 101 executes the OS, task management, memory management, file management, communication control and the like are performed.
The attributeinformation acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, the access probability estimation unit 19, and the actual sensor detection unit 21. , Information indicating the processing result of the fault sensor detection unit 22 and the virtual sensor reconfiguration unit 23, at least one of data, signal value and variable value, the memory 102, the auxiliary storage device 104, the register in the processor 101, and cache memory Are stored in at least one of
The attributeinformation acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, the access probability estimation unit 19, and the actual sensor detection unit 21. Programs for realizing the functions of the failure sensor detection unit 22 and the virtual sensor reconfiguration unit 23 are stored in a portable storage medium such as a magnetic disk, a flexible disk, an optical disk, a compact disk, a Blu-ray (registered trademark) disk, and a DVD. It is also good.
そして、OSの少なくとも一部がプロセッサ101により実行される。
プロセッサ101はOSの少なくとも一部を実行しながら、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の機能を実現するプログラムを実行する。
プロセッサ101がOSを実行することで、タスク管理、メモリ管理、ファイル管理、通信制御等が行われる。
また、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の処理の結果を示す情報、データ、信号値及び変数値の少なくともいずれかが、メモリ102、補助記憶装置104、プロセッサ101内のレジスタ及びキャッシュメモリの少なくともいずれかに記憶される。
また、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の機能を実現するプログラムは、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ブルーレイ(登録商標)ディスク、DVD等の可搬記憶媒体に記憶されてもよい。 Further, an OS (Operating System) is also stored in the
Then, at least a part of the OS is executed by the
The
As the
The attribute
The attribute
また、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23の「部」を、「回路」又は「工程」又は「手順」又は「処理」に読み替えてもよい。
また、センサ管理装置1は、処理回路により実現されてもよい。処理回路は、例えば、ロジックIC(Integrated Circuit)、GA(Gate Array)、ASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)である。
この場合は、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23は、それぞれ処理回路の一部として実現される。
なお、本明細書では、プロセッサと、メモリと、プロセッサとメモリの組合せと、処理回路との上位概念を、「プロセッシングサーキットリー」という。
つまり、プロセッサと、メモリと、プロセッサとメモリの組合せと、処理回路とは、それぞれ「プロセッシングサーキットリー」の具体例である。 The attributeinformation acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, the access probability estimation unit 19, and the actual sensor detection unit 21. The “parts” of the failure sensor detection unit 22 and the virtual sensor reconstruction unit 23 may be read as “circuits” or “processes” or “procedures” or “processes”.
Also, thesensor management device 1 may be realized by a processing circuit. The processing circuit is, for example, a logic integrated circuit (IC), a gate array (GA), an application specific integrated circuit (ASIC), or a field-programmable gate array (FPGA).
In this case, the attributeinformation acquisition unit 12, the deletion target selection unit 13, the virtual sensor deletion unit 14, the virtual sensor generation unit 16, the actual sensor data acquisition unit 17, the sensor data distribution unit 18, the access probability estimation unit 19, the actual sensor detection The unit 21, the failure sensor detection unit 22, and the virtual sensor reconfiguration unit 23 are each realized as part of a processing circuit.
Note that, in this specification, the upper concept of the processor, the memory, the combination of the processor and the memory, and the processing circuit is referred to as "processing circuit".
That is, the processor, the memory, the combination of the processor and the memory, and the processing circuit are specific examples of the "processing circuit".
また、センサ管理装置1は、処理回路により実現されてもよい。処理回路は、例えば、ロジックIC(Integrated Circuit)、GA(Gate Array)、ASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)である。
この場合は、属性情報取得部12、削除対象選択部13、仮想センサ削除部14、仮想センサ生成部16、実センサデータ取得部17、センサデータ配信部18、アクセス確率推定部19、実センサ検出部21、故障センサ検出部22、仮想センサ再構成部23は、それぞれ処理回路の一部として実現される。
なお、本明細書では、プロセッサと、メモリと、プロセッサとメモリの組合せと、処理回路との上位概念を、「プロセッシングサーキットリー」という。
つまり、プロセッサと、メモリと、プロセッサとメモリの組合せと、処理回路とは、それぞれ「プロセッシングサーキットリー」の具体例である。 The attribute
Also, the
In this case, the attribute
Note that, in this specification, the upper concept of the processor, the memory, the combination of the processor and the memory, and the processing circuit is referred to as "processing circuit".
That is, the processor, the memory, the combination of the processor and the memory, and the processing circuit are specific examples of the "processing circuit".
1 センサ管理装置、2 実センサ、3 仮想センサ、4 Webサーバ装置、5 端末装置、11 属性情報蓄積部、12 属性情報取得部、13 削除対象選択部、14 仮想センサ削除部、15 仮想センサ、16 仮想センサ生成部、17 実センサデータ取得部、18 センサデータ配信部、19 アクセス確率推定部、20 アクセスモデル蓄積部、21 実センサ検出部、22 故障センサ検出部、23 仮想センサ再構成部、101 プロセッサ、102 メモリ、103 通信インタフェース、104 補助記憶装置。
DESCRIPTION OF SYMBOLS 1 sensor management apparatus, 2 real sensor, 3 virtual sensor, 4 web server apparatus, 5 terminal device, 11 attribute information storage part, 12 attribute information acquisition part, 13 deletion object selection part, 14 virtual sensor deletion part, 15 virtual sensor, 16 virtual sensor generation unit, 17 real sensor data acquisition unit, 18 sensor data distribution unit, 19 access probability estimation unit, 20 access model storage unit, 21 real sensor detection unit, 22 fault sensor detection unit, 23 virtual sensor reconfiguration unit, 101 processor, 102 memory, 103 communication interface, 104 auxiliary storage.
Claims (13)
- 生成済みの複数の仮想センサの各々の属性に基づき、削除対象の仮想センサを前記複数の仮想センサの中から選択する削除対象選択部と、
前記削除対象選択部により削除対象として選択された仮想センサを削除する仮想センサ削除部とを有するセンサ管理装置。 A deletion target selection unit that selects a virtual sensor to be deleted from among the plurality of virtual sensors based on the attributes of each of the plurality of virtual sensors that have been generated;
A sensor management apparatus comprising: a virtual sensor deletion unit configured to delete a virtual sensor selected as a deletion target by the deletion target selection unit. - 前記削除対象選択部は、
各仮想センサの属性である各仮想センサの位置に基づき、削除対象の仮想センサを選択する請求項1に記載のセンサ管理装置。 The deletion target selection unit
The sensor management apparatus according to claim 1, wherein the virtual sensor to be deleted is selected based on the position of each virtual sensor that is an attribute of each virtual sensor. - 前記削除対象選択部は、
各仮想センサの属性である各仮想センサへのアクセス状況に基づき、削除対象の仮想センサを選択する請求項1に記載のセンサ管理装置。 The deletion target selection unit
The sensor management device according to claim 1, wherein the virtual sensor to be deleted is selected based on an access situation to each virtual sensor, which is an attribute of each virtual sensor. - 前記削除対象選択部は、
各仮想センサの属性である各仮想センサの時間有効性に基づき、削除対象の仮想センサを選択する請求項1に記載のセンサ管理装置。 The deletion target selection unit
The sensor management device according to claim 1, wherein the virtual sensor to be deleted is selected based on the time validity of each virtual sensor that is an attribute of each virtual sensor. - 前記削除対象選択部は、
各仮想センサの属性である各仮想センサのセンサ値の質に基づき、削除対象の仮想センサを選択する請求項1に記載のセンサ管理装置。 The deletion target selection unit
The sensor management device according to claim 1, wherein the virtual sensor to be deleted is selected based on the quality of the sensor value of each virtual sensor that is an attribute of each virtual sensor. - 前記削除対象選択部は、
各仮想センサの属性である各仮想センサへのアクセスの発生確率に基づき、削除対象の仮想センサを選択する請求項1に記載のセンサ管理装置。 The deletion target selection unit
The sensor management apparatus according to claim 1, wherein the virtual sensor to be deleted is selected based on the probability of occurrence of access to each virtual sensor, which is an attribute of each virtual sensor. - 前記仮想センサ削除部は、
前記複数の仮想センサが設置されている空間での仮想センサ削除後の仮想センサの密度を算出し、算出した密度に基づき、新たな仮想センサの生成の要否を判定し、
前記センサ管理装置は、更に、
前記仮想センサ削除部により新たな仮想センサの生成が必要と判定された場合に、新たな仮想センサを生成する仮想センサ生成部を有する請求項1に記載のセンサ管理装置。 The virtual sensor deletion unit
The density of the virtual sensor after virtual sensor deletion in the space where the plurality of virtual sensors are installed is calculated, and based on the calculated density, it is determined whether or not generation of a new virtual sensor is necessary,
The sensor management device further comprises
The sensor management device according to claim 1, further comprising: a virtual sensor generation unit that generates a new virtual sensor when it is determined by the virtual sensor deletion unit that generation of a new virtual sensor is necessary. - 前記センサ管理装置は、更に、
前記複数の仮想センサが設置されている空間での実センサの配置の変更を検出する実センサ検出部を有し、
前記削除対象選択部は、
各仮想センサの属性である各仮想センサの前記空間での実センサとの位置関係に基づき、削除対象の仮想センサを選択する請求項1に記載のセンサ管理装置。 The sensor management device further comprises
It has an actual sensor detection unit that detects a change in the arrangement of actual sensors in the space where the plurality of virtual sensors are installed,
The deletion target selection unit
The sensor management device according to claim 1, wherein the virtual sensor to be deleted is selected based on the positional relationship between each virtual sensor and the actual sensor, which is an attribute of each virtual sensor. - 前記センサ管理装置は、更に、
前記複数の仮想センサが設置されている空間に設置されている、故障している実センサである故障センサを検出する故障センサ検出部と、
前記故障センサを代替する仮想センサを生成する仮想センサ生成部を有する請求項1に記載のセンサ管理装置。 The sensor management device further comprises
A failure sensor detection unit installed in a space where the plurality of virtual sensors are installed, for detecting a failure sensor that is a real sensor that is broken;
The sensor management device according to claim 1, further comprising: a virtual sensor generation unit configured to generate a virtual sensor that substitutes the failure sensor. - 前記センサ管理装置は、更に、
前記複数の仮想センサが設置されている空間に設置されている、故障している実センサである故障センサを検出する故障センサ検出部と、
前記複数の仮想センサから前記故障センサに依存する仮想センサを故障依存仮想センサとして抽出し、前記故障依存仮想センサが前記空間に設置されている前記故障センサ以外の実センサに依存するように前記故障依存仮想センサの属性を変更する仮想センサ再構成部とを有する請求項1に記載のセンサ管理装置。 The sensor management device further comprises
A failure sensor detection unit installed in a space where the plurality of virtual sensors are installed, for detecting a failure sensor that is a real sensor that is broken;
The virtual sensor that depends on the fault sensor is extracted as a fault-dependent virtual sensor from the plurality of virtual sensors, and the fault is dependent on an actual sensor other than the fault sensor installed in the space. The sensor management device according to claim 1, further comprising: a virtual sensor reconfiguration unit that changes an attribute of the dependent virtual sensor. - 前記仮想センサ削除部は、
ユーザにより指定された仮想センサを削除する請求項1に記載のセンサ管理装置。 The virtual sensor deletion unit
The sensor management device according to claim 1, wherein the virtual sensor specified by the user is deleted. - コンピュータが、生成済みの複数の仮想センサの各々の属性に基づき、削除対象の仮想センサを前記複数の仮想センサの中から選択し、
前記コンピュータが、削除対象として選択された仮想センサを削除するセンサ管理方法。 The computer selects a virtual sensor to be deleted from among the plurality of virtual sensors based on the attribute of each of the plurality of generated virtual sensors,
The sensor management method which the said computer deletes the virtual sensor selected as deletion object. - 生成済みの複数の仮想センサの各々の属性に基づき、削除対象の仮想センサを前記複数の仮想センサの中から選択する削除対象選択処理と、
前記削除対象選択処理により削除対象として選択された仮想センサを削除する仮想センサ削除処理とをコンピュータに実行させるセンサ管理プログラム。 A deletion target selection process of selecting a virtual sensor to be deleted from among the plurality of virtual sensors based on the attribute of each of the plurality of virtual sensors that have been generated;
A sensor management program which causes a computer to execute virtual sensor deletion processing for deleting a virtual sensor selected as a deletion target by the deletion target selection processing.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2019524738A JP6580292B2 (en) | 2017-06-20 | 2017-06-20 | Sensor management device, sensor management method, and sensor management program |
PCT/JP2017/022637 WO2018235152A1 (en) | 2017-06-20 | 2017-06-20 | Sensor management device, sensor management method and sensor management program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2017/022637 WO2018235152A1 (en) | 2017-06-20 | 2017-06-20 | Sensor management device, sensor management method and sensor management program |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2018235152A1 true WO2018235152A1 (en) | 2018-12-27 |
Family
ID=64736897
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2017/022637 WO2018235152A1 (en) | 2017-06-20 | 2017-06-20 | Sensor management device, sensor management method and sensor management program |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP6580292B2 (en) |
WO (1) | WO2018235152A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7221467B1 (en) * | 2022-06-08 | 2023-02-13 | 三菱電機株式会社 | Control device, control system, equipment control method and program |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004523735A (en) * | 2000-11-22 | 2004-08-05 | スマートシグナル・コーポレーション | Inference signal generator for instrumented equipment and processes |
US20080120335A1 (en) * | 2001-10-31 | 2008-05-22 | Alexei Dolgoff | Environmental Control System and Method |
JP2013065081A (en) * | 2011-09-15 | 2013-04-11 | Fujitsu Ltd | Device management method, device management apparatus, and device management program |
US20140338644A1 (en) * | 2013-05-14 | 2014-11-20 | Ford Global Technologies, Llc | Automotive virtual humidity sensor |
US20160267756A1 (en) * | 2013-10-17 | 2016-09-15 | Utc Fire And Security Americas Corporation, Inc. | Security panel with virtual sensors |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6223214B1 (en) * | 1996-09-06 | 2001-04-24 | Sensiview Corporation | Computer implemented virtual sensor object and tangible medium utilizing same |
JP3807580B2 (en) * | 1998-10-14 | 2006-08-09 | 横河電機株式会社 | Module measuring instrument |
-
2017
- 2017-06-20 WO PCT/JP2017/022637 patent/WO2018235152A1/en active Application Filing
- 2017-06-20 JP JP2019524738A patent/JP6580292B2/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004523735A (en) * | 2000-11-22 | 2004-08-05 | スマートシグナル・コーポレーション | Inference signal generator for instrumented equipment and processes |
US20080120335A1 (en) * | 2001-10-31 | 2008-05-22 | Alexei Dolgoff | Environmental Control System and Method |
JP2013065081A (en) * | 2011-09-15 | 2013-04-11 | Fujitsu Ltd | Device management method, device management apparatus, and device management program |
US20140338644A1 (en) * | 2013-05-14 | 2014-11-20 | Ford Global Technologies, Llc | Automotive virtual humidity sensor |
US20160267756A1 (en) * | 2013-10-17 | 2016-09-15 | Utc Fire And Security Americas Corporation, Inc. | Security panel with virtual sensors |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7221467B1 (en) * | 2022-06-08 | 2023-02-13 | 三菱電機株式会社 | Control device, control system, equipment control method and program |
WO2023238298A1 (en) * | 2022-06-08 | 2023-12-14 | 三菱電機株式会社 | Control device, control system, apparatus control method, and program |
Also Published As
Publication number | Publication date |
---|---|
JP6580292B2 (en) | 2019-09-25 |
JPWO2018235152A1 (en) | 2019-11-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11223926B2 (en) | Systems and methods for statistically associating mobile devices and non-mobile devices with geographic areas | |
JP5798661B2 (en) | Refined location estimation and inverse geocoding based on user profile | |
US10692151B1 (en) | Homeowners insurance application process using geotagged photos | |
US9510145B2 (en) | Battery-saving in geo-fence context method and system | |
KR101932608B1 (en) | Management method for bike sharing system, management server for bike sharing system, and computer readable recording medium | |
KR102166186B1 (en) | Apparatus for Generating Context Based on Product Purchase List in User Station and Local Service Platform for Recommending Product | |
JP6320927B2 (en) | Camera control apparatus, camera control method, and camera control system | |
JP6056119B2 (en) | Information processing apparatus, information processing method, and program | |
US10108736B2 (en) | Method and apparatus for rendering statistics on web page visits by a browser | |
JP2017534113A (en) | Method and apparatus for controlling data permissions | |
US20140059067A1 (en) | Exchange of information | |
WO2013024672A1 (en) | Information management device, information management program, and information management method | |
JP6917919B2 (en) | Providing equipment, providing method and providing program | |
JP7015927B2 (en) | Learning model application system, learning model application method, and program | |
CN114329312A (en) | Network asset data evaluation method and device, electronic equipment and storage medium | |
JP6580292B2 (en) | Sensor management device, sensor management method, and sensor management program | |
JP6425697B2 (en) | Determination apparatus, determination method, and determination program | |
US20240330810A1 (en) | Storage location selection according to query evaluation | |
JP6494577B2 (en) | Determination apparatus, determination method, and determination program | |
CN109670817A (en) | A kind of data processing method and equipment | |
US10006985B2 (en) | Mobile device and method for determining a place according to geolocation information | |
CN108600413B (en) | Positioning method and device and electronic equipment | |
US9009073B1 (en) | Product availability check using image processing | |
CN108810167A (en) | A kind of information-pushing method and device | |
JP6494848B2 (en) | Determination apparatus, determination method, and determination program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17914205 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2019524738 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 17914205 Country of ref document: EP Kind code of ref document: A1 |