JP2004062541A - Server of remote control system of database information, and remote control method of database information - Google Patents

Server of remote control system of database information, and remote control method of database information Download PDF

Info

Publication number
JP2004062541A
JP2004062541A JP2002220366A JP2002220366A JP2004062541A JP 2004062541 A JP2004062541 A JP 2004062541A JP 2002220366 A JP2002220366 A JP 2002220366A JP 2002220366 A JP2002220366 A JP 2002220366A JP 2004062541 A JP2004062541 A JP 2004062541A
Authority
JP
Japan
Prior art keywords
information
database
client terminal
server
list
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
JP2002220366A
Other languages
Japanese (ja)
Inventor
Masanari Aikei
愛敬 真生
Tatsuro Matsuoka
松岡 辰郎
Tomotaka Harada
原田 倫孝
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.)
NTT Power and Building Facilities Inc
Original Assignee
NTT Power and Building Facilities Inc
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 NTT Power and Building Facilities Inc filed Critical NTT Power and Building Facilities Inc
Priority to JP2002220366A priority Critical patent/JP2004062541A/en
Publication of JP2004062541A publication Critical patent/JP2004062541A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve problems such as leakage of actual data, need of an interface for individually dealing figure information and character information, and need of a scheme for displaying and processing the actual data on a client side, because the actual data of a database is circulated on a network in a remote control system of database (DB) information using a conventional Web function. <P>SOLUTION: A server 30 transmits luster image data of an object to be operated, and a script list executable at an object unit according to request from a client terminal 40, and displays it on the Web browser of the client terminal 40. Information on the object selected on a Web browser screen and the script designated to be executed to the object is received, and a drawing 32 in the DB 31 is edited and processed by a script command interpreter 33. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、データベース情報の遠隔制御システムのサーバ、及びデータベース情報の遠隔制御方法に関するものである。
【0002】
【従来の技術】
近時、施設の運用と管理を行うファシリティマネジメント(Facility Management)システムなどのように、データベースに保存された図形情報や文字情報等をネットワーク環境下で提供者側と利用者側で共有し、また、Web機能を用いてデータベースに保存された情報を遠隔制御(参照、編集、加工など)することが多くなっている。
【0003】
図9は、従来のWeb機能を用いたデータベースの遠隔制御システムの概念を説明するための図である。
図9において、情報提供者100のサーバ101には、CAD(Computer Aided Design)データなどの図形情報102や、帳票や文書などの文字情報103が保存されており、クライアント110の端末111から、サーバ101に保存された図形情報102や文字情報103に対して加工や編集を行う場合は、以下のようにして行う。
▲1▼サーバ101はクライアント端末111からの要求により、加工または編集の対象となる図形情報102や文字情報103の実体データ(例えば、CAD図面のベクトル情報)を、通信ネットワーク104を介して、クライアント端末111に送信する。
▲2▼クライアント端末111では、専用のソフトウェアを使用して、受信した実体データを、画面に表示し、図形情報112や文字情報113の編集や加工を行う。
▲3▼クライアント110は、編集や加工した図形情報112や文字情報113の実体データを、クライアント端末111からサーバ101に送信し、サーバ101では、受信したデータを保存する。
このようにして、サーバ101に保存された図形情報102や文字情報103をネットワーク環境下で情報提供者100側とクライアント110側で共有する。
【0004】
【発明が解決しようとする課題】
以上説明した従来のWeb機能を用いたデータベース情報の遠隔制御システムにおいては、以下に示す問題がある。
・インタフェースの制約
図形情報や文字情報など異なる形式のデータを個別に取り扱うためのインタフェースを作成する必要が生じるなど、インタフェースの制約の問題が生じる。
・実体データの流通による漏洩
実体データをインターネットなどの通信ネットワーク上で流通させることにより、実体データの漏洩などセキュリティの低下の問題が生じる。
・クライアント側での処理の仕組み、プログラムの複雑化
クライアント側での実体データの表示と加工を行うための処理の仕組み(専用のソフトウェアなど)が必要になり、処理及びプログラムが複雑化する。
【0005】
本発明はこのような問題を解決するためになされたもので、その目的は、従来のWeb機能を用いたデータベース情報の遠隔制御システムの問題点を解決し得る、データベース情報の遠隔制御システムのサーバ、及びデータベース情報の遠隔制御方法を提供することにある。
【0006】
【課題を解決するための手段】
本発明は上記課題を解決するためになされたものであり、本発明のデータベース情報の遠隔制御システムのサーバは、各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバであって、前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手段と、前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手段とを具備することを特徴とする。
これにより、データベース内の実体データを流通させることなく、クライアント端末からデータベース内の情報を操作(参照、編集、加工など)することができ、実体データの漏洩の問題が生じない。また、図形情報や文字情報などを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。さらに、クライアント端末側における処理の仕組みとプログラムの単純化が図れる。
【0007】
また、本発明のデータベース情報の遠隔制御システムのサーバは、CADデータ及び文書データを保存するデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存されたCADデータ及び文書データをクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバであって、クライアントの端末からの要求に応じて、操作対象となるオブジェクトを選択するための指標となる画像データと、該画像中のオブジェクト単位で実行可能なスクリプトのリストを送信し、クライアントの端末のWebブラウザに表示させるための画像及びスクリプトリスト送信手段と、クライアント端末のWebブラウザ画面上で選択されたオブジェクトと該オブジェクトに対して実行指定されたスクリプトの情報を受信するためのスクリプト情報受信手段と、前記選択されたオブジェクトと実行指定されたスクリプトの情報を解釈し、データベース内のCADデータ及び文書データを操作するためのスクリプトコマンドインタプリタ手段とを具備することを特徴とする。これにより、CADデータなどの実体データを流通させることなく、クライアント端末からデータベース内のCADデータや文書データを操作(参照、編集、加工など)することができ、実体データの漏洩の問題が生じない。また、スクリプトによる動的なデータベースの編集/画面制御が行える。また、サーバ内にスクリプトコマンドインタプリタを実装することにより、スクリプトによる制御内容の変更が容易かつ迅速に行える。さらに、図形情報や文字情報などを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。
【0008】
また、本発明のデータベース情報の遠隔制御システムのサーバは、前記CADデータ及び文書データが、建物を含む施設の管理を行うためのファシリティマネジメントシステムにおける施設台帳情報であることを特徴とする。
これにより、施設台帳情報の実体データを流通させることなく、施設に関する図面などの参照と編集がクライアント端末から行え、施設台帳情報の外部漏洩を抑止できる。
【0009】
また、本発明のデータベース情報の遠隔制御方法は、各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバにより、前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手順と、前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手順とが行われることを特徴とする。
これにより、データベース内の実体データを流通させることなく、クライアント端末からデータベース内の情報を操作(参照、編集、加工など)することができ、実体データの漏洩の問題が生じない。また、図形情報や文字情報などを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。さらに、クライアント端末側における処理の仕組みとプログラムの単純化が図れる。
【0010】
また、本発明のデータベース情報の遠隔制御方法は、CADデータ及び文書データを保存するデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存されたCADデータ及び文書データをクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバにより、クライアントの端末からの要求に応じて、操作対象となるオブジェクトを選択するための指標となる画像データと、該画像中のオブジェクト単位で実行可能なスクリプトのリストを送信し、クライアントの端末のWebブラウザに表示させるための画像及びスクリプトリスト送信手順と、クライアント端末のWebブラウザ画面上で選択されたオブジェクトと該オブジェクトに対して実行指定されたスクリプトの情報を受信するためのスクリプト情報受信手順と、前記選択されたオブジェクトと実行指定されたスクリプトの情報を解釈し、データベース内のCADデータ及び文書データを操作するための手順とが行われることを特徴とする。
これにより、CADデータなどの実体データを流通させることなく、クライアント端末からデータベース内のCADデータや文書データを操作(参照、編集、加工など)することができ、実体データの漏洩の問題が生じない。また、スクリプトによる動的なデータベースの編集/画面制御が行える。また、サーバ内にスクリプトコマンドインタプリタを実装することにより、スクリプトによる制御内容の変更が容易かつ迅速に行える。さらに、図形情報や文字情報などを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。
【0011】
また、本発明のコンピュータ読み取り可能な記録媒体は、各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバ内のコンピュータに、前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手順と、前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手順とを実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体である。
【0012】
また、本発明のコンピュータプログラムは、各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバ内のコンピュータに、前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手順と、前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手順とを実行させるためのプログラムである。
【0013】
【発明の実施の形態】
次に本発明の実施の形態例について図面を参照して説明する。
【0014】
[本発明の概念と基本構成の説明]
図1は、本発明によるデータベース情報の遠隔制御システムの基本概念を説明するための図である。図1において、情報提供者10のサーバ11には、図形情報12および文字情報13がデータベースに保存されると共に、エージェント(Agent)14の機能が実装される。エージェント14は、クライアント20の端末21から送信されるリスト形式の命令を自律的に解釈し、図形情報12および文字情報13の編集、加工などを行う機能を有している。
【0015】
図1に示すシステムでは、以下のようにして、図形情報12や文字情報13の加工と編集等を行う。
▲1▼クライアント20側では、クライアント端末21により、図形編集、画面制御、データベース操作等を指示するリスト(エージェント14で実行可能な命令のリスト)を選択し、「リスト選択命令」を作成し、サーバ11のエージェント14に向けて送信する。
▲2▼エージェント14は、「リスト選択命令」を受信し、受信したリストを解釈して、図形情報12および文字情報13の編集や加工などを行う。
【0016】
このように、本発明のデータベース情報の遠隔制御システムにおいては、サーバ11からクライアント端末21に実体データを送信することなく、クライアント端末21から送信されるリスト命令により、サーバ11内の図形情報12、文字情報13の編集・加工を行うことにより、従来例と比較して、以下のような効果を得ることができる。
・インタフェースの単純化
図形情報や文字情報など異なる形式のデータを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。
・実体データの流通がなく、漏洩の問題が生じない。
・クライアント端末21側での実体データの表示と加工を行うための処理の仕組(専用プログラムなど)が必要なくなり、処理及びプログラムが簡素化できる。
【0017】
また、図2は、本発明によるデータベース情報の遠隔制御システムの基本構成と動作を説明するための図であり、図1に示す基本概念図をより具体的に示したものであり、図1で使用した「リストによる命令」を「スクリプト言語による命令」とし、「エージェント」の機能を「スクリプトコマンドインタプリタ」で実現する例である。
【0018】
図2においては、以下のようにして、図面等の編集を行う。
▲1▼図面参照・更新の要求
クライアント端末40側のWebブラウザからサーバ30に対して、データベース31に保存されたCAD図面などの図面(ベクトル情報図面)32に対する「図面参照・更新の要求」を送信する。
【0019】
▲2▼画像作成データ・スクリプトリスト送信
サーバ30からクライアント端末40のWebブラウザに対して、「画像作成情報」及び「図形の編集加工用のオブジェクト単位のスクリプトリスト」が送信される。クライアント端末40のWebブラウザには、画像41が表示される。なお、サーバ30からクライアント端末40に送信される「画像作成情報」は、図面32の実体データ(ベクトル情報)ではなく、単にオブジェクトを特定するためのインデックスとなるラスタ画像41の情報である。
【0020】
▲3▼編集ターゲットの指定・確認
Webブラウザ画面上で、編集する図形(オブジェクト)をターゲット指定すると、オブジェクト単位の実行可能なスクリプトリスト42が表示される。このスクリプトリストから所望のスクリプトを選択し、以下に示すような図面の編集・加工などを行う。
・図形編集(追加・削除)
・図形の座標変換/移動
・データベース編集
・ファイル出力/送信
【0021】
▲4▼選択・実行命令送信
クライアント端末40からサーバ30に、スクリプトリスト42から選択されたスクリプトを送信し、該スクリプトを実行するように命令する。
【0022】
▲5▼スクリプトの実行による図面編集等
サーバ30では、クライアント端末40から受信したスクリプトリストの内容をスクリプトコマンドインタプリタ33により解釈し、選択されたスクリプトを実行して図面32の編集や加工を行う。
【0023】
▲6▼スクリプト実行結果の送信
サーバ30内のスクリプトコマンドインタプリタ33によりスクリプトが実行されると、その実行結果がクライアント端末40に送信される。結果のレポートや、データベースの制御結果(編集や加工結果など)の情報が送信される。
【0024】
このように、サーバ30からクライアント端末40側に図面32の実体データを送信することなく、クライアント端末40側で選択されたスクリプトによる命令を受信して、データベース31内の図面32の編集、加工などを行うことにより、従来例と比較して、以下のような効果を得ることができる。
・サーバ30とクライアント端末40間で実体データを流通させることなく、図面及びデータベースの参照と編集等が行える。これにより、実体データの漏洩の問題が生じない。
・スクリプトによる動的なデータベースの編集や画面制御が行える。
・サーバ30内にスクリプトコマンドインタプリタ33を実装することにより、スクリプトによる制御内容の変更が容易かつ迅速に行える。
【0025】
以上、本発明のデータベース情報の遠隔制御システムの基本構成とその動作にについて説明したが、次に、より具体的な例について説明する。
【0026】
[ファシリティマネジメントシステムへの応用例]
本発明によるデータベース情報の遠隔制御システムをファシリティマネジメント(Facility Management)システムに適用する場合の例について説明する。
1.はじめに
施設台帳情報は施設に関する様々な個別情報の集合体であり、ファシリティマネジメントにおいて、施設の状況を現す最も基本的かつ重要な情報である。ファシリティマネジメントの本格的な導入・運用に際しては、これらの施設台帳情報を常に最新の状況に維持するとともに、目的に応じて情報を加工し、レポートやポートフェリオ(以下、単に「レポート等」ともいう)として参照が可能となる環境の実現が必要となる。
本例では、ネットワーク環境下における施設台帳情報の広域共有を目的とした施設台帳管理システム(ファシリティマネジメントシステム)において、目的に応じた自由度の高いレポート等の作成・参照を実現するシステムの例を示すものである。勿論、施設台帳情報の編集や加工についても同様に行うことができる。
【0027】
2.ネットワーク環境における施設台帳情報の共有と活用
施設台帳情報は図面、画像、データベース情報等の様々な情報により構成されており、内容も土地、建物、設備等の現状を現すものから、点検スケジュール、施設運営費、工事履歴情報等、多岐に渡っている。ファシリティマネジメントにおける施設台帳情報の利用は、個別情報の維持管理及び利用と、複数の情報を統合し加工した施設評価での利用に大別される。特に、施設運営の経営的な判断、総合的な評価を行う際に複数の情報を横断的に利用したレポート等は重要な位置を占める。
また、本例のシステムは、施設台帳情報をネットワーク環境において、台帳情報の提供側と台帳情報参照側で共有するという視点から、スタンドアロンの施設台帳管理システムであるCAFM(Computer Aided Facility Management )型システムで構築・維持管理する施設台帳情報を、ネットワーク環境で複数の利用者側が共有・参照することを目的とし、Web型システムのWeb機能により施設台帳情報を共有するシステムの例である。また、本例のシステムにおいては、提供側が施設台帳情報の品質を保証することで、参照側におけるWebブラウザの簡易なインタフェースによる台帳情報参照方法を実現している。
また、Web型システムにおいて施設台帳情報を基にしたレポート等の作成・参照を行う場合、予め個別の作成ロジックを定義しておき、これを実行することで目的のレポート等を参照することが可能である。しかし、ファシリティマネジメントの施設評価手法は施設の種類や運用形態、対象業務領域ごとに異なるため、固定的なロジックを個別に定義するには限界がある。また、評価手法の変更やレポート等の様式変更に対する即応性が低い。
また、シミュレーション結果を基にしたレポート等の作成を行う際に、施設台帳情報の変更を必要とする場合がある。この時、Webブラウザの基本的なユーザインタフェースを利用するWeb型システムでは、Webブラウザの機能を利用することで、文字・数値情報の変更が可能である。しかし、図形情報については、図面データをクリッカブルマップと画像データに変換し、Webブラウザで表示する方法を取っているため、図面内のオブジェクトの差し替え等、動的な変更が困難となっている。 これらの問題を解決するためには、Web型システムの基本機能を汎用的に組み合わせ、クライアント側から実行する環境の実現が必要となる。そこで、本例のシステムでは、簡易言語を用いたサーバプログラムの制御を可能とする、スクリプトコマンドインタプリタを用いたシステムを実現している。
【0028】
3.システム構成
図3は、本発明によるデータベース情報の遠隔制御システムをファシリティマネジメントシステムに適用した例を示す図である。
図3に示すシステムにおいては、施設台帳情報提供者側50は、Web型システム51とCAFM型システム70で構成される。そして、CAFM型システム70で構築・維持管理される施設台帳情報53が、Web型システム51のデータベース52に保存される。また、Webサーバ60と、台帳情報参照側80のクライアント81の端末82と、各施設の使用者、管理者90の端末91とが通信ネットワーク1を介して接続される。
【0029】
また、Webサーバ60には、ユーザ認証機能61、メニュー表示制御機能62、各種データの検索/参照機能63、実行メニュー制御機能64が実装される。またさらに、Webサーバ60には、CAFM型システム70に実装されたインタプリタと共通の言語仕様を持つスクリプトコマンドインタプリタ65、レポート等出力機能66が実装される。
・ユーザ認証機能61
施設台帳情報53を利用するクライアント81や、各施設の使用者、管理者90の正当性を認証するための機能である。
・メニュー表示制御機能62
図面(インデックスとなるラスタ画像)や、オブジェクト単位で実行可能なスクリプトを、クライアント81の端末82のWebブラウザに表示させるための機能である。
・各種データの参照/検索機能63
データベース52中の施設台帳情報53の各種データの検索/参照機能である。
・実行メニュー制御機能64
図面内のターゲットとなる図形シンボル(オブジェクト)の指定や、データベースのレコード単位での実行可能なスクリプトを設定する機能であり、また、レポート等の参照権限設定を行うための機能である。
・スクリプトコマンドインタプリタ65
DB検索、図面内の図形シンボルの差し替え、図面データの呼び出しと保存、情報の外部出力等の個別コマンドを用意し、CAFM型システム70が持っている個別機能と同様の処理を、Webサーバ60で実行する機能である。なお、CAFM型システム70と共通の言語仕様とし、スクリプトソースの共有が図られている。
・レポート等出力機能66
CAFM型システム70のインタプリタでは、スクリプトの実行によって、画面または外部ファイルへ情報の出力を行う。Webサーバ60でこの機能を実現するにあたり、ファイル出力機能によって出力された情報を加工する機能が付加されている。Webサーバ60から出力される各種の情報はこの機能により予め設定されたフォーマットに従って整形され、クライアント81の端末82のWebブラウザに転送される。
【0030】
これらの機能を組み合わせることにより、Webブラウザを基本的なインタフェースとした、汎用的かつ自由度の高いレポート等の参照環境を実現することができる。
【0031】
また、図4は、レポート等作成の処理手順について説明するための図であり、以下、その処理の流れについて説明する。
(1)クライアント端末82のWebブラウザに表示された画面(ラスタ画面)内からターゲットとなる図形シンボル(オブジェクト)を選択する(ステップS1)。
(2)Webサーバ60からクライアントが選択した図形シンボル(オブジェクト)に対して実行可能なスクリプトのメニュー情報が送信され、Webブラウザに表示される(ステップS2、S3)。
(3)Webブラウザに表示された実行可能なスクリプトから「レポート作成」を指定(選択)して、Webサーバ60に送信する(ステップS3、S4)。
(4)Webサーバ60中のスクリプトコマンドインタプリタ65は、クライアント端末82から受信したスクリプトを、スクリプトファイル67を参照して解釈して実行する(ステップS5)。
(5)スクリプトコマンドインタプリタ65は、施設台帳情報53内の情報の検索・加工等を行い(ステップS6)、その結果をレポート等出力機能66に出力する(ステップS7)。
(6)レポート等出力機能66は、スクリプトコマンドインタプリタ65から受信したデータを予め設定されたフォーマットに従って整形し、クライアント端末82に送信する(ステップS8、S9)。
【0032】
4.データベース遠隔制御の画面例
また、図5から図8は、ファシリティマネジメントシステムにおけるデータベース遠隔制御の画面例(Webブラウザの画面)を示す図である。
▲1▼図5に例示するWebブラウザの画面により、Web型システム51に設備されたデータベース52に対して検索を実行する。図5に示す画面例は、「施設管理用画面」を表示して検索を実行する画面の例である。
▲2▼Webサーバ60よりデータベース52の検索の結果が返信され、図6に例示する画面が表示される。この画面上で例えば、○で囲まれる部分をクリックする。
▲3▼図7に例示する画面(ラスタ画像によるインデックス化された画面)が表示される。表示される画像はクリッカブルマップ化(ラスタ画像+座標情報のみ)された画像である。また、左フレームに選択座標に関連する情報のインデックスが表示される。また、この画面上で左フレームの最下段に表示される「スクリプト」の欄が、実行可能な遠隔制御機能であり、例として「表示変更」を選択する。
▲4▼「表示変更」のスクリプトが実行されて、図8に例示する画面が表示される。
【0033】
以上、本発明の実施の形態について説明したが、図1に示すサーバ11内のエージェント14の機能、図2に示すサーバ30内のスクリプトコマンドインタプリタ33の機能、及び図3に示すサーバ60内の各処理機能61乃至66を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより必要な処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
【0034】
また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)を含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可般媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。
さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの(伝送媒体ないしは伝送波)、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含むものとする。
また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
【0035】
また、本発明によるデータベース情報の遠隔制御システムは、上述の図示例にのみ限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。
【0036】
【発明の効果】
以上説明したように、本発明のデータベース情報の遠隔制御システムのサーバ、及びデータベース情報の遠隔制御方法においては、サーバのデータベースに保存された各種の情報をクライアントの端末からの要求により操作(参照、編集、加工など)する場合に、クライアントの端末からデータベース内の情報を操作するための命令をリスト形式の情報として受信し、受信したリスト形式の情報を解釈してデータベース内の情報を操作するようにしたので、これにより、データベース内の実体データを流通させることなく、クライアント端末からデータベース内の情報を操作(参照、編集、加工など)することができ、実体データの漏洩の問題が生じない。また、図形情報や文字情報などを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。さらに、クライアント端末側における処理の仕組みとプログラムの単純化が図れる。
【0037】
また、本発明のデータベース情報の遠隔制御システムのサーバ、及びデータベース情報の遠隔制御方法においては、クライアントの端末からの要求により、操作対象となるオブジェクトを選択するためのラスタ画像データと、オブジェクト単位で実行可能なスクリプトリストを送信し、クライアント端末のWebブラウザに表示させる。そして、クライアント端末のWebブラウザ画面上で選択されたオブジェクトと実行指定されたスクリプトの情報を受信し、スクリプトコマンドインタプリタにより、データベース内のCADデータ及び文書データを操作(編集、加工)する。
これにより、CADデータなどの実体データを流通させることなく、クライアント端末からデータベース内のCADデータや文書データを操作(参照、編集、加工など)することができ、実体データの漏洩の問題が生じない。また、スクリプトによる動的なデータベースの編集/画面制御が行える。また、サーバ内にスクリプトコマンドインタプリタを実装することにより、スクリプトによる制御内容の変更が容易かつ迅速に行える。さらに、図形情報や文字情報などを個別に取り扱うためのインタフェースを作成する必要がなく、インタフェースを簡易化できる。
【0038】
また、本発明のデータベース情報の遠隔制御システムのサーバは、前記CADデータ及び文書データが、ファシリティマネジメントシステムにおける施設台帳情報であるようにしたので、これにより、施設台帳情報の実体データを流通させることなく、施設に関する図面などの参照と編集がクライアント端末から行え、施設台帳情報の外部漏洩を抑止できる。
【図面の簡単な説明】
【図1】本発明によるデータベース情報の遠隔制御システムの基本概念を説明するための図である。
【図2】本発明によるデータベース情報の遠隔制御システムの基本構成と動作を説明するための図である。
【図3】本発明によるデータベース情報の遠隔制御システムをファシリティマネジメントシステムに適用した例を示す図である。
【図4】レポート等作成の処理手順について説明するための図である。
【図5】データベース遠隔制御の画面例その1を示す図である。
【図6】データベース遠隔制御の画面例その2を示す図である。
【図7】データベース遠隔制御の画面例その3を示す図である。
【図8】データベース遠隔制御の画面例その4を示す図である。
【図9】従来のWeb機能を用いたデータベースの遠隔制御システムの概念を説明するための図である。
【符号の説明】
1 通信ネットワーク
10 情報提供者
11 サーバ
12 図形情報
13 文字情報
14 エージェント
20 クライアント
21 クライアント端末
30 サーバ
31 データベース
32 図面(ベクトル情報)
33 スクリプトコマンドインタプリタ
40 クライアント端末
41 画像(ラスタ画像)
42 スクリプトリスト
50 施設台帳情報提供者側
51 Web型システム
52 データベース
53 施設台帳情報
60 Webサーバ
70 CAFM型システム
80 施設台帳情報参照側
81 クライアント
82 クライアント端末
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a server of a database information remote control system and a database information remote control method.
[0002]
[Prior art]
In recent years, like a facility management (Facility Management) system that operates and manages facilities, graphic information and text information stored in a database are shared between a provider and a user in a network environment. In many cases, information stored in a database is remotely controlled (referred to, edited, processed, and the like) using a Web function.
[0003]
FIG. 9 is a diagram for explaining the concept of a conventional database remote control system using a Web function.
In FIG. 9, a server 101 of an information provider 100 stores graphic information 102 such as CAD (Computer Aided Design) data and character information 103 such as a form and a document. When processing or editing the graphic information 102 or the character information 103 stored in 101, it is performed as follows.
{Circle around (1)} In response to a request from the client terminal 111, the server 101 transmits the entity data (for example, vector information of a CAD drawing) of the graphic information 102 and the character information 103 to be processed or edited via the communication network 104 to the client. Transmit to terminal 111.
(2) The client terminal 111 uses the dedicated software to display the received entity data on the screen, and edit and process the graphic information 112 and the character information 113.
{Circle around (3)} The client 110 transmits the entity data of the edited and processed graphic information 112 and character information 113 from the client terminal 111 to the server 101, and the server 101 stores the received data.
In this manner, the graphic information 102 and the character information 103 stored in the server 101 are shared between the information provider 100 and the client 110 under a network environment.
[0004]
[Problems to be solved by the invention]
The above-described conventional remote control system for database information using the Web function has the following problems.
Interface restrictions
There is a problem of interface restrictions such as the need to create an interface for individually handling data of different formats such as graphic information and character information.
・ Leakage due to distribution of entity data
By distributing the entity data over a communication network such as the Internet, there is a problem of security reduction such as leakage of the entity data.
・ Processing mechanism on client side, program complexity
A processing mechanism (such as dedicated software) for displaying and processing the entity data on the client side is required, and the processing and the program are complicated.
[0005]
The present invention has been made to solve such a problem, and an object of the present invention is to provide a server of a database information remote control system which can solve the problems of a conventional database information remote control system using a Web function. And a remote control method for database information.
[0006]
[Means for Solving the Problems]
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and a server of a remote control system for database information of the present invention comprises a server having a database in which various types of information are stored, and a client terminal connected via a communication network. The server in the remote control system for database information that is connected to and operates the information stored in the database from a client terminal, wherein the command for operating the information in the database is listed from the client terminal in a list format. And a list command executing means for interpreting the received list format information and operating the information in the database.
Thus, information in the database can be operated (referred to, edited, processed, etc.) from the client terminal without distributing the actual data in the database, and there is no problem of leakage of the actual data. Further, there is no need to create an interface for individually handling graphic information, character information, and the like, and the interface can be simplified. Further, the processing mechanism and the program on the client terminal side can be simplified.
[0007]
The server of the database information remote control system according to the present invention includes a server having a database for storing CAD data and document data, and a client terminal connected via a communication network. The server in the remote control system for database information that operates document data from a client terminal, the image data serving as an index for selecting an object to be operated in response to a request from the client terminal; Image and script list transmitting means for transmitting a list of executable scripts for each object in the image and displaying the list on a Web browser of a client terminal, an object selected on a Web browser screen of the client terminal, and the object To Script information receiving means for receiving the information of the script designated for execution and interpreting the information of the selected object and the script designated for execution, and operating the CAD data and the document data in the database. Script command interpreter means. Thereby, the CAD data and the document data in the database can be operated (referred, edited, processed, etc.) from the client terminal without distributing the actual data such as the CAD data, and the problem of the leakage of the actual data does not occur. . Further, dynamic database editing / screen control can be performed by a script. Further, by implementing the script command interpreter in the server, the control contents can be easily and quickly changed by the script. Furthermore, there is no need to create an interface for individually handling graphic information, character information, and the like, and the interface can be simplified.
[0008]
The server of the database information remote control system according to the present invention is characterized in that the CAD data and the document data are facility ledger information in a facility management system for managing facilities including buildings.
Thereby, without distributing the entity data of the facility ledger information, it is possible to refer to and edit the drawings related to the facility from the client terminal, thereby suppressing leakage of the facility ledger information to the outside.
[0009]
Further, in the remote control method for database information of the present invention, a server having a database in which various information is stored and a client terminal are connected via a communication network, and the information stored in the database is transmitted from the client terminal. A list command receiving procedure for receiving, from the terminal of the client, a command for operating information in the database as information in the form of a list by the server in the remote control system for operating database information; And a list command execution procedure for manipulating the information in the database.
Thus, information in the database can be operated (referred to, edited, processed, etc.) from the client terminal without distributing the actual data in the database, and there is no problem of leakage of the actual data. Further, there is no need to create an interface for individually handling graphic information, character information, and the like, and the interface can be simplified. Further, the processing mechanism and the program on the client terminal side can be simplified.
[0010]
Further, in the method for remotely controlling database information according to the present invention, a server having a database for storing CAD data and document data is connected to a client terminal via a communication network, and the CAD data and document data stored in the database are stored. The server in the database information remote control system for operating the client terminal from the client terminal, in response to a request from the client terminal, image data serving as an index for selecting an object to be operated, and an object in the image Transmitting a list of executable scripts in units and transmitting an image and script list to be displayed on a Web browser of a client terminal, and executing an object selected on the Web browser screen of the client terminal and the object Designation A script information receiving procedure for receiving the information of the selected script and a procedure for interpreting the information of the selected object and the script specified to be executed and operating the CAD data and the document data in the database. It is characterized by being performed.
Thereby, the CAD data and the document data in the database can be operated (referred, edited, processed, etc.) from the client terminal without distributing the actual data such as the CAD data, and the problem of the leakage of the actual data does not occur. . Further, dynamic database editing / screen control can be performed by a script. Further, by implementing the script command interpreter in the server, the control contents can be easily and quickly changed by the script. Furthermore, there is no need to create an interface for individually handling graphic information, character information, and the like, and the interface can be simplified.
[0011]
Further, the computer-readable recording medium of the present invention is configured such that a server having a database in which various information is stored and a client terminal are connected via a communication network, and the information stored in the database is transmitted from the client terminal. A list command receiving procedure for receiving, from the client terminal, a command for operating the information in the database as information in the form of a list, to the computer in the server in the remote control system for the database information to be operated; A computer-readable recording medium that stores a program for interpreting the information in a list format and executing a list instruction execution procedure for operating information in a database.
[0012]
Also, the computer program of the present invention is a database information for connecting a server having a database in which various information is stored and a client terminal via a communication network, and operating the information stored in the database from the client terminal. A computer in the server in the remote control system of the above, from a terminal of the client, a list command receiving procedure for receiving a command for operating information in a database as list format information, A program for interpreting information and executing a list command execution procedure for operating information in the database.
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0014]
[Description of Concept and Basic Configuration of the Present Invention]
FIG. 1 is a diagram for explaining the basic concept of a database information remote control system according to the present invention. In FIG. 1, a server 11 of an information provider 10 stores graphic information 12 and character information 13 in a database, and implements a function of an agent 14. The agent 14 has a function of autonomously interpreting a list-format command transmitted from the terminal 21 of the client 20, and editing and processing the graphic information 12 and the character information 13.
[0015]
The system shown in FIG. 1 processes and edits the graphic information 12 and the character information 13 in the following manner.
{Circle around (1)} On the client 20 side, the client terminal 21 selects a list (a list of instructions executable by the agent 14) for instructing graphic editing, screen control, database operation, etc., and creates a “list selection instruction”. It is transmitted to the agent 14 of the server 11.
{Circle around (2)} The agent 14 receives the “list selection command”, interprets the received list, and edits or processes the graphic information 12 and the character information 13.
[0016]
As described above, in the database information remote control system of the present invention, the graphic information 12 in the server 11 is transmitted by the list command transmitted from the client terminal 21 without transmitting the entity data from the server 11 to the client terminal 21. By editing and processing the character information 13, the following effects can be obtained as compared with the conventional example.
・ Simplification of interface
There is no need to create an interface for individually handling data of different formats such as graphic information and character information, and the interface can be simplified.
-There is no distribution of entity data and no problem of leakage occurs.
A mechanism for processing (displaying a dedicated program) for displaying and processing the entity data on the client terminal 21 side is not required, and the processing and the program can be simplified.
[0017]
FIG. 2 is a diagram for explaining the basic configuration and operation of the remote control system for database information according to the present invention, and more specifically shows the basic conceptual diagram shown in FIG. This is an example in which the used “command by list” is “command by script language” and the function of “agent” is realized by a “script command interpreter”.
[0018]
In FIG. 2, editing of a drawing or the like is performed as follows.
(1) Request for drawing reference / update
A “drawing reference / update request” for a drawing (vector information drawing) 32 such as a CAD drawing stored in the database 31 is transmitted from the Web browser on the client terminal 40 side to the server 30.
[0019]
(2) Send image creation data / script list
The “image creation information” and the “script list in object units for editing and processing graphics” are transmitted from the server 30 to the Web browser of the client terminal 40. The image 41 is displayed on the Web browser of the client terminal 40. Note that the “image creation information” transmitted from the server 30 to the client terminal 40 is not the entity data (vector information) of the drawing 32 but information of the raster image 41 which is merely an index for specifying an object.
[0020]
(3) Designation and confirmation of edit target
When a target figure (object) to be edited is specified on the Web browser screen, an executable script list 42 for each object is displayed. A desired script is selected from the script list, and editing and processing of drawings as described below are performed.
・ Figure editing (addition / deletion)
.Coordinate transformation / movement of figures
・ Database editing
・ File output / transmission
[0021]
(4) Select / Execute command transmission
The script selected from the script list 42 is transmitted from the client terminal 40 to the server 30, and an instruction is issued to execute the script.
[0022]
(5) Drawing editing by script execution, etc.
In the server 30, the contents of the script list received from the client terminal 40 are interpreted by the script command interpreter 33, and the selected script is executed to edit or process the drawing 32.
[0023]
(6) Transmission of script execution results
When the script is executed by the script command interpreter 33 in the server 30, the execution result is transmitted to the client terminal 40. The result report and information on the database control results (editing and processing results, etc.) are transmitted.
[0024]
As described above, without transmitting the entity data of the drawing 32 from the server 30 to the client terminal 40, the command based on the script selected on the client terminal 40 is received, and the drawing 32 in the database 31 is edited and processed. By performing the above, the following effects can be obtained as compared with the conventional example.
Reference and editing of drawings and databases can be performed without distributing entity data between the server 30 and the client terminal 40. Thus, there is no problem of leakage of the entity data.
・ Dynamic database editing and screen control using scripts.
-By mounting the script command interpreter 33 in the server 30, the control content can be easily and quickly changed by the script.
[0025]
The basic configuration and operation of the database information remote control system of the present invention have been described above. Next, a more specific example will be described.
[0026]
[Application example to facility management system]
An example in which the remote control system for database information according to the present invention is applied to a facility management system will be described.
1. INTRODUCTION
The facility ledger information is an aggregate of various individual information related to the facility, and is the most basic and important information indicating the status of the facility in the facility management. During full-scale introduction and operation of facility management, the facility ledger information is always kept up-to-date, and the information is processed according to the purpose, and reports and port ferrios (hereinafter also referred to simply as “reports, etc.”) ), It is necessary to realize an environment that allows reference.
In this example, in a facility ledger management system (facility management system) for sharing facility ledger information in a wide area in a network environment, an example of a system that realizes creation and reference of a report or the like with a high degree of freedom according to the purpose. It is shown. Of course, the editing and processing of the facility ledger information can be similarly performed.
[0027]
2. Sharing and utilizing facility ledger information in a network environment
The facility ledger information is composed of various information such as drawings, images, database information, etc., and the contents range from those that show the current status of land, buildings, facilities, etc., to inspection schedules, facility operation costs, construction history information, etc. Crossing. The use of facility ledger information in facility management is broadly divided into the maintenance and use of individual information, and the use of facility information by integrating and processing multiple pieces of information. In particular, reports and the like that utilize multiple pieces of information in making management decisions and comprehensive evaluations of facility management occupy an important position.
Further, the system of this example is a stand-alone facility ledger management system CAFM (Computer Aided Facility Management) type system from the viewpoint of sharing the facility ledger information between the ledger information providing side and the ledger information reference side in a network environment. This is an example of a system in which a plurality of users share and refer to the facility ledger information constructed and maintained in the network environment by using a Web function of a Web-type system. Further, in the system of this example, the provider side guarantees the quality of the facility ledger information, thereby realizing a ledger information reference method using a simple interface of the Web browser on the reference side.
Also, when creating and referring to a report or the like based on facility ledger information in a Web-type system, it is possible to define an individual creation logic in advance and execute this to refer to a target report or the like. It is. However, facility evaluation methods of facility management differ depending on the type of facility, operation mode, and target business area, and there is a limit in defining fixed logic individually. In addition, responsiveness to changes in evaluation methods and changes in forms such as reports is low.
Further, when creating a report or the like based on the simulation result, it may be necessary to change the facility ledger information. At this time, in a Web system using a basic user interface of the Web browser, it is possible to change the character / numerical information by using the function of the Web browser. However, as for the graphic information, a method of converting drawing data into clickable maps and image data and displaying the converted data on a Web browser is used, so that it is difficult to dynamically change, for example, replacing objects in the drawing. In order to solve these problems, it is necessary to combine the basic functions of the Web system in a versatile manner and realize an environment that is executed from the client side. Therefore, the system of the present example realizes a system using a script command interpreter that enables control of a server program using a simple language.
[0028]
3. System configuration
FIG. 3 is a diagram showing an example in which a remote control system for database information according to the present invention is applied to a facility management system.
In the system shown in FIG. 3, the facility ledger information provider 50 includes a Web system 51 and a CAFM system 70. Then, the facility ledger information 53 constructed and maintained by the CAFM type system 70 is stored in the database 52 of the Web type system 51. Further, the Web server 60, the terminal 82 of the client 81 of the ledger information reference side 80, and the user 91 of each facility and the terminal 91 of the manager 90 are connected via the communication network 1.
[0029]
The Web server 60 has a user authentication function 61, a menu display control function 62, a search / reference function 63 for various data, and an execution menu control function 64. Further, the Web server 60 is provided with a script command interpreter 65 having a language specification common to the interpreter mounted on the CAFM type system 70 and an output function 66 such as a report.
User authentication function 61
This is a function for authenticating the validity of the client 81 using the facility ledger information 53, the user of each facility, and the administrator 90.
・ Menu display control function 62
This is a function for displaying a drawing (a raster image serving as an index) or a script executable for each object on the Web browser of the terminal 82 of the client 81.
-Various data reference / search function 63
This is a search / reference function for various data of the facility ledger information 53 in the database 52.
.Execution menu control function 64
This is a function for designating a graphic symbol (object) to be a target in a drawing, setting an executable script for each record of a database, and setting a reference authority for a report or the like.
Script command interpreter 65
Individual commands such as DB search, replacement of graphic symbols in drawings, calling and storage of drawing data, external output of information, etc. are prepared, and processing similar to the individual functions of the CAFM type system 70 is performed by the Web server 60. The function to perform. Note that the script specifications are shared with the CAFM type system 70, and the script source is shared.
Report output function 66
The interpreter of the CAFM type system 70 outputs information to a screen or an external file by executing a script. In realizing this function in the Web server 60, a function of processing information output by the file output function is added. Various types of information output from the Web server 60 are formatted by this function according to a preset format, and transferred to the Web browser of the terminal 82 of the client 81.
[0030]
By combining these functions, a general-purpose and highly flexible reference environment for reports and the like using a Web browser as a basic interface can be realized.
[0031]
FIG. 4 is a diagram for explaining a processing procedure for creating a report or the like, and a flow of the processing will be described below.
(1) A target graphic symbol (object) is selected from a screen (raster screen) displayed on the Web browser of the client terminal 82 (step S1).
(2) Menu information of a script executable for the graphic symbol (object) selected by the client is transmitted from the Web server 60 and displayed on the Web browser (steps S2 and S3).
(3) “Report creation” is designated (selected) from the executable script displayed on the Web browser and transmitted to the Web server 60 (Steps S3 and S4).
(4) The script command interpreter 65 in the Web server 60 interprets the script received from the client terminal 82 with reference to the script file 67 and executes the script (step S5).
(5) The script command interpreter 65 searches and processes information in the facility ledger information 53 (step S6), and outputs the result to the report output function 66 (step S7).
(6) The report etc. output function 66 shapes the data received from the script command interpreter 65 according to a preset format, and sends it to the client terminal 82 (steps S8, S9).
[0032]
4. Screen example of database remote control
FIG. 5 to FIG. 8 are diagrams showing screen examples of the database remote control (Web browser screen) in the facility management system.
{Circle around (1)} A search is executed on a database 52 provided in the Web-type system 51 on the screen of the Web browser illustrated in FIG. The screen example shown in FIG. 5 is an example of a screen for displaying a “facility management screen” and executing a search.
(2) The result of the search of the database 52 is returned from the Web server 60, and a screen illustrated in FIG. 6 is displayed. On this screen, for example, a part surrounded by a circle is clicked.
(3) The screen illustrated in FIG. 7 (the screen indexed by the raster image) is displayed. The displayed image is a clickable map (only raster image + coordinate information) image. In addition, an index of information related to the selected coordinates is displayed in the left frame. The "script" field displayed at the bottom of the left frame on this screen is an executable remote control function, and "display change" is selected as an example.
(4) The “display change” script is executed, and the screen illustrated in FIG. 8 is displayed.
[0033]
The embodiment of the present invention has been described above. The function of the agent 14 in the server 11 shown in FIG. 1, the function of the script command interpreter 33 in the server 30 shown in FIG. 2, and the function of the server 60 shown in FIG. Even if a program for realizing each of the processing functions 61 to 66 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into a computer system and executed, necessary processing is performed. Good. Here, the “computer system” includes an OS and hardware such as peripheral devices.
[0034]
The “computer system” includes a homepage providing environment (or a display environment) if a WWW system is used.
The “computer-readable recording medium” refers to a general medium such as a flexible disk, a magneto-optical disk, a ROM, a CD-ROM, and a storage device such as a hard disk built in a computer system.
Further, a “computer-readable recording medium” refers to a communication line for transmitting a program via a network such as the Internet or a communication line such as a telephone line, which dynamically holds the program for a short time. In this case, a medium that stores a program for a certain period of time, such as a volatile memory in a computer system serving as a server or a client in that case, is also included.
Further, the above-mentioned program may be for realizing a part of the above-mentioned functions, and may be for realizing the above-mentioned functions in combination with a program already recorded in a computer system, that is, a so-called difference file (differential Program).
[0035]
Further, the remote control system for database information according to the present invention is not limited to the illustrated example described above, and it goes without saying that various changes can be made without departing from the spirit of the present invention.
[0036]
【The invention's effect】
As described above, in the server of the database information remote control system and the database information remote control method of the present invention, various types of information stored in the server database are operated (see, Editing, processing, etc.), a command for operating information in the database is received from the client terminal as list information, and the received information in the list format is interpreted to operate the information in the database. Accordingly, the information in the database can be operated (referred to, edited, processed, etc.) from the client terminal without distributing the actual data in the database, and the problem of the leakage of the actual data does not occur. Further, there is no need to create an interface for individually handling graphic information, character information, and the like, and the interface can be simplified. Further, the processing mechanism and the program on the client terminal side can be simplified.
[0037]
Further, in the server of the database information remote control system and the database information remote control method of the present invention, in response to a request from a client terminal, raster image data for selecting an object to be operated and object-by-object An executable script list is transmitted and displayed on the Web browser of the client terminal. Then, the information of the object selected on the Web browser screen of the client terminal and the script specified to be executed is received, and the script command interpreter operates (edits and processes) the CAD data and the document data in the database.
Thereby, the CAD data and the document data in the database can be operated (referred, edited, processed, etc.) from the client terminal without distributing the actual data such as the CAD data, and the problem of the leakage of the actual data does not occur. . Further, dynamic database editing / screen control can be performed by a script. Further, by implementing the script command interpreter in the server, the control contents can be easily and quickly changed by the script. Furthermore, there is no need to create an interface for individually handling graphic information, character information, and the like, and the interface can be simplified.
[0038]
Also, the server of the remote control system for database information of the present invention allows the CAD data and the document data to be facility ledger information in the facility management system, thereby distributing the entity data of the facility ledger information. In addition, it is possible to refer to and edit drawings related to the facility from the client terminal, thereby suppressing leakage of the facility ledger information to the outside.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining a basic concept of a database information remote control system according to the present invention.
FIG. 2 is a diagram for explaining the basic configuration and operation of a remote control system for database information according to the present invention.
FIG. 3 is a diagram showing an example in which a database information remote control system according to the present invention is applied to a facility management system.
FIG. 4 is a diagram for explaining a processing procedure for creating a report or the like;
FIG. 5 is a diagram showing a first example of a screen for database remote control.
FIG. 6 is a diagram showing a second screen example of the database remote control.
FIG. 7 is a diagram showing a third example of a screen for database remote control;
FIG. 8 is a diagram showing a fourth example of the screen of the database remote control.
FIG. 9 is a diagram for explaining the concept of a conventional database remote control system using a Web function.
[Explanation of symbols]
1 communication network
10 Information provider
11 Server
12 Graphic information
13 Character information
14 agents
20 clients
21 Client terminal
30 servers
31 Database
32 Drawing (vector information)
33 Script Command Interpreter
40 client terminals
41 images (raster images)
42 Script List
50 Facility ledger information provider side
51 Web type system
52 Database
53 Facility ledger information
60 Web server
70 CAFM type system
80 Facility ledger information reference side
81 clients
82 Client Terminal

Claims (7)

各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバであって、
前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手段と、
前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手段と
を具備することを特徴とするデータベース情報の遠隔制御システムのサーバ。
A server having a database in which various information is stored and a client terminal are connected via a communication network, and the server in the database information remote control system in which information stored in the database is operated from the client terminal. hand,
From the terminal of the client, a list command receiving means for receiving a command for operating information in the database as list information,
A server for a database information remote control system, comprising: a list command executing means for interpreting the received list format information and operating information in the database.
CADデータ及び文書データを保存するデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存されたCADデータ及び文書データをクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバであって、
クライアントの端末からの要求に応じて、操作対象となるオブジェクトを選択するための指標となる画像データと、該画像中のオブジェクト単位で実行可能なスクリプトのリストを送信し、クライアントの端末のWebブラウザに表示させるための画像及びスクリプトリスト送信手段と、
クライアント端末のWebブラウザ画面上で選択されたオブジェクトと該オブジェクトに対して実行指定されたスクリプトの情報を受信するためのスクリプト情報受信手段と、
前記選択されたオブジェクトと実行指定されたスクリプトの情報を解釈し、データベース内のCADデータ及び文書データを操作するためのスクリプトコマンドインタプリタ手段と
を具備することを特徴とするデータベース情報の遠隔制御システムのサーバ。
A server having a database for storing CAD data and document data and a client terminal are connected via a communication network, and a remote control system for database information for operating the CAD data and document data stored in the database from the client terminal The server according to, wherein
In response to a request from the client terminal, image data serving as an index for selecting an object to be operated and a list of scripts executable for each object in the image are transmitted, and the Web browser of the client terminal is transmitted. Image and script list transmitting means for displaying on the
Script information receiving means for receiving information on an object selected on the Web browser screen of the client terminal and a script designated to be executed on the object;
A script command interpreter for interpreting the information of the selected object and the script specified to be executed, and operating CAD data and document data in the database. server.
前記CADデータ及び文書データが、建物を含む施設の管理を行うためのファシリティマネジメントシステムにおける施設台帳情報であること
を特徴とする請求項2に記載のデータベース情報の遠隔制御システムのサーバ。
3. The server according to claim 2, wherein the CAD data and the document data are facility ledger information in a facility management system for managing facilities including buildings.
各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバにより、
前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手順と、
前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手順と
が行われることを特徴とするデータベース情報の遠隔制御方法。
A server having a database where various types of information are stored and a client terminal are connected via a communication network, and the server in the database information remote control system for operating the information stored in the database from the client terminal is provided by:
From the terminal of the client, a list command receiving procedure for receiving a command for operating information in the database as list information,
A method for interpreting the received list-format information and executing a list command execution procedure for operating information in the database.
CADデータ及び文書データを保存するデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存されたCADデータ及び文書データをクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバにより、
クライアントの端末からの要求に応じて、操作対象となるオブジェクトを選択するための指標となる画像データと、該画像中のオブジェクト単位で実行可能なスクリプトのリストを送信し、クライアントの端末のWebブラウザに表示させるための画像及びスクリプトリスト送信手順と、
クライアント端末のWebブラウザ画面上で選択されたオブジェクトと該オブジェクトに対して実行指定されたスクリプトの情報を受信するためのスクリプト情報受信手順と、
前記選択されたオブジェクトと実行指定されたスクリプトの情報を解釈し、データベース内のCADデータ及び文書データを操作するための手順と
が行われることを特徴とするデータベース情報の遠隔制御方法。
A server having a database for storing CAD data and document data and a client terminal are connected via a communication network, and a remote control system for database information for operating the CAD data and document data stored in the database from the client terminal By the server at
In response to a request from the client terminal, image data serving as an index for selecting an object to be operated and a list of scripts executable for each object in the image are transmitted, and the Web browser of the client terminal is transmitted. Image and script list transmission procedure to be displayed on the
A script information receiving procedure for receiving information on an object selected on the Web browser screen of the client terminal and a script specified to be executed on the object;
A method of interpreting the information of the selected object and the script specified to be executed, and performing a procedure for operating CAD data and document data in the database.
各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバ内のコンピュータに、
前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手順と、
前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手順と
を実行させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。
A server having a database in which various kinds of information are stored and a client terminal are connected via a communication network, and the information stored in the database is operated from the client terminal. On the computer,
From the terminal of the client, a list command receiving procedure for receiving a command for operating information in the database as list information,
A computer-readable recording medium storing a program for interpreting the received list-format information and executing a list command execution procedure for operating information in a database.
各種の情報が保存されるデータベースを有するサーバとクライアントの端末とが通信ネットワークを介して接続され、前記データベースに保存された情報をクライアントの端末から操作するデータベース情報の遠隔制御システムにおける前記サーバ内のコンピュータに、
前記クライアントの端末から、データベース内の情報を操作するための命令をリスト形式の情報として受信するためのリスト命令受信手順と、
前記受信したリスト形式の情報を解釈し、データベース内の情報を操作するためのリスト命令実行手順と
を実行させるためのプログラム。
A server having a database in which various kinds of information are stored and a client terminal are connected via a communication network, and the information stored in the database is operated from the client terminal. On the computer,
From the terminal of the client, a list command receiving procedure for receiving a command for operating information in the database as list information,
A program for interpreting the received list format information and executing a list command execution procedure for operating information in a database.
JP2002220366A 2002-07-29 2002-07-29 Server of remote control system of database information, and remote control method of database information Pending JP2004062541A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002220366A JP2004062541A (en) 2002-07-29 2002-07-29 Server of remote control system of database information, and remote control method of database information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002220366A JP2004062541A (en) 2002-07-29 2002-07-29 Server of remote control system of database information, and remote control method of database information

Publications (1)

Publication Number Publication Date
JP2004062541A true JP2004062541A (en) 2004-02-26

Family

ID=31941002

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002220366A Pending JP2004062541A (en) 2002-07-29 2002-07-29 Server of remote control system of database information, and remote control method of database information

Country Status (1)

Country Link
JP (1) JP2004062541A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008516338A (en) * 2004-10-07 2008-05-15 クオンティテイティブ アナリティクス、インク. Interpreting command scripts using local and extended storage for command indexing
CN115495807A (en) * 2022-09-26 2022-12-20 上海弘玑信息技术有限公司 Automatic drawing method and electronic equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008516338A (en) * 2004-10-07 2008-05-15 クオンティテイティブ アナリティクス、インク. Interpreting command scripts using local and extended storage for command indexing
JP2012150822A (en) * 2004-10-07 2012-08-09 Quantitative Analytics Inc Command script parsing using local and extended storage for command lookup
CN115495807A (en) * 2022-09-26 2022-12-20 上海弘玑信息技术有限公司 Automatic drawing method and electronic equipment
CN115495807B (en) * 2022-09-26 2024-05-10 上海弘玑信息技术有限公司 Automatic drawing method and electronic equipment

Similar Documents

Publication Publication Date Title
US10673932B2 (en) System and method for abstraction of objects for cross virtual universe deployment
US6466239B2 (en) Method and apparatus for editing data used in creating a three-dimensional virtual reality environment
US6552721B1 (en) Graphic data generating apparatus, graphic data generation method, and medium of the same
US6518989B1 (en) Graphic data generating apparatus, graphic data generation method, and medium of the same
US6401237B1 (en) Method and apparatus for editing data used in creating a three-dimensional virtual reality environment
US7023452B2 (en) Image generation system, image generating method, and storage medium storing image generation program
KR20110110333A (en) Interfacing with a spatial virtual cmmunication environment
US20220300145A1 (en) Media content planning system
US8140999B2 (en) Display process device and display process method
US6377255B1 (en) Pattern data generator, pattern data generating method and its medium
Wei et al. Design and implementation of interactive visual communication teaching system based on CAD technology
JP5708715B2 (en) Workflow management server, workflow management server control method, program, and recording medium
JP2004062541A (en) Server of remote control system of database information, and remote control method of database information
JPH04304567A (en) System processing picture
JP2002007651A (en) Workflow preparation system
JP3314905B2 (en) Screen information reference playback device
KR20090070932A (en) System and method for providing geographic information
JP2013228958A (en) Workflow system, control method for workflow system, program, and recording medium
KR101199575B1 (en) Remote design &amp; operation system and method thereof
JPH11219386A (en) Drafting device and recording medium
JPH0583253A (en) Network monitor system
US20220116446A1 (en) Information Processing System and Method of Controlling Information Processing System
JP2007213288A (en) Network system, data server, its operating method, and computer program
JP4338187B2 (en) Information processing method and apparatus
JP2004094639A (en) Poster management/manuscript entry server in three-dimensional chat virtual space and its method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050620

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050712

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050912

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051025

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20051226

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060207