JPH03113674A - Design data control system - Google Patents

Design data control system

Info

Publication number
JPH03113674A
JPH03113674A JP1254266A JP25426689A JPH03113674A JP H03113674 A JPH03113674 A JP H03113674A JP 1254266 A JP1254266 A JP 1254266A JP 25426689 A JP25426689 A JP 25426689A JP H03113674 A JPH03113674 A JP H03113674A
Authority
JP
Japan
Prior art keywords
data
work
updating
processing block
shared
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
JP1254266A
Other languages
Japanese (ja)
Inventor
Yoshiko Kinoshita
木下 美子
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 JP1254266A priority Critical patent/JPH03113674A/en
Publication of JPH03113674A publication Critical patent/JPH03113674A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To prevent an error that plural users simultanesouly executes update work against the same data by controlling a flag meaning 'in the middle of updating work' as information on design data and the name of a worker and using them as the exclusive locks. CONSTITUTION:A control data base 5 recording the shared design data, a data state decision processing block 2 deciding whether the other user is in the middle of updating or not at the time of executing updating work, a check out processing block 3 which exclusively locks data to be updated and which copies the shared data in a work place and a check in a processing block 4 which rewrites the work data into the shared data and which unlocks the exclusive lock when updating or new generation is terminated are provided. Then, a processing result can be confirmed in an input/output screen device 1. Thus, the error that plural users simultaneously execute updating work on the shared design data and the other user uses incomplete data.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は設計データ管理システムに関し、特に複数の利
用者が設計を行なうための設計データ管理システムに関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a design data management system, and particularly to a design data management system for a plurality of users to carry out designs.

〔従来の技術〕[Conventional technology]

従来、複数の利用者がデータベースを共有して設計を行
なうようなこの種の設計環境において、設計データやそ
の更新作業の設計データ管理システムは利用者に課せら
れており、個々のデータが誰によって更新作業中である
がといった情報や、完成しているか否かといっな情報の
伝達は書き記したり、あるいは口伝することによって行
なわれてきた。
Conventionally, in this type of design environment where multiple users share a database and design, the burden of the design data management system for design data and its update work is on the user, and it is difficult to know who owns individual data. Information such as whether an update is in progress or whether it has been completed or not has been communicated in writing or by word of mouth.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の人手による設計データ管理システムは、
利用者個人の管理方法に任されているので、共有の設計
データに対して同時に複数の利用者が更新作業を行なっ
てしまうといった誤まりや、更新作業中であることが伝
わらずに更新途中の未完成なデータを他の利用者が使用
してしまうといつた誤まりをおこす欠点がある。
The conventional manual design data management system described above is
Since the management method is left up to the individual user, there is a possibility that multiple users may update shared design data at the same time, or there may be errors in the process of updating without being informed that an update is in progress. This method has the disadvantage that errors may occur if the completed data is used by another user.

本発明の目的は、かかる設計データの同時更新や未完成
データの誤まった利用を防止することのできる設計デー
タ管理システムを提供することにある。
An object of the present invention is to provide a design data management system that can prevent such simultaneous updating of design data and erroneous use of incomplete data.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の設計データ管理システムは、共有データが登録
されている管理データベースと、データの更新を行なう
際に他の利用者が更新作業中でないかどうかを判定する
データ状態判定処理ブロックと、更新作業を行ないたい
データに排他ロックをかけ前記共有データを作業用の一
時的な領域にコピーするチェックアウト処理ブロックと
、更新作業もしくは新規作成作業を終了した作業用のデ
ータを前記共有データの格納場所に書き戻し且つ排他ロ
ックをはずすチェックイン処理ブロックとを有し、他利
用者の未完成データの参照や同時更新を防止することを
特徴としている。
The design data management system of the present invention includes a management database in which shared data is registered, a data status determination processing block that determines whether another user is in the process of updating data, and an update process block. A checkout processing block that places an exclusive lock on the data that you want to perform and copies the shared data to a temporary work area, and a checkout processing block that copies the shared data to a temporary work area, and the work data that has been updated or newly created to the storage location of the shared data. It has a check-in processing block that performs write-back and releases exclusive locks, and is characterized by preventing other users from referencing or simultaneously updating unfinished data.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の第一の実施例を説明するための設計デ
ータ管理システムのブロック区である。
FIG. 1 is a block diagram of a design data management system for explaining a first embodiment of the present invention.

第1図に示すように、本実施例は共有の設計データを記
録した管理データベース5と、この共有の設計データお
よび作業用の一時的な設計データを区別し且つ更新作業
を行なう際に他の利用者が更新中でないか否かを判定す
るデータ状態判定処理ブロック2と、更新を行ないたい
データに排他ロックをかけ且つ共有データを作業用の場
所にコピーするチェックアウト処理ブロック3と、更新
もしくは新規作成が終了した際に作業用データを共有デ
ータに書き戻し且つ前述したチェックアウト処理ブロッ
ク3でかけた排他ロックをはずすチェックイン処理ブロ
ック4とを有し、チェックアウト処理ブロック3および
チェックイン処理ブロック4の処理結果を入出力画面装
置1で確認できるようにしている。
As shown in FIG. 1, this embodiment distinguishes between a management database 5 that records shared design data, this shared design data, and temporary design data for work, and when updating a data status determination processing block 2 that determines whether the user is updating or not; a checkout processing block 3 that places an exclusive lock on the data that the user wants to update and copies the shared data to a work location; The check-in processing block 4 includes a check-in processing block 4 that writes back the work data to the shared data when new creation is completed and releases the exclusive lock set by the above-mentioned check-out processing block 3, and the check-out processing block 3 and the check-in processing block 4 can be checked on the input/output screen device 1.

かかる設計データ管理システムにおいて、入出力画面装
置1は利用者が対話的に設計データの更新や新規作成作
業をするか、もしくは設計データ管理システムとの対話
を行なうため設けられている。また、データ状態判定処
理ブロック2は利用者がデータの更新を要求した時、も
しくは更新や新規作成を終了した一連のデータを共有領
域に書き戻す要求をした時に、該当するデータの状態を
管理データベース5から抽出し、要求を実行すべきか否
かを判定する処理機能である。
In such a design data management system, an input/output screen device 1 is provided so that a user can interactively update or create new design data or interact with the design data management system. In addition, data status determination processing block 2 checks the status of the corresponding data in the management database when the user requests to update data or requests to write back a series of updated or newly created data to the shared area. This is a processing function that extracts from 5 and determines whether or not a request should be executed.

一方、チェックアウト処理ブロック3は該当するデータ
が更新作業にはいることをデータの状態として管理デー
タベース5に入力し、共有領域上に格納しである該当デ
ータを利用者用の作業領域にコピーする処理機能である
。また、チェックイン処理ブロック4は利用者用の作業
領域で更新作業もしくは新規作成作業を終了した一連の
データを共有領域にコピー(上書き)し、該当データの
作業が終了したことをデータの状態として管理データベ
ース5に入力する処理機能である。尚、前述した管理デ
ータベース5は設計データ管理システムで制御するため
の管理項目をテーブル形式で格納している。
On the other hand, the checkout processing block 3 inputs the information that the corresponding data is to be updated into the management database 5 as a data state, stores it on the shared area, and copies the corresponding data to the user's work area. It is a processing function. In addition, the check-in processing block 4 copies (overwrites) a series of data that has been updated or newly created in the user's work area to the shared area, and marks the completion of the work on the data as the data state. This is a processing function for inputting data into the management database 5. The management database 5 described above stores management items to be controlled by the design data management system in a table format.

第2図は第1図に示す管理データベースに格納されてい
る設計データ情報管理テーブル図である。
FIG. 2 is a diagram of a design data information management table stored in the management database shown in FIG. 1.

第2図に示すように、この管理テーブル6はLSI設計
の設計データに適用したものを示し、このテーブル6の
1行はLSIの設計データ1つについての情報が格納さ
れている。更新作業用である場合、すなわちチェックア
ウトされている場合は、チェックアウト欄10にフラグ
が立てられ、作業者欄11にチェックアウトをした利用
者名が書き込まれている。まず、利用者が1つのセルに
ついて更新作業の要求を行なった場合、データ状態判定
処理ブロック2により設計データ情報テーブル6の該当
データが検索され、そのデータが他の利用者によってチ
ェックアウトされているか否かが判定される。この例に
おいて、セル2についてはすでにすべての設計データチ
ェックアウト欄10にフラグが立っているので、更新作
業を行なうことはできないが、セル1については可能で
ある。
As shown in FIG. 2, this management table 6 is applied to design data for LSI design, and one row of this table 6 stores information regarding one piece of LSI design data. If it is for update work, that is, if it has been checked out, a flag is set in the checkout column 10, and the name of the user who checked out is written in the operator column 11. First, when a user requests update work for one cell, the data status determination processing block 2 searches for the corresponding data in the design data information table 6, and checks whether the data has been checked out by another user. It is determined whether or not. In this example, since flags have already been set in all design data checkout fields 10 for cell 2, updating cannot be performed, but for cell 1, it is possible.

また、データ状態判定処理ブロック2によって作業可能
であると判定された場合は、チェックアウト処理ブロッ
ク3にはいる。ここでは、まず設計データ情報テーブル
6の該当データの行くセル1ならば、第2図の13の部
分)のチェックアウト欄10にフラグを立て、作業者欄
11に利用者の名前を書き込む9次に、共有データ格納
場所欄9から共有領域での設計データの格納場所をとり
出し、データを共有領域から利用者用の作業領域にコピ
ーする。さらに、作業領域でのデータ格納場所を作業デ
ータ格納場所欄12に書き込む。この欄はチェックイン
処理以外で参照されることはない。
Further, if the data state determination processing block 2 determines that work is possible, the checkout processing block 3 is entered. Here, first, if the corresponding data goes to cell 1 in the design data information table 6, a flag is set in the checkout column 10 (part 13 in FIG. 2), and the user's name is written in the worker column 11. Next, the storage location of the design data in the shared area is extracted from the shared data storage location column 9, and the data is copied from the shared area to the user's work area. Furthermore, the data storage location in the work area is written in the work data storage location column 12. This field is never referenced except during check-in processing.

以上のチェックアウト処理が終了した後、利用者は作業
領域上の設計データに対して更新作業を行なうことがで
きる。この時、更新作業中の未完成なデータは作業領域
にあり、共有領域には更新前の完全なデータが残されて
いる。
After the above checkout process is completed, the user can update the design data on the work area. At this time, the incomplete data being updated remains in the work area, and the complete data before the update remains in the shared area.

利用者が更新作業もしくは新規作成作業を終了し、共有
領域への書き戻しくチェックイン)を要求した場合、デ
ータ状態判定処理ブロック2によって設計データ情報テ
ーブル6が検索される。
When the user completes the update work or the new creation work and requests writing back to the shared area (check-in), the data state determination processing block 2 searches the design data information table 6.

その結果、該当データが新規であるか、もしくは以前に
同じ利用者によってチェックアウトされているデータで
あるか否かが判定される。以前にチェックアウト処理を
行なったのが他の利用者であった場合や、チェックアウ
ト処理自体が行なわれていない場合は次のチェックイン
処理は行なわれない。かかるチェックイン処理が可能で
あると判定された場合はチェックイン処理ブロック4に
進む。ここでは、設計データ情報テーブル6の作業デー
タ格納場所欄12で示されている格納場所から共有デー
タ格納場所I!19で示される格納場所にデータをコピ
ーし、テーブル6の欄チェックアウトフラグ欄101作
業者欄11および作業データ格納場所欄12をクリヤす
る。これにより、設計データが作業領域から共有領域に
書き戻され、他の利用者に解放される。一方、新規作業
データのチェックインの場合はテーブル6に新らしい行
を加え、セル欄7および設計データ欄8を書き込み、利
用者から指定されたデータを共有領域にコピーした後、
その格納場所を共有データ格納場所欄9に書き込む。
As a result, it is determined whether the corresponding data is new or data that has been previously checked out by the same user. If the previous check-out process was performed by another user, or if the check-out process itself has not been performed, the next check-in process will not be performed. If it is determined that such check-in processing is possible, the process proceeds to check-in processing block 4. Here, the shared data storage location I! is selected from the storage locations indicated in the work data storage location column 12 of the design data information table 6. The data is copied to the storage location indicated by 19, and the columns checkout flag column 101, worker column 11, and work data storage location column 12 of table 6 are cleared. As a result, the design data is written back from the work area to the shared area and released to other users. On the other hand, when checking in new work data, add a new row to table 6, write in cell column 7 and design data column 8, and copy the data specified by the user to the shared area.
Write the storage location in the shared data storage location column 9.

要するに、本実施例によれば紙上ないしは口述で伝達さ
れていた更新作業の情報をシステムに入力しておくこと
により、同時に起こる更新作業からデータを守り、しか
も共有の設計データと作業用の一時的に設定データとを
明確に分けることにより更新途中の未完成なデータを他
の利用者が誤まって使用してしまうことを防止できる。
In short, according to this embodiment, by inputting update work information that has been transmitted on paper or orally into the system, data can be protected from update work that occurs at the same time. By clearly separating data from setting data, it is possible to prevent other users from mistakenly using incomplete data that is currently being updated.

第3図は本発明の第二の実施例を説明するための設計デ
ータ管理システムにおける設計データ管理デープル図で
ある。
FIG. 3 is a design data management table diagram in a design data management system for explaining a second embodiment of the present invention.

第3図に示すように、本実施例は前述した第一の実施例
におけるLSI設計データの管理をソフトウェア設計に
置きかえ、管理データベース5を再構成することにより
、ソフトウェア設計における設計データ管理システムと
して適用した例である。すなわち、第一の実施例におけ
るセル名欄7と設計データ欄8とをそれぞれモジュール
名欄14およびファイル欄15に置き換えることにより
、ソフトウェア設計における設計データ情報テーブルを
形成することができる。この実施例では、複数の利用者
によって設計されるソフトウェア設計プロジェクトに利
用可能である。
As shown in FIG. 3, this embodiment can be applied as a design data management system in software design by replacing the management of LSI design data in the first embodiment described above with software design and reconfiguring the management database 5. This is an example. That is, by replacing the cell name field 7 and design data field 8 in the first embodiment with the module name field 14 and file field 15, respectively, a design data information table for software design can be formed. This embodiment can be used for software design projects designed by multiple users.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明の設計データ管理システム
は、複数の利用者によって協力して設計が行なわれる環
境において、設計データの情報として更新作業中を意味
するフラグと作業者の名前を管理し且つ排他ロックとし
てそれを利用することにより、同時に複数の利用者が同
一データに対して更新作業を行なってしまうという誤ま
りを防止することができるという効果がある。
As explained above, the design data management system of the present invention manages the flag indicating that updating is in progress and the name of the worker as design data information in an environment where multiple users collaborate to design. Moreover, by using it as an exclusive lock, it is possible to prevent the mistake of multiple users updating the same data at the same time.

また、本発明は排他ロックをかけると同時に共有領域か
ら利用者用の作業領域へデータをコピーして作業中の未
完成のデータを共有領域に置がないようにすることによ
り、他の利用者が更新途中の未完成データを参照してし
まうという誤まりも防止することができるという効果が
ある。
In addition, the present invention applies an exclusive lock and at the same time copies data from the shared area to the user's work area to prevent unfinished data being worked on from being placed in the shared area. This has the effect of preventing the mistake of referencing incomplete data that is in the process of being updated.

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

第1図は本発明の第一の実施例を説明するための設計デ
ータ管理システムのブロック図、第2図は第1図に示す
管理データベースに格納されている設計データ情報管理
テーブル図、第3図は本発明の第二の実施例を説明する
ための設計データ管理システムにおける設計データ情報
管理テーブル図である。 1・・・入出力画面装置、2・・・データ状態判定処理
ブロック、3・・・チェックアウト処理ブロック、4・
・・チェックイン処理ブロック、5・・・管理データベ
ース、6・・・設計データ情報管理テーブル、7・・・
セル名欄、8・・・設計データ名種、9・・・共有デー
タ格納場所欄、10・・・チェックアウトフラグ欄、1
1・・・作業者各欄、12・・・作業データ格納場所欄
、13・・・セル1該当行、14・・・モジュール名種
、 5・・・ファイル種類欄。
FIG. 1 is a block diagram of a design data management system for explaining the first embodiment of the present invention, FIG. 2 is a diagram of a design data information management table stored in the management database shown in FIG. 1, and FIG. The figure is a diagram of a design data information management table in a design data management system for explaining a second embodiment of the present invention. 1... Input/output screen device, 2... Data status determination processing block, 3... Checkout processing block, 4.
... Check-in processing block, 5... Management database, 6... Design data information management table, 7...
Cell name field, 8... Design data name type, 9... Shared data storage location field, 10... Checkout flag field, 1
1...Each worker column, 12...Work data storage location column, 13...Cell 1 corresponding line, 14...Module name type, 5...File type column.

Claims (1)

【特許請求の範囲】[Claims] 共有データが登録されている管理データベースと、デー
タの更新を行なう際に他の利用者が更新作業中でないか
どうかを判定するデータ状態判定処理ブロックと、更新
作業を行ないたいデータに排他ロックをかけ前記共有デ
ータを作業用の一時的な領域にコピーするチェックアウ
ト処理ブロックと、更新作業もしくは新規作成作業を終
了した作業用のデータを前記共有データの格納場所に書
き戻し且つ排他ロックをはずすチェックイン処理ブロッ
クとを有し、他利用者の未完成データの参照や同時更新
を防止することを特徴とする設計データ管理システム。
A management database in which shared data is registered, a data status determination processing block that determines whether another user is updating data when updating data, and an exclusive lock on the data that you want to update. A check-out processing block that copies the shared data to a temporary work area, and a check-in that writes back the work data that has been updated or newly created to the storage location of the shared data and removes the exclusive lock. A design data management system comprising a processing block and preventing other users from referencing or simultaneously updating unfinished data.
JP1254266A 1989-09-28 1989-09-28 Design data control system Pending JPH03113674A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1254266A JPH03113674A (en) 1989-09-28 1989-09-28 Design data control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1254266A JPH03113674A (en) 1989-09-28 1989-09-28 Design data control system

Publications (1)

Publication Number Publication Date
JPH03113674A true JPH03113674A (en) 1991-05-15

Family

ID=17262588

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1254266A Pending JPH03113674A (en) 1989-09-28 1989-09-28 Design data control system

Country Status (1)

Country Link
JP (1) JPH03113674A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08137923A (en) * 1994-11-11 1996-05-31 Nec Commun Syst Ltd Design data managing system for cad system
US5809503A (en) * 1993-07-08 1998-09-15 Fujitsu Limited Locking mechanism for check in/check out model which maintains data consistency amongst transactions
JP2006190276A (en) * 2004-12-20 2006-07-20 Dassault Systemes Process and system for rendering object in view using product lifecycle management database

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0256070A (en) * 1988-08-20 1990-02-26 Fujitsu Ltd Design data managing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0256070A (en) * 1988-08-20 1990-02-26 Fujitsu Ltd Design data managing system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5809503A (en) * 1993-07-08 1998-09-15 Fujitsu Limited Locking mechanism for check in/check out model which maintains data consistency amongst transactions
JPH08137923A (en) * 1994-11-11 1996-05-31 Nec Commun Syst Ltd Design data managing system for cad system
JP2006190276A (en) * 2004-12-20 2006-07-20 Dassault Systemes Process and system for rendering object in view using product lifecycle management database
US9075931B2 (en) 2004-12-20 2015-07-07 Dassault Systemes Process and system for rendering an object in a view using a product lifecycle management database

Similar Documents

Publication Publication Date Title
JPH0475134A (en) File managing device
JP2644728B2 (en) Data dictionary directory system
JP2002108681A (en) Replication system
JP3002242B2 (en) CAD system
JPH03113674A (en) Design data control system
EP0097239B1 (en) Method and apparatus for restoring data in a computing system
JP2800592B2 (en) Tool placement interference check method for machined figure data
JP2776750B2 (en) CAD system design data management method
JPH02236629A (en) Software managing system
JPH05324555A (en) Already executed operation canceller
JP2002215443A (en) Exclusion controlling method between plurality of operations
JP2000276386A (en) Method and device for generating program utilizing relation of relational data base
JPH08147333A (en) Drawing preparing system
JP2003150420A (en) System for recording and displaying data file change process
JPH05143422A (en) Updated journal managing system
JPH10143583A (en) Work flow management system
JPH06318153A (en) Numerical controller with restoring function for deleted program
JPH0659959A (en) File protection system
JPS63269224A (en) Data base access system
JPH0916447A (en) Access control method and access controller for data base
JPH0480821A (en) Source program editing system
JP2000163495A (en) Workflow processing method, device for executing the same and medium recording processing program therefor
JPH04127248A (en) Data control system
JPH01123319A (en) Data control device for data base system
JPH08272835A (en) Drawing management system