JP4045468B2 - Graphical user interface controller - Google Patents

Graphical user interface controller Download PDF

Info

Publication number
JP4045468B2
JP4045468B2 JP13638896A JP13638896A JP4045468B2 JP 4045468 B2 JP4045468 B2 JP 4045468B2 JP 13638896 A JP13638896 A JP 13638896A JP 13638896 A JP13638896 A JP 13638896A JP 4045468 B2 JP4045468 B2 JP 4045468B2
Authority
JP
Japan
Prior art keywords
screen
display
data
objects
database
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.)
Expired - Lifetime
Application number
JP13638896A
Other languages
Japanese (ja)
Other versions
JPH09319538A (en
Inventor
紀之 久代
紀之 小宮
成憲 中田
浩一 佐藤
勲 峯松
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP13638896A priority Critical patent/JP4045468B2/en
Publication of JPH09319538A publication Critical patent/JPH09319538A/en
Application granted granted Critical
Publication of JP4045468B2 publication Critical patent/JP4045468B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、例えば空調、照明、受配電または家電などの各種機器の操作器におけるグラフィカルユーザインタフェース(以下、GUIという)に関するものである。
【0002】
【従来の技術】
近年、例えばビルの空調、照明等の各種機器の運転制御を行うビル設備システム用操作器や民生機器用操作器などのローコストな操作器に対する操作性の改善を目的として、パソコンまたはワークステーションなどで主流となっているGUIの操作方式を導入しようとする動きが活発化している。しかしながら、一般的にGUI操作方式による操作器においては、ウィンドウ、ボタン、アイコンなどの操作器画面の様々な構成要素となる表示イメージデータやレスポンスを表すサウンドデータなど、大量のデータを扱う必要があり、多量のメモリおよび高性能なCPUが必要とされる。これが操作器のコストを引き上げ、GUI操作方式による操作器の浸透の阻害要因となっている。
【0003】
最近、GUI操作方式における操作器では、再利用によるソフトウェア生産性の向上を目的としてオブジェクト指向技術を用いてGUIが実装される場合が多いが、一般的にGUIの実装は、画面表示の制御、表示イメージデータおよび操作器に接続された機器の情報を一体のオブジェクトとして構成したり、さらにその操作手順を加えたオブジェクトとして構成されている。なお、オブジェクトとは、データ、またはデータとそのデータの操作を一体化したプログラムをいう。
【0004】
このようなオブジェクト指向技術を用いたGUIの一例として、特開平6−202863号公報に開示された発明がある。
【0005】
この公報に開示されたGUIアプリケーションプログラムの設計支援システムは、画面上での各ウィンドウの表示切替設定を行う第1の事象設定オブジェクト、模擬ウィンドウを作成する模擬環境設定オブジェクトおよびウィンドウに対する操作内容と各ウィンドウの動作と連続的な手順設定を行う手順設定オブジェクトなど、独立したオブジェクトを集合体として実装し、GUIの総合的な動作のプロトタイピングを詳細にかつ柔軟に行え、アプリケーションプログラムの設計を効率良く支援するものである。
【0006】
【発明が解決しようとする課題】
上記のような従来のGUIアプリケーションプログラムの設計支援システムにおいても、大量のイメージデータやサウンドデータを管理しこれらの処理を行う必要があるために、多量のメモリと高性能のCPUが必要となる。
【0007】
これにより、操作器のコストを引き上げ、ローコストが要求される各種機器分野へのGUI操作方式による操作器の浸透が阻害されている。
【0008】
本発明は上記のような課題を解決するためになされたもので、重複して利用されるデータの共用化およびデータの伸張処理によるメモリの使用効率の向上を図るとともに、オブジェクトの不変な属性データを安価なハードウェアに格納させ、ローコストで実装を可能とすることのできるグラフィカルユーザインタフェースを提供することを目的としたものである。
【0009】
【課題を解決するための手段】
本発明に係るグラフィカルユーザインタフェース操作器は、各表示画面に対応したスライドオブジェクトおよびアイコンオブジェクトで構成される複数の画面オブジェクトを有し、その中から特定された画面オブジェクトに基づいて画面表示を制御しユーザの操作を検出する表示オブジェクトと、表示オブジェクトの制御の対象となる機器およびシステムの運転情報および設定情報を含む各種データを表示オブジェクトから分離して独立させ表示画面における操作情報に基づいて管理するデータベースオブジェクトと、各操作に基づく画面遷移管理表を有し、表示オブジェクトで検出された操作を入力して、その操作に基づいた画面遷移管理表に基づいて、次に表示すべき表示画面に対応した画面オブジェクトを特定する手順オブジェクトと、表示オブジェクトにより検出された操作情報を一度受信した後にデータベースオブジェクトに伝達するとともに、データベースオブジェクトから出力されたその操作情報に対応したデータを一度受信した後、手順オブジェクトにより特定された表示オブジェクトの画面オブジェクトにスライドオブジェクトを介して伝達して、画面オブジェクトに操作に対応した画面を表示させるリンクオブジェクトとを有し、操作によりデータ内容が変更する可変部分と変更しない不変部分とからなる各オブジェクトが有する属性データのうち、可変部分はRAMに格納され、不変部分はROMに格納されるものである。
【0011】
また、本発明に係るグラフィカルユーザインタフェース操作器は、表示オブジェクトの画面オブジェクトで使用される物理的なデータを表示オブジェクトから分離して独立させた複数のオブジェクトからなるデータオブジェクトと、表示画面を生成している画面オブジェクトの次にその動作が予測される一または複数の画面オブジェクトが手順オブジェクトにより特定されると、その特定に基づいて該当する画面オブジェクトを予め抽出するとともに、データオブジェクトの中から該当する画面オブジェクトに対応したオブジェクトを予め抽出するメモリ管理オブジェクトとを有するものである。
【0012】
さらに、本発明に係るグラフィカルユーザインタフェース操作器は、メモリ管理オブジェクトは、さらに抽出された画面オブジェクトおよびデータオブジェクトに基づいて一または複数の表示画面データを予め生成させるものである。
【0013】
また、本発明に係るグラフィカルユーザインタフェース操作器は、手順オブジェクトは、表示オブジェクトで検出された操作に対する表示画面の遷移確率を演算し、その遷移確率に基づいて次にその動作が予測される一または複数の画面オブジェクトをメモリ管理オブジェクトに指定するものである。
【0014】
本発明に係るグラフィカルユーザインタフェース操作器は、予め圧縮されたデータオブジェクトを必要時に応じて伸張させる伸張オブジェクトを有するものである。
【0015】
また、本発明に係るグラフィカルユーザインタフェース操作器は、手順オブジェクトにより画面オブジェクトが特定されると、予め圧縮されたデータオブジェクトのうちその画像オブジェクトに対応したデータオブジェクトを伸張させる伸張オブジェクトを有するものである。
【0016】
本発明に係るグラフィカルユーザインタフェース操作器は、リンクオブジェクトは、表示オブジェクトとデータベースオブジェクトをリンクさせ表示オブジェクトのデータをデータベースオブジェクトに伝達する正方向リンクオブジェクトと、表示オブジェクトとデータベースオブジェクトをリンクさせデータベースオブジェクトのデータを表示オブジェクトに伝達する逆方向リンクオブジェクトとを有するものである。
【0017】
また、本発明に係るグラフィカルユーザインタフェース操作器は、オブジェクト名と各オブジェクトの存在するアドレスの対応を管理するオブジェクト管理テーブルを備え、メッセージを送信する際にオブジェクト間に介在し、オブジェクト管理テーブルに基づいて送信先のオブジェクトのアドレスを特定してそのアドレスのオブジェクトにメッセージを転送するメッセージ交換サービスオブジェクトを有するものである。
【0018】
さらに、本発明に係るグラフィカルユーザインタフェース操作器は、オブジェクト間で通信されるメッセージを、通信相手先オブジェクト名、利用するサービス番号およびオブジェクト間で交換するパラメータへのポインタアドレスからなる固定長メッセージによって構成したものである。
【0020】
【発明の実施の形態】
図1は本発明の第1〜第10の実施形態の構成図である。なお、この実施形態では、例えばビルに設置された空調、照明等を監視・操作するビル設備機器管理システム用の操作器を具体例として説明する。
【0021】
図において、100はビル設備機器管理システム用の操作器200に実装されているグラフィカルユーザインタフェース(GUI)で、後述する複数のオブジェクトによって構成されている。1はGUI100の表示の制御およびユーザの操作の検出の機能を備えた表示オブジェクト、2は表示オブジェクト1で使用されるイメージデータ、音声データ等の物理的なデータであるデータオブジェクト、3は監視・操作の対象となるビル設備機器管理システムに関する構成情報、機器(例えば室内機、照明器など)の運転情報および設定情報を含む各種データなどのデータベースと、そのデータベースを管理する機能とを備えたデータベースオブジェクト、4は表示オブジェクト1とデータベースオブジェクト3とをリンクさせ、両オブジェクト1,3のデータをやり取りさせる機能を備えたリンクオブジェクト、5は操作器200の表示操作画面間の遷移手順、つまり各画面の操作に対応した操作手順の管理機能を備えた手順オブジェクト、6は操作器200とビル設備機器管理システムとの通信の管理機能を備えたネットワーク管理オブジェクトである。
【0022】
101は操作器200に実装されるGUI100および各種アプリケーションの実行を管理する例えばμITRONなどのマルチタスクリアルタイムオペレーティングシステム(以下、リアルタイムOSという)、102はハードウェアを動作させるためのディスプレイドライバおよび音声ドライバ等のドライバ(ソフトウェア)群、103は操作器200を構成する例えばマイクロコンピュータ、ROM、RAMおよび表示素子(LCD)等のハードウェアである。そして、各オブジェクト1,2,3,4,5,6はリアルタイムOS101の管理機能によって機能的に独立して動作し、相互のメッセージ交換によりGUI全体の機能を実現させている。また、表示オブジェクト1、データオブジェクト2およびデータベースオブジェクト3は、通常複数のオブジェクトによって構成されている。
【0023】
実施形態1.
図2は本発明の第1の実施形態の要部の構成説明図である。図において、10aは操作器200上の表示操作画面に表示される例えば「1F 共用部照明」のプッシュボタンで、その表示の制御機能およびユーザの操作の検出機能を備えた表示オブジェクト1の1F照明アイコンオブジェクト11aと、その1F照明アイコンオブジェクト11a(表示オブジェクト1)で使用される、実際に表示操作画面に表示されるデータオブジェクト2のイメージデータオブジェクト21およびユーザからの操作を受け付けた時に操作器200から発するデータオブジェクト2のサウンドデータオブジェクト22とからなっている。31a,31b…は操作器200によって監視・操作される対象機器、グループまたはシステムなどに対応するデータベースオブジェクト3の例えば照明1オブジェクト、照明2オブジェクトで、その運転状態(現在値=[ON|OFF])、表示操作画面のボタン位置およびその大きさの情報などが記憶されている。41a,41b…はリンクオブジェクト4の例えば1F照明オブジェクト、2F照明オブジェクトで、1F照明オブジェクト41aは表示オブジェクト1の1F照明アイコンオブジェクト11aとデータベースオブジェクト3の照明1オブジェクト31aとを関連付け、1F照明アイコンオブジェクト11aのユーザの操作情報を照明1オブジェクト31aに伝達して照明1オブジェクト31aの内容を書き換えさせるものである。
【0024】
そして、1F照明アイコンオブジェクト11a(表示オブジェクト1)、イメージデータオブジェクト21とサウンドデータオブジェクト22(データオブジェクト2)、照明1オブジェクト31aと照明2オブジェクト31b(データベースオブジェクト3)、および、1F照明オブジェクト41aと2F照明オブジェクト41b(リンクオブジェクト4)などの複数のオブジェクトによって、図1に示すような操作器200に実装されるGUI100を構成している。
【0025】
このように、各オブジェクトが機能的に独立して動作するようにしたので、各オブジェクトを自由に設計することが可能となり、設計者への負担を軽減することができる。また、例えば操作器200の表示操作画面において変更が生じた場合でもGUI100の基本構成が変化しなければデータベース部分の変更を行わなくても良いなど、変更、改修を容易に行うことができる。
【0026】
従来のオブジェクト指向で設計され実装されたGUIのオブジェクトは、例えば表示の制御を行う部分と表示のデータとが一体化されているなど、各オブジェクトにおいてそのオブジェクトに対応した各種データが全て付随する形となっていた。そこで、本発明の第1の実施形態に係るGUI100においては、図3に示すように、GUI100の各オブジェクトの有する各種データのうち、例えば操作器200上の表示操作画面に表示されるプッシュボタン10a,10b…のそれぞれの表示位置および大きさなどの固有データは、そのまま表示オブジェクト1の1F照明アイコンオブジェクト11a、2F照明アイコンオブジェクト11b、および3F照明アイコンオブジェクト11cなどが持ち、プッシュボタン10a,10b…のベースとなるイメージおよびアイコンなどの基本となるイメージデータ、操作音などに用いるサウンドデータなどの共通化できる物理的なデータは、データオブジェクト2のイメージデータオブジェクト21およびサウンドデータオブジェクト22などにおいて表示オブジェクト1から独立させて持つように構成されている。
【0027】
このように、共通化できる物理的なデータを表示オブジェクト1から分離して独立させたデータオブジェクト2に設け、表示オブジェクト1の複数のオブジェクトで共有させることにより、データとして大きくなりやすいイメージデータおよびサウンドデータなどの物理的なデータの重複を防ぐことができ、コストの高いメモリの浪費を避けることができる。
【0028】
また、本発明の第1の実施形態に係るGUI100においては、図2に示すように、従来表示オブジェクト1などに付随していた表示オブジェクト1の制御の対象となる機器およびシステムの運転情報および設定情報を含む各種データを表示オブジェクト1から分離して独立させたデータベースオブジェクト3に設け、機能的に独立して動作するようにしている。よって、表示オブジェクト1からデータベースオブジェクト3へのデータの伝達を両者1,3が直接行わず、リンクオブジェクト4を介して行うように構成されている。これにより、表示オブジェクト1とデータベースオブジェクト3の独立性をより高めることができる。
【0029】
例えば図4に示すように、表示操作画面のプッシュボタンの1つ「大会議室照明」のプッシュボタン10eが複数の照明器を一括して操作するグループ制御の機能を有する場合、「大会議室照明」のプッシュボタン10eに対応した表示オブジェクト1の大会議室照明アイコンオブジェクト13と、グループ制御の対象となっている複数の照明器に対応したデータベースオブジェクト3の照明器1オブジェクト31a、照明器2オブジェクト31b…とは、リンクオブジェクト4の大会議室照明グループオブジェクト43を介してリンクされている。これにより、大会議室照明アイコンオブジェクト11e(表示オブジェクト1)は大会議室照明グループオブジェクト43(リンクオブジェクト4)に対する指示を行うのみでよく、大会議室照明アイコンオブジェクト13(表示オブジェクト1)と照明器1オブジェクト31a等(データベースオブジェクト3)とは互いに他方の構成内容を知る必要がなくなる。したがって、大会議室の照明器の数などが変更された場合など、大会議室照明グループオブジェクト43(リンクオブジェクト4)で管理しているデータベースオブジェクト3との関連の属性データを変更するだけでよく、表示オブジェクト1およびデータベースオブジェクト3に対する変更を行う必要がない。
【0030】
このように、本発明の第1の実施形態に係るGUI100は、表示オブジェクト1とデータベースオブジェクト3が直接関係づけられ、表示オブジェクト1がデータベースオブジェクト3の複数のオブジェクトに対して直接指示を出す必要がないとともに、グループ制御の内容が変更された場合でも表示オブジェクト1の多くの属性データを変更させるなどの手間がなくなる。これにより、各オブジェクトは充分な独立性を確保することができる。
【0031】
また、例えば時間表示をデジタル表示およびアナログ表示の2通りで行うなど、同一の内容に対して複数通りの制御を行う場合においても、図5に示すように、リンクオブジェクト4の時計リンクオブジェクト45は、データベースオブジェクト3の時計の実データを管理する時計オブジェクト32と表示オブジェクト1のデジタル時計オブジェクト15とのリンク、およびデータベースオブジェクト3の時計オブジェクト32と表示オブジェクト1のアナログ時計オブジェクト16とのリンクの2通りを行い、ユーザがデジタル時計ボタン10gまたはアナログ時計ボタン10hのいずれかを選択(操作)することにより、その選択されたオブジェクトのデータをリンクオブジェクト4の時計リンクオブジェクト45がデータベースオブジェクト3の時計オブジェクト32に伝達しデジタルまたはアナログを表示させる。このように、グループ制御の場合と同様表示オブジェクト1とデータベースオブジェクト3とが互いに他方の構成内容を知る必要がないので、各オブジェクトは充分な独立性を確保することができる。
【0032】
なお、リンクオブジェクト4としては、図2に示すように、表示オブジェクト1の1F照明アイコンオブジェクト11aとデータベースオブジェクト3の照明1オブジェクト31aとが一対一に対応するものに対してリンクオブジェクト4の1F照明オブジェクト41aの1つが対応する場合と、図4に示すように、表示オブジェクト1の1つのオブジェクトとデータベースオブジェクト3の複数のオブジェクトとが一対複数に対応するものに対してリンクオブジェクト4の1つのオブジェクトが対応する場合と、図5に示すように、表示オブジェクト1の複数のオブジェクトとデータベースオブジェクト3の1つのオブジェクトとが複数対一に対応するものに対してリンクオブジェクト4の1つが対応する場合となどがある。また、上述した一対一のリンク、一対複数のリンクまたは複数対一のリンクを、図6、図7に示すように、リンクオブジェクト46a,46b自体は一つでそのリンクオブジェクト46a,46bのプロパティと表示オブジェクト1とをリンクさせて表示オブジェクト1とデータベースオブジェクト3とを対応づけるものもある。
【0033】
実施形態2.
図8は本発明の第2の実施形態の要部の構成説明図である。図において、17は操作器上に表示される画面一枚毎に一つのオブジェクト17a、17b…として対応し、その画面に存在する全てのプッシュボタンなどを管理するスライドオブジェクトで、プッシュボタンなどは表示を制御するアイコンオブジェクト18(アイコンオブジェクト18a,18b…)とそのアイコンオブジェクト18で使用するイメージデータおよびサウンドデータを有するデータオブジェクト24(データオブジェクト24a、24b…)とによって構成されており、スライドオブジェクト17およびアイコンオブジェクト18からなる複数の画面オブジェクト(表示オブジェクト1)によって表示操作画面が生成されている。また、スライドオブジェクト17およびアイコンオブジェクト18(画面オブジェクト)は表示オブジェクト1に保有され、データオブジェクト24はデータオブジェクト2に保有されている。33はアイコンオブジェクト18にそれぞれ対応するデータベースオブジェクトで、操作器によって監視・操作される対象機器(例えば照明器)、グループまたはシステムなどの運転状態、画面上のプッシュボタンの表示位置および大きさなどの各種データを有しており、各データベースオブジェクト33a、33b…とアイコンオブジェクト18a、18b…はリンクオブジェクト47a、47b…によってリンクされている。また、データベースオブジェクト33はデータベースオブジェクト3に保有され、リンクオブジェクト47a、47b…はリンクオブジェクト4に保有されている。
【0034】
5はユーザの操作に応じて必要となる表示操作画面に対応したスライドオブジェクト17(画面オブジェクト)を特定し、表示操作画面間の遷移手順つまり各画面の操作に対応した操作手順を管理する機能を備えた手順オブジェクトで、スライドオブジェクト17a、17b…毎、すなわち画面単位の画面遷移管理表51a、51b…を有しており、各表示操作画面(各スライドオブジェクト17)におけるアイコンオブジェクト18と、そのアイコンオブジェクト18に対応したプッシュボタン等が操作された際の次の遷移先の表示操作画面(スライドオブジェクト17)との対応をその表により管理している。
【0035】
例えばスライドオブジェクト17aに対応した表示操作画面Aが現在操作器上に表示されている場合、その画面Aにはアイコンオブジェクト18a…に対応したボタンA−1〜A−6などが表示されており、ユーザがボタンA−1を操作すると、図8に示すように、アイコンオブジェクト18aはその操作を検出し、リンクオブジェクト47aを介してデータベースオブジェクト33aにその操作情報を伝達する。同時に、操作情報をスライドオブジェクト17aを介して手順オブジェクト5に伝達し、手順オブジェクト5はスライドオブジェクト17aの画面遷移管理表51aを参照して、アイコンオブジェクト18aに対応したボタンA−1が操作されたときの遷移画面、スライドオブジェクト17bを特定して、操作器上にスライドオブジェクト17bに対応した表示操作画面Bの表示の指示を出す。そして、操作器上には表示操作画面Bが次の画面として表示される。
【0036】
ここで、アイコンオブジェクト18aに対応したボタンA−1が機器1を操作する「機器1」ボタンとする。そして、図9に示すように、操作器200上に表示された表示操作画面Aの「機器1」ボタン10jをユーザが操作すると、アイコンオブジェクト18aは「機器1」ボタン10jが操作されたことを検出し、その操作情報、つまり「機器1であるという情報」をスライドオブジェクト17aを介して手順オブジェクト5に伝達し、手順オブジェクト5はスライドオブジェクト17aの画面遷移管理表51aにより次画面に対応したスライドオブジェクト17bを特定するとともに、スライドオブジェクト17bに操作情報「機器1であるという情報」を伝達する。スライドオブジェクト17bは画面を構成するための画面の雛形300を備えており、この雛形300に操作情報を付加することにより、表示操作画面Bを構成するアイコンオブジェクト19a等に同情報を伝達し、アイコンオブジェクト19a等はリンクオブジェクト48a、データベースオブジェクト33等に同情報を伝達する。そして、スライドオブジェクト17bはアイコンオブジェクト19a等に対応した操作ボタン10k、10m等によって表示操作画面Bを構成する。操作器上には表示操作画面Bが表示される。
【0037】
すなわち、図9に示すように、表示操作画面Aにおける操作情報を手順オブジェクト5を介して次画面に対応したスライドオブジェクト17bに伝達し、スライドオブジェクト17bが有する雛形300にその操作情報を付加することによって、スライドオブジェクト17bはその操作に対応した表示すべき表示操作画面Bを構成するアイコンオブジェクト19a等に対して表示の指示を出すことができる。そして、アイコンオブジェクト19a等はリンクオブジェクト48a等を介してデータベースオブジェクト33との対応を取り、スライドオブジェクト17b、アイコンオブジェクト19a、リンクオブジェクト48a等およびデータベースオブジェクト33によって操作された「機器1」ボタン10jの実際の機器1に対応した表示操作画面Bが構成される。
【0038】
このように、手順オブジェクト5により次画面の遷移を管理することにより、遷移手順等が変更された場合でも、スライドオブジェクト17など他のオブジェクトを変更させることなく手順オブジェクト5のみを変更させればよいので、変更、改修を容易に行うことができる。また、スライドオブジェクト17は画面内に操作ボタン等を使用することのみを管理するだけでよく、画面の雛形300と表示オブジェクト1の操作情報により表示すべき表示操作画面を容易に構成することができるため、制御対象の各機器に対して同様の監視・操作を行う場合、図9に示すように、表示操作画面Aに表示されている操作ボタン10j,10n,10pそれぞれに対して同様の表示操作画面B,C,D…を重複して持つことを避けることができ、メモリの使用量を節約することができる。また、グループ制御あるいはスケジュール設定など対象が複数ある場合、同一の手順で操作される機能が多いので、手順自体を共通化しこれらを雛形として用意することで他の操作器の開発で再利用することができ、設計効率の改善を図ることができる。
【0039】
実施形態3.
図10は本発明の第3の実施形態の要部の構成説明図で、この実施形態は、第2の実施形態において、手順オブジェクト5により操作器上に表示されている表示操作画面の次に表示が予測される表示操作画面に対応したスライドオブジェクト17とそれに対応したアイコンオブジェクト18およびデータオブジェクト24とを抽出し、抽出したスライドオブジェクト17、アイコンオブジェクト18およびデータオブジェクト24に基づいて予測される表示操作画面の表示操作画面データを予め生成させ、その生成した表示操作画面データをメモリブロック7aに一時格納させるメモリ管理オブジェクト7を有するものである。
【0040】
このように構成されたこの実施形態においては、手順オブジェクト5が管理している操作手順に基づいて操作器上に表示されている表示操作画面の次に表示が予測される表示操作画面に対応したスライドオブジェクト17を手順オブジェクト5が複数枚特定し、メモリ管理オブジェクト7に対して特定したスライドオブジェクト17に対応した表示操作画面の実体を生成するよう指示を出す。ついで、指示を受けたメモリ管理オブジェクト7は、リアルタイムOS101に働きかけて、操作器に実装されたメモリの表示操作画面の実体の生成に必要となるメモリ容量のうち可能な限りのメモリ容量を確保し、メモリブロック7aを用意する。この時、必要となるメモリ容量が全て確保できない場合は、画面単位で確保できる容量まで確保する。そして、メモリ管理オブジェクト7は手順オブジェクト5で特定されたスライドオブジェクト17とそれに対応したアイコンオブジェクト18およびデータオブジェクト24を抽出し、抽出したオブジェクト17,18,24に基づいて表示操作画面データを生成し、メモリブロック7aに格納する。つまり、操作器上にスライドオブジェクト17aに対応した表示操作画面Aが表示されている場合、次に表示されるであろう表示操作画面B,Dに対応したスライドオブジェクト17b,17dを手順オブジェクト5が特定して、メモリ管理オブジェクト7にその実体の生成の指示を出し、メモリ管理オブジェクト7はスライドオブジェクト17b,17d等に基づいて表示操作画面B,Dデータを生成し、図10に示すように、この表示操作画面B,Dデータをメモリブロック7aに格納する。
【0041】
このように、手順オブジェクト5の操作手順に基づいて次に表示されると予測される表示操作画面に対応したスライドオブジェクト17等を手順オブジェクト5が特定し、特定したスライドオブジェクト17等に基づいてメモリ管理オブジェクト7が表示操作画面データを生成して予めメモリブロック7aに格納させるので、手順オブジェクト5の指示を受けてから次に表示されるべき画面のスライドオブジェクト17以下の表示操作画面の生成作業を、表示操作画面に対して操作が行われる毎に行う必要がなくなり、画面生成作業の時間を短縮することができる。これにより、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0042】
実施形態4.
第4の実施形態は、第3の実施形態において、次に表示が予測される表示操作画面に対応したスライドオブジェクト17の特定を手順オブジェクト5が管理する操作手順に基づいて行うようにしたものに代えて、ユーザの操作頻度に基づいて演算された遷移確率に基づいて行うようにしたものであり、手順オブジェクト5に、各アイコンオブジェクト18に対するユーザの操作した回数とその操作により遷移した表示操作画面に対応するスライドオブジェクト17における操作回数とによって操作頻度を演算し、この操作頻度を各スライドオブジェクト17毎に合計して遷移確率を算出する遷移確率演算手段を設けたものである。そして、手順オブジェクト5は、図11(a)に示すように、各アイコンオブジェクト18の操作頻度の欄が設けられた画面遷移管理表51(51a…)を有するとともに、図11(b)に示すように、遷移先の各スライドオブジェクト17における遷移確率が対応した遷移確率管理表52(52a…)を有している。
【0043】
そして、手順オブジェクト5は、次に表示が予測される表示操作画面に対応したスライドオブジェクト17として、遷移確率管理表52に基づいて遷移確率の高い上位数画面分、例えばスライドオブジェクト17b,17dを特定し、操作が実際に行われる前に表示操作画面B,Dの実体を生成させるようメモリ管理オブジェクト7に指示を出す。そして、図10に示すように、メモリ管理オブジェクト7は生成された表示操作画面B,Dデータをメモリブロック7aに格納する。
【0044】
このように、手順オブジェクト5の遷移確率管理表52に基づいて、遷移確率の高いスライドオブジェクト17等によって生成された表示操作画面データを操作前に予めメモリブロック7aに格納することができるので、ユーザの操作傾向に適応した画面遷移速度を高めることができ、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0045】
実施形態5.
図12は本発明の第5の実施形態の要部の構成説明図である。この実施形態は、第2の実施形態において、データオブジェクト24(24a,24b…)を予め圧縮された状態のデータオブジェクト25(25a,25b…)としてハードウェア103のROMに格納し、データオブジェクト24の必要時に応じてデータオブジェクト25を伸張させる伸張オブジェクト8を設けたものである。
【0046】
このように構成したこの実施形態においては、第2の実施形態で説明した場合と同様に、手順オブジェクト5が管理する操作手順に基づいて手順オブジェクト5が次に表示されるべき表示操作画面に対応した例えばスライドオブジェクト17aを特定すると、特定されたスライドオブジェクト17aに対応しているアイコンオブジェクト18a…は伸張オブジェクト8に必要となるデータオブジェクト24a…を指定する。伸張オブジェクト8はROMに圧縮されて格納されているデータオブジェクト群から指定されたデータオブジェクト24a…に対応した圧縮されたデータオブジェクト25a…を取り出し、伸張処理を行って実体のデータオブジェクト24a…を生成させる。そして、スライドオブジェクト17aは生成されたデータオブジェクト24a…等を使用しているアイコンオブジェクト18a…等により表示操作画面を構成する。
【0047】
このように、実体のデータオブジェクト24a…をROMに圧縮して格納し、必要なときに伸張オブジェクト8によって取り出して伸張処理させるので、データオブジェクト全体でのメモリ必要容量を小さくすることができ、高価なメモリの使用量を節減することができる。
【0048】
実施形態6.
第6の実施形態は、第3の実施形態に第5の実施形態における発明を実施したもので、手順オブジェクト5が管理する操作手順に基づいて次に表示が予測される複数の表示操作画面に対応したスライドオブジェクト17等により生成された表示操作画面データをメモリ管理オブジェクト7によって生成する際、予測される複数の表示操作画面に対応したスライドオブジェクト17に対応している圧縮されたデータオブジェクト25を伸張オブジェクト8により伸張処理して実体のデータオブジェクト24とし、このデータオブジェクト24等により複数の表示操作画面データを生成するものである。
【0049】
このように構成したことにより、第3および第5の実施形態とほぼ同じ効果が得られ、使用メモリを節減し画面遷移の速度を上げることができる。これにより、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0050】
実施形態7.
第7の実施形態は、第4の実施形態に第5の実施形態における発明を実施したもので、手順オブジェクト5の遷移確率管理表52に基づいて遷移確率の高い表示操作画面に対応したスライドオブジェクト17等により生成された表示操作画面データをメモリ管理オブジェクト7によって生成する際、遷移確率の高い表示操作画面に対応したスライドオブジェクト17に対応している圧縮されたデータオブジェクト25を伸張オブジェクト8により伸張処理して実体のデータオブジェクト24とし、このデータオブジェクト24等により遷移確率の高い表示操作画面データを生成するものである。
【0051】
このように構成したことにより、第4および第5の実施形態とほぼ同じ効果が得られ、使用メモリを節減しユーザの操作傾向に適応した画面遷移速度を高めることができる。これにより、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0052】
実施形態8.
図13は本発明の第8の実施形態の要部の構成説明図で、この実施形態は、第1の実施形態において、表示オブジェクト1とデータベースオブジェクト3とを関連付け、データベースオブジェクト3からのデータを表示オブジェクト1に伝達して表示オブジェクト1のデータを書き換えさせる逆方向リンクオブジェクト4aの逆引きオブジェクト49を設けたものである。
【0053】
このように構成したこの実施形態においては、例えばユーザが点灯している照明1を消灯すると、データベースオブジェクト3の照明1オブジェクト31aに消灯情報が書き込まれ、照明1オブジェクト31aは逆方向リンクオブジェクト4aの逆引きオブジェクト49を介して1F照明アイコンオブジェクト11aに消灯情報を伝達する。ついで、1F照明アイコンオブジェクト11aはこの消灯情報に基づいてデータオブジェクト2の照明イメージデータオブジェクト21から照明の消灯状態を表すデータを取り出し、操作器上の表示操作画面に照明の消灯状態である照明1に対応したプッシュボタン10aを表示させる。
【0054】
この時、逆引きオブジェクト49は、図14に示すように、逆引きオブジェクト49に設けられた逆方向リンク管理テーブル400に基づいて、照明1オブジェクト31aの「照明1」というキーから表示オブジェクト1の1F照明アイコンのキーを抽出し、1F照明アイコンオブジェクト11aに対する情報リンクを構成する。
【0055】
逆方向リンク管理テーブル400は、次の通り作成される。まず、図14に示すように、リンクオブジェクト(正方向リンクオブジェクト)4は、リンクオブジェクト4の1F照明オブジェクト41aおよび2F照明オブジェクト41b等に基づいて表示オブジェクト1側をキーとする表示オブジェクト1とデータベースオブジェクト3との対応表であるリンク管理テーブル401を作成する。ついで、このリンク管理テーブル401に基づいて表示オブジェクト1側とデータベースオブジェクト3側を入れ替え、キーをデータベースオブジェクト3側とした逆方向リンク管理テーブル400を作成し、逆引きオブジェクト49に与える。
【0056】
このように、リンクオブジェクト(正方向リンクオブジェクト)4とは別に逆方向リンクオブジェクト4aを設けることにより、この逆方向リンクオブジェクト4aを介してデータベースオブジェクト3からのデータを表示オブジェクト1に伝達することができ、表示オブジェクト1は伝達されたデータを利用可能とすることができる。これにより、表示オブジェクト1とデータベースオブジェクト3はリンクオブジェクト(正方向リンクオブジェクト)4および逆方向リンクオブジェクト4aによって両者1,3のデータのやり取りを容易に行うことができ、データの利用範囲を拡大することができる。
【0057】
なお、データベースオブジェクト3の1つのオブジェクトに対して表示オブジェクト1の複数のオブジェクトが対応している場合は、逆方向リンク管理テーブル400のキーとなるデータベースオブジェクト3側に同一のキーが複数存在し、そのキーに対応した表示オブジェクト1の複数のオブジェクトに対して、データベースオブジェクト3のデータが逆方向リンクオブジェクト4aの逆引きオブジェクト48を介して送られる。
【0058】
実施形態9.
図15は本発明の第9の実施形態の要部の構成説明図、図16(a)はオブジェクト間で通信されるメッセージの構成図である。この実施形態は、第3の実施形態において、その第3の実施形態のメモリ管理オブジェクト7によって内容変更が行われるオブジェクト管理テーブル9aを有するメッセージ交換サービスオブジェクト9を設けるとともに、表示オブジェクト1の各オブジェクト(スライドオブジェクト17など)にそれぞれに定義されているサービスの情報を管理するサービス定義表500を設け、オブジェクト間のメッセージ通信を実現させるものである。なお、104はリアルタイムOS103が提供するメモリエリア、600はオブジェクト間で通信される固定長メッセージで、図16(a)に示すように、通信相手先オブジェクト名601、サービス番号602およびパラメータへのポインタ603によって構成されている。また、オブジェクト管理テーブル9aはオブジェクト名と各オブジェクトの存在するアドレスの対応表からなり、サービス定義表500はサービス番号とサービス名の対応表からなっている。
【0059】
このように構成されたこの実施形態においては、例えばスライドオブジェクト17aからアイコンオブジェクト18aに対してアイコンオブジェクト18aに対応したアイコンA−1の表示要求が発生すると、スライドオブジェクト17aはアイコンオブジェクト18aに渡すべきパラメータをメモリエリア104の所定のアドレス(05010H)に格納し、図16(a)に示すメッセージ600の構成に従って、“アイコンオブジェクト(A−1)+サービス番号2+パラメータへのポインタ(05010H)”というメッセージ600を自己の管理するサービス定義表500に基づいて作成し、メッセージ交換サービスオブジェクト9に送信する。メッセージ交換サービスオブジェクト9は、送信されたメッセージ600よりそのオブジェクト名601のアイコンオブジェクト(A−1)、つまりアイコンA−1を参照して自己の管理するオブジェクト管理テーブル9aからアイコンA−1のメモリ上のアドレスを特定し、特定したアドレスつまりアイコンオブジェクト18aに上記メッセージ600を転送する。そして、アイコンオブジェクト18aは受信したメッセージ600よりそのサービス番号602とパラメータへのポインタ603を取り出し、自己の管理するサービス定義表500に基づいて“アイコン表示”というサービスを解釈するとともに、メモリエリア104のアドレス(05010H)に格納されているサービスに対するパラメータをメッセージ600中のアドレス(05010H)より取り出して、“アイコン表示”のサービスを実行する。これにより、アイコンA−1が操作器上の表示操作画面に表示される。
【0060】
このように、メッセージ通信が行われる各オブジェクトにおいてサービスの種類およびパラメータなどのメッセージ600の内容が定義され、メッセージ交換サービスオブジェクト9において基本的にメッセージ600を何ら変換なしにオブジェクト管理テーブル9aに基づいてメッセージ転送が実現されるので、各オブジェクトはメッセージ600を送信する相手先のアドレスの管理等を行わず、機能的に独立性の高いものとすることができ、省メモリでメモリ配置の自由度の高いメッセージ通信を実現できるGUIを得ることができる。また、メモリの再配置等によってオブジェクトのメモリ配置の変更を行う場合、メッセージ交換サービスオブジェクト9のオブジェクト管理テーブル9aを例えばメモリ管理オブジェクト7により変更させるのみでよいので、GUIの設計効率を高めることができる。さらに、通信されるメッセージ600は固定長であるので、メッセージ通信の処理を簡便に行うことができ、GUI全体の機能を高めることができる。
【0061】
なお、上述の実施形態ではオブジェクト間のメッセージ通信を、メッセージ交換サービスオブジェクト9の全オブジェクト一括表であるオブジェクト管理テーブル9aにより実現させた場合を示したが、例えばオブジェクトの数が多くなった場合は、図17に示すように、メッセージ交換サービスオブジェクト9のオブジェクト管理テーブル9aをカテゴリ毎に作成してメッセージ通信を行うようにしてもよい。この場合、通信されるメッセージ600は、図16(b)に示すように構成され、メッセージ交換サービスオブジェクト9における検索および管理処理の増大も回避することができる。
【0062】
実施形態10.
第10の実施形態は、各オブジェクト1,2,3…の属性データおよびメソッドがその内容に基づいて可変部分と不変部分に分割されているものにおいて、可変部分はメモリのRAMに格納され、不変部分はメモリのROMに格納されるものである。
【0063】
GUIを広い範囲に適用するにはコストの低減が重要である。このため、操作器などにおけるオブジェクトの実装は、RAMよりコストの低いROMベースとするのが効果的である。そこで、各オブジェクト1,2,3…を構成する要素の属性データおよびメソッドにおいて、通常実行時に変更されることがないメソッドをROMに格納し、実行時に変更される可能性のある可変部分とコンパイル時に一度決定されれば変更されない不変部分とが混在する属性データをROMおよびRAMそれぞれに格納することにより、RAMの使用量を大幅に削減することができる。
【0064】
次に、各オブジェクト1,2,3…の属性データ毎のROMまたはRAMの格納の実現方法を、図18を用いて説明する。まず、設計者が各属性データが実行時に変更される可能性があるものか、または一度決定すれば後は変更されないものかを分析する。つまり、データオブジェクト2の表示イメージデータのIDは、例えばボタンのベースとなるイメージデータそのものを差すので実行時に変わることはなく、たとえ実行時にイメージを変形する処理が可能である場合でも、変形の処理はこのイメージデータに対してある種の演算を施すものであるから、その元となるイメージデータを指し示すIDは不変である。一方、表示オブジェクト1の座標位置データは、表示操作画面に表示されているボタンの移動を可能とするような操作器の場合など実行時に座標位置が変わるので、座標位置データは可変である。このような分析を全ての属性データにおいて行って、不変の属性データに対しては「ROM」を、可変の属性データに対しては「RAM」を属性の付帯情報として付加し、図18に示すClass_Aの分析結果表801としてまとめてファイルを作成する。
【0065】
ついで、スクリプト生成手段802により各属性データに対してROM指定またはRAM指定されたファイルを中間言語のスクリプトの記述されたファイル803に変換させ、スクリプト展開手段804によりファイル803を元にコンパイラ805の扱う言語に応じたソースコードファイル807に変換させる。
【0066】
なお、ソースコードファイル807においては、ROM指定のあった属性データに対して例えばconstの指定が与えられて実行時には変更不可能とされるとともに、RAM指定された属性データへのアクセスを行うためのポインタが用意されていて、可変となるRAM領域をアクセス可能としている。
【0067】
そして、コンパイラ805によりこのソースコードファイル807を用いて操作器の実機を動作させる実機用ソフトウェア806を作成させ、実機用ソフトウェア806により、各オブジェクト1,2,3…の属性データにおける可変部分がRANに格納され、不変部分がROMに格納された複数のオブジェクトによって構成されたGUIが得られる。
【0068】
このように、オブジェクトの大部分をROM上に格納させることが可能となるため、高価なRAMの使用量を削減することができ、安価なGUIの操作器を実現できるとともに、開発効率の向上を図ることができる。
【0069】
【発明の効果】
本発明に係るグラフィカルユーザインタフェース操作器は、各表示画面に対応したスライドオブジェクトおよびアイコンオブジェクトで構成される複数の画面オブジェクトを有し、その中から特定された画面オブジェクトに基づいて画面表示を制御しユーザの操作を検出する表示オブジェクトと、表示オブジェクトの制御の対象となる機器およびシステムの運転情報および設定情報を含む各種データを表示オブジェクトから分離して独立させ表示画面における操作情報に基づいて管理するデータベースオブジェクトと、各操作に基づく画面遷移管理表を有し、表示オブジェクトで検出された操作を入力して、その操作に基づいた画面遷移管理表に基づいて、次に表示すべき表示画面に対応した画面オブジェクトを特定する手順オブジェクトと、表示オブジェクトにより検出された操作情報を一度受信した後にデータベースオブジェクトに伝達するとともに、データベースオブジェクトから出力されたその操作情報に対応したデータを一度受信した後、手順オブジェクトにより特定された表示オブジェクトの画面オブジェクトにスライドオブジェクトを介して伝達して、画面オブジェクトに操作に対応した画面を表示させるリンクオブジェクトとを有するものであるので、各オブジェクトの独立性を高めることができ、手順変更等を行う場合でも手順オブジェクトのみを変更させればよく、変更および修正を容易に行うことができる。また、制御対象の各機器に対して同様の制御を行う場合は、その同一の操作手順および画面作成作業などを共通化することができるので、メモリの使用効率の向上を図ることができるとともに、設計効率の改善を図ることができる。
【0071】
また、本発明に係るグラフィカルユーザインタフェース操作器は、表示オブジェクトの画面オブジェクトで使用される物理的なデータを表示オブジェクトから分離して独立させた複数のオブジェクトからなるデータオブジェクトと、表示画面を生成している画面オブジェクトの次にその動作が予測される一または複数の画面オブジェクトが手順オブジェクトにより特定されると、その特定に基づいて該当する画面オブジェクトを予め抽出するとともに、データオブジェクトの中から該当する画面オブジェクトに対応したオブジェクトを予め抽出するメモリ管理オブジェクトとを有するものであり、そのメモリ管理オブジェクトは、抽出された画面オブジェクトおよびデータオブジェクトに基づいて一または複数の表示画面データを予め生成させるので、画面生成作業の時間を短縮することができ、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0072】
また、本発明に係るグラフィカルユーザインタフェース操作器は、手順オブジェクトは、表示オブジェクトで検出された操作に対する表示画面の遷移確率を演算し、その遷移確率に基づいて次にその動作が予測される一または複数の画面オブジェクトをメモリ管理オブジェクトに指定するので、ユーザの操作傾向に適応した画面遷移速度を高めることができ、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0073】
本発明に係るグラフィカルユーザインタフェース操作器は、予め圧縮されたデータオブジェクトを必要時に応じて伸張させる伸張オブジェクトを有するものであるので、データオブジェクト全体でのメモリ必要容量を小さくすることができ、高価なメモリの使用量を節減することができる。
【0074】
また、本発明に係るグラフィカルユーザインタフェース操作器は、手順オブジェクトにより画面オブジェクトが特定されると、予め圧縮されたデータオブジェクトのうちその画像オブジェクトに対応したデータオブジェクトを伸張させる伸張オブジェクトを有するものであるので、高価なメモリの使用量を節減することができるとともに、画面遷移の速度を上げることができ、操作器のレスポンスの改善および操作性の改善を図ることができる。
【0075】
本発明に係るグラフィカルユーザインタフェース操作器は、リンクオブジェクトは、表示オブジェクトとデータベースオブジェクトをリンクさせ表示オブジェクトのデータをデータベースオブジェクトに伝達する正方向リンクオブジェクトと、表示オブジェクトとデータベースオブジェクトをリンクさせデータベースオブジェクトのデータを表示オブジェクトに伝達する逆方向リンクオブジェクトとを有するものであるので、表示オブジェクトとデータベースオブジェクトにおける両者のデータのやり取りを容易に行うことができ、データの利用範囲を拡大することができる。
【0076】
また、本発明に係るグラフィカルユーザインタフェース操作器は、オブジェクト名と各オブジェクトの存在するアドレスの対応を管理するオブジェクト管理テーブルを備え、メッセージを送信する際にオブジェクト間に介在し、オブジェクト管理テーブルに基づいて送信先のオブジェクトのアドレスを特定してそのアドレスのオブジェクトにメッセージを転送するメッセージ交換サービスオブジェクトを有するものであるので、各オブジェクトはメッセージを送信する相手先のアドレスの管理等を行わず、機能的に独立性の高いものとすることができ、省メモリでメモリ配置の自由度の高いメッセージ通信を実現できるグラフィカルユーザインタフェースを得ることができる。そして、オブジェクトのメモリ配置の変更を行う場合でも、メッセージ交換サービスオブジェクトのオブジェクト管理テーブルを変更させるのみでよいので、グラフィカルユーザインタフェースの設計効率を高めることができる。
【0077】
さらに、本発明に係るグラフィカルユーザインタフェース操作器は、オブジェクト間で通信されるメッセージを、通信相手先オブジェクト名、利用するサービス番号およびオブジェクト間で交換するパラメータへのポインタアドレスからなる固定長メッセージによって構成したので、メッセージ通信の処理を簡便に行うことができ、グラフィカルユーザインタフェース全体の機能を高めることができる。
【0078】
本発明に係るグラフィカルユーザインタフェース操作器は、各オブジェクトが有する可変部分と不変部分とからなる属性データのうち、可変部分はRAMに格納され、不変部分はROMに格納されるので、高価なRAMの使用量を削減することができ、安価なグラフィカルユーザインタフェースを実現可能とすることができるとともに、開発効率の向上を図ることができる。
【図面の簡単な説明】
【図1】 本発明の第1〜第10の実施形態の構成図である。
【図2】 本発明の第1の実施形態の要部の構成説明図である。
【図3】 本発明の第1の実施形態に係る表示オブジェクトおよびデータオブジェクトの構成説明図である。
【図4】 本発明の第1の実施形態の他の要部の構成説明図である。
【図5】 本発明の第1の実施形態に他の要部の構成説明図である。
【図6】 本発明の第1の実施形態に係るリンクオブジェクトの変形例の作用説明図である。
【図7】 本発明の第1の実施形態に係るリンクオブジェクトの別の変形例の作用説明図である。
【図8】 本発明の第2の実施形態の要部の構成説明図である。
【図9】 本発明の第2の実施形態の要部の作用説明図である。
【図10】 本発明の第3の実施形態の要部の構成説明図である。
【図11】 本発明の第4の実施形態に係る手順オブジェクトの画面遷移管理表および遷移確率管理表の構成図である。
【図12】 本発明の第5の実施形態の要部の構成説明図である。
【図13】 本発明の第8の実施形態の要部の構成説明図である。
【図14】 本発明の第8の実施形態に係る逆方向リンクオブジェクトの逆方向リンク管理テーブルの構成図およびその作成方法の説明図である。
【図15】 本発明の第9の実施形態の要部の構成説明図である。
【図16】 オブジェクト間で通信されるメッセージの構成図である。
【図17】 本発明の第9の実施形態に係るメッセージ交換サービスオブジェクトのオブジェクト管理テーブルの変形例の構成図である。
【図18】 本発明の第10の実施形態の各オブジェクトの属性データ毎のROMまたはRAM格納の実現方法の説明図である。
【符号の説明】
1 表示オブジェクト、2,24 データオブジェクト、3,33 データベースオブジェクト、4,47 リンクオブジェクト、4a 逆方向リンクオブジェクト、5 手順オブジェクト、6 ネットワーク管理オブジェクト、7 メモリ管理オブジェクト、8 伸張オブジェクト、9 メッセージ交換サービスオブジェクト、9a オブジェクト管理テーブル、17 スライドオブジェクト、18 アイコンオブジェクト、25 圧縮したデータオブジェクト、100 GUI、600 メッセージ、601 オブジェクト名、602 サービス番号、603 パラメータへのポインタ。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a graphical user interface (hereinafter referred to as GUI) in an operating device of various devices such as air conditioning, lighting, power distribution, and home appliances.
[0002]
[Prior art]
In recent years, for the purpose of improving the operability of low-cost operating devices such as operating equipment for building equipment systems and operating equipment for consumer equipment that control the operation of various equipment such as air conditioning and lighting of buildings, for example, on personal computers or workstations The movement to introduce the mainstream GUI operation method is becoming active. However, in general, an operation device using a GUI operation method needs to handle a large amount of data such as display image data and sound data representing a response, which are various components of the operation device screen such as a window, a button, and an icon. A large amount of memory and a high performance CPU are required. This raises the cost of the operating device, which is an impediment to the penetration of the operating device by the GUI operation method.
[0003]
Recently, in an operation device in a GUI operation method, a GUI is often implemented using object-oriented technology for the purpose of improving software productivity by reuse. In general, GUI is implemented by controlling screen display, The display image data and the information of the device connected to the operation device are configured as an integrated object, or further configured as an object to which the operation procedure is added. An object refers to data or a program in which data and operations on the data are integrated.
[0004]
  As an example of a GUI using such an object-oriented technology, there is an invention disclosed in JP-A-6-202863.
[0005]
The GUI application program design support system disclosed in this publication includes a first event setting object for setting display switching of each window on the screen, a simulated environment setting object for creating a simulated window, and the operation contents for the window and each Independent object such as procedure setting object that performs window operation and continuous procedure setting is implemented as a collection, and prototyping of overall operation of GUI can be done in detail and flexibly, making application program design efficient It is to support.
[0006]
[Problems to be solved by the invention]
The conventional GUI application program design support system as described above also requires a large amount of memory and a high-performance CPU because a large amount of image data and sound data need to be managed and processed.
[0007]
As a result, the cost of the operation device is raised, and the penetration of the operation device by the GUI operation method into various device fields where low cost is required is hindered.
[0008]
The present invention has been made in order to solve the above-described problems, and improves the use efficiency of the memory by sharing the data used redundantly and the data expansion process, and also provides the invariant attribute data of the object. It is intended to provide a graphical user interface that can be stored in inexpensive hardware and can be implemented at low cost.
[0009]
[Means for Solving the Problems]
  The graphical user interface operating device according to the present invention has a plurality of screen objects composed of a slide object and an icon object corresponding to each display screen, and controls screen display based on the screen object specified from the plurality of screen objects. Various data including display objects for detecting user operations and operation information and setting information of the devices and systems to be controlled by the display objects are separated from the display objects and managed based on the operation information on the display screen. Has a database object and a screen transition management table based on each operation, inputs the operation detected in the display object, and corresponds to the next display screen to be displayed based on the screen transition management table based on that operation A procedure object that identifies the screen object Once the operation information detected by the display object is received, it is transmitted to the database object, and after receiving the data corresponding to the operation information output from the database object, the screen object of the display object specified by the procedure object Link object that transmits to the screen object via the slide object and displays the screen corresponding to the operation on the screen object.Of the attribute data of each object consisting of a variable part whose data contents are changed by operation and an invariant part which is not changed, the variable part is stored in the RAM and the invariant part is stored in the ROM.
[0011]
  Also, a graphical user interface according to the present inventionControllerThe operation is predicted after the data object consisting of multiple objects that separate the physical data used in the screen object of the display object from the display object and the screen object that generates the display screen. When one or more screen objects to be specified are specified by the procedure object, a corresponding screen object is extracted in advance based on the specification, and an object corresponding to the corresponding screen object is previously extracted from the data objects Management objects.
[0012]
  Furthermore, the graphical user interface according to the present inventionControllerThe memory management object generates one or more display screen data in advance based on the further extracted screen object and data object.
[0013]
  Also, a graphical user interface according to the present inventionControllerThe procedure object calculates the transition probability of the display screen for the operation detected in the display object, and designates one or a plurality of screen objects whose operations are predicted next as memory management objects based on the transition probability. Is.
[0014]
  Graphical user interface according to the present inventionControllerHas a decompression object that decompresses a pre-compressed data object as needed.
[0015]
  Also, a graphical user interface according to the present inventionControllerHas a decompression object that decompresses a data object corresponding to the image object out of the pre-compressed data objects when the screen object is specified by the procedure object.
[0016]
  Graphical user interface according to the present inventionControllerThe link object is a forward link object that links the display object and the database object and transmits the data of the display object to the database object, and a reverse direction that links the display object and the database object and transmits the data of the database object to the display object. A link object.
[0017]
  Also, a graphical user interface according to the present inventionControllerHas an object management table that manages the correspondence between the object name and the address where each object exists, intervenes between the objects when sending a message, and identifies the address of the destination object based on the object management table It has a message exchange service object that forwards messages to the object at that address.
[0018]
  Furthermore, the graphical user interface according to the present inventionControllerIs composed of a fixed-length message composed of a communication destination object name, a service number to be used, and a pointer address to a parameter exchanged between objects.
[0020]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 is a configuration diagram of first to tenth embodiments of the present invention. In this embodiment, for example, an operating device for a building equipment management system that monitors and operates air conditioning, lighting, and the like installed in a building will be described as a specific example.
[0021]
In the figure, reference numeral 100 denotes a graphical user interface (GUI) implemented in the operating device 200 for a building facility equipment management system, and is composed of a plurality of objects to be described later. Reference numeral 1 denotes a display object having functions for controlling display of the GUI 100 and detecting a user's operation, 2 is a data object which is physical data such as image data and audio data used in the display object 1, and 3 is a monitor / monitor Database with configuration information related to the building equipment management system to be operated, various data including operation information and setting information of equipment (for example, indoor units, lighting equipment, etc.), and a function for managing the database Object 4 is a link object having a function of linking display object 1 and database object 3 and exchanging data of both objects 1 and 3, and 5 is a transition procedure between display operation screens of operation device 200, that is, each screen A procedure object with an operation procedure management function corresponding to the operation of Extract, 6 is a network managed object having a management function for communication with the operating device 200 and building equipment management system.
[0022]
Reference numeral 101 denotes a GUI 100 mounted on the operation device 200 and a multi-task real-time operating system (hereinafter referred to as a real-time OS) such as μITRON for managing execution of various applications, and 102 denotes a display driver and an audio driver for operating hardware. A driver (software) group 103 includes hardware such as a microcomputer, a ROM, a RAM, and a display element (LCD) constituting the operation device 200. Each object 1, 2, 3, 4, 5, 6 operates functionally independently by the management function of the real-time OS 101, and realizes the function of the entire GUI by mutual message exchange. In addition, the display object 1, the data object 2, and the database object 3 are usually composed of a plurality of objects.
[0023]
Embodiment 1. FIG.
FIG. 2 is a diagram illustrating the configuration of the main part of the first embodiment of the present invention. In the figure, reference numeral 10a denotes a push button of, for example, “1F common area illumination” displayed on the display operation screen on the operation device 200, and the 1F illumination of the display object 1 having the display control function and the user operation detection function. When receiving an operation from the image object 21 of the data object 2 and the user used in the icon object 11a and its 1F lighting icon object 11a (display object 1) and actually displayed on the display operation screen, and the operation device 200 And the sound data object 22 of the data object 2 originating from the. 31a, 31b,... Are, for example, the lighting 1 object and the lighting 2 object of the database object 3 corresponding to the target device, group or system monitored / operated by the operating device 200, and their operating states (current value = [ON | OFF]). ), Information on button positions and sizes of the display operation screen, and the like are stored. 41a, 41b, etc. are, for example, a 1F lighting object and a 2F lighting object of the link object 4, and the 1F lighting object 41a associates the 1F lighting icon object 11a of the display object 1 with the lighting 1 object 31a of the database object 3, and the 1F lighting icon object The operation information of the user 11a is transmitted to the lighting 1 object 31a to rewrite the contents of the lighting 1 object 31a.
[0024]
1F lighting icon object 11a (display object 1), image data object 21 and sound data object 22 (data object 2), lighting 1 object 31a and lighting 2 object 31b (database object 3), and 1F lighting object 41a A GUI 100 mounted on the operation device 200 as shown in FIG. 1 is configured by a plurality of objects such as the 2F lighting object 41b (link object 4).
[0025]
As described above, since each object operates functionally independently, each object can be freely designed, and the burden on the designer can be reduced. In addition, for example, even when a change occurs in the display operation screen of the operation device 200, the database portion may not be changed if the basic configuration of the GUI 100 does not change.
[0026]
A GUI object designed and implemented in a conventional object-oriented manner is a form in which various data corresponding to the object are attached to each object, for example, a display control part and display data are integrated. It was. Therefore, in the GUI 100 according to the first embodiment of the present invention, as shown in FIG. 3, among various data of each object of the GUI 100, for example, the push button 10 a displayed on the display operation screen on the operation device 200. , 10b... And the unique data such as the display position and size of the display object 1 are directly held by the 1F lighting icon object 11a, the 2F lighting icon object 11b, the 3F lighting icon object 11c, etc. of the display object 1, and the push buttons 10a, 10b. Physical data that can be shared, such as basic image data such as images and icons, sound data used for operation sounds, and the like are the image data object 21 and the sound data object 22 of the data object 2. And it is configured to have made independent from the display object 1 in etc..
[0027]
In this way, physical data that can be shared is provided in the data object 2 that is separated and independent from the display object 1 and is shared by a plurality of objects of the display object 1, so that the image data and sound that are likely to become large as data can be obtained. Duplication of physical data such as data can be prevented, and waste of expensive memory can be avoided.
[0028]
Further, in the GUI 100 according to the first embodiment of the present invention, as shown in FIG. 2, operation information and settings of devices and systems to be controlled by the display object 1 associated with the display object 1 or the like conventionally. Various data including information are provided in a database object 3 that is separated and independent from the display object 1 so as to operate functionally independently. Therefore, the data transmission from the display object 1 to the database object 3 is not performed directly by the both 1, 3, but via the link object 4. Thereby, independence of the display object 1 and the database object 3 can be improved more.
[0029]
For example, as shown in FIG. 4, when the push button 10e of one of the push buttons on the display operation screen “large meeting room lighting” has a group control function for collectively operating a plurality of illuminators, The large conference room lighting icon object 13 of the display object 1 corresponding to the “illumination” push button 10e, the illuminator 1 object 31a of the database object 3 corresponding to the plurality of illuminators subject to group control, and the illuminator 2 The objects 31b are linked via the large meeting room lighting group object 43 of the link object 4. Thus, the large meeting room lighting icon object 11e (display object 1) only needs to give an instruction to the large meeting room lighting group object 43 (link object 4). It is not necessary for the container 1 object 31a and the like (database object 3) to know the contents of the other. Therefore, when the number of illuminators in the large conference room is changed, it is only necessary to change the attribute data related to the database object 3 managed by the large conference room lighting group object 43 (link object 4). There is no need to make changes to the display object 1 and the database object 3.
[0030]
As described above, in the GUI 100 according to the first embodiment of the present invention, the display object 1 and the database object 3 are directly related, and the display object 1 needs to directly issue instructions to a plurality of objects of the database object 3. In addition, there is no need to change many attribute data of the display object 1 even when the contents of the group control are changed. Thereby, each object can ensure sufficient independence.
[0031]
Further, even when a plurality of controls are performed on the same content, for example, when the time display is performed in two ways of digital display and analog display, as shown in FIG. The link between the clock object 32 for managing the actual clock data of the database object 3 and the digital clock object 15 of the display object 1 and the link between the clock object 32 of the database object 3 and the analog clock object 16 of the display object 1 When the user selects (operates) either the digital clock button 10g or the analog clock button 10h, the clock link object 45 of the link object 4 stores the data of the selected object. Transmitted to the clock object 32 of transfected 3 displays a digital or analog. As described above, since the display object 1 and the database object 3 do not need to know the contents of the other one as in the case of group control, each object can ensure sufficient independence.
[0032]
As the link object 4, as shown in FIG. 2, the 1F illumination of the link object 4 corresponds to the 1F illumination icon object 11a of the display object 1 and the illumination 1 object 31a of the database object 3 corresponding one-to-one. When one of the objects 41a corresponds, and as shown in FIG. 4, one object of the link object 4 corresponds to one object of the display object 1 and a plurality of objects of the database object 3 corresponding to one to a plurality. And a case where one of the link objects 4 corresponds to a case where a plurality of objects of the display object 1 correspond to a plurality of objects of the database object 3 as shown in FIG. and so on. Further, as shown in FIGS. 6 and 7, the one-to-one link, the one-to-multiple link, or the plurality of one-to-one links described above are one link object 46a, 46b itself and the property of the link object 46a, 46b. In some cases, the display object 1 is linked to the database object 3 by linking the display object 1.
[0033]
Embodiment 2. FIG.
FIG. 8 is a diagram illustrating the configuration of the main part of the second embodiment of the present invention. In the figure, 17 corresponds to one object 17a, 17b,... For each screen displayed on the operation unit, and is a slide object for managing all push buttons and the like existing on the screen. Is composed of an icon object 18 (icon objects 18a, 18b...) For controlling the image object and a data object 24 (data objects 24a, 24b...) Having image data and sound data used in the icon object 18. A display operation screen is generated by a plurality of screen objects (display object 1) made up of icon objects 18. The slide object 17 and the icon object 18 (screen object) are held in the display object 1, and the data object 24 is held in the data object 2. Reference numeral 33 denotes a database object corresponding to each icon object 18, such as a target device (for example, an illuminator) monitored or operated by an operating device, a group or system operating state, a push button display position and size on the screen, and the like. The database objects 33a, 33b... And the icon objects 18a, 18b... Are linked by link objects 47a, 47b. Further, the database object 33 is held in the database object 3, and the link objects 47 a, 47 b... Are held in the link object 4.
[0034]
A function 5 identifies a slide object 17 (screen object) corresponding to a display operation screen required in accordance with a user operation, and manages a transition procedure between display operation screens, that is, an operation procedure corresponding to an operation on each screen. .., Each of the slide objects 17a, 17b..., That is, a screen transition management table 51a, 51b... For each screen, and the icon object 18 on each display operation screen (each slide object 17) and its icon. The table manages the correspondence with the display operation screen (slide object 17) of the next transition destination when a push button or the like corresponding to the object 18 is operated.
[0035]
For example, when the display operation screen A corresponding to the slide object 17a is currently displayed on the operating device, buttons A-1 to A-6 corresponding to the icon objects 18a. When the user operates the button A-1, as shown in FIG. 8, the icon object 18a detects the operation and transmits the operation information to the database object 33a via the link object 47a. At the same time, the operation information is transmitted to the procedure object 5 via the slide object 17a. The procedure object 5 refers to the screen transition management table 51a of the slide object 17a, and the button A-1 corresponding to the icon object 18a is operated. The transition screen and the slide object 17b are specified, and an instruction to display the display operation screen B corresponding to the slide object 17b is issued on the operating device. Then, the display operation screen B is displayed as the next screen on the operation device.
[0036]
Here, it is assumed that the button A-1 corresponding to the icon object 18a is a “device 1” button for operating the device 1. As shown in FIG. 9, when the user operates the “device 1” button 10j on the display operation screen A displayed on the operation device 200, the icon object 18a indicates that the “device 1” button 10j is operated. Detecting and transmitting the operation information, that is, “information indicating that the device is 1” to the procedure object 5 through the slide object 17a, and the procedure object 5 is a slide corresponding to the next screen by the screen transition management table 51a of the slide object 17a. The object 17b is specified, and the operation information “information indicating that the device is 1” is transmitted to the slide object 17b. The slide object 17b includes a screen template 300 for composing the screen. By adding operation information to the template 300, the same information is transmitted to the icon object 19a constituting the display operation screen B and the like. The object 19a and the like transmit the same information to the link object 48a and the database object 33 and the like. The slide object 17b constitutes a display operation screen B with operation buttons 10k, 10m, etc. corresponding to the icon object 19a. A display operation screen B is displayed on the operation device.
[0037]
That is, as shown in FIG. 9, the operation information on the display operation screen A is transmitted to the slide object 17b corresponding to the next screen via the procedure object 5, and the operation information is added to the template 300 included in the slide object 17b. Thus, the slide object 17b can issue a display instruction to the icon object 19a and the like constituting the display operation screen B to be displayed corresponding to the operation. The icon object 19a and the like correspond to the database object 33 through the link object 48a and the like, and the “object 1” button 10j operated by the slide object 17b, the icon object 19a, the link object 48a and the database object 33 is displayed. A display operation screen B corresponding to the actual device 1 is configured.
[0038]
In this way, by managing the transition of the next screen by the procedure object 5, even when the transition procedure or the like is changed, only the procedure object 5 needs to be changed without changing other objects such as the slide object 17. Therefore, changes and modifications can be easily performed. Further, the slide object 17 only needs to manage the use of operation buttons and the like on the screen, and the display operation screen to be displayed can be easily configured by the screen template 300 and the operation information of the display object 1. Therefore, when similar monitoring / operation is performed on each device to be controlled, the same display operation is performed on each of the operation buttons 10j, 10n, and 10p displayed on the display operation screen A as shown in FIG. Duplicate screens B, C, D... Can be avoided, and the amount of memory used can be saved. Also, when there are multiple targets such as group control or schedule setting, there are many functions that are operated in the same procedure, so the procedure itself can be shared and prepared as a template to be reused in the development of other operating devices. Design efficiency can be improved.
[0039]
Embodiment 3. FIG.
FIG. 10 is an explanatory diagram of the configuration of the main part of the third embodiment of the present invention. This embodiment is the next to the display operation screen displayed on the operating device by the procedure object 5 in the second embodiment. The slide object 17 corresponding to the display operation screen that is predicted to be displayed, the icon object 18 and the data object 24 corresponding thereto are extracted, and the display predicted based on the extracted slide object 17, icon object 18, and data object 24 is extracted. It has a memory management object 7 for generating display operation screen data of the operation screen in advance and temporarily storing the generated display operation screen data in the memory block 7a.
[0040]
In this embodiment configured as described above, it corresponds to a display operation screen that is predicted to be displayed next to the display operation screen displayed on the controller based on the operation procedure managed by the procedure object 5. The procedure object 5 specifies a plurality of slide objects 17 and instructs the memory management object 7 to generate a display operation screen entity corresponding to the specified slide object 17. Next, the memory management object 7 that has received the instruction works on the real-time OS 101 to secure the memory capacity as much as possible out of the memory capacity necessary for generating the actual display operation screen of the memory mounted on the controller. A memory block 7a is prepared. At this time, if not all the required memory capacity can be secured, a capacity that can be secured for each screen is secured. Then, the memory management object 7 extracts the slide object 17 specified by the procedure object 5 and the icon object 18 and data object 24 corresponding to the slide object 17 and generates display operation screen data based on the extracted objects 17, 18, 24. And stored in the memory block 7a. That is, when the display operation screen A corresponding to the slide object 17a is displayed on the operation device, the procedure object 5 displays the slide objects 17b and 17d corresponding to the display operation screens B and D that will be displayed next. Specifically, the memory management object 7 is instructed to generate the entity, and the memory management object 7 generates the display operation screens B and D data based on the slide objects 17b and 17d and the like, as shown in FIG. The display operation screens B and D data are stored in the memory block 7a.
[0041]
As described above, the procedure object 5 specifies the slide object 17 or the like corresponding to the display operation screen predicted to be displayed next based on the operation procedure of the procedure object 5, and the memory is determined based on the specified slide object 17 or the like. Since the management object 7 generates the display operation screen data and stores it in the memory block 7a in advance, the generation operation of the display operation screen below the slide object 17 of the screen to be displayed next after receiving the instruction of the procedure object 5 is performed. Therefore, it is not necessary to perform the operation every time the display operation screen is operated, and the time for screen generation work can be shortened. Thereby, the response of the operating device can be improved and the operability can be improved.
[0042]
Embodiment 4 FIG.
In the fourth embodiment, the slide object 17 corresponding to the display operation screen predicted to be displayed next is specified based on the operation procedure managed by the procedure object 5 in the third embodiment. Instead, it is performed based on the transition probability calculated based on the operation frequency of the user, and the number of times that the user has operated each of the icon objects 18 and the display operation screen transitioned by the operation are displayed on the procedure object 5. Is provided with a transition probability calculating means for calculating an operation frequency based on the number of operations in the slide object 17 corresponding to the above and calculating the transition probability by summing up the operation frequencies for each slide object 17. As shown in FIG. 11A, the procedure object 5 has a screen transition management table 51 (51a...) Provided with an operation frequency column for each icon object 18, and also shown in FIG. 11B. As described above, the transition probability management table 52 (52a...) Corresponding to the transition probability in each transition object slide object 17 is provided.
[0043]
Then, the procedure object 5 specifies, for example, the slide objects 17b and 17d having the highest transition probability based on the transition probability management table 52 as the slide object 17 corresponding to the display operation screen predicted to be displayed next. Then, before the operation is actually performed, the memory management object 7 is instructed to generate the entities of the display operation screens B and D. Then, as shown in FIG. 10, the memory management object 7 stores the generated display operation screens B and D data in the memory block 7a.
[0044]
As described above, the display operation screen data generated by the slide object 17 or the like having a high transition probability can be stored in the memory block 7a in advance before the operation based on the transition probability management table 52 of the procedure object 5, so that the user It is possible to increase the screen transition speed adapted to the operation tendency, and to improve the response of the operating device and the operability.
[0045]
Embodiment 5. FIG.
FIG. 12 is a diagram illustrating the configuration of the main part of the fifth embodiment of the present invention. In this embodiment, in the second embodiment, the data object 24 (24a, 24b...) Is stored in the ROM of the hardware 103 as the data object 25 (25a, 25b. The expansion object 8 that expands the data object 25 is provided when necessary.
[0046]
In this embodiment configured as described above, the procedure object 5 corresponds to the display operation screen to be displayed next based on the operation procedure managed by the procedure object 5 as in the case described in the second embodiment. For example, when the slide object 17a is specified, the icon object 18a corresponding to the specified slide object 17a specifies the data object 24a required for the decompression object 8. The decompression object 8 extracts the compressed data object 25a ... corresponding to the designated data object 24a ... from the data object group compressed and stored in the ROM, and performs decompression processing to generate the actual data object 24a ... Let The slide object 17a constitutes a display operation screen with the icon objects 18a, etc. using the generated data objects 24a, etc.
[0047]
In this way, the actual data objects 24a... Are compressed and stored in the ROM, and taken out by the decompression object 8 when necessary and decompressed. Therefore, the required memory capacity of the entire data object can be reduced and expensive. Can reduce the amount of memory used.
[0048]
Embodiment 6. FIG.
In the sixth embodiment, the invention in the fifth embodiment is implemented in the third embodiment, and a plurality of display operation screens that are predicted to be displayed next based on the operation procedure managed by the procedure object 5 are displayed. When the display operation screen data generated by the corresponding slide object 17 or the like is generated by the memory management object 7, the compressed data object 25 corresponding to the slide object 17 corresponding to a plurality of predicted display operation screens is displayed. A data object 24 is expanded by the expansion object 8 and a plurality of display operation screen data is generated by the data object 24 or the like.
[0049]
With this configuration, substantially the same effect as in the third and fifth embodiments can be obtained, and the memory used can be saved and the screen transition speed can be increased. Thereby, the response of the operating device can be improved and the operability can be improved.
[0050]
Embodiment 7. FIG.
In the seventh embodiment, the invention in the fifth embodiment is applied to the fourth embodiment, and a slide object corresponding to a display operation screen having a high transition probability based on the transition probability management table 52 of the procedure object 5 When the display operation screen data generated by 17 or the like is generated by the memory management object 7, the compressed data object 25 corresponding to the slide object 17 corresponding to the display operation screen having a high transition probability is expanded by the expansion object 8. The data object 24 is processed, and the display operation screen data having a high transition probability is generated by the data object 24 or the like.
[0051]
By configuring in this way, substantially the same effect as in the fourth and fifth embodiments can be obtained, and the screen transition speed adapted to the user's operation tendency can be increased by saving the memory used. Thereby, the response of the operating device can be improved and the operability can be improved.
[0052]
Embodiment 8. FIG.
FIG. 13 is an explanatory diagram of the configuration of the main part of the eighth embodiment of the present invention. This embodiment relates the display object 1 and the database object 3 in the first embodiment, and stores the data from the database object 3. A reverse object 49 of the reverse link object 4a that is transmitted to the display object 1 to rewrite the data of the display object 1 is provided.
[0053]
In this embodiment configured as described above, for example, when the user turns off the lighting 1 that is turned on, the light-off information is written to the lighting 1 object 31a of the database object 3, and the lighting 1 object 31a is the reverse link object 4a. The turn-off information is transmitted to the 1F illumination icon object 11a via the reverse object 49. Next, the 1F lighting icon object 11a takes out the data indicating the lighting off state from the lighting image data object 21 of the data object 2 based on this lighting off information, and the lighting 1 which is the lighting off state on the display operation screen on the operation unit. The push button 10a corresponding to is displayed.
[0054]
At this time, as shown in FIG. 14, the reverse lookup object 49 is based on the reverse link management table 400 provided in the reverse lookup object 49, from the key “illumination 1” of the illumination 1 object 31a. The key of the 1F lighting icon is extracted, and the information link to the 1F lighting icon object 11a is configured.
[0055]
The reverse link management table 400 is created as follows. First, as shown in FIG. 14, the link object (forward link object) 4 includes a display object 1 and a database that use the display object 1 side as a key based on the 1F illumination object 41a, the 2F illumination object 41b, and the like of the link object 4. A link management table 401 that is a correspondence table with the object 3 is created. Next, the display object 1 side and the database object 3 side are switched based on the link management table 401, and the reverse link management table 400 with the key as the database object 3 side is created and given to the reverse lookup object 49.
[0056]
Thus, by providing the reverse link object 4a separately from the link object (forward link object) 4, the data from the database object 3 can be transmitted to the display object 1 via the reverse link object 4a. The display object 1 can use the transmitted data. As a result, the display object 1 and the database object 3 can easily exchange data between the display object 1 and the database object 3 by the link object (forward link object) 4 and the reverse link object 4a, thereby expanding the data usage range. be able to.
[0057]
When a plurality of objects of the display object 1 correspond to one object of the database object 3, there are a plurality of the same keys on the database object 3 side which is a key of the reverse link management table 400, The data of the database object 3 is sent to the plurality of objects of the display object 1 corresponding to the key via the reverse lookup object 48 of the reverse link object 4a.
[0058]
Embodiment 9. FIG.
FIG. 15 is an explanatory diagram of the configuration of the main part of the ninth embodiment of the present invention, and FIG. 16A is a configuration diagram of messages communicated between objects. In this embodiment, in the third embodiment, a message exchange service object 9 having an object management table 9a whose contents are changed by the memory management object 7 of the third embodiment is provided, and each object of the display object 1 is provided. A service definition table 500 for managing service information defined for each (slide object 17 or the like) is provided to implement message communication between objects. Reference numeral 104 denotes a memory area provided by the real-time OS 103. Reference numeral 600 denotes a fixed-length message communicated between objects. As shown in FIG. 16A, a communication partner object name 601, a service number 602, and pointers to parameters. 603. The object management table 9a includes a correspondence table of object names and addresses where each object exists, and the service definition table 500 includes a correspondence table of service numbers and service names.
[0059]
In this embodiment configured as described above, for example, when a display request for the icon A-1 corresponding to the icon object 18a is generated from the slide object 17a to the icon object 18a, the slide object 17a should be transferred to the icon object 18a. The parameter is stored at a predetermined address (05010H) in the memory area 104, and is called “icon object (A-1) + service number 2 + parameter pointer (05010H)” according to the structure of the message 600 shown in FIG. The message 600 is created based on the service definition table 500 managed by itself, and transmitted to the message exchange service object 9. The message exchange service object 9 refers to the icon object (A-1) of the object name 601 from the transmitted message 600, that is, the icon A-1 memory from the object management table 9a managed by itself referring to the icon A-1. The upper address is specified, and the message 600 is transferred to the specified address, that is, the icon object 18a. Then, the icon object 18a extracts the service number 602 and parameter pointer 603 from the received message 600, interprets the service of “icon display” based on the service definition table 500 managed by the icon object 18a, and stores in the memory area 104. The parameter for the service stored at the address (05010H) is extracted from the address (05010H) in the message 600, and the “icon display” service is executed. Thereby, the icon A-1 is displayed on the display operation screen on the controller.
[0060]
In this way, the contents of the message 600 such as service type and parameters are defined in each object in which message communication is performed, and the message exchange service object 9 basically does not convert the message 600 based on the object management table 9a without any conversion. Since message transfer is realized, each object can be made functionally independent without managing the address of the other party to which the message 600 is transmitted, and can save memory and free up memory allocation. A GUI capable of realizing high message communication can be obtained. Further, when the memory arrangement of an object is changed by memory rearrangement or the like, the object management table 9a of the message exchange service object 9 need only be changed by, for example, the memory management object 7, so that the GUI design efficiency can be improved. it can. Further, since the message 600 to be communicated has a fixed length, the message communication process can be easily performed, and the function of the entire GUI can be enhanced.
[0061]
In the above-described embodiment, the message communication between objects is realized by the object management table 9a which is the all object batch table of the message exchange service object 9. However, for example, when the number of objects increases. As shown in FIG. 17, an object management table 9a of the message exchange service object 9 may be created for each category to perform message communication. In this case, the message 600 to be communicated is configured as shown in FIG. 16B, and an increase in search and management processing in the message exchange service object 9 can be avoided.
[0062]
Embodiment 10 FIG.
In the tenth embodiment, the attribute data and method of each object 1, 2, 3,... Are divided into a variable part and an invariant part based on the contents thereof. The portion is stored in the ROM of the memory.
[0063]
In order to apply the GUI over a wide range, cost reduction is important. For this reason, it is effective that the object is mounted on the operation device or the like based on a ROM base having a lower cost than the RAM. Therefore, in the attribute data and methods of the elements constituting each object 1, 2, 3,..., Methods that are not normally changed at the time of execution are stored in the ROM, and variable parts that may be changed at the time of execution are compiled. By storing the attribute data in which invariant parts that are not changed once determined at times are stored in the ROM and the RAM, the amount of RAM used can be significantly reduced.
[0064]
Next, a method for realizing ROM or RAM storage for each attribute data of the objects 1, 2, 3,... Will be described with reference to FIG. First, the designer analyzes whether each attribute data is likely to be changed at the time of execution or whether it is not changed later once it is determined. That is, the ID of the display image data of the data object 2 is not changed at the time of execution because the image data itself that becomes the base of the button is inserted, for example, and even when the process of deforming the image at the time of execution is possible Since a certain kind of operation is performed on the image data, the ID indicating the original image data is unchanged. On the other hand, the coordinate position data of the display object 1 is variable because the coordinate position changes at the time of execution, such as in the case of an operating device that enables the movement of the buttons displayed on the display operation screen. Such an analysis is performed on all the attribute data, and “ROM” is added to the invariant attribute data and “RAM” is added to the variable attribute data as attribute auxiliary information, as shown in FIG. A file is created as an analysis result table 801 of Class_A.
[0065]
  Then, the script generation means 802 converts the ROM designation or RAM designation file for each attribute data into a file 803 in which an intermediate language script is described, and the script expansion means 804 handles the compiler 805 based on the file 803. The source code file 807 corresponding to the language is converted.
[0066]
In the source code file 807, for example, the designation of const is given to the attribute data designated by ROM so that it cannot be changed at the time of execution, and the attribute data designated by RAM is accessed. A pointer is prepared to make the variable RAM area accessible.
[0067]
The compiler 805 uses the source code file 807 to create real machine software 806 for operating the real machine of the operating unit. The real machine software 806 uses the variable data in the attribute data of each object 1, 2, 3,. And a GUI configured by a plurality of objects whose invariant portions are stored in the ROM is obtained.
[0068]
In this way, since most of the objects can be stored in the ROM, the amount of expensive RAM used can be reduced, an inexpensive GUI operating device can be realized, and development efficiency can be improved. Can be planned.
[0069]
【The invention's effect】
  A graphical user interface operating device according to the present invention includes:A display object that has a plurality of screen objects composed of slide objects and icon objects corresponding to each display screen, controls the screen display based on the screen object specified from the plurality of screen objects, and detects a user operation A database object that manages various data including operation information and setting information of devices and systems subject to object control separately from display objects and manages them based on operation information on the display screen, and screen transition management based on each operation A procedure object that has a table, inputs an operation detected in the display object, and identifies a screen object corresponding to the display screen to be displayed next based on the screen transition management table based on the operation, and a display Once the operation information detected by the object is received Later, the data corresponding to the operation information output from the database object is received once and transmitted to the screen object of the display object specified by the procedure object via the slide object. Since it has a link object that displays a screen corresponding to the operation, it is possible to increase the independence of each object, and even when changing the procedure, only the procedure object needs to be changed, and the change and correction Can be easily performed. In addition, when performing similar control for each device to be controlled, the same operation procedure and screen creation work can be shared, so that the memory usage efficiency can be improved, The design efficiency can be improved.
[0071]
  Also, a graphical user interface according to the present inventionControllerThe operation is predicted after the data object consisting of multiple objects that separate the physical data used in the screen object of the display object from the display object and the screen object that generates the display screen. When one or more screen objects to be specified are specified by the procedure object, a corresponding screen object is extracted in advance based on the specification, and an object corresponding to the corresponding screen object is previously extracted from the data objects Since the memory management object generates one or more display screen data based on the extracted screen object and data object in advance, the time required for screen generation work can be reduced. , Actuator Can be improved and improved operability of the response.
[0072]
  Also, a graphical user interface according to the present inventionControllerThe procedure object calculates the transition probability of the display screen for the operation detected in the display object, and designates one or a plurality of screen objects whose operations are predicted next as memory management objects based on the transition probability. Therefore, the screen transition speed adapted to the user's operation tendency can be increased, and the response of the operating device can be improved and the operability can be improved.
[0073]
  Graphical user interface according to the present inventionControllerHas a decompression object that decompresses a pre-compressed data object as needed, so that the memory requirement for the entire data object can be reduced and the amount of expensive memory used can be reduced. it can.
[0074]
  Also, a graphical user interface according to the present inventionControllerWhen a screen object is specified by a procedure object, it has a decompression object that decompresses a data object corresponding to the image object out of pre-compressed data objects, thus reducing the amount of expensive memory used. In addition, the screen transition speed can be increased, and the response of the operating device can be improved and the operability can be improved.
[0075]
  Graphical user interface according to the present inventionControllerThe link object is a forward link object that links the display object and the database object and transmits the data of the display object to the database object, and a reverse direction that links the display object and the database object and transmits the data of the database object to the display object. Since the link object is included, the data exchange between the display object and the database object can be easily performed, and the data use range can be expanded.
[0076]
  Also, a graphical user interface according to the present inventionControllerHas an object management table that manages the correspondence between the object name and the address where each object exists, intervenes between the objects when sending a message, and identifies the address of the destination object based on the object management table Since each object has a message exchange service object that forwards a message to the object at that address, each object may be highly functionally independent without managing the address of the other party sending the message. In addition, it is possible to obtain a graphical user interface capable of realizing message communication with low memory and high flexibility in memory arrangement. Even when the memory arrangement of the object is changed, it is only necessary to change the object management table of the message exchange service object, so that the design efficiency of the graphical user interface can be improved.
[0077]
  Furthermore, the graphical user interface according to the present inventionControllerSince the message communicated between objects is composed of a fixed-length message consisting of a communication partner object name, a service number to be used, and a pointer address to a parameter to be exchanged between objects, the message communication process is easily performed. And enhance the overall functionality of the graphical user interface.
[0078]
  Graphical user interface according to the present inventionThe operation device has each objectOf the attribute data consisting of the variable part and the invariant part, the variable part is stored in the RAM and the invariant part is stored in the ROM, so that the amount of expensive RAM used can be reduced, and an inexpensive graphical user interface can be provided. It can be realized, and the development efficiency can be improved.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of first to tenth embodiments of the present invention.
FIG. 2 is a configuration explanatory diagram of a main part of the first embodiment of the present invention.
FIG. 3 is a configuration explanatory diagram of a display object and a data object according to the first embodiment of the present invention.
FIG. 4 is a configuration explanatory diagram of another main part of the first embodiment of the present invention.
FIG. 5 is a configuration explanatory diagram of another main part of the first embodiment of the present invention.
FIG. 6 is an operation explanatory diagram of a modified example of the link object according to the first embodiment of the present invention.
FIG. 7 is an operation explanatory diagram of another modified example of the link object according to the first embodiment of the present invention.
FIG. 8 is a configuration explanatory diagram of a main part of a second embodiment of the present invention.
FIG. 9 is an operation explanatory diagram of a main part of a second embodiment of the present invention.
FIG. 10 is a configuration explanatory diagram of a main part of a third embodiment of the present invention.
FIG. 11 is a configuration diagram of a screen transition management table and a transition probability management table of procedure objects according to the fourth embodiment of the present invention.
FIG. 12 is a configuration explanatory diagram of a main part of a fifth embodiment of the present invention.
FIG. 13 is a configuration explanatory diagram of a main part of an eighth embodiment of the present invention.
FIG. 14 is a configuration diagram of a reverse link management table for a reverse link object according to an eighth embodiment of the present invention and an explanatory diagram of a creation method thereof.
FIG. 15 is a configuration explanatory diagram of a main part of a ninth embodiment of the present invention.
FIG. 16 is a configuration diagram of a message communicated between objects.
FIG. 17 is a configuration diagram of a modified example of the object management table of the message exchange service object according to the ninth embodiment of the present invention.
FIG. 18 is an explanatory diagram of a method of realizing ROM or RAM storage for each attribute data of each object according to the tenth embodiment of the present invention;
[Explanation of symbols]
1 Display object, 2,24 Data object, 3,33 Database object, 4,47 Link object, 4a Reverse link object, 5 Procedure object, 6 Network management object, 7 Memory management object, 8 Expansion object, 9 Message exchange service Object, 9a Object management table, 17 Slide object, 18 Icon object, 25 Compressed data object, 100 GUI, 600 message, 601 Object name, 602 Service number, 603 Pointer to parameter.

Claims (9)

各表示画面に対応したスライドオブジェクトおよびアイコンオブジェクトで構成される複数の画面オブジェクトを有し、その中から特定された画面オブジェクトに基づいて画面表示を制御しユーザの操作を検出する表示オブジェクトと、
該表示オブジェクトの制御の対象となる機器およびシステムの運転情報および設定情報を含む各種データを前記表示オブジェクトから分離して独立させ表示画面における操作情報に基づいて管理するデータベースオブジェクトと、
各操作に基づく画面遷移管理表を有し、前記表示オブジェクトで検出された操作を入力して、その操作に基づいた画面遷移管理表に基づいて、次に表示すべき表示画面に対応した画面オブジェクトを特定する手順オブジェクトと、
前記表示オブジェクトにより検出された操作情報を一度受信した後に前記データベースオブジェクトに伝達するとともに、該データベースオブジェクトから出力されたその操作情報に対応したデータを一度受信した後、前記手順オブジェクトにより特定された前記表示オブジェクトの画面オブジェクトにスライドオブジェクトを介して伝達して、前記画面オブジェクトに前記操作に対応した画面を表示させるリンクオブジェクトとを有し、
前記操作によりデータ内容が変更する可変部分と変更しない不変部分とからなる各オブジェクトが有する属性データのうち、前記可変部分はRAMに格納され、前記不変部分はROMに格納されることを特徴とするグラフィカルユーザインタフェース操作器。
A display object having a plurality of screen objects composed of a slide object and an icon object corresponding to each display screen, controlling the screen display based on the screen object identified from the plurality of screen objects, and detecting a user operation;
A database object that manages various data including operation information and setting information of devices and systems to be controlled by the display object and manages them independently from the display object based on operation information on a display screen;
A screen object corresponding to the display screen to be displayed next based on the screen transition management table having the screen transition management table based on each operation, inputting the operation detected in the display object, and based on the screen transition management table based on the operation A procedure object that identifies the
The operation information detected by the display object is once received and transmitted to the database object, and the data corresponding to the operation information output from the database object is received once, and then specified by the procedure object. A link object that is transmitted to a screen object of a display object via a slide object and causes the screen object to display a screen corresponding to the operation ;
Of the attribute data of each object consisting of a variable part whose data contents are changed by the operation and an invariant part which is not changed, the variable part is stored in a RAM and the invariant part is stored in a ROM. Graphical user interface controller.
前記表示オブジェクトの画面オブジェクトで使用される物理的なデータを前記表示オブジェクトから分離して独立させた複数のオブジェクトからなるデータオブジェクトと、
表示画面を生成している画面オブジェクトの次にその動作が予測される一または複数の画面オブジェクトが前記手順オブジェクトにより特定されると、その特定に基づいて該当する画面オブジェクトを予め抽出するとともに、前記データオブジェクトの中から該当する画面オブジェクトに対応したオブジェクトを予め抽出するメモリ管理オブジェクトと
を有することを特徴とする請求項1記載のグラフィカルユーザインタフェース操作器。
A data object composed of a plurality of objects separated from the display object and made independent of physical data used in the screen object of the display object;
When one or a plurality of screen objects whose operation is predicted next to the screen object generating the display screen is specified by the procedure object, the corresponding screen object is extracted in advance based on the specification, 2. The graphical user interface operating device according to claim 1, further comprising: a memory management object for previously extracting an object corresponding to the corresponding screen object from the data objects.
メモリ管理オブジェクトは、さらに抽出された前記画面オブジェクトおよびデータオブジェクトに基づいて一または複数の表示画面データを予め生成させることを特徴とする請求項2記載のグラフィカルユーザインタフェース操作器。  3. The graphical user interface operating device according to claim 2, wherein the memory management object further generates one or a plurality of display screen data in advance based on the extracted screen object and data object. 前記手順オブジェクトは、前記表示オブジェクトで検出された操作に対する表示画面の遷移確率を演算し、その遷移確率に基づいて次にその動作が予測される一または複数の画面オブジェクトを前記メモリ管理オブジェクトに指定することを特徴とする請求項2または3記載のグラフィカルユーザインタフェース操作器。  The procedure object calculates the transition probability of the display screen for the operation detected by the display object, and designates one or more screen objects whose operations are predicted next based on the transition probability as the memory management object The graphical user interface operating device according to claim 2 or 3, characterized by: 予め圧縮された前記データオブジェクトを必要時に応じて伸張させる伸張オブジェクトを有することを特徴とする請求項2,3または4記載のグラフィカルユーザインタフェース操作器。  5. The graphical user interface operating device according to claim 2, further comprising an expansion object that expands the data object that has been compressed in advance as needed. 前記手順オブジェクトにより画面オブジェクトが特定されると、予め圧縮された前記データオブジェクトのうちその画像オブジェクトに対応したデータオブジェクトを伸張させる伸張オブジェクトを有すること特徴とする請求項2,3または4記載のグラフィカルユーザインタフェース操作器。  5. The graphical object according to claim 2, further comprising a decompression object that decompresses a data object corresponding to the image object among the data objects compressed in advance when a screen object is specified by the procedure object. User interface controller. 前記リンクオブジェクトは、前記表示オブジェクトとデータベースオブジェクトをリンクさせ前記表示オブジェクトのデータをデータベースオブジェクトに伝達する正方向リンクオブジェクトと、前記表示オブジェクトとデータベースオブジェクトをリンクさせ前記データベースオブジェクトのデータを表示オブジェクトに伝達する逆方向リンクオブジェクトとを有することを特徴とする請求項1,2,3,4,5または6記載のグラフィカルユーザインタフェース操作器。  The link object is a forward link object that links the display object and the database object to transmit the data of the display object to the database object, and links the display object and the database object to transmit the data of the database object to the display object. The graphical user interface operating device according to claim 1, 2, 3, 4, 5 or 6, further comprising a reverse link object. オブジェクト名と各オブジェクトの存在するアドレスの対応を管理するオブジェクト管理テーブルを備え、メッセージを送信する際にオブジェクト間に介在し、前記オブジェクト管理テーブルに基づいて送信先のオブジェクトのアドレスを特定してそのアドレスのオブジェクトにメッセージを転送するメッセージ交換サービスオブジェクトを有することを特徴とする請求項1,2,3,4,5,6または7記載のグラフィカルユーザインタフェース操作器。  It has an object management table that manages the correspondence between the object name and the address where each object exists, intervenes between the objects when sending a message, specifies the address of the destination object based on the object management table, and 8. The graphical user interface operator according to claim 1, further comprising a message exchange service object for transferring a message to an address object. オブジェクト間で通信されるメッセージを、通信相手先オブジェクト名、利用するサービス番号およびオブジェクト間で交換するパラメータへのポインタアドレスからなる固定長メッセージによって構成したことを特徴とする請求項8記載のグラフィカルユーザインタフェース操作器。  9. The graphical user according to claim 8, wherein a message communicated between objects is constituted by a fixed-length message comprising a communication partner object name, a service number to be used, and a pointer address to a parameter exchanged between the objects. Interface controller.
JP13638896A 1996-05-30 1996-05-30 Graphical user interface controller Expired - Lifetime JP4045468B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13638896A JP4045468B2 (en) 1996-05-30 1996-05-30 Graphical user interface controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13638896A JP4045468B2 (en) 1996-05-30 1996-05-30 Graphical user interface controller

Publications (2)

Publication Number Publication Date
JPH09319538A JPH09319538A (en) 1997-12-12
JP4045468B2 true JP4045468B2 (en) 2008-02-13

Family

ID=15173998

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13638896A Expired - Lifetime JP4045468B2 (en) 1996-05-30 1996-05-30 Graphical user interface controller

Country Status (1)

Country Link
JP (1) JP4045468B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011007636A1 (en) 2009-07-14 2011-01-20 オプテックス株式会社 Program generation device

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3621316B2 (en) * 1999-11-30 2005-02-16 三菱電機株式会社 In-vehicle information processing equipment
JP3798935B2 (en) * 2000-09-08 2006-07-19 日本電信電話株式会社 Data display method
KR101202495B1 (en) * 2005-07-01 2012-11-16 엘지전자 주식회사 Method of controlling air conditioner
CN102867287B (en) * 2008-08-07 2015-09-30 三菱电机株式会社 Instrument state display device
JP5340774B2 (en) * 2009-03-19 2013-11-13 株式会社トヨタIt開発センター User interface device
JP5371819B2 (en) * 2010-02-05 2013-12-18 三菱電機株式会社 Display device
JP5404478B2 (en) * 2010-03-11 2014-01-29 三菱電機株式会社 Video information display control apparatus and video information display control method
JP5604731B2 (en) * 2011-04-25 2014-10-15 株式会社デジタル Application program and communication equipment
JP5889135B2 (en) * 2012-07-10 2016-03-22 三菱電機株式会社 User interface design device
JP6523869B2 (en) * 2015-08-26 2019-06-05 三菱電機株式会社 GUI creation apparatus and GUI creation method
US11297163B2 (en) * 2019-01-17 2022-04-05 Intel Corporation Scenario profile based partitioning and management of application code

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011007636A1 (en) 2009-07-14 2011-01-20 オプテックス株式会社 Program generation device

Also Published As

Publication number Publication date
JPH09319538A (en) 1997-12-12

Similar Documents

Publication Publication Date Title
JP4045468B2 (en) Graphical user interface controller
US20140330959A1 (en) Method, device and system for monitoring internet- of-things device remotely
JPWO2003081359A1 (en) Centralized monitoring control device and method for plant
CN101091195A (en) Method for interlinking technical data and system for operating and observing an industrial plant
KR20020093516A (en) apparatus and method of home networking communication using internet
WO2003044674A1 (en) Gateway and gateway setting tool
JP3371418B2 (en) Plant monitoring equipment
US6973356B2 (en) Method and assembly for operating and/or observing a device that monitors an industrial controller
JP2003280732A (en) Data transmitter and control system using the same
US20030176930A1 (en) Method and apparatus for generating an operating view for a building management system
JP5215703B2 (en) Network system
KR100643294B1 (en) System and method simulating for home network
JPH10333735A (en) Plant monitoring device
JPH10108272A (en) Monitor control system and monitor controller
JP2001014386A (en) Facility management system
JP2000049831A (en) Network system for household electric appliance
JP2001290532A (en) Power generating operation management system, power generating operation system total operation managing device, and storage medium
JP2005321926A (en) Home network system
JP2003288209A (en) Object-using gateway device
JP3590551B2 (en) Remote monitoring and control system
JP3795398B2 (en) Switchboard cabinet air conditioner
JP4541127B2 (en) Power control information management device
KR102046919B1 (en) Middleware appratus
JPH09185408A (en) Human interface device for monitor and control system
JPH11338677A (en) Method for defining system configuration

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040413

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040611

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060606

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060807

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070515

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070717

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20070720

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071030

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071107

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101130

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111130

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121130

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121130

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131130

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term