JP2017027281A - Component management system and program - Google Patents

Component management system and program Download PDF

Info

Publication number
JP2017027281A
JP2017027281A JP2015143890A JP2015143890A JP2017027281A JP 2017027281 A JP2017027281 A JP 2017027281A JP 2015143890 A JP2015143890 A JP 2015143890A JP 2015143890 A JP2015143890 A JP 2015143890A JP 2017027281 A JP2017027281 A JP 2017027281A
Authority
JP
Japan
Prior art keywords
component
information
classification
attribute
management system
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.)
Granted
Application number
JP2015143890A
Other languages
Japanese (ja)
Other versions
JP6541094B2 (en
Inventor
清水 敬司
Takashi Shimizu
敬司 清水
舘野 昌一
Shoichi Tateno
昌一 舘野
鈴木 星児
Seiji Suzuki
星児 鈴木
正一 菅沼
Shoichi Suganuma
正一 菅沼
直美 内藤
Naomi Naito
直美 内藤
浩 村野
Hiroshi Murano
浩 村野
真里 堀江
Mari HORIE
真里 堀江
岡本 佳和
Yoshikazu Okamoto
佳和 岡本
靜 須田
Shizuka SUDA
靜 須田
若林 公宏
Kimihiro Wakabayashi
公宏 若林
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2015143890A priority Critical patent/JP6541094B2/en
Publication of JP2017027281A publication Critical patent/JP2017027281A/en
Application granted granted Critical
Publication of JP6541094B2 publication Critical patent/JP6541094B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/30Computing systems specially adapted for manufacturing

Abstract

PROBLEM TO BE SOLVED: To make it possible that when component information is registered based on a drawing, the component classification of a component to be newly registered is automatically determined from text data or drawing image data which is associated with the drawing.SOLUTION: A determination table stored in a determination table storage unit 65 contains an association between component name information and the component classification and an association between the component and the component attribute information. A control unit 62 extracts, from drawing image data of a component to be newly registered, the component name information and the component attribute information, and determines a component classification to which the component to be newly registered belongs by referring to the determination table stored in the determination table storage unit 65 based on the extracted component name information and component attribute information.SELECTED DRAWING: Figure 5

Description

本発明は、部品管理システムおよびプログラムに関する。   The present invention relates to a parts management system and a program.

特許文献1には、エンジニアとユーザによる分類を紐付けて、その関係をRDB(リレーショナルデータベース)によって整理することを前提とした属性に基づく分類・検索システムが開示されている。   Patent Document 1 discloses a classification / retrieval system based on attributes on the premise that the classification between an engineer and a user is linked and the relationship is organized by an RDB (relational database).

特開平03−282777号公報Japanese Patent Laid-Open No. 03-282777

様々な種類の部品情報を登録しておき、必要な時には欲しい部品情報の条件を設定して検索することにより条件に合致した部品リストを得られるような部品情報データベースが用いられている。   A component information database is used in which various types of component information are registered, and when necessary, a component list satisfying the conditions can be obtained by setting and retrieving conditions for the desired component information.

このような部品情報データベースに新たな部品の部品情報を登録しようとする場合、登録作業者は、その部品の図面を参照して、部品の形状や属性等からその部品を登録する部品分類を総合的に判断する必要がある。   When registering part information of a new part in such a part information database, the registration operator refers to the drawing of the part and comprehensively classifies the part classification for registering the part based on the shape and attributes of the part. Must be judged.

そのため、部品情報の入力の際には、図面に記載されている部品の属性情報等の記載内容を理解できる経験者でないと部品分類を判定できないという問題があった。また、図面から部品分類を判定可能な登録作業者であっても、部品分類を判定するためには図面の記載内容を読み取って、その記載内容を把握する必要があるため、部品分類を決定する作業には時間がかかるという課題も存在した。   Therefore, when inputting the component information, there is a problem that the component classification cannot be determined unless it is an experienced person who can understand description contents such as the attribute information of the component described in the drawing. Even if a registered worker can determine the component classification from the drawing, it is necessary to read the description of the drawing and grasp the description to determine the component classification. There was also a problem that the work took time.

本発明の目的は、図面に基づいて部品情報を登録する際に、新しく登録を行う部品の部品分類を図面に紐付いたテキストデータ、又は図面画像データから自動的に判定可能な部品管理システムおよびプログラムを提供することである。   An object of the present invention is a component management system and program that can automatically determine the component classification of a newly registered component from text data associated with the drawing or drawing image data when registering the component information based on the drawing. Is to provide.

[部品管理システム]
請求項1に係る本発明は、部品名に関する情報と部品分類とを互いに対応付けて格納する納手段と、
新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから部品名に関する情報を抽出する抽出手段と、
前記抽出手段により抽出された部品名に関する情報に基づいて、前記格納手段を参照することにより、新しく登録を行う部品の属する部品分類を判定する判定手段とを有する部品管理システムである。
[Parts management system]
The present invention according to claim 1 is a storage means for storing information relating to a part name and a part classification in association with each other;
Extraction means for extracting information on the part name from the text data associated with the drawing of the part to be newly registered, or drawing image data;
The component management system includes a determination unit that determines a component classification to which a newly registered component belongs by referring to the storage unit based on information on the component name extracted by the extraction unit.

請求項2に係る本発明は、前記格納手段には、部品名に関する情報と部品分類との対応関係とともに当該部品の属性情報が対応付けられており、
前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから当該部品の属性情報を抽出し、
前記判定手段は、前記抽出手段により抽出された部品名に関する情報および当該部品の属性情報とに基づいて、前記格納手段に格納されている前記判定テーブルを参照することにより、新しく登録を行う部品の属する部品分類を判定する請求項1記載の部品管理システムである。
According to the second aspect of the present invention, the storage means is associated with the attribute information of the part together with the correspondence between the part name information and the part classification,
The extraction means extracts the attribute information of the part from text data associated with the drawing of the part to be newly registered, or drawing image data,
The determination unit refers to the determination table stored in the storage unit on the basis of the information related to the component name extracted by the extraction unit and the attribute information of the component, thereby determining the part to be newly registered. The component management system according to claim 1, wherein the component classification to which the component belongs is determined.

請求項3に係る本発明では、前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データに含まれる文字列画像を変換したテキストデータから、新しく登録を行う部品の部品名に関する情報および当該部品の属性情報を抽出する請求項2記載の部品管理システムである。   In the present invention according to claim 3, the extracting unit is configured to newly register a part to be newly registered from text data associated with a drawing of a part to be newly registered, or text data converted from a character string image included in the drawing image data. The component management system according to claim 2, wherein information related to a component name and attribute information of the component are extracted.

請求項4に係る本発明では、前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データに含まれる文字列画像を変換したテキストデータから、テキストデータ中に含まれる空白文字を削除することにより新しく登録を行う部品の部品名に関する情報および当該部品の属性情報を抽出する請求項3記載の部品管理システムである。   In the present invention according to claim 4, the extraction means is included in the text data from the text data associated with the drawing of the part to be newly registered or the text data converted from the character string image included in the drawing image data. The component management system according to claim 3, wherein information on a component name of a component to be newly registered and attribute information of the component are extracted by deleting a blank character.

請求項5に係る本発明では、前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから当該部品の属性情報を抽出する際に、自然文により表現された注記情報の中から、当該部品の属性情報を抽出する請求項2記載の部品管理システムである。   In the present invention according to claim 5, the extraction means extracts a note expressed in a natural sentence when extracting attribute information of the part from text data associated with the drawing of the part to be newly registered or drawing image data. The component management system according to claim 2, wherein attribute information of the component is extracted from the information.

請求項6に係る本発明は、前記判定手段により判定された部品分類に対して設定されている属性情報および部品品番を含む部品情報の入力を受け付ける受付手段と、
前記受付手段により属性情報および部品品番が入力された部品情報を格納する部品情報データベースと、
前記部品情報データベースに格納されている部品情報の中から、指定された条件に合致する部品情報を検索する検索手段と、
前記検索手段により検索された部品情報のリストを出力する出力手段とをさらに有する請求項1から5のいずれか1項記載の部品管理システムである。
The present invention according to claim 6 is a receiving means for receiving input of part information including attribute information and part part number set for the part classification determined by the determining means;
A component information database for storing component information in which attribute information and a component part number are input by the reception unit;
Search means for searching for component information that matches a specified condition from the component information stored in the component information database;
The component management system according to claim 1, further comprising an output unit that outputs a list of component information searched by the search unit.

請求項7に係る本発明では、前記部品分類は、前記部品名に関する情報に対応する複数の概念の部品分類である請求項1から6のいずれか1項記載の部品管理システムである。   According to a seventh aspect of the present invention, in the component management system according to any one of the first to sixth aspects, the component classification is a plurality of conceptual component classification corresponding to the information related to the component name.

請求項8に係る本発明では、前記部品分類は、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複合部品分類であり、
前記属性情報には、選択された複合部品分類に対して設定され各複合部品分類毎に異なる複数の属性情報と、複合部品分類に関係なくどの部品に対しても共通に設定されている共通属性情報が存在する請求項1から6のいずれか1項記載の部品管理システムである。
In the present invention according to claim 8, the component classification is two-dimensional by a combination of two classifications: a functional classification that is a classification from a design viewpoint and a construction method, a material, and a shape classification that is a classification from a procurement and manufacturing viewpoint. Is the composite part classification set to
The attribute information includes a plurality of attribute information set for the selected composite part classification and different for each composite part classification, and a common attribute set in common for all parts regardless of the composite part classification. The component management system according to claim 1, wherein information is present.

[プログラム]
請求項9に係る本発明は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから部品名に関する情報を抽出する抽出ステップと、
抽出された部品名に関する情報に基づいて、部品名に関する情報と部品分類とが互いに対応付けられた対応関係を参照することにより、新しく登録を行う部品の属する部品分類を判定する判定ステップとをコンピュータに実行させるためのプログラムである。
[program]
The present invention according to claim 9 is an extraction step of extracting information on a part name from text data associated with a drawing of a part to be newly registered, or drawing image data;
Based on the extracted information on the part name, the computer determines a part classification to which the part to be newly registered belongs by referring to a correspondence relationship in which the part name information and the part classification are associated with each other. It is a program for making it run.

請求項1に係る本発明によれば、図面に基づいて部品情報を登録する際に、新しく登録を行う部品の部品分類を図面に紐付いたテキストデータ、又は図面画像データから自動的に判定可能な部品管理システムを提供することができる。   According to the first aspect of the present invention, when component information is registered based on a drawing, the component classification of a newly registered component can be automatically determined from text data or drawing image data associated with the drawing. A parts management system can be provided.

請求項2に係る本発明によれば、部品名に関する情報からのみでは、新しく登録を行う部品の部品分類を判定できない場合でも、新しく登録を行う部品の部品分類を図面に紐付いたテキストデータ、又は図面画像データから自動的に判定可能な部品管理システムを提供することができる。   According to the second aspect of the present invention, even if the component classification of the newly registered component cannot be determined only from the information related to the component name, the text data in which the component classification of the newly registered component is linked to the drawing, or It is possible to provide a component management system that can automatically determine from drawing image data.

請求項3に係る本発明によれば、図面に紐付いたテキストデータに部品名に関する情報や部品の属性情報が含まれていない場合でも、新しく登録を行う部品の部品分類を図面画像データから自動的に判定可能な部品管理システムを提供することができる。   According to the third aspect of the present invention, even when the text data associated with the drawing does not include information on the part name or part attribute information, the part classification of the part to be newly registered is automatically determined from the drawing image data. It is possible to provide a component management system that can be determined.

請求項4に係る本発明によれば、図面に紐付いたテキストデータ、又は図面画像データに含まれる文字列画像を変換したテキストデータに空白文字が含まれている場合でも、新しく登録を行う部品の部品分類を自動的に判定可能な部品管理システムを提供することができる。   According to the fourth aspect of the present invention, even when a blank character is included in text data associated with a drawing or text data converted from a character string image included in the drawing image data, It is possible to provide a component management system capable of automatically determining a component classification.

請求項5に係る本発明によれば、図面に紐付いたテキストデータ、又は図面画像データにおいて部品の注記情報が自然文により表現されている場合でも、新しく登録を行う部品の部品分類を自動的に判定可能な部品管理システムを提供することができる。   According to the fifth aspect of the present invention, even when the annotation information of the part is expressed in natural text in the text data associated with the drawing or the drawing image data, the part classification of the part to be newly registered is automatically performed. A component management system that can be determined can be provided.

請求項6に係る本発明によれば、部品に対する知識が少ない者であっても、部品の種類に応じた登録すべき属性情報を把握することが可能な部品管理システムを提供することができる。   According to the sixth aspect of the present invention, it is possible to provide a component management system capable of grasping attribute information to be registered according to the type of component even if the person has little knowledge of the component.

請求項7に係る本発明によれば、図面に基づいて部品情報を登録する際に、新しく登録を行う部品の複数の概念の部品分類を図面に紐付いたテキストデータ、又は図面画像データから自動的に判定可能な部品管理システムを提供することができる。   According to the seventh aspect of the present invention, when component information is registered based on a drawing, the component classification of a plurality of concepts of a newly registered component is automatically obtained from text data or drawing image data associated with the drawing. It is possible to provide a component management system that can be determined.

請求項8に係る本発明によれば、開発設計部門と調達・製造部門(環境管理部門・品質部門・原価管理部門等)とで共通に使用することができ、かつ各部品毎に登録する必要がある属性情報の属性項目の数を、全ての部品について同じ属性情報を設定する場合と比較して削減することが可能な部品管理システムを提供することができる。   According to the eighth aspect of the present invention, the development and design department and the procurement / manufacturing department (environmental management department, quality department, cost management department, etc.) can be used in common and must be registered for each part It is possible to provide a component management system that can reduce the number of attribute items of certain attribute information as compared with the case where the same attribute information is set for all components.

請求項9に係る本発明によれば、図面に基づいて部品情報を登録する際に、新しく登録を行う部品の部品分類を図面に紐付いたテキストデータ、又は図面画像データから自動的に判定可能なプログラムを提供することができる。   According to the present invention of claim 9, when registering part information based on a drawing, the part classification of a part to be newly registered can be automatically determined from text data or drawing image data associated with the drawing. A program can be provided.

本発明の第1の実施形態の部品管理システム10を含むシステム全体の構成を示す図である。1 is a diagram illustrating a configuration of an entire system including a component management system 10 according to a first embodiment of the present invention. 本発明の第1の実施形態の部品管理システム10における管理サーバ31のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the management server 31 in the components management system 10 of the 1st Embodiment of this invention. 本発明の第1の実施形態の部品管理システム10における管理サーバ31の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the management server 31 in the components management system 10 of the 1st Embodiment of this invention. 本発明の第1の実施形態の部品管理システム10における端末装置21〜23のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the terminal devices 21-23 in the components management system 10 of the 1st Embodiment of this invention. 本発明の第1の実施形態の部品管理システム10における端末装置21〜23の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the terminal devices 21-23 in the components management system 10 of the 1st Embodiment of this invention. 本発明の第1の実施形態の部品管理システムにおける部品分類の一例を説明するための図である。It is a figure for demonstrating an example of the components classification | category in the components management system of the 1st Embodiment of this invention. 判定テーブル格納部65に格納されている判定テーブルの一例を示す図である。6 is a diagram illustrating an example of a determination table stored in a determination table storage unit 65. FIG. 制御部62が、図7に示したような判定テーブルに基づいて部品分類を判定する際の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement at the time of the control part 62 determining component classification based on the determination table as shown in FIG. 図面データベース33に格納されている図面データの一例を示す図である。It is a figure which shows an example of the drawing data stored in the drawing database. 図9に示した部品図面に基づいて部品情報の登録を行う際に、端末装置21の表示部63に表示される画面例を示す図である。It is a figure which shows the example of a screen displayed on the display part 63 of the terminal device 21, when registering component information based on the component drawing shown in FIG. ユーザが部品分類自動判定釦71を操作することにより部品分類が自動判定される様子を説明するための画面例である。It is an example of a screen for explaining how a component classification is automatically determined by a user operating a component classification automatic determination button. 「モータ」という部品分類について設定されている属性項目の一例を示す図(図12(A))および、「ギヤ」という部品分類について設定されている属性項目の一例を示す図(図12(B))である。FIG. 12A shows an example of attribute items set for the component classification “motor” (FIG. 12A), and FIG. 12B shows an example of attribute items set for the component classification “gear” (FIG. 12B). )). 全ての属性項目に対して属性値が入力された状態を説明するための図である。It is a figure for demonstrating the state by which the attribute value was input with respect to all the attribute items. 制御部62が、新しく登録を行う部品の図面画像データに含まれる注記中の文字列画像をテキスト情報に変換する際に、テキスト情報中に含まれる空白文字を削除する一例を説明するための図である。The figure for demonstrating an example which deletes the blank character contained in text information, when the control part 62 converts the character string image in the note contained in the drawing image data of the components newly registered into text information. It is. 制御部62が、新しく登録を行う部品の図面画像データに含まれる注記が自然文により構成されている場合に、自然文により表現された注記情報の中から部品の属性情報を抽出する一例を説明するための図である。An example will be described in which the control unit 62 extracts component attribute information from the annotation information expressed in the natural sentence when the annotation included in the drawing image data of the part to be newly registered is composed of the natural sentence. It is a figure for doing. 製品を開発設計して販売する一般的な企業における各部門間の連携の様子の概略を示す図である。It is a figure which shows the outline of the mode of cooperation between each department in the general company which develops, designs, and sells a product. 複合部品分類の具体例を説明するための図である。It is a figure for demonstrating the specific example of a composite component classification | category. 「成型カバー」という複合部品分類が選択された場合に表示される登録フレーム枠の一例を示す図である。It is a figure which shows an example of the registration frame frame displayed when the composite component classification | category called "molding cover" is selected. 図18に示した登録フレーム枠に対して属性情報を順次入力した場合の様子の一例を示す図である。It is a figure which shows an example of a mode at the time of inputting attribute information sequentially with respect to the registration frame frame shown in FIG. 「板金カバー」という複合部品分類が選択された場合に表示される登録フレーム枠の一例を示す図である。It is a figure which shows an example of the registration frame frame displayed when the composite part classification | category of "sheet metal cover" is selected. 「プレスギヤ」という複合部品分類が選択された場合に表示される登録フレーム枠の一例を示す図である。It is a figure which shows an example of the registration frame frame displayed when the composite part classification | category called "press gear" is selected. 複合部品分類毎に異なる属性情報が登録された部品情報の一例を示す図である。It is a figure which shows an example of the component information in which different attribute information was registered for every composite component classification. 複合部品分類毎に異なる属性項目を設定せずに、単に属性項目を増やした場合の比較例を示す図である。It is a figure which shows the comparative example at the time of just increasing an attribute item, without setting a different attribute item for every composite component classification | category.

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

[第1の実施形態]
図1は本発明の第1の実施形態の部品管理システム10を含むシステム全体の構成を示す図である。
[First embodiment]
FIG. 1 is a diagram showing a configuration of the entire system including a component management system 10 according to the first embodiment of the present invention.

本発明の第1の実施形態の部品管理システム10は、図1に示されるように、ネットワーク30を介して端末装置21〜23と接続された構成となっている。ここで、端末装置21〜23は、それぞれ、開発設計部門、調達部門、製造部門に設置されている。なお、本実施形態では、説明を簡単にするために3台の端末装置21〜23のみが部品管理システム10に接続されているものとして説明を行うが、実際には多数の端末装置を部品管理システム10に接続することが可能である。   As shown in FIG. 1, the component management system 10 according to the first exemplary embodiment of the present invention is configured to be connected to terminal devices 21 to 23 via a network 30. Here, the terminal devices 21 to 23 are installed in a development design department, a procurement department, and a manufacturing department, respectively. In this embodiment, in order to simplify the description, it is assumed that only three terminal devices 21 to 23 are connected to the component management system 10. However, in reality, a large number of terminal devices are managed as components. It is possible to connect to the system 10.

また、部品管理システム10は、管理サーバ31と、部品情報データベース32と、図面データベース33とから構成されている。   The parts management system 10 includes a management server 31, a parts information database 32, and a drawing database 33.

部品情報データベース32は、様々な部品の部品品番や属性情報を含む部品情報が格納されている。図面データベース33は、図面に紐付いたテキストデータ、又は図面画像データが図面データとして格納されている。   The component information database 32 stores component information including component item numbers and attribute information of various components. The drawing database 33 stores text data associated with a drawing or drawing image data as drawing data.

端末装置21〜23は、管理サーバ31にアクセスして、図面データベース33に格納されている図面データを閲覧したり、部品情報データベース32に格納されている部品情報を検索したりすることが可能となっている。   The terminal devices 21 to 23 can access the management server 31 and browse drawing data stored in the drawing database 33 or search for component information stored in the component information database 32. It has become.

次に、本実施形態の部品管理システム10における管理サーバ31のハードウェア構成を図2に示す。   Next, FIG. 2 shows a hardware configuration of the management server 31 in the component management system 10 of the present embodiment.

管理サーバ31は、図2に示されるように、CPU11、メモリ12、ハードディスクドライブ(HDD)等の記憶装置13、ユーザインタフェース(UI)装置14、ネットワーク30を介して部品情報データベース32、図面データベース33、端末装置21〜23等の外部装置との間でデータの送信及び受信を行う通信インタフェース(IF)15を有する。これらの構成要素は、制御バス16を介して互いに接続されている。   As shown in FIG. 2, the management server 31 includes a CPU 11, a memory 12, a storage device 13 such as a hard disk drive (HDD), a user interface (UI) device 14, a component information database 32, and a drawing database 33 via a network 30. And a communication interface (IF) 15 for transmitting and receiving data to and from external devices such as the terminal devices 21 to 23. These components are connected to each other via a control bus 16.

CPU11は、メモリ12または記憶装置13に格納された制御プログラムに基づいて所定の処理を実行して、管理サーバ31の動作を制御する。なお、本実施形態では、CPU11は、メモリ12または記憶装置13内に格納された制御プログラムを読み出して実行するものとして説明したが、当該プログラムをCD−ROM等の記憶媒体に格納してCPU11に提供することも可能である。   The CPU 11 controls the operation of the management server 31 by executing predetermined processing based on a control program stored in the memory 12 or the storage device 13. In the present embodiment, the CPU 11 has been described as reading and executing a control program stored in the memory 12 or the storage device 13, but the program is stored in a storage medium such as a CD-ROM and stored in the CPU 11. It is also possible to provide.

図3は、上記の制御プログラムが実行されることにより実現される管理サーバ31の機能構成を示すブロック図である。   FIG. 3 is a block diagram showing a functional configuration of the management server 31 realized by executing the control program.

本実施形態の管理サーバ31は、図3に示されるように、情報送受信部41と、部品検索部42と、部品リスト出力部43とを備えている。   As shown in FIG. 3, the management server 31 of this embodiment includes an information transmission / reception unit 41, a component search unit 42, and a component list output unit 43.

情報送受信部41は、予め設定された複数の部品分類の中から、新しく登録を行う部品に合致する部品分類の選択を受け付ける。そして、情報送受信部41は、選択された部品分類に対して設定されている属性情報および部品品番を含む部品情報の入力を受け付ける(受付手段)。   The information transmitting / receiving unit 41 accepts selection of a component classification that matches a newly registered component from a plurality of preset component classifications. Then, the information transmitting / receiving unit 41 receives input of component information including attribute information and a component part number set for the selected component classification (accepting means).

そして、部品情報データベース32は、情報送受信部41により属性情報および部品品番が入力された部品情報を格納する。   The component information database 32 stores the component information in which the attribute information and the component part number are input by the information transmitting / receiving unit 41.

部品検索部42は、部品情報データベース32に格納されている部品情報の中から、情報送受信部41を介して端末装置21〜23から指定された検索条件に合致する部品情報を検索する。   The component search unit 42 searches the component information stored in the component information database 32 for component information that matches the search conditions specified by the terminal devices 21 to 23 via the information transmission / reception unit 41.

部品リスト出力部43は、部品検索部42により検索された部品情報のリストを、端末装置21〜23のうち検索を指示した端末装置に対して出力する。   The component list output unit 43 outputs the list of component information searched by the component search unit 42 to the terminal device instructed to search among the terminal devices 21 to 23.

次に、本実施形態の部品管理システム10における端末装置21〜23のハードウェア構成を図4に示す。   Next, the hardware configuration of the terminal devices 21 to 23 in the component management system 10 of this embodiment is shown in FIG.

端末装置21〜23は、それぞれ、図4に示されるように、CPU51、メモリ52、ハードディスクドライブ(HDD)等の記憶装置53、ユーザインタフェース(UI)装置54、ネットワーク30を介して管理サーバ31等の外部装置との間でデータの送信及び受信を行う通信インタフェース(IF)55を有する。これらの構成要素は、制御バス56を介して互いに接続されている。   As shown in FIG. 4, each of the terminal devices 21 to 23 includes a CPU 51, a memory 52, a storage device 53 such as a hard disk drive (HDD), a user interface (UI) device 54, a management server 31 via the network 30, etc. A communication interface (IF) 55 for transmitting and receiving data to and from the external device. These components are connected to each other via a control bus 56.

CPU51は、メモリ52または記憶装置53に格納された制御プログラムに基づいて所定の処理を実行して、端末装置21〜23の動作を制御する。なお、本実施形態では、CPU51は、メモリ52または記憶装置53内に格納された制御プログラムを読み出して実行するものとして説明したが、当該プログラムをCD−ROM等の記憶媒体に格納してCPU51に提供することも可能である。   The CPU 51 executes a predetermined process based on a control program stored in the memory 52 or the storage device 53 to control operations of the terminal devices 21 to 23. In the present embodiment, the CPU 51 has been described as reading and executing a control program stored in the memory 52 or the storage device 53, but the program is stored in a storage medium such as a CD-ROM and stored in the CPU 51. It is also possible to provide.

図5は、上記の制御プログラムが実行されることにより実現される端末装置21〜23の機能構成を示すブロック図である。   FIG. 5 is a block diagram showing a functional configuration of the terminal devices 21 to 23 realized by executing the control program.

本実施形態の端末装置21〜23は、それぞれ、図5に示されるように、通信部61と、制御部62と、表示部63と、操作部64と、判定テーブル格納部65とを備えている。   Each of the terminal devices 21 to 23 of the present embodiment includes a communication unit 61, a control unit 62, a display unit 63, an operation unit 64, and a determination table storage unit 65, as shown in FIG. Yes.

通信部61は、ネットワーク30を介して管理サーバ31通信を確立して、図面データベース33に格納されている部品の図面データを受信したり、部品情報データベース32からの検索結果等の情報を管理サーバ31から受信する。   The communication unit 61 establishes communication with the management server 31 via the network 30, receives drawing data of parts stored in the drawing database 33, and sends information such as search results from the parts information database 32 to the management server 31.

制御部62は、通信部61を介して取得した図面データを図面画像として表示部63に表示させたり、部品情報データベース32を検索した検索結果情報等を表示部63に表示させる。   The control unit 62 causes the display unit 63 to display the drawing data acquired via the communication unit 61 as a drawing image, and causes the display unit 63 to display search result information retrieved from the component information database 32.

判定テーブル格納部65は、部品名に関する情報と部品分類との関係が予め対応付けられた判定テーブルを格納する。つまり、判定テーブル格納部65は、部品名に関する情報と部品分類とを互いに対応付けて格納する。さらに、判定テーブル格納部65に格納されている判定テーブルには、部品名に関する情報と部品分類との対応関係とともにこの部品の属性情報が対応付けられている。   The determination table storage unit 65 stores a determination table in which the relationship between the information on the component name and the component classification is associated in advance. That is, the determination table storage unit 65 stores information related to the component name and the component classification in association with each other. Further, in the determination table stored in the determination table storage unit 65, the attribute information of the component is associated with the correspondence between the information on the component name and the component classification.

次に、この判定テーブル格納部65に格納されている判定テーブルについて説明をするが、その前に本実施形態の部品管理システムにおける部品分類を図6を参照して説明する。   Next, the determination table stored in the determination table storage unit 65 will be described. Before that, the component classification in the component management system of this embodiment will be described with reference to FIG.

本実施形態の部品管理システムでは、部品分類は、図6に示されるように、大分類、中分類、小分類というように階層的に構成されている。大分類は最も上位の分類であり、ここでは機械部品、電気部品の2つに分類されている。そして、中分類は、大分類よりも下位の分類であり、大分類が機械分類であれば、例えば、ベアリング、軸等のように細かい分類となっている。   In the component management system of the present embodiment, the component classification is hierarchically configured as a large classification, a medium classification, and a small classification as shown in FIG. The major classification is the highest classification, and here it is classified into two parts: mechanical parts and electrical parts. The middle classification is a lower classification than the major classification, and if the major classification is a machine classification, it is a fine classification such as a bearing or a shaft.

さらに、小分類は、中分類よりもさらに下位の分類であり、中分類がベアリングであれば、例えば、樹脂ベアリング、焼結ベアリング、ボールベアリング、H/Rベアリング(ヒートロール用ベアリング)、P/Rベアリング(プレッシャーロール用ベアリング)のようにさらに詳細な分類となっている。   Further, the small classification is a lower classification than the medium classification. If the medium classification is a bearing, for example, resin bearing, sintered bearing, ball bearing, H / R bearing (heat roll bearing), P / More detailed classification such as R bearing (bearing for pressure roll).

なお、中分類の部品によっては、小分類が存在しない部品もあり、例えば、大分類が機械部品で、中分類が軸となる部品は小分類が存在せず、軸という分類が再下位の分類となっている。   Depending on the part of the middle class, there are parts where the minor class does not exist. It has become.

そして、部品分類がこのような構成となっている本実施形態の部品管理システムでは、判定テーブル格納部65に格納されている判定テーブルは、例えば図7に示すような構成となっている。   In the component management system of the present embodiment in which the component classification has such a configuration, the determination table stored in the determination table storage unit 65 has a configuration as shown in FIG. 7, for example.

図7に示す判定テーブルでは、部品名に関する情報から部品分類を判定するためのキーワードともに、部品の属性情報からより詳細な部品分類を判定するための詳細情報が登録されている。   In the determination table shown in FIG. 7, detailed information for determining a more detailed component classification from the attribute information of the component is registered together with a keyword for determining the component classification from the information regarding the component name.

そして、制御部62は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから部品名に関する情報を抽出する(抽出手段)。そして、制御部62は、抽出された部品名に関する情報に基づいて、判定テーブル格納部65に格納されている判定テーブルを参照することにより、新しく登録を行う部品の属する部品分類を判定する(判定手段)。   And the control part 62 extracts the information regarding a component name from the text data linked | related with the drawing of the components newly registered, or drawing image data (extraction means). Then, the control unit 62 determines the component classification to which the newly registered component belongs by referring to the determination table stored in the determination table storage unit 65 based on the extracted information on the component name (determination) means).

なお、部品分類が大分類、中分類、小分類というように階層的に構成されているため、図7に示す判定テーブルにおいても、部品分類は、部品名に関する情報に対応する複数の概念の部品分類となっている。   Since the component classification is hierarchically configured such as major classification, middle classification, and minor classification, in the determination table shown in FIG. 7, the component classification is a plurality of conceptual components corresponding to information on the component name. It is classified.

例えば、図7に示した判定テーブルを用いた場合、制御部62は、図面データから抽出した部品名の情報に、「軸」または「BAR」という単語が含まれる場合には、その部品の大分類は「機械部品」、中分類は「軸」であると判定する。   For example, when the determination table shown in FIG. 7 is used, if the part name information extracted from the drawing data includes the word “axis” or “BAR”, the control unit 62 determines the size of the part. It is determined that the classification is “mechanical part” and the middle classification is “axis”.

なお、部品名に関する情報だけでは、登録しようとする部品の詳細な部品分類を特定することができない場合には、制御部62は、新しく登録を行う部品の図面データからこの部品の属性情報を抽出し、抽出された部品名に関する情報および部品の属性情報とに基づいて、上記の判定テーブルを参照することにより、新しく登録を行う部品の属する部品分類を判定する。   If the detailed component classification of the component to be registered cannot be specified only by the information related to the component name, the control unit 62 extracts the attribute information of this component from the drawing data of the newly registered component. The component classification to which the newly registered component belongs is determined by referring to the determination table based on the extracted component name information and component attribute information.

例えば、図7に示した判定テーブルを用いた場合、制御部62は、図面データから抽出した部品名の情報に、「ベアリング」という単語が含まれ、図面データの注記情報等から抽出した属性情報中に、「ポリプラ」、「POM」、「PPS」のいずれかの単語が含まれる場合には、その部品の大分類は「機械部品」、中分類は「ベアリング」、小分類は「樹脂ベアリング」であると判定する。   For example, when the determination table shown in FIG. 7 is used, the control unit 62 includes the word “bearing” in the part name information extracted from the drawing data, and attribute information extracted from the annotation information of the drawing data. If any of the words “poly plastic”, “POM”, or “PPS” is included, the major classification of the part is “mechanical part”, the middle classification is “bearing”, and the minor classification is “resin bearing” Is determined.

ここで、「POM」とは、POM(Polyoxymethylene:ポリオキシメチレン又はポリアセタール)樹脂を示す単語であり、「PPS」とは、PPS(Polyphenylenesulfide:ポリフェニレンスルファイド)樹脂を示す単語であり、このような単語が図面画像の注記情報等に含まれていることにより、このベアリングが樹脂ベアリングであると判定することができる。   Here, “POM” is a word indicating POM (Polyoxymethylene: polyoxymethylene or polyacetal) resin, and “PPS” is a word indicating PPS (Polyphenylenesulfide) resin, such as When the word is included in the annotation information or the like of the drawing image, it can be determined that this bearing is a resin bearing.

なお、制御部62は、新しく登録を行う部品の図面に紐付いたテキストデータだけでなく、図面画像データに含まれる文字列画像を取得して、取得した文字列画像をOCR(Optical Character Recognition:光学文字認識)処理することによりテキストデータに変換することにより、新しく登録を行う部品の部品名に関する情報および当該部品の属性情報を抽出する。   The control unit 62 acquires not only text data associated with a drawing of a part to be newly registered, but also a character string image included in the drawing image data, and the acquired character string image is subjected to OCR (Optical Character Recognition: optical). By converting to text data by performing (character recognition) processing, information on the part name of the part to be newly registered and attribute information of the part are extracted.

なお、制御部62は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データに含まれる文字列画像を変換したテキストデータ中に含まれる空白文字を削除することにより、新しく登録を行う部品の部品分類の判定に関する情報および当該部品の属性情報を抽出するようにしても良い。   Note that the control unit 62 deletes a blank character included in the text data associated with the drawing of the part to be newly registered or the text data converted from the character string image included in the drawing image data, thereby newly registering. Information regarding determination of the component classification of the component to be performed and attribute information of the component may be extracted.

さらに、制御部62は、新しく登録を行う部品の図面画像データから当該部品の属性情報を抽出する際に、自然文により表現された注記情報の中から、当該部品の属性情報を抽出するようにしても良い。   Further, when extracting the attribute information of the part from the drawing image data of the part to be newly registered, the control unit 62 extracts the attribute information of the part from the annotation information expressed in the natural sentence. May be.

操作部64は、ユーザの操作に基づいて、新しく登録を行う部品の属性情報や部品品番等の情報の入力を行う。   The operation unit 64 inputs attribute information of a part to be newly registered and information such as a part number based on a user operation.

そして、制御部62は、入力された属性情報や部品品番の情報を通信部61を介して管理サーバ31に送信する。すると、管理サーバ31では、情報送受信部41により、端末装置21〜23から送信されてきた属性情報等が部品情報として、部品情報データベース32に登録される。   Then, the control unit 62 transmits the input attribute information and component part number information to the management server 31 via the communication unit 61. Then, in the management server 31, the attribute information transmitted from the terminal devices 21 to 23 is registered in the component information database 32 by the information transmitting / receiving unit 41 as the component information.

次に、本実施形態の部品管理システム10における具体的な動作を図面を参照して説明する。   Next, specific operations in the component management system 10 of this embodiment will be described with reference to the drawings.

先ず、制御部62が、図7に示したような判定テーブルに基づいて部品分類を判定する際の動作を図8のフローチャートを参照して説明する。   First, the operation when the control unit 62 determines the component classification based on the determination table as shown in FIG. 7 will be described with reference to the flowchart of FIG.

制御部62は、図面画像データから抽出された部品名に関する情報を参照して、部品名称中に「ベアリング」が含まれていると判定した場合(ステップS101)、さらに注記情報等の情報中に「ポリプラ」、「POM」または「PPS」のいずれかの単語が含まれているか否かを判定する(ステップS102)。   When the control unit 62 refers to the information on the part name extracted from the drawing image data and determines that “bearing” is included in the part name (step S101), the control unit 62 further includes information such as note information. It is determined whether or not any of the words “poly plastic”, “POM” or “PPS” is included (step S102).

そして、注記情報中に「ポリプラ」、「POM」または「PPS」のいずれかの単語が含まれている場合(ステップS102においてYes)、制御部62は、この部品の部品分類は「樹脂ベアリング」であると判定する(ステップS103)。   If any of the words “poly plastic”, “POM”, or “PPS” is included in the note information (Yes in step S102), the controller 62 determines that the part classification of this part is “resin bearing”. (Step S103).

注記情報中に「ポリプラ」、「POM」または「PPS」のいずれの単語も含まれていない場合(ステップS102においてNo)、制御部62は、さらに注記情報中に「ボール」または「BALL」のいずれかの単語が含まれているか否かを判定する(ステップS104)。   If any of the words “poly plastic”, “POM”, or “PPS” is not included in the note information (No in step S102), the control unit 62 further displays “ball” or “BALL” in the note information. It is determined whether any word is included (step S104).

そして、注記情報中に「ボール」または「BALL」のいずれかの単語が含まれている場合(ステップS104においてYes)、制御部62は、この部品の部品分類は「ボールベアリング」であると判定する(ステップS105)。   If the word “ball” or “BALL” is included in the note information (Yes in step S104), the control unit 62 determines that the component classification of this component is “ball bearing”. (Step S105).

このように図面画像から抽出された注記情報等に含まれる単語を順次判定し、判定テーブルに登録されている単語が確認できない場合、制御部62は、この部品の部品分類を中分類の「ベアリング」であると判定する(ステップS106)。   In this way, when the words included in the note information extracted from the drawing image are sequentially determined, and the words registered in the determination table cannot be confirmed, the control unit 62 determines that the component classification of this part is the “classified bearing” ] (Step S106).

また、ステップS101のステップにおいて、部品名称中に「ベアリング」が含まれない場合、制御部62は、判定テーブル中の他のキーワードが部品名称中に含まれるか否かの判定を行う。   In the step S101, when “part bearing” is not included in the part name, the control unit 62 determines whether or not another keyword in the determination table is included in the part name.

そして、例えば、部品名称中に「BAR」または「軸」という単語が含まれている場合(ステップS107においてYes)、制御部62は、この部品の部品分類は、「軸」であると判定する(ステップS108)。   For example, when the word “BAR” or “axis” is included in the part name (Yes in step S107), the control unit 62 determines that the part classification of this part is “axis”. (Step S108).

このように制御部62は、判定テーブル中のキーワードや詳細情報に登録されている単語が、図面画像中に含まれているか否かを順次判定することにより、新しく登録しようとする部品の部品分類を特定する。   In this way, the control unit 62 sequentially determines whether or not the keywords registered in the determination table and the words registered in the detailed information are included in the drawing image, so that the component classification of the component to be newly registered is determined. Is identified.

次に、具体的な図面例を参照して、本実施形態の部品管理システムにより新たな部品の部品情報の登録を行う際の動作を説明する。   Next, an operation when registering part information of a new part by the part management system of the present embodiment will be described with reference to a specific drawing example.

以下の説明では、この図9に示した図面データの部品の部品情報を、新たに部品情報データベース32に登録する際の動作を用いて説明する。ここでは、端末装置21により部品情報の登録を行う場合を用いて説明する。   In the following description, the part information of the part of the drawing data shown in FIG. 9 will be described using the operation when newly registering in the part information database 32. Here, the case where the terminal information 21 is used to register the component information will be described.

図9に示された図面データは、「ベアリング」の図面例であり、部品の外形形状等ともに各種の特性情報等が画像情報として構成されている。   The drawing data shown in FIG. 9 is a drawing example of “bearing”, and various characteristic information and the like are configured as image information together with the external shape of the part.

端末装置21では、操作部64の操作により部品情報の登録を行う図面が選択されると(図面選択部)、制御部62は、選択された図面データを、管理サーバ31を介して図面データベース33から受け取り、画面上に表示する。   In the terminal device 21, when a drawing for registering part information is selected by operating the operation unit 64 (drawing selection unit), the control unit 62 transmits the selected drawing data to the drawing database 33 via the management server 31. And display it on the screen.

図9に示した部品図面に基づいて部品情報の登録を行う際に、端末装置21の表示部63に表示される画面例を図10に示す。   FIG. 10 shows an example of a screen displayed on the display unit 63 of the terminal device 21 when the part information is registered based on the part drawing shown in FIG.

この図10に示した画面例では、部品情報の登録を行う部品の図面画像とともに属性情報の入力のための操作画面が表示されている。   In the screen example shown in FIG. 10, an operation screen for inputting attribute information is displayed together with a drawing image of the component for which the component information is registered.

そして、登録作業を行うユーザは、先ず、この操作画面上において、登録する部品の部品分類を選択する。ユーザはプルダウンメニューの中から、登録しようとする部品の部品分類を選択することも可能であるが、ここでは、部品分類自動判定釦71を操作して部品分類の自動判定を行う場合について説明する。   The user who performs the registration work first selects the component classification of the component to be registered on the operation screen. The user can select the component classification of the component to be registered from the pull-down menu. Here, a case where the component classification automatic determination button 71 is operated to perform automatic determination of the component classification will be described. .

ユーザが部品分類自動判定釦71を操作すると、上記で説明したような処理が行われることにより、選択された図面画像に基づいて、この部品の部品分類が自動判定され、図11に示すように、部品分類欄に自動的に部品分類が設定される。   When the user operates the component classification automatic determination button 71, the processing as described above is performed, so that the component classification of this component is automatically determined based on the selected drawing image, as shown in FIG. The component classification is automatically set in the component classification column.

図11に示した画面例では、部品名が「ベアリング」であり注記情報中に「PPS」という単語があることにより、部品分類は「樹脂ベアリング」であると判定されている。   In the screen example shown in FIG. 11, the component name is “resin bearing” because the component name is “bearing” and the word “PPS” is included in the note information.

そのため、大分類欄では「機械部品」、中分類欄では「ベアリング」、小分類欄では「樹脂ベアリング」が自動的に設定されている。   Therefore, “mechanical parts” is automatically set in the large classification column, “bearing” in the middle classification column, and “resin bearing” in the small classification column.

そして、このような部品分類の設定が行われることにより、属性情報を入力するための操作画面には、図11に示すように、選択された部品分類である「樹脂ベアリング」に対して予め設定されている属性項目が自動的に表示される。   Then, by such setting of the component classification, the operation screen for inputting attribute information is set in advance for the selected resin classification “resin bearing” as shown in FIG. The attribute item that is displayed is automatically displayed.

具体的には、「部品番号」、「部品名」、「メーカー名」、「メーカー型番」、「内径」、「外径」という属性項目が、「樹脂ベアリング」という部品分類を設定することにより表示されている。   Specifically, the attribute items “Part Number”, “Part Name”, “Manufacturer Name”, “Manufacturer Model Number”, “Inner Diameter” and “Outer Diameter” are set by setting the component classification “Resin Bearing”. It is displayed.

なお、表示される属性項目は部品分類毎に設定されており、例えば、「モータ」という部品分類が選択または設定されると図12(A)に示すような属性項目が設定され、「ギヤ」という部品分類が選択または設定されると図12(B)に示すような属性項目が設定されている。   The displayed attribute items are set for each component classification. For example, when the component classification “motor” is selected or set, the attribute items as shown in FIG. When the component classification is selected or set, the attribute items as shown in FIG. 12B are set.

このように、本実施形態では、各部品分類毎に入力すべき属性項目が予め設定されており、部品分類が選択または設定されるだけで、各部品分類毎に設定された属性項目が表示され、属性値の入力が促されることになる。その結果、本実施形態の部品管理システムによれば、部品に対する知識が少ない者であっても、部品の種類に応じた登録すべき属性項目を把握して、部品情報の登録作業を行うことが可能となる。   As described above, in this embodiment, the attribute items to be input for each component classification are set in advance, and the attribute items set for each component classification are displayed only by selecting or setting the component classification. , The user is prompted to enter an attribute value. As a result, according to the component management system of the present embodiment, even a person with little knowledge of the component can grasp the attribute items to be registered according to the type of the component and perform the component information registration work. It becomes possible.

そして、ユーザは、表示された各属性項目に対して部品図面に基づいて属性値を入力する。この属性値の入力の際に、ユーザは部品図面の文字を参照して手入力により属性値を入力するようにしても良いし、ユーザが図面画像中の入力しようとする文字列領域内を選択すると、選択された文字列画像に対するOCR処理が行われてテキスト情報に変換されて、変換されたテキスト情報が属性値の入力欄に取り込まれるようにしても良い。   Then, the user inputs an attribute value for each displayed attribute item based on the component drawing. When inputting the attribute value, the user may input the attribute value manually by referring to the character of the part drawing, or the user selects the character string area to be input in the drawing image. Then, OCR processing may be performed on the selected character string image to convert it into text information, and the converted text information may be taken into the attribute value input field.

そして、ユーザによる操作の結果、図13に示すように全ての属性項目に対して属性値が入力されると、ユーザは、登録釦72をクリックする。   Then, as a result of the operation by the user, when attribute values are input for all attribute items as shown in FIG. 13, the user clicks the registration button 72.

すると、この属性項目に入力された属性値は、この部品の属性情報等として管理サーバ31に送信されて、部品情報データベース32に登録される。   Then, the attribute value input to this attribute item is transmitted to the management server 31 as the attribute information of this component and is registered in the component information database 32.

なお、制御部62は、図14に示すように、新しく登録を行う部品の図面データに含まれる注記中の文字列画像をテキスト情報に変換する際に、テキスト情報中に含まれる空白文字を削除して、この部品の属性情報を抽出する。   As shown in FIG. 14, the control unit 62 deletes the blank character included in the text information when converting the character string image in the note included in the drawing data of the part to be newly registered into text information. Then, the attribute information of this part is extracted.

例えば、図14(A)に示すように、「製 造 番 号:1234567」という文字列から空白文字であるスペースを削除することにより、「製造番号」という属性項目の属性値が「1234567」であると判定する。   For example, as shown in FIG. 14A, by deleting a space that is a blank character from the character string “manufacturing number: 1234567”, the attribute value of the attribute item “manufacturing number” is “1234567”. Judge that there is.

また、同様に、図14(B)に示すように、「最 大 電 圧:125V」という文字列から空白文字であるスペースを削除することにより、「最大電圧」という属性項目の属性値が「125V」であると判定する。   Similarly, as shown in FIG. 14B, by deleting a space that is a blank character from the character string “maximum voltage: 125 V”, the attribute value of the attribute item “maximum voltage” becomes “ 125V ".

さらに、制御部62は、図15に示すように、新しく登録を行う部品の図面データに含まれる注記が自然文により構成されている場合、自然文により表現された注記情報の中から、この部品の属性情報を抽出する。   Further, as shown in FIG. 15, when the note included in the drawing data of the part to be newly registered is composed of a natural sentence, the control unit 62 selects this part from the annotation information expressed by the natural sentence. Extract attribute information for.

例えば、図15(A)に示すように、「6 この製品の材料は、PPSである。」という自然文から「材料」という単語を検出することにより、「材料」という属性項目の属性値が「PPS」であると判定する。   For example, as shown in FIG. 15A, by detecting the word “material” from the natural sentence “6 The material of this product is PPS”, the attribute value of the attribute item “material” is changed. It is determined that it is “PPS”.

また、同様に、図15(B)に示すように、「この製品の色番号は、99−AAAである。」という自然文から「色番号」という単語を検出することにより、「色番号」という属性項目の属性値が「99−AAA」であると判定する。   Similarly, as shown in FIG. 15B, by detecting the word “color number” from a natural sentence “the color number of this product is 99-AAA”, “color number” It is determined that the attribute value of the attribute item is “99-AAA”.

そして、上記で説明した処理により図面画像から各種属性情報が取り込まれて部品情報が生成され、様々な部品の部品情報が部品情報データベース32に登録される。   Then, various attribute information is taken from the drawing image by the processing described above to generate component information, and the component information of various components is registered in the component information database 32.

ここで、ユーザがある検索条件に合致する部品情報を得ようとする場合、ユーザが端末装置21〜23を介して管理サーバ31に検索条件を指定する。すると、管理サーバ31の部品検索部42は、部品情報データベース32に格納されている部品情報の中から、情報送受信部41を介して端末装置21〜23から指定された検索条件に合致する部品情報を検索する。   Here, when the user tries to obtain component information that matches a certain search condition, the user specifies the search condition to the management server 31 via the terminal devices 21 to 23. Then, the component search unit 42 of the management server 31 matches the search information specified by the terminal devices 21 to 23 via the information transmission / reception unit 41 from the component information stored in the component information database 32. Search for.

そして、部品リスト出力部43は、部品検索部42により検索された部品情報のリストを、端末装置21〜23のうち検索を指示した端末装置に対して出力する。   Then, the component list output unit 43 outputs the list of component information searched by the component search unit 42 to the terminal device that has instructed the search among the terminal devices 21 to 23.

例えば、ユーザが、部品分類が「ベアリング」、属性項目の「内径」が「12mm」という検索条件を指定すると、部品検索部42は、部品情報データベース32の部品情報の中から、部品分類が「ベアリング」、属性項目の「内径」が「12mm」という条件に合致する部品のリストを抽出する。そして、部品リスト出力部43が、部品検索部42により抽出された部品のリストを端末装置21〜23のうち検索を指示した端末装置に対して出力することにより、この端末装置の画面において抽出された部品リストを見ることができる。   For example, when the user designates a search condition that the component classification is “bearing” and the attribute item “inner diameter” is “12 mm”, the component search unit 42 selects the component classification from the component information in the component information database 32. A list of parts that match the conditions of “bearing” and the attribute item “inner diameter” of “12 mm” is extracted. Then, the parts list output unit 43 outputs the list of parts extracted by the parts search unit 42 to the terminal device instructing the search among the terminal devices 21 to 23, and is thus extracted on the screen of this terminal device. You can see a list of parts.

[第2の実施形態]
次に、本発明の第2の実施形態の部品管理システムについて説明する。
[Second Embodiment]
Next, a component management system according to a second embodiment of the present invention will be described.

本実施形態の部品管理システムは、図1に示した第1の実施形態の部品管理システム10と基本的な構成は同様であるためその説明は省略する。   Since the basic configuration of the component management system according to the present embodiment is the same as that of the component management system 10 according to the first embodiment illustrated in FIG.

本発明の第2の実施形態の部品管理システムは、部品分類が、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複合部品分類であり、属性情報には、選択された複合部品分類に対して設定され各複合部品分類毎に異なる複数の属性情報と、複合部品分類に関係なくどの部品に対しても共通に設定されている共通属性情報が存在する点が、上記で説明した第1の実施形態の部品管理システムと異なる。   The parts management system according to the second embodiment of the present invention is a combination of two classifications: a functional classification in which the parts classification is a classification from a design viewpoint, and a construction method / material / shape classification in which a classification is from a procurement / manufacturing viewpoint. This is a composite part classification set two-dimensionally according to the attribute information. The attribute information includes a plurality of attribute information that is set for the selected composite part classification and is different for each composite part classification, and regardless of the composite part classification. It differs from the component management system of the first embodiment described above in that common attribute information that is set in common for components also exists.

本実施形態における部品情報データベース32は、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複数の複合部品分類毎に異なる属性情報、複合部品分類に関係なくどの部品に対しても共通に設定されている共通属性情報および部品品番を含む複数の部品情報を格納する。なお、この部品情報データベース32の詳細については後述する。   The parts information database 32 in the present embodiment is set two-dimensionally by a combination of two classifications, that is, a functional classification that is a classification from a design viewpoint and a construction method, material, and shape classification that is a classification from a procurement / manufacturing viewpoint. Different attribute information for each of a plurality of composite component classes, a plurality of parts information including common attribute information set in common for all parts regardless of the composite part classification, and a part product number are stored. Details of the component information database 32 will be described later.

部品の様々な属性情報が登録されている部品データベースは、社内の様々な部門により使用される。そのため、各部門毎に各部品に対して登録することを希望する属性情報が異なる。   A parts database in which various attribute information of parts is registered is used by various departments in the company. Therefore, the attribute information desired to be registered for each part is different for each department.

例えば、開発設計部門では、部品を機能毎に分類して、必要な機能を達成するための部品が既に存在するか等の情報を得ることができる部品データベースを希望する。   For example, the development and design department desires a parts database that can obtain information such as whether parts for achieving a required function already exist by classifying parts by function.

これに対して、購買部等の調達部門、製造部門等は、部品の機能的な分類よりも、材料、加工法で分類した部品データベースを使用して、調達先の選定等を行うことができることを希望する。何故ならば、購買部等の調達部門では、板金部品であれば板金部品メーカーに発注し、樹脂部品であれば樹脂部品メーカーに発注するため、その部品がどのような機能を有するのかよりもどのような材料、加工法で作られるのかが必要になるからである。   On the other hand, procurement departments such as purchasing departments, manufacturing departments, etc. can select suppliers by using the parts database classified by material and processing method rather than functional classification of parts. I hope. This is because in procurement departments such as purchasing departments, sheet metal parts are ordered from sheet metal parts manufacturers, and resin parts are ordered from resin parts manufacturers, so what is the function of the parts? This is because it is necessary to use such materials and processing methods.

そのため、開発設計部門で必要となる部品データベースと、調達部門、製造部門等で必要な部品データベースとでは要求される仕様が異なり、別々のデータベースを構築して運用する場合もあった。   Therefore, the required specifications differ between the parts database required in the development and design department and the parts database required in the procurement department, manufacturing department, etc., and there are cases where separate databases are constructed and operated.

しかし、部品単価を低減させて製品のコストを削減しようとした場合、開発設計部門の部品データベースと、調達部門、製造部門等の部品データベースが連携していないと、どの部品がどのような価格でどこから調達されているのかを開発設計部門では把握できないという課題が発生する。   However, when trying to reduce the cost of products by reducing the cost of parts, if the parts database of the development and design department is not linked with the parts database of the procurement department, manufacturing department, etc. There is a problem that the development and design department cannot grasp where it is procured from.

そのため、開発設計部門と調達部門、製造部門等とで共通に使用することができ、かつ必要な情報を得ることが可能なデータベースを構築しようとすると、各部品に登録するための属性項目の数が多くなってしまうという問題がある。   For this reason, when building a database that can be used in common by the development and design department, procurement department, manufacturing department, etc. and that can obtain the necessary information, the number of attribute items to be registered in each part There is a problem that will increase.

また、既に部品品番が設定されている部品の中から希望する仕様の部品を選択する場合や、似たような仕様の部品を統合して部品単価を低減しようとする場合、部品品番毎にその部品の仕様が登録されていることが必要となる。   In addition, when selecting parts with the desired specifications from the parts that have already been set, or when trying to reduce the unit price by integrating parts with similar specifications, the part number Part specifications must be registered.

しかし、部品の種類毎にその部品の特性を表現する属性項目が異なる。例えば、モータ、ベアリングおよび樹脂部品では、その部品の特性を表現するための属性項目が全く異なる。そのため、各部品品番毎に必要な属性項目を登録できるようにした場合、部品品種が多くなると属性項目の数が膨大になってしまい現実的に使用することができなくなる。そのため、各部品の重量、寸法や発注先、材質程度の共通的な属性情報を登録することしかできないという制限があった。   However, the attribute items expressing the characteristics of the part differ for each type of part. For example, motors, bearings, and resin parts have completely different attribute items for expressing the characteristics of the parts. Therefore, when the necessary attribute items can be registered for each part product number, the number of attribute items becomes enormous as the number of component types increases, making it impossible to use them practically. Therefore, there is a limitation that only common attribute information such as the weight, dimensions, ordering party, and material quality of each part can be registered.

また、膨大な数の図面から属性項目を引き出して紐付ける作業をするためには各部品を分類しておくようにすることが考えられる。なぜなら部品を分類すればその分類種毎に登録する属性項目をあらかじめ決めておく事ができるため、図面に記載されている属性項目のうちどの属性情報を選択して登録するかを容易に判断することができるからである。しかしこの「分類」は、設計部門では「機能分類」で、調達・製造部門では「材料加工分類」で、それぞれ行われてきたためお互いの部門で共通に利用できなかった。   In order to extract and link attribute items from an enormous number of drawings, it is conceivable to classify each part. Because it is possible to determine the attribute items to be registered for each classification type if the parts are classified, it is easy to determine which attribute information is selected and registered among the attribute items described in the drawing. Because it can. However, this “classification” has been performed as “functional classification” in the design department and “material processing classification” in the procurement / manufacturing department.

このような事情により、調達部門、製造部門等と開発設計部門とで共通に使用することができ、各部品毎に必要な属性情報が登録可能な部品データベースを構築しようとしても、各部品毎に登録しなければならない属性項目の数が膨大になり現実的に使用可能な範囲を超えてしまい使い難い、または使うことができないものになってしまう。   For these reasons, even if you try to build a parts database that can be used in common by procurement departments, manufacturing departments, and development and design departments and that can register the required attribute information for each part, The number of attribute items that need to be registered becomes enormous and exceeds the practically usable range, making it difficult or impossible to use.

このような理由により、本実施形態では、開発設計部門と調達・製造部門(環境管理部門・品質部門・原価管理部門等)とで共通に使用することができ、かつ各部品毎に登録する必要がある属性項目の数を、全ての部品について同じ属性項目を設定する場合と比較して削減することが可能な部品管理システムを実現させることを目的としている。   For this reason, this embodiment can be used in common by the development and design department and procurement / manufacturing department (environmental management department, quality department, cost management department, etc.) and must be registered for each part. An object of the present invention is to realize a component management system that can reduce the number of attribute items compared to the case where the same attribute item is set for all components.

次に、本実施形態の部品管理システムを、図3を参照して説明する。なお、以下の説明では、上記で説明した第1の実施形態の部品管理システムとは異なる部分についてのみ説明を行う。   Next, the component management system of this embodiment will be described with reference to FIG. In the following description, only parts different from the component management system of the first embodiment described above will be described.

本実施形態の情報送受信部41は、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複数の複合部品分類の中から、新しく登録を行う部品に合致する複合部品分類の選択を受け付ける。   The information transmission / reception unit 41 according to the present embodiment is set in a two-dimensional manner by a combination of a function classification that is a classification based on a design viewpoint and a construction method / material / shape classification that is a classification based on a procurement / manufacturing viewpoint. A selection of a composite part classification that matches a newly registered part is received from a plurality of composite part classifications.

そして、本実施形態における情報送受信部41は、選択された複合部品分類に対して設定され各複合部品分類毎に異なる複数の属性情報、複合部品分類に関係なくどの部品に対しても共通に設定されている共通属性情報および部品品番を含む部品情報の入力を受け付ける。   The information transmission / reception unit 41 according to the present embodiment is set for the selected composite part classification, and is set for each part regardless of the composite part classification, a plurality of attribute information different for each composite part classification. The part information including the common attribute information and the part part number is received.

そして、部品情報データベース32は、情報送受信部41により受け付けられ、複合部品分類毎に異なる属性情報が設定された部品情報を格納する。   The component information database 32 stores component information that is received by the information transmitting / receiving unit 41 and in which different attribute information is set for each composite component classification.

より詳細に説明すると、本実施形態の部品管理システム10における部品情報データベース32は、上記でも説明したように、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複数の複合部品分類毎に異なる属性情報、複合部品分類に関係なくどの部品に対しても共通に設定されている共通属性情報および部品品番を含む複数の部品情報を格納する。   More specifically, as described above, the parts information database 32 in the parts management system 10 according to the present embodiment is a function classification that is a classification from a design viewpoint and a construction method that is a classification from a procurement / manufacturing viewpoint. Different attribute information for each of multiple composite parts classifications that are set two-dimensionally by the combination of the two classifications of material and shape classification, and common attribute information that is commonly set for all parts regardless of the composite part classification And a plurality of parts information including the part number.

このように部品情報データベース32に格納されている部品情報において、複合部品分類毎に異なる属性情報が設定されている理由を説明する。   The reason why different attribute information is set for each composite component classification in the component information stored in the component information database 32 will be described.

先ず、製品を開発設計して販売する一般的な企業における各部門間の連携の様子の概略を図16に示す。   First, FIG. 16 shows an outline of the cooperation between departments in a general company that develops, designs, and sells products.

いわゆるメーカーと呼ばれる企業における製品の企画、開発、設計、調達、製造、販売、保守等の各部門には、業務を実行する際の流れにより分類すると大きく分けて2つの軸が存在する。そのうちの1つは、企画、開発設計、生産準備、生産技術等の部門によるエンジニアリング軸であり、もう1つは、調達・購買、製造、出荷、販売、販売計画、生産計画、保守等の部門によるサプライチェーン軸である。   Each division of product planning, development, design, procurement, manufacturing, sales, maintenance, etc. in a so-called manufacturer has two axes when classified according to the flow of business execution. One of them is the engineering axis by the departments such as planning, development design, production preparation, production technology, and the other is the departments such as procurement / purchasing, manufacturing, shipping, sales, sales planning, production planning, maintenance, etc. Is the supply chain axis.

そして、これらの各部門は、部品管理を行う際に部品を分類したい分類方法が異なっている。   Each of these departments has a different classification method for classifying components when performing component management.

具体的には、企画、開発設計、生産準備、生産技術等のエンジニアリング軸の部門では、設計的視点による分類である機能分類により部品を管理する必要がある。また、調達・購買、製造、出荷、販売、販売計画、生産計画、保守等の部門のサプライチェーン軸の部門では、調達・製造的視点による分類である工法・材料・形状分類により部品を管理する必要がある。   Specifically, in the engineering axis departments such as planning, development design, production preparation, production technology, etc., it is necessary to manage parts by function classification, which is classification from a design viewpoint. In addition, in the supply chain axis departments such as procurement / purchasing, manufacturing, shipping, sales, sales planning, production planning, maintenance, etc., parts are managed according to the method of construction / material / shape classification, which is a classification from a procurement / manufacturing perspective. There is a need.

そのため、本実施形態の部品管理システム10では、部品情報は、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的なマトリクス状に設定された複数の複合部品分類毎に異なる属性情報が設定できるようになっている。   Therefore, in the component management system 10 of the present embodiment, the component information is 2 by a combination of two classifications, that is, a functional classification that is a classification based on a design viewpoint and a construction method / material / shape classification that is a classification based on a procurement and manufacturing viewpoint. Different attribute information can be set for each of a plurality of composite component categories set in a dimensional matrix.

次に、この複合部品分類の具体例を図17を参照して説明する。   Next, a specific example of this composite part classification will be described with reference to FIG.

図17に示した具体例では、設計的視点(開発・設計部門的視点)による分類である機能分類として、ベアリング、ギヤ・歯車、カバー・シュート、フレームという分類が示されている。また、図17に示した具体例では、調達製造的視点(調達部門・製造部門的視点)による分類である工法・材料・形状分類として、金属切削・研削部品、板金・プレス部品、粉末冶金部品、樹脂射出成型部品、樹脂ブロー成型部品という分類が示されている。   In the specific example shown in FIG. 17, the classifications of bearings, gears / gears, covers / chutes, and frames are shown as function classifications that are classifications from a design viewpoint (development / design department perspective). In the specific example shown in FIG. 17, metal cutting / grinding parts, sheet metal / press parts, powder metallurgy parts are classified as construction methods / materials / shape classifications, which are classifications from the viewpoint of procurement and manufacturing (from the viewpoint of procurement and manufacturing). Classifications such as resin injection molded parts and resin blow molded parts are shown.

そして、複合部品分類として、上記の機能分類、工法・材料・形状分類の2つの分類を2次元的(2軸的)に組み合わせて、ボールベアリング、切削フレーム、プレスギヤ、板金カバー、板金フレーム等の分類が示されている。   And as a composite part classification, the above two functional classifications, construction methods / materials / shape classifications are combined two-dimensionally (biaxial), such as ball bearings, cutting frames, press gears, sheet metal covers, sheet metal frames, etc. Classification is shown.

例えば、「ボールベアリング」という複合部品分類は、「ベアリング」という機能分類と、「金属切削・研削部品」という工法・材料・形状分類の2つの分類の両方に含まれる部品分類である。   For example, the composite part classification “ball bearing” is a part classification included in both of the functional classification “bearing” and the construction / material / shape classification “metal cutting / grinding part”.

そして、本実施形態の部品管理システム10では、このような「ボールベアリング」、「切削フレーム」、「プレスギヤ」等の複合部品分類毎に、異なる属性項目が登録可能になっている。   In the component management system 10 of this embodiment, different attribute items can be registered for each composite component classification such as “ball bearing”, “cutting frame”, and “press gear”.

そのため、新規の部品の部品情報を部品情報データベース32に登録しようとする場合、部品の登録をしようとするユーザ(使用者)は、この複数の複合部品分類の中から1つの複合部品分類を選択する。   Therefore, when trying to register the part information of a new part in the part information database 32, the user (user) who wants to register the part selects one composite part classification from the plurality of composite part classifications. To do.

例えば、「成型カバー」という複合部品分類が選択された場合、部品情報を登録するための登録フレーム枠として図18に示すような登録フレーム枠が表示される。   For example, when the composite part classification “molded cover” is selected, a registration frame frame as shown in FIG. 18 is displayed as a registration frame frame for registering part information.

この図18に示される登録フレーム枠では、選択された複合部品分類が「成型カバー」であるため、機能分類として「カバー」、工法・材料・形状分類として「樹脂(射出成型)」という分類名が既に登録済みとなっている。   In the registration frame frame shown in FIG. 18, since the selected composite part classification is “molded cover”, the classification name is “cover” as the function classification and “resin (injection molding)” as the method / material / shape classification. Is already registered.

そして、この図18に示された「成型カバー」という複合部品分類の登録フレーム枠では、属性項目として「最大板厚」、「投影面積」、「成形圧力」、「成形型締め力」という項目が設定されている。   Then, in the registration frame frame of the composite part classification “molding cover” shown in FIG. 18, the items “maximum plate thickness”, “projection area”, “molding pressure”, and “mold clamping force” are attribute items. Is set.

そのため、ユーザは、図19に示すように、この登録フレーム枠に対して、部品品番、部品名、メーカー情報、重量、XYZ(縦、横、高さ)寸法、最大板厚、投影面積、成形圧力、成形型締め力等の属性情報を順次入力して、部品情報として登録することができる。   Therefore, as shown in FIG. 19, the user can use the registered frame number for the part number, part name, manufacturer information, weight, XYZ (vertical, horizontal, height) dimensions, maximum plate thickness, projected area, molding. Attribute information such as pressure and mold clamping force can be sequentially input and registered as part information.

また、図17に示した複合部品分類において「板金カバー」が選択された場合に表示される登録フレーム枠の一例を図20に示す。   FIG. 20 shows an example of a registration frame frame displayed when “Sheet metal cover” is selected in the composite part classification shown in FIG.

この図20に示した例では、選択された複合部品分類が「板金カバー」であるため、機能分類として「カバー」、工法・材料・形状分類として「板金・プレス」という分類名が既に登録済みとなっている。   In the example shown in FIG. 20, since the selected composite part classification is “sheet metal cover”, the classification name “cover” as the function classification and “sheet metal / press” as the method / material / shape classification has already been registered. It has become.

そして、この図20に示された「板金カバー」という複合部品分類の登録フレーム枠では、属性項目として「板厚」、「展開寸法」、「プレストン数」、「型種類(単/順送)」、「ステージ数」、「穴数」という項目が設定されている。   In the registered frame of the composite part classification “sheet metal cover” shown in FIG. 20, the attribute items are “sheet thickness”, “deployment dimension”, “preston number”, “type type (single / sequential)”. "," Number of stages ", and" Number of holes "are set.

また、図17に示した複合部品分類において「プレスギヤ」が選択された場合に表示される登録フレーム枠の一例を図21に示す。   FIG. 21 shows an example of a registration frame frame that is displayed when “press gear” is selected in the composite part classification shown in FIG.

この図21に示した例では、選択された複合部品分類が「プレスギヤ」であるため、機能分類として「ギヤ」、工法・材料・形状分類として「板金・プレス」という分類名が既に登録済みとなっている。   In the example shown in FIG. 21, since the selected composite part classification is “press gear”, the classification name “gear” as the function classification and “sheet metal / press” as the construction method / material / shape classification has already been registered. It has become.

そして、この図21に示された「プレスギヤ」という複合部品分類の登録フレーム枠では、属性項目として「段数」、「歯数」、「外形φ」、「内径φ」、「歯幅」、「歯形誤差」という項目が設定されている。   In the registration frame frame of the composite part classification “press gear” shown in FIG. 21, the attribute items are “number of steps”, “number of teeth”, “outside diameter φ”, “inside diameter φ”, “tooth width”, “ The item “Tooth profile error” is set.

そして、このように複合部品分類毎に異なる属性情報が登録された部品情報の一例を図22に示す。   FIG. 22 shows an example of component information in which different attribute information is registered for each composite component classification.

図22を参照すると分かるように、機能分類が同じでも工法・材料・形状分類が異なれば違う属性項目が設定される場合もあり、また、工法・材料・形状分類が同じでも機能分類が異なれば違う属性項目が設定される場合もある。   As can be seen from FIG. 22, even if the function classification is the same, if the construction method / material / shape classification is different, different attribute items may be set, and if the construction method / material / shape classification is the same, the function classification is different. Different attribute items may be set.

例えば、機能分類が「カバー」であっても、工法・材料・形状分類が「樹脂(射出成型)」であるか「板金・プレス」であるかにより部品情報の属性項目が異なっている(図18、図20参照)。また、例えば、工法・材料・形状分類が「板金・プレス」であっても、機能分類が「カバー」であるか「ギヤ」であるかにより部品情報の属性項目が異なっている(図20、図21参照)。   For example, even if the function classification is “Cover”, the attribute item of the part information differs depending on whether the construction method / material / shape classification is “resin (injection molding)” or “sheet metal / press”. 18, see FIG. Further, for example, even if the construction method / material / shape classification is “sheet metal / press”, the attribute item of the component information differs depending on whether the function classification is “cover” or “gear” (FIG. 20, (See FIG. 21).

なお、「ソレノイド」、「ファンモータ」、「その企業に特殊な機能部材」等のように工法・材料・形状分類が存在しない又は分類できない部品については、機能分類毎に異なる属性情報が登録可能になっている。   For parts that do not have or cannot be classified, such as “solenoid”, “fan motor”, and “functional members special to the company”, different attribute information can be registered for each function category. It has become.

例えば、シャフトを持った3層ロールの場合は紙送りロールとして登録し、シャフト、ゴムの属性情報を登録する。これは「紙送りロール」が金属シャフトとゴムロールという組合せと製作方法が10年〜20年という時間的スパンで安定的に固定されている事が明瞭であるからである。   For example, in the case of a three-layer roll having a shaft, it is registered as a paper feed roll, and attribute information of the shaft and rubber is registered. This is because it is clear that the “paper feed roll” is stably fixed with a combination of a metal shaft and a rubber roll and a manufacturing method in a time span of 10 to 20 years.

また、金属シャフトに成形樹脂ロールを組み合わせて使用するような場合はそれぞれ独立した末端部品として登録する。   Moreover, when using it combining a molding resin roll with a metal shaft, it registers as an independent terminal component, respectively.

さらに、金属シャフトに成形樹脂ロールを一体成形する場合等、特殊な場合は材料分類を複数持たせることで対応させることも可能である。   Furthermore, in a special case such as a case where a molded resin roll is integrally formed on a metal shaft, it is possible to cope by providing a plurality of material classifications.

例えば、金属シャフト周囲にEPDMゴム(エチレン・プロピレン・ジエン・ゴム)を接着固定しその表層にウレタン樹脂を積層したような材料では、このロールが帯電ロールといった従来から認知されている特定の機能部材であれば複合分類のカテゴリではなくその機能名称で一つの分類として登録する。そして、機能が認知されておらず特定できないような部品であれば、ゴムロールといった複合分類にあてはめ、属性としてシャフト材料、積層する2種の有機材料を登録する方法も可能である。工法・材料・形状分類で単にゴムではなく、単層ゴムと積層ゴムなどに分類しておけば、積層ゴムロールなどの分類に登録できる。これらの場合どの分類方法でも、分類につく属性は材料種が複数になる分多くはなるが、単にロールなどといった一般的機能分類の属性数に比べればはるかに低減することができ、必要な属性情報を図面などから抽出する困難さは大幅に軽減される。   For example, in a material in which EPDM rubber (ethylene / propylene / diene / rubber) is bonded and fixed around a metal shaft and urethane resin is laminated on the surface layer, this roll is a specific functional member that has been conventionally recognized, such as a charging roll. If so, it is registered as one classification by its function name, not by the category of the composite classification. And if it is a component whose function is not recognized and cannot be specified, it can be applied to a composite classification such as a rubber roll, and a method of registering a shaft material and two kinds of organic materials to be laminated as attributes is also possible. If the method, material, and shape classification are not simply rubber, but they are classified into single layer rubber and laminated rubber, they can be registered in the classification such as laminated rubber roll. In any of these classification methods, the number of attributes for classification increases with the number of material types, but it can be significantly reduced compared to the number of general functional classification attributes such as rolls. The difficulty of extracting information from drawings and the like is greatly reduced.

本実施形態の部品管理システム10では、管理しようとする数多くの部品を、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複合部品分類により分類している。そのため、開発設計部門と調達・製造部門(環境管理部門・品質部門・原価管理部門等)の両方の部門において共通して本実施形態の部品管理システム10を使用することができ、全社的に統一した部品管理を行うことが可能となる。   In the parts management system 10 of the present embodiment, a large number of parts to be managed are classified into two categories: functional classification, which is a classification from a design viewpoint, and construction method, material, and shape classification, which is a classification from a procurement / manufacturing viewpoint. Classification is performed by composite part classification set two-dimensionally by combination. For this reason, the parts management system 10 of this embodiment can be used in common in both the development design department and the procurement / manufacturing department (environmental management department, quality department, cost management department, etc.) and unified throughout the company. It is possible to perform the managed parts.

また、本実施形態の部品管理システム10では、この複合部品分類毎に異なる部品情報を各部品に登録することができるようにしているため、部品毎に登録することが必要な属性項目の数を現実的に利用可能な数に抑えつつ、各部品の様々な仕様等を部品情報に登録することが可能となる。   In the component management system 10 of the present embodiment, different component information can be registered in each component for each composite component classification. Therefore, the number of attribute items that need to be registered for each component is set. Various specifications and the like of each component can be registered in the component information while keeping the number practically usable.

さらに、従来設計部門として必要であった分類により作成され設計部門で活用されてきた部品構成表の分類と、調達や製造部門毎にそれぞれの部門用に分類し構築・活用してきた部品構成表の分類を、複合分類によって少ない修正で結合することが可能であるため、部門毎に構築してきた部品構成表という部門資産を全社資産として継続して有効活用できるというメリットもある。   In addition, the component composition table created by the classification required for the design department in the past and utilized in the design department, and the component composition table that has been constructed and utilized for each department for each procurement and manufacturing department Since the classifications can be combined with few corrections by the composite classification, there is also an advantage that the departmental asset called the component composition table constructed for each department can be effectively utilized continuously as the company-wide asset.

例えば、複合部品分類毎に異なる属性項目を設定せずに、単に属性項目を増やした場合の比較例を図23に示す。   For example, FIG. 23 shows a comparative example in which attribute items are simply increased without setting different attribute items for each composite part classification.

この図23に示した比較例では、部品の種類に関係なく登録可能な属性項目を増やした場合が示されている。そして、この図23に示した例では、その部品に必要が無い属性項目まで設定されていることによりこの部品についてはどの属性項目を利用して属性情報を登録すれば良いのかが分かり難く利用者が利用し難いものとなっているのが分かる。   The comparative example shown in FIG. 23 shows a case where the number of registerable attribute items is increased regardless of the type of component. In the example shown in FIG. 23, it is difficult to understand which attribute item should be used for registering attribute information for this part because attribute items that are not necessary for the part are set. It can be seen that is difficult to use.

具体的には、図23に示した例では、部品として「樹脂のカバー」を登録する際の例が示されていて、属性項目として「最大板厚」、「投影面積」、「成形圧力」、「成形型締め力」という項目に属性情報を登録する場合の例が示されているが、利用者はどの属性項目に属性情報を登録すべきなのかが分かり難いものとなっている。   Specifically, in the example shown in FIG. 23, an example of registering “resin cover” as a part is shown, and “maximum plate thickness”, “projection area”, “molding pressure” are attribute items. In this example, the attribute information is registered in the item “mold clamping force”. However, it is difficult for the user to know which attribute item the attribute information should be registered.

これに対して、本実施形態の部品管理システム10は、複合部品分類として、「成型カバー」という分類を選択するだけで、図18に示すような登録フレーム枠が用意されることにより、利用者は、どの属性項目に属性情報を登録すべきなのかを容易に把握することができる。   On the other hand, the component management system 10 according to the present embodiment prepares a registration frame frame as shown in FIG. 18 simply by selecting the category “molded cover” as the composite component category, so that the user Can easily grasp to which attribute item the attribute information should be registered.

そして、本実施形態の部品管理システム10によれば、各部門間が単独で部品管理をすることなく全部門で共通した部品管理ができるようになり、全社的に統一した部品データベースを構築することが可能となる。そのため、本実施形態の部品管理システム10を利用することにより、製品のコスト削減を効果的に推進して、総原価低減に貢献することができる。   And according to the parts management system 10 of this embodiment, it becomes possible to perform parts management common to all departments without individual parts management between each department, and to build a parts database unified throughout the company. Is possible. Therefore, by using the component management system 10 of the present embodiment, it is possible to effectively promote the cost reduction of the product and contribute to the reduction of the total cost.

具体的には、本実施形態の部品管理システム10を利用することにより、1つの部品に複数の部品番号が設定されるような一部品多部品品番の発生を防止することにより適正な部品価格の実現が可能となる。   Specifically, by using the component management system 10 according to the present embodiment, it is possible to prevent the generation of a one-part multi-part product number in which a plurality of part numbers are set for one part, thereby achieving an appropriate part price. Realization is possible.

また、本実施形態の部品管理システム10によれば、部品の仕様と単価の比較が容易になることにより、通常より価格設定が高い部品を見つけることが可能となり、適正な部品価格の実現が容易になる。   In addition, according to the component management system 10 of the present embodiment, it becomes easy to compare the specification and unit price of the component, so that it is possible to find a component whose price setting is higher than usual, and it is easy to realize an appropriate component price. become.

また、本実施形態の部品管理システム10によれば、仕様が近い部品を容易に把握することができるようになり、部品の標準化を図って部品種類を削減したり、類似属性の部品比較を行ってコスト的に有利な部品選択を行うことができるようになる。   In addition, according to the component management system 10 of the present embodiment, components having similar specifications can be easily grasped, and the component types can be reduced by standardizing components, or components having similar attributes can be compared. Therefore, it becomes possible to perform cost-effective component selection.

さらに、本実施形態の部品管理システム10を用いることにより、どのような部品をどのような仕入れ先からどれだけ購入しているのかを知ることが可能になり、購買実績、調達状況の把握が容易に把握可能になる。   Furthermore, by using the parts management system 10 of this embodiment, it becomes possible to know what parts are purchased from what suppliers and how much, and it is easy to grasp the purchase results and the procurement status. It becomes possible to grasp.

なお、本実施形態では説明していないが、部品部面の図面データを管理する図面管理システムと本実施形態の部品管理システム10とを連携させるようにすることも可能である。このように、図面管理システムと部品管理システム10とを連携させることにより、図面データから属性情報を直接入力可能としたり、検索した部品の図面データを利用者が容易に閲覧できるようになる。   Although not described in the present embodiment, it is possible to link the drawing management system that manages the drawing data of the component part surface with the component management system 10 of the present embodiment. As described above, by linking the drawing management system and the component management system 10, the attribute information can be directly input from the drawing data, and the user can easily view the drawing data of the searched component.

10 部品管理システム
11 CPU
12 メモリ
13 記憶装置
14 ユーザインタフェース(UI)装置
15 通信インタフェース(IF)
16 制御バス
21〜23 端末装置
30 ネットワーク
31 管理サーバ
32 部品情報データベース
33 図面データベース
41 情報送受信部
42 部品検索部
43 部品リスト出力部
51 CPU
52 メモリ
53 記憶装置
54 ユーザインタフェース(UI)装置
55 通信インタフェース(IF)
56 制御バス
61 通信部
62 制御部
63 表示部
64 操作部
65 判定テーブル格納部
71 部品分類自動判定釦
72 登録釦
10 parts management system 11 CPU
12 Memory 13 Storage Device 14 User Interface (UI) Device 15 Communication Interface (IF)
16 control bus 21-23 terminal device 30 network 31 management server 32 parts information database 33 drawing database 41 information transmission / reception part 42 parts search part 43 parts list output part 51 CPU
52 Memory 53 Storage Device 54 User Interface (UI) Device 55 Communication Interface (IF)
56 control bus 61 communication unit 62 control unit 63 display unit 64 operation unit 65 determination table storage unit 71 component classification automatic determination button 72 registration button

Claims (9)

部品名に関する情報と部品分類とを互いに対応付けて格納する納手段と、
新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから部品名に関する情報を抽出する抽出手段と、
前記抽出手段により抽出された部品名に関する情報に基づいて、前記格納手段を参照することにより、新しく登録を行う部品の属する部品分類を判定する判定手段と、
を有する部品管理システム。
A storage means for storing information on a part name and a part classification in association with each other;
Extraction means for extracting information on the part name from the text data associated with the drawing of the part to be newly registered, or drawing image data;
A determination unit that determines a component classification to which a component to be newly registered belongs by referring to the storage unit based on information on a component name extracted by the extraction unit;
Having a parts management system.
前記格納手段には、部品名に関する情報と部品分類との対応関係とともに当該部品の属性情報が対応付けられており、
前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから当該部品の属性情報を抽出し、
前記判定手段は、前記抽出手段により抽出された部品名に関する情報および当該部品の属性情報とに基づいて、前記格納手段に格納されている前記判定テーブルを参照することにより、新しく登録を行う部品の属する部品分類を判定する請求項1記載の部品管理システム。
In the storage means, the attribute information of the part is associated with the correspondence between the part name information and the part classification,
The extraction means extracts the attribute information of the part from text data associated with the drawing of the part to be newly registered, or drawing image data,
The determination unit refers to the determination table stored in the storage unit on the basis of the information related to the component name extracted by the extraction unit and the attribute information of the component, thereby determining the part to be newly registered. The component management system according to claim 1, wherein the component classification to which the component belongs is determined.
前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データに含まれる文字列画像を変換したテキストデータから、新しく登録を行う部品の部品名に関する情報および当該部品の属性情報を抽出する請求項2記載の部品管理システム。   The extraction means includes information related to a part name of a part to be newly registered and attribute of the part from text data associated with the drawing of the part to be newly registered, or text data converted from a character string image included in the drawing image data. The parts management system according to claim 2 for extracting information. 前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データに含まれる文字列画像を変換したテキストデータから、テキストデータ中に含まれる空白文字を削除することにより新しく登録を行う部品の部品名に関する情報および当該部品の属性情報を抽出する請求項3記載の部品管理システム。   The extraction means newly registers by deleting the blank character included in the text data from the text data associated with the drawing of the part to be newly registered or the text data converted from the character string image included in the drawing image data. The component management system according to claim 3, wherein information related to a component name of a component to be performed and attribute information of the component are extracted. 前記抽出手段は、新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから当該部品の属性情報を抽出する際に、自然文により表現された注記情報の中から、当該部品の属性情報を抽出する請求項2記載の部品管理システム。   When extracting the attribute information of the part from the text data associated with the drawing of the part to be newly registered or the drawing image data, the extracting unit extracts the attribute of the part from the annotation information expressed in a natural sentence. The parts management system according to claim 2 for extracting information. 前記判定手段により判定された部品分類に対して設定されている属性情報および部品品番を含む部品情報の入力を受け付ける受付手段と、
前記受付手段により属性情報および部品品番が入力された部品情報を格納する部品情報データベースと、
前記部品情報データベースに格納されている部品情報の中から、指定された条件に合致する部品情報を検索する検索手段と、
前記検索手段により検索された部品情報のリストを出力する出力手段と、
をさらに有する請求項1から5のいずれか1項記載の部品管理システム。
Receiving means for receiving input of part information including attribute information and part part number set for the part classification determined by the determination means;
A component information database for storing component information in which attribute information and a component part number are input by the reception unit;
Search means for searching for component information that matches a specified condition from the component information stored in the component information database;
Output means for outputting a list of component information searched by the search means;
The component management system according to claim 1, further comprising:
前記部品分類は、前記部品名に関する情報に対応する複数の概念の部品分類である請求項1から6のいずれか1項記載の部品管理システム。   The component management system according to claim 1, wherein the component classification is a plurality of conceptual component classifications corresponding to information on the component name. 前記部品分類は、設計的視点による分類である機能分類と、調達・製造的視点による分類である工法・材料・形状分類の2つの分類の組み合わせにより2次元的に設定された複合部品分類であり、
前記属性情報には、選択された複合部品分類に対して設定され各複合部品分類毎に異なる複数の属性情報と、複合部品分類に関係なくどの部品に対しても共通に設定されている共通属性情報が存在する請求項1から6のいずれか1項記載の部品管理システム。
The part classification is a composite part classification set two-dimensionally by a combination of two classifications: functional classification, which is a classification from a design viewpoint, and construction method, material, and shape classification, which is a classification from a procurement / manufacturing viewpoint. ,
The attribute information includes a plurality of attribute information set for the selected composite part classification and different for each composite part classification, and a common attribute set in common for all parts regardless of the composite part classification. The parts management system according to claim 1, wherein information exists.
新しく登録を行う部品の図面に紐付いたテキストデータ、又は図面画像データから部品名に関する情報を抽出する抽出ステップと、
抽出された部品名に関する情報に基づいて、部品名に関する情報と部品分類とが互いに対応付けられた対応関係を参照することにより、新しく登録を行う部品の属する部品分類を判定する判定ステップとをコンピュータに実行させるためのプログラム。
An extraction step for extracting information on the part name from the text data associated with the drawing of the part to be newly registered or the drawing image data;
Based on the extracted information on the part name, the computer determines a part classification to which the part to be newly registered belongs by referring to a correspondence relationship in which the part name information and the part classification are associated with each other. A program to make it run.
JP2015143890A 2015-07-21 2015-07-21 Parts management system and program Active JP6541094B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015143890A JP6541094B2 (en) 2015-07-21 2015-07-21 Parts management system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015143890A JP6541094B2 (en) 2015-07-21 2015-07-21 Parts management system and program

Publications (2)

Publication Number Publication Date
JP2017027281A true JP2017027281A (en) 2017-02-02
JP6541094B2 JP6541094B2 (en) 2019-07-10

Family

ID=57945984

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015143890A Active JP6541094B2 (en) 2015-07-21 2015-07-21 Parts management system and program

Country Status (1)

Country Link
JP (1) JP6541094B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05233706A (en) * 1992-02-25 1993-09-10 Hitachi Ltd Document classification storage system
JP2003186888A (en) * 2001-12-20 2003-07-04 Just Syst Corp Parts information classifying apparatus, and parts information retrieval apparatus and server
JP2005165715A (en) * 2003-12-03 2005-06-23 Toshiba Corp Graphic processor and graphic processing method
JP2006127012A (en) * 2004-10-27 2006-05-18 Fujitsu Ltd Method and device for estimating working man-hour
JP2006146482A (en) * 2004-11-18 2006-06-08 Nissei Plastics Ind Co Component file generating method for cad system
JP2008176464A (en) * 2007-01-17 2008-07-31 Fujitsu Ltd Design support program, design support method, and design support device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05233706A (en) * 1992-02-25 1993-09-10 Hitachi Ltd Document classification storage system
JP2003186888A (en) * 2001-12-20 2003-07-04 Just Syst Corp Parts information classifying apparatus, and parts information retrieval apparatus and server
JP2005165715A (en) * 2003-12-03 2005-06-23 Toshiba Corp Graphic processor and graphic processing method
JP2006127012A (en) * 2004-10-27 2006-05-18 Fujitsu Ltd Method and device for estimating working man-hour
JP2006146482A (en) * 2004-11-18 2006-06-08 Nissei Plastics Ind Co Component file generating method for cad system
JP2008176464A (en) * 2007-01-17 2008-07-31 Fujitsu Ltd Design support program, design support method, and design support device

Also Published As

Publication number Publication date
JP6541094B2 (en) 2019-07-10

Similar Documents

Publication Publication Date Title
US5806069A (en) Method and system of managing construction-related information and production-related information
JP5550765B2 (en) Creating and using related tags
JP5231946B2 (en) Manufacturing information management method and manufacturing information management system
US9031975B2 (en) Content management
US10372791B2 (en) Content customization
US20050278271A1 (en) System and method for determining a product configuration
US8479089B2 (en) Constructing and applying a constraint-choice-action matrix for decision making
US8392472B1 (en) Auto-classification of PDF forms by dynamically defining a taxonomy and vocabulary from PDF form fields
US20170300531A1 (en) Tag based searching in data analytics
JP4653582B2 (en) Individual product design equipment
JP6579487B2 (en) Parts management system and program
JP4116601B2 (en) Taxonomy display device, taxonomy display method, and taxonomy display program
JP6565404B2 (en) Parts management system and program
JP6541094B2 (en) Parts management system and program
JP5769097B1 (en) Parts management system and program
JP2002230055A (en) Component data processing system and its method and component data processing program and recording medium with its program recorded
JPH08305724A (en) Device for managing design supporting information document
JP6131988B2 (en) Parts management system and program
JP3879673B2 (en) Parts standardization support device
US20090210380A1 (en) Data search system, method and program
JP5501039B2 (en) Medical device search device, medical device search method, and medical device search system
JP3644389B2 (en) Retrieval device and program for retrieving a production machine capable of producing an object described in a drawing
JP6969824B1 (en) Specification development technique system
JP2004145555A (en) Data base registration system and data base registration method
JP6303758B2 (en) Information processing apparatus and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180228

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190226

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190424

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190520

R150 Certificate of patent or registration of utility model

Ref document number: 6541094

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190602

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350