JPH11316717A - Data transfer system - Google Patents

Data transfer system

Info

Publication number
JPH11316717A
JPH11316717A JP10137690A JP13769098A JPH11316717A JP H11316717 A JPH11316717 A JP H11316717A JP 10137690 A JP10137690 A JP 10137690A JP 13769098 A JP13769098 A JP 13769098A JP H11316717 A JPH11316717 A JP H11316717A
Authority
JP
Japan
Prior art keywords
file
control device
subordinate
request
processing
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
JP10137690A
Other languages
Japanese (ja)
Inventor
Hitoshi Goto
均 後藤
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP10137690A priority Critical patent/JPH11316717A/en
Priority to CNB991075390A priority patent/CN1135808C/en
Publication of JPH11316717A publication Critical patent/JPH11316717A/en
Priority to HK00103025A priority patent/HK1024121A1/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computer And Data Communications (AREA)
  • Multi Processors (AREA)
  • Information Transfer Between Computers (AREA)
  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To simplify a data transfer procedure and to reduce communication load by allowing a subordinate device to store a processing result of management elements in a self-device in a file and allowing a controller to acquire information by performing file transfer from the subordinate device. SOLUTION: A processing part 13 of a controller 10 transmits an optional request message to a subordinate device 20 through socket communication of a transmission control protocol/internet protocol(TCP/P). The device 20 processes management elements 1 to (n) which are managed by its own device from contents of the request message, makes a single file from the result in a file storing part 21 and simultaneously transmits a response message showing processing end to the controller 10 through a socket. The controller 10 executes communication by a file transfer protocol(FTP). The controller 10 which receives the file from the device 20 stores the file in a file storing part 11 of its own device.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はデータ転送方式に関
し、特に、制御装置と従属装置の間で、一回のメッセー
ジ送受信により、複数の処理を行うデータ転送方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer system, and more particularly to a data transfer system for performing a plurality of processes by a single message transmission / reception between a control device and a slave device.

【0002】[0002]

【従来の技術】従来、この種の方式は、2つの代表的な
処理方式がある。
2. Description of the Related Art Conventionally, this type of system has two typical processing systems.

【0003】(1)ネットワーク管理システム(Network
Management System)等の制御装置に接続される通信
装置である従属装置が持つ複数の管理要素に対して各要
素毎に、要素番号付きの要求メッセージを制御装置に送
信し、制御装置では、この要求メッセージに対応する応
答メッセージを返送する。
[0003] (1) Network management system (Network)
A request message with an element number is transmitted to the control device for each of a plurality of management elements of the slave device, which is a communication device connected to the control device such as a management system, and the request is sent to the control device. Returns a response message corresponding to the message.

【0004】(2)制御装置と一回のメッセージの送受信で
従属装置が持つ全ての管理要素に対する処理への要求を
1つの要求メッセージで要求し、一回の応答メッセージ
で返答する。この方式の場合、従属装置における各管理
要素が持つデータの収集(例えばパフォーマンス又はス
テータスモニタ)のような場合には、収集したデータ等
を含む全ての情報を制御装置への一回の応答メッセージ
に格納して返送する必要がある。
[0004] (2) A request for processing for all the management elements of the subordinate device is requested by a single request message in one transmission / reception of a message with the control device, and is replied by a single response message. In the case of this method, in the case of data collection (for example, performance or status monitor) of each management element in the slave device, all information including the collected data and the like is included in one response message to the control device. Must be stored and returned.

【0005】なお、従属装置内の管理要素とは、従属装置を
制御装置との通信を終端する部分と、装置内管理を行う
部分に分けた場合の装置内管理を行う要素をいう。装置
内管理要素の例を挙げれば上記パフォーマンスモニタ機
能等がある。
[0005] The management element in the slave device refers to an element that performs in-device management when the slave device is divided into a part that terminates communication with the control device and a part that performs in-device management. An example of the management element in the device is the performance monitor function described above.

【0006】[0006]

【発明解決しようとする課題】上記した従来のデータ転
送方式は下記記載の問題点を有している。
The above-mentioned conventional data transfer method has the following problems.

【0007】上記(1)の方式では、従属装置の持つ管理要
素nが増えるに従い、制御装置と従属装置間で通信する
送受信回数が増加する、ということである。
[0007] In the method (1), the number of times of transmission and reception between the control device and the slave device increases as the number of management elements n of the slave device increases.

【0008】その理由は、従属装置の個々の管理要素毎に要
求するプロトコルの場合、[従属装置数]×[管理用素
数]の回数分の通信で、各管理要素の実行結果を収集す
る必要があるためである。
[0008] The reason is that, in the case of a protocol requesting for each management element of a subordinate device, it is necessary to collect the execution result of each management element by the communication of [number of subordinate devices] × [primary number for management]. Because there is.

【0009】上記(1)及び(2)の方式において、制御装
置が実時間で全ての従属装置とそれらの管理する管理要
素の応答結果を得ようとすると、従属装置とそれらの管
理する管理用その数に比例して、制御装置の通信処理が
過負荷になる。
In the above methods (1) and (2), if the control device attempts to obtain in real time the response results of all the subordinate devices and the management elements managed by them, the subordinate devices and the management The communication processing of the control device becomes overloaded in proportion to the number.

【0010】したがって、本発明は、上記問題点に鑑みてな
されたものであって、その目的は、制御装置と従属装置
間のデータ転送手順を簡易化し、通信負荷を低減するデ
ータ転送方式を提供することにある。
[0010] Therefore, the present invention has been made in view of the above problems, and an object of the present invention is to provide a data transfer method which simplifies a data transfer procedure between a control device and a subordinate device and reduces a communication load. Is to do.

【0011】[0011]

【課題を解決するための手段】前記目的を達成するた
め、本発明は、ネットワークを介して通信接続された制
御装置と1又は複数の従属装置間で処理を分散するシス
テムにおいて、前記制御装置が、前記従属装置内の1又
は複数個の管理要素に対して任意の処理を行うように要
求する情報を含む要求メッセージを前記1又は複数の従
属装置の装置毎に送信し、前記従属装置では、前記制御
装置からの要求メッセージを受けて自装置内の管理要素
に対する処理結果をファイルに格納するとともに全て処
理の終了を通知する為の応答メッセージを前記制御装置
に送信し、前記応答メッセージを受信した制御装置は、
前記従属装置の前記要求に対する処理結果を格納したフ
ァイルの内容を前記従属装置からファイル転送すること
より、前記要求に対する処理がなされた情報を取得す
る。
In order to achieve the above object, the present invention provides a system for distributing processing between a control device communicatively connected via a network and one or more subordinate devices, wherein the control device Transmitting a request message including information requesting one or more management elements in the slave device to perform an arbitrary process for each of the one or more slave devices, wherein the slave device includes: Upon receiving the request message from the control device, storing the processing result for the management element in the own device in a file and transmitting a response message for notifying the end of all processing to the control device, receiving the response message The control device is
The content of the file storing the processing result of the request for the request from the slave device is transferred from the slave device to the file, so that information on the processing of the request is obtained.

【0012】[0012]

【発明の実施の形態】本発明の実施の形態について以下
に説明する。本発明のデータ転送方式は、その好ましい
実施の形態において、TCP/IP(transmission control
protocol/internet protocol)プロトコルを使用し
て通信する制御装置と1又は複数の従属装置で処理を分
散する管理システムにおいて、制御装置は、従属装置内
の1又は複数個の管理要素に対して任意の処理を行うよ
うに要求する情報を含む要求メッセージ(図2の10
1)をソケット通信で前記1又は複数の従属装置の装置
毎に送信し、従属装置での管理要素に対する処理結果を
ファイル(図2の202)に格納するとともに、全て処
理の終了を通知する為の応答メッセージ(図2の10
2)をソケット通信で前記制御装置に送信し、前記応答
メッセージを受信した制御装置は、FTPで従属装置に
ログインし、前記従属装置の前記要求に対する処理結果
を格納したファイル(図2の220)の内容の転送を要
求し(例えばFTPのgetコマンド)、前記従属装置
から送信された該ファイルを取得する。
Embodiments of the present invention will be described below. The data transmission method of the present invention, in a preferred embodiment thereof, uses TCP / IP (transmission control).
In a management system that distributes processing between a control device that communicates using a protocol / internet protocol) and one or a plurality of subordinate devices, the control device transmits an arbitrary command to one or a plurality of management elements in the subordinate device. A request message (10 in FIG. 2) containing information requesting to perform processing.
1) is transmitted by socket communication to each of the one or more subordinate devices, and the processing results for the management elements in the subordinate devices are stored in a file (202 in FIG. 2), and all the processes are notified of the end of processing. Response message (10 in FIG. 2)
2) to the control device by socket communication and receiving the response message, the control device logs in to the subordinate device by FTP and stores a processing result of the subordinate device with respect to the request (220 in FIG. 2). (For example, an FTP get command), and obtains the file transmitted from the slave device.

【0013】本発明の実施の形態によれば、制御装置と従属
装置との間の通信プロトコルを要求メッセージとその実
行終了タイミングを示す応答メッセージ、及びその後の
ftpによるファイルget操作のみになるので、状態
遷移を簡易しており、また制御装置と従属装置の間では
管理要素の数に比例した送受信回数分のデータ転送が不
要となるため、通信上の過負荷が軽減する。
[0013] According to the embodiment of the present invention, the communication protocol between the control device and the subordinate device is only a request message, a response message indicating the execution end timing, and a subsequent file get operation by ftp. State transitions are simplified, and data transfer for the number of times of transmission and reception in proportion to the number of management elements is not required between the control device and the subordinate devices, so that communication overload is reduced.

【0014】[0014]

【実施例】上記した本発明の実施の形態についてさらに
詳細に説明すべく、本発明の実施例について図面を参照
して説明する。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention;

【0015】図1は、本発明の一実施例の構成を示す図であ
る。図1を参照すると、本発明の一実施例において、制
御装置10は、装置の制御を行う処理部13と、装置内
の情報を格納するファイル格納部11と、従属装置20
と通信するためプロトコル終端部12とを備え、従属装
置20は、内部処理を行う処理部23と、同装置内で管
理されている管理要素1〜n(31、32)と、同装置
の情報を格納するファイル格納部21と、制御装置と通
信するプロトコル終端部22と、を備え、制御装置10
に従属装置20が対向して接続されており、これらの間
で送受信メッセージを介して通信を行う。
FIG. 1 is a diagram showing a configuration of an embodiment of the present invention. Referring to FIG. 1, in one embodiment of the present invention, a control device 10 includes a processing unit 13 for controlling the device, a file storage unit 11 for storing information in the device, and a subordinate device 20.
The slave device 20 includes a processing unit 23 for performing internal processing, management elements 1 to n (31, 32) managed in the device, and information on the device. And a protocol termination unit 22 that communicates with the control device.
Are connected to each other and communicate with each other via a transmission / reception message.

【0016】ファイル格納部11、21は、制御装置10と
従属装置20との間で、予め定められた処理を実行する
ソケット(socket)通信の及びFTP(file transfer
protocol:ファイル転送プロトコル)通信のプロトコル
を規定し、これら装置間で通信を行うための機能を、処
理部及びプロトコル終端部で実現するためのプログラム
を格納しており、また各装置で情報を格納するためとF
TPでの通信の為のファイルを格納する。
[0016] The file storage units 11 and 21 are for socket communication and FTP (file transfer) for executing predetermined processing between the control device 10 and the subordinate device 20.
protocol: a file transfer protocol) defines a communication protocol, stores a program for realizing a function for performing communication between these devices in a processing unit and a protocol termination unit, and stores information in each device. To do and F
Stores files for TP communication.

【0017】従属装置22は、自装置の管理配下に管理要素
として予め規定された要素数nで表されるn個の管理要
素を持つ。従属装置20は、自己の管理要素の管理、情
報の収集を行い、その結果を、直接制御装置10に送信
するか、又は、自装置のファイル格納部21にその結果
を格納する。
The subordinate apparatus 22 has n management elements represented by a predetermined number n of elements as management elements under the control of the own apparatus. The slave device 20 manages its own management elements and collects information, and transmits the result directly to the control device 10 or stores the result in the file storage unit 21 of the slave device.

【0018】図2は、本発明の一実施例の動作シーケンスを
説明するためのシーケンス図である。図1及び図2を参
照して、本発明の一実施例の動作について詳細に説明す
る。
FIG. 2 is a sequence diagram for explaining an operation sequence according to one embodiment of the present invention. The operation of the embodiment of the present invention will be described in detail with reference to FIGS.

【0019】制御装置10の処理部13から同装置のプロト
コル処理部を介してTCP/IP(transmission control p
rotocol/internet protocol)のソケット通信100に
より任意の要求メッセージ101を従属装置20に送信
すると同時に、応答メッセージの受信待ちになり、応答
メッセージ読込み処理110で応答メッセージ102の
受信を監視し、受信したかどうかをチェックし(11
1)、受信しない場合は、応答メッセージ読込み処理1
10に移るループ処理を実行する。
The TCP / IP (transmission control protocol) is transmitted from the processing unit 13 of the control device 10 via the protocol processing unit of the device.
At the same time as transmitting an arbitrary request message 101 to the subordinate device 20 through the socket communication 100 of the protocol (rotocol / internet protocol), the device waits for a response message. Check whether (11
1) If not received, response message reading processing 1
A loop process that moves to step 10 is executed.

【0020】ソケット通信100での要求メッセージ101
を受信した従属装置20は、要求メッセージの内容から
自装置で管理する管理要素1〜nに対して処理を行い
(210)、その結果を、ファイル格納部21に単一の
ファイル220を作成すると同時に、処理終了を示す応
答メッセージ102をソケット100を介して、制御装
置10に送信する。
[0020] Request message 101 in socket communication 100
Receives the request message, performs processing on the management elements 1 to n managed by the own device based on the content of the request message (210), and creates a single file 220 in the file storage unit 21 as a result. At the same time, a response message 102 indicating the end of the process is transmitted to the control device 10 via the socket 100.

【0021】応答メッセージ102を受信した制御装置10
は、先の応答メッセージ受信待ちから抜けて、FTPで
の通信200を実行する。
The control device 10 that has received the response message 102
Escapes from the previous response message reception wait and executes the communication 200 by FTP.

【0022】その手順は、ます従属装置20にログインし
(201)、ログイン後、getコマンドにより、ファ
イル220の転送を要求し、従属装置20はその要求に
応じ、ファイルを送信する(203)。
In the procedure, the user logs in to the subordinate device 20 (201), and after logging in, requests the transfer of the file 220 by a get command, and the subordinate device 20 transmits the file in response to the request (203).

【0023】従属装置20からファイルを受け取った制御装
置10は、自装置のファイルの格納部11にファイル1
20を格納する。
The control device 10 that has received the file from the subordinate device 20 stores the file 1 in the file storage unit 11 of its own device.
20 is stored.

【0024】なお、上記実施例では、制御装置1台と従属装
置1台の場合について説明したが、1台の制御装置に複
数の従属装置が接続されている場合には、各従属装置と
の間でこれらの手順の処理を実行することにより、全て
の従属装置に要求を行い、各従属装置の持つファイル2
20を収集することができる。その場合、ソケット通信
とFTPでの通信は独立に実行可能であるので、まず全
ての従属装置にソケット通信で要求を行い、その後、各
従属装置からファイル220を、FTP通信200で収
集する。
Although the above embodiment has been described with reference to one control device and one slave device, when a plurality of slave devices are connected to one control device, each slave device may By executing the processing of these procedures between all the slaves, a request is made to all slaves, and the file 2 of each slave
20 can be collected. In this case, since the socket communication and the communication by the FTP can be executed independently, first, a request is made to all the subordinate devices by the socket communication, and then the file 220 is collected from each subordinate device by the FTP communication 200.

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば下
記記載の効果を奏する。
As described above, according to the present invention, the following effects can be obtained.

【0026】本発明の第一の効果は、従属装置の管理要素n
の数が増加しても、制御装置と従属装置との間の通信プ
ロトコルを要求メッセージとその実行終了タイミングを
示す応答メッセージ、及びその後のFTPによるファイ
ル取得操作(getコマンド)のみになるので、状態遷
移が非常に簡潔になり、データ転送効率を向上する、と
いうことである。
The first effect of the present invention is that the management element n
Even if the number of commands increases, the communication protocol between the control device and the subordinate device becomes only a request message, a response message indicating the execution end timing, and a subsequent file acquisition operation (get command) by FTP. The transition is very simple, and the data transfer efficiency is improved.

【0027】本発明の第二の効果は、上記第一の効果に付随
して、制御装置と従属装置の間では従属要素nの数に比
例した送受信回数分のデータ転送が無くなるので、通信
上の過負荷が軽減できる、ということである。
The second effect of the present invention is that, in addition to the first effect, there is no data transfer between the control device and the slave device for the number of times of transmission and reception in proportion to the number of the slave elements n. Overload can be reduced.

【0028】本発明の第三の効果として、通常、一台の制御
装置が管理する従属装置の数は複数になることから、m
台の従属装置の配下にある管理要素n全てに対して情報
を収集するような場合は、従来方式では、m×n回の通
信を行う必要があるが、この手順も簡略化することがで
きる、ということである。
[0028] As a third effect of the present invention, since the number of subordinate devices managed by one control device is usually plural, m
In a case where information is collected for all the management elements n under the subordinate devices, the conventional method needs to perform m × n times of communication, but this procedure can also be simplified. ,That's what it means.

【0029】本発明の第四の効果は、従属装置が作成したフ
ァイルはFTPプロトコルを使用して送受信するので、soc
ket通信による送受信よりも高速でかつ確実に送受信可
能である、ということである。
[0029] A fourth effect of the present invention is that the file created by the slave device is transmitted and received using the FTP protocol, so that the soc
This means that transmission and reception can be performed faster and more reliably than transmission and reception by ket communication.

【0030】本発明の第五の効果は、制御装置の負荷を軽減
することができる、ということである。その理由は、1
つの要求メッセージにより、全ての従属装置の持つ管理
要素への処理を管理装置に要求することができ、、及
び、従属装置の実行終了後、FTPプロトコルでのファ
イルを取得するコマンドgetは、制御装置自身のタイ
ミングで起動することができる、ためである。
[0030] A fifth effect of the present invention is that the load on the control device can be reduced. The reason is 1
With one request message, it is possible to request the management device to perform processing on the management elements possessed by all the slave devices, and, after the execution of the slave device, a command get for obtaining a file by the FTP protocol is executed by the control device. This is because it can be started at its own timing.

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

【図1】本発明の一実施例の構成を示す図である。FIG. 1 is a diagram illustrating a configuration of an embodiment of the present invention.

【図2】本発明の一実施例の動作シーケンスを示す図で
ある。
FIG. 2 is a diagram illustrating an operation sequence according to an embodiment of the present invention.

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

10 制御装置 11 制御装置のファイル格納部 12 制御装置のプロトコル終端部 13 制御装置の処理部 20 従属装置 21 従属装置のファイル格納部 22 従属装置のプロトコル終端部 23 従属装置の処理部 31 従属装置内の管理要素1 32 従属装置内の管理要素n REFERENCE SIGNS LIST 10 control device 11 file storage unit of control device 12 protocol termination unit of control device 13 processing unit of control device 20 slave device 21 file storage unit of slave device 22 protocol termination unit of slave device 23 processing unit of slave device 31 inside slave device Management element 1 32 of management element n in the subordinate device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】ネットワークを介して通信接続された制御
装置と1又は複数の従属装置間で処理を分散するシステ
ムにおいて、 前記制御装置が、前記従属装置が有する1又は複数の管
理要素に対して任意の処理を行うように要求する情報を
含む要求メッセージを前記1又は複数の従属装置に送信
し、 前記従属装置では、前記制御装置からの要求メッセージ
を受けて自装置内の管理要素における処理が完了し処理
結果をファイルに格納した後に、前記制御装置は、前記
従属装置の1又は複数の管理要素に対する前記要求に対
する処理結果を格納したファイルの内容を前記従属装置
からのファイル転送により前記要求に対する処理がなさ
れた情報を取得する、ことを特徴とするデータ転送方
式。
1. A system for distributing processing between a control device communicatively connected via a network and one or a plurality of slave devices, wherein the control device controls one or a plurality of management elements of the slave device. A request message including information requesting to perform an arbitrary process is transmitted to the one or more subordinate devices. In the subordinate device, upon receiving the request message from the control device, a process in a management element in the own device is performed. After completing and storing the processing result in the file, the control device responds to the request by transferring the contents of the file storing the processing result for the request to one or more management elements of the subordinate device by file transfer from the subordinate device. A data transfer method for acquiring processed information.
【請求項2】ネットワークを介して通信接続された制御
装置と1又は複数の従属装置間で処理を分散するシステ
ムにおいて、 前記制御装置が、前記従属装置が有する1又は複数個の
管理要素に対して任意の処理を行うように要求する情報
を含む要求メッセージを前記1又は複数の従属装置毎に
送信し、 前記従属装置では、前記制御装置からの要求メッセージ
を受けて自装置内の管理要素での処理結果をファイルに
格納するとともに全て処理の終了を通知する為の応答メ
ッセージを前記制御装置に送信し、 前記応答メッセージを受信した制御装置は、前記従属装
置の前記要求に対する処理結果を格納したファイルの内
容を前記従属装置からファイル転送することより、前記
要求に対する処理がなされた情報を取得する、ことを特
徴とするデータ転送方式。
2. A system for distributing processing between a control device communicatively connected via a network and one or more subordinate devices, wherein the control device is configured to control one or more management elements of the subordinate device. A request message including information requesting to perform an arbitrary process is transmitted to each of the one or more subordinate devices, and the subordinate device receives a request message from the control device and receives a request message from the control device. And a response message for notifying the end of all processing to the control device, and the control device receiving the response message stores the processing result for the request of the subordinate device. Data obtained by processing the request by transferring a file content from the slave device to the file. Transfer method.
【請求項3】TCP/IPプロトコルを使用して通信す
る制御装置と1又は複数の従属装置で処理を分散する管
理システムにおいて、 前記制御装置が、前記従属装置内の1又は複数個の管理
要素に対して任意の処理を行うように要求する情報を含
む要求メッセージをソケット通信で前記1又は複数の従
属装置の装置毎に送信し、 前記従属装置での管理要素に対する処理結果を単一ファ
イルに格納するとともに、全て処理の終了を通知する為
の応答メッセージをソケット通信で前記制御装置に送信
し、 前記応答メッセージを受信した制御装置は、前記従属装
置の前記要求に対する処理結果を格納した前記ファイル
の内容を前記従属装置からFTP(file transfer pr
otocol)通信を用いて一度で取得する、ようにしたこと
を特徴とするデータ転送方式。
3. A management system for distributing processing between a control device that communicates using a TCP / IP protocol and one or more subordinate devices, wherein the control device includes one or more management elements in the subordinate device. A request message including information requesting to perform an arbitrary process for each of the one or more subordinate devices is transmitted by socket communication to each device of the one or more subordinate devices, and the processing result for the management element in the subordinate device is written into a single file Along with storing, a response message for notifying the end of all processing is transmitted to the control device by socket communication, and the control device that has received the response message stores the processing result for the request of the subordinate device in the file. From the slave device to the FTP (file transfer pr
otocol) A data transfer method characterized in that the data is acquired at once using communication.
【請求項4】前記従属装置は、前記制御装置からの要求
メッセージを受け取った際に、自装置内にある1又は複
数の管理要素に対して前記要求内容に従った処理を行
い、前記処理結果を前記従属装置内のファイルシステム
の管理下のファイルに格納した後に、前記制御装置から
の要求メッセージに対する応答メッセージを前記制御装
置に返送することを特徴とする請求項1又は2記載のデ
ータ転送方式。
4. The slave device, upon receiving a request message from the control device, performs a process according to the request content on one or a plurality of management elements in the slave device. 3. A data transfer method according to claim 1, wherein a response message to a request message from the control device is returned to the control device after the file is stored in a file managed by a file system in the subordinate device. .
【請求項5】前記制御装置は、前記従属装置から前記応
答メッセージを受信した際に、FTP(file transfer
protocol)通信を用いて前記従属装置にログインし、
前記従属装置の前記ファイルを取得し前記従属装置内の
1又は複数の管理要素に対して要求した処理結果を得
る、ことを特徴とする請求項1又は2記載のデータ転送
方式。
5. The control device, upon receiving the response message from the subordinate device, sends a file transfer (FTP) file.
protocol) log in to said slave device using communication,
3. The data transfer method according to claim 1, wherein the file of the slave device is obtained, and a processing result requested for one or a plurality of management elements in the slave device is obtained.
JP10137690A 1998-05-01 1998-05-01 Data transfer system Pending JPH11316717A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP10137690A JPH11316717A (en) 1998-05-01 1998-05-01 Data transfer system
CNB991075390A CN1135808C (en) 1998-05-01 1999-04-30 Data transfer method
HK00103025A HK1024121A1 (en) 1998-05-01 2000-05-22 Data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10137690A JPH11316717A (en) 1998-05-01 1998-05-01 Data transfer system

Publications (1)

Publication Number Publication Date
JPH11316717A true JPH11316717A (en) 1999-11-16

Family

ID=15204535

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10137690A Pending JPH11316717A (en) 1998-05-01 1998-05-01 Data transfer system

Country Status (3)

Country Link
JP (1) JPH11316717A (en)
CN (1) CN1135808C (en)
HK (1) HK1024121A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055610A (en) * 2008-08-29 2010-03-11 Sharp Corp Information processor and method for controlling the same

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1997019B (en) * 2006-12-19 2010-12-08 中兴通讯股份有限公司 A message monitoring and receiving method based on FTP transfer
EP2801064A1 (en) 2012-01-06 2014-11-12 Koninklijke Philips N.V. Merchandise display system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055610A (en) * 2008-08-29 2010-03-11 Sharp Corp Information processor and method for controlling the same

Also Published As

Publication number Publication date
CN1236246A (en) 1999-11-24
CN1135808C (en) 2004-01-21
HK1024121A1 (en) 2000-09-29

Similar Documents

Publication Publication Date Title
CN111580995B (en) Synchronous communication method and system of distributed cloud platform and Internet of things intelligent terminal based on MQTT asynchronous communication scene
CN106790420B (en) A kind of more session channel method for building up and system
JP6654738B1 (en) Processing telemetry data based on the operating state of the data source
CN110808948B (en) Remote procedure calling method, device and system
CN109547524B (en) User behavior storage method, device, equipment and storage medium based on Internet of things
CN110532077B (en) Task processing method and device and storage medium
CN101185070A (en) Device management system and method for setting configuration-value therein
JP4548146B2 (en) State management apparatus, method and program
US8917595B2 (en) Method and system for a distributed platform solution for supporting CIM over web services based management
JP2000278267A (en) System and method for monitoring network
JPH11212911A (en) Distributed service cooperation device
JPH11316717A (en) Data transfer system
US8145698B1 (en) Self organizing peer-to-peer system, method, and/or apparatus
JP2008065611A (en) Software update method and software update program
CN111642031B (en) Method for connecting multiple devices, electronic device and computer readable storage medium
CN113542282A (en) Cross-computing center file transmission method, device, equipment and storage medium
JPH11249977A (en) Data transfer network system
KR100350315B1 (en) Apparatus And Method For Remote Input/Output Control In Real-time System
CN116302618B (en) Session information processing method and device
KR100706318B1 (en) Method of Supporting for Compatibility between LnCP and Another Protocol
JP3903802B2 (en) Processing system
CN116418849A (en) Data transmission method, device and system and electronic equipment
JP2001034581A (en) Sharing method of information in decentralized type information processing system
JP2003244249A5 (en) File transfer method using a plurality of networks, system therefor, terminal device constituting the system, and control method thereof
CN115113535A (en) Cross-protocol device interconnection method, system, device and storage medium

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20020305