JPH06243012A - Control method for file in distributed system - Google Patents
Control method for file in distributed systemInfo
- Publication number
- JPH06243012A JPH06243012A JP4177371A JP17737192A JPH06243012A JP H06243012 A JPH06243012 A JP H06243012A JP 4177371 A JP4177371 A JP 4177371A JP 17737192 A JP17737192 A JP 17737192A JP H06243012 A JPH06243012 A JP H06243012A
- Authority
- JP
- Japan
- Prior art keywords
- file
- mmi
- change flag
- flag
- data
- 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
Links
Landscapes
- Memory System (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Programmable Controllers (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、鉄鋼プラント、化学プ
ラント、製紙プラント等の製造現場に設置されるプログ
ラマブルコントローラとCRT監視入力装置間でのファ
イルアクセスに関し、特に同一ファイルを同時にアクセ
スする状態でのファイル制御方法に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file access between a programmable controller and a CRT monitoring input device installed at a manufacturing site such as a steel plant, a chemical plant, a papermaking plant, etc. File control method.
【0002】[0002]
【従来の技術】従来のプログラマブルコントローラ(以
下PLCと称す)とCRT監視入力装置(以下MMIと
称す)間のファイルアクセス方法は、図8に示すように
PLC801に格納されているマスタファイル804を
MMI(A) 802,MMI(B) 803が通信回線を
経由して読みだし、それぞれコピーファイル805,8
06として保持している。つまり同一ファイルを複数の
MMIで同時にアクセスする可能性がある状態である。
このような場合、MMI(A) がMMI(B)より先に
修正したファイル内容をPLCへ書き込むと、PLC内
では変更内容が反映され、変更内容に応じた処理が行な
われる。ところがその後MMI(B) がMMI(A)に
よる変更内容とは異なるファイル内容の変更を行い、P
LCへファイルを書き込むと、MMI(B)による変更
内容が反映される代わりにMMI(A) による前記変更
内容が消去されてしまう。2. Description of the Related Art A conventional file access method between a programmable controller (hereinafter referred to as PLC) and a CRT monitoring input device (hereinafter referred to as MMI) is a master file 804 stored in a PLC 801 as shown in FIG. (A) 802, MMI (B) 803 read out via the communication line, and copy files 805, 8 respectively.
It is retained as 06. That is, the same file may be simultaneously accessed by a plurality of MMIs.
In such a case, when the MMI (A) writes the file contents modified before the MMI (B) to the PLC, the changed contents are reflected in the PLC, and the process according to the changed contents is performed. However, after that, the MMI (B) changes the file contents different from the contents changed by the MMI (A), and P
When a file is written to the LC, the changes made by the MMI (A) are erased instead of being reflected by the changes made by the MMI (B).
【0003】[0003]
【本発明が解決しようとする課題】従来の技術では、こ
のような不具合を生じないようにファイルを管理するこ
とはユーザまかせになっており、PLCに対するMMI
からの重要なデータ変更等が保証されないという問題が
あった。そこで、本発明は上記のような同一ファイルへ
の同時アクセスに関してユーザのデータ変更を保証する
ことを目的とするものである。In the prior art, it is left to the user to manage files so that such a problem does not occur, and the MMI for the PLC is left to the user.
There was a problem that important data changes etc. were not guaranteed. Therefore, an object of the present invention is to guarantee the user's data change regarding the above-mentioned simultaneous access to the same file.
【0004】[0004]
【課題を解決するための手段】そこで、本発明は前記課
題を解決するため、プログラマブルコントローラとMM
I(CRT監視入力装置)が通信回線で接続され、1台
のプログラマブルコントローラの管理するファイルを複
数のCRT監視入力装置が非同期に読み書きするプロセ
ス監視制御システムにおけるファイルの制御方法におい
て、1つのファイルを複数ブロックに分割したブロック
毎に変更フラグをもうけ、ファイル書き込み時に変更ブ
ロックのデータとMMIの変更フラグのみをプログラマ
ブルコントローラへ送り、マスタファイルの変更フラグ
と前記MMIから送信された変更フラグとが重複してい
ない場合は書き込みを許可し、重複している場合は書き
込みを拒否するようにし、さらに、同一ファイルに同時
にアクセス可能なMMI台数を設定しておき、アクセス
中の台数が0になると変更フラグをリセットするように
した。Therefore, in order to solve the above-mentioned problems, the present invention has a programmable controller and an MM.
I (CRT monitoring input device) is connected by a communication line, and a file is controlled by a plurality of CRT monitoring input devices asynchronously reading and writing a file managed by one programmable controller. A change flag is provided for each block divided into a plurality of blocks, and only the data of the changed block and the change flag of the MMI are sent to the programmable controller when writing a file, and the change flag of the master file and the change flag transmitted from the MMI are duplicated. If not, write is permitted. If duplicate, write is denied. Furthermore, the number of MMIs that can access the same file at the same time is set. I tried to reset it.
【0005】[0005]
【作用】上記手段により、PLC内の1つのマスタファ
イルの任意の同一ブロックに対して、始めに、MMI
(A) が書き込むとマスタファイル内の変更フラグがオ
ンし、つづいて、MMI(B) が書き込もうとすると、
マスタファイル内の変更フラグは既にオンしているため
書き込みが拒否される。この結果MMI(A) の書き込
んだデータが保証される。With the above means, first, for any same block of one master file in the PLC, the MMI is first set.
When (A) writes, the change flag in the master file turns on, and when MMI (B) tries to write,
Writing is rejected because the change flag in the master file is already on. As a result, the data written by MMI (A) is guaranteed.
【0006】[0006]
【実施例】以下、本発明の具体的実施例を説明する。図
1は、1台のPLCと3台のMMIで構成されているプ
ロセス監視制御システムのシステム構成図である。PL
C内には複数のファイルがあるが、そのうち1つのファ
イルの例としてある機器に対する制御パラメータを格納
しているファイル112を例にして説明する。この中に
は4種類の制御パラメータ(a) 〜(d) があり、これ
に対応するブロック(1) 〜(4) 、符号でいうと11
4〜117に分割して記録されている。113は各ブロ
ックのデータの書き込みを管理するために使われるフラ
グ群で、各フラグ118〜121は各ブロック(1)〜
(4)に対応している。フラグの状態は、0でブロック
データ変更なし、1でブロック内データ変更ありを意味
している。ここで、マスタのファイル112のコピー1
02、105、108が各MMI(A)、(B)、
(C)にストアされいる状態にあるものとして、MMI
(A) では制御パラメータ(b) が、MMI(B) では
制御パラメータ(c)が、MMI(C)では制御パラメ
ータ(b)(d)が各操作員によって変更される場合につ
いて説明する。具体例として、PLC111内に格納さ
れている1つのマスタファイル112に対して3台のM
MIから同時にファイルの読み出し、データ変更、書き
込みを行なう場合を考える。MMI(A) 101ではブ
ロック(2) 103を、MMI(B) 104ではブロッ
ク(3) 106を、MMI(C) 107ではブロック
(2) 109とブロック(4) 110を変更するケース
について説明する。MMIで変更されたブロックデータ
は通信回線を経由してPLCへ送信されるが、送信内容
は変更されたブロックデータとフラグデータのみでよ
い。まずMMI(A) ではコピーファイル102のブロ
ック(2)103を変更して、PLCに対してマスタフ
ァイルの変更要求を出すと、マスタファイル内のブロッ
ク(2) のデータ115が変更されると共に変更フラグ
119がセットされる。次にMMI( B) からブロック
(3)106の変更要求があると、PLC内のマスタフ
ァイル112のブロック(3) のデータ115が変更さ
れると共に変更フラグ120がセットされる。さらにM
MI(C) からブロック(2)109とブロック(4)
110について変更要求がある場合、PLC内のマスタ
ファイル112のブロック(2) へコピーファイルのブ
ロックデータ109を書き込もうとするが、変更フラグ
119が既に1にセット( データ変更あり) されている
ためフラグが重複し、書き込みが拒否される。しかし、
ブロック(4)のデータ110については変更フラグ1
21は0( データ変更なし) の状態であるためフラグは
重複しておらず、書き込みは受理されてデータ117が
変更されると共に変更フラグ121が1にセットされ
る。つまりMMI(C) においてブロック(2) の変更
は先にMMI(A) がデータ変更しているため拒否され
るが、ブロック(4) の変更はどのMMIからもデータ
変更されていないため受理される。この例における書き
込み動作と変更フラグの変化の過程を詳しく説明する。
まず、初期状態ではPLCの変更フラグ、各MMI変更
フラグともセットされていない(「0000」の状態)
ものとする。MMI(A) でブロック(2) が、MMI
(B) でブロック(3) が変更され、まずMMI(A)
から送信された変更フラグ「0010」とマスタファイ
ルの変更フラグ「0000」を比較する。この場合マス
タファイルの変更フラグ内のブロック(2) のビットは
0(変更なし) のためフラグは重複していないというこ
とでこのMMI(A) からの書き込み要求は受理され
る。その結果マスタファイル内の変更フラグは「001
0」の状態となる。次に、MMI(B) からの書き込み
要求がくると、その変更フラグ「0100」とマスタフ
ァイルの変更フラグ「0010」を比較する。この場合
も同様に変更フラグは重複していないためMMI(B)
からの書き込み要求は受理され、その結果マスタファイ
ル内の変更フラグは「0110」の状態となる。次にM
MI(C)でブロック(2)(4)が変更された場合は、
MMI(C)からの書き込み要求は、変更フラグ「10
10」とマスタファイルの変更フラグ「0110」との
比較の結果、ブロック(2)についてはフラグが重複し
ているため書き込みが拒否される。しかし、ブロック
(4)についてはフラグが0であるため書き込みが受理
される。その結果マスタファイル内の変更フラグは「1
110」の状態となる。図2は変更フラグのリセット方
法を説明するための図で、同一ファイルに対する同時ア
クセス可能最大MMI台数を3台と設定した場合の動作
状況を示す。一つのマスタファイルに対してMMI
(A),MMI(B),MMI(C) が順番にアクセスした
場合、MMI(C) のアクセス203が受理されるとア
クセス可能最大台数3台になるため、次のMMI(D)
のアクセス204は拒否される。その後MMI(A) 、
MMI(C) のアクセスが終了し、最後にMMI(B)
のアクセス終了207にて変更フラグのリセット(「0
000」の状態)が行なわれる。MMI(E) のアクセ
ス205は変更フラグがリセットされているので受理さ
れる。つまりMMI(A)のアクセス開始201からM
MI( B) のアクセス終了207までの間は4台目以降
のアクセスは拒否されることになる。図3はファイルア
クセス処理フローを示す図である。MMIからの1回の
ファイルデータの変更動作を示している。MMIからP
LCに対して4つの要求が発行され、それに対してPL
Cでは各要求に対する処理を行ないMMIへ応答を返
す。301,302,303,304の各処理はPLC
側の処理であり、その詳細は図4、5、6、7に示す。
処理401(図4)はファイルアクセスの開始処理(O
pen)であり、現在アクセス中台数のチェック411
とアクセス権の獲得412を行なう。処理402(図
5)はファイルの読みだし処理(Read)であり、ア
クセス権のチェック413と読みだし処理414を行な
う。処理403(図6)はファイル書き込み処理であ
り、アクセス権のチェック415,変更フラグのチェッ
ク416,書き込み処理417と変更フラグの更新41
8を行なう。処理404(図7)はファイルアクセスの
終了処理(CLOSE)であり、現在アクセス中台数の
チェック419と変更フラグのリセット420を行な
う。EXAMPLES Specific examples of the present invention will be described below. FIG. 1 is a system configuration diagram of a process monitoring and control system including one PLC and three MMIs. PL
Although there are a plurality of files in C, an example of one of the files is a file 112 that stores control parameters for a device. There are four types of control parameters (a) to (d) in this, and the blocks (1) to (4) corresponding to them are 11
It is divided into 4 to 117 and recorded. Reference numeral 113 is a flag group used for managing the writing of data in each block, and each flag 118 to 121 is each block (1) to
It corresponds to (4). The state of the flag is 0, which means that the block data has not changed, and 1 means that the data in the block has changed. Here, copy 1 of the master file 112
02, 105 and 108 are MMIs (A), (B),
MMI as stored in (C)
The case where the control parameter (b) in (A), the control parameter (c) in MMI (B), and the control parameters (b) and (d) in MMI (C) are changed by each operator will be described. As a specific example, three M files are stored for one master file 112 stored in the PLC 111.
Consider a case where a file is read, data is changed, and data is written from the MI at the same time. A case in which the block (2) 103 is changed in the MMI (A) 101, the block (3) 106 is changed in the MMI (B) 104, and the block (2) 109 and the block (4) 110 are changed in the MMI (C) 107 will be described. . The block data changed by the MMI is transmitted to the PLC via the communication line, but the transmission content may be only the changed block data and flag data. First, in the MMI (A), when the block (2) 103 of the copy file 102 is changed and a master file change request is issued to the PLC, the data 115 of the block (2) in the master file is changed and changed. The flag 119 is set. Next, when there is a change request for the block (3) 106 from the MMI (B), the data 115 of the block (3) of the master file 112 in the PLC is changed and the change flag 120 is set. Furthermore M
Block (2) 109 and block (4) from MI (C)
When there is a change request for 110, it tries to write the block data 109 of the copy file to the block (2) of the master file 112 in the PLC, but since the change flag 119 has already been set to 1 (data change), the flag Are duplicated and writing is rejected. But,
Change flag 1 for data 110 of block (4)
Since 21 is a state of 0 (no data change), the flags do not overlap, the writing is accepted, the data 117 is changed, and the change flag 121 is set to 1. That is, in the MMI (C), the change of the block (2) is rejected because the MMI (A) changed the data first, but the change of the block (4) is accepted because the data has not been changed by any MMI. It The write operation and the process of changing the change flag in this example will be described in detail.
First, in the initial state, neither the PLC change flag nor each MMI change flag is set (state of "0000").
I shall. Block (2) in MMI (A)
Block (3) is changed in (B), and first MMI (A)
The change flag “0010” transmitted from the server is compared with the change flag “0000” of the master file. In this case, since the bit of block (2) in the change flag of the master file is 0 (no change), the flags do not overlap, and the write request from this MMI (A) is accepted. As a result, the change flag in the master file is "001
The state becomes "0". Next, when a write request is received from the MMI (B), the change flag "0100" is compared with the change flag "0010" of the master file. In this case as well, since the change flags do not overlap, MMI (B)
The write request is accepted, and as a result, the change flag in the master file becomes the state of "0110". Then M
When blocks (2) and (4) are changed in MI (C),
The write request from the MMI (C) indicates that the change flag is “10.
As a result of comparison between “10” and the change flag “0110” of the master file, writing is rejected for block (2) because the flags are duplicated. However, since the flag is 0 for block (4), writing is accepted. As a result, the change flag in the master file is "1.
110 ”. FIG. 2 is a diagram for explaining the method of resetting the change flag, and shows an operating condition when the maximum number of simultaneously accessible MMIs for the same file is set to three. MMI for one master file
When (A), MMI (B), and MMI (C) access in order, the maximum number of accessible units is 3 when the access 203 of MMI (C) is accepted, so the next MMI (D)
Access 204 is denied. Then MMI (A),
Access of MMI (C) is completed, and finally MMI (B)
At the end of access 207, the change flag is reset (“0
000 ”state). The MMI (E) access 205 is accepted because the change flag is reset. In other words, from the access start 201 of MMI (A) to M
Until the MI (B) access end 207, access from the fourth unit onward is denied. FIG. 3 is a diagram showing a file access processing flow. The operation of changing the file data once from the MMI is shown. MMI to P
Four requests are issued to the LC, and PL is issued to them.
In C, each request is processed and a response is returned to the MMI. Each processing of 301, 302, 303, 304 is PLC
This is the processing on the side, the details of which are shown in FIGS.
The process 401 (FIG. 4) is a file access start process (O
Pen) and check the number of currently accessed units 411
And obtain access right 412. A process 402 (FIG. 5) is a file reading process (Read), which includes an access right check 413 and a reading process 414. A process 403 (FIG. 6) is a file write process, and includes access right check 415, change flag check 416, write process 417, and change flag update 41.
Perform 8. A process 404 (FIG. 7) is a file access end process (CLOSE), which is performed by checking the number of currently accessed devices 419 and resetting the change flag 420.
【0007】[0007]
【発明の効果】以上述べたように、本発明によれば、P
LC内のひとつのマスタファイルに対して複数のMMI
がアクセスしようとする場合に、各MMI毎に同一ファ
イルの変更内容が異なっていてもそのファイル内の変更
ブロックが重複していなければ、その変更内容は全てP
LC内のマスタファイルへ反映させることができるため
各MMIでのユーザの実施した変更内容が保証されると
いう効果がある。また、MMIで変更されたブロックデ
ータは通信回線を経由してPLCへ送信されるが、送信
内容は変更されたブロックデータとフラグデータのみで
よいので、常にファイル全体を送受信する従来の方法に
比べて送受信データが圧縮されるので、効率のよい伝送
が可能となる。As described above, according to the present invention, P
Multiple MMI for one master file in LC
When the user tries to access, even if the change contents of the same file are different for each MMI, if the change blocks in the file do not overlap, the change contents are all P
Since it can be reflected in the master file in the LC, there is an effect that the contents of changes made by the user in each MMI are guaranteed. Further, the block data changed by the MMI is transmitted to the PLC via the communication line, but since the transmission contents need only the changed block data and flag data, compared to the conventional method of always transmitting / receiving the entire file. Since the transmitted and received data is compressed, efficient transmission is possible.
【図1】本発明の変更重複チェック方法を説明するため
の図である。FIG. 1 is a diagram for explaining a change duplication check method of the present invention.
【図2】変更フラグのリセット方法を示す図である。FIG. 2 is a diagram showing a method of resetting a change flag.
【図3】ファイルアクセス処理フローを示す図である。FIG. 3 is a diagram showing a file access processing flow.
【図4】図3のPLC側の処理フローを示す図である。FIG. 4 is a diagram showing a processing flow on the PLC side of FIG. 3;
【図5】図3のPLC側の処理フローを示す図である。5 is a diagram showing a processing flow on the PLC side of FIG. 3;
【図8】従来技術を示す図である。FIG. 8 is a diagram showing a conventional technique.
101、104、107 CRT監視入力装置( MM
I) 111 プログラマブルコントローラ( PLC) 112 PLC内マスタファイル 102、105、108 MMI内コピーファイル 401 ファイルアクセス開始処理フロー 402 ファイル読みだし処理フロー 403 ファイル書き込み処理フロー 404 ファイルアクセス終了処理フロー 411〜420 詳細処理項目 801 PLC 802、803 MMI101, 104, 107 CRT monitoring input device (MM
I) 111 programmable controller (PLC) 112 master file in PLC 102, 105, 108 copy file in MMI 401 file access start processing flow 402 file reading processing flow 403 file writing processing flow 404 file access end processing flow 411 to 420 detailed processing Item 801 PLC 802, 803 MMI
─────────────────────────────────────────────────────
─────────────────────────────────────────────────── ───
【手続補正書】[Procedure amendment]
【提出日】平成5年12月21日[Submission date] December 21, 1993
【手続補正1】[Procedure Amendment 1]
【補正対象書類名】明細書[Document name to be amended] Statement
【補正対象項目名】図面の簡単な説明[Name of item to be corrected] Brief description of the drawing
【補正方法】変更[Correction method] Change
【補正内容】[Correction content]
【図面の簡単な説明】[Brief description of drawings]
【図1】本発明の変更重複チェック方法を説明するため
の図である。FIG. 1 is a diagram for explaining a change duplication check method of the present invention.
【図2】変更フラグのリセット方法を示す図である。FIG. 2 is a diagram showing a method of resetting a change flag.
【図3】ファイルアクセス処理フローを示す図である。FIG. 3 is a diagram showing a file access processing flow.
【図4】図3のPLC側の処理フローを示す図である。FIG. 4 is a diagram showing a processing flow on the PLC side of FIG. 3;
【図5】図3のPLC側の処理フローを示す図である。5 is a diagram showing a processing flow on the PLC side of FIG. 3;
【図6】図3のPLC側の処理フローを示す図である。FIG. 6 is a diagram showing a processing flow on the PLC side of FIG. 3;
【図7】図3のPLC側の処理フローを示す図である。FIG. 7 is a diagram showing a processing flow on the PLC side of FIG. 3;
【図8】従来技術を示す図である。FIG. 8 is a diagram showing a conventional technique.
【符号の説明】 101、104、107 CRT監視入力装置( MM
I) 111 プログラマブルコントローラ( PLC) 112 PLC内マスタファイル 102、105、108 MMI内コピーファイル 401 ファイルアクセス開始処理フロー 402 ファイル読みだし処理フロー 403 ファイル書き込み処理フロー 404 ファイルアクセス終了処理フロー 411〜420 詳細処理項目 801 PLC 802、803 MMI[Explanation of Codes] 101, 104, 107 CRT monitoring input device (MM
I) 111 programmable controller (PLC) 112 master file in PLC 102, 105, 108 copy file in MMI 401 file access start processing flow 402 file reading processing flow 403 file writing processing flow 404 file access end processing flow 411 to 420 detailed processing Item 801 PLC 802, 803 MMI
Claims (1)
視入力装置が通信回線で接続され、1台のプログラマブ
ルコントローラの管理するファイルを複数のCRT監視
入力装置が非同期に読み書きするプロセス監視制御シス
テムにおけるファイルの制御方法において、1つのファ
イルを複数ブロックに分割したブロック毎に変更フラグ
をもうけ、ファイル書き込み時に変更ブロックのデータ
とCRT監視入力装置の変更フラグのみをプログラマブ
ルコントローラへ送り、マスタファイルの変更フラグと
前記CRT監視入力装置から送信された変更フラグとが
重複していない場合は書き込みを許可し、重複している
場合は書き込みを拒否するようにし、同一ファイルに同
時にアクセス可能なCRT監視入力装置台数を設定して
おき、アクセス中の台数が0になると変更フラグをリセ
ットするようにしたことを特徴とする分散システムにお
けるファイルの制御方法。1. A file control method in a process monitoring control system, wherein a programmable controller and a CRT monitoring input device are connected by a communication line, and a plurality of CRT monitoring input devices asynchronously read and write files managed by one programmable controller. A change flag is provided for each block obtained by dividing one file into a plurality of blocks, and when writing the file, only the change block data and the change flag of the CRT monitoring input device are sent to the programmable controller to change the master file and the CRT monitoring input. If the change flag sent from the device does not overlap, write is permitted, if it is, the write is rejected, and the number of CRT monitoring input devices that can simultaneously access the same file is set. , Accessing A file control method in a distributed system, characterized in that a change flag is reset when the number of vehicles becomes 0.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4177371A JPH06243012A (en) | 1992-06-10 | 1992-06-10 | Control method for file in distributed system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4177371A JPH06243012A (en) | 1992-06-10 | 1992-06-10 | Control method for file in distributed system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH06243012A true JPH06243012A (en) | 1994-09-02 |
Family
ID=16029789
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4177371A Pending JPH06243012A (en) | 1992-06-10 | 1992-06-10 | Control method for file in distributed system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH06243012A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100956637B1 (en) * | 2007-12-07 | 2010-05-11 | 한국전자통신연구원 | Method for asynchronous data replication in distributed file system and system thereof |
-
1992
- 1992-06-10 JP JP4177371A patent/JPH06243012A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100956637B1 (en) * | 2007-12-07 | 2010-05-11 | 한국전자통신연구원 | Method for asynchronous data replication in distributed file system and system thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3645270B2 (en) | System and method for the technical field of online, real-time, data transport | |
US6898681B2 (en) | Computer storage systems | |
CN100417922C (en) | Storage system | |
US7089386B2 (en) | Method for controlling storage device controller, storage device controller, and program | |
GB2295909A (en) | Managing files shared by users | |
JPH034340A (en) | Data processing system | |
CN104268242A (en) | Directory Leasing | |
CN106933747B (en) | Data-storage system and date storage method based on multithread | |
DE69803923T2 (en) | DASD FILE SYSTEM COPYING METHOD FOR A DATA PROCESSOR USING A DATA STORAGE SUBSYSTEM SNAPSHOT POSSIBILITY | |
JPH0461372B2 (en) | ||
DE602004010921T2 (en) | METHOD AND DEVICE FOR PROVIDING COPIES OF STORED DATA FOR DISASTER RECOVERY | |
US8271439B2 (en) | Efficient synchronised updates to a data record in a data store | |
US20130159961A1 (en) | Method and Arrangement for Planning and/or Programming a Project of an Industrial Automation Arrangement | |
JPH06243012A (en) | Control method for file in distributed system | |
JP2939414B2 (en) | Database Equivalent Processor for Dual Computer | |
US5892918A (en) | Block transfer method for use with parallel computer system | |
CN100382068C (en) | Network | |
US8275809B2 (en) | Object processing system using an object model | |
JPS63311450A (en) | Exclusive control system for file access | |
KR0179747B1 (en) | Program correction method using handy loader of programmable logic controller | |
JPS6022784B2 (en) | Duplicate data integrity maintenance method | |
JPS62226367A (en) | Digital computer system | |
JPH09204326A (en) | Image data storage controller | |
JPS6229828B2 (en) | ||
JP2781691B2 (en) | Failure information reference method |