WO2018235152A1 - Dispositif de gestion de capteur, procédé de gestion de capteur, et programme de gestion de capteur - Google Patents

Dispositif de gestion de capteur, procédé de gestion de capteur, et programme de gestion de capteur Download PDF

Info

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
Application number
PCT/JP2017/022637
Other languages
English (en)
Japanese (ja)
Inventor
仁 川▲崎▼
直子 本間
朋興 浮穴
Original Assignee
三菱電機株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to PCT/JP2017/022637 priority Critical patent/WO2018235152A1/fr
Priority to JP2019524738A priority patent/JP6580292B2/ja
Publication of WO2018235152A1 publication Critical patent/WO2018235152A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q9/00Arrangements 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

Sur la base des attributs respectifs d'une pluralité de capteurs virtuels générés (15), une unité de sélection de cible de suppression (13) sélectionne, parmi la pluralité de capteurs virtuels (15), des capteurs virtuels (15) qui doivent être supprimés. Une unité de suppression de capteur virtuel (14) supprime les capteurs virtuels sélectionnés en tant que cibles de suppression par l'unité de sélection de cible de suppression (13).
PCT/JP2017/022637 2017-06-20 2017-06-20 Dispositif de gestion de capteur, procédé de gestion de capteur, et programme de gestion de capteur WO2018235152A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2017/022637 WO2018235152A1 (fr) 2017-06-20 2017-06-20 Dispositif de gestion de capteur, procédé de gestion de capteur, et programme de gestion de capteur
JP2019524738A JP6580292B2 (ja) 2017-06-20 2017-06-20 センサ管理装置、センサ管理方法及びセンサ管理プログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2017/022637 WO2018235152A1 (fr) 2017-06-20 2017-06-20 Dispositif de gestion de capteur, procédé de gestion de capteur, et programme de gestion de capteur

Publications (1)

Publication Number Publication Date
WO2018235152A1 true WO2018235152A1 (fr) 2018-12-27

Family

ID=64736897

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/022637 WO2018235152A1 (fr) 2017-06-20 2017-06-20 Dispositif de gestion de capteur, procédé de gestion de capteur, et programme de gestion de capteur

Country Status (2)

Country Link
JP (1) JP6580292B2 (fr)
WO (1) WO2018235152A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7221467B1 (ja) * 2022-06-08 2023-02-13 三菱電機株式会社 制御装置、制御システム、機器制御方法およびプログラム

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004523735A (ja) * 2000-11-22 2004-08-05 スマートシグナル・コーポレーション 器械を取り付けられた機器およびプロセスのための推論信号生成装置
US20080120335A1 (en) * 2001-10-31 2008-05-22 Alexei Dolgoff Environmental Control System and Method
JP2013065081A (ja) * 2011-09-15 2013-04-11 Fujitsu Ltd デバイス管理方法、デバイス管理装置及びデバイス管理プログラム
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)

* Cited by examiner, † Cited by third party
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 (ja) * 1998-10-14 2006-08-09 横河電機株式会社 モジュール計測器

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004523735A (ja) * 2000-11-22 2004-08-05 スマートシグナル・コーポレーション 器械を取り付けられた機器およびプロセスのための推論信号生成装置
US20080120335A1 (en) * 2001-10-31 2008-05-22 Alexei Dolgoff Environmental Control System and Method
JP2013065081A (ja) * 2011-09-15 2013-04-11 Fujitsu Ltd デバイス管理方法、デバイス管理装置及びデバイス管理プログラム
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)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7221467B1 (ja) * 2022-06-08 2023-02-13 三菱電機株式会社 制御装置、制御システム、機器制御方法およびプログラム
WO2023238298A1 (fr) * 2022-06-08 2023-12-14 三菱電機株式会社 Dispositif de commande, système de commande, procédé de commande d'appareil et programme

Also Published As

Publication number Publication date
JP6580292B2 (ja) 2019-09-25
JPWO2018235152A1 (ja) 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
US10692151B1 (en) Homeowners insurance application process using geotagged photos
JP5798661B2 (ja) ユーザ・プロフィールに基づく精密化した位置推定及び逆ジオコーディング
CN107273437B (zh) 提供与用户可能访问的地点相关的信息的方法和系统
US9510145B2 (en) Battery-saving in geo-fence context method and system
KR102166186B1 (ko) 사용자 단말에서의 상품 구매 내역 기반 컨텍스트 생성 장치 및 상품 추천 로컬 서비스 플랫폼
KR101932608B1 (ko) 자전거 대여 시스템 관리 방법, 자전거 대여 시스템의 관리 서버, 및 컴퓨터 판독가능 기록 매체
JP6320927B2 (ja) カメラ制御装置、カメラ制御方法およびカメラ制御システム
JP6056119B2 (ja) 情報処理装置、情報処理方法及びプログラム
US10108736B2 (en) Method and apparatus for rendering statistics on web page visits by a browser
JP2017534113A (ja) データ許可を制御する方法及び装置
JPWO2013024672A1 (ja) 情報管理装置、情報管理プログラム、および情報管理方法
US10423610B2 (en) Exchange of information
CN114329312A (zh) 网络资产数据评价方法、装置、电子设备及存储介质
JP6580292B2 (ja) センサ管理装置、センサ管理方法及びセンサ管理プログラム
JP6425697B2 (ja) 判定装置、判定方法、及び判定プログラム
JP7015927B2 (ja) 学習モデル適用システム、学習モデル適用方法、及びプログラム
CN109670817A (zh) 一种数据处理方法及设备
CN108600413B (zh) 定位方法及装置和电子设备
US10006985B2 (en) Mobile device and method for determining a place according to geolocation information
JP6494577B2 (ja) 判定装置、判定方法、及び判定プログラム
US20210272035A1 (en) Storage location selection according to query evaluation
US9009073B1 (en) Product availability check using image processing
JP6494848B2 (ja) 判定装置、判定方法、及び判定プログラム
JP6957878B2 (ja) 通知装置、通知方法、およびプログラム

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