JP2005072839A - Apparatus, controller and method and program for reporting event - Google Patents

Apparatus, controller and method and program for reporting event Download PDF

Info

Publication number
JP2005072839A
JP2005072839A JP2003298477A JP2003298477A JP2005072839A JP 2005072839 A JP2005072839 A JP 2005072839A JP 2003298477 A JP2003298477 A JP 2003298477A JP 2003298477 A JP2003298477 A JP 2003298477A JP 2005072839 A JP2005072839 A JP 2005072839A
Authority
JP
Japan
Prior art keywords
notification
controller
information
event
designation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003298477A
Other languages
Japanese (ja)
Inventor
Masako Nozawa
雅子 野澤
Reiko Ueno
玲子 上野
Yoshiaki Sakida
義明 崎田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2003298477A priority Critical patent/JP2005072839A/en
Publication of JP2005072839A publication Critical patent/JP2005072839A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Control Of Washing Machine And Dryer (AREA)
  • Selective Calling Equipment (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that a controller should be modified in the case of newly adding an apparatus to a network in order to report an event by the controller when the event to be especially reported to a user is generated in the apparatus capable of communicating with a controller which can remotely monitor the state of the apparatus. <P>SOLUTION: In the apparatus A121 connected to the network 120, an event detection part 11 detects an event especially generated on the apparatus and allowed to be reported to the controller and a report specification generation part 12 generates report specification corresponding to the event information, adds the generated report specification to information to be reported and transmits the information to the controller. Thus events such as the end of an operation course generated in the apparatus and the generation of abnormality in the apparatus which are to be especially reported to the controller can be set on the apparatus side. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、遠隔地にて機器の状態を監視することのできるコントローラと通信可能な機器およびイベント報知方法およびプログラムに関するものである。   The present invention relates to a device that can communicate with a controller that can monitor the state of a device at a remote place, an event notification method, and a program.

近年、通信回線(インターネット等)を利用して、宅内機器とコントローラの間で通信を行い、遠隔地での宅内機器の現在の状態を閲覧したり、宅内機器の電源入り切りなどの運転を制御を可能とするシステムが普及し始めている(特許文献1、2、3)。   In recent years, communication between home devices and controllers using a communication line (such as the Internet) allows you to view the current state of home devices at remote locations and control operations such as turning on / off the home devices. Possible systems are beginning to spread (Patent Documents 1, 2, and 3).

さらに、これらのシステムにおいて、コントローラの表示手段により、宅内機器の運転状態を表示するのみならず、洗濯機の洗い〜脱水までの一連動作のようなユーザ設定コース運転の終了や、機器の異常発生といった機器上でのイベント発生時にその旨を報知する機能を備えた構成も提案されており、以下、その構成について説明する。   Furthermore, in these systems, not only the operation status of home appliances is displayed by the display means of the controller, but also the user set course operation such as a series of operations from washing to dehydration of the washing machine, or the occurrence of an abnormality in the equipment. A configuration having a function of notifying that when an event occurs on the device has been proposed, and the configuration will be described below.

図18において、100はECHONET(http://www.echonet.gr.jp/参照)等のネットワークを示し、101〜104はネットワーク100に接続され情報や制御のやり取りを行う機器(ネット対応エアコンや、ネット対応冷蔵庫など)を示す。   In FIG. 18, 100 denotes a network such as ECHONET (see http://www.echonet.gr.jp/), and 101 to 104 are devices connected to the network 100 for exchanging information and control (such as network compatible air conditioners and , Internet-compatible refrigerator, etc.).

図19は、従来のコントローラ101のシステムブロック図である。   FIG. 19 is a system block diagram of the conventional controller 101.

図20は、イベントが発生したときのネットワークを介して機器a102に接続されたコントローラ101における、機器からの状態変化情報受信時の通信シーケンスである。   FIG. 20 is a communication sequence when the controller 101 connected to the device a102 via the network when an event occurs receives state change information from the device.

図21は、コントローラ表示画面上に表示される機器の状態閲覧画面であり、
図22は、機器上でイベントが起こったときに報知されるポップアップ画面である。
FIG. 21 is a device status browsing screen displayed on the controller display screen.
FIG. 22 is a pop-up screen that is notified when an event occurs on the device.

従来のコントローラ101は、内部に送受信回路部102、電文解析処理部103、報知制御処理部104、報知情報保持部105を備え、ネットワーク100を介して接続された機器の状態が変化したときに送信される状態変化情報を送受信回路部102にて受信する。そして、電文解析処理部103により受信した電文からどの機器が、状態Aから状態Bに変化したというイベント情報を得る。得られたイベント情報とコントローラ101が予め報知情報保持部105にて保持している報知情報と照らし合わせ、その結果から報知制御処理部104にてユーザに報知する。   The conventional controller 101 includes a transmission / reception circuit unit 102, a message analysis processing unit 103, a notification control processing unit 104, and a notification information holding unit 105, and transmits when the state of a device connected via the network 100 changes. The state change information to be received is received by the transmission / reception circuit unit 102. Event information indicating which device has changed from state A to state B is obtained from the message received by the message analysis processing unit 103. The obtained event information is compared with the notification information held in advance in the notification information holding unit 105 by the controller 101, and the notification control processing unit 104 notifies the user from the result.

図20の通信シーケンスを用いて説明すると、機器a上で、なんらかの状態変化があった場合、機器a102は、機器a102の状態が状態Aから状態Bへ変化したという状態変化情報111をコントローラ101に送信する。それを受け取ったコントローラ102は、応答電文112を返信した後に、内部保持情報のルールに従ってによる報知処理113を行うことになる。   Referring to the communication sequence of FIG. 20, if any state change occurs on the device a, the device a 102 notifies the controller 101 of state change information 111 that the state of the device a 102 has changed from state A to state B. Send. The controller 102 that has received it returns the response message 112 and then performs a notification process 113 according to the rules of the internal holding information.

このとき、通常の情報、つまり特出してユーザに報知しなければならない情報ではない情報であると判断された情報は図21に示すような状態閲覧画面として画面上に表示されるが、機器運転終了情報や、機器の異常情報などといった特出してユーザに報知しなければならない情報であると判断された情報は、図22に示されるような運転終了報知画面115を状態閲覧画面114の前面にポップアップ表示することにより、ユーザにむけて報知される。
特開2003−47074号公報 特開2002−186057号公報 特開2003−207139号公報
At this time, normal information, that is, information that is determined to be information that is not special information that must be notified to the user is displayed on the screen as a state browsing screen as shown in FIG. Information that is determined to be information that must be specially notified to the user, such as end information or device abnormality information, is displayed on the front of the state browsing screen 114 by displaying an operation end notification screen 115 as shown in FIG. By pop-up display, it is notified to the user.
JP 2003-47074 A JP 2002-186057 A JP 2003-207139 A

しかしながら、前記従来の構成では、報知情報や報知方法、報知内容をすべてコントローラで管理しており、ユーザに報知すべきイベントを予めすべて前記コントローラに設定しなければならない、つまり、どの機器で、何が起こったときに、どのような方法でユーザに報知するかをすべて前記コントローラにて最初に作りこんでおく必要があった。   However, in the conventional configuration, the notification information, the notification method, and the notification contents are all managed by the controller, and all the events to be notified to the user must be set in the controller in advance. When this happens, it is necessary to first create in the controller how to notify the user in what manner.

洗濯機とコントローラからなるシステムにおいて例をあげると、洗濯機から洗濯コース運転終了をコントローラに通知し、コントローラで終了報知画面をポップアップ表示したい場合、従来の方法では、まず、コントローラに「”洗濯機”より”コース運転が終了した”という”状態変化通知”を機器より受信した場合、”表示画面”に”コース運転が終了した”という内容の”ポップアップ画面”を”表示”する」ということを設定しておく。そして、洗濯機上にて洗濯コース運転が終了したとき、洗濯機は、”洗濯コース運転が終了した”ということが『特出してコントローラに報知すべき情報である』とは認識せずに、他の数多の情報と同様に、状態が変化したとして、”状態変化通知”をコントローラに送信する。コントローラは、この”洗濯コース運転が終了した”という”状態変化通知”を受け取ったと判断した時に、設定どおり、”表示画面”に”コース運転が終了した”という内容の”ポップアップ画面”を”表示”し、ユーザに対して報知を行う。   For example, in a system composed of a washing machine and a controller, if the washing machine notifies the controller of the end of the washing course operation, and if the controller wants to pop up an end notification screen, the conventional method starts with “” “When“ Course driving is finished ”” “Status change notification” is received from the device, “Display pop-up screen” with the content “Course driving is finished” is displayed. Set it. And when the washing course operation is finished on the washing machine, the washing machine does not recognize that “the washing course operation is finished” is “information to be specially notified to the controller” As with many other types of information, “state change notification” is transmitted to the controller, assuming that the state has changed. When the controller determines that it has received a “state change notification” indicating that “washing course operation has been completed”, the “display screen” will display “pop-up screen” with the content “course operation has been completed” as set. "And notify the user.

このため、当初のコントローラでは考えていなかったような、機器に新しい機能を追加したり、コントローラに新しい機器を追加するなどした際に、新規イベントをコントローラにて報知したい場合にも、コントローラを改編する必要が生じる。これは、コントローラを中心に構成して、後から機器を追加接続できるというネットワークとしての汎用性・利便性を考えると大きな課題である。   For this reason, the controller has been reorganized even when it is desired to notify the controller of a new event when a new function is added to the device or a new device is added to the controller, which was not considered in the original controller. Need to do. This is a major issue when considering the versatility and convenience of a network that can be configured with a controller at the center and devices can be additionally connected later.

そこで、前記従来の課題を解決するために、本発明の機器は、機器上で起こる特出してコントローラに報知すべきイベントを検知し、そのイベント情報の報知指定を報知すべき情報に付加してコントローラに送信する。これにより、機器上で起こった運転コース終了や、機器の異常発生といった特出してコントローラに報知すべきイベントを機器側で設定することができ、また、そのイベントをコントローラ上でどのように報知するかといったイベント情報の報知指定を機器側で制御することが可能となる。   Therefore, in order to solve the above-described conventional problem, the device of the present invention detects an event that occurs on the device and should be notified to the controller, and adds a notification designation of the event information to the information to be notified. Send to controller. This makes it possible for the device to set an event that should be notified to the controller, such as the end of the driving course that has occurred on the device or the occurrence of an abnormality in the device, and how to notify the event on the controller. It is possible to control the notification designation of such event information on the device side.

また、本発明のコントローラは、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断し、機器から受け取った情報を特出すべき情報として機器側の指定どおりにユーザに報知する。これにより、機器上で発生する特出したイベント、たとえば運転コース終了や、機器の異常発生といった特出して報知すべきイベント情報の報知方法を、予め前記コントローラ内に作りこんでおく必要がなく、どのような機器の報知にも高い自由度で適用できるコントローラを実現することが可能となる。   In addition, the controller of the present invention determines the notification designation from the received message when a special event occurs on the device, and informs the user of the information received from the device as the information to be specified as specified on the device side. Inform. Thereby, it is not necessary to create in advance in the controller a special event that occurs on the device, for example, the end of the driving course or the event information to be notified specially such as the occurrence of an abnormality in the device, It is possible to realize a controller that can be applied to any device notification with a high degree of freedom.

つまり、例えば本発明の洗濯機と本発明のコントローラからなるシステムにおいて、洗濯機から洗濯コース運転終了をコントローラに通知し、コントローラで終了報知画面をポップアップ表示したい場合には、洗濯機上にて、洗濯コース運転が終了したとき、洗濯機は、”洗濯コース運転が終了した”ということが『特出してコントローラに報知すべき情報である』ということを検知し、それを「”コントローラの表示画面”に”洗濯機”の”コース運転が終了した”という内容の”ポップアップ画面”を”表示”してほしい」とコントローラに通知する。コントローラでは、機器より指示された内容に従い、コントローラの表示画面”に”洗濯機”の”コース運転が終了した”という内容の”ポップアップ画面”を”表示”し、ユーザに報知する。   That is, for example, in the system consisting of the washing machine of the present invention and the controller of the present invention, when the washing machine operation end is notified from the washing machine to the controller, and when it is desired to pop up an end notification screen on the controller, on the washing machine, When the washing course operation ends, the washing machine detects that “the washing course operation has ended” is “information that should be specially notified to the controller”, and displays it as “the controller display screen” The controller is informed that “I want to“ display ”a“ pop-up screen ”with the content that“ the course operation of the washing machine ”has been completed” ”. In accordance with the content instructed by the device, the controller “displays” a “pop-up screen” with the content “Course operation has been completed” of “washing machine” on the display screen of the controller, and notifies the user.

また、本発明の通信方法は、機器上で起こる特出してコントローラに報知すべきイベントを検知し、そのイベント情報の報知指定を報知すべき情報に付加して送信後、コントローラに特出した情報として知らせる手順を踏む。これにより、機器上で起こった運転コース終了や、機器の異常発生といった特出してコントローラに報知すべきイベントを機器側で設定することができ、また、そのイベントをコントローラでどのように報知するかといったイベント情報の報知指定を機器側で制御させることが可能となる。   In addition, the communication method of the present invention detects an event that should occur on the device and should be notified to the controller, adds the notification designation of the event information to the information to be notified, and then transmits the information that is specific to the controller. Follow the steps to inform as. This makes it possible for the device to set events that should be notified to the controller, such as the end of an operation course that has occurred on the device or the occurrence of an abnormality in the device, and how to notify the event on the controller. It is possible to control notification designation of such event information on the device side.

加えて、本発明の報知方法は、機器上で特出したイベントが起こったときに、コントローラが受信した電文より報知指定を判断し、それにより機器から受け取った情報を特出すべき情報として報知する手順を踏む。この手順により、機器上で発生する特出したイベント、たとえば運転コース終了や、機器の異常発生といった特出して報知すべきイベント情報の報知方法を、予め前記コントローラ内に作りこんでおく必要がなく、どのような機器の報知にも高い自由度で適用できるコントローラを実現することが可能となる。   In addition, according to the notification method of the present invention, when a special event occurs on the device, the notification designation is determined from the message received by the controller, thereby notifying the information received from the device as the information to be extracted. Follow the steps. With this procedure, it is not necessary to create in advance in the controller a special event that occurs on the device, for example, a notification method for event information that should be specially notified, such as the end of the driving course or the occurrence of an abnormality in the device. Thus, it is possible to realize a controller that can be applied to any device notification with a high degree of freedom.

本発明の機器は、機器上で起こる特出してコントローラに報知すべきイベントを検知し、そのイベント情報の報知指定を報知すべき情報に付加してコントローラに送信する。これにより、機器上で起こった運転コース終了や、機器の異常発生といった特出してコントローラに報知すべきイベントを機器側で設定することができ、また、そのイベントを個のとローラでどのように報知するかといったイベント情報の報知指定を機器側で制御することが可能となる。   The device of the present invention detects an event that should occur on the device and should be notified to the controller, and adds the notification designation of the event information to the information to be notified and transmits it to the controller. This makes it possible to set events that should be notified to the controller in special cases such as the end of the driving course that has occurred on the device or the occurrence of an abnormality in the device. It is possible to control notification designation of event information such as whether to notify on the device side.

加えて本発明のコントローラは、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断し、機器から受け取った情報を特出すべき情報として機器側の指定どおりにユーザに報知する。これにより、機器上で発生する特出して運転コース終了や、機器の異常発生といった特出して報知すべきイベント情報の報知方法を、予め前記コントローラ内に作りこんでおく必要がなく、どのような機器の報知にも高い自由度で適用できるコントローラを実現することが可能となる。   In addition, the controller of the present invention determines the notification designation from the received message when a special event occurs on the device, and informs the user of the information received from the device as the special information specified by the device. Inform. As a result, it is not necessary to create in advance in the controller a method for notifying event information that should be specially notified such as the end of an operation course that occurs on the device or the occurrence of an abnormality in the device. It is possible to realize a controller that can be applied to the notification of devices with a high degree of freedom.

第1の発明は、機器の状態を監視することのできるコントローラと通信可能な機器において、機器上で起こる特出してコントローラに報知すべきイベントを検知するイベント検知部と、そのイベント情報の報知指定を報知すべき情報に付加して送信し、コントローラに特出した情報として知らせることのできる報知指定生成部を備えてなる機器であり、これにより、機器上で起こった運転コース終了や、機器の異常発生といった特出してコントローラに報知すべきイベントを機器側で設定することができ、また、そのイベントをコントローラ上でどのように報知するかといったイベント情報の報知指定を機器側で制御することが可能となる。   According to a first aspect of the present invention, in a device that can communicate with a controller that can monitor the state of the device, an event detection unit that detects an event that occurs on the device and should be notified to the controller, and notification designation of the event information Is added to the information to be notified, is transmitted, and is provided with a notification designation generation unit that can be notified as information that is special to the controller. Events that should be notified to the controller in the event of an abnormality can be set on the device side, and event information notification designation such as how to notify the event on the controller can be controlled on the device side It becomes possible.

第2の発明は、特に、第1の発明の機器において、報知指定生成部は特出したイベントの種類を指定することのできる電文を生成する。これにより、特出したイベントとしてユーザに報知したい情報を予めコントローラに指定するのではなく、機器側から電文送信時に前記コントローラに指定することが可能となり、報知するイベント種類の追加や変更も容易となる。   In the second invention, in particular, in the device of the first invention, the notification designation generating unit generates a telegram that can designate the type of the event that has emerged. This makes it possible to specify information to be notified to the user as a special event to the controller in advance, instead of specifying it to the controller at the time of message transmission from the device side, and it is easy to add or change the event type to be notified Become.

第3の発明は、特に、第1の発明の機器において、報知指定生成部は特出したイベントを報知する時刻と、報知するまでの待ち時間と、報知する期間の少なくともいずれか一つを指定することのできる電文を生成する。これにより、例えば、機器の運転コースの終了時刻を予測して報知時刻を指定することにより、機器動作中のノイズなどで通信が困難となる場合でも機器の運転コース終了をコントローラにて報知することができ、機器とコントローラの状態の不整合を防ぐことができる。   In the third invention, in particular, in the device according to the first invention, the notification designation generation unit designates at least one of a time for notifying a special event, a waiting time until notification, and a notification period. A message that can be generated is generated. Thus, for example, by predicting the end time of the operation course of the device and specifying the notification time, the controller notifies the end of the operation course of the device even when communication is difficult due to noise during operation of the device. It is possible to prevent inconsistencies between the state of the device and the controller.

また、機器が動き出すまでに時間がかかるようなシステムにおいては、予め時間を想定して報知するまでの待ち時間をコントローラに指定することにより、動作と報知の状態の不整合を防ぐことができる。そして、コントローラの設置環境により、機器で起こった特出したイベントをコントローラが報知したことにユーザが気づくまでの時間が異なる場合に、報知する期間を指定することにより、設置環境に合わせた使用が可能となり、ひいては、ユーザの使い勝手の向上を図ることができる。   Further, in a system that takes time until the device starts to move, it is possible to prevent the inconsistency between the operation and the notification state by specifying the waiting time until the notification is made in advance by assuming the time. And if the time until the user notices that the controller has notified a special event that occurred in the device differs depending on the installation environment of the controller, it can be used according to the installation environment by specifying the notification period As a result, the user-friendliness can be improved.

第4の発明は、特に、第1の発明の機器において報知指定生成部は特出したイベントを報知する手段を指定することのできる電文を生成する。これにより、特出したイベント情報をユーザに報知する手段を予めコントローラに指定するのではなく、機器側から電文送信時に前記コントローラに指定することが可能となり、報知したい内容や、使用される環境によって、画面表示や音、光、震動などの手段を切り替えることができ、報知したい内容や使用時の状況に最適な手段を用いて、ユーザに報知することができる。   In the fourth aspect of the invention, in particular, in the device of the first aspect of the invention, the notification designation generation unit generates a telegram that can designate a means for notifying an outstanding event. This makes it possible to specify to the controller at the time of message transmission from the device side instead of specifying the means for notifying the user of the special event information in advance, depending on the content to be notified and the environment used. The screen display, sound, light, vibration, and the like can be switched, and the user can be notified using the optimum means for the content to be notified and the situation during use.

第5の発明は、特に、第1の発明の機器において報知指定生成部は特出したイベントを報知する優先度を指定することのできる電文を生成する。これにより、特出したイベント情報をユーザに報知する優先度を予めコントローラに指定するのではなく、機器側から電文送信時に前記コントローラに指定することが可能となり、例えば、エアコン、洗濯機といった家電製品とコントローラのみから構成されるシステムに警報の緊急度の高い(例えば侵入検知センサのような)セキュリティ機器を新しく追加した場合にも、前記コントローラを改編することなく、前記コントローラにて最優先でセキュリティ機器からの警報を報知することができる。   In the fifth aspect of the invention, in particular, in the device of the first aspect of the invention, the notification designation generating unit generates a telegram that can specify the priority for notifying the special event. As a result, the priority for notifying the user of the special event information can be specified in advance in the controller instead of in the controller, and for example, the home appliance such as an air conditioner or a washing machine can be specified. Even when a new security device with a high alarm urgency level (such as an intrusion detection sensor) is added to a system consisting of only the controller and the controller, the controller has the highest priority for security without reorganization. An alarm from the device can be notified.

第6の発明は、特に、第1の発明の機器において報知指定生成部は特出したイベントを報知した後、それらの情報を消去する手段を指定することのできる電文を生成する。これにより、特出したイベントをユーザに報知した後、それらの情報を消去する手段を予めコントローラに指定するのではなく、機器側から電文送信時に前記コントローラに指定することが可能となり、報知内容に対し、ユーザが報知された情報を認識して欲しい度合いにより、「ボタンを押さなければ報知情報が消去されない」、「表示部の一部に触れたら報知情報が消去される」、「何もしないでも(一定時間経過後に)報知情報が消去される」などを使い分けることができ、ユーザのより一層の注意を促すことが出来る。   In the sixth aspect of the invention, in particular, in the device of the first aspect of the invention, the notification designation generating unit generates a telegram that can designate a means for deleting the information after notifying the special event. As a result, after notifying the user of a special event, it is possible to specify the controller to erase the information in advance to the controller, instead of specifying it to the controller when transmitting a message from the device side. On the other hand, depending on the degree to which the user wants to recognize the notified information, “the notification information is not deleted unless the button is pressed”, “the notification information is deleted when a part of the display is touched”, “no operation” However, the notification information is erased (after a certain time elapses) "can be used properly, and the user's further attention can be urged.

第7の発明は、機器と通信することにより機器の状態を監視することのできるコントローラにおいて、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断することのできる報知情報制御処理部と、それにより機器から受け取った情報を特出すべき情報として報知することのできる報知制御処理部を備えてなるコントローラであり、これにより、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断し、機器から受け取った情報を特出すべき情報として機器側の指定どうりにユーザに報知する。これにより、機器上で発生する特出して運転コース終了や、機器の異常発生といった特出して報知すべきイベント情報を、予め前記コントローラ内に作りこんでおく必要がなく、より汎用的なコントローラを実現することが可能となる。   In a seventh aspect of the present invention, in a controller capable of monitoring the state of a device by communicating with the device, when a special event occurs on the device, a notification that can determine the notification designation from the received message It is a controller that includes an information control processing unit and a notification control processing unit that can notify information received from the device as information to be extracted, and when a special event occurs on the device. In addition, the notification designation is determined from the received electronic message, and the information received from the device is notified to the user as the information on the device side as information to be extracted. As a result, it is not necessary to create in advance in the controller the event information that should be specially notified such as the end of the driving course that occurs on the device or the occurrence of an abnormality of the device, and a more general-purpose controller can be created. It can be realized.

第8の発明は、特に、第7の発明のコントローラにおいて報知制御処理部は、受信した電文によりイベントの種類を判断し、報知する。これにより、特出して報知すべきイベントが機器上で発生したときに、遠隔地にあるコントローラにて受信した電文によって、報知されるイベントの種類が制御されることが可能となり、コントローラにて報知するイベント種類の追加や変更も容易となる。   In the eighth aspect of the invention, in particular, in the controller of the seventh aspect of the invention, the notification control processing unit determines the type of event based on the received electronic message and notifies it. As a result, when an event to be notified specially occurs on the device, the type of event to be notified can be controlled by a message received by a remote controller, and the notification is made by the controller. It is also easy to add or change event types.

第9の発明は、特に、第7の発明のコントローラにおいて報知制御処理部は、受信した電文によりイベントを報知する時刻と、報知するまでの待ち時間と、報知する期間の少なくともいずれか一つを制御し、報知する。これにより、例えば、機器から、機器の運転コースの終了時刻を予測して報知時刻を指定されることにより、機器動作中のノイズなどで運転コース終了時に機器との通信が困難となる場合でも、機器の運転コース終了をコントローラにて報知することができ、機器の動作状態とコントローラの報知状態の不整合を防ぐことができる。また、機器が動き出すまでに時間がかかるようなシステムにおいては、予め時間を想定して報知するまでの待ち時間を機器からコントローラに指定されることにより、機器とコントローラの状態の不整合を防ぐことができる。そして、コントローラの設置環境により、機器で起こった特出したイベントをコントローラが報知したことにユーザが気づくまでの時間が異なる場合に、報知する期間を受信した電文にて制御することにより、設置環境に合わせた使用が可能となり、ひいては、ユーザの使い勝手の向上を図ることができる。   In the ninth aspect of the invention, in particular, in the controller of the seventh aspect of the invention, the notification control processing unit determines at least one of the time for notifying the event by the received message, the waiting time until notification, and the notification period. Control and alert. Thereby, for example, by predicting the end time of the driving course of the device from the device and designating the notification time, even when communication with the device is difficult at the end of the driving course due to noise during operation of the device, The end of the operation course of the device can be notified by the controller, and inconsistency between the operation state of the device and the notification state of the controller can be prevented. Also, in a system where it takes time for the device to start moving, it is possible to prevent the inconsistency between the state of the device and the controller by designating the waiting time until the notification is made in advance by assuming the time from the device. Can do. When the time until the user notices that a special event that has occurred in the device is different depending on the installation environment of the controller, the installation environment is controlled by controlling the received message in the received message. Therefore, it is possible to improve the user-friendliness.

第10の発明は、特に、第7の発明のコントローラにおいて報知制御処理部は、受信した電文にて指定されたイベントを報知する手段を制御し、報知する。これにより、特出したイベント情報をユーザに報知する手段を予めコントローラにて制御するのではなく、コントローラにて電文を受信した時に、遠隔地にある機器より報知する手段を制御されることが可能となり、ユーザに機器が報知したい内容や、コントローラが使用される環境によって、画面表示や音、光、震動などの手段を切り替えることができ、報知したい内容や使用時の状況に最適な手段を用いて、ユーザに報知することができる。   In the tenth aspect of the invention, in particular, in the controller of the seventh aspect of the invention, the notification control processing unit controls and notifies means for notifying the event specified by the received electronic message. As a result, the means for notifying the user of the special event information can be controlled by the controller at a remote place when the controller receives a message, rather than controlling the means in advance by the controller. Depending on the content that the device wants to notify the user and the environment in which the controller is used, it is possible to switch the screen display, sound, light, vibration, etc. Can be notified to the user.

第11の発明は、特に、第7の発明のコントローラにおいて報知制御処理部は、受信した電文にてイベントの優先度を判断し、報知する。これにより、特出したイベント情報をユーザに報知する優先度を予めコントローラにて記憶させて制御するのではなく、コントローラにて電文を受信した時に、遠隔地にある機器より報知する優先度を制御されることが可能となり、例えば、エアコン、洗濯機といった家電製品とコントローラのみから構成されるシステムに警報の緊急度の高い(例えば侵入検知センサのような)セキュリティ機器を新しく追加した場合にも、前記コントローラを改編することなく、前記コントローラにて最優先でセキュリティ機器からの警報を報知することができる。   In the eleventh aspect of the invention, in particular, in the controller of the seventh aspect of the invention, the notification control processing unit determines and notifies the priority of the event based on the received message. In this way, the priority for notifying the user of special event information is not stored and controlled in advance by the controller, but when the telegram is received by the controller, the priority is notified from a remote device. For example, even when a security device with a high alarm urgency level (such as an intrusion detection sensor) is newly added to a system consisting only of a home appliance such as an air conditioner and a washing machine and a controller, An alarm from the security device can be notified with the highest priority by the controller without modifying the controller.

第12の発明は、特に、第7の発明のコントローラにおいて報知制御処理部は、受信した電文にて指定された手段にて、それまで報知していた情報を消去する。これにより、特出したイベントをユーザに報知した後、それらの情報を消去する手段を予めコントローラに指定するのではなく、コントローラにて電文を受信した時に、遠隔地にある機器より消去する手段を制御されることが可能となり、報知内容に対し、ユーザが報知された情報を認識して欲しい度合いにより、「ボタンを押さなければ報知情報が消去されない」、「表示部の一部に触れたら報知情報が消去される」、「何もしないでも(一定時間経過後に)報知情報が消去される」などを使い分けることができ、ユーザのより一層の注意を促すことが出来る。   In the twelfth aspect of the invention, in particular, in the controller of the seventh aspect of the invention, the notification control processing unit erases the information that has been notified so far by means designated by the received electronic message. In this way, after notifying the user of special events, the means for deleting the information is not designated in advance in the controller, but when the telegram is received by the controller, the means for deleting from the remote device Depending on the degree of notification that the user wants to recognize the notified information, the notification information is not deleted unless the button is pressed. “Information is deleted”, “Notification information is deleted even if nothing is done (after a certain period of time has elapsed)”, etc., can be used properly, and further attention of the user can be urged.

第13の発明は、機器の状態を監視することのできるコントローラと通信可能な機器において、機器上で起こる特出してコントローラに報知すべきイベントを検知し、そのイベント情報の報知指定を報知すべき情報に付加して送信し、コントローラに特出した情報として知らせるイベント報知の実行方法であり、これにより、機器上で起こった運転コース終了や、機器の異常発生といった特出してコントローラに報知すべきイベントを機器側で設定することができ、また、そのイベントをコントローラでどのように報知するかといったイベント情報の報知指定を機器側で制御することが可能となる。   In a thirteenth aspect of the present invention, in a device that can communicate with a controller that can monitor the state of the device, an event that should occur on the device and should be notified to the controller should be detected, and notification notification of the event information should be notified It is an event notification execution method that is sent in addition to information and notified to the controller as information that is special to the controller. An event can be set on the device side, and notification designation of event information such as how the event is notified by the controller can be controlled on the device side.

第14の発明は、イベント情報の報知指定を報知すべき情報に付加して送信する報知指定電文は、データ部に報知内容指定、報知開始時刻指定、報知開始待ち時間指定、報知期間指定、報知手段指定、報知優先度指定、報知消去指定のうち少なくとも1つ以上の情報を含む電文より構成されるイベント報知の実行方法であり、これにより、特出したイベント情報をユーザに報知する優先度を予めコントローラにて制御するのではなく、コントローラにて電文を受信した時に、遠隔地にある機器より報知する優先度を制御されることを可能とする。   In a fourteenth aspect of the invention, a notification designation message transmitted by adding notification designation of event information to information to be broadcast is designated in the data portion as broadcast content designation, broadcast start time designation, broadcast start waiting time designation, broadcast period designation, broadcast notification This is an event notification execution method composed of a telegram including at least one piece of information among means designation, notification priority designation, and notification erasure designation. With this, the priority for notifying the user of special event information is determined. Rather than controlling in advance by the controller, it is possible to control the priority of notification from a remote device when a message is received by the controller.

第15の発明は、機器と通信することにより機器の状態を監視することのできるコントローラにおいて、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断することのできる報知情報制御処理することにより、機器から受け取った情報を特出すべき情報として報知するイベント報知の実行方法であり、これにより、前記コントローラ内に機器上で発生する特出して運転コース終了や、機器の異常発生といった特出して報知すべきイベント情報を、予め前記コントローラ内に作りこんでおく必要がなく、より汎用的なコントローラを実現することが可能となる。   In a fifteenth aspect of the present invention, in a controller that can monitor the state of a device by communicating with the device, when a special event occurs on the device, the notification that can determine the notification designation from the received message It is an event notification execution method for notifying information received from a device as information to be extracted by performing an information control process. It is not necessary to create in advance in the controller the event information that should be specially notified such as the occurrence of an abnormality, and a more general-purpose controller can be realized.

第16の発明は、機器上で特出したイベントが起こったときに、コントローラにて受信する報知制御電文は、データ部に報知内容指定、報知開始時刻指定、報知開始待ち時間指定、報知期間指定、報知手段指定、報知優先度指定、報知消去指定のうち少なくとも1つ以上の情報を含む電文より構成されるイベント報知の実行方法であり、これにより、特出したイベント情報をユーザに報知する優先度を予めコントローラにて制御するのではなく、コントローラにて電文を受信した時に、遠隔地にある機器より報知する優先度を制御されることを可能とする。   In a sixteenth aspect of the invention, when a special event occurs on a device, a notification control message received by the controller is specified in a data portion as notification content, notification start time specification, notification start waiting time specification, notification period specification. , Notification means designation, notification priority designation, notification erasure designation is an event notification execution method comprising a message including at least one piece of information, whereby priority is given to notify the user of special event information. The priority is not controlled by the controller in advance, but it is possible to control the priority of notification from a remote device when a message is received by the controller.

第17の発明は、請求項1〜12のいずれか記載の機器およびコントローラにて少なくとも一つの手段をコンピュータに実行させるためのプログラムであり、この構成によれば、機器上で起こった運転コース終了や、機器の異常発生といった特出してコントローラに報知すべきイベントを機器側で設定することができ、また、そのイベントをコントローラ上でどのように報知するかといったイベント情報の報知指定を機器側で制御することが可能となる。また、機器上で発生する特出して運転コース終了や、機器の異常発生といった特出して報知すべきイベント情報の報知方法を、予め前記コントローラ内に作りこんでおく必要がなく、どのような機器の報知にも高い自由度で適用できるコントローラを実現することが可能となる。   A seventeenth invention is a program for causing a computer to execute at least one means in the device and controller according to any one of claims 1 to 12, and according to this configuration, the end of the operation course that has occurred on the device In addition, an event that should be notified to the controller in a special manner such as the occurrence of an abnormality in the device can be set on the device side, and the notification designation of event information such as how to notify the event on the controller can be set on the device side. It becomes possible to control. In addition, it is not necessary to create in advance in the controller a method for notifying event information that should be specially notified such as the end of an operation course that occurs on the device or the occurrence of an abnormality in the device. It is possible to realize a controller that can be applied to this notification with a high degree of freedom.

そして、プログラムであるのでマイコンなどを用いて本発明の機器またはコントローラの一部あるいは全てを容易に実現することができる。また記録媒体に記録したり通信回線を用いてプログラムを配信したりすることでプログラムの配布が簡単にできる。   Since it is a program, a part or all of the device or controller of the present invention can be easily realized using a microcomputer or the like. Further, the program can be easily distributed by recording it on a recording medium or distributing the program using a communication line.

以下の本発明の実施例について、図面を参照しながら説明する。   Embodiments of the present invention will be described with reference to the drawings.

(実施の形態1)
図1は、本実施の形態1のネットワーク120に繋がれた機器A121のシステムブロック図である。なお、イベント検知部11、報知指定生成部12と表記している以外は従来の構成と同じである。以上のように構成された機器Aについて、洗濯機を例に取り、以下その動作、作用を説明する。
(Embodiment 1)
FIG. 1 is a system block diagram of the device A 121 connected to the network 120 according to the first embodiment. The configuration is the same as the conventional configuration except that the event detection unit 11 and the notification designation generation unit 12 are described. About the apparatus A comprised as mentioned above, taking a washing machine as an example, the operation | movement and an effect | action are demonstrated below.

洗濯機A121の洗濯コース運転終了時に、洗濯機A121の洗濯コース運転が終了したことをネットワーク120を介して接続されたコントローラに報知する場合、洗濯が終了したというイベントが特出して報知すべきイベントであることを洗濯機A121のイベント検知部11にて検知する。そして、報知指定生成部12にて、このイベントはいつ、どのように、どうやってコントローラで報知するものであるのかが指定され、コントローラへの指示が生成される。そして、電文解析処理部131、送受信回路部132にて電文としてネットワーク上に送信される。   When notifying the controller connected via the network 120 that the washing course operation of the washing machine A121 has been completed at the end of the washing course operation of the washing machine A121, an event that the washing is finished should be notified specially Is detected by the event detection unit 11 of the washing machine A121. Then, the notification designation generation unit 12 specifies when, how and how the event is to be notified by the controller, and an instruction to the controller is generated. Then, the message analysis processing unit 131 and the transmission / reception circuit unit 132 transmit the message as a message on the network.

以上のように、本実施例では、機器A121にて、現在発生したイベントが、コントローラで報知すべき特出したイベントであると検知し、それに合わせてどのようにしてコントローラで報知するかという情報もコントローラに送信しているので、コントローラの設定を変えることなく、機器側から報知内容や報知方法を制御することができる。   As described above, in the present embodiment, the device A 121 detects that the currently occurring event is a special event to be notified by the controller, and information on how to notify the controller accordingly. Since it is also transmitted to the controller, the notification content and the notification method can be controlled from the device side without changing the setting of the controller.

なお、本実施の形態では洗濯機を例として用いているが、エアコン、電子レンジ、テレビといった家電製品、侵入感知センサといったセキュリティ機器、ひいては監視カメラ、介護施設の医療機器などさまざまな機器に対し、本発明を適用することが可能である。   In this embodiment, a washing machine is used as an example. However, for various devices such as air conditioners, microwave ovens, home appliances such as TVs, security devices such as intrusion detection sensors, and surveillance cameras, medical facilities for nursing care facilities, The present invention can be applied.

また、本実施の形態では通信媒体として無線を用いているが、専用線による有線通信、電灯線搬送通信、赤外線通信、光ファイバ通信など、いずれの通信媒体を用いても同様の効果を有するものである。   In this embodiment, wireless is used as a communication medium. However, any communication medium such as wired communication using a dedicated line, power line carrier communication, infrared communication, or optical fiber communication has the same effect. It is.

(実施の形態2)
図2は、本実施の形態2の機器A121の報知指定生成部12にて生成される電文の構成図である。なお、機器の内部ブロック図は実施の形態1と同じ構成である。
(Embodiment 2)
FIG. 2 is a configuration diagram of a telegram generated by the notification designation generation unit 12 of the device A 121 according to the second embodiment. The internal block diagram of the device has the same configuration as in the first embodiment.

ここで生成される電文は、ネットワーク上で通信相手に対し通知のみするのか、通知後、その応答を待つのか、書き込みをするのかなどの通信サービスを指定するサービスコード(SC)20と、これは何に関するデータなのか(ここでは報知内容を指示するデータが後に続く)を指定するプロパティコード(PC)21と、報知の種類を指定する実データ部22から構成される。以上のように構成された機器Aにおける電文構成について、洗濯機を例に取り、以下その動作、作用を説明する。   The message generated here is a service code (SC) 20 for designating a communication service such as whether to notify only to the communication partner on the network, whether to wait for a response after the notification, or to write, etc. It consists of a property code (PC) 21 that specifies what the data is (here, data that indicates the notification content follows) and an actual data portion 22 that specifies the type of notification. About the message | telegram structure in the apparatus A comprised as mentioned above, taking a washing machine as an example, the operation | movement and an effect | action are demonstrated below.

洗濯機の運転コースの中で起こりうる、特出してユーザに報知すべきイベントとしては、「注水動作開始」、「洗濯動作開始」、「すすぎ動作開始」、「脱水動作開始」、「洗濯終了」などがあげられる。これらに対応するデータを図2の報知の種類の指示23a〜23eのように設定し、もし、機器Aとして注水動作が開始されたときにユーザに報知するという仕様を決めた場合、図1におけるイベント検知部11にて注水動作が開始されたことが検出された時に、図1の報知指定生成部12にて上述の構成の電文を作成し、データ部22には、「注水動作開始報知指定」を表すデータ”0x21”を設定する。このような電文にてコントローラに知らせるため、コントローラ側で「注水動作開始」が特出して報知すべき情報であるのか否かを調べる必要がなくなり、機器から容易にコントローラの報知方法を制御することが可能となる。   Events that can occur during the washing machine operation course and that should be notified to the user are “water injection operation start”, “washing operation start”, “rinse operation start”, “dehydration operation start”, “washing end” And so on. If the data corresponding to these are set as in the notification type instructions 23a to 23e in FIG. 2, and if the specification of notifying the user when the water injection operation is started as the device A is determined in FIG. When the event detection unit 11 detects that the water injection operation has been started, the notification designating unit 12 in FIG. 1 creates a telegram with the above-described configuration, and the data unit 22 displays “water injection operation start notification designation”. "0x21" is set. In order to notify the controller with such a message, it is not necessary to check whether or not the “water injection operation start” is information that should be informed specially on the controller side, and the notification method of the controller can be easily controlled from the device. Is possible.

なお、本実施の形態ではデータ内容を洗濯機を例に取り説明したが、これは電子レンジであれば「調理運転開始」、「扉開一時停止」、「調理途中経過お知らせ」、「調理終了」などといった内容が考えられ、冷蔵庫であれば「扉開警報」、「消耗品交換」などの内容を設定することが出来る。これらは、家電製品に限られるわけではなく、他の機器についても同様に設定することができる。   In this embodiment, the data contents are explained by taking a washing machine as an example. However, if this is a microwave oven, “cooking operation start”, “door opening pause”, “cooking progress notification”, “cooking end” The contents such as “door open alarm” and “consumable replacement” can be set for a refrigerator. These are not limited to home appliances, and can be set similarly for other devices.

そして、これらの情報に、報知時に使用する画像データや、表示文字列情報、音ファイル、URL情報を付加した電文形式であってもよい。   And the message format which added the image data used at the time of alerting | reporting, display character string information, a sound file, and URL information to these information may be sufficient.

(実施の形態3)
図3は、図2同様、本実施の形態3の機器A121の報知指定生成部12にて生成される電文の構成図である。ここで、実データ部22は報知内容指示部23と、報知開始時刻指定部31の二つより構成される。以上のように構成された機器Aにおける電文構成について、洗濯機を例に取り、以下その動作、作用を説明する。
(Embodiment 3)
FIG. 3 is a configuration diagram of a message generated by the notification designation generation unit 12 of the device A 121 according to the third embodiment, as in FIG. Here, the actual data part 22 is composed of a notification content instruction unit 23 and a notification start time designation unit 31. About the message | telegram structure in the apparatus A comprised as mentioned above, taking a washing machine as an example, the operation | movement and an effect | action are demonstrated below.

洗濯機の運転コースの中で起こりうる、特出してユーザに報知すべきイベントとしては、「注水動作開始」、「洗濯動作開始」、「すすぎ動作開始」、「脱水動作開始」、「洗濯終了」などがあげられる。これらに対応するデータを図2の報知の種類の指示30a〜30eのように設定し、もし、機器Aとして脱水動作が開始されたときにユーザに報知するという仕様を決めた場合、図1におけるイベント検知部11にて一連の洗濯コースが開始されたことを検知したとき、コース設定と現在時刻より、脱水動作の開始される時刻を算出し、データ部22の報知内容指示部23には、「脱水動作開始報知指定」を表すデータ”0x34”を設定する。また、報知開始時刻指定31には報知する時刻を設定する。   Events that can occur during the washing machine operation course and that should be notified to the user are “water injection operation start”, “washing operation start”, “rinse operation start”, “dehydration operation start”, “washing end” And so on. When the data corresponding to these are set as in the notification type instructions 30a to 30e in FIG. 2 and if the specification of notifying the user when the dehydrating operation is started as the device A is determined, the data in FIG. When the event detection unit 11 detects that a series of washing courses has been started, the start time of the dehydration operation is calculated from the course setting and the current time, and the notification content instruction unit 23 of the data unit 22 Data “0x34” representing “dehydration operation start notification designation” is set. Further, the notification start time designation 31 is set to the notification time.

これにより、特出してユーザに報知すべきイベントを報知時刻を指定して機器側から制御することができる。そのため、特に洗濯機のように稼動中に機器自身が大きなノイズを発生してしまう機器では、稼動中の通信がノイズによりうまくできなく、そのためコントローラと機器の間で状態が一致しない(洗濯機はすすぎが終了し、脱水動作を開始しているにもかかわらず、脱水動作を開始したという知らせを機器からうまく出せなかった場合、コントローラではまだ脱水動作の前のすすぎ動作が終了していないと認識してしまう)という問題を解消することができる。   Thereby, it is possible to control the event that should be notified to the user by designating the notification time from the device side. Therefore, especially in a device that generates a large noise during operation, such as a washing machine, communication during operation cannot be performed well due to the noise, so the state does not match between the controller and the device (the washing machine is If the device does not give a good indication that the dehydration operation has started even though the rinse operation has been completed and the dehydration operation has started, the controller recognizes that the rinse operation before the dehydration operation has not yet been completed. Can be solved.

また、図4は、前記電文構成の、実データ部22を報知内容指示部23と、報知開始待ち時間指定部41の二つより構成したものである。この電文を用いることで、特出してユーザに報知すべきイベントを電文を受け取った時間から所定の時間を置いてコントローラにてユーザに報知を行うことができる。   FIG. 4 shows that the actual data part 22 having the above-mentioned telegram structure is composed of a notification content instruction unit 23 and a notification start waiting time designation unit 41. By using this message, the controller can notify the user of a specific event that should be notified to the user at a predetermined time from the time when the message is received.

図3同様に、洗濯機を例にとると、例えば、特出してユーザに報知すべきイベントとして、機器の運転が終了した、つまり、ユーザが設定した洗濯運転コースが終了したことを指定する場合を考える。洗濯機は、「注水動作」、「洗い動作」、「すすぎ動作」、「脱水動作」を経て、脱水動作が完了した時点で、洗濯運転コースを終了したと判断し、コントローラに通知した運転終了を通知した後、電源を自動的に落とす。脱水動作終了直後は、機器では電源が落ちるものの、洗濯槽は惰性により回り続けてしまうので、完全に停止するまでにはある程度の時間を必要とする。そのため、コントローラの終了報知と実際の機器の運転状態に不一致が生じる。もちろんその間は危険であるので、ユーザは衣類を取り出すことができない。   Similarly to FIG. 3, taking a washing machine as an example, for example, when specifying that the operation of the device has ended, that is, the washing operation course set by the user has ended, as an event that should be notified to the user think of. The washing machine determines that the washing operation course has ended when the dehydration operation is completed through the “water injection operation”, “washing operation”, “rinse operation”, and “dehydration operation”, and the operation is notified to the controller. After notifying, the power is turned off automatically. Immediately after the dehydration operation is completed, although the power of the device is reduced, the washing tub continues to rotate due to inertia, so that it takes some time to stop completely. Therefore, a discrepancy occurs between the controller end notification and the actual operation state of the device. Of course, it is dangerous during that time, and the user cannot take out the clothes.

そこで、コントローラへの報知時間の指示として、前述の電文を報知内容指示23に洗濯終了報知指定40eを、報知開始待ち時間指定41に0x0003(3分)を設定する。これにより、洗濯機の終了報知を行うのを3分遅らすことができ、”洗濯コース運転終了”が通知された時点では、洗濯機の動きも止まっており、コントローラと洗濯機の状態を一致させることが出来る。また、衣類を安全に取り出すことが出来るので、機器の安全性の向上、ひいてはユーザの使い勝手の向上を図ることができる。   Therefore, as an instruction of the notification time to the controller, the above-mentioned message is set to the notification content instruction 23 and the washing end notification designation 40e is set to 0x0003 (3 minutes). As a result, it is possible to delay the notification of the end of the washing machine by 3 minutes, and at the point of time when the “end of washing course operation” is notified, the movement of the washing machine is stopped and the controller and the state of the washing machine are matched. I can do it. Moreover, since clothes can be taken out safely, the safety | security of an apparatus can be improved and the improvement of a user's convenience can be aimed at by extension.

これは、洗濯機に限った話ではなく、運転中に高熱を発する乾燥機やオーブンレンジなどの終了時の通知にも時間遅れを設けることが出来、ユーザが高温時に機器に触れてしまい、怪我をするのを防ぐことができる。   This is not limited to washing machines, but it can also provide time delays for notifications at the end of dryers and microwave ovens that generate high heat during operation, causing users to touch the equipment at high temperatures, resulting in injury. Can be prevented.

また、例えば、プロジェクタのような、起動に時間のかかるシステムにおいては、予め、電源投入時に起動時間を予測して、コントローラでの報知に待ち時間を設けさせることにより、ユーザがコントローラにて報知を受け取った時点で、プロジェクタは使用可能な状態にスタンバイしており、コントローラと機器の状態の不整合を防ぐことができる。   For example, in a system that takes time to start up, such as a projector, the start time is predicted in advance when the power is turned on, and a waiting time is provided for notification by the controller so that the user can notify the controller. When received, the projector is in a standby state in a usable state, and inconsistencies between the controller and the device can be prevented.

また逆に、終了時間よりも早く時間を設定する(数値にマイナスを採用する 例:−10分)と、家から離れた場所に設置されているコインランドリーなどの機器が終了する前に報知することができ、ユーザが報知に気づいてから移動を開始し、家からコインランドリーまで移動する時間(例えば10分)経過後にちょうど運転が終了している、ということも可能となる。   Conversely, if the time is set earlier than the end time (a negative value is used, for example: -10 minutes), a notification will be given before the equipment such as a laundromat installed at a place away from the house ends. It is also possible to start the movement after the user notices the notification and that the driving has just ended after the time (for example, 10 minutes) from the house to the coin laundry has elapsed.

加えて、図5は、前記電文構成の、実データ部22を報知内容指示部23と、報知期間指定部41の二つより構成したものである。   In addition, FIG. 5 shows that the actual data part 22 of the above-mentioned telegram structure is composed of two parts, a notification content instruction part 23 and a notification period specifying part 41.

図3同様に、洗濯機を例にとると、報知期間指定部51では、注水動作開始報知指定情報51a、洗濯動作開始報知指定情報51b、すすぎ動作開始報知指定情報51c、脱水動作開始報知指定情報51dの場合にはコントローラでの報知は3秒で終了するように設定する。そして、コース運転の最終の通知イベントである洗濯終了報知指定51eでは”0x0000:時間指定なし(他の要因により解除されるまで待つ)”を洗濯機からコントローラに指定することで、「時間がたてば自動的に消去される情報」と、「気づいてもらって初めて消去できる情報」とを区別してコントローラからユーザに報知することができる。また、宅内で使用する場合には、短い報知でもユーザが近くにいることが多く、すぐに気づく可能性が多いが、宅外で使用する場合には騒音が大きい、ユーザが近くにいないなどの要因から長く報知することを必要とされるなどといった使用環境に応じても高い自由度で報知方法を変化させることができる。   As in FIG. 3, taking the washing machine as an example, the notification period specifying unit 51 includes a water injection operation start notification designation information 51 a, a washing operation start notification designation information 51 b, a rinse operation start notification designation information 51 c, and a dehydration operation start notification designation information. In the case of 51d, the notification by the controller is set to end in 3 seconds. Then, in the washing end notification designation 51e which is the final notification event of the course driving, “0x0000: no time designation (wait until it is released due to other factors)” is designated from the washing machine to the controller. Thus, the controller can notify the user by distinguishing between “information that can be automatically deleted” and “information that can be deleted only after it is noticed”. Also, when used in the home, the user is often near even with short notifications, and there is a possibility that it will be noticed immediately, but when used outside the home, the noise is loud, the user is not near, etc. It is possible to change the notification method with a high degree of freedom even in accordance with the usage environment, such as the need for notification for a long time due to factors.

これらは図3の報知開始時刻指定部31や図4の報知開始待ち時間指定部41、図5の報知時間指定部51をデータの構成要素として一つの電文に同時に含む形でもよい。   These may include a notification start time specifying unit 31 in FIG. 3, a notification start waiting time specifying unit 41 in FIG. 4, and a notification time specifying unit 51 in FIG. 5 as data components at the same time.

(実施の形態4)
図6は、図2同様本実施の形態4の機器A121の報知指定生成部12にて生成される電文の構成図である。実データ部22は報知内容指示部23と、報知手段指定部61の二つより構成される。
(Embodiment 4)
FIG. 6 is a configuration diagram of a message generated by the notification designation generation unit 12 of the device A 121 according to the fourth embodiment as in FIG. The actual data part 22 is composed of a notification content instruction unit 23 and a notification means designation unit 61.

図2同様に洗濯機の洗濯運転コースを例にあげて説明すると、洗濯機が洗濯運転コースを開始したとき、洗濯機は、コントローラに対し、注水動作開始報知指定61a(0x0001:表示画面に画像を表示する指示)を含んだ電文を送信し、それを受けたコントローラは表示部114に洗い行程を示す画像114Cを表示する。同様にして、洗濯機が洗濯動作を開始したとき、すすぎ動作を開始したとき、脱水動作を開始したとき毎に、洗濯機はコントローラに、洗濯動作開始報知指定61b、すすぎ動作開始報知指定61c、脱水動作開始報知指定61d(すべて値は0x0001)を含んだ電文を順に送信する。それを受け、コントローラは順にすすぎ行程を示す画像114d、脱水行程を示す画像114eを表示する。そして、洗濯機が洗濯を終了したとき、洗濯機はコントローラに対し、洗濯終了報知指定71e(0x0010:表示画面に大きい画像をポップアップ表示する指示)を含んだ電文を送信し、それを受けたコントローラは、機器の指示どおりに画面114にポップアップ画面115を表示する。   As in FIG. 2, the washing operation course of the washing machine will be described as an example. When the washing machine starts the washing operation course, the washing machine notifies the controller of the water injection operation start notification designation 61a (0x0001: image on the display screen). The controller which received the message including the instruction to display the message) displays the image 114C indicating the washing process on the display unit 114. Similarly, when the washing machine starts a washing operation, starts a rinsing operation, or starts a dehydrating operation, the washing machine sends a washing operation start notification designation 61b, a rinsing operation start notification designation 61c, Messages including the dehydration operation start notification designation 61d (all values are 0x0001) are sequentially transmitted. In response, the controller sequentially displays an image 114d indicating the rinsing process and an image 114e indicating the dehydration process. When the washing machine finishes washing, the washing machine transmits a message including a washing end notification designation 71e (0x0010: instruction to pop up a large image on the display screen) to the controller, and the controller that receives the message Displays the pop-up screen 115 on the screen 114 as instructed by the device.

これにより、「小さく表示すればよい情報」と、「大きく表示し、ユーザの気を引きたい情報」とを区別してコントローラからユーザに報知することができる。また、それを機器から制御することで、機器にイベントを追加したときなどにも、コントローラを改編することなく、コントローラにて、ユーザに新しいイベントを報知することが出来る。   This makes it possible to distinguish between “information that only needs to be displayed small” and “information that should be displayed large and to attract the user's attention” and notify the user from the controller. Also, by controlling it from the device, the controller can notify the user of a new event without modifying the controller even when an event is added to the device.

ここでは、画面表示を例に述べたが、この報知手段指定は画面表示のみならず、LED点灯、ブザー発報など音や光、ひいては震動やEメール送信といった手段を指定することも可能である。   Here, the screen display has been described as an example, but this notification means designation is not limited to the screen display, but it is also possible to designate means such as LED lighting, buzzer notification, sound and light, and finally vibration and e-mail transmission. .

(実施の形態5)
図7は、図2同様本実施の形態5の機器A121の報知指定生成部12にて生成される電文の構成図である。実データ部22は報知内容指示部23と、報知優先度指定部71の二つより構成される。報知優先度指定部では、そのイベントの報知優先度を数値にて表し、より大きい数値を示しているイベントが小さいイベントよりも、よりユーザの注意を喚起する方法(たとえば大きな音、眩しい光、画面の最前面表示など)でコントローラより報知される。
(Embodiment 5)
FIG. 7 is a configuration diagram of a message generated by the notification designation generation unit 12 of the device A 121 according to the fifth embodiment as in FIG. The actual data part 22 is composed of two parts, a notification content instruction part 23 and a notification priority designation part 71. In the notification priority designating section, the notification priority of the event is expressed by a numerical value, and a method for raising the user's attention more than an event in which an event indicating a larger numerical value is small (for example, loud sound, dazzling light, screen Foremost display) and the like.

図2同様に洗濯機の洗濯運転コースを例にあげて説明すると、洗濯機が洗濯運転コースを開始したとき、洗濯機は、コントローラに対し、注水動作開始報知指定71a(0x0001:報知優先度最低レベル)を含んだ電文を送信し、それを受けたコントローラは表示部114に洗い行程を示す画像図(図21の114c)を表示する。同様にして、洗濯機が洗濯動作を開始したとき、すすぎ動作を開始したとき、脱水動作を開始したとき毎に洗濯機はコントローラに、洗濯動作開始報知指定71b、すすぎ動作開始報知指定71c、脱水動作開始報知指定71d(すべて値は0x0001で同レベルの優先度)を含んだ電文を順に送信する。それを受け図21のように、コントローラは順にすすぎ行程を示す画像114d、脱水行程を示す画像114eを表示する。そして、洗濯機が洗濯を終了したとき、洗濯機はコントローラに対し、洗濯終了報知指定71e(0x0010:報知優先度中レベル)を含んだ電文を送信する。それを受けたコントローラは、機器より受け取った優先レベルから判断し、図22のように、画面114が表示されている画面より前面に画面115をかぶせて表示する。   As in FIG. 2, the washing operation course of the washing machine will be described as an example. When the washing machine starts the washing operation course, the washing machine notifies the controller of the water injection operation start notification designation 71a (0x0001: lowest notification priority). The controller that received the message including the level) displays an image diagram (114c in FIG. 21) showing the washing process on the display unit 114. Similarly, when the washing machine starts a washing operation, starts a rinsing operation, and starts a dehydrating operation, the washing machine notifies the controller of a washing operation start notification designation 71b, a rinsing operation start notification designation 71c, and a dehydration operation. Messages including the operation start notification designation 71d (all values are 0x0001 and the same level of priority) are transmitted in order. In response to this, as shown in FIG. 21, the controller sequentially displays an image 114d indicating the rinsing process and an image 114e indicating the dehydration process. When the washing machine finishes washing, the washing machine transmits a message including a washing end notification designation 71e (0x0010: medium level of notification priority) to the controller. The controller that has received it determines from the priority level received from the device, and displays the screen 115 with the screen 115 placed in front of the screen on which the screen 114 is displayed as shown in FIG.

これにより、機器から送信されてくる情報に報知優先度のランクをつけることができ、ユーザが必要とする情報もしくはユーザに確実に届けたい情報を効率よく伝達することが出来、機器の操作性の向上を図ることも可能となる。   As a result, it is possible to rank the notification priority of information transmitted from the device, efficiently transmit the information required by the user or the information to be surely delivered to the user, and improve the operability of the device. Improvements can also be achieved.

これは、機器の種別を問わずに報知優先度を設定することができるので、洗濯機や冷蔵庫といった家電製品とコントローラからなるネットワークに、新規に侵入検知センサなどのセキュリティ機器を追加した場合にも、コントローラを改編することなく、もとからある家電製品よりも緊急性の高い情報(泥棒が家に侵入したなど)をコントローラにて最優先に報知することができる。   This is because notification priority can be set regardless of the type of device, so even when a new security device such as an intrusion detection sensor is added to a network consisting of a home appliance such as a washing machine or refrigerator and a controller. Without reorganizing the controller, information that is more urgent than the original home appliances (such as a thief invading the house) can be reported with the highest priority by the controller.

(実施の形態6)
図8は、図2同様本実施の形態6の機器A121の報知指定生成部12にて生成される電文の構成図である。実データ部22は報知内容指示部23と、報知期間指定部51に加え、消去手段指定部81の三つより構成される。消去手段指定部81では、そのイベント情報の報知が何をすることによって消去されるかの条件(コントローラのボタンが押されたら消去、コントローラの画面に触れたら消去、機器側でボタンが押されたら消去など)を指定する。
(Embodiment 6)
FIG. 8 is a configuration diagram of a message generated by the notification designation generation unit 12 of the device A 121 according to the sixth embodiment as in FIG. The actual data part 22 includes a notification content specifying part 23 and a notification period specifying part 51, and an erasing means specifying part 81. In the erasure means specifying unit 81, the condition of what the event information notification is to be erased by (deletion when the controller button is pressed, erasure when the controller screen is touched, and when the button is pressed on the device side) Erasure).

図2同様に洗濯機の洗濯運転コース終了時を例にあげて説明すると、洗濯機が洗濯運転コースを終了したとき、洗濯機は、洗濯機の運転が終了したというイベント情報と共に、図8の80e、81eからなる報知制御電文をコントローラに送信する。このとき、報知期間指定部51には”0x0000:時間指定なし(他の要因により解除されるまで待つ)”が指定されている。そして、消去手段指定部81にはデータ”0x01:確認ボタンを押下したらデータを消去”という値が指定されているので、この電文を受け取ったコントローラは、「洗濯機の洗濯コース運転が終了した」ということを報知すると共に、”時間指定なしで、確認ボタンが押下されたら報知情報を消去”する。これにより、機器から送信されてくる情報を区別することができ、ユーザが必要とする情報もしくはユーザに確実に届けたい情報にユーザの意識を向けることが出来、重要なイベントを確実にユーザに伝えることができる。   As in FIG. 2, when the washing operation course of the washing machine is finished as an example, when the washing machine finishes the washing operation course, the washing machine, together with event information that the operation of the washing machine has ended, is displayed in FIG. A notification control message composed of 80e and 81e is transmitted to the controller. At this time, “0x0000: no time designation (wait until released due to other factors)” is designated in the notification period designation unit 51. Then, since the value “0x01: erase data when the confirmation button is pressed” is designated in the erasing means designating unit 81, the controller that received this message “the washing course operation of the washing machine has been completed”. And deletes the notification information when the confirmation button is pressed without specifying a time. This makes it possible to distinguish the information transmitted from the device, direct the user's awareness to the information that the user needs or wants to reliably deliver to the user, and reliably convey important events to the user. be able to.

また、“0x01:確認ボタンを押下したらデータを消去”の他に“0x00:指定なし”、“0x02:通信による消去指示”、“0x03:他の報知受信”などがある。   In addition to “0x01: Erase data when the confirmation button is pressed”, there are “0x00: Not specified”, “0x02: Erase instruction by communication”, “0x03: Other notification reception”, and the like.

ここでは、同時に送信する情報として報知期間指定を用いたが、図3の報知開始時刻指定31、図4の報知開始待ち時間指定41を同時に含む形でも構わない。   Here, the notification period designation is used as the information to be transmitted at the same time, but the notification start time designation 31 in FIG. 3 and the notification start waiting time designation 41 in FIG. 4 may be included at the same time.

(実施の形態7)
図9は、本実施の形態7のネットワーク120に繋がれたコントローラB122のシステムブロック図である。なお、報知情報制御処理部14と表記している以外は従来の構成と同じである。ネットワーク120を通して受信した電文を、電文解析処理部133にて解析し、報知情報処理部14にてどの機器の何というイベントをどのようにしてどんなタイミングでユーザに報知するかという情報に分け、報知制御処理部135にてユーザに報知する。
(Embodiment 7)
FIG. 9 is a system block diagram of the controller B 122 connected to the network 120 according to the seventh embodiment. In addition, it is the same as the conventional structure except having indicated with the alerting | reporting information control process part 14. FIG. The electronic message received through the network 120 is analyzed by the electronic message analysis processing unit 133, and the notification information processing unit 14 divides the information into what information about which device and what event is notified to the user at what timing. The control processing unit 135 notifies the user.

図10は図9で示されるコントローラB122が、ネットワークを介して接続された機器A121から報知指示情報を受信したときのコントローラB122の処理シーケンスを示す。機器A121から、報知指示情報63を受け取ったコントローラB122は、応答64を返し、報知情報処理部14にて報知指示情報による報知処理65を行い、報知制御処理部135にてユーザに報知する。   FIG. 10 shows a processing sequence of the controller B122 when the controller B122 shown in FIG. 9 receives notification instruction information from the device A121 connected via the network. Receiving the notification instruction information 63 from the device A 121, the controller B 122 returns a response 64, performs notification processing 65 based on the notification instruction information in the notification information processing unit 14, and notifies the user in the notification control processing unit 135.

これらの動作をネットワークに接続された洗濯機を例にとり説明すると、洗濯機からユーザが設定した洗濯運転コースが終了したという情報が、「コントローラの情報表示画面にコース運転を終了したという画面をポップアップ表示する」という報知情報指定とともにコントローラB122に送信された場合、コントローラB122は、報知情報制御処理部14にて、この報知情報が、情報表示画面に指定された画像を表示し、その表示方法はポップアップ画面を用い、すぐに表示する情報であるということを判断、報知制御処理部135にて情報表示画面に指定された画像115をポップアップ表示する。   To explain these operations using a washing machine connected to a network as an example, the information that the washing operation course set by the user from the washing machine has been completed is popped up on the controller information display screen. When it is transmitted to the controller B122 together with the notification information designation of “display”, the controller B122 displays the designated image on the information display screen in the notification information control processing unit 14, and the display method is Using the pop-up screen, it is determined that the information is to be displayed immediately, and the notification control processing unit 135 pops up the image 115 designated on the information display screen.

この過程の中では、コントローラB122は、洗濯機から送られてきた洗濯運転コースが終了したという情報が、ユーザに特出して報知すべきイベントであると認識する必要は無く、洗濯機からの指示の通りにイベント情報を報知する。   In this process, the controller B122 does not need to recognize that the information indicating that the washing operation course sent from the washing machine has ended is an event that should be notified specifically to the user. Notify event information as follows.

その結果、洗濯機の運転状態を確認する状態閲覧画面114(図21)の画面上にポップアップ表示された洗濯運転コース終了報知画面115(図22)により、ユーザの注意を喚起することができ、この情報をユーザに特出して報知すべきイベントが発生したと伝えることができる。   As a result, the user can be alerted by the washing operation course end notification screen 115 (FIG. 22) pop-up displayed on the screen of the state browsing screen 114 (FIG. 21) for confirming the operation state of the washing machine, This information can be notified to the user that an event to be notified has occurred.

このことにより、コントローラB122は、各機器の特出して報知すべきイベントの情報を一切データとして持つ必要がなくなり、どのような機器の報知にも高い自由度で適用できるコントローラを実現することができる。   This eliminates the need for the controller B122 to have any event information that should be notified of each device, and can realize a controller that can be applied to any device with a high degree of freedom. .

(実施の形態8)
図11は、本実施の形態8のネットワーク120に繋がれたコントローラC123のシステムブロック図である。これは、図9に示されるコントローラB122に報知種別情報保持部15を加えたものである。コントローラC123がネットワークを介して接続された機器より報知指示情報を受信した場合、報知情報処理部14にて報知指示情報を処理するが、その際に、報知種別情報保持部15に指示されたイベントの種類を保持し、送信されたイベントの種類によって報知制御処理部135での処理内容を変えることができる。
(Embodiment 8)
FIG. 11 is a system block diagram of the controller C123 connected to the network 120 according to the eighth embodiment. This is obtained by adding the notification type information holding unit 15 to the controller B122 shown in FIG. When the controller C123 receives notification instruction information from a device connected via the network, the notification information processing unit 14 processes the notification instruction information. At that time, the event instructed to the notification type information holding unit 15 , And the processing content in the notification control processing unit 135 can be changed according to the type of the transmitted event.

これは、例えば、”セキュリティ機器関連の機器から送信されたデータであれば、音と共に画像を点滅表示させる”、”広告代理店から送信されたデータであれば、指定のURLにアクセスする”などといったことで、ネットワークを介して接続された機器が、遠隔地にあるコントローラを用いて、ユーザに報知したい情報をより効果的に報知することができる。   This is, for example, “if the data is transmitted from a security device-related device, the image is flashed with sound”, “if the data is transmitted from an advertising agency, accesses a specified URL”, etc. Thus, the device connected via the network can more effectively notify the user of information desired to be notified to the user using a remote controller.

(実施の形態9)
図12は、本実施の形態9のネットワーク120に繋がれたコントローラD124のシステムブロック図である。これは、図9に示されるコントローラB122に報知制御時間情報保持部16を加えたものである。この報知制御時間情報保持部16は内に、報知開始時刻情報保持部17と、報知待ち時間情報保持部18と、報知期間情報保持部19を備える。コントローラD124がネットワークを介して接続された機器より報知指示情報を受信した場合、報知情報処理部14にて報知指示情報を処理するが、その際に、報知制御時間情報保持部16の各部にデータを保持し、送信されたイベントを報知する時刻(正午丁度に報知する、など)、報知するまでの時間(報知指定情報を受信してから5分後に報知する、など)、報知している期間(3秒経ったら報知情報を消去する、など)を機器の指示どおりに報知制御処理部135にて制御することができる。
(Embodiment 9)
FIG. 12 is a system block diagram of the controller D124 connected to the network 120 according to the ninth embodiment. This is obtained by adding a notification control time information holding unit 16 to the controller B122 shown in FIG. The notification control time information holding unit 16 includes a notification start time information holding unit 17, a notification waiting time information holding unit 18, and a notification period information holding unit 19. When the controller D124 receives notification instruction information from a device connected via a network, the notification information processing unit 14 processes the notification instruction information. At this time, data is stored in each part of the notification control time information holding unit 16. , And the time at which the transmitted event is notified (notifying just before noon, etc.), the time until notification (notifying 5 minutes after receiving the notification designation information, etc.), and the notification period The notification control processing unit 135 can control (such as deleting the notification information after 3 seconds) according to the instruction of the device.

これにより、ネットワークを介して接続された機器が、遠隔地にあるコントローラを用いて、ユーザに報知したい情報をより効果的に報知することができる。   Thereby, the apparatus connected via the network can inform the user of information desired to be notified more effectively using the remote controller.

(実施の形態10)
図13は、本実施の形態10のネットワーク120に繋がれたコントローラE125のシステムブロック図である。これは、図9に示されるコントローラB122に報知手段情報保持部141を加えたものである。コントローラE125がネットワークを介して接続された機器より報知指示情報を受信した場合、報知情報処理部14にて報知指示情報を処理するが、その際に、報知手段情報保持部141に、指示されたイベント報知手段を保持し、送信されたイベントを報知する際に音、光、画像、震動、Eメール通信などの手段を機器の指示どおりに用いて、報知制御処理部135にて報知手段を制御することができる。
(Embodiment 10)
FIG. 13 is a system block diagram of the controller E125 connected to the network 120 according to the tenth embodiment. This is a controller B122 shown in FIG. 9 with a notification means information holding unit 141 added. When the controller E125 receives notification instruction information from a device connected via the network, the notification information processing unit 14 processes the notification instruction information. At that time, the notification means information holding unit 141 is instructed. The notification control processing unit 135 controls the notification means by holding the event notification means and using means such as sound, light, image, vibration, and email communication as instructed by the device when notifying the transmitted event. can do.

これにより、ネットワークを介して接続された機器が、遠隔地にあるコントローラを用いて、ユーザに報知したい情報をより効果的に報知することができる。   Thereby, the apparatus connected via the network can inform the user of information desired to be notified more effectively using the remote controller.

(実施の形態11)
図14は、本実施の形態11のネットワーク120に繋がれたコントローラF126のシステムブロック図である。これは、図9に示されるコントローラB122に報知優先度情報保持部142を加えたものである。コントローラF126がネットワークを介して接続された機器より報知指示情報を受信した場合、報知情報処理部14にて報知指示情報を処理するが、その際に、報知優先度情報保持部142に、指示されたイベントの報知優先度を保持し、送信されたイベントを報知する際に、現在報知されている内容とどちらが優先度が高いかを保持し、優先度の高いイベントを優先的に報知する制御を報知制御処理部135にて実現させる。
(Embodiment 11)
FIG. 14 is a system block diagram of the controller F126 connected to the network 120 according to the eleventh embodiment. This is obtained by adding a notification priority information holding unit 142 to the controller B122 shown in FIG. When the controller F126 receives notification instruction information from a device connected via a network, the notification information processing unit 14 processes the notification instruction information. At that time, the notification priority information holding unit 142 instructs the notification. The notification priority of the received event is held, and when the transmitted event is notified, the content that is currently notified and which one has the higher priority are held, and the control that preferentially notifies the higher priority event is performed. The notification control processing unit 135 implements this.

これにより、機器から送信されてくる情報にランクをつけることができ、ユーザが必要とする情報もしくはユーザに確実に届けたい情報を効率よく伝達することが出来、機器の操作性の向上を図ることも可能となる。   As a result, information transmitted from the device can be ranked, information required by the user or information to be surely delivered to the user can be efficiently transmitted, and the operability of the device can be improved. Is also possible.

(実施の形態12)
図15は、本実施の形態12のネットワーク120に繋がれたコントローラG127のシステムブロック図である。これは、図12に示されるコントローラD124の報知制御時間情報保持部16に報知解除手段保持部143を加えたものである。コントローラG127がネットワークを介して接続された機器より報知指示情報を受信した場合、報知情報処理部14にて報知指示情報を処理するが、その際に、報知解除手段保持部143に、指示されたイベント報知の解除手段を保持し、送信されたイベントが報知された際に、どのような条件でイベント報知を解除するか(例えばボタンが押されたとき、コントローラの画面に触れたとき、機器を操作したときなど)を保持し、報知制御処理部135にてイベント報知解除手段を制御することができる。
(Embodiment 12)
FIG. 15 is a system block diagram of the controller G127 connected to the network 120 according to the twelfth embodiment. This is obtained by adding a notification release means holding unit 143 to the notification control time information holding unit 16 of the controller D124 shown in FIG. When the controller G127 receives notification instruction information from a device connected via a network, the notification information processing unit 14 processes the notification instruction information. At that time, the notification release means holding unit 143 is instructed. The event notification canceling means is held, and when the transmitted event is notified, under what conditions the event notification is canceled (for example, when the button is pressed, when the controller screen is touched, And the event notification canceling means can be controlled by the notification control processing unit 135.

これにより、機器から送信されてくる情報を区別することができ、ユーザが必要とする情報もしくはユーザに確実に届けたい情報にユーザの意識を向けることが出来、重要なイベントを確実にユーザに伝えることができる。   This makes it possible to distinguish the information transmitted from the device, direct the user's awareness to the information that the user needs or wants to reliably deliver to the user, and reliably convey important events to the user. be able to.

ここでは、報知解除手段保持部143を報知制御時間情報保持部16に含ませたが、特に限定を加えるものではない。   Here, the notification release means holding unit 143 is included in the notification control time information holding unit 16, but there is no particular limitation.

(実施の形態13)
図16は、本実施の形態12のネットワーク120に繋がれた機器におけるイベント報知の実行方法を表す動作フローチャートである。まず、S0にて機器上で発生したユーザに特出して報知しなければならないイベントを検知すると、S1にて報知情報指定を生成し、S2にて報知情報指定電文を生成する。それをネットワーク上へコントローラに向けて送信する。これにより、コントローラの設定を変えることなく、機器側から報知内容や報知方法を制御することができる。
(Embodiment 13)
FIG. 16 is an operation flowchart illustrating an event notification execution method in a device connected to the network 120 according to the twelfth embodiment. First, when an event that must be notified to a user generated on the device in S0 is detected, notification information designation is generated in S1, and a notification information designation message is generated in S2. Send it over the network to the controller. Thereby, the notification content and the notification method can be controlled from the device side without changing the setting of the controller.

(実施の形態14)
図17は、本実施の形態12のネットワーク120に繋がれたコントローラにおけるイベント報知の実行方法を表す動作フローチャートである。まず、S4にて遠隔地の機器から送信される報知情報指定電文を受信する。そして、S5にて受信した電文を解析し、解析した結果を受けてS6にて報知する手段を制御、S7にてユーザに報知する。このことにより、コントローラは、各機器の特出して報知すべきイベントの情報を一切データとして持つ必要がなくなり、どのような機器の報知にも高い自由度で適用できるコントローラを実現することができる。
(Embodiment 14)
FIG. 17 is an operation flowchart illustrating an event notification execution method in the controller connected to the network 120 according to the twelfth embodiment. First, in S4, a notification information designation message transmitted from a remote device is received. And the message | telegram received in S5 is analyzed, the means which receives the result of the analysis and alert | reports in S6 is controlled, and a user is alert | reported in S7. This eliminates the need for the controller to have any event information that should be notified specifically for each device as data, thereby realizing a controller that can be applied to any device notification with a high degree of freedom.

なお、本実施の形態で説明したコントローラ、機器の一部をマイコンによるプログラム動作で実施してもよい。   Note that some of the controllers and devices described in this embodiment may be implemented by a program operation by a microcomputer.

以上のように、本発明にかかる機器およびコントローラおよびイベント報知方法は、機器上で起こる特出してコントローラに報知すべきイベントを、機器側から特出した情報として前記コントローラに送信し、なおかつ報知すべき情報の指定や、その報知方法をも制御することができるので、コントローラを改編することなく、コントローラにて効果的にユーザに報知することができる。   As described above, the device, the controller, and the event notification method according to the present invention transmit, to the controller, the event that occurs on the device and should be notified to the controller as information that is specified from the device side. Since it is possible to control the designation of the information to be transmitted and the notification method thereof, the controller can effectively notify the user without modifying the controller.

このため、ネットワーク接続されたエアコン、電子レンジ、冷蔵庫、給湯器など家電製品や、セキュリティ機器、コインランドリーや学校などといった公共施設に設置される機器などさまざまな用途に適用することができる。   Therefore, it can be applied to various uses such as home appliances such as networked air conditioners, microwave ovens, refrigerators, and water heaters, and devices installed in public facilities such as security equipment, coin laundry, and schools.

本発明実施例1の機器のシステムブロック図The system block diagram of the apparatus of Example 1 of this invention 本発明実施例2の機器の電文構成図The electronic message block diagram of the equipment of embodiment 2 of the present invention 本発明実施例3の機器の1つめの電文構成図First telegram configuration diagram of the device according to the third embodiment of the present invention 本発明実施例3の機器の2つめの電文構成図Second telegram configuration diagram of the device according to the third embodiment of the present invention 本発明実施例3の機器の3つめの電文構成図Third telegram configuration diagram of the device according to the third embodiment of the present invention 本発明実施例4の機器の電文構成図Telegram configuration diagram of the device of the embodiment 4 of the present invention 本発明実施例5の機器の電文構成図Telegram configuration diagram of the device according to the fifth embodiment of the present invention 本発明実施例6の機器の電文構成図Telegram configuration diagram of the device according to the sixth embodiment of the present invention 本発明実施例7のコントローラのシステムブロック図System block diagram of controller of embodiment 7 of the present invention 本発明実施例7のコントローラの通信シーケンス図Communication sequence diagram of controller of embodiment 7 of the present invention 本発明実施例8のコントローラのシステムブロック図System block diagram of controller of embodiment 8 of the present invention 本発明実施例9のコントローラのシステムブロック図System block diagram of controller of embodiment 9 of the present invention 本発明実施例10のコントローラのシステムブロック図System block diagram of controller of embodiment 10 of the present invention 本発明実施例11のコントローラのシステムブロック図System block diagram of controller of embodiment 11 of the present invention 本発明実施例12のコントローラのシステムブロック図System block diagram of controller of embodiment 12 of the present invention 本発明実施例13の方法の動作フローチャートOperational flow chart of method of embodiment 13 of the present invention 本発明実施例14の方法の動作フローチャートOperational flow chart of method of embodiment 14 of the present invention 従来のネットワーク構成図Conventional network configuration diagram 従来のコントローラのシステムブロック図System block diagram of a conventional controller 従来のコントローラの通信シーケンス図Communication sequence diagram of a conventional controller 従来のコントローラに表示する機器状態閲覧画面の一例図Example of device status browsing screen displayed on a conventional controller 従来のコントローラ表示する運転終了画面の一例図Example of operation end screen displayed on a conventional controller

符号の説明Explanation of symbols

11 イベント検知部
12 報知指定生成部
14 報知情報制御処理部
15 報知種別情報保持部
16 報知制御時間情報保持部
17 報知開始時刻情報保持部
18 報知待ち時間情報保持部
19 報知期間情報保持部
23 報知内容指示部
31 報知開始時刻指定部
41 報知開始待ち時間指定部
51 報知期間指定部
61 報知手段指定部
63 報知指示情報
71 報知優先度指定部
81 消去手段指定部
114 機器状態閲覧画面
115 運転終了ポップアップ画面
100、120 通信ネットワーク
101、122、123、124、125、126、127 コントローラ
102、103、104、121 機器
141 報知手段情報保持部
142 報知優先度情報保持部
143 報知解除手段情報保持部
DESCRIPTION OF SYMBOLS 11 Event detection part 12 Notification designation | designated production | generation part 14 Notification information control processing part 15 Notification type information holding part 16 Notification control time information holding part 17 Notification start time information holding part 18 Notification waiting time information holding part 19 Notification period information holding part 23 Notification Content instruction unit 31 Notification start time specification unit 41 Notification start waiting time specification unit 51 Notification period specification unit 61 Notification unit specification unit 63 Notification instruction information 71 Notification priority specification unit 81 Erasing unit specification unit 114 Device status browsing screen 115 Operation end pop-up Screen 100, 120 Communication network 101, 122, 123, 124, 125, 126, 127 Controller 102, 103, 104, 121 Equipment 141 Notification unit information holding unit 142 Notification priority information holding unit 143 Notification cancellation unit information holding unit

Claims (17)

機器の状態を監視することのできるコントローラと通信可能な機器において、機器上で起こる特出してコントローラに報知すべきイベントを検知するイベント検知部と、そのイベント情報の報知指定を報知すべき情報に付加して送信し、コントローラに特出した情報として知らせることのできる報知指定生成部を備えてなる機器。 In a device capable of communicating with a controller that can monitor the state of the device, an event detection unit that detects an event that occurs on the device and should be notified to the controller, and information to be notified of the notification designation of the event information A device comprising a notification designation generating unit that can be added and transmitted and notified to the controller as special information. 報知指定生成部は特出したイベントの種類を指定することのできる電文を生成する請求項1記載の機器。 The device according to claim 1, wherein the notification designation generation unit generates a telegram that can specify a type of an event that is prominent. 報知指定生成部は特出したイベントを報知する時刻と、報知するまでの待ち時間と、報知する期間の少なくともいずれか一つを指定することのできる電文を生成する請求項1記載の機器。 The device according to claim 1, wherein the notification designation generation unit generates a telegram that can specify at least one of a time at which a special event is notified, a waiting time until notification, and a notification period. 報知指定生成部は特出したイベントを報知する手段を指定することのできる電文を生成する請求項1記載の機器。 The device according to claim 1, wherein the notification designation generation unit generates a telegram that can designate a means for notifying a special event. 報知指定生成部は特出したイベントを報知する優先度を指定することのできる電文を生成する請求項1記載の機器。 The device according to claim 1, wherein the notification designation generation unit generates a telegram capable of designating a priority for notifying a special event. 報知指定生成部は特出したイベントを報知した後、それらの情報を消去する手段を指定することのできる電文を生成する請求項1記載の機器。 The device according to claim 1, wherein the notification designation generation unit generates a telegram that can designate a means for deleting the information after notifying the special event. 機器と通信することにより機器の状態を監視することのできるコントローラにおいて、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断することのできる報知情報制御処理部と、それにより機器から受け取った情報を特出すべき情報として報知することのできる報知制御処理部を備えてなるコントローラ。 In the controller that can monitor the state of the device by communicating with the device, when a special event occurs on the device, a notification information control processing unit that can determine the notification designation from the received message, A controller including a notification control processing unit that can notify information received from a device as information to be distinguished. 報知制御処理部は、受信した電文によりイベントの種類を判断し、報知する請求項7記載のコントローラ。 The controller according to claim 7, wherein the notification control processing unit determines the type of event based on the received electronic message and notifies it. 報知制御処理部は、受信した電文によりイベントを報知する時刻と、報知するまでの待ち時間と、報知する期間の少なくともいずれか一つを制御し、報知する請求項7記載のコントローラ。 The controller according to claim 7, wherein the notification control processing unit controls and notifies at least one of a time at which an event is notified by a received electronic message, a waiting time until notification, and a notification period. 報知制御処理部は、受信した電文にて指定されたイベントを報知する手段を制御し、報知する請求項7記載のコントローラ。 The controller according to claim 7, wherein the notification control processing unit controls and notifies means for notifying an event designated by the received electronic message. 報知制御処理部は、受信した電文にてイベントの優先度を判断し、報知する請求項7記載のコントローラ。 The controller according to claim 7, wherein the notification control processing unit determines and notifies the priority of the event based on the received electronic message. 報知制御処理部は、受信した電文にて指定された手段にて、それまで報知していた情報を消去する請求項7記載のコントローラ。 The controller according to claim 7, wherein the notification control processing unit deletes information that has been notified so far by means specified by the received electronic message. 機器の状態を監視することのできるコントローラと通信可能な機器において、機器上で起こる特出してコントローラに報知すべきイベントを検知するイベント検知手順と、そのイベント情報の報知指定を報知すべき情報に付加して送信する手順と、コントローラに特出した情報として知らせる手順を備えてなるイベント報知方法。 In a device that can communicate with a controller that can monitor the state of the device, an event detection procedure that detects an event that occurs on the device and should be notified to the controller, and information that should be notified of the notification designation of the event information An event notification method comprising a procedure of adding and transmitting, and a procedure of notifying the controller as special information. イベント情報の報知指定を報知すべき情報に付加して送信する報知指定電文は、データ部に報知内容指定、報知開始時刻指定、報知開始待ち時間指定、報知期間指定、報知手段指定、報知優先度指定、報知消去指定のうち少なくとも1つ以上の情報を含む電文より構成される請求項14記載のイベント報知方法。 The broadcast designation message transmitted by adding the broadcast designation of the event information to the information to be broadcast is specified in the data portion as broadcast content designation, broadcast start time designation, broadcast start waiting time designation, broadcast period designation, broadcast means designation, broadcast priority. The event notification method according to claim 14, comprising an electronic message including at least one piece of information of designation and notification deletion designation. 機器と通信することにより機器の状態を監視することのできるコントローラにおいて、機器上で特出したイベントが起こったときに、受信した電文より報知指定を判断することのできる報知情報制御処理手順と、それにより機器から受け取った情報を特出すべき情報として報知する手順を備えてなるイベント報知方法。 In the controller that can monitor the state of the device by communicating with the device, when a special event occurs on the device, a notification information control processing procedure that can determine notification designation from the received message, An event notification method comprising a procedure for notifying information received from a device as information to be distinguished. 機器上で特出したイベントが起こったときに、コントローラにて受信する報知制御電文は、データ部に報知内容指定、報知開始時刻指定、報知開始待ち時間指定、報知期間指定、報知手段指定、報知優先度指定、報知消去指定のうち少なくとも1つ以上の情報を含む電文より構成される請求項15記載のイベント報知方法。 When a special event occurs on the device, the notification control message received by the controller is specified in the data portion as notification content, notification start time specification, notification start waiting time specification, notification period specification, notification means specification, notification The event notification method according to claim 15, comprising an electronic message including at least one information of priority designation and notification erasure designation. 請求項1〜12のいずれか記載の機器およびコントローラにて少なくとも一つの手段をコンピュータに実行させるためのプログラム。
A program for causing a computer to execute at least one means in the device and the controller according to claim 1.
JP2003298477A 2003-08-22 2003-08-22 Apparatus, controller and method and program for reporting event Pending JP2005072839A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003298477A JP2005072839A (en) 2003-08-22 2003-08-22 Apparatus, controller and method and program for reporting event

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003298477A JP2005072839A (en) 2003-08-22 2003-08-22 Apparatus, controller and method and program for reporting event

Publications (1)

Publication Number Publication Date
JP2005072839A true JP2005072839A (en) 2005-03-17

Family

ID=34403967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003298477A Pending JP2005072839A (en) 2003-08-22 2003-08-22 Apparatus, controller and method and program for reporting event

Country Status (1)

Country Link
JP (1) JP2005072839A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006134650A1 (en) * 2005-06-15 2006-12-21 Matsushita Electric Industrial Co., Ltd. Communication device, communication control method, communication control program, and computer-readable recording medium containing the communication control program
JP2015170910A (en) * 2014-03-05 2015-09-28 大阪瓦斯株式会社 work completion notification device
JP2020181559A (en) * 2019-09-12 2020-11-05 株式会社中央サービス Launderette system and method for providing information in launderette system
JP2022034698A (en) * 2020-08-19 2022-03-04 Tvs Regza株式会社 Display device, display system, server, and computer program
WO2022181137A1 (en) * 2021-02-26 2022-09-01 ヤンマーホールディングス株式会社 Notification control method, work machine, management system, and management program
WO2022239952A1 (en) * 2021-05-13 2022-11-17 삼성전자주식회사 Method and device for displaying graphic object

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006134650A1 (en) * 2005-06-15 2006-12-21 Matsushita Electric Industrial Co., Ltd. Communication device, communication control method, communication control program, and computer-readable recording medium containing the communication control program
JP2015170910A (en) * 2014-03-05 2015-09-28 大阪瓦斯株式会社 work completion notification device
JP2020181559A (en) * 2019-09-12 2020-11-05 株式会社中央サービス Launderette system and method for providing information in launderette system
JP2022034698A (en) * 2020-08-19 2022-03-04 Tvs Regza株式会社 Display device, display system, server, and computer program
JP7332551B2 (en) 2020-08-19 2023-08-23 Tvs Regza株式会社 display device, display system, server, computer program
WO2022181137A1 (en) * 2021-02-26 2022-09-01 ヤンマーホールディングス株式会社 Notification control method, work machine, management system, and management program
JP2022131338A (en) * 2021-02-26 2022-09-07 ヤンマーホールディングス株式会社 Notification control method, work machine, management system, and management program
WO2022239952A1 (en) * 2021-05-13 2022-11-17 삼성전자주식회사 Method and device for displaying graphic object

Similar Documents

Publication Publication Date Title
KR100559023B1 (en) Home network system and its configuration system
KR100660695B1 (en) Network appliance
CN107636744A (en) Event in more room smart home environments is prioritized and the user interface for hazard detection
JPWO2004107071A1 (en) Abnormal processing system
JP2008033618A (en) Manager device, control method and control program
KR100474930B1 (en) Apparatus and method for monitoring history of goods in home network
CN105448040A (en) Fall-off alarm system with pre-alarm function
JP4394510B2 (en) Home network system and home control device used therefor
JP2014212496A (en) Remote control system for refrigerating cycle device
JP2005072839A (en) Apparatus, controller and method and program for reporting event
JP2009070118A (en) Security device and monitoring mode switching control method
JP6189346B2 (en) CONTROL DEVICE, CONTROL DEVICE CONTROL PROGRAM, CONTROL DEVICE CONTROL METHOD, AND CONTROL SYSTEM
JP2006079311A (en) Information terminal and program
JP4713854B2 (en) Alarm
JP2017173918A (en) Service provide system, service provide method and service provide program
EP3032510B1 (en) Presence simulation based on a home entertainment system
CN111198507A (en) Information display method of external equipment, intelligent tea table and storage medium
JP2018014592A (en) In-residence equipment control device and in-residence equipment control system
JP2005278045A (en) Notification system, management device, and control method of broadcast system
JP2008140188A (en) Supervision and control terminal
JP2007193615A (en) Display management method and display management apparatus utilizing the same, display management system
JP2005108028A (en) Apparatus information print system
JP4419587B2 (en) Communication system and program
JP6846889B2 (en) Facility management system and schedule display method
KR100360340B1 (en) Automatic control system of domestic electric articles