JPS63311565A - Stock managing system on decentralized system - Google Patents

Stock managing system on decentralized system

Info

Publication number
JPS63311565A
JPS63311565A JP62148291A JP14829187A JPS63311565A JP S63311565 A JPS63311565 A JP S63311565A JP 62148291 A JP62148291 A JP 62148291A JP 14829187 A JP14829187 A JP 14829187A JP S63311565 A JPS63311565 A JP S63311565A
Authority
JP
Japan
Prior art keywords
data
master
computer
file
inventory
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
JP62148291A
Other languages
Japanese (ja)
Inventor
Toshiyuki Shimada
利之 島田
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom 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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP62148291A priority Critical patent/JPS63311565A/en
Publication of JPS63311565A publication Critical patent/JPS63311565A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Warehouses Or Storage Devices (AREA)

Abstract

PURPOSE:To not only reduce the traffic jam of a data way but also increase the fetching speed of master data so as to make the responding time of various kinds of control shorter, by installing a master file and stock data file to each of necessary computer. CONSTITUTION:A master file and stock data file 10A and 10B are provided at each of necessary computers 8A and 8B and, when the master data and stock data of the files are to be updated, the master and stock data files 10A and 10B of each related computer 8A and 8B are updated by using a data way 13. Fetching of the master data and stock data is carried out inside the computers 8A and 8B and, at the same time, the master and stock data files 10A and 10B of a master computer, which are decided in advance, are copied in each computer 8A and 8B when the computers 8A and 8B rise or an optional request is made. Thus the data way 13 is not used when the master and stock data are fetched. Therefore, the traffic jam of the data way 13 is reduced and the fetching circuit of the master and stock data is simplified. As a result, fetching of the master and stock can be carried out at a high speed.

Description

【発明の詳細な説明】[Detailed description of the invention] 【産業上の利用分野】[Industrial application field]

本発明は複数の計算機がデータウェイで結ばれた分散化
システムに関するものであり、特にデータウェイの混雑
の低減を図るものである。
The present invention relates to a distributed system in which a plurality of computers are connected by a data way, and in particular aims to reduce data way congestion.

【従来の技術】[Conventional technology]

第2図は設備の全体レイアウト図を示しており、この設
備には製造設備1と複数の物品の受入口2と出荷口3が
あり、物品が受入口2から搬入され、製造設備1で加工
されて出荷口3より搬出されるようになっている。この
ような設備を複数の計算機によって制御するための従来
の分散化システムの構成を第3図に示す。第3図におい
ては、マスタ・在庫データファイル7を有する1台のフ
ァイルサーバ用計算機6と、各制御機能によって分散化
された在庫ファイル、マスタファイルを持たない複数の
制御用計算機5と、これらの計算機を結ぶデータウェイ
4によってシステムが構成されている。ここで、複数の
制御用計算機5は物品の受入、加工、出荷をそれぞれ制
御管理するものである。 このような構成において、制御用計算機5は在庫データ
の更新時にデータウェイ4を経由してファイルサーバ用
計算機6に在庫データの更新を通知する。また、制御用
計算機5が在庫データ及びマスタデータを引当る場合も
データウェイ4を経由してデータの引当要求をファイル
サーバ用計算機6に通知し、その後ファイルサーバ用計
算機6より引当データを通知される。
Figure 2 shows the overall layout of the facility, which includes a manufacturing facility 1, a receiving port 2 for a plurality of articles, and a shipping port 3. Goods are brought in through the receiving port 2, and are processed in the manufacturing facility 1. It is then transported out from the shipping port 3. FIG. 3 shows the configuration of a conventional distributed system for controlling such equipment using a plurality of computers. In FIG. 3, one file server computer 6 having a master/inventory data file 7, inventory files distributed by each control function, multiple control computers 5 without a master file, and these The system is configured by a dataway 4 that connects the computers. Here, the plurality of control computers 5 control and manage the receiving, processing, and shipping of articles, respectively. In such a configuration, the control computer 5 notifies the file server computer 6 of the inventory data update via the data way 4 when updating the inventory data. Also, when the control computer 5 allocates inventory data and master data, it notifies the file server computer 6 of the data allocation request via the data way 4, and then the file server computer 6 notifies the allocation data. Ru.

【発明が解決しようとする問題点】[Problems to be solved by the invention]

ところが、このような在庫管理方式では、多数の在庫デ
ータの更新、及び在庫データ、マスタデータの引当が発
生した場合、データウェイ4が混み合い、制御用計算機
5に引当データが通知されるまでに時間がかりすぎると
いう問題点があり、これは設備の制御に関する応答性の
低下となるという問題点があった。 本発明は上記に鑑み、分散化システムにおいて在庫デー
タ、マスタデータの引当時のデータウェイの混雑によっ
て長くなる応答時間を短くするようにした在庫管理方式
を提供することを目的とする。
However, in such an inventory management method, when a large amount of inventory data is updated and inventory data and master data are allocated, the data way 4 becomes crowded and it takes a long time before the control computer 5 is notified of the allocation data. There is a problem in that it takes too much time, which leads to a problem in that the responsiveness of equipment control decreases. In view of the above, it is an object of the present invention to provide an inventory management method that shortens the response time that becomes longer due to dataway congestion at the time of retrieval of inventory data and master data in a decentralized system.

【問題点を解決するための手段】 複数の計算機がデータウェイで結ばれた分散化システム
において、マスタファイルと在庫データファイルを各々
必要とする計算機に配置し、マスタデータ及び在庫デー
タの更新時にはデータウェイを使用して関連する計算機
の各々のマスタファイル、在庫データファイルの更新を
行い、マスタデータ及び在庫データの引当は各計算機内
部にて行うとともに計算機の立上時あるいは任意要求時
にはあらかじめ決めておいたマスタの計算機のマスタフ
ァイルと在庫データファイルを各々の計算機にコピーす
る。
[Means for solving the problem] In a decentralized system where multiple computers are connected by a dataway, a master file and an inventory data file are placed in each computer that requires it, and when updating master data and inventory data, the data is The master file and inventory data file of each related computer are updated using the method, and the master data and inventory data are allocated within each computer and determined in advance when the computer is started up or upon any request. Copy the master file and inventory data file of the master computer to each computer.

【作 用】[For use]

マスタデータ及び在庫データの引当時にデータウェイの
使用を止めることによりデータウェイの混雑の低減を図
ることによって各種制御の応答時間を短くし、予め決め
ておいたマスタの計算機のマスタファイルと在庫データ
ファイルを各々の計算機にコピーすることによりマスタ
データ及び在庫データ更新時のデータウェイの故障によ
る各々の計算機のデータの不整合を修正することができ
る。
By stopping the use of the data way when master data and inventory data are retrieved, the congestion of the data way is reduced, thereby shortening the response time of various controls, and the master file and inventory data file of the master computer determined in advance are saved. By copying the data to each computer, it is possible to correct inconsistencies in the data of each computer due to a dataway failure when updating master data and inventory data.

【実施例】【Example】

第1図は本発明による在庫管理方式を適用した分散化シ
ステムの一実施例を示す構成図である。 図において8A、8Bは計算機、9A、’9Bはデータ
処理回路、IOA、IOBはマスタ・在庫データファイ
ル、IIA、IIBは引当データ、12A、 12Bは
更新データ、13はデータウェイを示している。 計算機8A、8Bはデータウェイ13によって結合され
、マスタ・在庫データファイルIIAとIIBはそれぞ
れ計算i8Aと8Bの内部に配置される。 このような構成において、データ処理回路9Aにてマス
タ・在庫データの更新を行う場合には更新データ12A
のルートで行い、マスタ・在庫データファイルIOAの
更新と、データウェイ13を経由してマスタ・在庫デー
タファイルIOBの更新とを行う。また、データ処理回
路10Bにてマスタ・在庫データの更新を行う場合には
更新データ12Bのルートで行い、マスタ・在庫データ
ファイルIOBの更新と、データウェイ13を経由して
マスタ・在庫データファイルIOAの更新とを行う。次
ぎにデータ処理回路9Aがマスタ・在庫データを引当て
る場合は引当データIIAのルートで行い、マスタ・在
庫データファイルIOAから引当てるのみでデータウェ
イを経由した引当は行わない。また、データ処理回路9
Bがマスタ・在庫データを引当てる場合は引当データI
IBのルートで行い、マスタ・在庫データファイルIO
Bから引当てるのみでデータウェイを経由した引当は行
わない。 このように、本発明によればデータウェイ13で結合さ
れた各々の計算機においてマスタ・在庫データを引当て
る場合データウェイ13の経由を行わないようにしたの
で、データウェイ13の混雑が低減され、またマスタ・
在庫データの引当回路が単純化されるため、マスタ・在
庫データの引当が高速に行われるようになり、設備の制
御に関する応答速度が速くなるという利点が得られる。 なお、あらかじめ計算機8Aをマスタと決めておき、計
算機の立上時、あるいは任意要求時にマスタ・在庫デー
タファイルIOAの内容をデータウェイ13を経由して
計算機8Bの内部に配置しているマスタ・在庫データフ
ァイルIOHにコピーするようにすれば、マスタ・在庫
データの更新時にデータウェイ13が故障していて各々
の計算機のマスタ・在庫データに不整合が生じた場合で
も、整合性がとれるという利点が得られる。 さらに、データ処理回路9A、9Bの各々にマンマシン
インターフェイス回路を取付けることによってマスタ・
在庫データファイルの修正がどちらの計算機でも行える
ようになる。
FIG. 1 is a block diagram showing an embodiment of a decentralized system to which an inventory management method according to the present invention is applied. In the figure, 8A and 8B are computers, 9A and '9B are data processing circuits, IOA and IOB are master/inventory data files, IIA and IIB are reservation data, 12A and 12B are update data, and 13 is a data way. Computers 8A and 8B are coupled by a dataway 13, and master inventory data files IIA and IIB are located within calculation i8A and 8B, respectively. In such a configuration, when updating master/inventory data in the data processing circuit 9A, the update data 12A
The master/inventory data file IOA is updated, and the master/inventory data file IOB is updated via the data way 13. In addition, when updating the master/inventory data in the data processing circuit 10B, it is done through the update data 12B route, and the master/inventory data file IOB is updated, and the master/inventory data file IOA is updated via the data way 13. and update. Next, when the data processing circuit 9A allocates master/inventory data, it does so through the allocation data IIA route, only allocating from the master/inventory data file IOA and not making the allocation via the data way. In addition, the data processing circuit 9
If B reserves master/inventory data, reserve data I
Performed through IB route, master/inventory data file IO
Allocation is only made from B, and no allocation is made via the dataway. As described above, according to the present invention, when allocating master/inventory data in each computer connected by the data way 13, the data way 13 is not used when allocating master/inventory data, so congestion in the data way 13 is reduced. Also master
Since the inventory data allocation circuit is simplified, the master/inventory data allocation can be performed at high speed, and the advantage is that the response speed regarding equipment control becomes faster. Note that the computer 8A is determined to be the master in advance, and the contents of the master/inventory data file IOA are transferred to the master/inventory data file located inside the computer 8B via the data way 13 when the computer is started up or upon any request. By copying to the data file IOH, there is the advantage that consistency can be maintained even if the data way 13 is out of order and the master/inventory data of each computer is inconsistent when updating the master/inventory data. can get. Furthermore, by attaching a man-machine interface circuit to each of the data processing circuits 9A and 9B, the master
Inventory data files can now be edited on either computer.

【発明の効果】【Effect of the invention】

本発明によれば、複数の計算機がデータウェイによって
結ばれた分散化システムにおいて、マスタファイルと在
庫データファイルを各々必要な計算機に配置するように
したので、マスタデータ及び在庫データ引当時にデータ
ウェイを使用しな(でもすむようになり、データウェイ
の混雑が低減されるとともにマスタデータの引当が高速
となって各種制御の応答時間を短縮させることができる
。 また、システムの立上時あるいは任意要求時に予め決め
ておいたマスタの計算機のマスタファイル及び在庫デー
タファイルを各々の計算機にコピーするようにしたこと
により、マスタデータ及び在庫データ更新時のデータウ
ェイの故障による各々の計算機のデータの不整合をなく
すことができる。
According to the present invention, in a decentralized system in which a plurality of computers are connected by a dataway, the master file and the inventory data file are placed in each necessary computer, so the dataway is used when the master data and inventory data are retrieved. This makes it possible to reduce dataway congestion, speed up master data allocation, and shorten the response time of various controls. By copying the master file and inventory data file of a predetermined master computer to each computer, inconsistencies in the data of each computer due to a failure of the data way when updating master data and inventory data can be avoided. It can be eliminated.

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

第1図は本発明による在庫管理方式を適用した分散化シ
ステムの一実施例を示す構成図、第2図は設備の全体レ
イアウト図、第3図は分散化システムの構成図を示して
いる。 1 ・−製造設備、2− 受入口、3 ・−出荷口、4
.13−−−データウェイ、5 ・・−・制御用計算機
、6 ・−ファイルサーバ用計算機、7.IOA、l0
B−・−マスタ・在庫データファイル、8A、8B −
−・計算機、9 A、  9 B −データ処理回路。 晃1 図 光2肥 光30
FIG. 1 is a configuration diagram showing an embodiment of a decentralized system to which the inventory management method according to the present invention is applied, FIG. 2 is an overall layout diagram of equipment, and FIG. 3 is a configuration diagram of the decentralized system. 1 - Manufacturing equipment, 2 - Receiving port, 3 - Shipping port, 4
.. 13 --- Data way, 5 --- Control computer, 6 --- File server computer, 7. IOA, l0
B-・-Master inventory data file, 8A, 8B-
- Computer, 9 A, 9 B - Data processing circuit. Ko 1 Zuko 2 Hiko 30

Claims (1)

【特許請求の範囲】[Claims] 1)複数の計算機がデータウェイで結ばれた分散化シス
テムにおいて、マスタファイルと在庫データファイルを
各々必要とする計算機に配置するとともにいずれかの計
算機をマスタとして決めておき、計算機の立上時あるい
は任意要求時にはマスタ計算機のマスタファイルと在庫
データファイルを各々の計算機にコピーし、マスタデー
タ及び在庫データの更新時にはデータウェイを使用して
関連する計算機の各々のマスタファイル、在庫データフ
ァイルの更新を行い、マスタデータ及び在庫データの引
当は各計算機内部にて行うことを特徴とする分散化シス
テムにおける在庫管理方式。
1) In a decentralized system where multiple computers are connected by a dataway, the master file and inventory data file are placed on each necessary computer, and one of the computers is determined as the master, and when the computer is started up or When making any request, copy the master file and inventory data file of the master computer to each computer, and when updating the master data and inventory data, use the data way to update the master file and inventory data file of each related computer. , an inventory management method in a decentralized system, characterized in that master data and inventory data are allocated within each computer.
JP62148291A 1987-06-15 1987-06-15 Stock managing system on decentralized system Pending JPS63311565A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62148291A JPS63311565A (en) 1987-06-15 1987-06-15 Stock managing system on decentralized system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62148291A JPS63311565A (en) 1987-06-15 1987-06-15 Stock managing system on decentralized system

Publications (1)

Publication Number Publication Date
JPS63311565A true JPS63311565A (en) 1988-12-20

Family

ID=15449489

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62148291A Pending JPS63311565A (en) 1987-06-15 1987-06-15 Stock managing system on decentralized system

Country Status (1)

Country Link
JP (1) JPS63311565A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58223865A (en) * 1982-06-23 1983-12-26 Fujitsu Ltd Collective updating system for decentralized data base system
JPS5994155A (en) * 1982-11-19 1984-05-30 Japanese National Railways<Jnr> Maintenance system of terminal file
JPS59225473A (en) * 1983-06-06 1984-12-18 Hitachi Ltd Decentralized file control system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58223865A (en) * 1982-06-23 1983-12-26 Fujitsu Ltd Collective updating system for decentralized data base system
JPS5994155A (en) * 1982-11-19 1984-05-30 Japanese National Railways<Jnr> Maintenance system of terminal file
JPS59225473A (en) * 1983-06-06 1984-12-18 Hitachi Ltd Decentralized file control system

Similar Documents

Publication Publication Date Title
US5526492A (en) System having arbitrary master computer for selecting server and switching server to another server when selected processor malfunctions based upon priority order in connection request
US7124255B2 (en) Message based inter-process for high volume data
TWI239450B (en) Apparatus, computer readable recording medium, and method for yielding to a processor within a logically partitioned data processing system
CN109886693B (en) Consensus realization method, device, equipment and medium for block chain system
KR920022118A (en) How to reduce wasted bus bandwidth due to slow responding slaves in multiprocessor computer systems
EP0205948A2 (en) Distributed data management mechanism
WO2021212784A1 (en) Distributed storage-based live migration system and migration method therefor
JPS63311565A (en) Stock managing system on decentralized system
US7159012B2 (en) Computational data processing system and computational process implemented by means of such a system
JP6757708B2 (en) Information processing device and component management method
JPH09231180A (en) Server dividing method
JP2944496B2 (en) Image data storage control device
JPS63126032A (en) Program updating control system
JPH04260141A (en) Data shared processor
JPH0448352A (en) File decentralization system
JPH01258170A (en) Data set management system
JP3179077B2 (en) Centralized management of terms
JPS6095678A (en) Multi-processor system
JPH02294765A (en) Decentralized master updating information distribution control system
JP2575936B2 (en) Content search device
JPS5981748A (en) File control processor
JPH04251337A (en) Data flow control system
JPH0387941A (en) Decentralized data base processing system
JPS6359132A (en) Destination control system for server
JPS63298459A (en) Individual/automatic initial program loading system