JP2000259536A - Method and device for monitoring/setting data for control unit - Google Patents

Method and device for monitoring/setting data for control unit

Info

Publication number
JP2000259536A
JP2000259536A JP6358599A JP6358599A JP2000259536A JP 2000259536 A JP2000259536 A JP 2000259536A JP 6358599 A JP6358599 A JP 6358599A JP 6358599 A JP6358599 A JP 6358599A JP 2000259536 A JP2000259536 A JP 2000259536A
Authority
JP
Japan
Prior art keywords
data
control device
output
www
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP6358599A
Other languages
Japanese (ja)
Inventor
Mitsunori Kawabe
満徳 川辺
Kazunari Tokunaga
一成 徳永
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.)
Yaskawa Electric Corp
Original Assignee
Yaskawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yaskawa Electric Corp filed Critical Yaskawa Electric Corp
Priority to JP6358599A priority Critical patent/JP2000259536A/en
Publication of JP2000259536A publication Critical patent/JP2000259536A/en
Pending legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a method for monitoring/setting data for control unit with which real time data can be inputted/outputted at high speed. SOLUTION: Concerning this method, data monitoring/setting for control unit is performed for monitoring/setting the internal data and operating program of a control unit 2 such as a mechanical device 1 from a WWW browser device 3 connected by a network through a WWW server part 22 to be operated by an HTTP protocol (communication protocol in HTML language) packaged in the control unit. In this case, a program for inputting/outputting data is transferred from the WWW server side to the browser corresponding to the input/output of data requiring a real time operation and connected to a data input/output server 23 previously packaged on the side of control unit so that data requiring the real time operation can be inputted/outputted. Then, after the connection due to the HTTP protocol through the network, the data input/ output is transmitted after being switched to the real time protocol.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、WWWブラウザ装
置を介して制御装置の内部データやプログラムの監視・
設定を行う方法およびその装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to the monitoring and monitoring of internal data and programs of a control device via a WWW browser device.
The present invention relates to a method and an apparatus for performing setting.

【0002】[0002]

【従来の技術】従来の制御装置のデータ監視やプログラ
ム編集は、制御装置専用のプログラミングパネルや、専
用の応用ソフトウェアをインストールしたパーソナルコ
ンピュータ等で行われていた。そのために異なった機種
の制御装置を同一の端末で監視・設定することは困難で
あった。そこで、インターネットで一般的に使用される
WWWの技術を利用し、制御装置にWWWサーバ機能を
埋め込み、汎用のブラウザ装置でグラフィカルなユーザ
インターフェースを実現する試みがなされている。
2. Description of the Related Art Conventionally, data monitoring and program editing of a control device have been performed by a programming panel dedicated to the control device, a personal computer on which dedicated application software is installed, or the like. Therefore, it has been difficult to monitor and set different types of control devices using the same terminal. Therefore, an attempt has been made to use a WWW technology generally used on the Internet, embed a WWW server function in a control device, and realize a graphical user interface with a general-purpose browser device.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記従
来例の、通常のWWWで使用されるHTTPプロトコル
(HTML言語の通信プロトコル)は、整形した画面情
報を与えることと、CGI(Common Gatew
ay Interface)という仕組みで、ユーザか
らの簡単なデータ入力をサポートしているのみであるた
めに、WWWブラウザは、画面全体か又は一部のグラフ
ィクス情報をWWWサーバから一括して受け取る必要が
あり、大量の画像データ処理になるので、一部のデータ
の高速な読み込み表示が困難であった。また、WWWサ
ーバとWWWブラウザ間の通信も毎回の指令応答セッシ
ョンで設定された仮想回線の接続が切断され、接続の状
態も保存されないので、連続したデータの入出力を高速
に行うことができなかった。本来、WWWのプロトコル
であるHTTPはTCP/IPにより接続されるので、
TCPはパケットに誤りが発生した場合に訂正されるま
で再送するプロトコルなので遅延時間が大きく、リアル
タイム性の高速通信にはそもそも適していない。この結
果、FAや制御には必須の機能であるリアルタイム性の
データ入力が難しく、制御装置の内部データ、例えば、
機械装置の軸の現在位置情報等をリアルタイムに表示し
たり、軸移動のジョグ操作といったリアルタイムのデー
タ入出力が困難であるという問題があった。また、従来
のWWWブラウザでは、JAVAアプレット等のプログ
ラムをサーバ上に蓄えてブラウザにロードし、特定アプ
リケーションを実行させることが可能となったが、ブラ
ウザ側におけるグラフィクスの動的な表示やユーザ入力
のフィルタリングが主体で、これだけではリアルタイム
性を持つデータの入出力はできないという問題があっ
た。そこで、本発明は、WWWサーバを組み込んだ制御
装置を汎用ブラウザで監視・設定する場合に、リアルタ
イムデータの入出力および表示が高速に実行可能にな
り、ファイアウオールを介したインターネットでの接続
も容易に行える制御装置のデータ監視・設定方法および
装置を提供することを目的としている。
However, the HTTP protocol (communication protocol of the HTML language) used in the ordinary WWW of the above-mentioned conventional example is to provide shaped screen information and to provide CGI (Common Gateway).
a WWW browser only needs to receive the entire screen or a part of the graphics information from the WWW server collectively from the WWW server. Because of the large amount of image data processing, it was difficult to read and display some data at high speed. Also, in the communication between the WWW server and the WWW browser, the connection of the virtual circuit set in each command response session is disconnected, and the connection state is not saved, so that continuous data input / output cannot be performed at high speed. Was. Originally, HTTP, which is a WWW protocol, is connected by TCP / IP,
Since TCP is a protocol for retransmitting a packet when an error occurs until it is corrected, it has a large delay time and is not suitable for real-time high-speed communication. As a result, it is difficult to input real-time data, which is an essential function for FA and control, and internal data of the control device, for example,
There has been a problem that it is difficult to display real-time information on the axes of a mechanical device or the like in real time or to input / output data in real time such as a jog operation for axis movement. In a conventional WWW browser, a program such as a JAVA applet can be stored on a server and loaded into the browser to execute a specific application. However, dynamic display of graphics on the browser side or user input can be performed. There is a problem that filtering is the main component, and input and output of data with real-time properties cannot be performed with this alone. Accordingly, the present invention enables real-time input / output and display of real-time data when monitoring and setting a control device incorporating a WWW server using a general-purpose browser, and facilitates connection to the Internet via a firewall. It is an object of the present invention to provide a method and apparatus for monitoring and setting data of a control device that can be performed.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の制御装置のデータ監視・設定方法
は、機械装置の制御装置の内部データおよび動作プログ
ラムの監視若しくは設定を前記制御装置内に実装された
HTTPプロトコルで動作するWWWサーバ部を介して
ネットワークで接続されたWWWブラウザ装置から実行
する制御装置のデータ監視・設定方法において、リアル
タイム性を要するデータの入出力に対し前記WWWサー
バ側からブラウザへデータの入出力用プログラムを転送
し、制御装置側に予め実装されているデータ入出力サー
バを接続させることによって、前記リアルタイム性を要
するデータの入出力を行わせることを特徴としている。
また、請求項2記載の制御装置のデータ監視・設定方法
は、入出力サーバの起動を、WWWサーバへの命令から
実行し、そのまま接続を維持してWWWサーバと同一の
ポート番号でデータの入出力を行うことを特徴としてい
る。そして、請求項3記載の制御装置は、機械装置制御
用の制御部とWWWサーバ部とを備え、かつ、WWWブ
ラウザ装置にネットワークを介して接続可能となってお
り、さらに、リアルタイムデータ入出力用の入出力サー
バを備えることを特徴としている。また、請求項4記載
の発明は、前記制御装置と、HTTPプロトコルで動作
するWWWサーバ部を介してネットワークで前記制御装
置と接続されたWWWブラウザ装置と、から成り、前記
制御装置のデータ監視・設定を前記WWWブラウザ装置
から実行する前記制御装置のデータ監視・設定装置にお
いて、前記制御装置のデータ監視・設定を請求項1又は
2記載のデータ監視・設定方法によって実行することを
特徴としている。この構成によれば、ネットワークで接
続された汎用のWWWブラウザ装置から表示と操作を可
能とし、リアルタイムな表示若しくは入力が必要なリア
ルタイムデータの入出力サーバを制御装置に組み込み、
そのリアルタイムデータをアクセスして表示、入力を行
うブラウザ側の入出力プログラムである、JAVAアプ
レットをWWWサーバ側に蓄えて、必要に応じてWWW
ブラウザへ転送して起動し、リアルタイムデータ入出力
サーバに接続させ、データ入出力は別のリアルタイム性
プロトコルにより行うことで、リアルタイムなデータの
表示、入力が可能となる。あるいは、WWWサーバと同
一のポート番号によってリアルタイム性のデータ入出力
を行うことによって、ファイアウォールに対しても透過
性を保持できる。
According to a first aspect of the present invention, there is provided a data monitoring / setting method for a control device, which monitors or sets internal data and an operation program of a control device of a mechanical device. In a data monitoring / setting method of a control device executed from a WWW browser device connected via a network via a WWW server unit operating according to an HTTP protocol installed in a server, the WWW server is used for input / output of data requiring real-time properties. By transferring a data input / output program from the side to the browser, and connecting a data input / output server mounted in advance to the control device side, the data input / output requiring the real-time property is performed. .
According to the data monitoring / setting method of the control device of the present invention, the input / output server is started from a command to the WWW server, the connection is maintained as it is, and the input / output of the data is performed with the same port number as the WWW server. It is characterized by outputting. According to a third aspect of the present invention, the control device includes a control unit for controlling the mechanical device and a WWW server unit, and is connectable to a WWW browser device via a network. Is provided. The invention according to claim 4 comprises the control device, and a WWW browser device connected to the control device via a network via a WWW server unit operating according to an HTTP protocol. In the data monitoring / setting device of the control device for executing the setting from the WWW browser device, the data monitoring / setting of the control device is executed by the data monitoring / setting method according to claim 1 or 2. According to this configuration, display and operation can be performed from a general-purpose WWW browser device connected via a network, and a real-time data input / output server that requires real-time display or input is incorporated in the control device.
A JAVA applet, which is a browser-side input / output program for accessing, displaying, and inputting the real-time data, is stored on the WWW server side, and stored on the WWW server as necessary.
The data is transferred to the browser, activated, connected to the real-time data input / output server, and data input / output is performed by another real-time protocol, so that real-time data can be displayed and input. Alternatively, by performing real-time data input / output using the same port number as the WWW server, transparency can be maintained even for a firewall.

【0005】[0005]

【発明の実施の形態】以下、本発明の実施の形態につい
て図を参照して説明する。図1は本発明の実施の形態に
係る制御装置のデータ監視・設定装置のブロック図であ
る。図2は図1に示すデータ監視・設定装置の動作のフ
ローチャートである。図1において、ロボット1に接続
された制御装置2は、ロボット制御部21、WWWサー
バ部22、データ入出力サーバ23から構成されてい
る。WWWブラウザ装置3はETHERNET(登録商
標)を介して、TCP/IPプロトコルでネットワーク
4に接続されている。WWWサーバ22は画面構成を表
すHTMLファイルと、画像情報を収納した画像ファイ
ルと、入出力用のプログラムであるJAVA言語による
アプレットが格納されている。FA(Factory
Automation)や制御の分野では、リアルタイ
ム性が必須の機能である。ロボット1の操作では関節軸
の現在値やロボット手先の現在位置をリアルタイム表示
したり、ロボット1の移動のための各軸のジョグ操作等
が必要である。本実施の形態では、関節軸の現在表示が
どのようにリアルタイムに行われるかについて、図2の
フローチャートを用いて説明する。 先ず、ネットワーク4を介してWWWブラウザ3か
ら、ロボット制御装置2のWWWサーバ22に接続する
と、初期画面がブラウザ3上に表示される。 その中の監視メニューを選択する(S101)。 監視メニューを選択すると、WWWサーバ22から
監視画面と、関節軸の現在値表示用のJAVAアプレッ
トがブラウザ3へ転送される(S102)。 このインターネットでプログラム転送を可能にした
JAVAの、JAVAアプレットはブラウザ3側で起動
され、そこに記述されているデータ入出力サーバ23の
ポート番号でデータ入出力サーバ23に接続する(S1
03)。 最初のブラウザ3とWWWサーバ22の通信はHT
TP(TCP/IP接続)により行われる。 しかしながら、JAVAアプレットで接続した後
は、ブラウザ3とデータ入出力サーバ23との通信は、
誤りが訂正されるまで再送するTCPプロトコルだけで
はなく、よりリアルタイム性に優れたUDP(User Dat
agram Protocol)等のプロトコルが使用できる。 ブラウザ3はデータ入出力サーバ23に各軸のデー
タを要求するコマンドを送出する(S104)。 そして、各軸の現在値データを受け取り、予め指定
された画面上の位置へそれらのデータを表示する(S1
05)。 このリアルタイムデータは一定の間隔(例えば、1
00ms)で同一の処理を繰り返し、各軸の現在値表示
をリアルタイムに更新する(S106)。 (10) こうして、100ms周期スキャンよって、リア
ルタイム性を要するデータの入出力による監視を続行
し、監視プログラムが完全に終了した後に確認してから
回線を切断する(S107)。 ここで、データ入出力サーバ23は予め起動されている
ものとし、原則としてはWWWサーバ22とは異なるポ
ート番号を持っている。(後述のファイアウォール対策
においては調整される)。そして、JAVAアプレット
によって接続された後は、HTTPのような遅いプロト
コルではなく、TCP/IPによる専用の簡便なプロト
コルや、よりリアルタイム性を持ったプロトコルである
UDPプロトコル等によって、リアルタイムデータの入
出力を行う。又、ここではイーサネット(登録商標)4
を介してブラウザ3と制御装置2の通信を行っている
が、TCP/IPのプロトコルが通れば、無線や公衆回
線、インターネット経由で通信が可能であるのは勿論で
ある。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram of a data monitoring / setting device of a control device according to an embodiment of the present invention. FIG. 2 is a flowchart of the operation of the data monitoring / setting device shown in FIG. In FIG. 1, the control device 2 connected to the robot 1 includes a robot control unit 21, a WWW server unit 22, and a data input / output server 23. The WWW browser device 3 is connected to the network 4 via ETHERNET (registered trademark) by the TCP / IP protocol. The WWW server 22 stores an HTML file representing a screen configuration, an image file containing image information, and an applet in a JAVA language which is an input / output program. FA (Factory)
In the field of automation and control, real-time capability is an essential function. In the operation of the robot 1, it is necessary to display the current value of the joint axis and the current position of the robot hand in real time, perform a jog operation of each axis for moving the robot 1, and the like. In this embodiment, how the current display of the joint axis is performed in real time will be described with reference to the flowchart of FIG. First, when the WWW browser 3 is connected to the WWW server 22 of the robot control device 2 via the network 4, an initial screen is displayed on the browser 3. The monitoring menu in the menu is selected (S101). When the monitoring menu is selected, the monitoring screen and the JAVA applet for displaying the current value of the joint axis are transferred from the WWW server 22 to the browser 3 (S102). The JAVA applet of JAVA, which enables program transfer on the Internet, is started on the browser 3 side, and connects to the data input / output server 23 using the port number of the data input / output server 23 described therein (S1).
03). The communication between the first browser 3 and the WWW server 22 is HT
This is performed by TP (TCP / IP connection). However, after the connection with the JAVA applet, the communication between the browser 3 and the data input / output server 23 becomes:
Not only the TCP protocol that retransmits until the error is corrected, but also UDP (User Data
agram Protocol). The browser 3 sends a command for requesting data of each axis to the data input / output server 23 (S104). Then, it receives the current value data of each axis and displays the data at a position on the screen designated in advance (S1).
05). This real-time data is transmitted at regular intervals (for example, 1
00 ms), the same processing is repeated, and the current value display of each axis is updated in real time (S106). (10) In this way, the monitoring by input / output of data requiring real time is continued by the scan of 100 ms, and after the monitoring program is completely completed, confirmation is made, and then the line is disconnected (S107). Here, it is assumed that the data input / output server 23 has been started in advance, and has a port number different from that of the WWW server 22 in principle. (Adjusted in firewall measures described later). After being connected by the JAVA applet, input / output of real-time data is performed not by a slow protocol such as HTTP but by a simple protocol dedicated to TCP / IP or a UDP protocol which is a protocol having more real-time properties. I do. Here, Ethernet (registered trademark) 4
The communication between the browser 3 and the control device 2 is performed via the Internet, but if the TCP / IP protocol is passed, it is needless to say that communication can be performed via wireless, public lines, or the Internet.

【0006】ところで、制御装置2が置かれている工場
内のネットワークはセキュリティを維持するために、フ
ァイアウォール等の装置によって、特定のポート番号を
使用するアプリケーションだけが工場外のインターネッ
トを介して通信できるようになっている。通常ファイア
ウォールにより外部ネットワークと工場内部を遮断して
透過、拒絶をルータ等のファイアウォール装置で判断す
る場合は、プロトコル種別、制御情報、送信元、受信
元、のIPアドレスとポート番号等がペアで設定され、
検査されることになる。この場合、WWWサーバが利用
するHTTPプロトコルの通信ポート等は透過で通常通
信できるように設定されている。従って、特別なデータ
入出力サーバ23等を制御装置2に組込むと、ファイア
ウォール装置に特別な設定をしないと通信できないとい
う問題が出てくる。そこで請求項2の発明としては、こ
れを解決するため、制御装置2のWWWサーバ22がH
TTPプロトコルに準じた命令によって、任意のデータ
入出力サーバをタスクとして起動して、そのまま継続し
てHTTPプロトコルと同じポート番号で、リアルタイ
ム性のデータ入出力が行えるようにしている。 具体的
には、HTTPプロトコルのリクエストにおけるMET
HODフィールドに拡張されたSERVERコマンドを
設定し、そのURLに起動するサーバのタスク名を指定
する事によって、対応するデータ入出力サーバ・タスク
が起動される。次に、タスク毎に予め決められたプロト
コルに従ってデータの入出力を行う。これによって、H
TTPプロトコルと同一のポート番号を使ってデータ入
出力サーバ23と通信できるので、ファイアウォールは
透過となり、それを介した通信が容易に行えるようにな
る。又、本実施の形態ではデータ入出力サーバ23は1
個の例で説明したが、複数のデータ入出力サーバを必要
に応じて起動したり、切り換えたりすることが容易にな
り、制御装置2の負荷を軽減することが可能になる。こ
こまでは、リアルタイム性を要するデータ入出力用のプ
ロトコルとしては、TCPやUDPを1例としてあげた
が、その他、RTP(Realtime Transport Protocol )
プロトコルのようなよりリアルタイム性が確保できるプ
ロトコルも使用可能である。又、JAVAアプレットを
用いて接続するように説明したが、ネットワークを介し
てロードできるプログラムであれば、JAVA以外の言
語によるプログラムでも同様に接続できることは勿論で
ある。
By the way, in order to maintain security of the network in the factory where the control device 2 is placed, only applications using a specific port number can communicate via the Internet outside the factory by means of a device such as a firewall. It has become. Normally, when the firewall blocks the external network from the inside of the factory and the transmission or rejection is determined by a firewall device such as a router, the IP address and port number of the protocol type, control information, transmission source, reception source, etc. are set as a pair. And
Will be inspected. In this case, the communication port of the HTTP protocol used by the WWW server is set so that normal communication can be performed transparently. Therefore, if a special data input / output server 23 or the like is incorporated in the control device 2, there is a problem that communication cannot be performed unless special settings are made in the firewall device. Therefore, in order to solve this problem, the WWW server 22 of the control device 2 may
An arbitrary data input / output server is started as a task by a command conforming to the HTTP protocol, so that real-time data input / output can be performed continuously with the same port number as the HTTP protocol. Specifically, MET in the HTTP protocol request
By setting the extended SERVER command in the HOD field and specifying the task name of the server to be started in the URL, the corresponding data input / output server task is started. Next, data input / output is performed according to a protocol predetermined for each task. By this, H
Since communication can be performed with the data input / output server 23 using the same port number as that of the TTP protocol, the firewall becomes transparent and communication through the firewall can be easily performed. In this embodiment, the data input / output server 23 is 1
As described above, it is easy to start or switch a plurality of data input / output servers as needed, and the load on the control device 2 can be reduced. Up to this point, TCP and UDP have been described as examples of the data input / output protocol requiring real-time properties. In addition, RTP (Realtime Transport Protocol)
A protocol such as a protocol that can ensure more real-time properties can be used. Also, the connection has been described using the JAVA applet, but it goes without saying that a program in a language other than JAVA can be similarly connected as long as the program can be loaded via a network.

【0007】[0007]

【発明の効果】以上説明したように、本発明によれば、
WWWサーバを組込んだ制御装置をWWWブラウザで監
視・設定する場合に、JAVAアプレットを使用して接
続し、接続した後は定められたプロトコルによって、リ
アルタイム性のデータ入出力を行うので、ネットワーク
を介したリアルタイムデータの入出力および表示が高速
に実行可能になり、ユーザインターフェースに優れたデ
ータ監視と設定が可能になる。また、HTTPプロトコ
ルと同一のポート番号を使って高速通信を行うので、フ
ァイアウォール等を介したインターネットの接続も容易
に行う事ができる。
As described above, according to the present invention,
When monitoring and setting a control device incorporating a WWW server with a WWW browser, a connection is made using a JAVA applet, and after connection, real-time data input / output is performed according to a predetermined protocol. Input and output and display of real-time data via the PC can be executed at high speed, and data monitoring and setting excellent in a user interface can be performed. Since high-speed communication is performed using the same port number as the HTTP protocol, connection to the Internet via a firewall or the like can be easily performed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態に係る制御装置のデータ監
視・設定装置のブロック図である。
FIG. 1 is a block diagram of a data monitoring / setting device of a control device according to an embodiment of the present invention.

【図2】図1に示すデータ監視・設定装置の動作のフロ
ーチャートである。
FIG. 2 is a flowchart of an operation of the data monitoring / setting device shown in FIG.

【符号の説明】[Explanation of symbols]

1 ロボット 2 制御装置 3 WWWブラウザ 4 ネットワーク 21 ロボット制御部 22 WWWサーバ 23 データ入出力サーバ DESCRIPTION OF SYMBOLS 1 Robot 2 Control device 3 WWW browser 4 Network 21 Robot control part 22 WWW server 23 Data input / output server

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B089 GA12 GA21 GB02 GB04 JA21 JA35 JB07 JB16 KA03 KB09 KC30 LB04 LB14 5H223 AA06 DD07 EE05  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B089 GA12 GA21 GB02 GB04 JA21 JA35 JB07 JB16 KA03 KB09 KC30 LB04 LB14 5H223 AA06 DD07 EE05

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 機械装置の制御装置の内部データおよび
動作プログラムの監視若しくは設定を、前記制御装置内
に実装されたHTTPプロトコルで動作するWWWサー
バ部を介してネットワークで接続されたWWWブラウザ
装置から実行する制御装置のデータ監視・設定方法にお
いて、 リアルタイム性を要するデータの入出力に対して前記W
WWサーバ側からブラウザへデータの入出力用プログラ
ムを転送し、制御装置側に予め実装されているデータ入
出力サーバに接続させることによって、前記リアルタイ
ム性を要するデータの入出力を行わせることを特徴とす
る制御装置のデータ監視・設定方法。
An internal data and operation program of a control device of a mechanical device are monitored or set by a WWW browser device connected to a network via a WWW server unit operating by an HTTP protocol installed in the control device. In the data monitoring / setting method of the control device to be executed, the W
By transferring a data input / output program from the WW server to the browser and connecting it to a data input / output server mounted in the control device in advance, the real-time data input / output is performed. Data monitoring and setting method for control devices.
【請求項2】 前記入出力サーバの起動を、前記WWW
サーバへの命令から実行し、そのまま接続を維持して前
記WWWサーバと同一のポート番号でデータの入出力を
行うことを特徴とする請求項1記載の制御装置のデータ
監視・設定方法。
2. Starting of the input / output server is performed by the WWW
2. The data monitoring / setting method for a control device according to claim 1, wherein the method is executed from a command to the server, and the data is input / output with the same port number as the WWW server while maintaining the connection.
【請求項3】 機械装置制御用の制御部とWWWサーバ
部とを備え、WWWブラウザ装置にネットワークを介し
て接続可能な制御装置において、さらに、リアルタイム
データ入出力用の入出力サーバを備えたことを特徴とす
る制御装置。
3. A control device which includes a control unit for controlling a mechanical device and a WWW server unit, and which is connectable to a WWW browser device via a network, further comprising an input / output server for real-time data input / output. A control device characterized by the above-mentioned.
【請求項4】 請求項3記載の制御装置と、HTTPプ
ロトコルで動作するWWWサーバ部を介してネットワー
クで前記制御装置と接続されたWWWブラウザ装置と、
から成り、前記制御装置のデータ監視・設定を前記WW
Wブラウザ装置から実行する前記制御装置のデータ監視
・設定装置において、 前記制御装置のデータ監視・設定が請求項1又は2記載
のデータ監視・設定方法によって実行されることを特徴
とするデータ監視・設定装置。
4. A control device according to claim 3, and a WWW browser device connected to said control device via a network via a WWW server unit operating according to an HTTP protocol.
The data monitoring / setting of the control device is performed by the WW
A data monitoring / setting device of the control device executed from a W browser device, wherein data monitoring / setting of the control device is executed by the data monitoring / setting method according to claim 1 or 2. Setting device.
JP6358599A 1999-03-10 1999-03-10 Method and device for monitoring/setting data for control unit Pending JP2000259536A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6358599A JP2000259536A (en) 1999-03-10 1999-03-10 Method and device for monitoring/setting data for control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6358599A JP2000259536A (en) 1999-03-10 1999-03-10 Method and device for monitoring/setting data for control unit

Publications (1)

Publication Number Publication Date
JP2000259536A true JP2000259536A (en) 2000-09-22

Family

ID=13233502

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6358599A Pending JP2000259536A (en) 1999-03-10 1999-03-10 Method and device for monitoring/setting data for control unit

Country Status (1)

Country Link
JP (1) JP2000259536A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002033559A1 (en) * 2000-10-16 2002-04-25 Sony Corporation Apparatus control method and device
JP2005518004A (en) * 2001-08-07 2005-06-16 シーメンス アクチエンゲゼルシヤフト Method and process control system for operating a technical installation
CN110861123A (en) * 2019-11-14 2020-03-06 华南智能机器人创新研究院 Method and device for visually monitoring and evaluating running state of robot
JP6678823B1 (en) * 2018-04-27 2020-04-08 三菱電機株式会社 Data processing device, task control method and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002033559A1 (en) * 2000-10-16 2002-04-25 Sony Corporation Apparatus control method and device
US7568159B2 (en) 2000-10-16 2009-07-28 Sony Corporation Apparatus control method and system
JP2005518004A (en) * 2001-08-07 2005-06-16 シーメンス アクチエンゲゼルシヤフト Method and process control system for operating a technical installation
JP6678823B1 (en) * 2018-04-27 2020-04-08 三菱電機株式会社 Data processing device, task control method and program
US11237867B2 (en) 2018-04-27 2022-02-01 Mitsubishi Electric Corporation Determining an order for launching tasks by data processing device, task control method, and computer readable medium
CN110861123A (en) * 2019-11-14 2020-03-06 华南智能机器人创新研究院 Method and device for visually monitoring and evaluating running state of robot

Similar Documents

Publication Publication Date Title
JP5461501B2 (en) Web interface to input / output devices
US7743154B2 (en) System and method for the operator control and for the monitoring of an automation system over the internet using an asymmetric internet connection
EP1383019A1 (en) Method and system for teleoperating a robot
CA2362437C (en) Dual ethernet stack for maximum speed access to a plc
CA2271145C (en) Web interface to a programmable controller
EP1927234B1 (en) Apparatus and method for providing remote user interface
EP3078165B1 (en) Web-based interaction with building automation
KR20020084140A (en) Web interface to a programmable controller
JP2001505343A (en) Internetwork communication controller
JPH1185651A (en) Communication interface device, object equipment and communication method
CN112468575A (en) Control method and device for industrial Internet of things platform, electronic device and medium
KR20040027926A (en) Methods and device for interfacing communication between devices on different networks
Alvares et al. WebTurning: Teleoperation of a CNC turning center through the Internet
JPH10124418A (en) Remote control method using www server
US7441114B2 (en) Methods and systems for management and control of an automation control module
JP2000259536A (en) Method and device for monitoring/setting data for control unit
US7904583B2 (en) Methods and systems for managing and controlling an automation control module system
US7590712B2 (en) Methods and systems for management and control of an automation control module
JPH11161322A (en) Production line monitor system
US7519571B2 (en) System and method for transmitting data via data networks with data conversion by a COM automatic marshaller
JP2001282501A (en) Programmable display device
JP7163657B2 (en) Support device, setting method and setting program
AU5191501A (en) Web interface to an input/output device
JP2000181528A (en) Plant monitoring system
JP2005208721A (en) Electronic equipment system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050727

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060324

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071120

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20071129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071219

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080213

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080409