JP2004362266A - Remote control method, server device, and virtual machine program - Google Patents

Remote control method, server device, and virtual machine program Download PDF

Info

Publication number
JP2004362266A
JP2004362266A JP2003159917A JP2003159917A JP2004362266A JP 2004362266 A JP2004362266 A JP 2004362266A JP 2003159917 A JP2003159917 A JP 2003159917A JP 2003159917 A JP2003159917 A JP 2003159917A JP 2004362266 A JP2004362266 A JP 2004362266A
Authority
JP
Japan
Prior art keywords
screen
control
web page
page description
description file
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.)
Granted
Application number
JP2003159917A
Other languages
Japanese (ja)
Other versions
JP4004993B2 (en
Inventor
Takashi Yamamoto
高士 山本
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.)
Toa Corp
Original Assignee
Toa 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 Toa Corp filed Critical Toa Corp
Priority to JP2003159917A priority Critical patent/JP4004993B2/en
Publication of JP2004362266A publication Critical patent/JP2004362266A/en
Application granted granted Critical
Publication of JP4004993B2 publication Critical patent/JP4004993B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a remote control method capable of shortening the starting time of a control screen, when executing a virtual machine program on a Web browser to switchingly display two or more control screens, operating a switching display of control screen on the control screen. <P>SOLUTION: Processing processes of control HTML files 21 and 22 are started by calling starting functions Fs1 and Fs2 in a main HTML file 10. These processes start virtual machine programs 31 and 32, whereby control screens Dc1 and Dc2 having screen switching means Dex are displayed. When a user instructs a screen switching to the control screen D2c on the control screen Dc1, the processing object of the processing process of the control HTML file is changed to the switched HTML file, and this process calls the fist starting function Fs2. According to this, the control screen Dc2 is displayed, and the screen switching is performed. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、遠隔制御方法 、サーバ装置及び仮想マシンプログラムに係り、さらに詳しくは、通信ネットワークに接続された端末装置のウェブブラウザ上で仮想マシンプログラムを実行して2以上のアプリケーション画面を切り替え表示するシステム、例えば、遠隔制御システムの改良に関する。
【0002】
【従来の技術】
通信回線を介して端末装置及び被制御装置を接続することにより、遠隔地に設置された端末装置から被制御装置を制御する遠隔制御システムを実現することができる。ただし、従来の遠隔制御システムでは、専用の端末装置や専用通信回線が必要となり、この様なコストが許容される一部のシステムにしか適用することができなかった。
【0003】
しかしながら、パーソナルコンピュータ(以下、PCと略す)の高機能化、インターネットの普及などによって、汎用の通信ネットワークを介して、汎用端末装置としてのPCから被制御装置を遠隔制御することが可能となり、安価に遠隔制御システムを構築できるようになった。
【0004】
しかも、この様な通信ネットワークを利用した遠隔制御システムの場合、制御用プログラムを提供するサーバ装置を当該通信ネットワーク上に設置すれば、各端末装置は制御用プログラムをダウンロードして使用することができる。このため、特定の端末装置からだけでなく、通信ネットワークに接続された任意の端末装置から遠隔制御を行うことが可能となる。
【0005】
一方、最近のPCでは、ウェブページを表示するためのウェブブラウザ、例えばInternet Explore(Microsoft Corporationの商標または登録商標)などのWWW(World Wide Web)ブラウザが広く普及している。ウェブブラウザは、ウェブページを記述したウェブページ記述ファイル、例えばHTML(Hyper−Text Makeup Language)ファイルをサーバ装置からダウンロードし、当該ファイルに含まれるタグと呼ばれるコードを順に処理することによって、ブラウザ画面を表示するプログラムの一種である。
【0006】
また、最近のウェブブラウザは、サーバ装置からアプリケーションプログラムをダウンロードして実行し、アプリケーション画面を表示させることができる。一般に、ネットワーク接続されている各端末装置は、それぞれ異なるハードウエア構成を有し、同一のアプリケーションプログラムを任意の端末装置において実行することはできない。このため、上記アプリケーションプログラムは、ウェブブラウザ上の仮想マシンによって実行される仮想マシンプログラムとして提供される。
【0007】
例えば、Java仮想マシン(JVM:JavaはSun Microsystems Inc.の商標または登録商標)を備えたウェブブラウザの場合、HTMLファイル中にアプレットタグとよばれるHTMLコードが含まれていれば、当該タグによって指定されたJavaアプレットをサーバ装置からダウンロードする。Javaアプレットとは、Java仮想マシンが実行可能な1バイト長の命令セット(Javaバイトコード)により記述されたアプリケーションプログラム、すなわち、仮想マシンプログラムである。ウェブブラウザ上のJava仮想マシンが、Javaアプレットを実行することによって、上記タグにより指定されたブラウザ画面上の所定領域内にアプレット画面を表示させることができる。
【0008】
この様にして、通信ネットワークに被制御装置及びサーバ装置が接続され、サーバ装置が、HTMLファイルと、このHTMLファイルから呼び出され、制御画面を表示するJavaアプレットとを提供すれば、Javaバイトコードを実行可能なウェブブラウザを備えた任意の汎用端末装置において被制御装置を遠隔制御することが可能となる。
【0009】
図9及び図10は、従来の遠隔制御システムについて説明するための説明図であり、図9には、サーバ装置から端末装置へ提供されるファイルが示され、図10には端末装置における表示画面が示されている。
【0010】
サーバ装置には、HTMLファイル11及びJavaアプレット50が格納され、端末装置は、これらのファイルを通信ネットワークを介して取得(ダウンロード)することができる。HTMLファイル11内には、Javaアプレット50を起動するためのアプレットタグTapが含まれている。また、Javaアプレット50には、制御画面を表示するためのJavaバイトコード列が含まれている。
【0011】
この制御画面は、2以上の制御画面Dc1,Dc2,Dc3…に分割され、これらの制御画面が切り替えて表示されるものとする。このため、Javaアプレット50は、画面切替手順を規定するJavaバイトコード列Bexと、各制御画面Dc1,Dc2,Dc3…をそれぞれ表示するためのJavaバイトコード列Bc1,Bc2,Bc3…により構成される。
【0012】
端末装置のウェブブラウザは、サーバ装置に対し、HTMLファイル11を要求し、サーバ装置からHTMLファイル11をダウンロードする。ウェブブラウザは、このHTMLファイル11を処理してブラウザ画面Dbを表示する。このとき、アプレットタグTapに従ってJavaアプレット50が起動され、ブラウザ画面Db上にアプレット画面Daが表示される。このJavaアプレット50は、サーバ装置からダウンロードされ、Java仮想マシン上で実行される。
【0013】
図10では、アプレット画面Da内に制御画面Dc1及び画面切替手段Dexが表示された状態が示されている。画面切替手段Dexは常に表示され、端末装置のユーザが、画面切替手段Dexから所望の制御画面Dc1,Dc2,Dc3…を選択することにより、アプレット画面Da内に任意の制御画面Dc1,Dc2,Dc3…を切り替え表示させることができる。
【0014】
遠隔制御システムが、様々な制御機能を提供している場合、一つの制御画面上に全ての機能を設けることが困難となる。また、互いに排他的な関係にある機能を一つの制御画面上に同時に表示することは望ましくない。さらに、多くの不要な機能を同一画面上に設けることによって操作性が低下するなどの問題が生じる。図9及び図10の遠隔制御システムでは、制御画面を複数の制御画面Dc1,Dc2,Dc3…に分割し、これらの制御画面Dc1,Dc2,Dc3…を切り替えて表示させているため、このような問題が生じることはない。
【0015】
しかしながら、上記遠隔制御システムでは、Javaアプレット50に各制御画面を表示するためのJavaバイトコードBc1,Bc2,Bc3…が全て含まれている。このため、例えば、制御画面Dc1を表示させたい場合であっても、全てのJavaバイトコードBc1,Bc2,Bc3…が含まれたファイルサイズの大きなJavaアプレット50をダウンロードしなければならず、ダウンロード時間が必要以上に長く、制御画面の起動が遅いという問題があった。しかも、遠隔制御システムにより提供される機能が増えるに従って、制御画面の起動は更に遅くなってしまう。
【0016】
この様な課題を解決するための方法として、サーバ装置が、制御画面Dc1,Dc2,Dc3…ごとのJavaアプレットを提供することが考えられる。この場合、端末装置で表示させたい制御画面のJavaバイトコードBc1,Bc2,Bc3…のみをサーバ装置からダウンロードすることができるため、制御画面の起動時間を短くすることができる。
【0017】
図11及び図12は、遠隔制御システムにおいて、Javaアプレットの起動時間を短くするための一提案について説明するための説明図であり、図11には、サーバ装置から端末装置へ提供される各ファイルが示され、図12には端末装置における表示画面が示されている。
【0018】
サーバ装置には、画面切替を行う主HTMLファイル12と、各制御画面Dc1,Dc2,Dc3…に対応する制御HTMLファイル21,22,23…と、各制御画面Dc1,Dc2,Dc3…に対応するJavaアプレット51,52,53…が格納され、サーバ装置から端末装置へ、これらのファイルをダウンロードすることができる。
【0019】
Javaアプレット51,52,53…は、それぞれ制御画面Dc1,Dc2,Dc3…を表示するためのJavaバイトコード列からなる仮想マシンプログラムである。制御HTMLファイル21,22,23…は、Javaアプレット51,52,53…を起動するアプレットタグTap1,Tap2,Tap3…をそれぞれ含むHTMLファイルである。このため、ウェブブラウザが、制御HTMLファイル21,22,23…を処理すれば、Javaアプレットが起動され、制御ブラウザ画面Db2内のアプレット画面Daに、制御画面Dc1,Dc2,Dc3…がそれぞれ表示される。
【0020】
主HTMLファイル12には、制御画面Dc1,Dc2,Dc3…を切替表示するための画面切替手順としてのHTMLコードTexが含まれている。この画面切替手順は、例えば、Javaスクリプトにより記述され、ウェブブラウザが提供する関数を呼び出す手順とすることができる。このHTMLコードTexによって、制御画面Dc1,Dc2,Dc3…のいずれかを選択するための画面切替手段Dexが、主ブラウザ画面Db1内に表示される。また、ユーザが画面切替手段Dexにおいて操作入力を行った場合、制御画面を表示している制御ブラウザ画面Db2を閉じ、選択された制御画面を表示する制御ブラウザ画面Db2を新たに開くことによって、制御画面の切り替えが行われる。
【0021】
図13は、図11及び図12の遠隔制御システムの動作を示したシーケンス図である。図中の主ブラウザプロセスは主HTMLファイル12を処理するブラウザプロセス、制御ブラウザプロセスは制御HTMLファイル21,22,23…を処理するブラウザプロセス、アプレットプロセスはJavaアプレット51,52,53…を処理するJava仮想マシンプロセスである。
【0022】
端末装置のウェブブラウザは、まず初めに、ユーザがURL(Uniform Resource Locator)により指定した主HTMLファイル12をサーバ装置からダウンロードし、このファイルを処理してブラウザ画面Db1の表示を行う。このとき、ブラウザ画面Db1内に画面切替手段Dexが表示される。
【0023】
ユーザが、画面切替手段Dexを操作して制御画面Dc1を選択すると、画面切替手順Texに従って、制御HTMLファイル21を処理する新たなブラウザプロセスが起動される。すなわち、制御ブラウザ画面Db2が表示されるとともに、Javaアプレット51がサーバ装置からダウンロードされ、制御ブラウザ画面Db2のアプレット画面Da内に制御画面Dc1が表示される。
【0024】
制御画面Dc1から制御画面Dc2へ切り替えたい場合、ユーザが主ブラウザ画面Db1内の画面切替手段Dexを再度操作し、制御画面Dc2を選択すればよい。この画面切替操作が行われると、主ブラウザプロセスは、制御HTMLファイル21を処理するブラウザプロセスを終了させるとともに、制御HTMLファイル22を処理する新たなブラウザプロセスを起動する。このため、制御画面Dc1が閉じられるとともに、制御画面Dc2が新たに開かれ、制御画面Dc1から制御画面Dc2への画面切替が行われる。
【0025】
この様にして、図11〜図13で説明した遠隔制御システムでは、制御画面を表示する際、その制御画面に対応したJavaアプレット51,52,53…をダウンロードしている。このため、制御画面の起動時におけるダウンロード時間を短縮し、制御画面を短時間で起動させることができる。
【0026】
しかしながら、この遠隔制御システムでは、制御画面Dc1,Dc2,Dc3…が制御ブラウザ画面Db2上に表示されるのに対し、画面切替手段Dexは、ブラウザ画面Db1に表示されている。つまり、制御画面Dc1,Dc2,Dc3…内において画面切替を行うことができず、画面切替の操作性が悪いという問題があった。
【0027】
【発明が解決しようとする課題】
後者の遠隔制御システムにおいて、例えば、制御画面Dc1上に画面切替手段Dexを設けて、制御画面Dc2へ切り替える場合であれば、HTMLファイル22を処理するブラウザプロセス(新ブラウザプロセス)をJavaアプレット51から起動することもできる。ところが、Javaアプレット51は、自身の起動元であるHTMLファイル21を処理するブラウザプロセス(旧ブラウザプロセス)を終了させ、自身のブラウザ画面を閉じることができない。このため、制御画面間の切替表示を行うことができないという問題があった。
【0028】
このような課題を解決する更なる方法として、新ブラウザプロセスが、旧ブラウザプロセスを終了させることも考えられる。しかしながら、この場合には、旧ブラウザプロセスの終了前に、新ブラウザプロセスが起動されることになるため、制御画面の表示状態の管理が困難になるという新たな問題が生ずる。
【0029】
本発明は、上記の事情に鑑みてなされたものであり、ウェブブラウザ上でダウンロードされた仮想マシンプログラムを実行して2以上の制御画面を切替表示させる際、制御画面の起動時間を短縮するとともに、制御画面の切替表示を制御画面上で操作入力できる遠隔制御方法を提供することを目的とする。また、制御画面の表示状態を管理することができる遠隔制御方法を提供することを目的とする。
【0030】
また、ウェブブラウザ上で実行される仮想マシンプログラムを通信ネットワークを介して提供し、クライアント装置において2以上のアプリケーション画面を切替表示させる際、仮想マシンプログラムのダウンロード時間を短縮するとともに、画面切替手段をアプリケーション画面上に提供するサーバ装置を提供することを目的とする。また、クライアント装置においてアプリケーション画面の表示状態を管理可能とするサーバ装置を提供することを目的とする。更に、上記サーバ装置により提供される仮想マシンプログラムを提供することを目的とする。
【0031】
【発明を解決するための手段】
本発明による遠隔制御方法は、サーバ装置から取得した仮想マシンプログラムをウェブブラウザ上で実行して制御画面を表示し、通信ネットワークを介して被制御装置を遠隔制御する遠隔制御方法であって、第1のウェブページ記述ファイルを処理する第1のブラウザプロセスが、第1の仮想マシンプログラムを起動して第1の制御画面を表示し、第2のウェブページ記述ファイルを処理する第2のブラウザプロセスが、第2の仮想マシンプログラムを起動して第2の制御画面を表示するように構成される。
【0032】
そして、上記第1の仮想マシンプログラムの実行プロセスが、第1の制御画面上に第2の制御画面への画面切替手段を表示し、上記第1のブラウザプロセスが、ユーザの画面切替操作に基づいて、処理対象を第1のウェブページ記述ファイルから、第2のブラウザプロセスを起動するための第3のウェブページ記述ファイルへ切り替える。
【0033】
このような構成により、制御画面ごとに仮想マシンプログラムをサーバ装置から取得し、制御画面を切替表示することができるとともに、制御画面上において画面切替操作を行なうことができる。このため、制御画面の起動時間が短く、画面切替時の操作性に優れた遠隔制御方法を提供することができる。
【0034】
例えば、本発明における第1及び第2のウェブページ記述ファイルは下記実施の形態における制御HTMLファイル21及び22に、第1及び第2の仮想マシンプログラムはJavaアプレット31及び32に、第3のウェブページ記述ファイルは切替HTMLファイル42にそれぞれ相当する。
【0035】
また、本発明による遠隔制御方法は、第4のウェブページ記述ファイルが、第1及び第2のブラウザプロセスをそれぞれ起動させる第1及び第2の起動関数を有する。そして、第4のウェブページ記述ファイルを処理する主ブラウザプロセスが第1の起動関数を呼び出すことにより、第1のブラウザプロセスが起動される。また、第3のウェブページ記述ファイルを処理する上記第1のブラウザプロセスが第2の起動関数を呼び出すことにより、第2のブラウザプロセスが起動される。
【0036】
この様な構成により、第1の制御画面から第2の制御画面への切り替えを行った場合に、切替前後の制御画面を表示する第1及び第2のブラウザプロセスをともに主ブラウザプロセスを親プロセスとして起動させることができる。例えば、本発明における第4のウェブページ記述ファイルは下記実施の形態における主HTMLファイル10に相当する。
【0037】
また、本発明による遠隔制御方法は、上記主ブラウザプロセスが、制御画面の表示状態を示す状態フラグを保持し、この状態フラグが、第1のウェブページ記述ファイルの処理終了時に非表示へ更新され、第3のウェブページ記述ファイルの処理開始後に表示中へ更新される。このような構成により、状態フラグの値を制御画面の表示状態に一致させることができ、主ブラウザプロセスが第1及び第2の制御画面の表示状態を管理することができる。
【0038】
また、本発明による遠隔制御方法は、上記状態フラグの表示中への更新が、第2のブラウザプロセスの起動後に行われる。このような構成により、状態フラグの値と制御画面の表示状態とをより確実に一致させることができる。
【0039】
また、本発明による遠隔制御方法は、上記主ブラウザプロセスが、ブラウザ画面上に第1の制御画面の表示をユーザに選択させる制御画面起動手段を表示するとともに、上記状態フラグに基づいて、この制御画面起動手段を無効化する。この様な構成により、主ブラウザプロセスのブラウザ画面から制御画面を表示させることができるとともに、同一のブラウザ画面から重複して2以上の制御画面が表示されるのを防止することができる。
【0040】
また、本発明によるサーバ装置は、切替表示される2以上のアプリケーション画面をクライアント装置に提供するサーバ装置であって、ウェブブラウザ上で仮想マシンにより実行され、第1及び第2のアプリケーション画面をそれぞれ表示する第1及び第2の仮想マシンプログラムと、第1及び第2の仮想マシンプログラムをそれぞれ起動する第1及び第2のウェブページ記述ファイルと、第2のウェブページ記述ファイルを処理するブラウザプロセスを起動するための第3のウェブページ記述ファイルとを通信ネットワークを介してクライアント装置に提供するように構成される。そして、上記第1の仮想マシンプログラムが、第1のウェブページ記述ファイルを処理するブラウザプロセスの処理対象を第1のウェブページ記述ファイルから、第3のウェブページ記述ファイルへ切り替える手順を有する。
【0041】
このような構成により、アプリケーション画面ごとに仮想マシンプログラムをサーバから提供するとともに、クライアント装置において一方のアプリケーション画面から他方のアプリケーション画面への画面切替を行なうことができる。従って、起動時間が短いアプリケーション画面をアプリケーション画面上で切替表示可能に提供するサーバ装置が実現できる。
【0042】
また、本発明によるサーバ装置は、上記第1の仮想マシンプログラムが、第1のアプリケーション画面上に第2のアプリケーション画面への画面切替を選択する画面切替手段を表示し、ユーザによる画面切替操作に基づいて、第1のウェブページ記述ファイルを処理するブラウザプロセスの処理対象を第3のウェブ記述ファイルへ切り替える手順を有する。このような構成により、アプリケーション画面において、アプリケーション画面の切替操作を行なうことができる。従って、操作性に優れたアプリケーション画面を提供するサーバ装置が実現できる。
【0043】
また、本発明によるサーバ装置は、第1及び第2のウェブページ記述ファイルを処理するブラウザプロセスをそれぞれ起動させる第1及び第2の起動関数と、第1の起動関数を呼び出す手順とを有する第4のウェブページ記述ファイルを通信ネットワークを介してクライアント装置に提供するように構成され、上記第3のウェブページ記述ファイルが、第2の起動関数を呼び出す手順を有する。この様な構成により、アプリケーション画面の切り替えを行った場合に、切替前後のアプリケーション画面を表示する各ブラウザプロセスをともに、第4のウェブページ記述ファイルを処理するブラウザプロセスを親プロセスとして起動させることができる。
【0044】
また、本発明によるサーバ装置は、上記第4のウェブページ記述ファイルが、アプリケーション画面の表示状態を示す状態フラグを保持する手順を有し、第1のウェブページ記述ファイルの処理終了時に状態フラグが非表示へ更新され、第3のウェブページ記述ファイルの処理開始後に状態フラグが表示中へ更新される。このような構成により、状態フラグの値をアプリケーション画面の表示状態に一致させることができ、第4のウェブページ記述ファイルを処理するブラウザプロセスが、第1及び第2のアプリケーション画面の表示状態を管理することができる。
【0045】
また、本発明によるサーバ装置は、第2のウェブページ記述ファイルのダウンロード後に状態フラグを表示中へ更新する。このような構成により、状態フラグの値とアプリケーション画面の表示状態とをより確実に一致させることができる。
【0046】
また、本発明によるサーバ装置は、上記第4のウェブページ記述ファイルが、アプリケーション画面を起動するための画面起動手段を有するブラウザ画面を表示する手順と、ユーザによる画面起動操作に基づいて第1のウェブページ記述ファイルを処理するブラウザプロセスを起動する手順と、上記状態フラグに基づいてこの画面起動手段を無効化する手順とを有する。このような構成により、画面起動手段を操作してアプリケーション画面を起動する際、2以上のアプリケーション画面が起動されるのを防止できる。
【0047】
また、本発明によるサーバ装置は、2以上の被制御装置を同時又は選択的に通信ネットワークに接続可能なネットワーク接続手段を備え、上記第1及び第2のアプリケーション画面が、上記被制御装置ごとの制御画面として構成される。このような構成により、切替可能な制御画面を被制御装置ごとに提供することができる。
【0048】
また、本発明によるサーバ装置は、上記被制御装置として映像出力装置が接続され、上記第1及び第2のアプリケーション画面は、この映像出力装置からの出力映像が表示されるとともに、この映像出力装置への制御入力手段が表示されるように構成される。このような構成により、映像出力装置の制御画面を提供することができる。
【0049】
また、本発明による仮想マシンプログラムは、第1のウェブページ記述ファイルを処理する第1のブラウザプロセスにより起動され、ブラウザ上の仮想マシンによって実行される仮想マシンプログラムであって、通信ネットワークを介して被制御装置を遠隔制御するための第1の制御画面を表示する手順と、第1の制御画面上に第2の制御画面への切り替えをユーザに選択させる画面切替手段を表示する手順と、ユーザによる画面切替操作に基づいて、第1のウェブページ記述ファイルを処理するブラウザプロセスの処理対象を第3のブラウザプロセスに切り替える手順とを有して構成される。そして、上記第3のウェブページ記述ファイルの処理を開始することによって、第1のウェブページ記述ファイルの起動元である第4のウェブページ記述ファイル中の関数であって、他の仮想マシンプログラムを起動して第2の制御画面を表示するための第2のウェブページ記述ファイルを起動する起動関数を呼び出す。
【0050】
このような構成により、制御画面ごとにサーバ装置から端末装置へ提供され、制御画面を表示するとともに、制御画面上において画面切替操作を可能にする仮想マシンプログラムを提供することができる。
【0051】
【発明の実施の形態】
実施の形態1.
図1は、本発明の実施の形態1による遠隔制御方法が適用される遠隔制御システムの概略構成例を示したブロック図である。図中の1は被制御装置、2はネットワーク接続装置(サーバ装置)、3は通信ネットワーク、5は端末装置(クライアント装置)である。
【0052】
通信ネットワーク3は、インターネット、LAN(Local Area Network)などの双方向通信可能なネットワークであり、ネットワーク接続装置2及び多数の端末装置5が、接続されている。この通信ネットワーク3には、ネットワーク接続装置2を介して被制御装置1が接続されており、通信ネットワーク3を介して、端末装置5から被制御装置1を遠隔制御することができる。
【0053】
また、ネットワーク接続装置2は、被制御装置1をネットワーク接続するだけでなく、端末装置5に対し、被制御装置1を遠隔制御するための制御画面を提供している。すなわち、ネットワーク接続装置2は、端末装置5の要求に基づいて、制御画面を表示するためのファイルを要求元の端末装置5へ送信している。この場合、ネットワーク接続装置2がサーバ装置であり、端末装置5がクライアント装置となる。
【0054】
端末装置5は、WWWブラウザがインストールされたPCなどの汎用端末装置であり、ネットワーク接続装置2からHTMLファイルをダウンロードして、ブラウザ画面を表示することができる。また、このWWWブラウザは、Java アプレットをネットワーク接続装置2からダウンロードし、ウェブブラウザ上のJava仮想マシンにより実行し、ブラウザ画面上に制御画面を表示させることができる。
【0055】
図2は、図1のネットワーク接続装置2の一構成例を示したブロック図である。図中の100はローカルI/F、101はネットワークI/F、102は接続制御部、103はファイル送信制御部、104はファイル記憶部である。
【0056】
ローカルI/F100、ネットワークI/F101は、それぞれ被制御装置1、通信ネットワーク3に無線接続又は有線接続されたインターフェース部である。端末装置5から送信された被制御装置1に対する制御データは、ネットワークI/F101を介して接続制御部102で受信され、フォーマット変換などが行われた後、ローカルI/F100を介して被制御装置1へ出力される。また、端末装置5からの要求に基づいて、接続制御部102は、ローカルI/F100を介して受信した被制御装置1の出力データをネットワークI/F101を介して要求元の端末装置5へ送信する。
【0057】
一方、端末装置5からのファイル要求は、ネットワークI/F101を介してファイル送信制御部103が受信する。ファイル送信制御部103は、要求されたファイルをファイル記憶部104から読み出して、ネットワークI/F101を介して要求元の端末装置5へ送信する。ファイル記憶部104は、端末装置5に制御画面を提供するためのHTMLファイル及びJavaアプレットを格納している記憶装置である。このファイル記憶部104として、読出専用半導体メモリ(ROM)を用いれば、ネットワーク接続装置2を安価に実現することができる。
【0058】
図3は、図1の端末装置5の画面表示の一例を示した図である。端末装置5には、1つの主ブラウザ画面Db1と、1つの制御ブラウザ画面Db2が表示される。制御ブラウザ画面Db2上の所定領域がアプレット画面Daであり、このアプレット画面Da内に制御画面Dc1,Dc2,Dc3…が表示される。ネットワーク接続装置2から提供される制御画面は、複数の制御画面Dc1,Dc2,Dc3…からなり、制御ブラウザ画面Db2には、これらの制御画面Dc1,Dc2,Dc3…のいずれか一つが表示される。
【0059】
この制御画面Dc1,Dc2,Dc3…内には、画面切替手段Dexが表示されており、ユーザは、画面切替手段Dexを操作することによって、制御画面を切り替えることができる。つまり、制御画面上で制御画面の切り替えを行うことができる。
【0060】
図4は、図2のファイル記憶部104に格納されたファイルの一例を示した図である。このファイル記憶部104には、主ブラウザ画面Db1用のHTMLファイル(主HTMLファイル)10と、制御ブラウザ画面Db2用のHTMLファイル(制御HTMLファイル)21,22,23…と、制御画面ごとのJavaアプレット31,32,33…と、画面切替用のHTMLファイル(切替HTMLファイル)41,42,43…が格納されている。
【0061】
制御HTMLファイル21,22,23…は、制御ブラウザ画面Db2上に制御画面Dc1、Dc2,Dc3…を表示させるためのウェブページ記述ファイルであり、対応するJavaアプレット31,32,33…を起動するアプレットタグをそれぞれ含んでいる。例えば、制御HTMLファイル21の処理プロセスを起動すれば、Javaアプレット31を実行するJava仮想マシンプロセス(アプレットプロセス)が起動され、当該Java仮想マシンプロセスによって制御画面Dc1が表示される。
【0062】
Javaアプレット31,32,33…は、制御画面Dc1,Dc2,Dc3…をそれぞれ表示するためのJavaバイトコード列からなるアプリケーションプログラムである。ここで、制御画面Dc1,Dc2,Dc3…は、それぞれ互いに排他的な関係にある制御機能を提供する制御画面である。例えば、それぞれ異なる被制御対象1についての制御画面、あるいは、同一被制御装置1における異なる動作又は機能に関する制御画面の関係にある。
【0063】
また、Javaアプレット31,32,33…は、画面切替手順BexとしてのJavaバイトコード列を含んでいる。この画面切替手順Bexに従って、画面切替手段Dexとして例えばコンボボックスが各制御画面Dc1,Dc2,Dc3…上に表示される。ユーザが画面切替手段Dexを操作し、所望の制御画面を選択して画面切替を指示した場合、制御ブラウザ画面Db2の処理対象が、制御HTMLファイル31,32,33…から切替HTMLファイル41,42,43…へ切り替わり、当該切替HTMLファイルが、選択された制御画面を起動するための起動関数を読み出す。
【0064】
主HTMLファイル10は、2以上の起動関数Fs1,Fs2,Fs3…を含むウェブページ記述ファイルである。これらの起動関数は、Javaスクリプトにより記述され、制御HTMLファイル21,22,23…を処理するブラウザプロセス(制御ブラウザプロセス)をそれぞれ起動することができる。つまり、これらの起動関数を呼び出すことによって、制御ブラウザ画面Db2が開かれ、起動関数に応じた制御画面Dc1,Dc2,Dc3…が表示される。
【0065】
また、これらの起動関数Fs1,Fs2,Fs3…は、主HTMLファイル10の処理プロセス(主ブラウザプロセス)からだけでなく、親子関係にあるブラウザプロセスからも呼び出すことができる。すなわち、主ブラウザプロセスを親プロセスとした場合の子プロセスに相当するブラウザプロセスからも呼び出すことができる。ただし、Java仮想マシンプロセスからは呼び出すことができない。
【0066】
切替HTMLファイル41,42,43…は、切替後の制御画面Dc1,Dc2,Dc3…を表示するためのウェブページ記述ファイルであり、画面切替時に制御ブラウザプロセスによって処理される。各切替HTMLファイル41,42,43…は、切替後の制御画面Dc1,Dc2,Dc3…にそれぞれ対応しており、画面切替手段Dexにより選択された制御画面に対応するファイルが画面切替時に処理される。この処理は、切替前に制御画面Dc1,Dc2,Dc3…を表示中のアプレットプロセスが、その起動元である制御ブラウザプロセスの処理対象を切り替えることによって開始される。
【0067】
各切替HTMLファイル41,42,43…は、ユーザの選択した制御画面に対応する制御ブラウザプロセスを起動するための呼び出し関数Fc1,Fc2,Fc3…と、自分自身を処理する制御ブラウザプロセスを終了させる終了関数Feが含まれている。これらの関数はJavaスクリプトにより記述されている。
【0068】
上記呼び出し関数Fc1,Fc2,Fc3…は、親子関係にある主ブラウザプロセスの起動関数Fs1,Fs2,Fs3…を呼び出す関数である。つまり、切替HTMLファイル41,42,43…を処理する制御ブラウザプロセスから、直接、画面切替後の制御ブラウザプロセスを起動するのではなく、主ブラウザプロセスから制御HTMLファイルの処理プロセスを起動している。従って、制御ブラウザプロセスは、常に、主ブラウザプロセスによって起動されることになる。
【0069】
図5は、図1の端末装置5における動作の一例を示したシーケンス図であり、制御画面Dc1,Dc2,Dc3…間で画面切替が行われる様子が示されている。図中の主ブラウザプロセスは主HTMLファイル10を処理するブラウザプロセス、制御ブラウザプロセスは制御HTMLファイル21,22,23…を処理するブラウザプロセス、アプレットプロセスはJavaアプレット31,32,33…を処理するJava仮想マシンプロセスである。
【0070】
まず初めに、端末装置5のWWWブラウザにおいて、ユーザがURLを指定することにより、ネットワーク接続装置2から主HTMLファイル10がダウンロードされる。その後、主HTMLファイル10の処理プロセスが、起動関数Fs1を実行して制御HTMLファイル21の処理プロセスを起動すれば、更にJavaアプレット31の実行プロセスが起動され、制御画面Dc1が表示される。図5は、この状態において、制御画面Dc1から制御画面Dc2へ画面切り替えが行われる際の様子が示されている。
【0071】
ユーザがアプレット画面Da内の画面切替手段Dexを操作し、制御画面Dc2への画面切替を指示した場合、Javaアプレット31の実行プロセスは、その起動元である制御ブラウザプロセスに対し、その処理の対象となるHTMLファイルの変更を指示するメッセージを送る。このメッセージを受け取った制御ブラウザプロセスは、その処理対象を制御HTMLファイル21から切替HTMLファイル42へ切り替える。
【0072】
すなわち、制御ブラウザプロセスは、アプレットプロセスからのメッセージに基づいて、制御HTMLファイル21の処理を終了する。制御HTMLファイル21の処理終了によって、制御HTMLファイル21により起動され、制御画面Dc1を表示していたJavaアプレット31の実行プロセスも終了し、制御画面Dc1が閉じられる。
【0073】
一方、切替HTMLファイル42は、制御画面Dc2への画面切替を行うためのHTMLファイルであり、既に起動されている制御ブラウザプロセスが処理対象を切り替えることによって、その処理が開始される。つまり、制御HTMLファイル21の処理終了後に、ネットワーク接続装置2から切替HTMLファイル42がダウンロードされ、その処理が開始される。なお、切替HTMLファイルを処理中の制御ブラウザプロセスは、ユーザとのインターフェースを行わないため、ブラウザ画面Db2の表示を行わなくてもよい。
【0074】
制御ブラウザプロセスは、ダウンロードした切替HTMLファイル42に従って、主ブラウザプロセスに対し、制御HTMLファイル22を起動させる起動関数Fs2の呼び出しを行った後、終了関数Feを呼び出して自身のプロセスを終了させる。起動関数Fs2の呼び出しにより、主ブラウザプロセスは、制御HTMLファイル22を処理するブラウザプロセスを起動する。
【0075】
新たに起動された制御ブラウザプロセスは、制御HTMLファイル22をダウンロードして、制御ブラウザ画面Db2を表示した後、Javaアプレット32の実行プロセスを起動する。このアプレットプロセスによって、画面切替手段Dexを有する制御画面Dc2がアプレット画面Da内に表示される。
【0076】
ユーザが、制御画面Dc2上の画面切替手段Dexを操作して他の制御画面を選択すれば、上記の場合と全く同様にして、当該他の制御画面へ切り替えることができる。この様にして、制御画面Dc1,Dc2,Dc3…上の画面切替手段Dexを操作することにより、任意の制御画面Dc1,Dc2,Dc3…への画面切替を行なうことができる。
【0077】
図6は、主ブラウザ画面Db1から制御ブラウザ画面Db2を開く場合の画面表示の一例を示した図であり、(a)には、制御ブラウザ画面Db2が表示されていない状態が示され、(b)には、制御ブラウザ画面Db2が表示されている状態が示されている。
【0078】
起動直後の主ブラウザ画面Db1上には、制御画面起動手段としての操作ボタンDsが表示されている。ユーザがこの操作ボタンDsを押下操作すると、制御ブラウザ画面Db2が起動され、所定の制御画面Dc1,Dc2,Dc3…が表示される。図中の(b)では、制御画面Dc1が表示された例が示されている。
【0079】
制御ブラウザ画面Db2の表示中は、他の制御ブラウザ画面Db2が重複して起動されないように、操作ボタンDsが無効化される。その後、表示中の制御ブラウザ画面Db2が閉じられた場合には、操作ボタンDsが再び有効化され、主ブラウザ画面Db1から制御ブラウザ画面Db2が起動可能となる。
【0080】
主ブラウザプロセスは、制御ブラウザ画面Db2の表示状態を管理しており、この表示状態に基づいて操作ボタンDsの無効化及び有効化を行っている。主ブラウザプロセスは、制御ブラウザDb2の表示状態を保持する状態フラグを保持しており、制御ブラウザ画面Db2の表示状態の管理は、この状態フラグを用いて行われる。
【0081】
状態フラグは、制御ブラウザ画面Db2の「表示中」又は「非表示」を示す2値フラグであり、制御HTMLファイル21,22,23…の処理の開始時及び終了時に更新される。状態フラグの初期値は「非表示」であり、起動関数Fs1,Fs2,Fs3…が呼び出された際に、状態フラグが「表示中」へ変更される。
【0082】
すなわち、状態フラグが「表示中」へ更新されるのは、主ブラウザ画面Db1の操作ボタンDsをユーザが押下操作した場合、あるいは、画面切替手段Dexによりユーザが画面切替を選択した場合である。このフラグ更新手順は、例えば、起動関数Fs1,Fs2,Fs3…内において規定され、これらの関数実行時に状態フラグが「表示中」へ更新される。
【0083】
一方、状態フラグが「非表示」へ更新されるのは、主ブラウザプロセスが、制御HTMLファイルの処理終了のメッセージをOS(Operating System)から受け取った場合である。制御ブラウザプロセスが制御HTMLファイルの処理を終了した場合、当該処理プロセスを起動した親プロセスである主ブラウザプロセスは、OSからメッセージを受け取ることができる。このため、主ブラウザプロセスは、このメッセージに基づいて「表示中」の状態フラグを「非表示」へ変更する。
【0084】
この様にして、主ブラウザプロセスが、制御ブラウザ画面Db2の表示状態の管理を行っている場合、画面切替時における制御ブラウザプロセスの起動及び終了の順序が入れ替わることがあれば、制御ブラウザ画面Db2の実際の表示状態と、状態フラグの値が一致しなくなる。つまり、画面切替後の制御HTMLファイルの処理開始後に、画面切替前の制御HTMLファイルの処理が終了した場合、処理開始時点よりも後の処理終了時点で状態フラグが「非表示」に変更されるため、制御ブラウザ画面Db2の表示中にもかかわらず、状態フラグの値は「非表示」となってしまう。
【0085】
しかしながら、本実施の形態では、図5に示した通り、切替ブラウザプロセス42が、画面切替前の制御HTMLファイル21の処理を終了した後に、画面切替後の制御ブラウザプロセスの起動関数Fs1,Fs2,Fs3を呼び出している。このため、画面切替前の制御HTMLファイル21の処理終了後に、画面切替後の制御HTMLファイル22の処理を開始させることができる。
【0086】
本実施の形態によれば、端末装置が、制御画面Dc1,Dc2,Dc3…ごとにJavaアプレットをダウンロードして、制御画面を表示している。また、各制御画面上に画面切替手段Dexが表示され、ユーザは、制御画面上で操作入力を行うことにより、制御画面の切り替えを行うことができる。このため、画面切替時の操作性を低下させることなく、Javaアプレットのダウンロード時間を短縮して各制御画面を迅速に起動させることができる。
【0087】
また、本実施の形態によれば、画面切替時に、切替ブラウザプロセスが画面切替前の制御HTMLファイルの処理を終了した後に、切替HTMLファイルの処理を開始し、この切替HTMLファイルの処理プロセスが、画面切替後の制御画面を表示する制御ブラウザプロセスを起動する。このため、主ブラウザプロセスの状態フラグの値を、実際の制御画面Dc1,Dc2,Dc3…の表示状態に一致させることができ、主ブラウザプロセスが、制御画面の表示状態を適切に管理することができる。従って、同一の主ブラウザ画面Db1から重複して2以上の制御ブラウザ画面Db2が起動されるのを防止することができる。
【0088】
実施の形態2.
本実施の形態1では、状態フラグを「表示中」へ更新する手順が、起動関数Fs1,Fs2,Fs3…内において規定される場合の例について説明した。このような構成を採用すれば、操作ボタンDsにより新たに制御画面Db1が表示される場合と、画面切替手段Dexにより画面の切り替えが行われる場合の両方について、共通の方法により、状態フラグの切替を行うことができる。これに対し、本実施の形態では、起動関数Fs1,Fs2,Fs3…を呼び出すプロセスが、状態フラグを「表示中」へ更新する場合について説明する。
【0089】
起動関数Fs1,Fs2,Fs3…を呼び出す各プロセスは、これらの起動関数の呼び出し前又は呼び出し後に、状態フラグを「表示中」へ更新する。すなわち、主ブラウザ画面Db1の操作ボタンDsをユーザが操作し、新たに制御画面Db1が表示される場合であれば、主ブラウザプロセスによって、起動関数の呼出前後に状態フラグが「表示中」に更新される。また、画面切替手段Dexをユーザが操作し、画面切替が行われる場合であれば、切替HTMLファイルを処理中の制御ブラウザプロセスにより、主ブラウザプロセスに対してフラグ更新メッセージが送出され、起動関数の呼出前又は呼出後に状態フラグが「表示中」に更新される。
【0090】
また、その他の場合として、切替HTMLファイル41,42,43…において状態フラグを「表示中」へ更新する手順を規定してもよい。すなわち、制御ブラウザプロセスが、ダウンロードされた切替HTMLファイルに従って、処理開始時に主ブラウザプロセスに対してフラグ更新メッセージを送出し、状態フラグを「表示中」へ更新するように構成することもできる。
【0091】
なお、画面切替時におけるフラグの「非表示」及び「表示中」への変更順序が入れ替わるのを防止する観点からは、フラグ変更メッセージの送出は、制御HTMLファイルの処理終了時点から見てより遅い時期に送出されることがより望ましい。このため、フラグ変更メッセージは、切替後の制御画面Dc2を起動するための起動関数Fs2の呼び出し後に送出される方が望ましく、当該制御ブラウザプロセスの終了直前に送出されることがより望ましい。
【0092】
実施の形態3.
実施の形態2では、画面切替前の制御ブラウザプロセス、すなわち、切替HTMLファイル41,42,43…を処理中のブラウザプロセスが、フラグ変更メッセージを送出する場合の例について説明した。これに対し、本実施の形態では、画面切替後の制御ブラウザプロセスが、主ブラウザプロセスに対し、フラグ変更メッセージを送出する場合について説明する。
【0093】
図7は、本発明の実施の形態3による動作の一例を示したシーケンス図である。この図は、図5の場合と同様、制御画面Dc1が表示されている状態から、制御画面Dc2への画面切替が行われる様子が示されている。
【0094】
本実施の形態では、主ブラウザプロセスに対してフラグ変更メッセージを送出する手順が、各制御HTMLファイル21,22,23…において規定されている。このため、図7では、制御ブラウザプロセスが、ダウンロードされた制御HTMLファイル22の処理を開始することによって、主ブラウザプロセスに対し、メッセージを送出し、状態フラグが「表示中」へ変更される。
【0095】
この様にして、画面切替後の制御ブラウザプロセスから主ブラウザプロセスの状態フラグを変更することによって、状態フラグの値と実際の制御画面の表示状態とをより確実に一致させることができる。
【0096】
実施の形態4.
図8は、上記の各実施の形態による遠隔制御システムが適用される遠隔制御システムの一構成例を示したブロック図である。ネットワーク接続装置2は、被制御装置1として2以上の異なる映像出力機器が接続可能であり、端末装置5の要求に基づいて、映像出力機器からの映像信号を端末装置5へ出力する。また、ネットワーク接続装置2は、接続可能な各映像出力機器ごとの制御画面を端末装置5に提供しており、端末装置5のユーザは、これらの制御画面を切り替えて、所望の制御画面を表示させることができる。
【0097】
例えば、被制御装置1が監視カメラであれば、端末装置5の制御画面上で、監視カメラのパン・チルト動作など撮影方向を制御するとともに、端末装置5の制御画面上にその出力映像を表示させることができる。また、被制御装置1が映像録画再生装置であれば、録画・再生動作を制御画面上で制御するとともに、その出力映像を表示させることができる。
【0098】
図8の(a)は、2以上の異なる映像出力機器が選択的にネットワーク接続装置2に接続される遠隔制御システムの例が示されている。このネットワーク接続装置2は、被制御装置1として、カメラA、カメラB及びビデオレコーダが接続可能であるが、同時に接続できるのは、これらの映像出力機器のうちの1台のみである。ネットワーク接続装置2は、接続可能なこれら全ての映像出力機器の制御画面を提供している。
【0099】
端末装置5のユーザは、制御画面を切り替えて、ネットワーク接続装置2に実際に接続されている映像出力機器に対応した制御画面を表示させることにより、当該映像出力機器を遠隔制御することができる。従って、被制御装置1ごとに専用のネットワーク接続装置2を用意する必要がない。しかも、ネットワーク接続装置2は、複雑な構成を採用することなく、ファイル記憶容量を増大させるだけで、様々な被制御装置1の制御画面を提供することができる。
【0100】
図8の(b)は、2以上の異なる映像出力機器が同時にネットワーク接続装置2に接続される遠隔制御システムの例が示されている。このネットワーク接続装置2は、被制御装置1として、カメラA、カメラB及びビデオレコーダが同時に接続されており、ネットワーク接続装置2は、これら全ての映像出力機器の制御画面を提供している。
【0101】
端末装置5のユーザは、制御画面を切り替えて、制御対象としたい映像出力機器に対応した制御画面を表示させることにより、2以上の映像出力機器から所望の映像出力機器を選択して、遠隔制御することができる。
【0102】
上記の各実施の形態によれば、制御画面の切り替え時における操作性を低下させることなく、各制御画面を迅速に表示することができるため、様々な被制御装置1が同時又は選択的に接続可能なネットワーク接続装置の場合、ネットワーク制御装置2に、これら全ての被制御装置1の制御画面を提供するサーバ装置としての機能を持たせることができる。
【0103】
なお、上記の各実施の形態では、被制御装置1を通信ネットワーク3に接続するネットワーク接続装置2が、当該被制御装置1の制御画面を提供する場合について説明したが、本発明は、このような場合に限定されない。すなわち、ネットワーク接続装置2とは別に、制御画面を提供するサーバ装置を通信ネットワーク3に設けてもよい。
【0104】
また、上記の各実施の形態では、端末装置5に対し、被制御装置1を遠隔制御するための制御画面を提供する遠隔制御システムの場合について説明したが、本発明は、このような場合に限定されない。すなわち、端末装置5に対し、制御画面以外の様々なアプリケーション画面を提供するシステムにも適用することができる。
【0105】
【発明の効果】
本発明によれば、制御画面ごとに仮想マシンプログラムをサーバ装置から取得して制御画面を切替表示することができる。また、制御画面上において画面切替操作を行なうことができる。従って、制御画面の起動時間が短く、画面切替時の操作性に優れた遠隔制御方法を提供することができる。
【0106】
また、本発明によれば、アプリケーション画面ごとの仮想マシンプログラムをサーバから提供するとともに、クライアント装置において一方のアプリケーション画面から他方のアプリケーション画面への画面切替を行なうことができる。従って、それぞれの起動時間が短く、切替表示可能なアプリケーション画面を提供するサーバ装置を提供することができる。
【0107】
また、本発明によれば、制御画面ごとにサーバ装置から端末装置へ提供され、制御画面を表示するとともに、制御画面上において画面切替操作が可能な仮想マシンプログラムを提供することができる。
【図面の簡単な説明】
【図1】本発明の実施の形態1による遠隔制御方法が適用される遠隔制御システムの概略構成例を示したブロック図である。
【図2】図1のネットワーク接続装置2の一構成例を示したブロック図である。
【図3】図1の端末装置5の画面表示の一例を示した図である
【図4】図2のファイル記憶部104に格納されたファイルの一例を示した図である。
【図5】図1の端末装置5における動作の一例を示したシーケンス図である。
【図6】主ブラウザ画面Db1から制御ブラウザ画面Db2を開く場合の画面表示の一例を示した図である。
【図7】本発明の実施の形態3による動作の一例を示したシーケンス図である。
【図8】本発明の実施の形態4による遠隔制御方法が適用される遠隔制御システムの一構成例を示したブロック図である。
【図9】従来の遠隔制御システムにおいて、サーバ装置から端末装置へ提供されるファイルが示されている。
【図10】従来の遠隔制御システムの端末装置における表示画面が示されている。
【図11】Javaアプレットの起動時間を短くするための一提案について説明するための説明図であり、サーバ装置から端末装置へ提供される各ファイルが示されている。
【図12】Javaアプレットの起動時間を短くするための一提案について説明するための説明図であり、端末装置における表示画面が示されている。
【図13】図11及び図12の遠隔制御システムの動作を示したシーケンス図である。
【符号の説明】
1 被制御装置
2 ネットワーク接続装置
3 通信ネットワーク
5 端末装置
10 主HTMLファイル
21,22,23… 制御HTMLファイル
31,32,33… Javaアプレット
41,42,43… 切替HTMLファイル
100 ローカルI/F
101 ネットワークI/F
102 接続制御部
103 ファイル送信制御部
104 ファイル記憶部
Bex 画面切替手順(Javaバイトコード)
Da アプレット画面
Db1 主ブラウザ画面
Db2 制御ブラウザ画面
Dc1,Dc2,Dc3… 制御画面
Dex 画面切替手段
Ds 操作ボタン
Fe 終了関数
Fs1,Fs2,Fs3 起動関数
Tap1,Tap2,Tap3… アプレットタグ
Tex 画面切替手順
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a remote control method, a server device, and a virtual machine program, and more particularly, executes a virtual machine program on a web browser of a terminal device connected to a communication network to switch and display two or more application screens. It relates to improvements in systems, for example, remote control systems.
[0002]
[Prior art]
By connecting the terminal device and the controlled device via a communication line, a remote control system that controls the controlled device from a terminal device installed at a remote place can be realized. However, the conventional remote control system requires a dedicated terminal device and a dedicated communication line, and can only be applied to some systems where such costs are allowed.
[0003]
However, as personal computers (hereinafter abbreviated as PCs) become more sophisticated and the Internet becomes more widely used, it becomes possible to remotely control a controlled device from a PC as a general-purpose terminal device via a general-purpose communication network. A remote control system can now be built.
[0004]
Moreover, in the case of a remote control system using such a communication network, if a server device that provides a control program is installed on the communication network, each terminal device can download and use the control program. . Therefore, remote control can be performed not only from a specific terminal device but also from any terminal device connected to the communication network.
[0005]
On the other hand, in recent PCs, a web browser for displaying a web page, for example, a WWW (World Wide Web) browser such as Internet Explorer (a trademark or registered trademark of Microsoft Corporation) is widely used. The web browser downloads a web page description file describing a web page, for example, an HTML (Hyper-Text Makeup Language) file from the server device, and sequentially processes codes called tags included in the file, thereby displaying the browser screen. It is a kind of program to display.
[0006]
In addition, recent web browsers can download and execute an application program from a server device and display an application screen. Generally, each terminal device connected to the network has a different hardware configuration, and the same application program cannot be executed on any terminal device. Therefore, the application program is provided as a virtual machine program executed by a virtual machine on a web browser.
[0007]
For example, in the case of a web browser equipped with a Java virtual machine (JVM: Java is a trademark or registered trademark of Sun Microsystems Inc.), if the HTML file contains HTML code called an applet tag, it is specified by the tag. The downloaded Java applet is downloaded from the server device. The Java applet is an application program described by a one-byte instruction set (Java bytecode) executable by the Java virtual machine, that is, a virtual machine program. When the Java virtual machine on the web browser executes the Java applet, the applet screen can be displayed in a predetermined area on the browser screen specified by the tag.
[0008]
In this way, if the controlled device and the server device are connected to the communication network, and the server device provides an HTML file and a Java applet that is called from the HTML file and displays a control screen, the Java bytecode is converted. The controlled device can be remotely controlled in any general-purpose terminal device having an executable web browser.
[0009]
9 and 10 are explanatory diagrams for explaining a conventional remote control system. FIG. 9 shows a file provided from a server device to a terminal device. FIG. 10 shows a display screen of the terminal device. It is shown.
[0010]
The server device stores the HTML file 11 and the Java applet 50, and the terminal device can obtain (download) these files via a communication network. The HTML file 11 includes an applet tag Tap for activating the Java applet 50. In addition, the Java applet 50 includes a Java bytecode sequence for displaying a control screen.
[0011]
This control screen is divided into two or more control screens Dc1, Dc2, Dc3,... And these control screens are switched and displayed. For this reason, the Java applet 50 is constituted by a Java bytecode sequence Bex that defines a screen switching procedure, and Java bytecode sequences Bc1, Bc2, Bc3,... For displaying the respective control screens Dc1, Dc2, Dc3,. .
[0012]
The web browser of the terminal device requests the HTML file 11 from the server device and downloads the HTML file 11 from the server device. The web browser processes the HTML file 11 and displays the browser screen Db. At this time, the Java applet 50 is activated according to the applet tag Tap, and the applet screen Da is displayed on the browser screen Db. The Java applet 50 is downloaded from a server device and executed on a Java virtual machine.
[0013]
FIG. 10 shows a state where the control screen Dc1 and the screen switching unit Dex are displayed in the applet screen Da. The screen switching means Dex is always displayed, and when the user of the terminal device selects a desired control screen Dc1, Dc2, Dc3... From the screen switching means Dex, an arbitrary control screen Dc1, Dc2, Dc3 is displayed in the applet screen Da. ... can be switched and displayed.
[0014]
When the remote control system provides various control functions, it is difficult to provide all functions on one control screen. Further, it is not desirable to simultaneously display mutually exclusive functions on one control screen. Furthermore, providing many unnecessary functions on the same screen causes problems such as a decrease in operability. In the remote control system of FIGS. 9 and 10, the control screen is divided into a plurality of control screens Dc1, Dc2, Dc3... And these control screens Dc1, Dc2, Dc3. There is no problem.
[0015]
However, in the above remote control system, Java byte codes Bc1, Bc2, Bc3,... For displaying each control screen on the Java applet 50 are all included. Therefore, for example, even when it is desired to display the control screen Dc1, the Java applet 50 having a large file size including all the Java bytecodes Bc1, Bc2, Bc3. However, there is a problem that the control screen is started slowly, because it is longer than necessary. Moreover, as the functions provided by the remote control system increase, the activation of the control screen becomes even slower.
[0016]
As a method for solving such a problem, it is conceivable that the server device provides a Java applet for each of the control screens Dc1, Dc2, Dc3,. In this case, since only the Java bytecodes Bc1, Bc2, Bc3,... Of the control screen desired to be displayed on the terminal device can be downloaded from the server device, the startup time of the control screen can be shortened.
[0017]
11 and 12 are explanatory diagrams for explaining one proposal for shortening the startup time of the Java applet in the remote control system. FIG. 11 shows files provided from the server device to the terminal device. And FIG. 12 shows a display screen of the terminal device.
[0018]
The server apparatus has a main HTML file 12 for switching screens, control HTML files 21, 22, 23,... Corresponding to the control screens Dc1, Dc2, Dc3, and so on, and corresponding to the control screens Dc1, Dc2, Dc3,. Are stored, and these files can be downloaded from the server device to the terminal device.
[0019]
The Java applets 51, 52, 53,... Are virtual machine programs each comprising a Java bytecode sequence for displaying the control screens Dc1, Dc2, Dc3,. Are HTML files including applet tags Tap1, Tap2, Tap3,... For activating Java applets 51, 52, 53,. Therefore, when the web browser processes the control HTML files 21, 22, 23,..., The Java applet is activated, and the control screens Dc1, Dc2, Dc3,... Are respectively displayed on the applet screen Da in the control browser screen Db2. You.
[0020]
The main HTML file 12 includes an HTML code Tex as a screen switching procedure for switching and displaying the control screens Dc1, Dc2, Dc3. This screen switching procedure can be a procedure described by, for example, a Java script and calling a function provided by a web browser. With the HTML code Tex, a screen switching unit Dex for selecting any of the control screens Dc1, Dc2, Dc3,... Is displayed in the main browser screen Db1. Further, when the user performs an operation input on the screen switching unit Dex, the control browser screen Db2 displaying the control screen is closed, and the control browser screen Db2 displaying the selected control screen is newly opened, whereby the control is performed. The screen is switched.
[0021]
FIG. 13 is a sequence diagram showing the operation of the remote control system shown in FIGS. 11 and 12. In the figure, the main browser process is a browser process that processes the main HTML file 12, the control browser process is a browser process that processes the control HTML files 21, 22, 23, and the applet process is a Java applet 51, 52, 53,. This is a Java virtual machine process.
[0022]
First, the web browser of the terminal device downloads the main HTML file 12 specified by the user using a URL (Uniform Resource Locator) from the server device, processes the file, and displays the browser screen Db1. At this time, the screen switching unit Dex is displayed in the browser screen Db1.
[0023]
When the user operates the screen switching unit Dex to select the control screen Dc1, a new browser process for processing the control HTML file 21 is started according to the screen switching procedure Tex. That is, while the control browser screen Db2 is displayed, the Java applet 51 is downloaded from the server device, and the control screen Dc1 is displayed in the applet screen Da of the control browser screen Db2.
[0024]
When switching from the control screen Dc1 to the control screen Dc2, the user only has to operate the screen switching means Dex in the main browser screen Db1 again and select the control screen Dc2. When the screen switching operation is performed, the main browser process terminates the browser process for processing the control HTML file 21 and starts a new browser process for processing the control HTML file 22. Therefore, the control screen Dc1 is closed, the control screen Dc2 is newly opened, and the screen is switched from the control screen Dc1 to the control screen Dc2.
[0025]
In this manner, in the remote control system described with reference to FIGS. 11 to 13, when displaying the control screen, the Java applets 51, 52, 53,... Corresponding to the control screen are downloaded. Therefore, the download time when the control screen is activated can be shortened, and the control screen can be activated in a short time.
[0026]
However, in this remote control system, the control screens Dc1, Dc2, Dc3... Are displayed on the control browser screen Db2, whereas the screen switching unit Dex is displayed on the browser screen Db1. That is, there is a problem that the screen switching cannot be performed within the control screens Dc1, Dc2, Dc3..., And the operability of the screen switching is poor.
[0027]
[Problems to be solved by the invention]
In the latter remote control system, for example, when the screen switching means Dex is provided on the control screen Dc1 and the screen is switched to the control screen Dc2, a browser process (new browser process) for processing the HTML file 22 is executed from the Java applet 51. You can also start it. However, the Java applet 51 terminates the browser process (old browser process) that processes the HTML file 21 that is its own activation source, and cannot close its own browser screen. Therefore, there is a problem that switching display between control screens cannot be performed.
[0028]
As a further method for solving such a problem, a new browser process may terminate an old browser process. However, in this case, since the new browser process is started before the end of the old browser process, there is a new problem that it is difficult to manage the display state of the control screen.
[0029]
The present invention has been made in view of the above circumstances, and when executing a downloaded virtual machine program on a web browser to switch and display two or more control screens, shortens the startup time of the control screens. It is another object of the present invention to provide a remote control method capable of inputting a control screen switching display on the control screen. It is another object of the present invention to provide a remote control method capable of managing a display state of a control screen.
[0030]
In addition, when a virtual machine program executed on a web browser is provided via a communication network and two or more application screens are switched and displayed on a client device, download time of the virtual machine program is reduced, and a screen switching unit is provided. An object is to provide a server device provided on an application screen. It is another object of the present invention to provide a server device capable of managing a display state of an application screen in a client device. Still another object of the present invention is to provide a virtual machine program provided by the server device.
[0031]
[Means for Solving the Invention]
A remote control method according to the present invention is a remote control method for executing a virtual machine program acquired from a server device on a web browser to display a control screen, and remotely controlling a controlled device via a communication network, A first browser process that processes the first web page description file activates a first virtual machine program to display a first control screen, and processes a second web page description file Is configured to start a second virtual machine program and display a second control screen.
[0032]
Then, the execution process of the first virtual machine program displays screen switching means for switching to the second control screen on the first control screen, and the first browser process executes the screen switching operation based on the user's screen switching operation. Then, the processing target is switched from the first web page description file to the third web page description file for starting the second browser process.
[0033]
With such a configuration, a virtual machine program can be acquired for each control screen from the server device, the control screen can be switched and displayed, and a screen switching operation can be performed on the control screen. Therefore, it is possible to provide a remote control method in which the startup time of the control screen is short and the operability at the time of screen switching is excellent.
[0034]
For example, the first and second web page description files in the present invention are control HTML files 21 and 22 in the following embodiments, the first and second virtual machine programs are Java applets 31 and 32, and the third web The page description files correspond to the switching HTML files 42, respectively.
[0035]
Further, in the remote control method according to the present invention, the fourth web page description file has first and second start functions for starting the first and second browser processes, respectively. Then, the first browser process is activated by the main browser process that processes the fourth web page description file calling the first activation function. Further, the first browser process that processes the third web page description file calls the second activation function, so that the second browser process is activated.
[0036]
With such a configuration, when switching from the first control screen to the second control screen is performed, both the first and second browser processes that display the control screen before and after the switching are both the main browser process and the parent process. Can be started as For example, the fourth web page description file in the present invention corresponds to the main HTML file 10 in the following embodiment.
[0037]
Further, in the remote control method according to the present invention, the main browser process holds a state flag indicating a display state of the control screen, and the state flag is updated to non-display when the processing of the first web page description file ends. , Is updated during the display after the processing of the third web page description file is started. With such a configuration, the value of the state flag can be made to match the display state of the control screen, and the main browser process can manage the display states of the first and second control screens.
[0038]
Further, in the remote control method according to the present invention, the updating of the status flag during the display is performed after the activation of the second browser process. With such a configuration, the value of the status flag and the display status of the control screen can be more reliably matched.
[0039]
Further, in the remote control method according to the present invention, the main browser process displays control screen activation means for allowing a user to select the display of a first control screen on a browser screen, and performs the control based on the status flag. Disable the screen starter. With such a configuration, the control screen can be displayed from the browser screen of the main browser process, and the display of two or more control screens from the same browser screen can be prevented.
[0040]
The server device according to the present invention is a server device that provides two or more application screens that are switched and displayed to a client device, is executed by a virtual machine on a web browser, and displays the first and second application screens respectively. First and second virtual machine programs to be displayed, first and second web page description files for activating the first and second virtual machine programs, respectively, and a browser process for processing the second web page description file And a third web page description file for launching the client device via the communication network. Then, the first virtual machine program has a procedure for switching the processing target of the browser process for processing the first web page description file from the first web page description file to the third web page description file.
[0041]
With such a configuration, the virtual machine program can be provided from the server for each application screen, and the client device can switch the screen from one application screen to the other application screen. Therefore, it is possible to realize a server device that provides an application screen with a short startup time so that the application screen can be switched and displayed on the application screen.
[0042]
Further, in the server device according to the present invention, the first virtual machine program displays screen switching means for selecting screen switching to the second application screen on the first application screen, and allows the user to perform screen switching operation. And switching the processing target of the browser process for processing the first web page description file to the third web description file based on the first web page description file. With such a configuration, the application screen can be switched on the application screen. Therefore, a server device that provides an application screen with excellent operability can be realized.
[0043]
Further, the server device according to the present invention includes a first and a second activation function for activating a browser process for processing the first and second web page description files, respectively, and a procedure for calling the first activation function. The third web page description file is configured to provide the web page description file to a client device via a communication network, and the third web page description file has a procedure for calling a second activation function. With such a configuration, when the application screen is switched, the browser process for processing the fourth web page description file can be activated as a parent process together with each browser process for displaying the application screen before and after the switching. it can.
[0044]
Further, the server device according to the present invention has a procedure in which the fourth web page description file holds a status flag indicating a display state of the application screen, and the status flag is set when the processing of the first web page description file ends. The status flag is updated to non-display, and the status flag is updated to being displayed after the processing of the third web page description file is started. With such a configuration, the value of the state flag can be made to match the display state of the application screen, and the browser process that processes the fourth web page description file manages the display states of the first and second application screens. can do.
[0045]
Further, the server device according to the present invention updates the status flag to “displaying” after downloading the second web page description file. With such a configuration, the value of the status flag and the display status of the application screen can be more reliably matched.
[0046]
Also, in the server device according to the present invention, the fourth web page description file may include a procedure for displaying a browser screen having screen activation means for activating an application screen, and a first Web page description file based on a screen activation operation by a user. It has a procedure for activating a browser process for processing the web page description file, and a procedure for invalidating the screen activating means based on the status flag. With such a configuration, it is possible to prevent two or more application screens from being activated when the application activation screen is activated by operating the screen activation unit.
[0047]
Further, the server device according to the present invention includes a network connection unit that can simultaneously or selectively connect two or more controlled devices to a communication network, and the first and second application screens are provided for each of the controlled devices. It is configured as a control screen. With such a configuration, a switchable control screen can be provided for each controlled device.
[0048]
Also, in the server device according to the present invention, a video output device is connected as the controlled device, and the first and second application screens display an output video from the video output device and the video output device Is configured to display control input means to the user. With such a configuration, a control screen of the video output device can be provided.
[0049]
Further, the virtual machine program according to the present invention is a virtual machine program started by a first browser process for processing a first web page description file and executed by a virtual machine on the browser, via a communication network. A procedure for displaying a first control screen for remotely controlling a controlled device, a procedure for displaying a screen switching unit on the first control screen for allowing a user to select switching to a second control screen, Switching the processing target of the browser process for processing the first web page description file to the third browser process based on the screen switching operation by the browser. Then, by starting the processing of the third web page description file, the function in the fourth web page description file, which is the activation source of the first web page description file, is replaced by another virtual machine program. A start function is started to start and start a second web page description file for displaying a second control screen.
[0050]
With such a configuration, it is possible to provide a virtual machine program that is provided from the server device to the terminal device for each control screen, displays the control screen, and enables a screen switching operation on the control screen.
[0051]
BEST MODE FOR CARRYING OUT THE INVENTION
Embodiment 1 FIG.
FIG. 1 is a block diagram showing a schematic configuration example of a remote control system to which a remote control method according to a first embodiment of the present invention is applied. In the figure, 1 is a controlled device, 2 is a network connection device (server device), 3 is a communication network, and 5 is a terminal device (client device).
[0052]
The communication network 3 is a network capable of two-way communication such as the Internet, a LAN (Local Area Network), and the like, to which the network connection device 2 and many terminal devices 5 are connected. The controlled device 1 is connected to the communication network 3 via the network connection device 2, and the terminal device 5 can remotely control the controlled device 1 via the communication network 3.
[0053]
The network connection device 2 not only connects the controlled device 1 to the network, but also provides the terminal device 5 with a control screen for remotely controlling the controlled device 1. That is, the network connection device 2 transmits a file for displaying a control screen to the requesting terminal device 5 based on the request of the terminal device 5. In this case, the network connection device 2 is a server device, and the terminal device 5 is a client device.
[0054]
The terminal device 5 is a general-purpose terminal device such as a PC in which a WWW browser is installed, and can download an HTML file from the network connection device 2 and display a browser screen. In addition, the WWW browser can download a Java applet from the network connection device 2, execute the Java applet using a Java virtual machine on a web browser, and display a control screen on the browser screen.
[0055]
FIG. 2 is a block diagram showing one configuration example of the network connection device 2 of FIG. In the figure, 100 is a local I / F, 101 is a network I / F, 102 is a connection control unit, 103 is a file transmission control unit, and 104 is a file storage unit.
[0056]
The local I / F 100 and the network I / F 101 are interface units that are wirelessly or wiredly connected to the controlled device 1 and the communication network 3, respectively. The control data for the controlled device 1 transmitted from the terminal device 5 is received by the connection control unit 102 via the network I / F 101, and after the format conversion and the like is performed, the controlled device 1 is controlled via the local I / F 100. 1 is output. Further, based on the request from the terminal device 5, the connection control unit 102 transmits the output data of the controlled device 1 received via the local I / F 100 to the requesting terminal device 5 via the network I / F 101. I do.
[0057]
On the other hand, the file request from the terminal device 5 is received by the file transmission control unit 103 via the network I / F 101. The file transmission control unit 103 reads the requested file from the file storage unit 104 and transmits the file to the requesting terminal device 5 via the network I / F 101. The file storage unit 104 is a storage device that stores an HTML file for providing a control screen to the terminal device 5 and a Java applet. If a read-only semiconductor memory (ROM) is used as the file storage unit 104, the network connection device 2 can be realized at low cost.
[0058]
FIG. 3 is a diagram showing an example of a screen display of the terminal device 5 of FIG. On the terminal device 5, one main browser screen Db1 and one control browser screen Db2 are displayed. A predetermined area on the control browser screen Db2 is an applet screen Da, and control screens Dc1, Dc2, Dc3,... Are displayed in the applet screen Da. The control screen provided from the network connection device 2 includes a plurality of control screens Dc1, Dc2, Dc3,..., And the control browser screen Db2 displays one of the control screens Dc1, Dc2, Dc3,. .
[0059]
A screen switching unit Dex is displayed in the control screens Dc1, Dc2, Dc3,..., And the user can switch the control screen by operating the screen switching unit Dex. That is, the control screen can be switched on the control screen.
[0060]
FIG. 4 is a diagram showing an example of a file stored in the file storage unit 104 of FIG. The file storage unit 104 stores an HTML file (main HTML file) 10 for the main browser screen Db1, an HTML file (control HTML file) 21, 22, 23,... For the control browser screen Db2, and Java for each control screen. , And HTML files for switching screens (switching HTML files) 41, 42, 43,... Are stored.
[0061]
The control HTML files 21, 22, 23, ... are web page description files for displaying the control screens Dc1, Dc2, Dc3, ... on the control browser screen Db2, and start the corresponding Java applets 31, 32, 33, ... Contains each applet tag. For example, when the processing process of the control HTML file 21 is started, a Java virtual machine process (applet process) for executing the Java applet 31 is started, and the control screen Dc1 is displayed by the Java virtual machine process.
[0062]
The Java applets 31, 32, 33,... Are application programs composed of Java bytecode strings for displaying the control screens Dc1, Dc2, Dc3,. Here, the control screens Dc1, Dc2, Dc3... Are control screens that provide control functions that are mutually exclusive. For example, there is a relationship between control screens for different controlled objects 1 or control screens for different operations or functions in the same controlled device 1.
[0063]
Each of the Java applets 31, 32, 33,... Includes a Java bytecode string as a screen switching procedure Bex. In accordance with the screen switching procedure Bex, for example, a combo box is displayed on each of the control screens Dc1, Dc2, Dc3,... As the screen switching means Dex. When the user operates the screen switching unit Dex to select a desired control screen and instructs screen switching, the processing target of the control browser screen Db2 is changed from the control HTML files 31, 32, 33,. , 43..., And the switching HTML file reads a start function for starting the selected control screen.
[0064]
The main HTML file 10 is a web page description file including two or more activation functions Fs1, Fs2, Fs3,. These activation functions are described by a Java script, and can activate browser processes (control browser processes) that process the control HTML files 21, 22, 23,. That is, by calling these activation functions, the control browser screen Db2 is opened, and the control screens Dc1, Dc2, Dc3... Corresponding to the activation functions are displayed.
[0065]
.. Can be called not only from the processing process of the main HTML file 10 (main browser process) but also from a parent-child browser process. That is, it can be called from a browser process corresponding to a child process when the main browser process is the parent process. However, it cannot be called from the Java virtual machine process.
[0066]
The switching HTML files 41, 42, 43,... Are web page description files for displaying the switched control screens Dc1, Dc2, Dc3,. .. Correspond to the control screens Dc1, Dc2, Dc3,... After switching, respectively, and a file corresponding to the control screen selected by the screen switching means Dex is processed at the time of screen switching. You. This process is started by the applet process displaying the control screens Dc1, Dc2, Dc3... Before switching, switching the processing target of the control browser process that is the activation source.
[0067]
Each of the switching HTML files 41, 42, 43,... Terminates a call function Fc1, Fc2, Fc3... For starting a control browser process corresponding to the control screen selected by the user, and a control browser process that processes itself. The termination function Fe is included. These functions are described by a Java script.
[0068]
The calling functions Fc1, Fc2, Fc3... Are functions that call the starting functions Fs1, Fs2, Fs3. In other words, instead of directly starting the control browser process after screen switching from the control browser process that processes the switching HTML files 41, 42, 43,..., The main browser process starts the control HTML file processing process. . Therefore, the control browser process will always be started by the main browser process.
[0069]
FIG. 5 is a sequence diagram showing an example of the operation in the terminal device 5 of FIG. 1, and shows how the screen is switched between the control screens Dc1, Dc2, Dc3,. The main browser process in the figure is a browser process for processing the main HTML file 10, the control browser process is a browser process for processing the control HTML files 21, 22, 23,..., And the applet process is for Java applets 31, 32, 33,. This is a Java virtual machine process.
[0070]
First, the main HTML file 10 is downloaded from the network connection device 2 by the user specifying the URL in the WWW browser of the terminal device 5. Thereafter, when the processing process of the main HTML file 10 executes the activation function Fs1 to activate the processing process of the control HTML file 21, the execution process of the Java applet 31 is further activated, and the control screen Dc1 is displayed. FIG. 5 shows a state where the screen is switched from the control screen Dc1 to the control screen Dc2 in this state.
[0071]
When the user operates the screen switching means Dex in the applet screen Da and instructs the screen switching to the control screen Dc2, the execution process of the Java applet 31 is executed by the control browser process that is the activation source of the execution process. To change the HTML file to be changed. Upon receiving this message, the control browser process switches the processing target from the control HTML file 21 to the switching HTML file 42.
[0072]
That is, the control browser process ends the processing of the control HTML file 21 based on the message from the applet process. When the processing of the control HTML file 21 ends, the execution process of the Java applet 31 started by the control HTML file 21 and displaying the control screen Dc1 ends, and the control screen Dc1 is closed.
[0073]
On the other hand, the switching HTML file 42 is an HTML file for switching the screen to the control screen Dc2, and the processing is started when the control browser process already started switches the processing target. That is, after the processing of the control HTML file 21 is completed, the switching HTML file 42 is downloaded from the network connection device 2 and the processing is started. Note that the control browser process that is processing the switching HTML file does not need to display the browser screen Db2 because it does not interface with the user.
[0074]
The control browser process calls the start function Fs2 for activating the control HTML file 22 to the main browser process according to the downloaded switching HTML file 42, and then calls the end function Fe to terminate its own process. By calling the start function Fs2, the main browser process starts a browser process that processes the control HTML file 22.
[0075]
The newly started control browser process downloads the control HTML file 22, displays the control browser screen Db2, and then starts the execution process of the Java applet 32. By this applet process, the control screen Dc2 having the screen switching means Dex is displayed in the applet screen Da.
[0076]
If the user operates the screen switching means Dex on the control screen Dc2 to select another control screen, switching to the other control screen can be performed in exactly the same manner as described above. In this manner, by operating the screen switching means Dex on the control screens Dc1, Dc2, Dc3..., The screen can be switched to any of the control screens Dc1, Dc2, Dc3.
[0077]
FIG. 6 is a diagram showing an example of a screen display when the control browser screen Db2 is opened from the main browser screen Db1. FIG. 6A shows a state where the control browser screen Db2 is not displayed, and FIG. () Shows a state in which the control browser screen Db2 is displayed.
[0078]
On the main browser screen Db1 immediately after activation, an operation button Ds as a control screen activation means is displayed. When the user presses the operation button Ds, the control browser screen Db2 is activated, and predetermined control screens Dc1, Dc2, Dc3,... Are displayed. (B) in the figure shows an example in which the control screen Dc1 is displayed.
[0079]
While the control browser screen Db2 is being displayed, the operation button Ds is invalidated so that another control browser screen Db2 is not started repeatedly. Thereafter, when the currently displayed control browser screen Db2 is closed, the operation button Ds is activated again, and the control browser screen Db2 can be activated from the main browser screen Db1.
[0080]
The main browser process manages the display state of the control browser screen Db2, and disables and enables the operation button Ds based on this display state. The main browser process holds a state flag that holds the display state of the control browser Db2, and the display state of the control browser screen Db2 is managed using this state flag.
[0081]
The status flag is a binary flag indicating “displaying” or “non-display” of the control browser screen Db2, and is updated at the start and end of the processing of the control HTML files 21, 22, 23,. The initial value of the state flag is “non-display”, and when the start functions Fs1, Fs2, Fs3... Are called, the state flag is changed to “displaying”.
[0082]
That is, the state flag is updated to “displaying” when the user presses the operation button Ds of the main browser screen Db1 or when the user selects screen switching by the screen switching unit Dex. This flag update procedure is defined, for example, in the start-up functions Fs1, Fs2, Fs3,..., And when these functions are executed, the status flag is updated to “displaying”.
[0083]
On the other hand, the status flag is updated to “non-display” when the main browser process receives a message from the OS (Operating System) that processing of the control HTML file has ended. When the control browser process ends the processing of the control HTML file, the main browser process that is the parent process that has started the processing process can receive a message from the OS. For this reason, the main browser process changes the state flag of “displaying” to “non-display” based on this message.
[0084]
In this way, when the main browser process manages the display state of the control browser screen Db2, if the order of starting and ending the control browser process at the time of screen switching is changed, the control browser screen Db2 is displayed. The actual display state does not match the value of the state flag. That is, when the processing of the control HTML file before the screen switching ends after the processing of the control HTML file after the screen switching, the status flag is changed to “non-display” at the end of the processing after the processing start. For this reason, the value of the status flag becomes “non-display” even when the control browser screen Db2 is being displayed.
[0085]
However, in the present embodiment, as shown in FIG. 5, after the switching browser process 42 completes the processing of the control HTML file 21 before the screen switching, the switching browser process 42 starts the functions Fs1, Fs2 and Fs2 of the control browser process after the screen switching. Fs3 is called. Therefore, after the processing of the control HTML file 21 before the screen switching is completed, the processing of the control HTML file 22 after the screen switching can be started.
[0086]
According to the present embodiment, the terminal device downloads the Java applet for each control screen Dc1, Dc2, Dc3,... And displays the control screen. Also, a screen switching unit Dex is displayed on each control screen, and the user can switch the control screen by performing an operation input on the control screen. For this reason, the download time of the Java applet can be reduced and each control screen can be quickly activated without lowering the operability at the time of screen switching.
[0087]
Further, according to the present embodiment, at the time of screen switching, after the switching browser process ends processing of the control HTML file before screen switching, processing of the switching HTML file is started, and the processing process of this switching HTML file is: Start the control browser process that displays the control screen after screen switching. Therefore, the value of the state flag of the main browser process can be made to match the actual display state of the control screens Dc1, Dc2, Dc3..., And the main browser process can appropriately manage the display state of the control screen. it can. Therefore, it is possible to prevent the activation of two or more control browser screens Db2 from the same main browser screen Db1.
[0088]
Embodiment 2 FIG.
In the first embodiment, an example has been described in which the procedure for updating the status flag to “displaying” is defined in the activation functions Fs1, Fs2, Fs3,. With such a configuration, the state flag is switched by a common method both when the control screen Db1 is newly displayed by the operation button Ds and when the screen is switched by the screen switching unit Dex. It can be performed. On the other hand, in the present embodiment, a case will be described in which a process that calls the activation functions Fs1, Fs2, Fs3,... Updates the status flag to “displaying”.
[0089]
Each of the processes that invoke the activation functions Fs1, Fs2, Fs3,... Updates the status flag to “displaying” before or after invoking these activation functions. That is, if the user operates the operation button Ds on the main browser screen Db1 and the control screen Db1 is newly displayed, the main browser process updates the status flag to “being displayed” before and after calling the startup function. Is done. If the screen switching means Dex is operated by the user and screen switching is performed, a flag update message is sent to the main browser process by the control browser process that is processing the switching HTML file, and the startup function The status flag is updated to “displaying” before or after calling.
[0090]
As another case, a procedure for updating the status flag to “displaying” in the switching HTML files 41, 42, 43,... May be defined. That is, the control browser process may send a flag update message to the main browser process at the start of the process according to the downloaded switching HTML file to update the status flag to “displaying”.
[0091]
Note that, from the viewpoint of preventing the order of changing the flag from “non-display” to “displaying” at the time of screen switching, transmission of the flag change message is later than the processing HTML of the control HTML file. It is more desirable to be sent in time. For this reason, it is desirable that the flag change message be transmitted after calling the activation function Fs2 for activating the switched control screen Dc2, and more desirably immediately before the control browser process ends.
[0092]
Embodiment 3 FIG.
In the second embodiment, an example has been described in which the control browser process before screen switching, that is, the browser process that is processing the switching HTML files 41, 42, 43,... Sends a flag change message. On the other hand, in the present embodiment, a case will be described in which the control browser process after screen switching sends a flag change message to the main browser process.
[0093]
FIG. 7 is a sequence diagram showing an example of the operation according to the third embodiment of the present invention. This figure shows a state where the screen is switched from the state where the control screen Dc1 is displayed to the control screen Dc2, as in the case of FIG.
[0094]
In the present embodiment, the procedure for sending a flag change message to the main browser process is specified in each of the control HTML files 21, 22, 23,. Therefore, in FIG. 7, the control browser process starts processing the downloaded control HTML file 22 to send a message to the main browser process, and the status flag is changed to “displaying”.
[0095]
In this way, by changing the status flag of the main browser process from the control browser process after screen switching, the value of the status flag and the actual display state of the control screen can be more reliably matched.
[0096]
Embodiment 4 FIG.
FIG. 8 is a block diagram showing a configuration example of a remote control system to which the remote control system according to each of the above embodiments is applied. The network connection device 2 can connect two or more different video output devices as the controlled device 1, and outputs a video signal from the video output device to the terminal device 5 based on a request from the terminal device 5. Further, the network connection device 2 provides a control screen for each connectable video output device to the terminal device 5, and the user of the terminal device 5 switches these control screens and displays a desired control screen. Can be done.
[0097]
For example, if the controlled device 1 is a surveillance camera, on the control screen of the terminal device 5, the shooting direction such as pan / tilt operation of the surveillance camera is controlled, and the output video is displayed on the control screen of the terminal device 5. Can be done. Further, if the controlled device 1 is a video recording / reproducing device, the recording / reproducing operation can be controlled on the control screen and the output video can be displayed.
[0098]
FIG. 8A shows an example of a remote control system in which two or more different video output devices are selectively connected to the network connection device 2. The network connection device 2 can connect a camera A, a camera B, and a video recorder as the controlled device 1, but only one of these video output devices can be connected at the same time. The network connection device 2 provides control screens for all of these connectable video output devices.
[0099]
The user of the terminal device 5 can remotely control the video output device by switching the control screen and displaying the control screen corresponding to the video output device actually connected to the network connection device 2. Therefore, there is no need to prepare a dedicated network connection device 2 for each controlled device 1. Moreover, the network connection device 2 can provide various control screens of the controlled device 1 simply by increasing the file storage capacity without adopting a complicated configuration.
[0100]
FIG. 8B shows an example of a remote control system in which two or more different video output devices are simultaneously connected to the network connection device 2. In this network connection device 2, cameras A, B and a video recorder are simultaneously connected as controlled devices 1, and the network connection device 2 provides control screens for all of these video output devices.
[0101]
The user of the terminal device 5 switches a control screen to display a control screen corresponding to a video output device to be controlled, thereby selecting a desired video output device from two or more video output devices and performing remote control. can do.
[0102]
According to each of the above embodiments, since each control screen can be quickly displayed without deteriorating operability when switching control screens, various controlled devices 1 are connected simultaneously or selectively. In the case of a possible network connection device, the network control device 2 can have a function as a server device that provides control screens of all the controlled devices 1.
[0103]
In each of the above-described embodiments, the case has been described where the network connection device 2 that connects the controlled device 1 to the communication network 3 provides a control screen of the controlled device 1. It is not limited to such cases. That is, a server device that provides a control screen may be provided in the communication network 3 separately from the network connection device 2.
[0104]
Further, in each of the above embodiments, the case of the remote control system that provides the terminal device 5 with a control screen for remotely controlling the controlled device 1 has been described, but the present invention is applicable to such a case. Not limited. That is, the present invention can be applied to a system that provides the terminal device 5 with various application screens other than the control screen.
[0105]
【The invention's effect】
According to the present invention, it is possible to acquire a virtual machine program from a server device for each control screen and switch and display the control screen. Further, a screen switching operation can be performed on the control screen. Therefore, it is possible to provide a remote control method in which the startup time of the control screen is short and the operability at the time of screen switching is excellent.
[0106]
Further, according to the present invention, a virtual machine program for each application screen is provided from the server, and the client device can switch the screen from one application screen to the other application screen. Therefore, it is possible to provide a server device that provides an application screen that can be switched and displayed with a short startup time.
[0107]
Further, according to the present invention, it is possible to provide a virtual machine program which is provided from the server device to the terminal device for each control screen, displays the control screen, and allows a screen switching operation on the control screen.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a schematic configuration example of a remote control system to which a remote control method according to a first embodiment of the present invention is applied.
FIG. 2 is a block diagram showing a configuration example of a network connection device 2 of FIG.
FIG. 3 is a diagram showing an example of a screen display of the terminal device 5 of FIG.
FIG. 4 is a diagram illustrating an example of a file stored in a file storage unit 104 of FIG. 2;
FIG. 5 is a sequence diagram showing an example of an operation in the terminal device 5 of FIG.
FIG. 6 is a diagram showing an example of a screen display when a control browser screen Db2 is opened from a main browser screen Db1.
FIG. 7 is a sequence diagram showing an example of an operation according to the third embodiment of the present invention.
FIG. 8 is a block diagram showing a configuration example of a remote control system to which a remote control method according to a fourth embodiment of the present invention is applied.
FIG. 9 shows a file provided from a server device to a terminal device in a conventional remote control system.
FIG. 10 shows a display screen of a terminal device of a conventional remote control system.
FIG. 11 is an explanatory diagram for describing one proposal for shortening the startup time of a Java applet, in which files provided from a server device to a terminal device are shown.
FIG. 12 is an explanatory diagram for describing one proposal for shortening the startup time of a Java applet, and shows a display screen of a terminal device.
FIG. 13 is a sequence diagram showing an operation of the remote control system of FIGS. 11 and 12.
[Explanation of symbols]
1 controlled device
2 Network connection device
3 communication network
5 Terminal device
10 Main HTML file
21, 22, 23 ... Control HTML file
31, 32, 33 ... Java applet
41, 42, 43 ... Switching HTML file
100 Local I / F
101 Network I / F
102 Connection control unit
103 File transmission control unit
104 File storage unit
Bex screen switching procedure (Java bytecode)
Da applet screen
Db1 main browser screen
Db2 control browser screen
Dc1, Dc2, Dc3 ... Control screen
Dex screen switching means
Ds operation button
Fe termination function
Fs1, Fs2, Fs3 activation function
Tap1, Tap2, Tap3 ... Applet tag
Tex screen switching procedure

Claims (14)

サーバ装置から取得した仮想マシンプログラムをウェブブラウザ上で実行して制御画面を表示し、通信ネットワークを介して被制御装置を遠隔制御する遠隔制御方法において、
第1のウェブページ記述ファイルを処理する第1のブラウザプロセスが、第1の仮想マシンプログラムを起動して第1の制御画面を表示し、
第2のウェブページ記述ファイルを処理する第2のブラウザプロセスが、第2の仮想マシンプログラムを起動して第2の制御画面を表示し、
第1の仮想マシンプログラムの実行プロセスが、第1の制御画面上に第2の制御画面への画面切替手段を表示し、
第1のブラウザプロセスが、ユーザの画面切替操作に基づいて、処理対象を第1のウェブページ記述ファイルから、第2のブラウザプロセスを起動するための第3のウェブページ記述ファイルへ切り替えることを特徴とする遠隔制御方法。
A remote control method for executing a virtual machine program acquired from a server device on a web browser to display a control screen and remotely controlling a controlled device via a communication network,
A first browser process that processes the first web page description file launches a first virtual machine program to display a first control screen;
A second browser process that processes the second web page description file launches a second virtual machine program to display a second control screen;
An execution process of the first virtual machine program displays screen switching means for switching to the second control screen on the first control screen;
The first browser process switches a processing target from a first web page description file to a third web page description file for starting a second browser process, based on a screen switching operation of a user. And remote control method.
第4のウェブページ記述ファイルが、第1及び第2のブラウザプロセスをそれぞれ起動させる第1及び第2の起動関数を有し、
第4のウェブページ記述ファイルを処理する主ブラウザプロセスが、第1の起動関数を呼び出すことにより、第1のブラウザプロセスが起動され、
第3のウェブページ記述ファイルを処理する上記第1のブラウザプロセスが第2の起動関数を呼び出すことにより、第2のブラウザプロセスが起動されることを特徴とする請求項1に記載の遠隔制御方法。
A fourth web page description file having first and second launch functions for launching first and second browser processes, respectively;
The main browser process that processes the fourth web page description file invokes the first startup function to launch the first browser process,
The remote control method according to claim 1, wherein the second browser process is started by the first browser process that processes the third web page description file calling a second start function. .
上記主ブラウザプロセスは、制御画面の表示状態を示す状態フラグを保持し、
この状態フラグは、第1のウェブページ記述ファイルの処理終了時に非表示へ更新され、第3のウェブページ記述ファイルの処理開始後に表示中へ更新されることを特徴とする請求項2に記載の遠隔制御方法。
The main browser process holds a state flag indicating a display state of the control screen,
3. The status flag according to claim 2, wherein the status flag is updated to non-display when the processing of the first web page description file is completed, and is updated to be displayed after the processing of the third web page description file is started. Remote control method.
上記状態フラグの表示中への更新は、第2のブラウザプロセスの起動後に行われることを特徴とする請求項3に記載の遠隔制御方法。4. The remote control method according to claim 3, wherein the updating of the status flag during the display is performed after the activation of the second browser process. 上記主ブラウザプロセスは、ブラウザ画面上に第1の制御画面の表示をユーザに選択させる制御画面起動手段を表示するとともに、上記状態フラグに基づいて、この制御画面起動手段を無効化することを特徴とする請求項2、3又は4に記載の遠隔制御方法。The main browser process displays control screen activation means for allowing a user to select the display of a first control screen on a browser screen, and invalidates the control screen activation means based on the status flag. The remote control method according to claim 2, 3, or 4. 切替表示される2以上のアプリケーション画面をクライアント装置に提供するサーバ装置であって、
ウェブブラウザ上で仮想マシンにより実行され、第1及び第2のアプリケーション画面をそれぞれ表示する第1及び第2の仮想マシンプログラムと、
第1及び第2の仮想マシンプログラムをそれぞれ起動する第1及び第2のウェブページ記述ファイルと、
第2のウェブページ記述ファイルを処理するブラウザプロセスを起動するための第3のウェブページ記述ファイルとを通信ネットワークを介してクライアント装置に提供し、
上記第1の仮想マシンプログラムが、第1のウェブページ記述ファイルを処理するブラウザプロセスの処理対象を第1のウェブページ記述ファイルから、第3のウェブページ記述ファイルへ切り替える手順を有することを特徴とするサーバ装置。
A server device for providing a client device with two or more application screens switched and displayed,
First and second virtual machine programs executed by a virtual machine on a web browser to display first and second application screens, respectively;
First and second web page description files for launching first and second virtual machine programs, respectively;
Providing a client device via a communication network with a third web page description file for launching a browser process that processes the second web page description file;
The first virtual machine program has a procedure for switching a processing target of a browser process for processing the first web page description file from the first web page description file to a third web page description file. Server device.
上記第1の仮想マシンプログラムが、第1のアプリケーション画面上に第2のアプリケーション画面への画面切替を選択する画面切替手段を表示し、ユーザによる画面切替操作に基づいて、第1のウェブページ記述ファイルを処理するブラウザプロセスの処理対象を第3のウェブ記述ファイルへ切り替える手順を有することを特徴とする請求項6に記載のサーバ装置。The first virtual machine program displays screen switching means for selecting screen switching to the second application screen on the first application screen, and describes the first web page description based on the screen switching operation by the user. 7. The server device according to claim 6, further comprising a procedure for switching a processing target of a browser process for processing the file to a third web description file. 第1及び第2のウェブページ記述ファイルを処理するブラウザプロセスをそれぞれ起動させる第1及び第2の起動関数と、第1の起動関数を呼び出す手順とを有する第4のウェブページ記述ファイルを通信ネットワークを介してクライアント装置に提供し、
上記第3のウェブページ記述ファイルが、第2の起動関数を呼び出す手順を有することを特徴とする請求項6に記載のサーバ装置。
A fourth web page description file having a first and a second activation function for activating a browser process for processing the first and the second web page description file, respectively, and a procedure for calling the first activation function. To the client device via
7. The server device according to claim 6, wherein the third web page description file has a procedure for calling a second activation function.
上記第4のウェブページ記述ファイルが、アプリケーション画面の表示状態を示す状態フラグを保持する手順を有し、
第1のウェブページ記述ファイルの処理終了時に状態フラグが非表示へ更新され、第3のウェブページ記述ファイルの処理開始後に状態フラグが表示中へ更新されることを特徴とする請求項8に記載のサーバ装置。
The fourth web page description file has a procedure for holding a status flag indicating a display status of the application screen;
9. The status flag is updated to non-display at the end of processing of the first web page description file, and the status flag is updated to displaying after processing of the third web page description file is started. Server device.
上記状態フラグの表示中への更新は、第2のウェブページ記述ファイルのダウンロード後に行われることを特徴とする請求項9に記載のサーバ装置。10. The server device according to claim 9, wherein the updating of the status flag during display is performed after downloading the second web page description file. 上記第4のウェブページ記述ファイルが、アプリケーション画面を起動するための画面起動手段を有するブラウザ画面を表示する手順と、ユーザによる画面起動操作に基づいて第1のウェブページ記述ファイルを処理するブラウザプロセスを起動する手順と、上記状態フラグに基づいてこの画面起動手段を無効化する手順とを有することを特徴とする請求項9に記載のサーバ装置。A procedure in which the fourth web page description file displays a browser screen having screen activation means for activating an application screen, and a browser process for processing the first web page description file based on a screen activation operation by a user 10. The server device according to claim 9, further comprising: a procedure for activating the screen activation means; and a procedure for invalidating the screen activation means based on the status flag. 2以上の被制御装置を同時又は選択的に通信ネットワークに接続可能なネットワーク接続手段を備え、
上記第1及び第2のアプリケーション画面が、上記被制御装置ごとの制御画面であることを特徴とする請求項6に記載のサーバ装置。
Network connection means for simultaneously or selectively connecting two or more controlled devices to a communication network,
The server device according to claim 6, wherein the first and second application screens are control screens for each of the controlled devices.
上記被制御装置として映像出力装置が接続され、
上記第1及び第2のアプリケーション画面は、この映像出力装置からの出力映像が表示されるととともに、この映像出力装置への制御入力手段が表示されることを特徴とする請求項6に記載のサーバ装置。
A video output device is connected as the controlled device,
7. The method according to claim 6, wherein the first and second application screens display an output video from the video output device and display control input means to the video output device. Server device.
第1のウェブページ記述ファイルを処理する第1のブラウザプロセスにより起動され、ブラウザ上の仮想マシンによって実行される仮想マシンプログラムであって、
通信ネットワークを介して被制御装置を遠隔制御するための第1の制御画面を表示する手順と、
第1の制御画面上に第2の制御画面への切り替えをユーザに選択させる画面切替手段を表示する手順と、
ユーザによる画面切替操作に基づいて、第1のウェブページ記述ファイルを処理するブラウザプロセスの処理対象を第3のブラウザプロセスに切り替える手順とを有し、
第3のウェブページ記述ファイルの処理を開始することによって、第1のウェブページ記述ファイルの起動元である第4のウェブページ記述ファイル中の関数であって、他の仮想マシンプログラムを起動して第2の制御画面を表示するための第2のウェブページ記述ファイルを起動する起動関数を呼び出すことを特徴とする仮想マシンプログラム。
A virtual machine program launched by a first browser process that processes a first web page description file and executed by a virtual machine on the browser,
Displaying a first control screen for remotely controlling the controlled device via the communication network;
Displaying a screen switching means for allowing the user to select switching to the second control screen on the first control screen;
Switching a processing target of a browser process that processes the first web page description file to a third browser process based on a screen switching operation by a user;
By starting the processing of the third web page description file, a function in the fourth web page description file from which the first web page description file is started, which starts another virtual machine program, A virtual machine program for calling a start function for starting a second web page description file for displaying a second control screen.
JP2003159917A 2003-06-04 2003-06-04 Remote control method, server device, and virtual machine program Expired - Lifetime JP4004993B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003159917A JP4004993B2 (en) 2003-06-04 2003-06-04 Remote control method, server device, and virtual machine program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003159917A JP4004993B2 (en) 2003-06-04 2003-06-04 Remote control method, server device, and virtual machine program

Publications (2)

Publication Number Publication Date
JP2004362266A true JP2004362266A (en) 2004-12-24
JP4004993B2 JP4004993B2 (en) 2007-11-07

Family

ID=34052855

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003159917A Expired - Lifetime JP4004993B2 (en) 2003-06-04 2003-06-04 Remote control method, server device, and virtual machine program

Country Status (1)

Country Link
JP (1) JP4004993B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006305815A (en) * 2005-04-27 2006-11-09 Toshiba Mach Co Ltd Control device of injection molding machine
KR101443557B1 (en) 2014-02-21 2014-09-25 (주)주인정보시스템 Remote instrumentation measurment, monitoring and control system using virtual agent
JP2015114843A (en) * 2013-12-11 2015-06-22 日本電信電話株式会社 Service providing system and method and program
CN107273125A (en) * 2017-06-13 2017-10-20 深圳市创维群欣安防科技股份有限公司 A kind of method and system of long-range toggle screen modes

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006305815A (en) * 2005-04-27 2006-11-09 Toshiba Mach Co Ltd Control device of injection molding machine
JP2015114843A (en) * 2013-12-11 2015-06-22 日本電信電話株式会社 Service providing system and method and program
KR101443557B1 (en) 2014-02-21 2014-09-25 (주)주인정보시스템 Remote instrumentation measurment, monitoring and control system using virtual agent
CN107273125A (en) * 2017-06-13 2017-10-20 深圳市创维群欣安防科技股份有限公司 A kind of method and system of long-range toggle screen modes
CN107273125B (en) * 2017-06-13 2021-03-30 深圳市创维群欣安防科技股份有限公司 Method and system for remotely switching screen modes

Also Published As

Publication number Publication date
JP4004993B2 (en) 2007-11-07

Similar Documents

Publication Publication Date Title
KR100425317B1 (en) Method and system for remote-updating for functions of home devices
JP3984895B2 (en) Information processing apparatus, server apparatus, driver updating method, computer-readable storage medium, and program
AU711869B2 (en) System for transmission of embedded applications over a network
US6360248B1 (en) Data processing method and device
CA2207746A1 (en) Method of manipulating software components through a network with enhanced performance and reduced network traffic
JP4641530B2 (en) Information processing apparatus, driver processing method, and program
JP2002297483A (en) Mobile communication terminal, communication method and program for the terminal
JP4004993B2 (en) Remote control method, server device, and virtual machine program
US20020029244A1 (en) Client-server system, computer readable medium and computer-executable program product for updating software
CN108123970A (en) Method for exhibiting data and relevant apparatus
CN104717249B (en) Method, proxy server and the system of remote operation application issue
JP2000181718A (en) Method and system for firmware upgrade
JP3986721B2 (en) Software module dynamic exchange method and software module dynamic exchange program recording medium
JPH10275132A (en) Data processor and storage medium
KR100524588B1 (en) succeeding method of data in mobile
JP2002123401A (en) Processing apparatus, managing device, recording medium and program
JP2003256213A (en) Application starting method and system, application starting program, and storage medium stored with application starting program
JP2001268668A (en) Remote control system and its setting method
JP2002095071A (en) Network system and control method of apparatus
JP2002123785A (en) Screen display processing method and business processing system
JP3984099B2 (en) Mobile device
JPH11312090A (en) Information processor, method for controlling the same, storage medium and information processing system
JP2003271397A (en) Application managing device and method and storage medium
JP2002351677A (en) System for controlling execution order of application program
JP2004537784A (en) System for initiating communication between a user interface and a vision processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050527

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070712

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: 20070820

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070822

R150 Certificate of patent or registration of utility model

Ref document number: 4004993

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20100831

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110831

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20110831

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120831

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20120831

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130831

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20130831

Year of fee payment: 6

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20130831

Year of fee payment: 6

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20140831

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term