WO2017010386A1 - 機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法 - Google Patents

機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法 Download PDF

Info

Publication number
WO2017010386A1
WO2017010386A1 PCT/JP2016/070071 JP2016070071W WO2017010386A1 WO 2017010386 A1 WO2017010386 A1 WO 2017010386A1 JP 2016070071 W JP2016070071 W JP 2016070071W WO 2017010386 A1 WO2017010386 A1 WO 2017010386A1
Authority
WO
WIPO (PCT)
Prior art keywords
control
application
communication module
application server
communication
Prior art date
Application number
PCT/JP2016/070071
Other languages
English (en)
French (fr)
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 株式会社村田製作所
Publication of WO2017010386A1 publication Critical patent/WO2017010386A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M11/00Telephonic communication systems specially adapted for combination with other electrical systems
    • 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 a device control system, an application server, a communication module, an application, and a device control method, and more particularly to a device control system including an application server that remotely controls a device via a communication network.
  • Patent Document 1 in an application distribution system including a server that generates an application (program) that is optimal for an information device according to the performance and operating environment of the information device, the server receives an application distribution request from the information device. Then, an optimal program source is acquired based on the capability information of the information device, the acquired program source is compiled, thereby generating an application requested from the information device, and distributing the generated application to the information device. As a result, when there is an application distribution request from the information device, an optimal application corresponding to the performance and operating environment of the information device is generated and distributed to the information device.
  • the device control system of Patent Document 1 since the application is distributed from the server to the information device and the application is executed on the information device, the device control system such as a powerless processor such as a home appliance is used. There is a problem that it cannot be applied to control. For control circuits with limited processing capability provided in devices such as home appliances, in addition to controlling the device body, it is necessary to execute communication with the server and application downloaded from the server, and processing load Too big.
  • the device needs a memory having a storage capacity sufficient to hold the application downloaded from the server.
  • a large-capacity memory is required. Needed.
  • the present invention provides device control that enables smooth device control over a communication network even when the device has a limited processing capability and includes a control circuit having a memory with a small storage capacity. It is an object to provide a system, an application server, a communication module, an application, and a device control method.
  • one form of a device control system is a device control system comprising a device and an application server that remotely controls the device via a communication network, the device comprising: A communication module having a common configuration corresponding to a plurality of types of devices is provided, the communication module is connected to the application server via the communication network, and the application server is a communication module included in each of the plurality of devices.
  • a storage unit that holds an application that is connected to the database device that holds a device database in which information on the plurality of devices is registered, and is a program for remotely controlling the devices.
  • control unit that remotely controls the device according to an application, and the control unit identifies, as the remote control, a device suitable for the application from the plurality of devices registered in the device database.
  • Control data for causing a device to perform a predetermined operation is generated, and the generated control data is transmitted to the communication module included in the device.
  • the device is remotely controlled by the control data distributed from the application server to the device via the communication network while the application server holds the application. Therefore, unlike the conventional case where the application is downloaded from the application server to the device and executed on the device, control data of a small size necessary for individual control is distributed to the device and executed on the device, so the processing capacity is limited. Even when a device including a control circuit having a memory with a small storage capacity is targeted, the device is controlled via the communication network.
  • the device since the device is controlled while the application is held in the application server, unlike the conventional case where the application held in the individual device is updated, the application can be controlled simply by updating the application held in the application server. The control for all target devices is changed. Therefore, application updates can be easily performed collectively, and it is not necessary to provide a large-capacity memory in the device for application update.
  • the communication module incorporated in the device has a common configuration corresponding to multiple types of devices, it is not necessary to consider the type of communication module even if the type of device to be controlled is different, and application development Is made more efficient.
  • the present invention may be realized not only as a device control system but also as a single application server constituting the device control system, or as a single communication module constituting the device. Furthermore, the present invention may be realized as an application held in the storage unit of the application server, or may be realized as a computer-readable recording medium such as a CD-ROM in which the application is recorded. Furthermore, the present invention may be realized as a device control method in a device control system including a device and an application server that remotely controls the device via a communication network.
  • the processing capability is limited and a device including a control circuit having a memory with a small storage capacity is targeted. Even if it exists, a device can be controlled smoothly via a communication network.
  • FIG. 1 is a diagram showing a configuration of a device control system according to an embodiment of the present invention.
  • FIG. 2 is a block diagram showing a detailed configuration of the device shown in FIG.
  • FIG. 3 is a circuit diagram showing a detailed configuration of the communication module shown in FIG.
  • FIG. 4 is a diagram showing a hierarchical structure of functions (hardware and software) included in the communication module shown in FIG.
  • FIG. 5 is a diagram illustrating a configuration example of a device main body in an air conditioner that is an example of a device.
  • FIG. 6 is a diagram illustrating an appearance example of a communication module in an air conditioner that is an example of a device and an example of incorporation into the device.
  • FIG. 7 is a block diagram showing a detailed configuration of the database apparatus shown in FIG. FIG.
  • FIG. 8 is a block diagram showing a detailed configuration of the application server shown in FIG.
  • FIG. 9 is a diagram illustrating a format example of control data and collected data.
  • FIG. 10 is a communication sequence diagram illustrating the operation (at the time of start and control) of the device control system in the embodiment.
  • FIG. 11 is a communication sequence diagram illustrating the operation (at the end) of the device control system in the embodiment.
  • FIG. 12 is a diagram illustrating a configuration of a sensor unit that is an example of a device main body in Application Example 1.
  • FIG. 13 is a diagram illustrating a structure example of a device including the sensor unit illustrated in FIG. 12 as a device main body.
  • FIG. 14 is a diagram illustrating an appearance of a communication module that configures a device according to Application Example 2 and a connection terminal arrangement table.
  • FIG. 15 is a diagram illustrating a circuit and an appearance of a temperature sensor / LED unit, which is an example of a device main body constituting a device in Application Example 2.
  • 16 is a diagram illustrating a state in which the communication module illustrated in FIG. 14 and the temperature sensor / LED unit illustrated in FIG. 15 are connected.
  • FIG. 17 is a communication sequence diagram illustrating the operation (at the start time and control time) of the device control system when performing open loop control.
  • FIG. 1 is a diagram showing a configuration of a device control system 10 according to an embodiment of the present invention.
  • the device control system 10 is a system for remotely controlling the devices 40a to 40d via the communication network 11, and the user interface devices 12a and 12b, the database device 20, and the application servers 30a and 30b connected via the communication network 11. And devices 40a to 40d.
  • the communication network 11 is a transmission path for the user interface devices 12a and 12b, the database device 20, the application servers 30a and 30b, and the devices 40a to 40d to communicate with each other, for example, the Internet.
  • the devices 40a to 40d are devices to be remotely controlled by the application servers 30a and 30b.
  • the devices 40a to 40d are embedded devices in which at least one instrument (device main body) such as a sensor, a lighting device, or a power machine is incorporated.
  • a measuring instrument thermometer, weight scale, etc.
  • Each of the devices 40a to 40d includes a communication module and a device body as a basic configuration.
  • the communication module is a communication interface connected to the application servers 30 a and 30 b via the communication network 11.
  • the device main body is a component that exerts the function of the device controlled by the communication module, and is a transducer including a sensor, an actuator, a microcontroller (microcomputer), and the like.
  • the devices 40a to 40d include home appliances that include a microcomputer having a limited processing capacity and a memory with a small storage capacity as compared to a general computer device.
  • the user interface devices 12a and 12b are devices that acquire an instruction (operation instruction) from an operator for remote control of the devices 40a to 40d, and transmit the acquired operation instruction to at least one of the application servers 30a and 30b.
  • a portable terminal such as a computer terminal or a smartphone.
  • the user interface devices 12a and 12b are not necessarily independent communication devices connected to the application servers 30a and 30b via the communication network 11, but are local user interface devices (for example, the application servers 30a and 30b). Keyboard, touch panel, etc.).
  • the database device 20 is a device that holds a device database in which information related to communication modules and device bodies included in each device 40a to 40d is registered, and is, for example, a computer device.
  • the database device 20 is not necessarily an independent communication device connected to the application servers 30a and 30b via the communication network 11, and may be a local storage device included in the application servers 30a and 30b.
  • the application servers 30a and 30b hold an application which is a program for remotely controlling the devices 40a to 40d, and refer to the device database held in the database device 20 according to the application specified by the user interface devices 12a and 12b. Thus, it is a device that remotely controls the devices 40a to 40d via the communication network 11, for example, a computer device on the cloud.
  • These application servers 30a and 30b do not distribute the application itself to the devices 40a to 40d, but hold the application inside and execute the application, so that each device 40a to 40d is individually It functions as a controller that controls the devices 40a to 40d by transmitting control data of a small size (for example, 50 bytes or less) corresponding to the control.
  • FIG. 1 two application servers 30 a and 30 b are shown.
  • the device control system 10 may have one component.
  • each of the user interface devices 12a and 12b and the devices 40a to 40d may be a single component of the device control system 10.
  • an operation instruction acquired by the user interface devices 12a and 12b is determined depending on the content of the application executed by the application servers 30a and 30b.
  • FIG. 2 is a block diagram showing a detailed configuration of the devices 40a to 40d shown in FIG. Since the three devices 40a to 40d all have the same configuration, the configuration of the device 40a is shown here.
  • the device 40 a includes an antenna 42, a communication module 50, and a device main body 44.
  • the antenna 42 is an antenna for wireless communication connected to the communication network 11, and in this embodiment, performs communication by wireless LAN with an access point (not shown) connected to the communication network 11.
  • the communication module 50 is a communication interface for the device 40a to communicate with the application servers 30a and 30b via the communication network 11, and is connected to the device main body 44 and transmitted from the application servers 30a and 30b.
  • the device 40a (specifically, the device main body 44) is controlled by decoding and executing the received control data.
  • the device main body 44 is various instruments that exhibit the function of the device 40a, and is an object to be controlled in the device control system 10.
  • the device main body 44 is a transducer including a sensor, an actuator, a microcomputer, and the like.
  • FIG. 3 is a circuit diagram showing a detailed configuration of the communication module 50 shown in FIG.
  • the communication module 50 is basically a communication interface that is used not only for the device 40a but also for other devices of different types. For this reason, as a common configuration corresponding to a plurality of types of devices, A communication circuit 51, a control circuit 52, a clock generator 53, and a power source 54 are included.
  • the power supply 54 is a power supply circuit that supplies necessary power to the communication circuit 51 and the control circuit 52, and is, for example, a battery.
  • the clock generator 53 is a circuit that generates a clock signal and supplies it to the communication circuit 51 and the control circuit 52 for operation.
  • the communication circuit 51 is a communication interface that connects the control circuit 52 to the communication network 11.
  • the communication circuit 51 is a circuit that communicates with an access point (not shown) connected to the communication network 11 via a wireless LAN. .
  • the control circuit 52 is a circuit that performs control in the communication module 50, and controls the RAM 52b, the ROM 52c that stores the control program, the CPU 52a that executes the control program, and the device 40a (specifically, the device main body 44).
  • the I / O unit 52d which is a circuit having a plurality of input / output ports, is used.
  • the I / O unit 52d uses, as illustrated, GPIO (General Purpose Input / Output), which is a digital input / output port, to “I2C (Inter-Integrated Circuit) -Bus (NXP Corporation). ”(I2C port) and“ UART (Universal Asynchronous Receiver Transmitter) ”port (UART port).
  • the I2C port includes an SDA (serial data) line and an SCL (serial clock) line.
  • the UART port includes a TXD (transmission) line and an RXD (reception) line.
  • the I / O unit 52d includes, as analog input / output ports, an ADC input port “ADC_in” and an ADC reference voltage output port “ADC_Vref”, a DAC output port “DAC_out”, and a DAC reference voltage. And an output port “DAC_Vref”.
  • the I / O unit 52d incorporates I2C signal processing circuits, UART, ADC, DAC, and other circuits connected to these input / output ports.
  • the control circuit 52 passes through at least one of the plurality of input / output ports of the I / O unit 52d according to the received control data.
  • the device main body 44 is controlled.
  • the control data received by the communication circuit 51 includes at least one designation of a plurality of input / output ports included in the I / O unit 52d and the device 40a (specifically, at least one of the input / output ports). Includes designation of data to be output to the device main body 44), the CPU 52a outputs the designated data from at least one of the designated input / output ports according to the control data.
  • the control data received by the communication circuit 51 includes designation of an input port for acquiring information sent from the device 40a (specifically, the device main body 44), the CPU 52a Information is acquired from the device main body 44 via the designated input port, and the acquired information is transmitted to the application servers 30 a and 30 b via the communication circuit 51 and the communication network 11.
  • the CPU 52a when receiving the control data from the communication circuit 51, the CPU 52a stores the received control data in the RAM 52b, and controls the device main body 44 via the I / O unit 52d in accordance with the control data stored in the RAM 52b. Then, after finishing the control, the CPU 52a deletes the control data stored in the RAM 52b that is no longer necessary.
  • “erasing” is to release the storage area in which the control data is stored so that it can be used for storing new data.
  • the clock generator 53 and the power source 54 are not essential components of the communication module 50 and may be provided in the device main body 44.
  • the control circuit 52 may be realized by a one-chip microcomputer, and the communication circuit 51 and the control circuit 52 may be realized by a one-chip integrated circuit.
  • FIG. 4 is a diagram showing a hierarchical structure of functions (hardware and software) that the communication module 50 has.
  • the communication network 11, the user interface devices 12a and 12b, the database device 20 including the device database 22, the application servers 30a and 30b including the application 32, and the communication network 11 and the communication module 50 are relayed wirelessly.
  • An access point 13 is also shown.
  • the communication module 50 has the DAC, ADC, and GPIO provided by the I / O unit 52d as the lowest (physical) layer in connection with the device main body 44, and the I / O unit 52d as the upper layer. It has a function of an input / output control 50a as a driver to be controlled.
  • the communication module 50 has a communication interface of the wireless LAN 51a including the functions of the PHY (physical) layer and the MAC (medium control access) layer provided by the communication circuit 51 for connection with the communication network 11 via the access point 13. As a function.
  • the communication module 50 has a common execution environment 50b as an upper layer of the function of the input / output control 50a and the function of the wireless LAN 51a.
  • the input / output control 50a and the common execution environment 50b are realized by software stored in the ROM 52c.
  • Control data 50c transmitted from the application servers 30a and 30b is positioned as an upper layer of the common execution environment 50b.
  • the common execution environment 50b is an OS (Operating System) as a platform that decodes and executes the control data 50c, and controls the I / O unit 52d via the input / output control 50a according to the control data 50c.
  • 44 is acquired, information from the device main body 44 is acquired via the I / O unit 52d, and the acquired information is transmitted to the application servers 30a and 30b via the wireless LAN 51a.
  • FIG. 5 is a diagram illustrating a configuration example of the device main body 44 in an air conditioner that is an example of a device.
  • the device main body 44 includes a control circuit 45, a clock generator 46, and a power supply 47 as electronic circuits.
  • the clock generator 46 is a circuit that generates a clock signal and supplies it to the control circuit 45 for operation.
  • the power supply 47 is a power supply circuit that supplies power necessary for the control circuit 45 and other components.
  • the control circuit 45 is a circuit that controls the air conditioner, and includes a RAM 45b, a ROM 45c that stores a control program, a CPU 45a that executes the control program, and a plurality of input / output ports that are used to control various peripheral devices. I / O part 45d.
  • the CPU 45a has a UART port, and is connected to the UART port included in the I / O unit 52d of the communication module 50 via the UART port.
  • the device main body 44 includes, as various peripheral devices, a temperature / humidity sensor 44a, an LCD display unit 44b, a motor driver 44c for driving the louver 44d, a motor driver 44e for driving the fan 44f, a compressor and a fan motor (not shown). ) Having an outdoor unit 44g.
  • the CPU 45a executes the program stored in the ROM 45c, and thereby the temperature / humidity sensor according to an instruction from the operator or a control signal sent from the communication module 50 via the UART port.
  • the value of 44a is read, the compressor, fan motor (not shown), etc. which outdoor unit 44g has are controlled, and indoor fan 44f and louver 44d are controlled via motor drivers 44e and 44c, respectively.
  • FIG. 6 is a diagram showing an external appearance example (FIG. 6 (a)) and an example of incorporation into a device (FIG. 6 (b)) when the communication module 50 in an air conditioner as an example of the device is viewed in plan.
  • the communication module 50 is structurally configured by a circuit board 55, a circuit 56 mounted on the circuit board 55, and a connector 57.
  • the circuit 56 corresponds to the communication circuit 51, the control circuit 52, the clock generator 53, and the power source 54 shown in FIG.
  • the connector 57 includes an input / output port included in the I / O unit 52d of the control circuit 52 and a terminal to which the power supply 54 and the like are connected.
  • the antenna 42 connected to the communication circuit 51 included in the circuit 56 is mounted on the circuit board 55 as a wiring pattern, and screw holes 58 for attaching to the air conditioner main board 44h shown in FIG.
  • a positioning hole (boss hole) 59 is formed.
  • FIG. 6B shows a state in which the communication module 50 shown in FIG. 6A is attached to the air conditioner main board 44h which is a part of the device main body 44.
  • FIG. The communication module 50 is attached to the air conditioner main board 44h so that the circuit mounting surface of the circuit board 55 faces the circuit mounting face of the air conditioner main board 44h.
  • the air conditioner main board 44h is a circuit board on which a circuit 44i for controlling the air conditioner is mounted, and corresponds to a connector 44j connected to the connector 57 of the communication module 50 and a screw hole 58 of the communication module 50 in a partial area.
  • a screw hole 44k and a boss (not shown) corresponding to the positioning hole 59 of the communication module 50 are provided.
  • the connector 57 of the communication module 50 is attached to the connector 44j of the air conditioner main board 44h, the boss (not shown) of the air conditioner main board 44h is inserted into the positioning hole 59 of the communication module 50, the screw hole 58 of the communication module 50 and the air conditioner.
  • the screw hole 44k of the main board 44h is fixed by the screw 60 and the nut 62 with the spacer 61 interposed therebetween, whereby the communication module 50 is fixed to the air conditioner main board 44h and electrically connected.
  • FIG. 7 is a block diagram showing a detailed configuration of the database device 20 shown in FIG.
  • the database device 20 includes a storage unit 21, a control unit 23, and a communication unit 24.
  • the storage unit 21 is a storage device that holds the device database 22 described above, that is, the device database 22 in which information related to the communication modules and device bodies of the devices is registered for each of the devices 40a to 40d. It is. Specifically, as shown in FIG. 7, the device database 22 includes a communication module ID 22a, an operation state information 22b, a communication module model number 22c, a device body model number 22d, as a data table for each of the devices 40a to 40d. Connection state information 22e and other information 22f are stored.
  • the communication module ID 22a is a unique ID of the communication module 50 included in the device.
  • the operation state information 22b is information indicating the operation state of the communication module 50 included in the device, and specifically includes “waiting for control (remote control is possible)”, “communication impossible”, “during control by a specific application”, Indicates either “failing” or the like.
  • the communication module model number 22c is a model number of the communication module 50 included in the device, and is uniquely associated with a combination of hardware and software specifications of the communication module 50.
  • the device body model number 22d is a model number of the device body 44 included in the device, and is uniquely associated with a combination of hardware and software specifications of the device body 44.
  • connection state information 22e is information indicating a connection state between the I / O unit 52d of the communication module 50 and the device main body 44, and specifically, input / output of the I / O unit 52d connected to the device main body 44. Ports, functions of the input / output ports in the device main body 44, and the like are shown.
  • the other information 22f is information used by the application, such as the name of the device, the information indicating the installation position of the device, and the information related to the application that controls the device.
  • the communication unit 24 is a communication interface for connecting the database device 20 to the communication network 11.
  • the control unit 23 is a controller that exchanges information with the application servers 30a and 30b and the devices 40a to 40d connected via the communication unit 24 and the communication network 11, and stores, for example, a volatile memory and a control program.
  • the control unit 23 refers to the device database 22 held in the storage unit 21 in response to requests and inquiries from the application servers 30a and 30b, and sends an answer to the request and inquiries to the application server. Return to 30a and 30b. Further, the control unit 23 updates the operation state information 22b of the device database 22 held in the storage unit 21 in accordance with notifications from the devices 40a to 40d.
  • FIG. 8 is a block diagram showing a detailed configuration of the application servers 30a and 30b shown in FIG. Since the two application servers 30a and 30b have the same configuration, the configuration of the application server 30a is shown here.
  • the application server 30a includes a storage unit 31, a control unit 33, and a communication unit 34.
  • the storage unit 31 is a storage device that holds an application 32 that is a program for remotely controlling the devices 40a to 40d, and is, for example, a hard disk drive.
  • the application 32 may be a program for controlling one device or a program for controlling a plurality of devices.
  • the application 32 controls the air conditioner that is the instructed device according to the instructions from the user interface devices 12a and 12b, thereby maintaining the room temperature at the specified temperature in each time zone of the day.
  • a plurality of weight scales that are a plurality of instructed devices according to instructions from the user interface devices 12a and 12b, the values stored in each of the plurality of weight scales are once a day. Repeat collecting and recording every day.
  • one application 32 may be held in the storage unit 31, or a plurality of different applications 32 may be held.
  • the communication unit 34 is a communication interface for connecting the application server 30 a to the communication network 11.
  • the control unit 33 executes the application 32 held in the storage unit 31 in accordance with an operation instruction from the user interface devices 12a and 12b connected via the communication unit 34 and the communication network 11, thereby the communication unit 34 and A controller that remotely controls the devices 40a to 40d via the communication network 11 by referring to the device database 22 held in the database device 20 via the communication network 11, and stores, for example, a volatile memory and a control program. It is composed of a nonvolatile memory, a processor for executing the control program, various input / output ports, and the like.
  • control unit 33 specifies a device suitable for the application to be executed from a plurality of devices registered in the device database 22 as remote control of the device, and performs control for causing the specified device to perform a predetermined operation. Data is generated, and the generated control data is transmitted to the communication module 50 included in the device.
  • FIG. 9 is a diagram illustrating a format example of control data generated by the application server 30a and transmitted to the device and collected data transmitted from the device to the application server 30a.
  • FIG. 9A shows an example of the format of the control data.
  • the control data is composed of fields specifying the “input / output port”, “control direction (input or output)”, and “output data” of the communication module 50 from the top.
  • the “input / output port” is a field for designating an input / output port included in the I / O unit 52 d of the communication module 50.
  • Control direction (input or output) is a designation field indicating whether the application server 30a controls (outputs) the device or the application server 30a acquires (inputs) data (collected data) from the device. is there.
  • the “output data” is a field indicating data output from the communication module 50 to the device main body 44 when the application server 30a controls (outputs) the device.
  • FIG. 9 shows an example of control data used when the application server 30a controls (outputs) a device.
  • data “010” designating the UART (transmission) port of the communication module 50
  • data “1” indicating that the control direction is “output”
  • output data “1011...” are arranged.
  • Control data is shown.
  • data “1011...” Is output from the UART (transmission) port of the communication module 50 to the device main body 44.
  • FIG. 9 shows an example of control data used when the application server 30a acquires (inputs) data (collected data) from the device.
  • control data in which data “100” specifying the ADC_in port of the communication module 50 and data “0” indicating that the control direction is “input” are arranged.
  • control data being decoded and executed by the communication module 50, an analog voltage is acquired from the device main body 44 via the ADC_in port of the communication module 50.
  • the digital value corresponding to the acquired analog voltage is transmitted from the communication module 50 to the application server 30a as the collected data shown in (d) of FIG.
  • FIG. 10 is a communication sequence diagram showing the operation (at the time of start and control) of the device control system 10 in the present embodiment. Here, communication exchanges among the user interface device 12a, the application server 30a, the database device 20, and the device 40a are shown.
  • the communication module 50 is started up (specifically, the communication module ID). Is sent to the database device 20 (S51), and then enters a state of waiting for remote control from the application server 30a (control wait state) (S52).
  • the control unit 23 operates the operation state information in the data table of the device database 22 corresponding to the notified communication module ID. 22b is updated from “communication impossible” to “waiting for control (remote control possible)” (S40).
  • the user interface device 12a when the user interface device 12a is operated to start the application 32 held in the application server 30a or when the condition for starting the application 32 is satisfied, the user interface device 12a requests the application server 30a to operate (execute) the application 32. (S10).
  • the condition for starting the application 32 for example, the date and time when the application 32 is started is set in advance and the time and the like are reached.
  • the control unit 33 grasps the operation request (business) (S20) and determines whether there is a device that meets the operation request. 20 (S21). Specifically, the control unit 33 refers to the application 32 instructed from the user interface device 12a, identifies the device to be controlled by the application 32, and specifies information on the identified device (for example, the device body model number). ) Is transmitted to the database device 20 to inquire whether the device is registered in the device database 22 (whether there is a compatible device).
  • the control unit 23 searches the data table of the device database 22 in which the information (for example, device body model number) of the device that has received the inquiry is registered. It is confirmed whether the operation state information 22b of the data table is “waiting for control (remote control is possible)”, and if it is “waiting for control (remote control is possible)”, the target device can be controlled.
  • the operation status information 22b is updated from “waiting for control (remote control is possible)” to “being controlled by a specific application” (S41), and the searched data table is set as an attribute of the inquired device. Then, it is returned to the application server 30a (S42).
  • the control unit 33 initializes the communication module 50 of the device 40a according to the communication module model number 22c and the device body model number 22d included in the data table.
  • An initial setting command which is one or more control data for setting, is created (S22), the communication module ID 22a included in the data table is transmitted to the device 40a as a destination (S23), and an initial setting from the device 40a is performed. Wait for completion notification (S24).
  • the control unit 33 selects a template of the initial setting command prepared in advance corresponding to the combination of the communication module model number 22c and the device body model number 22d.
  • the control circuit 52 initializes the I / O unit 52d and the like by executing the initial setting command using the common execution environment 50b (S53). After notifying the application server 30a that the initial setting is completed (or the result of the initial setting) via the communication circuit 51 (S54), the control waits for the control by the application server 30a (S55).
  • the control unit 33 recognizes that the preparation of the device 40a to be controlled has been completed (state confirmation) (S25), and the user interface device 12a After notifying that the preparation of the device 40a is completed (S26), an operation instruction from the user interface device 12a is waited (S27).
  • the user interface device 12a that has received the notification of the completion of preparation from the application server 30a is in a state where it can receive an operation instruction for the device 40a.
  • the operation instruction is received from the operator (S11)
  • the received operation instruction is received.
  • the input of the operation instruction is prohibited (S13).
  • the control unit 33 In the application server 30a that has received the operation instruction from the user interface device 12a, the control unit 33 generates one or more control data corresponding to the received operation instruction (S28) and transmits it to the device 40a (S29). Wait for notification of control completion from the device 40a (S30). At this time, the control unit 33 refers to the connection state information 22e received from the database device 20, thereby generating control data and transmitting it to the device 40a. That is, the control unit 33 generates one or more control data by referring to the connection state information 22e registered in the device database 22 for the device 40a to be controlled, and transmits the control data to the device 40a.
  • control unit 33 refers to the combination of the port of the I / O unit 52d connected to the device main body 44 indicated by the connection state information 22e and the function of the device main body 44 of the port, thereby One or more controls that specify the input / output port of the communication module 50 for controlling 40a, the direction of control (input or output), and the output data when the control direction is output, and having these as fields Data is generated and transmitted to the device 40a.
  • the control circuit 52 uses the common execution environment 50b to decode the received control data and execute the device, via the I / O unit 52d. After controlling the main body 44 or acquiring collected data such as temperature data from the device main body 44 (S56), a notification that the control is completed and the collected data are acquired via the communication circuit 51. In this case, the collected data is transmitted to the application server 30a (S57).
  • the control unit 33 recognizes that the control or data acquisition by the device 40a is completed (status check), When necessary data processing (for example, calculating an average value of a plurality of values indicated by the collected data) has occurred (S31), the data processing result is used as a control result.
  • the user interface device 12a is notified (S32).
  • the user interface device 12a Upon receiving the control result notification from the application server 30a, the user interface device 12a displays the received control result (S14), returns to the state of accepting the operation instruction again (S11), and thereafter repeats the same processing (S12). To S14).
  • remote control of the device 40a is performed by the application server 30a.
  • the application server 30a waits for an initial setting completion notification from the device 40a (S24), waits for an operation instruction from the user interface device 12a (S27), and When waiting for a control completion notification from the device 40a (S30) or the like, it is an idle time, and the application server 30a may execute another application during this time.
  • FIG. 11 is a communication sequence diagram showing the operation (at the end) of the device control system 10 in the present embodiment.
  • the user interface device 12a notifies the application server 30a to end the application 32 (S16) when the operator performs an operation to end the application 32 or when a condition for ending the application 32 is satisfied (S15).
  • a condition for ending the application 32 for example, the date and time when the application 32 is ended is set in advance and the time and the like are reached.
  • control unit 33 controls the device main body 44 by the communication module 50.
  • control data (end command) for termination (S34) and transmitting it to the device 40a (S35) the control unit 40a waits for a completion notification from the device 40a (S36).
  • control data (end command) for ending the control the control unit 33 refers to the connection state information 22e received from the database device 20, thereby initializing the device main body 44 via the communication module 50.
  • control data for closing the input / output port of the communication module 50 used for control and initializing the communication module 50 is generated.
  • the control data (end command) for ending the control is processing for ending the operation of the air conditioner, specifically, a command to turn off the power after closing the louver while stopping the compressor and stopping the fan motor. It is.
  • control waiting state when the communication module 50 receives control data for terminating control from the application server 30a, the control circuit 52 By decoding and executing the control data by 50b, the I / O unit 52d is initialized, and after finishing processing to erase the collected data and the control data temporarily held (S59), the communication circuit 51 is Then, the application server 30a is notified that the end process has been completed (S60).
  • the control unit 33 recognizes (state confirmation) that the end process in the control target device 40a is completed (S37), and the database device 20 That the end processing in the device 40a (specifically, the communication module ID) has been completed (S38).
  • the control unit 23 corresponds to the notified communication module ID.
  • the operating state information 22b in the data table of the device database 22 is updated from “controlling by a specific application” to “waiting for control (remote control is possible)” (S43).
  • the device 40a is released from the object to be controlled by the application, and enters a state of accepting another application or control by the same application again.
  • the operation state information 22b is updated from “controlling by specific application” to “communication impossible”.
  • the termination process for remote control of the device 40a is performed.
  • interactive control is performed in which remote control and termination processing are performed on the device 40a according to the operation instruction from the user interface device 12a.
  • the operation instruction from the user interface device 12a is not necessarily required. is not.
  • the application 32 is a program for controlling the device 40a according to a predetermined procedure or schedule without acquiring an operation instruction from the user interface device 12a
  • the user interface device 12a is in accordance with such an application 32.
  • the control (automatic control) is performed on the device 40a without acquiring the operation instruction.
  • past or present environmental data such as outside temperature and sunshine and forecast values are acquired from the weather data server via the communication network 11, and control for optimizing the power consumption of the device 40a using these information is applied to the application. It may be incorporated.
  • device search, device control, data acquisition, device release (S20 to S32) can be set as one set, and multiple devices can actively control and share one device. It is possible with a mechanism.
  • the device control system 10 performs wireless connection processing using a mobile terminal such as a smartphone possessed by the user or the installer. Specifically, in the device control system 10, when the communication module 50 cannot detect an access point to be connected at the time of activation, the communication module 50 abandons the connection in the STA (station) mode and waits for the connection in the AP (access point) mode. become. More specifically, it becomes a so-called stealth mode that does not emit a beacon in the AP mode.
  • STA station
  • AP access point
  • a mobile terminal such as a smartphone in which the initial setting program is installed is brought close to such a communication module 50 and connected in the STA mode.
  • the communication module 50 Restart After setting access point information and the like in the communication module 50 in the AP mode, the communication module 50 Restart.
  • the restarted communication module 50 can connect to the access point installed at the use point obtained by the access point information, and can cooperate with the database device 20 (step S51 in FIG. 10).
  • the control circuit 45 such as the microcomputer provided in the air conditioner device main body 44 is suppressed to a performance that only bears the control function of a normal air conditioner, and the communication module.
  • the control circuit 52 such as 50 microcomputers can perform detailed and flexible control using the power of the application server 30a on the cloud and the communication network 11 while suppressing the performance to a level that assumes only the communication control function.
  • the ability to share the power of the application server 30a among a plurality of applications is also one of the advantages of cloud computing, which can be utilized by the device 40a.
  • the communication module 50 may have only one type of specification, and it is not necessary to develop a communication module for each device model.
  • the initial setting of the connection in the wireless LAN is facilitated by changing the mode (change between the STA mode and the AP mode) depending on the state of the wireless connection when the communication module 50 is activated.
  • FIG. 12 is a diagram illustrating a configuration of a sensor unit 70 which is an example of the device main body 44 in the application example.
  • the sensor unit 70 includes a temperature / humidity sensor 71, an atmospheric pressure sensor 72, an illuminance sensor 73, and a power source 74.
  • the power source 74 is a battery, for example.
  • the temperature / humidity sensor 71, the atmospheric pressure sensor 72, and the illuminance sensor 73 are connected to the I2C port of the communication module 50 (I / O unit 52d), operate by receiving power supply from the power source 74, and are respectively temperature, humidity, and atmospheric pressure. Measure the illuminance. That is, the temperature / humidity sensor 71, the atmospheric pressure sensor 72, and the illuminance sensor 73 are controlled from the communication module 50 via the I2C port, and output measured data (collected data) to the communication module 50 via the I2C port.
  • FIG. 13 is a diagram illustrating a structure example of a device 40a including the sensor unit 70 illustrated in FIG.
  • the communication module 50 on which the antenna 42 is formed and the sensor unit 70 are connected by connectors 57 and 44j and are fixed to each other by a screw 60.
  • a temperature / humidity sensor 71, an atmospheric pressure sensor 72, and an illuminance sensor 73 are integrated together.
  • the communication module 50 When the device 40a is powered on (S50), the communication module 50 notifies the database device 20 of the communication module ID (S51). Upon receiving the notification of the communication module ID, the database device 20 updates the operation state information 22b in the data table of the device database 22 corresponding to the communication module ID from “not communicable” to “waiting for control (remote control possible)” (S40). ). As a result, the device 40a enters a state of receiving control from the application server 30a.
  • the user interface device 12a accesses the application 32 installed in the application server 30a and requests an operation (S10).
  • the application server 30a that has received the operation request of the application 32 grasps the operation request from the user interface device 12a (S20), and inquires of the database device 20 whether there is a device that meets the operation request (S21).
  • the database device 20 searches the device database 22 for the data table of the device that has received the inquiry, and changes the operation state information 22b of the searched data table from “waiting for control (remote control possible)” to “under control by a specific application”. While updating (S41), the searched data table is returned to the application server 30a (S42).
  • the application server 30a creates an initial setting command for initial setting of the communication module 50 of the device 40a by referring to the received data table (S22), and transmits it to the device 40a (S23).
  • the initial setting command includes the number of the input / output port (I2C port) connected to the sensor unit 70, the initialization processing of the input / output port (I2C port), and the like.
  • the communication module 50 of the device 40a initializes the input / output port (I2C port) by executing the received initial setting command in the common execution environment 50b (S53), and then notifies the application server 30a of the initial setting result. (S54). If initial setting of the sensor unit 70 is necessary, the application server 30a creates an initial setting command for initial setting of the sensor unit 70 following the initial setting of the communication module 50, To 40a. In the device 40a, the communication module 50 executes the received initial setting command and returns the result to the application server 30a.
  • the preparation for controlling the sensor unit 70 is completed by the above procedure, and this is notified from the application server 30a to the user interface device 12a (S26).
  • the user interface device 12a instructs the application server 30a on the type of data acquired from the sensor unit 70, the acquisition interval, the number of times of averaging, and the like in accordance with an operation instruction from the operator (S11).
  • the application server 30a receives this, the application server 30a generates control data corresponding to the device 40a (communication module) to be controlled (S28), and transmits it to the device 40a (S29).
  • the communication module 50 executes the received control data by the common execution environment 50b, thereby controlling the sensor unit 70 via the I2C port and acquiring collected data such as temperature data from the sensor unit 70. Later (S56), the collected data is transmitted to the application server 30a (S57). The collected data is processed by the application server 30a (S31), the result of the data processing is notified to the user interface device 12a (S32), and displayed on the user interface device 12a (S14).
  • remote control of the sensor unit 70 by the application server 30a is performed in accordance with an operation instruction from the user interface device 12a.
  • the end is notified from the user interface device 12a to the application server 30a (S16).
  • the application server 30a in the operation instruction waiting state (S33) When receiving the end notification from the user interface device 12a, the application server 30a in the operation instruction waiting state (S33) generates control data (end command) for ending the control of the sensor unit 70 by the communication module 50 ( S34), and transmits to the device 40a (S35).
  • the communication module 50 executes the control data (end command) to perform an end process such as initializing the sensor unit 70 (S59), and then ends.
  • the application server 30a is notified that the processing has been completed (S60).
  • the application server 30a notifies the database device 20 that the termination process in the control target device 40a has been completed (S38).
  • the operation state information 22b in the data table of the device database 22 corresponding to the notified device 40a is updated to “waiting for control (remote control is possible)” (S43).
  • FIG. 14 is a diagram showing the appearance (FIG. 14A) and the connection terminal arrangement table (FIG. 14B) of the communication module 50 constituting the device 40a in the device control system 10 of this application example.
  • the communication module 50 is provided on a housing 80 that houses the communication circuit 51, the control circuit 52, the clock generator 53, and the power supply 54, and on the side surface of the housing 80.
  • the connection terminal 81 is provided.
  • the connection terminal 81 is a collection of female terminals connected to various input / output ports included in the I / O unit 52d of the communication module 50.
  • the connection terminal 81 has nine terminals on the upper stage and eight terminals on the lower stage. Have.
  • the upper nine terminals are the first terminal for the “DAC_Vref” port and the second terminal for the “DAC_out” port from the left side.
  • the lower eight terminals are, from the left side, the 10th to 13th terminals for GND, the 14th terminal not connected, and the 6th to 9th terminals for GND.
  • two terminals arranged in the vertical direction are used as a pair to input or output one signal.
  • FIG. 15 is a circuit (FIG. 15A) and appearance (FIG. 15B) of a temperature sensor / LED unit 90 which is an example of the device main body 44 constituting the device 40a in the device control system 10 of this application example. ).
  • the temperature sensor / LED unit 90 includes a resistor 95 connected to the “DAC_out” port (second terminal) of the communication module 50 and an LED 96 connected in series with the resistor 95.
  • a thermistor 97 connected to the “ADC_Vref” port (third terminal) of the communication module 50 and a resistor 98 connected in series with the thermistor 97.
  • An “ADC_in” port (fourth terminal) of the communication module 50 is connected to a connection point between the thermistor 97 and the resistor 98.
  • the LED 96 emits light when a current corresponding to the voltage applied from the “DAC_out” port (second terminal) of the communication module 50 flows to the LED 96.
  • a voltage at the connection point between the thermistor 97 and the resistor 98 (a divided voltage corresponding to the temperature) is input to the “ADC_in” port (fourth terminal) of the communication module 50, and the communication module 50 receives a digital value (temperature data). Is converted to
  • the temperature sensor / LED unit 90 is structurally a housing 91 that houses the circuit shown in FIG. 15A, and a side surface of the housing 91.
  • the connecting terminal 92 is provided.
  • the connection terminal 92 is a collection of male terminals corresponding to the connection terminal 81 of the communication module 50. Specifically, the second to fifth terminals and the tenth to tenth terminals of the connection terminal 81 of the communication module 50 are provided. A male terminal is provided at a position corresponding to 18 terminals.
  • FIG. 16 is a diagram showing a state in which the communication module 50 shown in FIG. 14 and the temperature sensor / LED unit 90 shown in FIG. 15 are connected.
  • the second to fifth and tenth to eighteenth terminals of the connection terminal 81 of the communication module 50 and the corresponding connection terminals of the connection terminals 92 of the temperature sensor / LED unit 90 are electrically and mechanically connected.
  • one device 40a is configured.
  • the application server 30a that has received the device attribute (data table) from the database device 20 creates an initial setting command for initial setting of the communication module 50 of the device 40a by referring to the received data table (S22). It transmits to the apparatus 40a (S23).
  • the initialization command includes initialization of the “ADC_in” port and the “DAC_out” port of the I / O unit 52d of the communication module 50 (power-on of the ADC and DAC), and the “DAC_out” port. Control data for causing the LED 96 of the temperature sensor / LED unit 90 to emit light by outputting a predetermined voltage.
  • the LED 96 is turned on to notify the user that the initial setting has been completed.
  • the operator instructs the time interval for measuring the temperature with the temperature sensor / LED unit 90, the number of times of averaging the acquired temperature, and the like, or the temperature sensor / LED unit 90
  • the brightness and blinking interval of the LED 96 to be turned on are instructed.
  • the application server 30a Upon receiving such an operation instruction, the application server 30a generates control data corresponding to the operation instruction (S28) and transmits it to the device 40a (S29).
  • the communication module 50 decodes and executes the control data, and as a result, the temperature is measured by the temperature sensor / LED unit 90 at a constant time interval and averaged. Is returned to the user interface device 12a via the application server 30a, or the LED 96 blinks at regular intervals by the temperature sensor / LED unit 90.
  • control data (end command) for ending the control of the temperature sensor / LED unit 90 by the communication module 50 is generated (S34) and transmitted to the device 40a (S35).
  • control data (end command) for terminating the control the “ADC_in” port and the “DAC_out” port of the I / O unit 52d of the communication module 50 are opened (the ADC built in the I / O unit 52d and the DAC power off) control data and the like.
  • the LED 96 of the temperature sensor / LED unit 90 is turned off when such control data (end command) is executed by the communication module 50 of the device 40a.
  • the notification that the control is completed and the temperature data acquired by the communication module 50 are transmitted (feedback) from the device 40a to the application server 30a. It was done. However, when only the LED 96 of the temperature sensor / LED unit 90 is controlled, such feedback is not necessarily required.
  • FIG. 17 is a communication sequence diagram showing the operation (starting time and controlling time) of the device control system 10 when performing control (open loop control) without transmission (feedback) from the device 40a to the application server 30a.
  • step S57 there is no feedback (transmission from the device 40a to the application server 30a (step S57)) in the communication sequence shown in FIG.
  • the application server 30a After transmitting control data to the device 40a (S29), the application server 30a waits for a predetermined time that is considered to be longer than the time required for execution by the device 40a (S31a), and then confirms that the preparation has been completed. 12a is notified (32a).
  • the user interface device 12a Upon receiving the notification of preparation completion, the user interface device 12a returns from the state of not accepting the operation instruction so far to the state of accepting the operation instruction ("operation release") (S14a).
  • the communication module 50 of the device 40a needs to transmit data to the application server 30a.
  • the power consumption in the communication module 50 is reduced. Therefore, when the power supply 54 of the communication module 50 is realized by a battery, the driving time by the battery (operation time of the communication module 50) is extended.
  • the present embodiment and application example are the device control system 10 including the device 40a (40b) and the application server 30a (30b) that remotely controls the device 40a (40b) via the communication network 11.
  • the device 40a (40b) includes a communication module 50 having a common configuration corresponding to a plurality of types of devices, and the communication module 50 is connected to the application server 30a (30b) via the communication network 11.
  • the application server 30a (30b) is connected to the database module 20 that holds the communication module 50 of the device and the device database 22 in which information related to the device is registered for each of a plurality of devices, and remotely transmits the device 40a (40b).
  • a storage unit 31 that stores an application 32 that is a program for controlling, and a control unit 33 that remotely controls the device 40a (40b) according to the application 32 stored in the storage unit 31 are provided.
  • the control unit 33 identifies a device that matches the application 32 from a plurality of devices registered in the device database 22, and generates control data for causing the identified device to perform a predetermined operation.
  • the control data is transmitted to the communication module 50 provided in the device 40a (40b).
  • the communication module 50 controls the device 40a (40b) according to the received control data.
  • the device is remotely controlled by the control data distributed from the application server to the device via the communication network while the application server holds the application. Therefore, unlike the conventional case where the application is downloaded from the application server to the device and executed on the device, control data of a small size necessary for individual control is distributed to the device and executed on the device, so the processing capacity is limited. Even when a device including a control circuit having a memory with a small storage capacity is targeted, the device is controlled via the communication network.
  • the device since the device is controlled while the application is held in the application server, unlike the conventional case where the application held in the individual device is updated, the application can be controlled simply by updating the application held in the application server. The control for all target devices is changed. Therefore, application updates can be easily performed collectively, and it is not necessary to provide a large-capacity memory in the device for application update.
  • the communication module incorporated in the device has a common configuration corresponding to a plurality of types of devices, there is no need to consider the type of the communication module even if the type of device to be controlled is different. Not only can development be made more efficient, but application development can also be made more efficient.
  • the communication module 50 includes a communication circuit 51 connected to the communication network 11 and a plurality of input / output ports used for device control, and the communication circuit 51 is transmitted from the application server 30a (30b).
  • the control circuit 52 includes a control circuit 52 that controls the device 40a (40b) via at least one of the plurality of input / output ports according to the received control data.
  • the communication module has a plurality of input / output ports used for device control, and thus has high versatility and can be connected to various types of device main bodies in various formats.
  • the control data includes designation of at least one of the plurality of input / output ports and designation of data to be output from at least one of the input / output ports to the device.
  • the control circuit 52 includes a communication circuit. According to the control data received at 51, the designated data is output from at least one of the designated input / output ports.
  • control data distributed from the application server to the device has a unified and simple structure including designation of the input / output port and designation of data to be output from the input / output port to the device. Therefore, a communication module that decodes and executes such control data can be realized by a control circuit (such as a microcomputer) having a memory with a small storage capacity and limited processing capability.
  • a control circuit such as a microcomputer
  • the plurality of input / output ports include an input port for acquiring information sent from the device 40a (40b).
  • the control circuit 52 adds the input port to the control data received by the communication circuit 51.
  • information is acquired from the device via the designated input port, and the obtained information is transmitted to the application server 30a (30b) via the communication circuit 51 and the communication network 11.
  • connection state information 22e indicating the connection state between the communication module 50 of the device and the device main body 44 constituting the device is registered for each of the plurality of devices.
  • the control data is generated by referring to the connection state information 22e registered in the device database 22 for the device that has been selected.
  • connection state information indicating the connection state between the communication module and the device main body in the device is registered in the device database, and the application server generates control data by referring to the connection state information. Therefore, the application server can know the input / output port of the communication module and the data to be output or the data to be input by referring to the device database, and generates control data specific to the device according to the contents of the control. can do.
  • the control circuit 52 includes a storage circuit (RAM 52b) that holds control data received by the communication circuit 51, and after the device is controlled according to the control data held in the storage circuit, the control circuit 52 holds the control data. Erase control data.
  • control data held in the communication module is discarded after being used for control, even if it is repeatedly controlled, the memory capacity provided in the communication module can be small.
  • the application server 30a (30b) is connected to the user interface device 12a (12b) that acquires the operation instruction, and the control unit 33 starts the operation of the application 32 according to the operation instruction acquired by the user interface device 12a (12b).
  • control data for causing the device 40a (40b) to perform a predetermined operation is generated, and the generated control data is transmitted to the communication module 50.
  • control data to be generated and distributed to the application server in accordance with an operation instruction on the user interface device, enabling interactive control.
  • the device 40a (40b) includes, for example, at least one of a sensor, a lighting device, and a power machine.
  • the device control system 10 can also be applied to remote control of devices including control circuits such as powerless processors such as home appliances.
  • the communication module 50 when the communication module 50 is started in a state connected to the database device 20 via the communication network 11, the communication module 50 notifies the database device 20 of the start and then waits for remote control from the application server 30a (30b).
  • the database device 20 registers in the device database 22 operation state information indicating that the device 40a (40b) including the communication module 50 can be remotely controlled, and performs control.
  • the unit 33 adapts a device in which operation state information indicating that remote control is possible from a plurality of devices registered in the device database 22 to the application 32. Identify as equipment.
  • the application server can find a device that can be controlled by referring to the device database. . Therefore, a complicated search process for finding a device that can be controlled by the application server communicating directly with each device is avoided.
  • the present invention may be realized as the application server 30a (30b) in the device control system 10 or the communication module 50.
  • the present invention also relates to an application 32 that is a program held in the storage unit 31 of the application server 30a (30b) that remotely controls the device 40a (40b) via the communication network 11, and includes the application server 30a (30b).
  • a remote control (1) when the operation of the application 32 is started, a computer suitable for the application 32 is identified from a plurality of devices registered in the device database 22, and (2) the identified device Control data for causing the device to perform a predetermined operation, and (3) transmitting the generated control data to the communication module 50 provided in the device 40a (40b) and having a common configuration corresponding to a plurality of types of devices.
  • the communication module 50 is connected to the device 40a ( 0b) may be implemented as an application for controlling.
  • the present invention is a device control method in a device control system 10 that includes a device 40a (40b) and an application server 30a (30b) that remotely controls the device 40a (40b) via the communication network 11.
  • 40a (40b) is connected to the communication network 11 and includes a communication module 50 having a common configuration corresponding to a plurality of types of devices, and the storage unit 31 included in the application server 30a (30b) includes the device 40a ( 40b), which is a program for remotely controlling the application 40b), the application server 30a (30b) is connected to the device 40a (40b) via the communication network 11 and the communication module 50 in accordance with the application 32 held in the storage unit 31.
  • Device control method to control It may be realized as.
  • the device control system, application server, communication module, application, and device control method according to the present invention have been described based on the embodiments and application examples. However, the present invention is limited to these embodiments and application examples. Is not to be done. Unless departing from the gist of the present invention, various modifications conceived by those skilled in the art have been made in the present embodiment and application examples, or other forms constructed by combining some components in the embodiments and application examples. Are also included within the scope of the present invention.
  • the present invention can be used as a device control system including an application server that remotely controls devices via a communication network, for example, as a system that controls devices such as home appliances with an application server on the cloud.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computer And Data Communications (AREA)
  • Selective Calling Equipment (AREA)
  • Telephonic Communication Services (AREA)

Abstract

処理能力に限りがあり、かつ、小さな記憶容量のメモリをもつ制御回路を備える機器を対象とする場合であっても、通信ネットワークを介して機器を制御できる機器制御システム等を提供する。機器(40a(40b))と、通信ネットワーク(11)を介して機器(40a(40b))を遠隔制御するアプリケーションサーバ(30a(30b))とを備える機器制御システム(10)であって、アプリケーションサーバ(30a(30b))は、機器(40a(40b))を遠隔制御するためのアプリケーション(32)を保持する記憶部(31)と、記憶部(31)に保持されたアプリケーション(32)に従って機器(40a(40b))を遠隔制御する制御部(33)とを備え、制御部(33)は、機器に所定の動作をさせるための制御データを生成し、生成した制御データを機器(40a(40b))が備える通信モジュール(50)に送信する。

Description

機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法
 本発明は、機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法に関し、特に、通信ネットワークを介して機器を遠隔制御するアプリケーションサーバを備える機器制御システム等に関する。
 従来、通信ネットワークを介して機器を制御(遠隔制御)する技術として、様々な技術が提案されている(例えば、特許文献1参照)。
 特許文献1では、情報機器の性能や動作環境に応じて、情報機器に最適なアプリケーション(プログラム)を生成するサーバを備えたアプリケーション配信システムにおいて、サーバは、情報機器からアプリケーションの配信要求を受けると、情報機器の能力情報に基づいて最適なプログラムソースを取得し、取得したプログラムソースをコンパイルすることによって、情報機器から要求されたアプリケーションを生成し、生成されたアプリケーションを情報機器に配信する。これによって、情報機器からアプリケーションの配信要求があった際に当該情報機器の性能や動作環境に応じた最適なアプリケーションが生成されて情報機器に配信される。
特開2003-173261号公報
 しかしながら、特許文献1の機器制御システムでは、サーバから情報機器にアプリケーションを配信し、情報機器にてアプリケーションを実行する方式であるために、家電機器等の非力なプロセッサ等の制御回路を備える機器の制御には適用できないという問題がある。家電機器等の機器に備えられる処理能力が限られた制御回路にとって、機器本体の制御に加えて、サーバとの通信、及び、サーバからダウンロードしたアプリケーションを実行することが必要とされ、処理負荷が大き過ぎる。
 また、機器には、サーバからダウンロードしたアプリケーションを保持しておくだけの記憶容量をもつメモリが必要とされ、特に、サイズの大きなアプリケーションを用いて機器を制御する場合には、大容量のメモリが必要とされる。さらに、機器に保持されたアプリケーションを更新するためにも、機器に大容量のメモリを備えておくことが必要とされる。
 そこで、本発明は、処理能力に限りがあり、かつ、小さな記憶容量のメモリをもつ制御回路を備える機器を対象とする場合であっても、通信ネットワークを介して円滑に機器を制御できる機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法を提供することを目的とする。
 上記目的を達成するために、本発明に係る機器制御システムの一形態は、機器と、通信ネットワークを介して前記機器を遠隔制御するアプリケーションサーバとを備える機器制御システムであって、前記機器は、複数の種類の機器に対応した共通の構成を有する通信モジュールを備え、前記通信モジュールは、前記通信ネットワークを介して前記アプリケーションサーバと接続され、前記アプリケーションサーバは、複数の機器のそれぞれが有する通信モジュールに前記通信ネットワークを介して接続され、かつ、前記複数の機器に関する情報が登録された機器データベースを保持するデータベース装置に接続され、前記機器を遠隔制御するためのプログラムであるアプリケーションを保持する記憶部と、前記記憶部に保持された前記アプリケーションに従って前記機器を遠隔制御する制御部とを備え、前記制御部は、前記遠隔制御として、前記機器データベースに登録された前記複数の機器から、前記アプリケーションに適合した機器を特定し、特定した前記機器に所定の動作をさせるための制御データを生成し、生成した前記制御データを前記機器が備える前記通信モジュールに送信する。
 これにより、アプリケーションサーバにアプリケーションを保持させたまま、アプリケーションサーバから通信ネットワークを介して機器に配信される制御データによって機器が遠隔制御される。よって、アプリケーションサーバから機器にアプリケーションをダウンロードして機器に実行させる従来と異なり、個々の制御に必要な小さなサイズの制御データが機器に配信されて機器で実行されるので、処理能力に限りがあり、かつ、小さな記憶容量のメモリをもつ制御回路を備える機器を対象とする場合であっても、通信ネットワークを介して機器が制御される。
 また、アプリケーションは、アプリケーションサーバに保持された状態で機器が制御されるので、個々の機器に保持されているアプリケーションを更新する従来と異なり、アプリケーションサーバに保持されたアプリケーションを更新するだけで、制御対象の全ての機器に対する制御が変更される。よって、アプリケーションの更新が一括で簡単に行われるとともに、アプリケーションの更新のために機器に大容量のメモリを備えておくことが不要となる。
 また、機器に組み込まれる通信モジュールは、複数の種類の機器に対応した共通の構成を有するので、制御対象の機器の種類が異なっても、通信モジュールの種類を考慮する必要がなく、アプリケーションの開発が効率化される。
 なお、本発明は、機器制御システムだけでなく、機器制御システムを構成するアプリケーションサーバ単体として実現してもよいし、機器を構成する通信モジュール単体として実現してもよい。また、本発明は、アプリケーションサーバの記憶部に保持されるアプリケーションとして実現してもよいし、そのアプリケーションを記録したCD-ROM等のコンピュータ読み取り可能な記録媒体として実現してもよい。さらに、本発明は、機器と通信ネットワークを介して機器を遠隔制御するアプリケーションサーバとを備える機器制御システムにおける機器制御方法として実現してもよい。
 本発明に係る機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法によれば、処理能力に限りがあり、かつ、小さな記憶容量のメモリをもつ制御回路を備える機器を対象とする場合であっても、通信ネットワークを介して円滑に機器を制御できる。
図1は、本発明の実施の形態における機器制御システムの構成を示す図である。 図2は、図1に示された機器の詳細な構成を示すブロック図である。 図3は、図2に示された通信モジュールの詳細な構成を示す回路図である。 図4は、図3に示された通信モジュールが有する機能(ハードウェア及びソフトウェア)の階層構造を示す図である。 図5は、機器の一例であるエアコンにおける機器本体の構成例を示す図である。 図6は、機器の一例であるエアコンにおける通信モジュールの外観例及び機器への組み込み例を示す図である。 図7は、図1に示されたデータベース装置の詳細な構成を示すブロック図である。 図8は、図1に示されたアプリケーションサーバの詳細な構成を示すブロック図である。 図9は、制御データ及び収集データのフォーマット例を示す図である。 図10は、実施の形態における機器制御システムの動作(開始時及び制御時)を示す通信シーケンス図である。 図11は、実施の形態における機器制御システムの動作(終了時)を示す通信シーケンス図である。 図12は、適用例1における機器本体の一例であるセンサユニットの構成を示す図である。 図13は、図12に示されたセンサユニットを機器本体として備える機器の構造例を示す図である。 図14は、適用例2における機器を構成する通信モジュールの外観及び接続端子の配置表を示す図である。 図15は、適用例2における機器を構成する機器本体の一例である温度センサ・LEDユニットの回路及び外観を示す図である。 図16は、図14に示された通信モジュールと図15に示された温度センサ・LEDユニットとが接続される様子を示す図である。 図17は、開ループ制御を行う場合の機器制御システムの動作(開始時及び制御時)を示す通信シーケンス図である。
 以下、本発明の実施の形態について、図面を用いて詳細に説明する。なお、以下で説明する実施の形態は、いずれも本発明の一具体例を示すものである。以下の実施の形態及び適用例で示される数値、形状、材料、構成要素、構成要素の配置位置及び接続形態、ステップ、ステップの順序等は、一例であり、本発明を限定する主旨ではない。また、以下の実施の形態及び適用例における構成要素のうち、本発明の最上位概念を示す独立請求項に記載されていない構成要素については、任意の構成要素として説明される。
 (実施の形態)
 図1は、本発明の実施の形態における機器制御システム10の構成を示す図である。機器制御システム10は、通信ネットワーク11を介して機器40a~40dを遠隔制御するシステムであり、通信ネットワーク11を介して接続された、ユーザインタフェース機器12a及び12b、データベース装置20、アプリケーションサーバ30a及び30b、並びに、機器40a~40dを備える。
 通信ネットワーク11は、ユーザインタフェース機器12a及び12b、データベース装置20、アプリケーションサーバ30a及び30b、並びに、機器40a~40dがお互いに通信し合うための伝送路であり、例えば、インターネットである。
 機器40a~40dは、アプリケーションサーバ30a及び30bによる遠隔制御の対象となる機器であり、例えば、センサ、照明装置又は動力機械等の器具(機器本体)が少なくとも一つ組み込まれた組み込み機器であり、具体的には、温度センサや重さセンサ等の各種センサを備える測定器(温度計、体重計等)、照明装置、冷蔵庫やエアコン等の動力機械を備える機器等である。機器40a~40dは、それぞれ、基本的な構成として、通信モジュール及び機器本体を備える。通信モジュールは、通信ネットワーク11を介してアプリケーションサーバ30a及び30bに接続される通信インタフェースである。機器本体は、通信モジュールによって制御される、機器の機能を発揮する構成要素であり、センサ、アクチュエータ、マイクロコントローラ(マイコン)等を含むトランスデューサである。機器40a~40dには、一般的なコンピュータ装置に比べ、処理能力に限りがあり、かつ、小さな記憶容量のメモリをもつマイコンを備える家電機器も含まれる。
 ユーザインタフェース機器12a及び12bは、機器40a~40dに対する遠隔制御について、操作者から指示(操作指示)を取得し、取得した操作指示を、アプリケーションサーバ30a及び30bの少なくとも一つに送信する機器であり、例えば、コンピュータ端末又はスマートフォン等の携帯端末等である。なお、ユーザインタフェース機器12a及び12bは、必ずしも通信ネットワーク11を介してアプリケーションサーバ30a及び30bと接続される独立した通信装置である必要はなく、アプリケーションサーバ30a及び30bが備えるローカルのユーザインタフェース機器(例えば、キーボード、タッチパネル等)であってもよい。
 データベース装置20は、機器40a~40dのそれぞれについて当該機器が有する通信モジュール及び機器本体に関する情報が登録された機器データベースを保持する装置であり、例えば、コンピュータ装置である。なお、データベース装置20は、必ずしも通信ネットワーク11を介してアプリケーションサーバ30a及び30bと接続される独立した通信装置である必要はなく、アプリケーションサーバ30a及び30bが備えるローカルの記憶装置であってもよい。
 アプリケーションサーバ30a及び30bは、機器40a~40dを遠隔制御するためのプログラムであるアプリケーションを保持し、ユーザインタフェース機器12a及び12bで指示されたアプリケーションに従って、データベース装置20に保持された機器データベースを参照することで、通信ネットワーク11を介して機器40a~40dを遠隔制御する装置であり、例えば、クラウド上のコンピュータ装置である。これらのアプリケーションサーバ30a及び30bは、アプリケーション自体を機器40a~40dに配信するのではなく、内部にアプリケーションを保持しておき、そのアプリケーションを実行することで、機器40a~40dに対して、個々の制御に対応する小さなサイズ(例えば、50バイト以下)の制御データを送信して機器40a~40dを制御するコントローラとして機能する。
 なお、図1では、2台のアプリケーションサーバ30a及び30bが示されたが、機器制御システム10の構成要素としては、1台であってもよい。同様に、ユーザインタフェース機器12a及び12b、並びに、機器40a~40dについても、それぞれ、機器制御システム10の構成要素としては、1台であってもよい。また、2台のアプリケーションサーバ30a及び30bのいずれが機器40a~40dのいずれを制御するか(被制御機器とそのコントローラとの対応)については、ユーザインタフェース機器12a及び12bで取得される操作指示、及び、アプリケーションサーバ30a及び30bで実行されるアプリケーションの内容に依存して決定される。
 図2は、図1に示された機器40a~40dの詳細な構成を示すブロック図である。3つの機器40a~40dは、いずれも同じ構成を備えるので、ここでは、機器40aの構成が示されている。機器40aは、アンテナ42、通信モジュール50及び機器本体44を備える。
 アンテナ42は、通信ネットワーク11に接続される無線通信用アンテナであり、本実施の形態では、通信ネットワーク11に接続されたアクセスポイント(図示せず)との間で無線LANによる通信を行う。
 通信モジュール50は、この機器40aが通信ネットワーク11を介してアプリケーションサーバ30a及び30bと通信し合うための通信インタフェースであり、機器本体44と接続され、アプリケーションサーバ30a及び30bから送信されてきた制御データを受信すると、受信した制御データを解読して実行することで、機器40a(具体的には、機器本体44)を制御する。
 機器本体44は、機器40aの機能を発揮する各種器具であり、この機器制御システム10における制御の対象物である。具体的には、機器本体44は、センサ、アクチュエータ、マイコン等を含むトランスデューサである。
 図3は、図2に示された通信モジュール50の詳細な構成を示す回路図である。通信モジュール50は、基本的には、この機器40aだけでなく、異なる種類の他の機器にも共通に用いられる通信インタフェースであり、そのために、複数の種類の機器に対応した共通の構成として、通信回路51、制御回路52、クロック発生器53及び電源54を有する。
 電源54は、通信回路51及び制御回路52に必要な電力を供給する電源回路であり、例えば、電池等である。
 クロック発生器53は、クロック信号を生成して通信回路51及び制御回路52に供給して動作させる回路である。
 通信回路51は、制御回路52を通信ネットワーク11に接続する通信インタフェースであり、本実施の形態では、通信ネットワーク11に接続されたアクセスポイント(図示せず)と無線LANで通信をする回路である。
 制御回路52は、通信モジュール50における制御を行う回路であり、RAM52b、制御プログラムが格納されたROM52c、その制御プログラムを実行するCPU52a、及び、機器40a(具体的には、機器本体44)の制御に用いられる複数の入出力ポートを有する回路であるI/O部52dを有する。
 I/O部52dは、本実施の形態では、図示されるように、デジタル入出力ポートであるGPIO(General Purpose Input/Output)を用いて、「I2C(Inter-Integrated Circuit)-Bus(NXP社の商標)」のポート(I2Cポート)及び「UART(Universal Asynchronous Receiver Transmitter)」のポート(UARTポート)を実現している。I2Cポートは、SDA(シリアルデータ)線とSCL(シリアルクロック)線で構成される。また、UARTポートは、TXD(送信)線とRXD(受信)線で構成される。さらに、I/O部52dは、アナログ入出力ポートとして、ADC用の入力ポート「ADC_in」及びADC用の基準電圧出力ポート「ADC_Vref」と、DAC用の出力ポート「DAC_out」及びDAC用の基準電圧出力ポート「DAC_Vref」とを有する。また、I/O部52dは、これらの入出力ポートに接続されたI2C用信号処理回路、UART、ADC及びDAC等の回路を内蔵している。
 通信回路51がアプリケーションサーバ30a及び30bから送信されてきた制御データを受信すると、制御回路52は、受信された制御データに従ってI/O部52dがもつ複数の入出力ポートの少なくとも一つを介して機器本体44を制御する。具体的には、通信回路51で受信された制御データに、I/O部52dがもつ複数の入出力ポートの少なくとも一つの指定と、当該入出力ポートの少なくとも一つから機器40a(具体的には、機器本体44)に向けて出力すべきデータの指定とが含まれる場合には、CPU52aは、その制御データに従って、指定された入出力ポートの少なくとも一つから指定されたデータを出力する。一方、通信回路51で受信された制御データに、機器40a(具体的には、機器本体44)から送られてくる情報を取得するための入力ポートの指定が含まれる場合には、CPU52aは、指定された入力ポートを介して機器本体44から情報を取得し、取得した情報を通信回路51及び通信ネットワーク11を介してアプリケーションサーバ30a及び30bに送信する。これらの制御では、CPU52aは、通信回路51から制御データを受け取ると、受け取った制御データをRAM52bに格納し、RAM52bに格納した制御データに従ってI/O部52dを介して機器本体44を制御する。そして、CPU52aは、制御を終えた後は、不要となった、RAM52bに格納していた制御データを消去する。なお、ここでの「消去」は、制御データが格納されていた記憶領域を、新たなデータの格納に使用できるように解放することである。
 なお、クロック発生器53及び電源54は、通信モジュール50として必須の構成要素ではなく、機器本体44に設けられてもよい。また、制御回路52は、1チップのマイコンで実現されてもよいし、通信回路51と制御回路52とが1チップの集積回路で実現されてもよい。
 図4は、通信モジュール50が有する機能(ハードウェア及びソフトウェア)の階層構造を示す図である。ここでは、通信ネットワーク11、ユーザインタフェース機器12a及び12b、機器データベース22を備えるデータベース装置20、アプリケーション32を備えるアプリケーションサーバ30a及び30b、及び、通信ネットワーク11と通信モジュール50との間を無線で中継するアクセスポイント13も併せて図示されている。
 通信モジュール50は、機器本体44との接続に関して、最下位(物理)層として、I/O部52dによって提供されるDAC、ADC及びGPIOを有し、その上位層として、I/O部52dを制御するドライバとしての入出力制御50aの機能を有する。また、通信モジュール50は、アクセスポイント13を介した通信ネットワーク11との接続に関して、通信回路51によって提供されるPHY(物理)層及びMAC(媒体制御アクセス)層の機能を含む無線LAN51aの通信インタフェースとしての機能を有する。さらに、通信モジュール50は、入出力制御50aの機能、及び、無線LAN51aの機能の上位層として、共通実行環境50bを有する。入出力制御50a及び共通実行環境50bは、ROM52cに格納されたソフトウェアによって実現される。共通実行環境50bの上位層として、アプリケーションサーバ30a及び30bから送信されてきた制御データ50cが位置する。共通実行環境50bは、制御データ50cを解読して実行するプラットフォームとしてのOS(Operating System)であり、制御データ50cに従って、入出力制御50aを介してI/O部52dを制御することで機器本体44を制御したり、機器本体44からの情報をI/O部52dを介して取得し、取得した情報を、無線LAN51aを介してアプリケーションサーバ30a及び30bに送信したりする。
 図5は、機器の一例であるエアコンにおける機器本体44の構成例を示す図である。機器本体44は、電子回路として、制御回路45、クロック発生器46及び電源47を備える。クロック発生器46は、クロック信号を生成して制御回路45に供給して動作させる回路である。電源47は、制御回路45及びその他の構成要素に必要な電力を供給する電源回路である。制御回路45は、エアコンの制御を行う回路であり、RAM45b、制御プログラムが格納されたROM45c、その制御プログラムを実行するCPU45a、及び、各種周辺機器の制御に用いられる複数の入出力ポートを有する回路であるI/O部45dを有する。CPU45aは、UARTポートを有し、そのUARTポートを介して、通信モジュール50のI/O部52dが有するUARTポートと接続される。また、機器本体44は、各種周辺機器として、温湿度センサ44a、LCD表示部44b、ルーバー44dを駆動するモータドライバ44c、ファン44fを駆動するモータドライバ44e、並びに、コンプレッサ及びファンモータ(図示せず)を有する室外機44gを備える。
 このような機器本体44では、CPU45aは、ROM45cに格納されたプログラムを実行することで、操作者による指示、又は、UARTポートを介して通信モジュール50から送られてくる制御信号に従って、温湿度センサ44aの値を読み取り、室外機44gが有するコンプレッサ及びファンモータ(図示せず)等を制御し、モータドライバ44e及び44cのそれぞれを介して室内のファン44f及びルーバー44dを制御する。
 図6は、機器の一例であるエアコンにおける通信モジュール50を平面視したときの外観例(図6の(a))及び機器への組み込み例(図6の(b))を示す図である。
 図6の(a)に示されるように、通信モジュール50は、構造的に、回路基板55と、回路基板55上に実装された回路56及びコネクタ57で構成される。回路56は、図3に示された通信回路51、制御回路52、クロック発生器53及び電源54に相当する。コネクタ57は、制御回路52のI/O部52dが有する入出力ポート及び電源54等が接続される端子を有する。なお、回路基板55には、回路56に含まれる通信回路51に接続されたアンテナ42が配線パターンとして実装され、図6の(b)に示されるエアコン主基板44hに取り付けるためのねじ穴58及び位置決め穴(ボス穴)59が形成されている。
 図6の(b)は、図6の(a)に示された通信モジュール50が機器本体44の一部であるエアコン主基板44hに取り付けられた様子を示している。通信モジュール50は、回路基板55の回路実装面とエアコン主基板44hの回路実装面とが向かい合うように、エアコン主基板44hに取り付けられる。エアコン主基板44hは、エアコンを制御する回路44iが実装された回路基板であり、一部の領域に、通信モジュール50のコネクタ57と接続されるコネクタ44j、通信モジュール50のねじ穴58に対応するねじ穴44k、及び、通信モジュール50の位置決め穴59に対応するボス(図示せず)を有する。通信モジュール50のコネクタ57がエアコン主基板44hのコネクタ44jに装着され、通信モジュール50の位置決め穴59にエアコン主基板44hのボス(図示せず)が差し込まれ、通信モジュール50のねじ穴58とエアコン主基板44hのねじ穴44kとが、スペーサ61を挟んで、ねじ60とナット62とで固定されることで、通信モジュール50がエアコン主基板44hに固定され、電気的に接続される。
 図7は、図1に示されたデータベース装置20の詳細な構成を示すブロック図である。データベース装置20は、記憶部21、制御部23及び通信部24を備える。
 記憶部21は、上述した機器データベース22、つまり、機器40a~40dのそれぞれについて当該機器が有する通信モジュール及び機器本体に関する情報が登録された機器データベース22を保持する記憶装置であり、例えば、ハードディスクドライブである。具体的には、機器データベース22には、図7に示されるように、機器40a~40dのそれぞれについて、データテーブルとして、通信モジュールID22a、動作状態情報22b、通信モジュール型番22c、機器本体型番22d、接続状態情報22e、その他の情報22fが格納されている。
 通信モジュールID22aは、機器が備える通信モジュール50が有する固有のIDである。
 動作状態情報22bは、機器が備える通信モジュール50の動作状態を示す情報であり、具体的には、「制御待ち(遠隔制御可能)」、「通信不可」、「特定のアプリケーションによる制御中」、「故障中」等のいずれかを示す。
 通信モジュール型番22cは、機器が備える通信モジュール50の型番であり、通信モジュール50のハードウェア及びソフトウェアの仕様の組み合わせに一意に対応づけられている。
 機器本体型番22dは、機器が備える機器本体44の型番であり、機器本体44のハードウェア及びソフトウェアの仕様の組み合わせに一意に対応づけられている。
 接続状態情報22eは、通信モジュール50のI/O部52dと機器本体44との接続状態を示す情報であり、具体的には、機器本体44に接続されているI/O部52dの入出力ポート、その入出力ポートの機器本体44における機能等を示している。
 その他の情報22fは、アプリケーションによって使用される情報であり、機器の名称、機器の設置位置を示す情報、機器を制御するアプリケーションに関する情報等である。
 通信部24は、データベース装置20を通信ネットワーク11に接続するための通信インタフェースである。
 制御部23は、通信部24及び通信ネットワーク11を介して接続されたアプリケーションサーバ30a及び30b、並びに、機器40a~40dと情報交換をするコントローラであり、例えば、揮発性メモリ、制御プログラムが格納された不揮発性メモリ、その制御プログラムを実行するプロセッサ、及び、各種入出力ポート等で構成される。具体的には、制御部23は、アプリケーションサーバ30a及び30bからの要求及び問い合わせに応じて、記憶部21に保持されている機器データベース22を参照することで、その要求及び問い合わせに対する回答をアプリケーションサーバ30a及び30bに返す。また、制御部23は、機器40a~40dからの通知に従って、記憶部21に保持されている機器データベース22の動作状態情報22bを更新する。
 図8は、図1に示されたアプリケーションサーバ30a及び30bの詳細な構成を示すブロック図である。2台のアプリケーションサーバ30a及び30bは、いずれも同じ構成を備えるので、ここでは、アプリケーションサーバ30aの構成が示されている。アプリケーションサーバ30aは、記憶部31、制御部33及び通信部34を備える。
 記憶部31は、機器40a~40dを遠隔制御するためのプログラムであるアプリケーション32を保持する記憶装置であり、例えば、ハードディスクドライブである。なお、アプリケーション32は、1台の機器を制御するプログラムであってもよいし、複数台の機器を制御するプログラムであってもよい。例えば、アプリケーション32は、ユーザインタフェース機器12a及び12bからの指示に従って、指示された機器であるエアコンを制御することで、一日の各時間帯における部屋の温度を指定された温度に維持させる制御を行ったり、ユーザインタフェース機器12a及び12bからの指示に従って、指示された複数の機器である複数の体重計を制御することで、一日に一回、複数の体重計のそれぞれに格納された値を収集して記録することを毎日繰り返したりする。なお、記憶部31に、一つのアプリケーション32が保持されてもよいし、複数の異なるアプリケーション32が保持されてもよい。
 通信部34は、アプリケーションサーバ30aを通信ネットワーク11に接続するための通信インタフェースである。
 制御部33は、通信部34及び通信ネットワーク11を介して接続されたユーザインタフェース機器12a及び12bからの操作指示に従って、記憶部31に保持されているアプリケーション32を実行することで、通信部34及び通信ネットワーク11を介してデータベース装置20に保持された機器データベース22を参照し、通信ネットワーク11を介して機器40a~40dを遠隔制御するコントローラであり、例えば、揮発性メモリ、制御プログラムが格納された不揮発性メモリ、その制御プログラムを実行するプロセッサ、及び、各種入出力ポート等で構成される。
 より詳しくは、制御部33は、機器の遠隔制御として、機器データベース22に登録された複数の機器から、実行するアプリケーションに適合した機器を特定し、特定した機器に所定の動作をさせるための制御データを生成し、生成した制御データを機器が備える通信モジュール50に送信する。
 図9は、アプリケーションサーバ30aで生成されて機器に送信される制御データ及び機器からアプリケーションサーバ30aに送信される収集データのフォーマット例を示す図である。図9の(a)は、制御データのフォーマット例を示す。制御データは、先頭から、通信モジュール50の「入出力ポート」、「制御の方向(入力又は出力)」、及び、「出力データ」を指定するフィールドで構成される。「入出力ポート」は、通信モジュール50のI/O部52dが有する入出力ポートを指定するフィールドである。「制御の方向(入力又は出力)」は、アプリケーションサーバ30aが機器を制御(出力)するか、アプリケーションサーバ30aが機器からデータ(収集データ)を取得(入力)するかのいずれかを指定フィールドである。「出力データ」は、アプリケーションサーバ30aが機器を制御する(出力)場合に、通信モジュール50から機器本体44に出力するデータを示すフィールドである。
 図9の(b)は、アプリケーションサーバ30aが機器を制御(出力)する場合に用いられる制御データの一例を示す。ここでは、通信モジュール50のUART(送信)ポートを指定するデータ「010」、制御の方向が「出力」であることを示すデータ「1」、及び、出力データ「1011・・・」が配置された制御データが示されている。このような制御データが通信モジュール50で解読され実行されることで、通信モジュール50のUART(送信)ポートから機器本体44にデータ「1011・・・」が出力される。
 図9の(c)は、アプリケーションサーバ30aが機器からデータ(収集データ)を取得(入力)する場合に用いられる制御データの一例を示す。ここでは、通信モジュール50のADC_inポートを指定するデータ「100」、及び、制御の方向が「入力」であることを示すデータ「0」が配置された制御データが示されている。このような制御データが通信モジュール50で解読され実行されることで、通信モジュール50のADC_inポートを介して機器本体44からアナログ電圧が取得される。取得されたアナログ電圧に対応するデジタル値は、図9の(d)に示される収集データとして、通信モジュール50からアプリケーションサーバ30aに送信される。
 次に、以上のように構成された本実施の形態における機器制御システム10の動作について説明する。
 図10は、本実施の形態における機器制御システム10の動作(開始時及び制御時)を示す通信シーケンス図である。ここでは、ユーザインタフェース機器12a、アプリケーションサーバ30a、データベース装置20及び機器40a間での通信のやりとりが示されている。
 機器40aでは、通信ネットワーク11を介してデータベース装置20と接続された状態で電源が投入(起動)されると(S50)、通信モジュール50は、起動したこと(具体的には、通信モジュールID)をデータベース装置20に通知した後に(S51)、アプリケーションサーバ30aからの遠隔制御を待ち受ける状態(制御待ち状態)に入る(S52)。
 機器40aから起動したことの通知(具体的には、通信モジュールID)を受けたデータベース装置20では、制御部23は、通知された通信モジュールIDに対応する機器データベース22のデータテーブルにおける動作状態情報22bを「通信不可」から「制御待ち(遠隔制御可能)」に更新する(S40)。
 一方、ユーザインタフェース機器12aは、アプリケーションサーバ30aに保持されたアプリケーション32を起動する操作がされる、あるいは、アプリケーション32を起動する条件が成立すると、アプリケーションサーバ30aにアプリケーション32を動作(実行)させる要求をする(S10)。アプリケーション32を起動する条件が成立するケースとして、例えば、アプリケーション32を起動する日時が予め設定され、その日時に達した時等が相当する。
 ユーザインタフェース機器12aからアプリケーション32の動作要求を受けたアプリケーションサーバ30aでは、制御部33は、動作要求(用件)を把握し(S20)、その動作要求に適合する機器が存在するかをデータベース装置20に問い合わせる(S21)。具体的には、制御部33は、ユーザインタフェース機器12aから指示されたアプリケーション32を参照することで、そのアプリケーション32の制御対象となる機器を特定し、特定した機器の情報(例えば、機器本体型番)をデータベース装置20に送信することで、その機器が機器データベース22に登録されているか(適合機器が存在するか)を問い合わせる。
 アプリケーションサーバ30aから適合機器の問い合わせを受けたデータベース装置20では、制御部23は、問い合わせを受けた機器の情報(例えば、機器本体型番)が登録された機器データベース22のデータテーブルを探索し、探索したデータテーブルの動作状態情報22bが「制御待ち(遠隔制御可能)」であるか否かを確認し、「制御待ち(遠隔制御可能)」である場合には、対象の機器が制御可能であると判断し、その動作状態情報22bを「制御待ち(遠隔制御可能)」から「特定のアプリケーションによる制御中」に更新するとともに(S41)、探索したデータテーブルを、問い合わせを受けた機器の属性として、アプリケーションサーバ30aに返信する(S42)。
 データベース装置20から機器の属性の通知(データテーブル)を受けたアプリケーションサーバ30aでは、制御部33は、データテーブルに含まれる通信モジュール型番22c及び機器本体型番22dに従って、機器40aの通信モジュール50を初期設定するための一つ以上の制御データである初期設定命令を作成し(S22)、データテーブルに含まれる通信モジュールID22aを宛先として機器40aに送信した後に(S23)、機器40aからの初期設定の完了通知を待つ(S24)。なお、初期設定命令の作成では、例えば、制御部33は、通信モジュール型番22c及び機器本体型番22dの組み合わせに対応して予め準備された初期設定命令のひな型を選択する。
 アプリケーションサーバ30aから初期設定命令を受信した機器40aの通信モジュール50では、制御回路52は、共通実行環境50bによって初期設定命令を実行することでI/O部52d等を初期化した後に(S53)、通信回路51を介して、初期設定が完了したこと(あるいは、初期設定の結果)をアプリケーションサーバ30aに通知した後に(S54)、アプリケーションサーバ30aによる制御を待つ(S55)。
 機器40aから初期設定完了の通知を受けたアプリケーションサーバ30aでは、制御部33は、制御対象の機器40aの準備が完了したと認識(状態確認)し(S25)、ユーザインタフェース機器12aに、制御対象の機器40aの準備が完了したことを通知した後に(S26)、ユーザインタフェース機器12aからの操作指示を待つ(S27)。
 アプリケーションサーバ30aから、準備完了の通知を受けたユーザインタフェース機器12aは、機器40aに対する操作指示を受けることが可能な状態となり、操作者からの操作指示を受けると(S11)、受けた操作指示をアプリケーションサーバ30aに通知した後に(S12)、操作指示の入力を禁止する状態になる(S13)。
 ユーザインタフェース機器12aから操作指示を受けたアプリケーションサーバ30aでは、制御部33は、受けた操作指示に対応する一つ以上の制御データを生成し(S28)、機器40aに送信した後に(S29)、機器40aからの制御完了の通知を待つ(S30)。このとき、制御部33は、データベース装置20から受信している接続状態情報22eを参照することで、制御データを生成し、機器40aに送信する。つまり、制御部33は、制御対象となる機器40aについて機器データベース22に登録された接続状態情報22eを参照することで、一つ以上の制御データを生成して機器40aに送信する。具体的には、制御部33は、接続状態情報22eが示す機器本体44に接続されているI/O部52dのポートとそのポートの機器本体44における機能との組み合わせを参照することで、機器40aを制御するための通信モジュール50の入出力ポート、制御の方向(入力か出力か)、及び、制御の方向が出力の場合における出力データを特定し、それらをフィールドとしてもつ一つ以上の制御データを生成して機器40aに送信する。
 アプリケーションサーバ30aから制御データを受信した機器40aの通信モジュール50では、制御回路52は、共通実行環境50bによって、受信した制御データを解読して実行することで、I/O部52dを介して機器本体44を制御する、あるいは、機器本体44から温度データ等の収集データを取得した後に(S56)、通信回路51を介して、制御が完了したことの通知、及び、収集データを取得している場合にはその収集データをアプリケーションサーバ30aに送信する(S57)。
 機器40aから、制御完了の通知、又は、制御完了の通知と収集データを受信したアプリケーションサーバ30aでは、制御部33は、機器40aによる制御又はデータ取得が完了したと認識(状態確認を)し、必要なデータ処理(例えば、収集データが示す複数の値の平均値を算出する等)が発生している場合にはそのデータ処理をした後に(S31)、データ処理の結果を、制御結果として、ユーザインタフェース機器12aに通知する(S32)。
 アプリケーションサーバ30aから制御結果の通知を受けたユーザインタフェース機器12aは、受けた制御結果を表示し(S14)、再び、操作指示を受け付ける状態に戻り(S11)、以降、同様の処理を繰り返す(S12~S14)。
 以上のようにして、アプリケーションサーバ30aによる機器40aの遠隔制御が行われる。
 なお、図10の通信シーケンスにおいて、アプリケーションサーバ30aが機器40aからの初期設定の完了通知を待っているとき(S24)、ユーザインタフェース機器12aからの操作指示を待っているとき(S27)、及び、機器40aからの制御の完了通知を待っているとき(S30)等は、アイドル時間であり、この時間において、アプリケーションサーバ30aが他のアプリケーションを実行してもよい。
 図11は、本実施の形態における機器制御システム10の動作(終了時)を示す通信シーケンス図である。
 ユーザインタフェース機器12aは、操作者によってアプリケーション32を終了する操作がされる、あるいは、アプリケーション32を終了する条件が成立すると(S15)、アプリケーションサーバ30aにアプリケーション32を終了させる通知をする(S16)。アプリケーション32を終了する条件が成立するケースとして、例えば、アプリケーション32を終了する日時が予め設定され、その日時に達した時等が相当する。
 ユーザインタフェース機器12aからの操作指示を待つ状態にいたアプリケーションサーバ30aでは(S33)、ユーザインタフェース機器12aからアプリケーション32の終了通知を受けると、制御部33は、通信モジュール50による機器本体44の制御を終了させるための制御データ(終了命令)を生成し(S34)、機器40aに送信した後に(S35)、機器40aからの完了通知を待つ(S36)。制御を終了させるための制御データ(終了命令)として、制御部33は、データベース装置20から受信している接続状態情報22eを参照することで、通信モジュール50を介して機器本体44を初期化したり、制御に使用していた通信モジュール50の入出力ポートをクローズして通信モジュール50を初期化したりする制御データを生成する。例えば、制御を終了させるための制御データ(終了命令)は、エアコンの動作を終了させる処理、具体的には、コンプレッサを停止させファンモータを停止させるとともに、ルーバーを閉じた上で電源を切る命令である。
 アプリケーションサーバ30aからの遠隔制御を待ち受ける状態(制御待ち状態)にいた機器40aでは(S58)、アプリケーションサーバ30aから制御を終了させる制御データを通信モジュール50が受信すると、制御回路52は、共通実行環境50bによって制御データを解読して実行することで、I/O部52dを初期化し、一時的に保持していた収集データ及び制御データを消去する終了処理をした後に(S59)、通信回路51を介して、アプリケーションサーバ30aに終了処理が完了したことを通知する(S60)。
 機器40aから終了処理の完了通知を受けたアプリケーションサーバ30aでは、制御部33は、制御対象の機器40aにおける終了処理が完了したと認識(状態確認)し(S37)、データベース装置20に、制御対象の機器40a(具体的には、通信モジュールID)における終了処理が完了したことを通知する(S38)。
 アプリケーションサーバ30aから制御対象の機器40a(具体的には、通信モジュールID)における終了処理が完了したことの通知を受けたデータベース装置20では、制御部23は、通知された通信モジュールIDに対応する機器データベース22のデータテーブルにおける動作状態情報22bを「特定のアプリケーションによる制御中」から「制御待ち(遠隔制御可能)」に更新する(S43)。これにより、機器40aは、アプリケーションによる制御対象から開放され、別のアプリケーション、又は、再び、同じアプリケーションによる制御を受け付ける状態となる。なお、終了処理によって通信モジュール50の電源が切断された場合には、動作状態情報22bは、「特定のアプリケーションによる制御中」から「通信不可」に更新される。
 以上のようにして、機器40aの遠隔制御についての終了処理が行われる。
 なお、図10及び図11では、ユーザインタフェース機器12aからの操作指示に従って機器40aに対する遠隔制御及び終了処理が行われるインタラクティブな制御が行われたが、ユーザインタフェース機器12aからの操作指示は、必ずしも必要ではない。アプリケーション32が、ユーザインタフェース機器12aからの操作指示を取得することなく、予め定められた手順又はスケジュールに従って機器40aを制御するプログラムである場合には、そのようなアプリケーション32に従って、ユーザインタフェース機器12aからの操作指示を取得することなく機器40aに対する制御(自動制御)が行われる。
 さらに、そのような自動制御が行われている場合であっても、ユーザインタフェース機器12aからの操作指示が行われた場合には、その操作指示に従った手動制御が行われてもよい。つまり、自動制御と手動制御が混在してもよい。
 また、気象データサーバから通信ネットワーク11を介して外気温や日照等の過去又は現在の環境データ及び予報値を取得し、これらの情報を用いて機器40aの消費電力を最適化する制御をアプリケーションに組み込んでもよい。
 また、アプリケーションの内容によっては、機器探索・機器制御・データ取得・機器開放(S20~S32)を1セットとして、複数のアプリケーションで積極的に1台の機器を共有して制御することも、同じ仕組みで可能である。
 ところで、無線LANのネットワークに機器40aを参加させるにあたっては、アクセスポイント13のSSID(Service Set Identifier)を選択し、セキュリティキーを交換する等の作業が必要になる。このような無線接続処理は、ユーザインタフェースを持たない機器では困難な場合がある。そこで、機器制御システム10では、ユーザや設置者が所持するスマートフォン等の携帯端末を利用して無線接続処理をする。具体的には、機器制御システム10では、通信モジュール50は、起動時に接続するアクセスポイントを検出できない場合、STA(ステーション)モードでの接続を放棄してAP(アクセスポイント)モードでの接続待ち状態になる。より詳しくは、APモードでのビーコンを発しない、いわゆるステルスモードになる。このような通信モジュール50に対し、初期設定プログラムをインストールしたスマートフォン等の携帯端末を近づけてSTAモードで接続し、APモードになっている通信モジュール50にアクセスポイント情報等を設定した後に通信モジュール50を再起動させる。再起動した通信モジュール50は、アクセスポイント情報で得た利用地点に設置されたアクセスポイントに接続し、データベース装置20との連携(図10のステップS51)をはかることができる。
 以上述べたように、本実施の形態によれば、エアコンの機器本体44が備えるマイコン等の制御回路45については、通常のエアコンの制御機能のみを担う程度の性能に抑えつつ、かつ、通信モジュール50のマイコン等の制御回路52については、通信制御機能のみを担う程度の性能に抑えつつも、クラウド上のアプリケーションサーバ30aのパワーと通信ネットワーク11とを用いた詳細で柔軟な制御が行える。アプリケーションサーバ30aのパワーを複数のアプリケーションでシェアできる点は、クラウドコンピューティングの利点の1つでもあり、これを機器40aで生かすことができる。
 また、様々な機種のエアコンの機器本体44に対して、通信モジュール50の仕様は1種類でよく、機器の機種ごとに通信モジュールの開発を行わなくてもよい。
 さらに、機器制御システム10の構築(アプリケーションのリリース)後においても、様々な強力なアプリケーションを付加する(あるいは、アプリケーションを更新する)こともでき、遠隔制御の機能付加、及び、不具合の修正を迅速かつ丁寧に行うことができる。
 さらに、通信モジュール50が起動時における無線接続の状態によってモード変更(STAモードとAPモードとの間での変更)をすることで、無線LANにおける接続の初期設定が容易になる。
 (適用例1)
 次に、上記実施の形態における機器制御システム10の具体的な適用例1を説明する。
 図12は、本適用例における機器本体44の一例であるセンサユニット70の構成を示す図である。センサユニット70は、温湿度センサ71、気圧センサ72、照度センサ73及び電源74を備える。電源74は、例えば、電池である。温湿度センサ71、気圧センサ72及び照度センサ73は、通信モジュール50(I/O部52d)のI2Cポートと接続され、電源74からの電力供給を受けて動作し、それぞれ、温度及び湿度、気圧、照度を計測する。つまり、温湿度センサ71、気圧センサ72及び照度センサ73は、I2Cポートを介して通信モジュール50から制御され、計測したデータ(収集データ)を、I2Cポートを介して通信モジュール50に出力する。
 図13は、図12に示されたセンサユニット70を機器本体44として備える機器40aの構造例を示す図である。アンテナ42が形成された通信モジュール50とセンサユニット70とは、コネクタ57及び44jで接続され、お互いに、ねじ60で固定されている。センサユニット70では、温湿度センサ71、気圧センサ72及び照度センサ73が一体にまとめられている。
 以上のように構成された本適用例における機器制御システム10の動作は、次の通りである。ここでは、図10の通信シーケンス図における主要な手順に従って説明する。
 機器40aの電源が投入されると(S50)、通信モジュール50は、データベース装置20に通信モジュールIDを通知する(S51)。通信モジュールIDの通知を受けたデータベース装置20は、通信モジュールIDに対応する機器データベース22のデータテーブルにおける動作状態情報22bを「通信不可」から「制御待ち(遠隔制御可能)」に更新する(S40)。これにより、機器40aがアプリケーションサーバ30aからの制御を受け付ける状態となる。
 一方、ユーザインタフェース機器12aは、アプリケーションサーバ30aにインストールされたアプリケーション32にアクセスし、動作を要求する(S10)。アプリケーション32の動作要求を受けたアプリケーションサーバ30aは、ユーザインタフェース機器12aからの動作要求を把握し(S20)、その動作要求に適合する機器が存在するかをデータベース装置20に問い合わせる(S21)。
 データベース装置20は、問い合わせを受けた機器のデータテーブルを機器データベース22で探索し、探索したデータテーブルの動作状態情報22bを「制御待ち(遠隔制御可能)」から「特定のアプリケーションによる制御中」に更新するとともに(S41)、探索したデータテーブルをアプリケーションサーバ30aに返信する(S42)。
 アプリケーションサーバ30aは、受信したデータテーブルを参照することで、機器40aの通信モジュール50を初期設定するための初期設定命令を作成し(S22)、機器40aに送信する(S23)。ここで、初期設定命令には、センサユニット70に接続されている入出力ポート(I2Cポート)の番号、及び、入出力ポート(I2Cポート)の初期化処理等が含まれる。
 機器40aの通信モジュール50は、受け取った初期設定命令を共通実行環境50bで実行することで入出力ポート(I2Cポート)を初期化した後に(S53)、初期設定の結果をアプリケーションサーバ30aに通知する(S54)。なお、センサユニット70の初期設定が必要である場合には、アプリケーションサーバ30aは、通信モジュール50の初期設定に続けて、センサユニット70を初期設定するための初期設定命令を作成し、これを機器40aに送信する。機器40aでは、通信モジュール50は、受け取った初期設定命令を実行し、その結果をアプリケーションサーバ30aに返す。
 以上の手順によって、センサユニット70を制御する準備が完了し、そのことがアプリケーションサーバ30aからユーザインタフェース機器12aに通知される(S26)。
 その後、ユーザインタフェース機器12aは、操作者からの操作指示に従って(S11)、センサユニット70から取得するデータの種類、取得間隔及び平均化回数等をアプリケーションサーバ30aに指示する(S12)。これを受けて、アプリケーションサーバ30aは、制御の対象となる機器40a(通信モジュール)に対応した制御データを生成し(S28)、機器40aに送信する(S29)。
 機器40aでは、通信モジュール50は、受信した制御データを共通実行環境50bによって実行することで、I2Cポートを介して、センサユニット70を制御し、センサユニット70から温度データ等の収集データを取得した後に(S56)、その収集データをアプリケーションサーバ30aに送信する(S57)。収集データは、アプリケーションサーバ30aで処理され(S31)、データ処理の結果がユーザインタフェース機器12aに通知され(S32)、ユーザインタフェース機器12aに表示される(S14)。
 以下、アプリケーション32の使用中では、操作者による操作指示(S11)からデータ処理の結果表示(S14)までの処理が繰り返される。
 このようにして、ユーザインタフェース機器12aからの操作指示に従って、アプリケーションサーバ30aによるセンサユニット70の遠隔制御が行われる。
 本適用例における機器制御システム10の終了時の動作は、次の通りである。ここでは、図11の通信シーケンス図における主要な手順に従って説明する。
 操作者がセンサユニット70の利用を終了する指示をユーザインタフェース機器12aに対して行うと、ユーザインタフェース機器12aからアプリケーションサーバ30aに終了が通知さる(S16)。操作指示の待ち状態(S33)にいたアプリケーションサーバ30aは、ユーザインタフェース機器12aから終了通知を受けると、通信モジュール50によるセンサユニット70の制御を終了させるための制御データ(終了命令)を生成し(S34)、機器40aに送信する(S35)。
 制御データ(終了命令)を受信した機器40aでは、通信モジュール50は、その制御データ(終了命令)を実行することで、センサユニット70を初期化する等の終了処理をした後に(S59)、終了処理が完了したことをアプリケーションサーバ30aに通知する(S60)。完了の通知を受けたアプリケーションサーバ30aは、データベース装置20に、制御対象の機器40aにおける終了処理が完了したことを通知する(S38)。データベース装置20では、通知された機器40aに対応する機器データベース22のデータテーブルにおける動作状態情報22bを「制御待ち(遠隔制御可能)」に更新する(S43)。
 このようにして、機器40aに対する遠隔制御が終了する。
 (適用例2)
 次に、上記実施の形態における機器制御システム10の他の具体的な適用例2を説明する。
 図14は、本適用例の機器制御システム10における機器40aを構成する通信モジュール50の外観(図14の(a))及び接続端子の配置表(図14の(b))を示す図である。通信モジュール50は、図14の(a)の外観図に示されるように、通信回路51、制御回路52、クロック発生器53及び電源54を収容する筺体80、及び、その筺体80の側面に設けられた接続端子81を備える。接続端子81は、通信モジュール50のI/O部52dが有する各種入出力ポートと接続された雌型の端子の集まりであり、上段に9個の端子を有し、下段に8個の端子を有する。上段の9個の端子は、図14の(b)の接続端子81の配置表に示されるように、向かって左側から、「DAC_Vref」ポート用の第1端子、「DAC_out」ポート用の第2端子、「ADC_Vref」ポート用の第3端子、「ADC_in」ポート用の第4端子、GND用の第5端子、「GPIO1(UARTポートのTXD線)」用の第6端子、「GPIO2(UARTポートのRXD線)」用の第7端子、「GPIO3(I2CポートのSCL線)」用の第8端子、「GPIO4(I2CポートのSDA線)」用の第9端子である。下段の8個の端子は、向かって左側から、GND用の第10~第13端子、無接続の第14端子、GND用の第6~第9端子である。典型的には、上下に並ぶ2個の端子(上段の端子と下段の端子)が1対となって1つの信号の入力又は出力に用いられる。
 図15は、本適用例の機器制御システム10における機器40aを構成する機器本体44の一例である温度センサ・LEDユニット90の回路(図15の(a))及び外観(図15の(b))を示す図である。図15の(a)に示されるように、温度センサ・LEDユニット90は、通信モジュール50の「DAC_out」ポート(第2端子)に接続される抵抗95及びその抵抗95と直列に接続されるLED96と、通信モジュール50の「ADC_Vref」ポート(第3端子)に接続されるサーミスタ97及びそのサーミスタ97と直列に接続される抵抗98とを備える。サーミスタ97と抵抗98との接続点には、通信モジュール50の「ADC_in」ポート(第4端子)が接続される。このような構成を有する温度センサ・LEDユニット90では、通信モジュール50の「DAC_out」ポート(第2端子)から印加される電圧に応じた電流がLED96に流れることでLED96が発光する。また、サーミスタ97と抵抗98との接続点における電圧(温度に対応する分圧電圧)が通信モジュール50の「ADC_in」ポート(第4端子)に入力され、通信モジュール50においてデジタル値(温度データ)に変換される。
 また、温度センサ・LEDユニット90は、構造的には、図15の(b)に示されるように、図15の(a)に示される回路を収容する筺体91、及び、その筺体91の側面に設けられた接続端子92を備える。接続端子92は、通信モジュール50の接続端子81に対応した雄型の端子の集まりであり、具体的には、通信モジュール50の接続端子81の第2~第5端子、及び、第10~第18端子に対応する位置に雄型の端子を有する。
 図16は、図14に示された通信モジュール50と図15に示された温度センサ・LEDユニット90とが接続される様子を示す図である。通信モジュール50の接続端子81の第2~第5端子、及び、第10~第18端子と、温度センサ・LEDユニット90の接続端子92の対応する接続端子とが電気的かつ機械的に接続されることで、1台の機器40aが構成される。
 以上のように構成された本適用例における機器制御システム10の動作は、次の通りである。ここでは、図10の通信シーケンス図における主要な手順に従って、適用例1と異なる点だけを説明する。
 データベース装置20から機器属性(データテーブル)を受信したアプリケーションサーバ30aは、受信したデータテーブルを参照することで、機器40aの通信モジュール50を初期設定するための初期設定命令を作成し(S22)、機器40aに送信する(S23)。ここで、初期設定命令には、本適用例では、通信モジュール50のI/O部52dが有する「ADC_in」ポート及び「DAC_out」ポートの初期化(ADC及びDACの電源投入)、「DAC_out」ポートから所定電圧を出力させて温度センサ・LEDユニット90のLED96を発光させる制御データが含まれる。このような初期設定命令が機器40aの通信モジュール50で実行されることで(S53)、LED96が点灯し、ユーザに初期設定が完了したことを知らせることができる。
 準備が完了した通知を受けたユーザインタフェース機器12aでは、操作者は、温度センサ・LEDユニット90で温度を計測する時間間隔及び取得温度の平均化回数等を指示したり、温度センサ・LEDユニット90で点灯させるLED96の明るさ及び点滅間隔等を指示したりする。このような操作指示を受けて、アプリケーションサーバ30aは、操作指示に対応する制御データを生成し(S28)、機器40aに送信する(S29)。
 これにより、制御データを受信した機器40aでは、通信モジュール50によって制御データが解読されて実行され、その結果、温度センサ・LEDユニット90によって一定の時間間隔で温度が計測され、平均化された値がアプリケーションサーバ30aを介してユーザインタフェース機器12aに返信されてきたり、温度センサ・LEDユニット90によって一定の時間間隔でLED96が点滅したりする。
 また、本適用例における機器制御システム10の終了時の動作は、次の通りである。ここでは、図11の通信シーケンス図における主要な手順に従って、適用例1と異なる点だけを説明する。
 操作者が温度センサ・LEDユニット90の利用を終了する指示をユーザインタフェース機器12aに対して行うと、ユーザインタフェース機器12aからアプリケーションサーバ30aに終了が通知され(S16)、アプリケーションサーバ30aは(S33)、通信モジュール50による温度センサ・LEDユニット90の制御を終了させるための制御データ(終了命令)を生成し(S34)、機器40aに送信する(S35)。制御を終了させるための制御データ(終了命令)としては、通信モジュール50のI/O部52dが有する「ADC_in」ポート及び「DAC_out」ポートを開放させる(I/O部52dに内蔵されたADC及びDACの電源切断)制御データ等である。
 このような制御データ(終了命令)が機器40aの通信モジュール50によって実行されることで、温度センサ・LEDユニット90のLED96は消灯する。
 なお、本適用例では、機器40aにおける制御が完了した後に(S56)、制御が完了したことの通知、及び、通信モジュール50が取得した温度データが、機器40aからアプリケーションサーバ30aに送信(フィードバック)された。しかしながら、温度センサ・LEDユニット90のLED96だけを制御する場合には、必ずしも、このようなフィードバックは必要ではない。
 図17は、機器40aからアプリケーションサーバ30aへの送信(フィードバック)をしない制御(開ループ制御)を行う場合の機器制御システム10の動作(開始時及び制御時)を示す通信シーケンス図である。
 この通信シーケンスでは、図10に示される通信シーケンスにおけるフィードバック(機器40aからアプリケーションサーバ30aへの送信(ステップS57))がない。アプリケーションサーバ30aは、機器40aに制御データを送信した後に(S29)、機器40aでの実行に要する時間よりも長いと考えられる所定時間だけ待った後に(S31a)、準備が完了したことをユーザインタフェース機器12aに通知する(32a)。
 準備完了の通知を受けたユーザインタフェース機器12aは、その通知を受けた時点から、それまでの操作指示を受け付けない状態から、操作指示を受け付ける状態(「操作開放」)に戻る(S14a)。
 このような機器40aからアプリケーションサーバ30aへの送信(フィードバック)をしない制御(開ループ制御)によって、フィードバックをする閉ループ制御と異なり、機器40aの通信モジュール50は、アプリケーションサーバ30aにデータを送信する必要がなくなり、通信モジュール50での消費電力が削減される。よって、通信モジュール50の電源54を電池で実現した場合における電池による駆動時間(通信モジュール50の動作時間)が延びる。
 以上のように、本実施の形態及び適用例は、機器40a(40b)と、通信ネットワーク11を介して機器40a(40b)を遠隔制御するアプリケーションサーバ30a(30b)とを備える機器制御システム10である。機器40a(40b)は、複数の種類の機器に対応した共通の構成を有する通信モジュール50を備え、通信モジュール50は、通信ネットワーク11を介してアプリケーションサーバ30a(30b)と接続される。アプリケーションサーバ30a(30b)は、複数の機器のそれぞれについて当該機器が有する通信モジュール50及び当該機器に関する情報が登録された機器データベース22を保持するデータベース装置20に接続され、機器40a(40b)を遠隔制御するためのプログラムであるアプリケーション32を保持する記憶部31と、記憶部31に保持されたアプリケーション32に従って機器40a(40b)を遠隔制御する制御部33とを備える。制御部33は、遠隔制御として、機器データベース22に登録された複数の機器から、アプリケーション32に適合した機器を特定し、特定した機器に所定の動作をさせるための制御データを生成し、生成した制御データを機器40a(40b)が備える通信モジュール50に送信する。通信モジュール50は、アプリケーションサーバ30a(30b)から送信されてきた制御データを受信すると、受信した制御データに従って機器40a(40b)を制御する。
 これにより、アプリケーションサーバにアプリケーションを保持させたまま、アプリケーションサーバから通信ネットワークを介して機器に配信される制御データによって機器が遠隔制御される。よって、アプリケーションサーバから機器にアプリケーションをダウンロードして機器に実行させる従来と異なり、個々の制御に必要な小さなサイズの制御データが機器に配信されて機器で実行されるので、処理能力に限りがあり、かつ、小さな記憶容量のメモリをもつ制御回路を備える機器を対象とする場合であっても、通信ネットワークを介して機器が制御される。
 また、アプリケーションは、アプリケーションサーバに保持された状態で機器が制御されるので、個々の機器に保持されているアプリケーションを更新する従来と異なり、アプリケーションサーバに保持されたアプリケーションを更新するだけで、制御対象の全ての機器に対する制御が変更される。よって、アプリケーションの更新が一括で簡単に行われるとともに、アプリケーションの更新のために機器に大容量のメモリを備えておくことが不要となる。
 また、機器に組み込まれる通信モジュールは、複数の種類の機器に対応した共通の構成を有するので、制御対象の機器の種類が異なっても、通信モジュールの種類を考慮する必要がなく、通信モジュールの開発が効率化されるばかりか、アプリケーションの開発も効率化できる。
 また、通信モジュール50は、通信ネットワーク11と接続される通信回路51と、機器の制御に用いられる複数の入出力ポートを有し、通信回路51がアプリケーションサーバ30a(30b)から送信されてきた制御データを受信すると、受信された制御データに従って複数の入出力ポートの少なくとも一つを介して機器40a(40b)を制御する制御回路52とを備える。
 これにより、機器において、通信モジュールは、機器の制御に用いられる複数の入出力ポートを有するので、高い汎用性をもち、様々な形式で様々な種類の機器本体と接続され得る。
 また、制御データには、複数の入出力ポートの少なくとも一つの指定と、当該入出力ポートの少なくとも一つから機器に向けて出力すべきデータの指定とが含まれ、制御回路52は、通信回路51で受信された制御データに従って、指定された入出力ポートの少なくとも一つから指定されたデータを出力する。
 これにより、アプリケーションサーバから機器に配信される制御データは、入出力ポートの指定と当該入出力ポートから機器に向けて出力すべきデータの指定とが含まれる統一された簡易な構造を有する。よって、このような制御データを解読して実行する通信モジュールは、小さな記憶容量のメモリをもち、かつ、処理能力に限りがある制御回路(マイコン等)で実現され得る。
 また、複数の入出力ポートには、機器40a(40b)から送られてくる情報を取得するための入力ポートが含まれ、制御回路52は、通信回路51で受信された制御データに入力ポートの指定が含まれる場合には、指定された入力ポートを介して機器から情報を取得し、取得した情報を通信回路51及び通信ネットワーク11を介してアプリケーションサーバ30a(30b)に送信する。
 これにより、アプリケーションサーバから機器に配信される制御データに入力ポートの指定が含まれる場合には、指定された入力ポートを介して機器から情報が取得されて通信ネットワークを介してアプリケーションサーバに送信される。よって、機器に対する制御だけでなく、機器から情報を収集することもできる。
 また、機器データベース22には、複数の機器のそれぞれについて当該機器が有する通信モジュール50と当該機器を構成する機器本体44との接続状態を示す接続状態情報22eが登録され、制御部33は、特定した機器について機器データベース22に登録された接続状態情報22eを参照することで、制御データを生成する。
 これにより、機器データベースには、機器における通信モジュールと機器本体との接続状態を示す接続状態情報が登録され、アプリケーションサーバでは、接続状態情報を参照することで制御データが生成される。よって、アプリケーションサーバは、機器データベースを参照することで、通信モジュールの入出力ポートと出力すべきデータ又は入力されるデータを知ることができ、制御に内容に沿った機器に固有の制御データを生成することができる。
 また、制御回路52は、通信回路51によって受信された制御データを保持する記憶回路(RAM52b)を有し、記憶回路に保持された制御データに従って機器を制御し終えた後に、記憶回路に保持された制御データを消去する。
 これにより、通信モジュールに保持された制御データは、制御に用いられた後には破棄されるので、繰り返し制御される場合であっても、通信モジュールに備えておくメモリの容量は小さくて済む。
 また、アプリケーションサーバ30a(30b)は、操作指示を取得するユーザインタフェース機器12a(12b)に接続され、制御部33は、ユーザインタフェース機器12a(12b)が取得した操作指示に従ってアプリケーション32の動作を開始させ、ユーザインタフェース機器12a(12b)が取得した操作指示に従って機器40a(40b)に所定の動作をさせるための制御データを生成し、生成した制御データを通信モジュール50に送信する。
 これにより、ユーザインタフェース機器での操作指示に従ってアプリケーションサーバにおいて制御データが生成されて機器に配信されるので、インタラクティブな制御が可能になる。
 なお、機器40a(40b)は、例えば、センサ、照明装置及び動力機械の少なくとも一つを備える。
 つまり、機器制御システム10では、家電機器等の非力なプロセッサ等の制御回路を備える機器の遠隔制御にも適用できる。
 また、通信モジュール50は、通信ネットワーク11を介してデータベース装置20と接続された状態で起動すると、起動したことをデータベース装置20に通知した後に、アプリケーションサーバ30a(30b)からの遠隔制御を待ち受ける状態に入り、データベース装置20は、通信モジュール50から通知を受けると、当該通信モジュール50を備える機器40a(40b)について遠隔制御が可能であることを示す動作状態情報を機器データベース22に登録し、制御部33は、アプリケーション32の動作が開始されると、機器データベース22に登録された複数の機器から、遠隔制御が可能であることを示す動作状態情報が登録された機器を、アプリケーション32に適合した機器として特定する。
 これにより、通信モジュールが通信ネットワークに接続されて通信が可能になったことがデータベース装置に登録されるので、アプリケーションサーバは、機器データベースを参照することで、制御対象にできる機器を見つけ出すことができる。よって、アプリケーションサーバが個々の機器に直接通信することで制御対象にできる機器を見つけ出す煩雑な探索処理が回避される。
 なお、本発明は、上記機器制御システム10におけるアプリケーションサーバ30a(30b)として実現してもよいし、通信モジュール50として実現してもよい。
 また、本発明は、通信ネットワーク11を介して機器40a(40b)を遠隔制御するアプリケーションサーバ30a(30b)の記憶部31に保持されるプログラムであるアプリケーション32であって、アプリケーションサーバ30a(30b)が備えるコンピュータに、遠隔制御として、(1)アプリケーション32の動作が開始されると、機器データベース22に登録された複数の機器から、アプリケーション32に適合した機器を特定させ、(2)特定した機器に所定の動作をさせるための制御データを生成させ、(3)生成した制御データを、機器40a(40b)が備える、複数の種類の機器に対応した共通の構成を有する通信モジュール50に送信させることで、通信モジュール50に、制御データに従って機器40a(40b)を制御させるアプリケーションとして実現してもよい。
 さらに、本発明は、機器40a(40b)と、通信ネットワーク11を介して機器40a(40b)を遠隔制御するアプリケーションサーバ30a(30b)とを備える機器制御システム10における機器制御方法であって、機器40a(40b)が、通信ネットワーク11に接続され、かつ、複数の種類の機器に対応した共通の構成を有する通信モジュール50を備え、アプリケーションサーバ30a(30b)が備える記憶部31が、機器40a(40b)を遠隔制御するためのプログラムであるアプリケーション32を保持し、アプリケーションサーバ30a(30b)が、記憶部31に保持されたアプリケーション32に従って、通信ネットワーク11及び通信モジュール50を介して機器40a(40b)を制御する機器制御方法として実現してもよい。
 以上、本発明に係る機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法について、実施の形態及び適用例に基づいて説明したが、本発明は、これらの実施の形態及び適用例に限定されるものではない。本発明の主旨を逸脱しない限り、当業者が思いつく各種変形を本実施の形態及び適用例に施したものや、実施の形態及び適用例における一部の構成要素を組み合わせて構築される別の形態も、本発明の範囲内に含まれる。
 本発明は、通信ネットワークを介して機器を遠隔制御するアプリケーションサーバを備える機器制御システムとして、例えば、家電機器等の機器をクラウド上のアプリケーションサーバで制御するシステムとして利用できる。
 10 機器制御システム
 11 通信ネットワーク
 12a、12b ユーザインタフェース機器
 13 アクセスポイント
 20 データベース装置
 21 記憶部
 22 機器データベース
 23 制御部
 24 通信部
 30a、30b アプリケーションサーバ
 31 記憶部
 32 アプリケーション
 33 制御部
 34 通信部
 40a~40d 機器
 42 アンテナ
 44 機器本体
 45 制御回路
 45a CPU
 45b RAM
 45c ROM
 45d I/O部
 46 クロック発生器
 47 電源
 50 通信モジュール
 51 通信回路
 51a 無線LAN
 52 制御回路
 52a CPU
 52b RAM
 52c ROM
 52d I/O部
 53 クロック発生器
 54 電源
 70 センサユニット
 71 温湿度センサ
 72 気圧センサ
 73 照度センサ
 74 電源
 80 筺体
 81 接続端子
 90 温度センサ・LEDユニット
 91 筺体
 92 接続端子

Claims (13)

  1.  機器と、通信ネットワークを介して前記機器を遠隔制御するアプリケーションサーバとを備える機器制御システムであって、
     前記機器は、複数の種類の機器に対応した共通の構成を有する通信モジュールを備え、
     前記通信モジュールは、前記通信ネットワークを介して前記アプリケーションサーバと接続され、
     前記アプリケーションサーバは、
     複数の機器のそれぞれが有する通信モジュールに前記通信ネットワークを介して接続され、かつ、前記複数の機器に関する情報が登録された機器データベースを保持するデータベース装置に接続され、
     前記機器を遠隔制御するためのプログラムであるアプリケーションを保持する記憶部と、
     前記記憶部に保持された前記アプリケーションに従って前記機器を遠隔制御する制御部とを備え、
     前記制御部は、前記遠隔制御として、前記機器データベースに登録された前記複数の機器から、前記アプリケーションに適合した機器を特定し、特定した前記機器に所定の動作をさせるための制御データを生成し、生成した前記制御データを前記機器が備える前記通信モジュールに送信する
     機器制御システム。
  2.  前記通信モジュールは、
     前記通信ネットワークと接続される通信回路と、
     前記機器の制御に用いられる複数の入出力ポートを有し、前記通信回路が前記アプリケーションサーバから送信されてきた前記制御データを受信すると、受信された前記制御データに従って前記複数の入出力ポートの少なくとも一つを介して前記機器を制御する制御回路とを備える
     請求項1記載の機器制御システム。
  3.  前記制御データには、前記複数の入出力ポートの少なくとも一つの指定と、当該入出力ポートの少なくとも一つから前記機器に向けて出力すべきデータの指定とが含まれ、
     前記制御回路は、前記通信回路で受信された前記制御データに従って、指定された前記入出力ポートの少なくとも一つから指定された前記データを出力する
     請求項2記載の機器制御システム。
  4.  前記複数の入出力ポートには、前記機器から送られてくる情報を取得するための入力ポートが含まれ、
     前記制御回路は、前記通信回路で受信された前記制御データに前記入力ポートの指定が含まれる場合には、指定された前記入力ポートを介して前記機器から情報を取得し、取得した情報を前記通信回路及び前記通信ネットワークを介して前記アプリケーションサーバに送信する
     請求項2又は3記載の機器制御システム。
  5.  前記機器データベースには、前記複数の機器のそれぞれについて当該機器が有する通信モジュールと当該機器を構成する機器本体との接続状態を示す接続状態情報が登録され、
     前記制御部は、特定した前記機器について前記機器データベースに登録された接続状態情報を参照することで、前記制御データを生成する
     請求項1~4のいずれか1項に記載の機器制御システム。
  6.  前記制御回路は、前記通信回路によって受信された前記制御データを保持する記憶回路を有し、前記記憶回路に保持された前記制御データに従って前記機器を制御し終えた後に、前記記憶回路に保持された前記制御データを消去する
     請求項2~4のいずれか1項に記載の機器制御システム。
  7.  前記アプリケーションサーバは、操作指示を取得するユーザインタフェース機器に接続され、
     前記制御部は、前記ユーザインタフェース機器が取得した操作指示に従って前記アプリケーションの動作を開始させ、前記ユーザインタフェース機器が取得した操作指示に従って前記機器に所定の動作をさせるための制御データを生成し、生成した前記制御データを前記通信モジュールに送信する
     請求項1~6のいずれか1項に記載の機器制御システム。
  8.  前記機器は、センサ、照明装置及び動力機械の少なくとも一つを備える
     請求項1~7のいずれか1項に記載の機器制御システム。
  9.  前記通信モジュールは、通信ネットワークを介して前記データベース装置と接続された状態で起動すると、起動したことを前記データベース装置に通知した後に、前記アプリケーションサーバからの遠隔制御を待ち受ける状態に入り、
     前記データベース装置は、前記通信モジュールから前記通知を受けると、当該通信モジュールを備える機器について遠隔制御が可能であることを示す動作状態情報を前記機器データベースに登録し、
     前記制御部は、前記アプリケーションの動作が開始されると、前記機器データベースに登録された前記複数の機器から、遠隔制御が可能であることを示す動作状態情報が登録された機器を、前記アプリケーションに適合した機器として特定する
     請求項1~8のいずれか1項に記載の機器制御システム。
  10.  請求項1~9のいずれか1項に記載の機器制御システムにおけるアプリケーションサーバ。
  11.  請求項1~9のいずれか1項に記載の機器制御システムにおける通信モジュール。
  12.  通信ネットワークを介して機器を遠隔制御するアプリケーションサーバの記憶部に保持されるプログラムであるアプリケーションであって、
     前記アプリケーションサーバが備えるコンピュータに、前記遠隔制御として、
     前記アプリケーションの動作が開始されると、機器データベースに登録された複数の機器から、前記アプリケーションに適合した機器を特定させ、
     特定した前記機器に所定の動作をさせるための制御データを生成させ、
     生成した前記制御データを、前記機器が備える、複数の種類の機器に対応した共通の構成を有する通信モジュールに送信させることで、前記通信モジュールに、前記制御データに従って前記機器を制御させる
     アプリケーション。
  13.  機器と、通信ネットワークを介して前記機器を遠隔制御するアプリケーションサーバとを備える機器制御システムにおける機器制御方法であって、
     前記機器が、前記通信ネットワークに接続され、かつ、複数の種類の機器に対応した共通の構成を有する通信モジュールを備え、
     前記アプリケーションサーバが備える記憶部が、前記機器を遠隔制御するためのプログラムであるアプリケーションを保持し、
     前記アプリケーションサーバが、前記記憶部に保持された前記アプリケーションに従って、前記通信ネットワーク及び前記通信モジュールを介して前記機器を制御する
     機器制御方法。
PCT/JP2016/070071 2015-07-10 2016-07-07 機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法 WO2017010386A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015139256 2015-07-10
JP2015-139256 2015-07-10

Publications (1)

Publication Number Publication Date
WO2017010386A1 true WO2017010386A1 (ja) 2017-01-19

Family

ID=57756991

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/070071 WO2017010386A1 (ja) 2015-07-10 2016-07-07 機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法

Country Status (1)

Country Link
WO (1) WO2017010386A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019030999A1 (ja) * 2017-08-09 2019-02-14 パナソニックIpマネジメント株式会社 家電機器

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004201217A (ja) * 2002-12-20 2004-07-15 Matsushita Electric Ind Co Ltd 無線アダプタおよび通信端末
JP2006050524A (ja) * 2004-07-08 2006-02-16 Mitsubishi Electric Corp ネットワーク装置
JP2006080586A (ja) * 2004-09-07 2006-03-23 Matsushita Electric Ind Co Ltd 機器制御システム、機器制御方法、機器制御装置、および機器制御プログラム
JP2007288290A (ja) * 2006-04-13 2007-11-01 Hitachi Ltd 情報家電遠隔制御装置および方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004201217A (ja) * 2002-12-20 2004-07-15 Matsushita Electric Ind Co Ltd 無線アダプタおよび通信端末
JP2006050524A (ja) * 2004-07-08 2006-02-16 Mitsubishi Electric Corp ネットワーク装置
JP2006080586A (ja) * 2004-09-07 2006-03-23 Matsushita Electric Ind Co Ltd 機器制御システム、機器制御方法、機器制御装置、および機器制御プログラム
JP2007288290A (ja) * 2006-04-13 2007-11-01 Hitachi Ltd 情報家電遠隔制御装置および方法

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019030999A1 (ja) * 2017-08-09 2019-02-14 パナソニックIpマネジメント株式会社 家電機器
JP2019032750A (ja) * 2017-08-09 2019-02-28 パナソニックIpマネジメント株式会社 家電機器
JP7054783B2 (ja) 2017-08-09 2022-04-15 パナソニックIpマネジメント株式会社 家電機器

Similar Documents

Publication Publication Date Title
US10443878B2 (en) Air conditioner
US10715602B2 (en) Adaptive internet-of-things service system using detachable/attachable hardware module
JP5338458B2 (ja) 遠隔制御装置、通信装置、遠隔制御方法及びプログラム
JP6218839B2 (ja) 電気機器、空気調和機、外部制御器、携帯端末及び空調システム
US20030156053A1 (en) Web-based universal remote control
TWI559690B (zh) 控制系統及控制被動裝置之方法
US20120186287A1 (en) Air conditioner
EP0844541A2 (en) Apparatus management system
JP2002354556A (ja) 制御装置への被制御装置の登録方法および制御システム
JP6726560B2 (ja) 空気調和システム
WO2015020078A1 (ja) 制御装置、制御システム、制御方法及びプログラム
WO2017010386A1 (ja) 機器制御システム、アプリケーションサーバ、通信モジュール、アプリケーション及び機器制御方法
KR20170067917A (ko) 스마트홈 가전 서비스 제공 시스템 및 서비스 제공 방법
CN108491344B (zh) 机器人控制管理方法、系统、机器人和计算机存储介质
US20140080466A1 (en) Smart phone control system
KR20120122233A (ko) 네트워크 시스템 및 그 제어방법
CN108614436A (zh) 集成式远程控制设备与计算机可读记录介质
WO2020031528A1 (ja) 空調機通信システム、空調機通信システムの接続確認方法、無線lanアダプタ、及び、空調機通信システムの接続確認プログラム
JP2006340060A (ja) 制御対象機器およびその監視制御システム
JP6020478B2 (ja) 通信アダプタ
KR101139548B1 (ko) 리모컨 신호 모사방법 및 그 장치
CN210089076U (zh) 电子电路及电器设备
CN105511899A (zh) 电子装置与其信息更新控制模块
CN112628953B (zh) 一种空调及其控制方法、装置、存储介质及控制端
JP5721755B2 (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: 16824366

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: JP

122 Ep: pct application non-entry in european phase

Ref document number: 16824366

Country of ref document: EP

Kind code of ref document: A1