JPH11203114A - Multi remote device - Google Patents

Multi remote device

Info

Publication number
JPH11203114A
JPH11203114A JP10005270A JP527098A JPH11203114A JP H11203114 A JPH11203114 A JP H11203114A JP 10005270 A JP10005270 A JP 10005270A JP 527098 A JP527098 A JP 527098A JP H11203114 A JPH11203114 A JP H11203114A
Authority
JP
Japan
Prior art keywords
program
version information
object program
tools
manager
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.)
Withdrawn
Application number
JP10005270A
Other languages
Japanese (ja)
Inventor
Kasuke Nagao
嘉祐 長尾
Koji Yoshida
耕士 吉田
Goji Nakada
剛司 中田
Masayuki Masuda
真之 益田
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP10005270A priority Critical patent/JPH11203114A/en
Publication of JPH11203114A publication Critical patent/JPH11203114A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

PROBLEM TO BE SOLVED: To provide a multi remote device which solves the mismatching of program information between tools and the deterioration of real time property of a control program. SOLUTION: Plural tools 11 and 41 execute program editing, debug or monitoring of run time 43. This device sends processing requests from the tools 11 and 41 to the time 43, also is provided with a manager 42 which sends a processing result of the time 43 to the tools 11 and 41, guarantees program consistency between plural tools by utilizing version information that is attached to a program and data and is temporally and spatially unique and secures the real time property of a control program of the time 43 by making the manager 42 preserve and read the program or data in place of the run time.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、プログラマブル
コントローラあるいはソフトロジックコントローラのラ
ンタイム(以下、ランタイムという)のプログラム編集
若しくはデバック、モニタリングを複数のソフトウエア
(以下、ツールという)で実行するマルチリモート装置
に関し、詳しくは、ツール間でのプログラム情報の不整
合および制御プログラムのリアルタイム性の悪化を解消
したマルチリモート装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multi-remote device that executes program editing, debugging, and monitoring of a runtime (hereinafter, "runtime") of a programmable controller or a soft logic controller using a plurality of software (hereinafter, "tool"). More specifically, the present invention relates to a multi-remote device that eliminates inconsistency of program information between tools and deterioration of real-time control programs.

【0002】[0002]

【従来の技術】従来、ランタイムのプログラム編集若し
くはデバック、モニタリングを行なうリモート装置とし
ては、次に示すようなものが知られている。
2. Description of the Related Art Conventionally, the following devices are known as remote devices for editing, debugging, and monitoring a runtime program.

【0003】1)RS232Cなどの外部接続端子を経
由し、ランタイムと1対1で接続するプログラミングコ
ンソール装置。
[0003] 1) A programming console device which is connected to the runtime one-to-one via an external connection terminal such as RS232C.

【0004】2)リモートブログラム接続(RPC)を
使用し、ランタイムと1対1で接続するプログラミング
ソフトウエア。
2) Programming software that uses a remote program connection (RPC) to make a one-to-one connection with the runtime.

【0005】3)RPCを使用し、1つのランタイムに
複数のツールが同時接続可能なモニタリングソフトウェ
ア。
[0005] 3) Monitoring software that uses RPC and allows multiple tools to be connected simultaneously in one runtime.

【0006】4)RPCを使用し、ランタイムからプロ
グラムを読み込む機能により複数ツール間でプログラム
を共有するツール。
[0006] 4) A tool that uses RPC and shares a program among a plurality of tools by a function of reading a program from a runtime.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記従
来の装置にあっては、 1)ツールをランタイムと1対1に接続するため、1つ
のツールが接続中は他のツールが同一のランタイムに接
続することができない 2)ランタイムに複数同時接続可能であっても、1つの
ツールがランタイム上のプログラムを変更した場合、他
のツール内部に、プログラム編集、デバッグ、モニタリ
ングのために読み込んでいるプログラムにその変更が反
映されないため、ツール間でプログラム情報に不整合が
発生する 3)ツール間でプログラムの整合を確保するため、ラン
タイム上のプログラムを読み込む場合、このプログラム
の読み込みにランタイムの中央演算処理装置(CPU)
を使用するので、制御プログラムのリアルタイム性が悪
化する 等の問題がある。
However, in the above-mentioned conventional apparatus, 1) a tool is connected one-to-one with a runtime, so that while one tool is connected, another tool is connected to the same runtime. 2) Even if multiple simultaneous connections can be made at run time, if one tool changes the program on the run time, the program loaded into other tools for program editing, debugging, and monitoring Since the change is not reflected, inconsistency occurs in program information between tools. 3) When a program on the runtime is read in order to ensure program consistency between tools, the central processing unit of the runtime is used to read the program. (CPU)
Because of the use of the control program, there are problems such as deterioration of the real-time property of the control program.

【0008】そこで、この発明は、ツール間でのプログ
ラム情報の不整合および制御プログラムのリアルタイム
性の悪化を解消したマルチリモート装置を提供すること
を目的とする。
SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a multi-remote device which eliminates inconsistency of program information between tools and deterioration of a control program in real time.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の発明は、オブジェクトプログラムを
記憶したオブジェクトプログラム記憶手段と、前記オブ
ジェクトプログラム記憶手段に記憶されているオブジェ
クトプログラムを実行する実行手段と、前記オブジェク
トプログラムのバージョン情報を記憶したバージョン情
報記憶手段と、オブジェクトプログラムのバージョン情
報を指定して前記オブジェクトプログラムの実行を要求
する複数のツールと、前記ツールの内の一つから実行要
求を受けたとき、指定されたバージョン情報と前記バー
ジョン情報記憶手段に記憶しているバージョン情報とを
比較し、一致を検出することに基づいて前記実行手段を
駆動する一方、不一致を検出することに基づいて不一致
であることを実行要求を出した前記ツールに回答するマ
ネージャと、を備えたことを特徴とする。
In order to achieve the above object, according to the present invention, an object program storing means for storing an object program and an object program stored in the object program storing means are executed. Executing means, version information storing means storing version information of the object program, a plurality of tools for requesting execution of the object program by designating version information of the object program, and executing from one of the tools Upon receiving the request, comparing the specified version information with the version information stored in the version information storage means and driving the execution means based on detecting a match, while detecting a mismatch Must be performed based on the Characterized in that and a manager to answer the tool that issued the.

【0010】請求項2記載の発明は、請求項1記載の発
明において、前記マネージャは、前記ツールの一つから
の要求により前記オブジェクトプログラム記憶手段に記
憶されているオブジェクトプログラムを変更するととも
に前記バージョン情報記憶手段の記憶しているバージョ
ン情報を更新することを特徴とする。
According to a second aspect of the present invention, in the first aspect of the invention, the manager changes an object program stored in the object program storage means in response to a request from one of the tools, and changes the version of the object program. It is characterized in that the version information stored in the information storage means is updated.

【0011】請求項3記載の発明は、請求項2記載の発
明において、前記ツールの一つは、最初にオブジェクト
プログラムをダウンロードするとき、バージョン情報を
消去してオブジェクトプログラムの変更を要求すること
を特徴とする。
According to a third aspect of the present invention, in the second aspect of the present invention, when one of the tools downloads an object program for the first time, it deletes version information and requests a change of the object program. Features.

【0012】請求項4記載の発明は、オブジェクトプロ
グラムを記憶したオブジェクトプログラム記憶手段と、
前記オブジェクトプログラム記憶手段に記憶されている
オブジェクトプログラムを実行する実行手段と、前記オ
ブジェクトプログラムのソースプログラムおよびバージ
ョン情報を記憶したプログラム記憶手段と、オブジェク
トプログラムのバージョン情報を指定して前記オブジェ
クトプログラムの実行を要求する複数のツールと、前記
ツールの内の一つから実行要求を受けたとき、指定され
たバージョン情報と前記プログラム記憶手段に記憶して
いるバージョン情報とを比較し、一致を検出することに
基づいて前記実行手段を駆動する一方、不一致を検出す
ることに基づいて不一致であることを実行要求を出した
前記ツールに回答するマネージャと、を備えたことを特
徴とする。
According to a fourth aspect of the present invention, there is provided an object program storing means for storing an object program,
Execution means for executing the object program stored in the object program storage means, program storage means for storing source information and version information of the object program, and execution of the object program by designating version information of the object program When receiving an execution request from one of the tools and a plurality of tools for requesting, the specified version information is compared with the version information stored in the program storage means to detect a match. And a manager that responds to the tool that has issued an execution request that there is a mismatch based on detecting the mismatch while driving the execution means based on the mismatch.

【0013】請求項5記載の発明は、請求項4記載の発
明において、前記マネージャは、前記ツールの一つから
の要求により前記プログラム記憶手段に記憶しているソ
ースプログラムおよびバージョン情報を、要求を出した
ツールにアップロードすることを特徴とする。
According to a fifth aspect of the present invention, in the fourth aspect of the present invention, the manager sends a request for the source program and version information stored in the program storage means in response to a request from one of the tools. The feature is to upload to the issued tool.

【0014】請求項6記載の発明は、請求項4記載の発
明において、前記マネージャは、前記ツールの一つから
の要求により前記オブジェクトプログラム記憶手段に記
憶されているオブジェクトプログラムを変更するととも
に、前記プログラム記憶手段に記憶しているソースプロ
グラムおよびそのバージョン情報を更新することを特徴
とする。
According to a sixth aspect of the present invention, in the fourth aspect of the invention, the manager changes an object program stored in the object program storage means in response to a request from one of the tools, and It is characterized in that the source program and its version information stored in the program storage means are updated.

【0015】[0015]

【発明の実施の形態】以下、この発明に係るマルチリモ
ート装置の一実施の形態を添付図面を参照して詳細に説
明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a multi-remote device according to the present invention will be described below in detail with reference to the accompanying drawings.

【0016】図1は、この発明に係るマルチリモート装
置を適用して構成したマルチリモートシステムの一実施
の形態を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a multi-remote system configured by applying the multi-remote device according to the present invention.

【0017】図1において、このマルチリモートシステ
ムは、コントローラ(コントローラ2)40内に設けら
れたランタイム(ソフトロジックコントローラ)43の
プログラム編集若しくはデバック、モニタリングを複数
のツール、すなわち、コントローラ(コントローラ2)
40内に設けられたツール41若しくはこのコントロー
ラ(コントローラ2)40とローカルエリアネットワー
ク(LAN)80を介して接続されるコントローラ(コ
ントローラ1)10内に設けられたツール11により実
行するように構成したものである。
Referring to FIG. 1, this multi-remote system uses a plurality of tools, ie, a controller (controller 2), to edit, debug, and monitor a runtime (soft logic controller) 43 provided in a controller (controller 2) 40.
It is configured to be executed by a tool 41 provided in the controller (controller 1) 10 connected to the tool 41 provided in the controller 40 or the controller (controller 2) 40 via the local area network (LAN) 80. Things.

【0018】ここで、コントローラ(コントローラ1)
10は、ユーザインタフェイスを構成する表示装置(C
RT)30、オブジェクトプログラム(OBJ)21お
よびユーザプログラム(SRC)22を格納するハード
ディスク等から構成される外部記憶装置(外部記憶装置
1)20、LAN80に接続されており、このコントロ
ーラ(コントローラ1)10の内部には、ツール11、
このツール11に接続され、表示装置(CRT)30を
駆動するディスプレイドライバ12、LAN80を駆動
するネットワークドライバ13が設けられている。
Here, the controller (controller 1)
Reference numeral 10 denotes a display device (C that constitutes a user interface)
RT) 30, an external storage device (external storage device 1) 20 including a hard disk for storing an object program (OBJ) 21 and a user program (SRC) 22, and a controller 80 connected to the LAN 80. Inside 10, there are tools 11,
A display driver 12 that drives the display device (CRT) 30 and a network driver 13 that drives the LAN 80 are connected to the tool 11.

【0019】また、コントローラ(コントローラ2)4
0は、ユーザインタフェイスを構成する表示装置(CR
T)60、オブジェクトプログラム(OBJ)51,5
4およびユーザプログラム(SRC)52,53を格納
するハードディスク等から構成される外部記憶装置(外
部記憶装置2)50、被制御機器70、LAN80に接
続されており、このコントローラ(コントローラ2)4
0の内部には、ツール41、マネージャ42、ランタイ
ム43、ツール43に接続され、表示装置(CRT)6
0を駆動するディスプレイドライバ44、マネージャ4
2に接続され、LAN80を駆動するネットワークドラ
イバ45、ランタイム43と被制御機器70との間に接
続される外部I/Oドライバ46が設けられている。
The controller (controller 2) 4
0 indicates a display device (CR
T) 60, object program (OBJ) 51, 5
An external storage device (external storage device 2) 50, which is composed of a hard disk for storing user programs (SRC) 52 and 53, a controlled device 70, and a LAN 80, is connected to the controller (controller 2) 4.
0, a tool 41, a manager 42, a runtime 43, and a tool 43 are connected to the display device (CRT) 6.
0, display driver 44, manager 4
2, a network driver 45 for driving the LAN 80 and an external I / O driver 46 connected between the runtime 43 and the controlled device 70 are provided.

【0020】上記構成において、ツール11および41
は、 1)制御用のユーザプログラム(SRC)を編集するた
めのユーザインタフェース機能 2)編集したユーザプログラム(SRC)を外部記憶装
置に保存するためのユーザプログラム管理機能 3)編集し終わったユーザプログラム(SRC)をラン
タイム43が解釈可能なオブジェクトプログラム(OB
J)にコンパイルする機能 4)マネージャ42にユーザプログラム(SRC)を、
マネージャ42を経由してランタイム43にオブジェク
トプログラム(OBJ)をダウンロードし、オブジェク
トプログラム(OBJ)に基づきランタイム43により
工作機などの被制御対象機器70を制御させるダウンロ
ード機能 5)オブジェクトプログラム(OBJ)に基づいて制御
中のランタイム43の状態、データ内容をリアルタイム
で確認するためのモニタリング機能 6)ランタイム43が制御中であっても、ユーザプログ
ラム(SRC)を編集し、ランタイム43にダウンロー
ドされたオブジェクトプログラム(OBJ)を更新する
オンライン編集機能 7)マネージャ42よりユーザプログラム(SRC)を
取得するアップロード機能 を有する。
In the above configuration, the tools 11 and 41
1) a user interface function for editing a control user program (SRC) 2) a user program management function for saving the edited user program (SRC) in an external storage device 3) a user program that has been edited (SRC) can be interpreted by the runtime 43 in an object program (OB
J) Function to compile 4) User program (SRC) to manager 42
A download function that downloads an object program (OBJ) to the runtime 43 via the manager 42 and controls the controlled device 70 such as a machine tool by the runtime 43 based on the object program (OBJ) 5) The object program (OBJ) A monitoring function for confirming the state and data contents of the runtime 43 being controlled based on the data in real time 6) Even if the runtime 43 is under control, the user program (SRC) is edited and the object program downloaded to the runtime 43 Online editing function for updating (OBJ) 7) An upload function for acquiring a user program (SRC) from the manager 42 is provided.

【0021】なお、以上の機能はランタイム43のプロ
グラム編集若しくはデバック、モニタリングを行なうた
めのツールとしての一般的な機能を列挙したものであ
る。
The above functions enumerate general functions as tools for editing, debugging, and monitoring the program of the runtime 43.

【0022】ツール11,41は、それぞれ、ユーザイ
ンタフエースからの処理要求に応じて、マネージャ42
を介してランタイム43に該当する処理を行わせ、その
結果をランタイム43から取得して、ユーザインタフェ
ース、すなわち表示装置30,60に表示する。この構
成は、一般に、サーバクライアント構造と称されてい
る。
Each of the tools 11 and 41 responds to a processing request from a user interface, and
And causes the runtime 43 to perform the corresponding processing, obtains the result from the runtime 43, and displays the result on the user interface, that is, the display devices 30 and 60. This configuration is generally called a server-client structure.

【0023】ここで、1つのマネージャ42には複数の
ツールを同時に接続することができ、この複数のツール
は、ツール41のように、同一コントローラ40内で稼
動するように構成することもできるし、ツール11のよ
うに、LAN80上に分散したコントローラ10内でそ
れぞれ稼動し、マネージャ42に接続するように構成す
ることもできる。
Here, a plurality of tools can be connected to one manager 42 at the same time, and the plurality of tools can be configured to operate in the same controller 40 like the tool 41. , Such as the tool 11, each of which operates in the controller 10 distributed on the LAN 80 and is connected to the manager 42.

【0024】マネージャ42は、被制御機器70を制御
するコントローラ40内部で稼動するソフトウェアであ
り、外部I/Oドライバ46を通じて直接接続したコン
トローラ40でただ1つ稼動する。
The manager 42 is software that operates inside the controller 40 that controls the controlled device 70. Only one manager 40 operates directly via the external I / O driver 46.

【0025】このマネージャ42は、 1)ツール11または41からの処理要求をランタイム
43に送信し、ランタイム43での処理結果をツール1
1または41に送信するプロキシ機能 2)ダウンロード機能実行時に、ユーザプログラム(S
RC)をツール11または41から受け取り、外部記憶
装置50に保存し、アップロード機能実行時に、ユーザ
プログラム(SRC)をツール11または41に送出す
るユーザプログラム管理機能 3)複数のツール11および41が同時接続中に、1つ
のツール11または41がランタイム43上のデータあ
るいはオブジェクトプログラム(OBJ)を変更したと
きに、他のツールに変更されたことを通知するデータ整
合保証機能 を有している。
The manager 42 1) sends a processing request from the tool 11 or 41 to the runtime 43 and outputs the processing result in the runtime 43 to the tool 1
2) When the download function is executed, the user program (S
RC) is received from the tool 11 or 41, stored in the external storage device 50, and a user program management function for sending the user program (SRC) to the tool 11 or 41 when the upload function is executed. 3) The plurality of tools 11 and 41 simultaneously When one tool 11 or 41 changes data or an object program (OBJ) on the runtime 43 during connection, it has a data consistency assurance function for notifying another tool of the change.

【0026】また、ランタイム43は、被制御機器70
を制御するコントローラ40内部で稼動するソフトウェ
アであり、外部I/Oドライバ46を通じて直接接続し
たコントローラ40でただ1つ稼動する。
The runtime 43 includes the controlled device 70
The software is operated inside the controller 40 that controls the operation, and only one controller 40 is directly operated via the external I / O driver 46.

【0027】このランタイム43は、 1)マネージャ42を経由したツール11または41か
らの処理要求にしたがって、所定の処理を行い、その結
果をマネージャ42を経由してツール11または41に
通知するサーバ機能 2)マネージャ42を経由したツール11または41か
らダウンロードされたオブジェクトプログラム(OB
J)に従って、被制御対象70を御御する制御機能 3)外部I/Oドライバ46を通じて、オブジェクトプ
ログラム(OBJ)内で指定されたタイミングで被制御
対象70にデータ、シグナルを入出力する外部I/O機
能 を有している。
The runtime 43 1) performs a predetermined process in accordance with a processing request from the tool 11 or 41 via the manager 42, and notifies the result to the tool 11 or 41 via the manager 42. 2) Object program (OB) downloaded from the tool 11 or 41 via the manager 42
J) a control function for controlling the controlled object 70 in accordance with 3) an external I / O driver 46 for inputting and outputting data and signals to the controlled object 70 at a timing designated in the object program (OBJ) via the external I / O driver 46 / O function.

【0028】次に、この実施の形態のマルチリモートシ
ステムの処理の詳細について説明する。
Next, details of the processing of the multi-remote system according to this embodiment will be described.

【0029】このマルチリモートシステムは、複数のツ
ール11および41が1つのマネージャ42、ランタイ
ム43にアクセスする際、ツール11または41がロー
カルにキャッシュするランタイム43のデータの整合性
を保証し、かつ、マネージャ42にそのための手続きを
任せることにより、ランタイム42の制御性能を悪化さ
せないようにしたことを特徴とする。
This multi-remote system guarantees the consistency of the data of the runtime 43 cached locally by the tools 11 or 41 when the tools 11 and 41 access one manager 42 and the runtime 43, and It is characterized in that the control performance of the runtime 42 is not degraded by leaving the procedure for the manager 42 to do so.

【0030】そのために、ユーザプログラム(SRC)
およびオブジェクトプログラム(OBJ)およびデータ
の時間的、空間的一意性を確認するため、これらのデー
タにバージョン情報を添付するとともに、このバージョ
ン情報を利用して各ツールがローカルにキャッシュする
データの整合性を保証するように構成されている。
For this purpose, a user program (SRC)
Version information is attached to these data to confirm the temporal and spatial uniqueness of the object program (OBJ) and data, and the consistency of the data that each tool caches locally using this version information Is configured to guarantee.

【0031】図2は、図1に示したマルチリモートシス
テムにおけるダウンロード時およびオンライン編集時の
処理手順を説明する図である。
FIG. 2 is a diagram for explaining a processing procedure at the time of downloading and online editing in the multi-remote system shown in FIG.

【0032】図2において、このマルチリモートシステ
ムにおけるダウンロード時およびオンライン編集時にお
いては、以下のような処理手順を行う。
In FIG. 2, at the time of downloading and online editing in the multi-remote system, the following processing procedure is performed.

【0033】すなわち、ツール11または41は、ユー
ザプログラム(SRC)をオブジェクトプログラム(O
BJ)にコンパイルしたら、このツール11または41
がローカルに保持するユーザプログラム(SRC)およ
びオブジェクトプログラム(OBJ)に添付したバージ
ョン情報を消去する。
That is, the tool 11 or 41 converts the user program (SRC) into an object program (O
After compiling to BJ), this tool 11 or 41
Deletes the version information attached to the user program (SRC) and the object program (OBJ) held locally.

【0034】そして、マネージャ42は、このバージョ
ン情報が消去されたユーザプログラム(SRC)または
オブジェクトプログラム(OBJ)がダウンロードされ
たら、オブジェクトプログラム(OBJ)のみをランタ
イム43にダウンロードする。そして、このソースのみ
を外部記憶装置50に保存し、このユーザプログラム
(SRC)またはオブジェクトプログラム(OBJ)に
新しいバージョン情報を付与し(バージョン更新)、同
時にこの新しく付与した(更新した)バージョン情報を
ダウンロードした元のツール11および41に通知す
る。
When the user program (SRC) or the object program (OBJ) from which the version information is deleted is downloaded, the manager 42 downloads only the object program (OBJ) to the runtime 43. Then, only this source is stored in the external storage device 50, new version information is added to this user program (SRC) or object program (OBJ) (version update), and at the same time, the newly added (updated) version information is added. Notify the original tools 11 and 41 that have been downloaded.

【0035】図3は、図1に示したマルチリモートシス
テムにおけるアップロード時の処理手順を説明する図で
ある。
FIG. 3 is a view for explaining a processing procedure at the time of uploading in the multi-remote system shown in FIG.

【0036】このアップロード時の手順によると、ツー
ル11または41は、マネージャ42からバージョン情
報が添付されたユーザプログラム(SRC)を取得す
る。
According to the procedure at the time of uploading, the tool 11 or 41 acquires the user program (SRC) attached with the version information from the manager 42.

【0037】すなわち、まず、ツール11または41
が、ユーザプログラム(SRC)をアップロードする場
合は、ツール11または41からマネージャ42に対し
てアップロードのコマンド要求を発行する。
That is, first, the tool 11 or 41
However, when uploading a user program (SRC), the tool 11 or 41 issues an upload command request to the manager 42.

【0038】そして、このアップロードのコマンド要求
を受信したマネージャ42は、該マネージャが管理する
バージョン情報付きのユーザプログラム(SRC)を要
求を出したツール11または41に送信する。
Then, the manager 42 that has received the upload command request transmits a user program (SRC) with version information managed by the manager to the tool 11 or 41 that issued the request.

【0039】この手続きによれぱ、アップロードに関し
てランタイム43に負荷がかかることがない。
According to this procedure, no load is imposed on the runtime 43 for uploading.

【0040】図4は、図1に示したマルチリモートシス
テムにおけるその他の処理の要求時の処理手順を説明す
る図である。
FIG. 4 is a view for explaining a processing procedure when another processing is requested in the multi-remote system shown in FIG.

【0041】ツール11または41がその他の処理要求
を行なう場合は、その処理要求の内容とツール11また
は41がローカルに保持するユーザプログラム(SR
C)またはオブジェクトプログラム(OBJ)のバージ
ョン情報をマネージャ42に通知する。
When the tool 11 or 41 issues another processing request, the contents of the processing request and the user program (SR
C) or the version information of the object program (OBJ) is notified to the manager 42.

【0042】この通知を受けたマネージャ42は、ツー
ル11または41から送られてきたバージョン情報とマ
ネーシャ42が保持するユーザプログラム(SRC)の
バージョン情報とを比較し、両者が一致する場合だけ、
この処理要求をランタイム43に通知する。
The manager 42 receiving this notification compares the version information sent from the tool 11 or 41 with the version information of the user program (SRC) held by the manager 42, and only when the two match,
This processing request is notified to the runtime 43.

【0043】そして、ランタイム43からその処理結果
の返答を受けると、この処理結果をツール11または4
1に返答する。
When a response to the processing result is received from the runtime 43, the processing result is transmitted to the tool 11 or 4.
Reply to 1.

【0044】図5は、図1に示したマルチリモートシス
テムにおけるその他の処理の要求時においてその処理要
求が失敗に終わる場合の処理手順を説明する図である。
FIG. 5 is a diagram for explaining a processing procedure in the case where a request for another processing in the multi-remote system shown in FIG. 1 fails.

【0045】マネージャ42が、ツール11または41
から送られてきたバージョン情報とマネーシャ42が保
持するユーザプログラム(SRC)のバージョン情報と
を比較し、この比較の結果、両者が一致しないと判断さ
れると、この場合は、この処理要求をランタイム43に
通知せず、直ちにツールに「バージョン不正」による処
理要求の失敗を返答する。この返答を受けたツールは、
図3のアップロードの要求を出し、変更されたユーザプ
ログラム(SRC)、すなわちソースプログラムとバー
ジョン情報とを入手することができる。
The manager 42 has the tool 11 or 41
Is compared with the version information of the user program (SRC) held by the cashier 42. If it is determined that the two do not match, in this case, the processing request is sent to the runtime. 43, the tool immediately returns a failure of the processing request due to “invalid version” to the tool. The tool receiving this response,
By issuing the upload request shown in FIG. 3, the changed user program (SRC), that is, the source program and the version information can be obtained.

【0046】この手続きによれぱ、ツール11または4
1がローカルで保持するユーザプログラム(SRC)ま
たはオブジェクトプログラム(OBJ)のバージョン情
報が不正である場合、ランタイム43にこの処理要求が
通知されることなく処理が完結するので、このツール間
のデータの整合性を保証する部分に関してランタイム4
3に負荷がかかることがない。
According to this procedure, the tool 11 or 4
If the version information of the user program (SRC) or the object program (OBJ) held locally by the user 1 is incorrect, the processing is completed without notifying the runtime 43 of this processing request. Runtime 4 for consistency assurance
No load is applied to 3.

【0047】図6は、図1に示したマルチリモートシス
テムにおけるツールの処理を示すフローチャートであ
る。
FIG. 6 is a flowchart showing the processing of the tool in the multi remote system shown in FIG.

【0048】図6において、ツールの稼動が開始される
と(ステップ101)、ユーザからのコマンド指定待ち
になる(ステップ102)。
In FIG. 6, when the operation of the tool is started (step 101), a command is awaited from the user (step 102).

【0049】ユーザからコマンド指定を取得すると(ス
テップ103)、コマンド処理を実行する(ステップ1
04)。
When command designation is obtained from the user (step 103), command processing is executed (step 1).
04).

【0050】そして、このコマンド処理の実行が終了す
ると、ステップ102に戻り、再びユーザからのコマン
ド指定待ちになる。
When the execution of the command processing is completed, the process returns to step 102 and waits for a command designation from the user again.

【0051】図7は、図6に示したツールの処理におけ
るコマンド処理実行の詳細を示すフローチャートであ
る。
FIG. 7 is a flowchart showing details of the execution of command processing in the processing of the tool shown in FIG.

【0052】コマンド処理実行になると(ステップ11
1)、まずコマンド要求をマネージャ42に送信する
(ステップ112)。
When command processing is executed (step 11)
1) First, a command request is transmitted to the manager 42 (step 112).

【0053】そして、コマンド結果待ちになり(ステッ
プ113)、コマンド結果をマネージャ42から受信す
ると(ステップ114)、このコマンド処理実行を終了
する(ステップ115)。
Then, the command waits for a command result (step 113). When the command result is received from the manager 42 (step 114), the execution of the command processing ends (step 115).

【0054】図8は、図1に示したマルチリモートシス
テムにおけるマネージャの処理を示すフローチャートで
ある。
FIG. 8 is a flowchart showing the processing of the manager in the multi-remote system shown in FIG.

【0055】図8において、マネージャ42の稼動が開
始されると(ステップ201)、ツールからのコマンド
要求待ちになる(ステップ202)。
In FIG. 8, when the operation of the manager 42 is started (step 201), a command request from the tool is waited for (step 202).

【0056】ツールからコマンド要求を受信すると(ス
テップ203)、このコマンド要求に対応する該当処理
を実行する(ステップ204)。
When a command request is received from the tool (step 203), a process corresponding to the command request is executed (step 204).

【0057】そして、このコマンド処理のコマンド結果
をツールに対して送信し(ステップ205)、ステップ
202に戻り、再びツールからのコマンド要求待ちにな
る。
Then, the command result of this command processing is transmitted to the tool (step 205), and the process returns to step 202 to wait for a command request from the tool again.

【0058】図9は、図8に示したマネージャの処理に
おけるコマンド要求該当処理実行の詳細を示すフローチ
ャートである。
FIG. 9 is a flowchart showing details of the execution of the processing corresponding to the command request in the processing of the manager shown in FIG.

【0059】コマンド要求該当処理実行になると(ステ
ップ211)、まず、ツールから受信したコマンド要求
のコマンド種別を判定する(ステップ213)。
When the processing corresponding to the command request is executed (step 211), first, the command type of the command request received from the tool is determined (step 213).

【0060】そして、このステップ213のコマンド種
別の判定において、コマンド種別がダウンロード/オン
ライン編集であると判断されると、まず、ツールよりユ
ーザプログラム(SRC)を受信し、この受信したユー
ザプログラム(SRC)をマネージャ42の外部記憶装
置50に保存する(ステップ214)。
If it is determined in step 213 that the command type is download / online editing, a user program (SRC) is first received from the tool, and the received user program (SRC) is received. ) Is stored in the external storage device 50 of the manager 42 (step 214).

【0061】次に、ツールよりオブジェクトプログラム
(OBJ)を受信し(ステップ215)、オブジェクト
プログラム(OBJ)のバージョン情報は空かを調べる
(ステップ216)。ここで、オブジェクトプログラム
(OBJ)のバージョン情報が空であると(ステップ2
16でYES)、新規のバージョン情報を取得し(ステ
ップ217)、マネージャ42に保持するユーザプログ
ラム(SRC)のバージョン変更を行なう(ステップ2
18)。
Next, the object program (OBJ) is received from the tool (step 215), and it is checked whether the version information of the object program (OBJ) is empty (step 216). Here, if the version information of the object program (OBJ) is empty (step 2).
(YES at 16), obtains new version information (step 217), and changes the version of the user program (SRC) held in the manager 42 (step 2).
18).

【0062】そして、更に、オブジェクトプログラム
(OBJ)のバージョン変更を行ない(ステップ21
9)、ランタイム43にこのオブジェクトプログラム
(OBJ)を送信し(ステップ220)、このコマンド
要求該当処理を終了する(ステップ228)。
Then, the version of the object program (OBJ) is changed (step 21).
9) The object program (OBJ) is transmitted to the runtime 43 (step 220), and the processing corresponding to the command request is terminated (step 228).

【0063】なお、ステップ216でオブジェクトプロ
グラム(OBJ)のバージョン情報が空でないと判断さ
れると(ステップ216でNO)、ランタイム43にこ
のオブジェクトプログラム(OBJ)を送信し(ステッ
プ220)、このコマンド要求該当処理を終了する(ス
テップ228)。
If it is determined in step 216 that the version information of the object program (OBJ) is not empty (NO in step 216), the object program (OBJ) is transmitted to the runtime 43 (step 220). The processing corresponding to the request is ended (step 228).

【0064】また、ステップ213のコマンド種別の判
定において、コマンド種別がアップロードであると判断
されると、マネージャ42に保持するユーザプログラム
(SRC)をツールに送信し(ステップ221)、この
コマンド要求該当処理を終了する(ステップ228)。
If it is determined in step 213 that the command type is upload, the user program (SRC) stored in the manager 42 is transmitted to the tool (step 221). The process ends (step 228).

【0065】また、ステップ213のコマンド種別の判
定において、コマンド種別がその他のコマンドであると
判断されると、まずツールからこのコマンド要求のバー
ジョン情報を取得し(ステップ222)、次に、マネー
ジャ42に保持するユーザプログラム(SRC)のバー
ジョン情報を取得する(ステップ223)。
When the command type is determined to be another command in the determination of the command type in step 213, first, the version information of the command request is obtained from the tool (step 222). Then, the version information of the user program (SRC) stored in the server is acquired (step 223).

【0066】そして、ツールから取得したバージョン情
報とマネージャ42に保持するバージョン情報とを比較
する(ステップ224)。
Then, the version information obtained from the tool is compared with the version information stored in the manager 42 (step 224).

【0067】ステップ224のバージョン情報の比較に
おいて両者が一致すると(ステップ224でYES)、
ランタイム43にこのコマンド要求を送信し(ステップ
225)、ランタイム43からのコマンド結果待ちにな
り(ステップ226)、ランタイム43からコマンド結
果を受信すると(ステップ227)、このコマンド要求
該当処理を終了する(ステップ228)。
If the two match in the version information comparison in step 224 (YES in step 224),
This command request is transmitted to the runtime 43 (step 225), the command result from the runtime 43 is waited for (step 226), and when the command result is received from the runtime 43 (step 227), the processing corresponding to the command request is terminated (step 227). Step 228).

【0068】図10は、図1に示したマルチリモートシ
ステムにおけるランタイムの処理を示すフローチャート
である。
FIG. 10 is a flowchart showing runtime processing in the multi-remote system shown in FIG.

【0069】図10において、ランタイム43の稼動が
開始されると(ステップ301)、マネージャ42から
のコマンド要求待ちになる(ステップ302)。
In FIG. 10, when the operation of the runtime 43 is started (step 301), a command request from the manager 42 is awaited (step 302).

【0070】マネージャ42からコマンド要求を取得す
ると(ステップ303)、このコマンド要求に対応する
該当処理を実行する(ステップ304)。
When a command request is obtained from the manager 42 (step 303), a process corresponding to the command request is executed (step 304).

【0071】そして、その処理結果をマネージャ42に
送信し(ステップ305)、ステップ302に戻り、再
びマネージャ42からのコマンド要求待ちになる。
Then, the processing result is transmitted to the manager 42 (step 305), and the process returns to step 302 to wait for a command request from the manager 42 again.

【0072】さて、この実施の形態のマルチリモートシ
ステムで採用されるバージョン情報は、ユーザプログラ
ム(SRC)またはオブジェクトプログラム(OBJ)
またはデータの時間的、空間的一意性を確認するための
もので、その一例を示すと次式で定義されるバージョン
情報を採用することができる。
The version information employed in the multi-remote system according to the present embodiment includes a user program (SRC) or an object program (OBJ).
Alternatively, it is for confirming temporal and spatial uniqueness of data, and for example, version information defined by the following equation can be adopted as an example.

【0073】バージョン=STRING(コントローラ
の所在緯度)+STRING(コントローラの所在経
度)+STRING(時刻) あるいは、 バージョン=STRING(ネットワークカードMAC
アドレス)+STRING(時刻)
Version = STRING (Latitude where the controller is located) + STRING (Longitude where the controller is located) + STRING (time) Alternatively, Version = STRING (the network card MAC)
Address) + STRING (time)

【0074】ここで、STRlNGは数値あるいは時刻
を数字から構成される文字列に変換する関数である。ま
た、ネットワークカードMACアドレスはネットワーク
カード1枚1枚にユニークに割り振られる1Dである。
Here, STR1NG is a function for converting a numerical value or time into a character string composed of numerals. The network card MAC address is 1D uniquely assigned to each network card.

【0075】また、ユーザプログラム(SRC)は、ユ
ーザがツールのユーザインタフェースを使用して編集、
作成するファイルであり、被制御機器70を制御するた
めのユーザプログラムが定義される。
The user program (SRC) is edited by the user using the tool user interface.
A file to be created, in which a user program for controlling the controlled device 70 is defined.

【0076】図11は、図1に示したマルチリモートシ
ステムで採用されるユーザプログラムの具体例を示す図
である。
FIG. 11 is a diagram showing a specific example of a user program used in the multi-remote system shown in FIG.

【0077】ユーザプログラム(SRC)は、一般に、
被制御機器70からON−OFF信号を受け取り、AN
DあるいはOR演算などを行って、被制御機器70にO
N−OFF信号を出力する構成となる。このユーザプロ
グラム(SRC)は、テキスト形式のファイルで構成さ
れる。
The user program (SRC) generally has
An ON-OFF signal is received from the controlled device 70, and AN
D or OR operation is performed, and O
The configuration is such that an N-OFF signal is output. This user program (SRC) is composed of a text file.

【0078】また、オブジェクトプログラム(OBJ)
は、ユーザプログラム(SRC)をランタイム43が直
接解釈可能な形式の言語に変換したものである。
The object program (OBJ)
Is obtained by converting a user program (SRC) into a language in a format that can be directly interpreted by the runtime 43.

【0079】図12は、図1に示したマルチリモートシ
ステムで採用されるオブジェクトプログラムの具体例を
示す図である。
FIG. 12 is a diagram showing a specific example of an object program used in the multi-remote system shown in FIG.

【0080】次に、ツール11または41、ランタイム
43、マネージャ42間で送受信されるコマンド要求お
よびコマンド結果の内部データの構成について説明す
る。
Next, the configuration of internal data of a command request and a command result transmitted and received among the tool 11 or 41, the runtime 43, and the manager 42 will be described.

【0081】図13は、図1に示したマルチリモートシ
ステムで採用されるツール、ランタイム、マネージャ間
で送受信されるコマンド要求の内部データの構成の具体
例を示す図である。
FIG. 13 is a diagram showing a specific example of the configuration of internal data of a command request transmitted and received between the tool, runtime, and manager employed in the multi-remote system shown in FIG.

【0082】ここで、コマンド要求は、コマンドにユニ
ークに割り付けられたコマンド1Dと、ツールにユニー
クに割り付けられたツールlDと、ツールがローカルに
保持するユーザプログラム(SRC)のバージョン情報
を必須項目として有する。なお、コマンド処理引数はコ
マンドによって付属する場合としない場合とがある。ま
たその個数、バイト数もコマンドごとに定義される。
Here, the command request includes the command 1D uniquely assigned to the command, the tool ID uniquely assigned to the tool, and the version information of the user program (SRC) locally held by the tool as essential items. Have. The command processing argument may or may not be attached depending on the command. The number and the number of bytes are also defined for each command.

【0083】図14は、図1に示したマルチリモートシ
ステムで採用されるツール、ランタイム、マネージャ間
で送受信されるコマンド結果の内部データの構成の具体
例を示す図である。
FIG. 14 is a diagram showing a specific example of the configuration of internal data of a command result transmitted and received between the tool, runtime, and manager employed in the multi-remote system shown in FIG.

【0084】ここで、コマンド結果は、コマンドlD
と、マネーシャが保持するユーザプログラム(SRC)
のバージョン情報、コマンド要求に対する処理結果(成
功/失敗)を必須項目として有する。なお、コマンド処
理結果2以降は、コマンドによって付属する場合としな
い場合がある。その個数、バイト数もコマンドごとに定
義される。
Here, the command result is the command ID
And the user program (SRC) held by the manager
Version information and the processing result (success / failure) for the command request as essential items. The command processing result 2 or later may or may not be attached depending on the command. The number and the number of bytes are also defined for each command.

【0085】以上のように、ツール側でバージョン情報
の不整合(すなわちデータあるいはSRC,OBJの不
整合)が検出されるのは、すべてのツールからマネージ
ャ/ランタイムに向かって処理要求を出したときであ
る。その結果、マネージャあるいはランタイム側から能
動的にデータを送出することがないので、ネットワーク
処理手続きが簡便になり、かつ、すべてのツールへバー
ジョン情報の不整合をブロードキャストすることがない
ので、ネットワークの負荷も軽減される。
As described above, inconsistency of version information (inconsistency of data or SRC, OBJ) is detected on the tool side when a processing request is issued from all tools to the manager / runtime. It is. As a result, since the manager or the runtime does not actively transmit data, the network processing procedure is simplified, and the inconsistency of version information is not broadcast to all tools, so that the network load is reduced. Is also reduced.

【0086】以上の実施形態では、オプジェクトプログ
ラムをツールで生成しているが、マネージャで生成する
ようにしてもよい。
In the above embodiment, the object program is generated by the tool, but may be generated by the manager.

【0087】[0087]

【発明の効果】以上説明したように、この発明によれ
ば、プログラムに添付する時間的、空間的にユニークな
バージョンを利用することで複数ツール間でプログラム
整合性を保証し、プログラムあるいはデータの保存、読
み出しをランタイムに代わってマネージャソフトウエア
で処理することで制御プログラムのリアルタイム性を確
保するように構成したので、 1)複数のツールが1つのランタイムに同時接続し、プ
ログラムを編集しても、ツールがローカルでキャッシュ
するプログラムあるいはデータの整合性が保証できる 2)プログラムあるいはデータの変更、整合性の保証を
行なってもマネージャソフトウェアがランタイムに代わ
り処理するので、ランタイムのリアルタイム性能を悪化
させることがない 3)データの整合性、複数ツール接続の手続をマネージ
ャソフトウェアがすべて行うので、ランタイムの構造を
簡単にできる 4)データの整合性、複数ツール接続の手続をマネージ
ャソフトウェアがすべて行うので、本来、1つのツール
のみをサポートするランタイムであっても、マネージャ
ソフトウェアを付加することにより容易にマルチツール
に対応できる 5)整合性保証に関して、マネージャあるいはランタイ
ムから、すべてのツールへのブロードキャストが発生し
ないので、ネットワーク接続におけるネットワーク負荷
が軽減される という効果が得られる。
As described above, according to the present invention, by using a temporally and spatially unique version attached to a program, program consistency between a plurality of tools is ensured, and the program or data The configuration is such that the real-time property of the control program is ensured by processing the storage and reading by the manager software instead of the runtime. 1) Even if multiple tools are connected to one runtime at the same time and the program is edited The integrity of the program or data cached locally by the tool can be guaranteed. 2) Even if the program or data is changed or the integrity is guaranteed, the real-time performance of the runtime is degraded because the manager software processes it instead of the runtime. 3) Data consistency, multiple 4) Since the manager software performs all the procedures for connecting the files, the structure of the runtime can be simplified. 4) Since the manager software performs all the procedures for data consistency and the connection of multiple tools, the runtime that originally supports only one tool Even if there is any, the multi-tool can be easily handled by adding the manager software. 5) Regarding the integrity assurance, the broadcast from the manager or the runtime to all the tools does not occur, so that the network load on the network connection is reduced. The effect is obtained.

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

【図1】この発明に係るマルチリモート装置を適用して
構成したマルチリモートシステムの一実施の形態を示す
ブロック図。
FIG. 1 is a block diagram showing an embodiment of a multi-remote system configured by applying a multi-remote device according to the present invention.

【図2】図1に示したマルチリモートシステムにおける
ダウンロード時およびオンライン編集時の処理手順を説
明する図。
FIG. 2 is an exemplary view for explaining a processing procedure at the time of download and online editing in the multi remote system shown in FIG. 1;

【図3】図1に示したマルチリモートシステムにおける
アップロード時の処理手順を説明する図。
FIG. 3 is an exemplary view for explaining a processing procedure at the time of uploading in the multi-remote system shown in FIG. 1;

【図4】図1に示したマルチリモートシステムにおける
その他の処理の要求時の処理手順を説明する図。
FIG. 4 is an exemplary view for explaining a processing procedure when another processing is requested in the multi-remote system shown in FIG. 1;

【図5】図1に示したマルチリモートシステムにおける
その他の処理の要求時においてその処理要求が失敗に終
わる場合の処理手順を説明する図。
FIG. 5 is an exemplary view for explaining a processing procedure in a case where the processing request ends in failure when another processing is requested in the multi-remote system shown in FIG. 1;

【図6】図1に示したマルチリモートシステムにおける
ツールの処理を示すフローチャート。
FIG. 6 is a flowchart showing processing of a tool in the multi-remote system shown in FIG. 1;

【図7】図6に示したツールの処理におけるコマンド処
理実行の詳細を示すフローチャート。
FIG. 7 is a flowchart showing details of execution of command processing in the processing of the tool shown in FIG. 6;

【図8】図1に示したマルチリモートシステムにおける
マネージャの処理を示すフローチャート。
FIG. 8 is a flowchart showing processing of a manager in the multi remote system shown in FIG. 1;

【図9】図8に示したマネージャの処理におけるコマン
ド要求該当処理実行の詳細を示すフローチャート。
FIG. 9 is a flowchart showing details of execution of a command request corresponding process in the process of the manager shown in FIG. 8;

【図10】図1に示したマルチリモートシステムにおけ
るランタイムの処理を示すフローチャート。
10 is a flowchart showing runtime processing in the multi-remote system shown in FIG.

【図11】図1に示したマルチリモートシステムで採用
されるユーザプログラムの具体例を示す図。
FIG. 11 is a view showing a specific example of a user program employed in the multi-remote system shown in FIG. 1;

【図12】図1に示したマルチリモートシステムで採用
されるオブジェクトプログラムの具体例を示す図。
FIG. 12 is a view showing a specific example of an object program used in the multi-remote system shown in FIG. 1;

【図13】図1に示したマルチリモートシステムで採用
されるツール、ランタイム、マネージャ間で送受信され
るコマンド要求の内部データの構成の具体例を示す図。
FIG. 13 is a view showing a specific example of a configuration of internal data of a command request transmitted and received between a tool, a runtime, and a manager employed in the multi-remote system shown in FIG. 1;

【図14】図1に示したマルチリモートシステムで採用
されるツール、ランタイム、マネージャ間で送受信され
るコマンド結果の内部データの構成の具体例を示す図。
FIG. 14 is a diagram showing a specific example of a configuration of internal data of a command result transmitted and received between a tool, a runtime, and a manager employed in the multi-remote system shown in FIG. 1;

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

10 コントローラ(コントローラ1) 11 ツール 12 ディスプレイドライバ 13 ネットワークドライバ 20 外部記憶装置(外部記憶装置1) 21 オブジェクトプログラム(OBJ) 22 ユーザプログラム(SRC) 30 表示装置(CRT) 40 コントローラ(コントローラ2) 41 ツール 42 マネージャ 43 ランタイム 44 ディスプレイドライバ 45 ネットワークドライバ 46 外部I/Oドライバ 50 外部記憶装置(外部記憶装置2) 51 オブジェクトプログラム(OBJ) 52 ユーザプログラム(SRC) 53 ユーザプログラム(SRC) 54 オブジェクトプログラム(OBJ) 60 表示装置(CRT) 70 被制御機器 80 ローカルエリアネットワーク(LAN) Reference Signs List 10 controller (controller 1) 11 tool 12 display driver 13 network driver 20 external storage device (external storage device 1) 21 object program (OBJ) 22 user program (SRC) 30 display device (CRT) 40 controller (controller 2) 41 tool 42 manager 43 runtime 44 display driver 45 network driver 46 external I / O driver 50 external storage device (external storage device 2) 51 object program (OBJ) 52 user program (SRC) 53 user program (SRC) 54 object program (OBJ) Reference Signs List 60 display device (CRT) 70 controlled device 80 local area network (LAN)

───────────────────────────────────────────────────── フロントページの続き (72)発明者 益田 真之 京都府京都市右京区花園土堂町10番地 オ ムロン株式会社内 ──────────────────────────────────────────────────続 き Continued from the front page (72) Inventor Masayuki Masuda 10 Omron Co., Ltd., Hanazono Todocho, Ukyo-ku, Kyoto-shi, Kyoto

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 オブジェクトプログラムを記憶したオブ
ジェクトプログラム記憶手段と、 前記オブジェクトプログラム記憶手段に記憶されている
オブジェクトプログラムを実行する実行手段と、 前記オブジェクトプログラムのバージョン情報を記憶し
たバージョン情報記憶手段と、 オブジェクトプログラムのバージョン情報を指定して前
記オブジェクトプログラムの実行を要求する複数のツー
ルと、 前記ツールの内の一つから実行要求を受けたとき、指定
されたバージョン情報と前記バージョン情報記憶手段に
記憶しているバージョン情報とを比較し、一致を検出す
ることに基づいて前記実行手段を駆動する一方、不一致
を検出することに基づいて不一致であることを実行要求
を出した前記ツールに回答するマネージャと、 を備えたことを特徴とするマルチリモート装置。
1. An object program storage unit storing an object program, an execution unit executing the object program stored in the object program storage unit, a version information storage unit storing version information of the object program, A plurality of tools for requesting execution of the object program by designating version information of the object program; and when the execution request is received from one of the tools, the designated version information and the version information are stored in the version information storage means. A manager that compares the version information and drives the execution unit based on detecting a match, while responding to the tool that issues an execution request that there is a mismatch based on detecting a mismatch. And that you have Multi remote device to butterflies.
【請求項2】 前記マネージャは、 前記ツールの一つからの要求により前記オブジェクトプ
ログラム記憶手段に記憶されているオブジェクトプログ
ラムを変更するとともに前記バージョン情報記憶手段の
記憶しているバージョン情報を更新することを特徴とす
る請求項1記載のマルチリモート装置。
2. The manager changes an object program stored in the object program storage means in response to a request from one of the tools, and updates version information stored in the version information storage means. The multi-remote device according to claim 1, wherein:
【請求項3】 前記ツールの一つは、最初にオブジェク
トプログラムをダウンロードするとき、バージョン情報
を消去してオブジェクトプログラムの変更を要求するこ
とを特徴とする請求項2記載のマルチリモート装置。
3. The multi-remote device according to claim 2, wherein one of the tools erases version information and requests a change of the object program when the object program is downloaded for the first time.
【請求項4】 オブジェクトプログラムを記憶したオブ
ジェクトプログラム記憶手段と、 前記オブジェクトプログラム記憶手段に記憶されている
オブジェクトプログラムを実行する実行手段と、 前記オブジェクトプログラムのソースプログラムおよび
バージョン情報を記憶したプログラム記憶手段と、 オブジェクトプログラムのバージョン情報を指定して前
記オブジェクトプログラムの実行を要求する複数のツー
ルと、 前記ツールの内の一つから実行要求を受けたとき、指定
されたバージョン情報と前記プログラム記憶手段に記憶
しているバージョン情報とを比較し、一致を検出するこ
とに基づいて前記実行手段を駆動する一方、不一致を検
出することに基づいて不一致であることを実行要求を出
した前記ツールに回答するマネージャと、 を備えたことを特徴とするマルチリモート装置。
4. An object program storage unit storing an object program, an execution unit executing the object program stored in the object program storage unit, and a program storage unit storing a source program and version information of the object program. A plurality of tools for requesting execution of the object program by designating version information of the object program; and when receiving an execution request from one of the tools, the specified version information and the program storage means While comparing the stored version information and driving the execution means based on detecting a match, the tool that has issued an execution request is replied to the tool based on the detection of a mismatch. Manager and Multi remote device characterized by comprising.
【請求項5】 前記マネージャは、 前記ツールの一つからの要求により前記プログラム記憶
手段に記憶しているソースプログラムおよびバージョン
情報を、要求を出したツールにアップロードすることを
特徴とする請求項4記載のマルチリモート装置。
5. The method according to claim 4, wherein the manager uploads the source program and the version information stored in the program storage means to the tool that has issued the request in response to a request from one of the tools. A multi-remote device as described.
【請求項6】 前記マネージャは、 前記ツールの一つからの要求により前記オブジェクトプ
ログラム記憶手段に記憶されているオブジェクトプログ
ラムを変更するとともに、前記プログラム記憶手段に記
憶しているソースプログラムおよびそのバージョン情報
を更新することを特徴とする請求項4記載のマルチリモ
ート装置。
6. The manager changes an object program stored in the object program storage unit in response to a request from one of the tools, and also changes a source program and version information stored in the program storage unit. The multi-remote device according to claim 4, wherein is updated.
JP10005270A 1998-01-14 1998-01-14 Multi remote device Withdrawn JPH11203114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10005270A JPH11203114A (en) 1998-01-14 1998-01-14 Multi remote device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10005270A JPH11203114A (en) 1998-01-14 1998-01-14 Multi remote device

Publications (1)

Publication Number Publication Date
JPH11203114A true JPH11203114A (en) 1999-07-30

Family

ID=11606550

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10005270A Withdrawn JPH11203114A (en) 1998-01-14 1998-01-14 Multi remote device

Country Status (1)

Country Link
JP (1) JPH11203114A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003529235A (en) * 1999-08-31 2003-09-30 クゥアルコム・インコーポレイテッド Method and apparatus for remote control of wireless device functions using short message service
JP2008033916A (en) * 2006-06-27 2008-02-14 Omron Corp Programmable controller
JP2009187177A (en) * 2008-02-05 2009-08-20 Fuji Electric Systems Co Ltd Programmable logic controller and logic update support tool of programmable logic controller

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003529235A (en) * 1999-08-31 2003-09-30 クゥアルコム・インコーポレイテッド Method and apparatus for remote control of wireless device functions using short message service
JP2008033916A (en) * 2006-06-27 2008-02-14 Omron Corp Programmable controller
JP4656337B2 (en) * 2006-06-27 2011-03-23 オムロン株式会社 Programmable controller
JP2009187177A (en) * 2008-02-05 2009-08-20 Fuji Electric Systems Co Ltd Programmable logic controller and logic update support tool of programmable logic controller

Similar Documents

Publication Publication Date Title
US7007077B1 (en) Remote maintenance method of an information processing apparatus
US6189051B1 (en) System and method for manufacturing hard disk master by downloading selected programs and drivers from a host through a network
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
US20180052683A1 (en) System design supporting device, system design supporting method, and system design supporting program
JP2003046569A (en) Load test execution device and system, and method and program thereof
CN110968477B (en) Method, device and medium for acquiring backup BMC version information
JP4708664B2 (en) Peripheral device, peripheral device control method, peripheral device control program, and storage medium
JPH09218777A (en) Computer system
JP2001236298A (en) Data processor, printing system and method for controlling setting of driver software for them
JP3348430B2 (en) Automatic environment setting method of preinstalled application and storage medium
JPH11203114A (en) Multi remote device
US6442587B1 (en) Client/server system which automatically ensures the correct and exclusive supervision of data against faults
JP4476108B2 (en) Storage system, computer system, and storage information acquisition method
JP4889593B2 (en) Configuration management system
JP2001092641A (en) Software install system
US8443061B2 (en) Data transmission method and communication control apparatus
CN113422791A (en) Cloud service configuration method and device, electronic equipment and computer-readable storage medium
JPH08190474A (en) Computer system
US20080228840A1 (en) Data updating method and data processing system
KR20190127110A (en) Apparatus for processing programmable logic controller program
JPH09251430A (en) Data distribution device for computer system
JP2006172385A (en) Computer system, method for calling storage management program and storage system
JP2002063035A (en) Remote maintenance method for information processor
JP2005032171A (en) Communication control system between functional modules for data sharing, communication control method between functional modules, communication control program between functional modules, and its recording medium
JPH0749819A (en) Communicating method of server/client system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050405