Retrieving data from a server

Information

  • Patent Grant
  • 7185014
  • Patent Number
    7,185,014
  • Date Filed
    Friday, September 22, 2000
    25 years ago
  • Date Issued
    Tuesday, February 27, 2007
    18 years ago
  • Inventors
  • Original Assignees
  • Examiners
    • Wu; Yicun
    Agents
    • Fish & Richardson P.C.
Abstract
A system includes a server and a controller embedded in a device. Both the server and the embedded controller are capable of communicating over a computer network. The embedded controller sends a command to the server over the computer network that identifies an instance of the device. In response, the server identifies the instance of the device based on the command, retrieves data that is specific to the instance of the device, and sends the data to the embedded controller over the computer network.
Description
BACKGROUND

This invention relates to a controller embedded in a device (an “embedded controller”) that retrieves data from a remote server for a specific instance of the device.


A device may contain an embedded controller, such as a microprocessor, to monitor and control its operation. Any type of device may have an embedded controller, including, but not limited to, home appliances, such as washing machines, dishwashers, and televisions, and manufacturing equipment, such as robotics, conveyors and motors.


Embedded controllers, also referred to as “embedded devices”, are often connected to an internal network, such as a local area network (LAN), with an interface to the Internet. Other devices on the internal network may communicate with the embedded controllers over the internal network. However, the embedded controllers are not generally addressable from the Internet.


SUMMARY

In general, in one aspect, the invention is directed to a controller embedded in a device for retrieving data from a server. The controller sends a command to the server that identifies an instance of the device and receives, from the server and in response to command, data that is specific to the instance of the device.


This aspect of the invention may include one or more of the following. The command may include an operational parameter for the device and the data may include an updated value for the operational parameter. The command may include plural operational parameters for the device and the data may include updated values that differ from current values of the operational parameters.


The data may include a list of operational parameters. In this case, the embedded controller sends a second command to the server, which includes operational parameters from the list, and receives, from the server and in response to second command, updated values of one or more of the operational parameters included in the second command. The data may include a list of operations to be performed by the controller. In this case, the embedded controller parses the operations from the list and performs the operations from the list.


The data may include a configuration file for the device. The command may identify the instance of the device by a device type and/or one or more of a serial number and a universal unique identifier. The embedded controller may send the command to the server periodically. The server may run the Hypertext Transfer Protocol and the command may contain Extensible Markup Language code.


In general, in another aspect, the invention is directed to a server for sending data over a network to a controller embedded in a device. The server receives a command from the embedded controller, identifies an instance of the device from information in the command, retrieves data that is specific to the instance of the device, and sends the data to the embedded controller.


This aspect of the invention may include one or more of the following features. The command may include a device type and/or one or more of a serial number and a universal unique identifier. The instance of the device may be identified based on the device type and/or one or more of the serial number and the universal unique identifier. The server may parse the device type and one or more of the serial number and universal unique identifier from the command prior to identifying the instance of the device.


The command may include an operational parameter for the device. The data may include an updated value of the operational parameter. The data may include a list of operational parameters for the device. The server receives a second command from the embedded controller, which includes an operational parameter from the list of operational parameters, obtains an updated value of the operational parameter, and sends the updated value of the operational parameter to the embedded controller.


The data may include a list of operations to be performed by the embedded controller. The data may include a configuration file for the device. The server may receive the data specific to the instance of the device and store the data in memory, from which it is retrieved. The data specific to the instance of the device may be received via a Web page generated by the server. The server may run the Hypertext Transfer Protocol and the command may contain Extensible Markup Language code.


In general, in another aspect, the invention is directed to a system that includes a controller embedded in a device that is capable of communicating over a computer network, and a server that is capable of communicating over the computer network. The embedded controller sends a command to the server over the computer network that identifies an instance of the device and, in response, the server (i) identifies the instance of the device based on the command, (ii) retrieves data that is specific to the instance of the device, and (iii) sends the data to the embedded controller over the computer network.


This aspect of the invention may include one or more of the following features. The embedded controller is not remotely-addressable from the computer network. The computer network is the Internet. The server runs the Hypertext Transfer Protocol and the command may contain Extensible Markup Language code.


Other features and advantages of the invention will become apparent from the following description, including the claims and drawings.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a block diagram of a network containing a server and a device having an embedded controller;



FIG. 2 is a flowchart showing a process by which the embedded controller retrieves data for the device from the server; and



FIG. 3 is a flowchart showing an alternative process by which the embedded controller retrieves data for the device from the server.





DESCRIPTION


FIG. 1 shows a network 10. Network 10 includes a device 11 containing an embedded controller 17. Device 11 is any type of apparatus or system having functions that are monitored and controlled by embedded controller 17.


Device 11 is connected to an internal network 12, such as a LAN. A router or modem 14 couples internal network 12 to an external network 15, such as the Internet/World Wide Web (Web). External network 15 runs TCP/IP (Transmission Control Protocol/Internet Protocol) or some other suitable protocol. Network connections are via Ethernet, telephone line, wireless, or other transmission media.


External network 15 contains a server 19, which is a computer or any other processing device. Server 19 communicates with embedded controller 17 over external network 15 and internal network 12. Embedded controller 17 has a local IP (Internet Protocol) address that can be resolved within internal network 12. However, this local IP address may not be recognizable by devices on external network 15, such as server 19. As such, server 19 may not be able to directly address device 11.


Embedded Controller


Embedded controller 17 runs software 20, which includes web client application 21 and operating software 22. Web client application 21 includes a TCP/IP protocol stack that allows embedded controller 17 to communicate over external network 15. Device operating software 22 provides an interface between Web client application 21 and a database 24. Through device operating software 22, embedded controller 17 retrieves data stored in database 24 and stores data in database 24.


Database 24 is stored in a memory 25 on device 11 or internal to embedded controller 17. Database 24 stores data, including operational parameters, configuration files, and identification information for device 11.


The operational parameters constitute settings and/or control instructions for the device 11, which are implemented by embedded controller 17. The types of operational parameters that are stored in database 24 depend on the nature of device 11. For example, if device 11 is a heating/cooling system, the operational parameters may include temperature levels, humidity levels, airflow controls, vent/duct open/close controls, and fan motor speed settings. A configuration file is a file that contains a set of one or more operational parameters for an instance of device 11.


What is meant by “instance” is the specific identity of device 11 as distinguished from other identical devices. The identification information stored in database 24 identifies the instance of device 11. This identification information includes, but is not limited to, data identifying the type of the device, a common (or “friendly”) name for the device, the manufacturer of the device, the model name of the device, the model number of the device, the serial number of the device, and a universal unique identifier (UUID) for the device.


The device type specifies a uniform resource locator (URL) for the device, which includes the name of the device. This information identifies a Web site that is associated with, and generated by, server 19 for the device. For example, a device type might be:

    • www.SonyVideo.com/television/Vega/XBR400


      for a Sony® Vega® XBR400® television that includes an embedded controller. The common name of the device is how the device is known in the vernacular, e.g., “television”. The manufacturer identifies the manufacturer of the device, e.g., Sony®. The model name identifies the particular model of the device, e.g., Vega®. The model number identifies the model number of the device, e.g., XBR400®. The serial number identifies the serial number of a particular instance of the device, e.g., 53266D. The UUID is a universal identifier for the instance of the device, e.g., 4A89EA70-73B4-11d4-80DF-005DAB7BAC5. Of the data shown above, only the serial number and the UUID are unique to the instance of device 11.


      Server


Server 19 is a computer that runs HTTP (Hypertext Transfer Protocol). Server 19 includes a controller 27, such as a microprocessor, for executing software to perform the functions described below. To avoid confusion in terminology, the following reads as though those functions are performed by server 19, even though software in controller 27 of server 19 performs the functions.


Server 19 executes Web server software 29 to communicate over external network 15. Web server software 29 also hosts a Web page associated with device 11. The Web page (not shown) is displayed on the computer of a user, such as the owner of device 11, who may input updated operational parameters for the device. These input updated operational parameters are transmitted to Web server software 29 over external network 15. Web server software 29 stores the updated parameters in database 30.


Web server software 29 stores and retrieves data in database 30 using application logic 32. Application logic 32 is software for accessing database 30 using the CGI (Common Gateway Interface) protocol. CGI is a well-known protocol for accessing a database. The operational parameters can be stored in database 30 individually or as part of a configuration file for an instance of device 11.


Database 30 is stored in a memory 31, which is inside of, or external to, server 19. Database 30 stores data associated with device 11, including the operational parameters noted above. Other data that may be stored for device 11 is described below.


The Data Transfer Process


Embedded controller 17 executes software 20 to retrieve data, such as operational parameters, from remote server 19. Server 19 executes software 34 to send the data to embedded controller 17. FIG. 2 shows these processes in detail. The left half of FIG. 2, titled “Embedded Controller” shows process 40 performed by embedded controller 17, and the right half of FIG. 2, titled, “Server”, shows process 41 performed by server 19.


Process 40 generates and sends (201) a command to server 19. The command, or a modified version thereof, is sent by embedded controller 17 to server 19 periodically. It is through this command that embedded controller 17 polls server 19 to determine if there are any new/updated operational parameters for device 11.


The command includes data identifying device 11. The data identifies the specific instance of device 11 and includes a device type field and one or both of a device serial number field and a device UUID. The command may also include the common name field, the manufacturer name field, the model name field, and the model number field, as set forth above.


The command may be either an HTTP GET command or an HTTP post command. The data included in those commands is similar, with the difference being that the HTTP GET command retrieves a document, such as a configuration file, that contains operational parameters and the HTTP POST command retrieves individual operational parameters. An example of an HTTP GET command is shown in Appendix A and an example of an HTTP POST command is shown in Appendix B.


The HTTP POST and GET commands shown in Appendices A and B contain XML (extensible Markup Language) commands. XML is a self-describing computer language in the sense that fields in the XML code identify variables and their values in the XML code. For example, as shown in the Appendices, the “manufacturer” field identifies a manufacturer, e.g., Sony®, and is delineated by “<manufacturer>” to indicate the start of the field and “</manufacturer>” to indicate the end of the field. XML is used because it can be generated, parsed and read relatively easily by server 19 and embedded controller 17.


As noted, the GET command is used to retrieve a document from server 19. The document to be retrieved corresponds to the fields in the GET command, in particular to the device type, serial number and/or UUID fields. By contrast, the POST command is used to retrieve individual operational parameters. The operational parameters that are to be retrieved are listed in the POST command itself. For example, as shown in Appendix B, the operational parameters include airflow, humidity, motor and vent values for the fictitious “widget” device. The current values of these parameters are specified in the POST command shown in Appendix B as follows:

    • <parameters>
      • <Airflow xsd:type=“integer”>378</Airflow>
      • <Humidity xsd:type=“double”>46.7</Humidity>
      • <Motor xsd:type=“integer”>1500</Motor>
      • <Vent xsd:type=“integer”>4</Vent>
    • </parameters>


      The updated values of these parameters are returned by server 19 to embedded controller 17 in a reply POST command. The updated values of these parameters are specified in the POST command shown in Appendix B as follows:
    • <parameters>
      • <Motor xsd:type=“integer”>1250</ Motor >
      • <Vent xsd:type=“integer”>2</Vent>
    • </parameters>


As shown, both the POST and GET commands include the URL of the device in the device type field. As described below, this directs server 19 to a Web site associated with device 11 and, thereafter, in the case of a GET Command, to retrieve a specific Web page that is generated by server 19 for the device. It is noted that, since the POST command retrieves parameters, not a document like the GET command, the POST command need not include a URL of the device.


Referring back to FIG. 2, process 41 (in server 19) receives (202) the command from embedded controller 17. Process 41 identifies the command as either a POST or GET command based on a header, such as “POST/CONTROL HTTP/1.1” (see the headers in Appendices A and B), in the command. Process 41 uses an XML parser to parse (203) the various identifying fields, such as device type, serial number, and UUID, from the command.


Process 41 identifies (204) the instance of device 11 based on the information parsed from the command. That is, process 41 uses the device type, serial number, and UUID field information to identify the instance.


If the Command is a POST Command


The remaining identification information from the command is used to narrow the search through database 30 down to data for the specific instance of device 11. The device serial number and/or UUID are used to retrieve operational parameters specific to device 11.


Once the appropriate data has been identified (204), process 41 retrieves (205) that data using application logic 32. Process 41 compares the values of the operational parameters to those included in the POST command. If the values are the same, process 41 returns an indication that there are no new/updated values for device 11. If the values of the operational parameters are different, process 41 adds the appropriate updated value fields to the POST command and sends (206) the POST command, with the updated operational parameters, back to embedded controller 17. Thus, only those operational parameters that differ from their original values are returned to embedded controller 17 in the POST command.


If the Command is a GET Command


As was the case above with the POST command, the remaining identification information from the command is used to narrow the search through database 30 down to data for the specific instance of device 11. In particular, the device serial number and/or UUID are used to retrieve (205) a configuration file that is specific to device 11. Process 41 then sends (206) the configuration file to embedded controller 17. The configuration file may be a Web page identified by the URL in the device type field. This Web page is generated by server 19 using parameters stored in database 30 and then sent to device 11. It is noted that the complete Web page itself need not be stored. Alternatively, the GET command may retrieve separate configuration files and Web pages.


Process 40 in embedded controller 17 receives (207) the data (operational parameters or configuration file) from server 19 in response to sending (201) the command. Process 40 then uses the data to update/reset device 11. For example, if device 11 is a heating system, a new operational parameter may be a new temperature setting for its thermostat. In this example, embedded controller 17 sets the new temperature accordingly. If the device is a television, a new operational parameter may indicate that certain pay television stations are now available. In this case, embedded controller 17 performs any appropriate decoding/descrambling functions on the television signal.


Alternative Embodiment


FIG. 3 shows alternative embodiments of processes 40,41. In processes 40,41, the GET and POST commands request the same parameters each time the commands are issued. The parameters requested are encoded in the software to implement process 40. This embodiment provides a way to change the parameters that are requested without altering the software that generates the request/command.


Referring to FIG. 3, process 45 in embedded controller 17 begins by sending (301) a command to server 19. The command, in this case, is an HTTP GET command, since it is requesting a document, not individual operational parameters. The document is an XML document that contains a list of operational parameters to be updated. Using this document, embedded controller 17 can change the operational parameters that it periodically updates.


Process 46 in server 19 receives (302) the command from embedded controller 17, parses (303) the command using an XML parser to obtain the information specific to the instance of device 11, and identifies (304) the appropriate document based on this information. As before, the information that identifies the instance of device 11 includes, among other things, the device type, its serial number, and its UUID. Process 46 retrieves (305) the document containing the list of operational parameters to be updated, and sends (306) the document back to embedded controller 17.


Process 45 in embedded controller 17 receives (307) the document from server 19, parses (308) the operational parameters to be updated from the document, and formulates (309) a POST command to send to server 19. The command is formulated using a command template (not shown), into which process 45 inserts the operational parameters parsed from the document. Process 45 sends this second command to the server. At this point, processes 45 and 46 operate (310) in the same manner as processes 40 and 41, respectively, when used with a POST command. Accordingly, the details of processes 40,41 are not repeated here.


This alternative embodiment may be generalized further. For example, rather than simply retrieving a list of operational parameters, embedded controller 17 may retrieve, from server 19, a list of operations that it is to perform. For example, that list may contain operational parameters to be updated, times at which the updates are to occur, a schedule of diagnostic tests, and the like. Any operation that may be performed by embedded controller 17 may be included on the list.


The process for retrieving the list of operations is identical to processes 45 and 46, save for the contents of the list itself. The actions that embedded controller takes once it has the list (i.e., 310) depend on the contents of the list. For example, the list might specify that parameters are to be updated every hour and may also contain a list of the parameters to be updated. The list may contain XML commands, which can be parsed by embedded controller 17. Thus, embedded controller 17 reads the commands in the list and performs the appropriate operations with respect to device 11.


Architecture


Processes 40,41 and 45,46 are not limited to use with the hardware/software configuration of FIG. 1; they may find applicability in any computing or processing environment. Processes 40,41 and 45,46 may be implemented in hardware (e.g., an ASIC {Application-Specific Integrated Circuit} and/or an FPGA {Field Programmable Gate Array}), software, or a combination of hardware and software.


Processes 40,41 and 45,46 may be implemented using one or more computer programs executing on programmable computers that each includes a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices.


Each such program may be implemented in a high level procedural or object-oriented programming language to communicate with a computer system. Also, the programs can be implemented in assembly or machine language. The language may be a compiled or an interpreted language.


Each computer program may be stored on a storage medium or device (e.g., CD-ROM, hard disk, or magnetic diskette) that is readable by a general or special purpose programmable computer for configuring and operating the computer when the storage medium or device is read by the computer to perform processes 40,41 and 45,46.


Processes 40,41 and 45,46 may also be implemented as a computer-readable storage medium, configured with a computer program, where, upon execution, instructions in the computer program cause the computer to operate in accordance with processes 40,41 and 45,46.


The invention is not limited to use with the protocols and standards described above. For example, Web server may use Java Servlets, ASP (Active Server Pages), and/or ISAPI (Internet Server Application Programming Interface) to communicate with application logic 32, instead of, or in addition to, CGI. The commands sent by embedded controller 17 and/or server 19 (e.g., in 201, 301, 310) are not limited to HTTP GET and POST commands. Any commands and/or requests for requesting and receiving data may be used.


The data transferred to embedded controller 17 by server 19 is not limited to operational parameters or configuration files. The data may include, for example, a schedule of actions to be performed by device 11 that is based on information pertaining the owner of the device. For example, owner preferences may be stored in database 30. The instance-specific data may be used by server 19 to correlate the owner of the device to the appropriate preferences. These preferences then may be transmitted back to device 11 to control the operation thereof.


The original parameters sent by embedded controller 17 to server 19 may be used by server 19 to calculate new, updated parameters based on data stored in database 30. Thus, the invention is not limited to simply retrieving updated data, but may also include calculating new data based on currently-available data.


The documents and commands described above are not limited to XML format. Any computer language may be used for the commands. The documents may be in any format, for example, HTML (Hypertext Markup Language) documents may be used. In addition, the invention is not limited to use with the Web, Web servers, and the like. The servers and embedded controllers described herein may be the same type of general-purpose computer appropriately programmed, or different devices.


Other embodiments not described herein are also within the scope of the following claims.

Claims
  • 1. A method performed by a controller that monitors and/or controls an apparatus, the method comprising: polling a server by sending a message to the server periodically, the message containing information that distinguishes the apparatus from other like apparatuses, the message for establishing a connection between the server and the controller through which the instructions are sent;receiving, from the server and in response to the message, one or more of plural instructions that are supported by the controller; andusing one or more of the instructions to affect at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the server cannot initiate communication to the controller to send instructions to the controller.
  • 2. The method of claim 1, wherein the message comprises an operational parameter for the apparatus and at least one of the instructions comprises an updated value for the operational parameter.
  • 3. The method of claim 2, wherein the message comprises plural operational parameters for the apparatus and at least one of the instructions comprises updated values that differ from current values of the operational parameters.
  • 4. The method of claim 1, wherein at least one of the instructions comprises a list of operations to be performed by the controller; and using one or more of the instructions comprises: parsing the operations from the list; andperforming the operations from the list.
  • 5. The method of claim 1, wherein at least one of the instructions comprises a configuration file for the apparatus.
  • 6. The method of claim 1, wherein the message identifies the apparatus by a type and/or one or more of a serial number and a universal unique identifier.
  • 7. The method of claim 1, wherein the message comprises a hypertext transfer protocol (HTTP) message.
  • 8. The method of claim 7, wherein the message comprises an HTTP command that contains Extensible Markup Language code.
  • 9. The method of claim 1, wherein the server cannot initiate communication because the controller has a network address that the server cannot resolve.
  • 10. A method performed by a server for sending instructions over a network to a controller that monitors and/or controls an apparatus, the method comprising: receiving a message from the controller periodically, the message containing information that distinguishes the apparatus from other like apparatuses, the message for establishing a connection between the server and the controller through which instructions are sent;identifying the apparatus from the information in the message;retrieving one or more instructions that are specific to the apparatus, the one or more instructions comprising one or more of plural instructions that are supported by the controller; andsending the one or more instructions from the server to the controller, the one or more instructions for affecting at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the server cannot initiate communication to the controller to send instructions to the controller.
  • 11. The method of claim 10, wherein: the information in the message comprises a type and/or one or more of a serial number and a universal unique identifier; andthe apparatus is identified based on the type and/or one or more of the serial number and the universal unique identifier.
  • 12. The method of claim 11, further comprising: parsing the type and one or more of the serial number and universal unique identifier from the message prior to identifying the apparatus.
  • 13. The method of claim 10, wherein: the message comprises an operational parameter for the device; andthe one or more instructions comprises an updated value of the operational parameter.
  • 14. The method of claim 10, wherein the one or more instructions comprises a list of operations to be performed by the apparatus.
  • 15. The method of claim 10, wherein the one or more instructions comprises a configuration file for the apparatus.
  • 16. The method of claim 10, further comprising: receiving data specific to the apparatus; andstoring the data in memory as part of the plural instructions;wherein the one or more instructions are retrieved from the memory.
  • 17. The method of claim 16, wherein the data specific to the apparatus is received via a Web page generated by the server.
  • 18. The method of claim 10, wherein the message comprises a hypertext transfer protocol (HTTP) command that contains Extensible Markup Language (XML) code.
  • 19. The method of claim 10, wherein the server cannot initiate communication because the controller has a network address that the server cannot resolve.
  • 20. A system comprising: a controller that monitors and/or controls an apparatus, the controller being capable of communicating over a computer network; anda server that is capable of communicating over the computer network;wherein (A) the controller polls the server periodically by sending a message to the server over the computer network, the message for establishing a connection between the server and the controller through which the instructions are sent, the message containing information that distinguishes the apparatus from other like apparatuses; and, in response to the message, (B) the server (i) identifies the apparatus based on the information in the message, (ii) retrieves one or more of plural instructions that are supported by the controller, and (iii) sends the one or more instructions to the controller over the computer network, the one or more instructions for affecting at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the server cannot initiate communication to the controller to send instructions to the controller.
  • 21. The system of claim 20, wherein the server cannot initiate communication to the controller because the controller is not addressable from the computer network.
  • 22. The system of claim 20, wherein the computer network comprises the Internet.
  • 23. The system of claim 20, wherein the message comprises a hypertext transfer protocol (HTTP) command that contains Extensible Markup Language (XML) code.
  • 24. The system of claim 20, wherein the server cannot initiate communication because the controller has a network address that the server cannot resolve.
  • 25. A computer program stored on one or more machine-readable media, the computer program being executable by a controller that monitors and/or controls an apparatus, the computer program comprising code to cause the controller to: poll a server by sending a message to the server periodically, the message containing information that distinguishes the apparatus from other like apparatuses, the message for establishing a connection between the server and the controller through which the instructions are sent;receive, from the server and in response to the message, one or more of plural instructions that are supported by the controller; anduse one or more of the instructions to affect at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the server cannot initiate communication to the controller to send instructions to the controller.
  • 26. The computer program of claim 25, wherein the message comprises an operational parameter for the apparatus and at least one of the instructions comprises an updated value for the operational parameter.
  • 27. The computer program of claim 26, wherein the message comprises plural operational parameters for the apparatus and at least one of the instructions comprises updated values that differ from current values of the operational parameters.
  • 28. The computer program of claim 25, wherein at least one of the instructions comprises a list of operations to be performed by the controller; and wherein using at least one of the instructions comprises: parsing the operations from the list; andperforming the operations from the list.
  • 29. The computer program of claim 25, wherein at least one of the instructions comprises a configuration file for the apparatus.
  • 30. The computer program of claim 25, wherein the information in the message identifies the apparatus by a type and/or one or more of a serial number and a universal unique identifier.
  • 31. The computer program of claim 25, wherein the message comprises a hypertext transfer protocol (HTTP) message.
  • 32. The computer program of claim 25, wherein the message comprises a hypertext transfer protocol (HTTP) command that contains Extensible Markup Language (XML) code.
  • 33. The computer program of claim 25, wherein the server cannot initiate communication because the controller has a network address that the server cannot resolve.
  • 34. A computer program stored on one or more machine-readable media, the computer program being executable by a server to send instructions over a network to a controller that monitors and/or controls an apparatus, the computer program comprising code to cause the server to: receive a message from the controller periodically, the message containing information that distinguishes the apparatus from other like apparatuses, the message for establishing a connection between the server and the controller through which instructions are sent;identify the apparatus from the information in the message;retrieve one or more instructions that are specific to the apparatus, the one or more instructions comprising one or more of plural instructions that are supported by the controller; andsend the one or more instructions to the controller, the one or more instructions for affecting at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the server cannot initiate communication to the controller to send instructions to the controller.
  • 35. The computer program of claim 34, wherein: the information in the message comprises a type and/or one or more of a serial number and a universal unique identifier; andthe apparatus is identified based on the type and/or one or more of the serial number and the universal unique identifier.
  • 36. The computer program of claim 35, further comprising code to cause the server to: parse the type and one or more of the serial number and universal unique identifier from the message prior to identifying the apparatus.
  • 37. The computer program of claim 34, wherein: the message comprises an operational parameter for the apparatus; andthe one or more instructions comprises an updated value of the operational parameter.
  • 38. The computer program of claim 34, wherein the one or more instructions comprises a list of operations to be performed by the apparatus.
  • 39. The computer program of claim 34, wherein the one or more instructions comprises a configuration file for the apparatus.
  • 40. The computer program of claim 34, further comprising code to cause the server to: receive the data specific to the apparatus; andstore the data in memory as part of the plural instructions;wherein the one or more instructions are retrieved from the memory.
  • 41. The computer program of claim 40, wherein the data specific to the apparatus is received via a Web page generated by the server.
  • 42. The computer program of claim 34, wherein the message comprises a hypertext transfer protocol (HTTP) command that contains Extensible Markup Language (XML) code.
  • 43. The computer program of claim 34, wherein the server cannot initiate communication because the controller has a network address that the server cannot resolve.
  • 44. A device to monitor and/or control an apparatus, the device comprising: a controller which is configured to execute code to: poll a server by sending a message to the server periodically, the message containing information that distinguishes the apparatus from other like apparatuses, the message for establishing a connection between the server and the controller through which the instructions are sent;receive, from the server and in response to the message, one or more of plural instructions that are supported by the controller; anduse one or more of the instructions to affect at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the server cannot initiate communication to the controller to send instructions to the controller.
  • 45. The device of claim 44, wherein the message comprises an operational parameter for the apparatus and at least one of the instructions comprises an updated value for the operational parameter.
  • 46. The device of claim 45, wherein the message comprises plural operational parameters for the apparatus and at least one of the instructions comprises updated values that differ from current values of the operational parameters.
  • 47. The device of claim 44, wherein at least one of the instructions comprises a list of operations to be performed by the controller; and wherein using at least one of the instructions comprises: parsing the operations from the list; andperforming the operations from the list.
  • 48. The device of claim 44, wherein at least one of the instructions comprises a configuration file for the apparatus.
  • 49. The device of claim 44, wherein the information in the message identifies the apparatus by a type and/or one or more of a serial number and a universal unique identifier.
  • 50. The device of claim 44, wherein the message comprises a hypertext transfer protocol (HTTP) message.
  • 51. The device of claim 44, wherein the message comprises a hypertext transfer protocol (HTTP) command that contains Extensible Markup Language (XML) code.
  • 52. The device of claim 44, wherein the server cannot initiate communication because the controller has a network address that the server cannot resolve.
  • 53. A device for sending data over a network to a remote controller that monitors and/or controls an apparatus, the device comprising: a local controller configured to execute code to: identify the apparatus from the information in the message;retrieve one or more instructions that are specific to the apparatus, the one or more instructions comprising one or more of plural instructions that are supported by the remote controller; andsend the one or more instructions to the remote controller, the one or more instructions for affecting at least one of: a configuration of the apparatus in response to an instruction that is configured to affect the configuration of the apparatus,an operation of the apparatus in response to an instruction that is configured to affect the operation of the apparatus, andan operation of the remote controller in response to an instruction that is configured to affect the operation of the controller;wherein, due to network addressing, the local controller cannot initiate communication to the remote controller to send instructions to the controller.
  • 54. The device of claim 53, wherein: the information in the message comprises a type and/or one or more of a serial number and a universal unique identifier; andthe apparatus is identified based on the type and/or one or more of the serial number and the universal unique identifier.
  • 55. The device of claim 54, wherein the local controller executes code to: parse the type and one or more of the serial number and universal unique identifier from the command prior to identifying the apparatus.
  • 56. The device of claim 53, wherein: the message comprises an operational parameter for the apparatus; andthe one or more instructions comprises an updated value of the operational parameter.
  • 57. The device of claim 53, wherein the one or more instructions comprises a list of operations to be performed by the apparatus.
  • 58. The device of claim 53, wherein the one or more instructions comprises a configuration file for the apparatus.
  • 59. The device of claim 53, wherein: the local controller executes code to: receive data specific to the apparatus; andstore the data in memory as part of the plural instructions.
  • 60. The device of claim 59, wherein the data specific to the apparatus is received via a Web page generated by the device.
  • 61. The device of claim 53, wherein the message comprises a hypertext transfer protocol (HTTP) command that contains Extensible Markup Language (XML) code.
  • 62. The device of claim 53, wherein the local controller cannot initiate communication because the remote controller has a network address that the local controller cannot resolve.
  • 63. A method performed by a controller that monitors and/or controls an apparatus, the method comprising: polling a server for messages periodically, wherein polling comprises initiating communication with the server by sending a first message to the server, the first message for identifying the apparatus and for establishing a connection between the server and the controller through which the instructions are sent;receiving a first reply message from the server in response to the first message, the first reply message identifying a parameter;sending a second message to the server in response to the first reply message, the second message containing the parameter identified in the first reply message;receiving a second reply message containing an updated version of the parameter; andusing the updated version of the parameter to affect at least one of: a configuration of the apparatus if the parameter relates to the configuration of the apparatus,an operation of the apparatus if the parameter relates to operation of the apparatus, andan operation of the controller if the parameter relates to operation of the controller;wherein the server cannot initiate communication to the controller because the server cannot resolve a network address of the controller.
  • 64. The method of claim 63, further comprising adjusting a time interval at which polling the server takes place.
  • 65. The method of claim 63, wherein the server cannot resolve a network address of the controller because the server and the controller are on different networks.
  • 66. The method of claim 63, wherein the first message and the second message comprise Hypertext Transfer Protocol commands.
  • 67. A computer program stored on one or more machine-readable media, the computer program comprising code that is executable by a controller configured to monitor and/or control an apparatus, the code causing the controller to: poll a server for messages periodically, wherein polling comprises initiating communication with the server by sending a first message to the server, the first message for identifying the apparatus and for establishing a connection between the server and the controller through which the instructions are sent;receive a first reply message from the server in response to the first message, the first reply message identifying a parameter;send a second message to the server in response to the first reply message, the second message containing the parameter identified in the first reply message;receive a second reply message containing an updated version of the parameter; anduse the updated version of the parameter to affect at least one of: a configuration of the apparatus if the parameter relates to the configuration of the apparatus,an operation of the apparatus if the parameter relates to operation of the apparatus, andan operation of the controller if the parameter relates to operation of the controller;wherein the server cannot initiate communication to the controller because the server cannot resolve a network address of the controller.
  • 68. The computer program of claim 67, further comprising code to cause the controller to adjust a time interval at which polling the server takes place.
  • 69. The computer program of claim 67, wherein the server cannot resolve a network address of the controller because the server and the controller are on different networks.
  • 70. The computer program of claim 67, wherein the first message and the second message comprise Hypertext Transfer Protocol commands.
  • 71. A device comprising: a controller that monitors and/or controls an apparatus, the controller executing code to: poll a server for messages periodically, wherein polling comprises initiating communication with the server by sending a first message to the server, the first message for identifying the apparatus and for establishing a connection between the server and the controller through which the instructions are sent;receive a first reply message from the server in response to the first message, the first reply message identifying a parameter;send a second message to the server in response to the first reply message, the second message containing the parameter identified in the first reply message;receive a second reply message containing an updated version of the parameter; anduse the updated version of the parameter to affect at least one of: a configuration of the apparatus if the parameter relates to the configuration of the apparatus,an operation of the apparatus if the parameter relates to operation of the apparatus, andan operation of the controller if the parameter relates to operation of the controller;wherein the server cannot initiate communication to the controller because the server cannot resolve a network address of the controller.
  • 72. The device of claim 71, wherein the controller executes code to adjust a time interval at which polling the server takes place.
  • 73. The device of claim 71, wherein the server cannot resolve a network address of the controller because the server and the controller are on different networks.
  • 74. The device of claim 71, wherein the first message and the second message comprise Hypertext Transfer Protocol commands.
US Referenced Citations (273)
Number Name Date Kind
4086434 Bocchi Apr 1978 A
4412292 Sedam et al. Oct 1983 A
4497037 Kato et al. Jan 1985 A
4583834 Seko et al. Apr 1986 A
4853946 Elliott et al. Aug 1989 A
4962368 Dobrzanski et al. Oct 1990 A
4964065 Hicks et al. Oct 1990 A
4965946 Hegedus et al. Oct 1990 A
4996703 Gray Feb 1991 A
5038319 Carter et al. Aug 1991 A
5057866 Hill, Jr. et al. Oct 1991 A
5077582 Kravette et al. Dec 1991 A
5084875 Weinberger et al. Jan 1992 A
5129080 Smith Jul 1992 A
5138377 Smith et al. Aug 1992 A
5184179 Tarr et al. Feb 1993 A
5204699 Birnbaum et al. Apr 1993 A
5212645 Wildes et al. May 1993 A
5214772 Weinberger et al. May 1993 A
5216461 Maekawa et al. Jun 1993 A
5220380 Hirata et al. Jun 1993 A
5224157 Yamada et al. Jun 1993 A
5243382 Takano et al. Sep 1993 A
5257069 Hirata et al. Oct 1993 A
5261061 Ju Nov 1993 A
5270775 Suzuki Dec 1993 A
5282127 Mii Jan 1994 A
5291244 Kajiwara et al. Mar 1994 A
5293196 Kaneko et al. Mar 1994 A
5297034 Weinstein Mar 1994 A
5297256 Wolstenholme et al. Mar 1994 A
5300980 Maekawa et al. Apr 1994 A
5303005 Takano et al. Apr 1994 A
5305055 Ebner et al. Apr 1994 A
5305199 LoBiondo et al. Apr 1994 A
5307263 Brown Apr 1994 A
5325156 Ulinski Jun 1994 A
5333286 Weinberger et al. Jul 1994 A
5335048 Takano et al. Aug 1994 A
5339168 Evanitsky et al. Aug 1994 A
5342037 Martin Aug 1994 A
5347346 Shimizu et al. Sep 1994 A
5359391 Kuroyanagi et al. Oct 1994 A
5361265 Weinberger et al. Nov 1994 A
5365310 Jenkins et al. Nov 1994 A
5367667 Wahlquist et al. Nov 1994 A
5369469 Leo et al. Nov 1994 A
5369471 Yamada Nov 1994 A
5369472 Raj et al. Nov 1994 A
5373349 Ito Dec 1994 A
5384622 Hirata et al. Jan 1995 A
5386271 Maekawa et al. Jan 1995 A
5392095 Siegel Feb 1995 A
5398257 Groenteman Mar 1995 A
5404199 Hirata et al. Apr 1995 A
5412779 Motoyama May 1995 A
5414494 Aikens et al. May 1995 A
5420667 Kaneko et al. May 1995 A
5424808 Maekawa et al. Jun 1995 A
5424844 Koyanagi et al. Jun 1995 A
5428551 Trainor et al. Jun 1995 A
5442541 Hube et al. Aug 1995 A
5444517 Nagashima Aug 1995 A
5444851 Woest Aug 1995 A
5446522 Tahara et al. Aug 1995 A
5452057 Imaizumi et al. Sep 1995 A
5459552 Ohira Oct 1995 A
5463775 DeWitt et al. Oct 1995 A
5469353 Pinsky et al. Nov 1995 A
5488454 Fukada et al. Jan 1996 A
5491535 Hirata et al. Feb 1996 A
5493364 Kuroyanagi et al. Feb 1996 A
5517491 Nanni et al. May 1996 A
5543892 Hirata et al. Aug 1996 A
5548376 Kikuno Aug 1996 A
5550957 Davidson, Jr. et al. Aug 1996 A
5555191 Hripcsak Sep 1996 A
5561501 Honma Oct 1996 A
5572672 Dewitt et al. Nov 1996 A
5586254 Kondo et al. Dec 1996 A
5594529 Yamashita et al. Jan 1997 A
5600403 Inoo Feb 1997 A
5603060 Weinberger et al. Feb 1997 A
5603323 Pflugrath et al. Feb 1997 A
5619024 Kolls Apr 1997 A
5631724 Sawada et al. May 1997 A
5636008 LoBiondo et al. Jun 1997 A
5636333 Davidson, Jr. et al. Jun 1997 A
5638427 Flemming et al. Jun 1997 A
5640495 Colbert et al. Jun 1997 A
5642202 Williams et al. Jun 1997 A
5642208 Takahashi et al. Jun 1997 A
5655084 Pinsky et al. Aug 1997 A
5659794 Caldarale et al. Aug 1997 A
5673190 Kahleck et al. Sep 1997 A
5675744 Tsujii Oct 1997 A
5677775 Yamaguchi et al. Oct 1997 A
5694528 Hube Dec 1997 A
5699494 Colbert et al. Dec 1997 A
5708908 Hirata et al. Jan 1998 A
5708909 Yamashita et al. Jan 1998 A
5715393 Naugle Feb 1998 A
5715496 Sawada et al. Feb 1998 A
5715823 Wood et al. Feb 1998 A
5720015 Martin et al. Feb 1998 A
5727135 Webb et al. Mar 1998 A
5732212 Perholz et al. Mar 1998 A
5736965 Mosebrook et al. Apr 1998 A
5740801 Branson Apr 1998 A
5745268 Eastvold et al. Apr 1998 A
5748907 Crane May 1998 A
5752125 Yamashita et al. May 1998 A
5752128 Yamashita May 1998 A
5752917 Fuchs May 1998 A
5761529 Raji et al. Jun 1998 A
5764918 Poulter Jun 1998 A
5768516 Sugishima Jun 1998 A
5772585 Lavin et al. Jun 1998 A
5774052 Hamm et al. Jun 1998 A
5786994 Friz et al. Jul 1998 A
5787149 Yousefi et al. Jul 1998 A
5787278 Barton et al. Jul 1998 A
5790793 Higley Aug 1998 A
5790977 Exekiel Aug 1998 A
5798738 Yamada Aug 1998 A
5801964 McCarthy Sep 1998 A
5809237 Watts et al. Sep 1998 A
5812397 Pech et al. Sep 1998 A
5812874 Yamashita et al. Sep 1998 A
5818603 Motoyama Oct 1998 A
5819015 Martin et al. Oct 1998 A
5819110 Motoyama Oct 1998 A
5822221 Groenteman Oct 1998 A
5828943 Brown Oct 1998 A
5835816 Sawada et al. Nov 1998 A
5844550 Trainor et al. Dec 1998 A
5845230 Lamberson Dec 1998 A
5857967 Frid et al. Jan 1999 A
5862404 Onaga Jan 1999 A
5865745 Schmitt et al. Feb 1999 A
5872635 Akiyama Feb 1999 A
5873009 Yamashita et al. Feb 1999 A
5873659 Edwards et al. Feb 1999 A
5878746 Lemelson et al. Mar 1999 A
5880677 Lestician Mar 1999 A
5884072 Rasmussen Mar 1999 A
5887216 Motoyama Mar 1999 A
5890029 Hirata et al. Mar 1999 A
5894416 Kuroyanagi et al. Apr 1999 A
5897235 Honma Apr 1999 A
5901286 Danknick et al. May 1999 A
5905906 Goffinet et al. May 1999 A
5909493 Motoyama Jun 1999 A
5911095 Atsumi et al. Jun 1999 A
5917405 Joao Jun 1999 A
5933675 Sawada et al. Aug 1999 A
5935060 Iliff Aug 1999 A
5956487 Venkatraman et al. Sep 1999 A
5956698 Lachese et al. Sep 1999 A
5968116 Day et al. Oct 1999 A
5970149 Johnson Oct 1999 A
5975737 Carter et al. Nov 1999 A
6003061 Jones et al. Dec 1999 A
6003078 Kodimer et al. Dec 1999 A
6006045 Miyawaki Dec 1999 A
6009284 Weinberger et al. Dec 1999 A
6012088 Li et al. Jan 2000 A
6014631 Teagarden et al. Jan 2000 A
6014691 Brewer et al. Jan 2000 A
6021284 Serizawa et al. Feb 2000 A
6022315 Iliff Feb 2000 A
6023223 Baxter, Jr. Feb 2000 A
6025925 Davidson, Jr. et al. Feb 2000 A
6031964 Anderson Feb 2000 A
6042111 Rivers et al. Mar 2000 A
6060994 Chen May 2000 A
6061603 Papadopoulos et al. May 2000 A
6064915 Kaneko et al. May 2000 A
6091915 Takagishi Jul 2000 A
6098116 Nixon et al. Aug 2000 A
6101407 Groezinger Aug 2000 A
6108492 Miyachi Aug 2000 A
6112035 Kuroyanagi et al. Aug 2000 A
6112256 Goffinet et al. Aug 2000 A
6115489 Gupta et al. Sep 2000 A
6119934 Kolls Sep 2000 A
6122463 Nagatani Sep 2000 A
6130999 Serizawa et al. Oct 2000 A
6139177 Venkatraman et al. Oct 2000 A
6152365 Kolls Nov 2000 A
6167448 Hemphill et al. Dec 2000 A
6181331 Trainor et al. Jan 2001 B1
6189113 Rabb et al. Feb 2001 B1
6196735 Inamine Mar 2001 B1
6221011 Bardy Apr 2001 B1
6230199 Revashetti et al. May 2001 B1
6246485 Brown et al. Jun 2001 B1
6256668 Slivka et al. Jul 2001 B1
6260148 Aggarwal et al. Jul 2001 B1
6260248 Cramer et al. Jul 2001 B1
6282454 Papadopoulos et al. Aug 2001 B1
6282711 Halpern et al. Aug 2001 B1
6286038 Reichmeyer et al. Sep 2001 B1
6286059 Sugiura Sep 2001 B1
6292828 Williams Sep 2001 B1
6304895 Schneider et al. Oct 2001 B1
6308099 Fox et al. Oct 2001 B1
6311024 Serizawa et al. Oct 2001 B1
6312378 Bardy Nov 2001 B1
6317783 Freishtat et al. Nov 2001 B1
6317848 Sorens et al. Nov 2001 B1
6325540 Lounsberry et al. Dec 2001 B1
6343320 Fairchild et al. Jan 2002 B1
6356949 Katsandres et al. Mar 2002 B1
6368284 Bardy Apr 2002 B1
6370582 Lim et al. Apr 2002 B1
6377162 Delestienne et al. Apr 2002 B1
6381557 Babula et al. Apr 2002 B1
6397212 Biffar May 2002 B1
6405310 Simpson Jun 2002 B1
6406426 Reuss et al. Jun 2002 B1
6415023 Iggulden Jul 2002 B2
6426798 Yeung Jul 2002 B1
6430711 Sekizawa Aug 2002 B1
6434572 Derzay et al. Aug 2002 B2
6437692 Petite et al. Aug 2002 B1
6446192 Narasimhan et al. Sep 2002 B1
6449633 Van et al. Sep 2002 B1
6457038 Defosse Sep 2002 B1
6462831 Akiyama Oct 2002 B1
6466971 Humpleman et al. Oct 2002 B1
6477117 Narayanaswami et al. Nov 2002 B1
6487513 Eastvold et al. Nov 2002 B1
6493871 McGuire et al. Dec 2002 B1
6494831 Koritzinsky Dec 2002 B1
6510350 Steen et al. Jan 2003 B1
6523130 Hickman et al. Feb 2003 B1
6529848 Sone Mar 2003 B2
6549612 Gifford et al. Apr 2003 B2
6560611 Nine et al. May 2003 B1
6560656 O'Sullivan et al. May 2003 B1
6564227 Sakakibara et al. May 2003 B2
6581092 Motoyama et al. Jun 2003 B1
6581094 Gao Jun 2003 B1
6587812 Takayama Jul 2003 B1
6598011 Koritzinsky et al. Jul 2003 B1
6601159 Smith et al. Jul 2003 B1
6604212 Sekizawa et al. Aug 2003 B2
6611863 Banginwar Aug 2003 B1
6631407 Mukaiyama et al. Oct 2003 B1
6636899 Rabb et al. Oct 2003 B1
6651110 Caspers et al. Nov 2003 B1
6651190 Worley et al. Nov 2003 B1
6654720 Graham et al. Nov 2003 B1
6670810 Duncan et al. Dec 2003 B2
6681349 Sekizawa Jan 2004 B2
6686838 Rezvani et al. Feb 2004 B1
6691106 Sathyanarayan Feb 2004 B1
6710893 Hou et al. Mar 2004 B1
6711618 Danner et al. Mar 2004 B1
6757714 Hansen Jun 2004 B1
6832373 O'Neill Dec 2004 B2
6834298 Singer et al. Dec 2004 B1
6857013 Ramberg et al. Feb 2005 B2
20020006790 Blumenstock et al. Jan 2002 A1
20020038320 Brook Mar 2002 A1
20020064138 Saito et al. May 2002 A1
20020138567 Ogawa Sep 2002 A1
20020174085 Nelson et al. Nov 2002 A1
20020178241 Eriksson Nov 2002 A1
20030061403 Miyata et al. Mar 2003 A1
20030118353 Baller Jun 2003 A1
20030200285 Hansen et al. Oct 2003 A1
Foreign Referenced Citations (38)
Number Date Country
1191744 Mar 2002 EP
60-263162 Dec 1985 JP
06-062130 Mar 1994 JP
06062130 Mar 1994 JP
07325513 Dec 1995 JP
09163008 Jun 1997 JP
10190922 Jul 1998 JP
10224372 Aug 1998 JP
10-295788 Apr 2000 JP
2000-122952 Apr 2000 JP
200122952 Apr 2000 JP
WO 9820439 May 1998 WO
WO9820439 May 1998 WO
WO9833302 Jul 1998 WO
WO9838910 Sep 1998 WO
WO 9838910 Sep 1998 WO
WO9841943 Sep 1998 WO
WO 9841943 Sep 1998 WO
WO 991336 Apr 1999 WO
WO9921336 Apr 1999 WO
WO 9921336 Apr 1999 WO
WO9957649 Nov 1999 WO
WO 9957649 Nov 1999 WO
WO 9957837 Nov 1999 WO
WO9957838 Nov 1999 WO
WO 9957838 Nov 1999 WO
WO 0023894 Apr 2000 WO
WO0023894 Apr 2000 WO
WO 0210919 Feb 2002 WO
WO 0221239 Mar 2002 WO
WO 0221299 Mar 2002 WO
WO 0221414 Mar 2002 WO
WO0221414 Mar 2002 WO
WO 0221415 Mar 2002 WO
WO 0221777 Mar 2002 WO
WO0225501 Mar 2002 WO
WO 0225501 Mar 2002 WO
WO 9833302 Mar 2002 WO