Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7637492B2 - COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD - Google Patents
[go: Go Back, main page]

JP7637492B2 - COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD - Google Patents

COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD Download PDF

Info

Publication number
JP7637492B2
JP7637492B2 JP2020182940A JP2020182940A JP7637492B2 JP 7637492 B2 JP7637492 B2 JP 7637492B2 JP 2020182940 A JP2020182940 A JP 2020182940A JP 2020182940 A JP2020182940 A JP 2020182940A JP 7637492 B2 JP7637492 B2 JP 7637492B2
Authority
JP
Japan
Prior art keywords
information
production process
products
product
target product
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.)
Active
Application number
JP2020182940A
Other languages
Japanese (ja)
Other versions
JP2022073143A (en
Inventor
功 菊池
Original Assignee
株式会社船井総研ホールディングス
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 株式会社船井総研ホールディングス filed Critical 株式会社船井総研ホールディングス
Priority to JP2020182940A priority Critical patent/JP7637492B2/en
Publication of JP2022073143A publication Critical patent/JP2022073143A/en
Application granted granted Critical
Publication of JP7637492B2 publication Critical patent/JP7637492B2/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

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、コンピュータプログラム、情報処理装置及び情報処理方法に関する。 The present invention relates to a computer program, an information processing device, and an information processing method.

受注した製品を製造して顧客に納品するまでの間には、受注した製品の見積、設計、製造、検査、管理など様々な生産工程を経る必要があり、各生産工程においては、受注した製品に関する、生産工程特有の生産工程情報を作成する必要がある。 Between manufacturing an ordered product and delivering it to a customer, the ordered product must go through various production processes, such as estimating, designing, manufacturing, inspecting, and managing it. At each production process, production process information specific to the ordered product must be created.

特許文献1には、製品の設計図面を作成する際に、設計図面に含まれる部材の物理量データ及び加工種別データに基づいて製品の見積コストを算出する装置が開示されている。 Patent Document 1 discloses a device that calculates the estimated cost of a product based on the physical quantity data and processing type data of the components included in the design drawings when creating the design drawings of the product.

特開2003-196344号公報JP 2003-196344 A

しかし、特許文献1の装置では、製品の見積を作成することができるが、製品が完成するまでの各生産工程において必要となる生産工程情報については考慮されていない。このため、各生産工程における担当者は、製品の受注の都度、製品に関する生産工程情報を作成する必要があり、作業に係る負担が大きいという問題がある。 However, while the device in Patent Document 1 can create product estimates, it does not take into account the production process information required for each production process until the product is completed. As a result, the person in charge of each production process must create production process information for the product every time an order is received, which creates a problem of a heavy workload.

本発明は、斯かる事情に鑑みてなされたものであり、製品の生産工程における担当者の作業負担を軽減することができるコンピュータプログラム、情報処理装置及び情報処理方法を提供することを目的とする。 The present invention has been made in view of the above circumstances, and has an object to provide a computer program, an information processing device, and an information processing method that can reduce the workload of personnel in a product production process.

本発明の実施の形態に係るコンピュータプログラムは、コンピュータに、対象製品の受注に関する受注関連情報を取得し、取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定し、特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関する生産工程情報を出力する、処理を実行させる。 A computer program according to an embodiment of the present invention causes a computer to execute a process of acquiring order-related information related to an order for a target product, identifying related products related to the target product from among products ordered in the past based on the acquired order-related information, and outputting production process information related to the related products based on the identified related products by referring to a production process database that associates products ordered in the past with production process information related to the production process of the products.

本発明の実施の形態に係る情報処理装置は、対象製品の受注に関する受注関連情報を取得する取得部と、取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定する特定部と、特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関する生産工程情報を出力する出力部とを備える。 The information processing device according to the embodiment of the present invention includes an acquisition unit that acquires order-related information related to an order for a target product, an identification unit that identifies related products related to the target product from among products ordered in the past based on the acquired order-related information, and an output unit that outputs production process information related to the related products based on the identified related products by referring to a production process database that associates products ordered in the past with production process information related to the production process of the products.

本発明の実施の形態に係るユーザ端末装置は、対象製品に関連する関連製品の情報及び複数の生産工程情報の中から所要の生産工程情報を特定する特定情報を情報処理装置へ出力する出力部と、前記関連製品に関する生産工程情報であって前記特定情報で特定される生産工程情報を前記情報処理装置から取得する取得部とを備える。 A user terminal device according to an embodiment of the present invention includes an output unit that outputs, to an information processing device, information on related products related to a target product and specific information that identifies required production process information from among multiple pieces of production process information, and an acquisition unit that acquires, from the information processing device, production process information related to the related products, which is identified by the specific information.

本発明の実施の形態に係る情報処理方法は、対象製品の受注に関する受注関連情報を取得し、取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定し、特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関する生産工程情報を出力する。 An information processing method according to an embodiment of the present invention acquires order-related information related to an order for a target product, identifies related products related to the target product from among products ordered in the past based on the acquired order-related information, and, based on the identified related products, references a production process database that associates products ordered in the past with production process information related to the production process of the products, and outputs production process information related to the related products.

本発明によれば、製品の生産工程における担当者の作業負担を軽減することができる。 The present invention can reduce the workload of personnel in the product production process.

本実施の形態の情報処理システムの構成の一例を示す模式図である。1 is a schematic diagram illustrating an example of a configuration of an information processing system according to an embodiment of the present invention. ユーザ端末装置の構成の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of the configuration of a user terminal device. サーバの構成の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of a configuration of a server. 図面情報に基づく関連製品の特定方法の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of a method for identifying related products based on drawing information. 製品DBの構成の一例を示す模式図である。FIG. 2 is a schematic diagram illustrating an example of a configuration of a product DB. 文書情報に基づく関連製品の特定方法の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of a method for identifying related products based on document information. 情報処理システムによる情報の流れの第1例を示す模式図である。FIG. 2 is a schematic diagram showing a first example of an information flow through the information processing system. 情報処理システムによる情報の流れの第2例を示す模式図である。FIG. 11 is a schematic diagram showing a second example of an information flow through the information processing system. 見積DBの構成の一例を示す模式図である。FIG. 2 is a schematic diagram showing an example of the configuration of an estimate DB; 対象製品に関連する関連製品の見積情報を検索する場合の検索画面の一例を示す模式図である。13 is a schematic diagram showing an example of a search screen when searching for quotation information of a related product related to a target product. FIG. 見積情報の検索結果の一例を示す模式図である。FIG. 13 is a schematic diagram illustrating an example of a search result for estimate information. 生産工程情報の一例を示す模式図である。FIG. 2 is a schematic diagram showing an example of production process information. 情報処理システムによる情報の流れの第3例を示す模式図である。FIG. 11 is a schematic diagram showing a third example of an information flow through the information processing system. 関連製品の生産工程情報を検索する場合の検索画面の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of a search screen when searching for production process information of related products. 検索結果画面の一例を示す模式図である。FIG. 13 is a schematic diagram illustrating an example of a search result screen. 生産工程情報画面の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of a production process information screen. 編集画面の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of an editing screen. 情報処理システムによる情報の流れの第4例を示す模式図である。FIG. 11 is a schematic diagram showing a fourth example of an information flow through the information processing system. 情報処理システムによる情報の流れの第5例を示す模式図である。FIG. 13 is a schematic diagram showing a fifth example of information flow through the information processing system. 検索結果画面の他の例を示す模式図である。FIG. 13 is a schematic diagram showing another example of the search result screen. 生産工程情報選択画面の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of a production process information selection screen. 情報処理システムによる情報の流れの第6例を示す模式図である。FIG. 13 is a schematic diagram showing a sixth example of information flow through the information processing system. 生産工程情報検索のための画面の一例を示す模式図である。FIG. 13 is a schematic diagram showing an example of a screen for searching production process information. 情報処理システムによる情報の流れの第7例を示す模式図である。FIG. 13 is a schematic diagram showing a seventh example of information flow through the information processing system. サーバ50の処理手順の一例を示すフローチャートである。10 is a flowchart showing an example of a processing procedure of a server 50.

以下、本発明の実施の形態を図面に基づいて説明する。図1は本実施の形態の情報処理システムの構成の一例を示す模式図である。情報処理システムは、情報処理装置としてのサーバ50を備える。サーバ50には、製品DB71、生産工程DB72、見積DB73、及び営業DB74が接続されている。サーバ50は、社内LANやインターネットなどの通信ネットワーク1に接続されている。通信ネットワーク1には、複数のユーザ端末装置10が接続されている。ユーザ端末装置10は、例えば、営業部門、設計部門、製造部門、検査部門、及び管理部門の各担当者が使用することができる。ユーザ端末装置10は、パーソナルコンピュータ、タブレット、スマートフォン等で構成することができる。設計部門、製造部門、検査部門、及び管理部門は、一例であるが、製品の設計、製造、試験、管理などの生産工程に係る部署であれば、どのような名称でもよい。また、図示していないが、製品の集荷、保守などの工程を担当する部署を含めてもよい。各部門のユーザ端末装置10は、通信ネットワーク1を介してサーバ50との間で情報の授受を行うことができる。 The following describes an embodiment of the present invention based on the drawings. FIG. 1 is a schematic diagram showing an example of the configuration of an information processing system according to the present embodiment. The information processing system includes a server 50 as an information processing device. A product DB 71, a production process DB 72, an estimate DB 73, and a sales DB 74 are connected to the server 50. The server 50 is connected to a communication network 1 such as an in-house LAN or the Internet. A plurality of user terminal devices 10 are connected to the communication network 1. The user terminal devices 10 can be used by, for example, personnel in the sales department, design department, manufacturing department, inspection department, and management department. The user terminal devices 10 can be configured with a personal computer, tablet, smartphone, or the like. The design department, manufacturing department, inspection department, and management department are examples, but any name may be used as long as they are departments related to the production process, such as product design, manufacturing, testing, and management. In addition, although not shown, departments in charge of processes such as product collection and maintenance may be included. The user terminal devices 10 of each department can exchange information with the server 50 via the communication network 1.

図2はユーザ端末装置10の構成の一例を示すブロック図である。ユーザ端末装置10は、装置全体を制御する制御部11、通信部12、記憶部13、表示パネル14、及び操作部15を備える。制御部11は、CPU(Central Processing Unit)、ROM(Read Only Memory)及びRAM(Random Access Memory)などで構成することができる。 Figure 2 is a block diagram showing an example of the configuration of the user terminal device 10. The user terminal device 10 includes a control unit 11 that controls the entire device, a communication unit 12, a storage unit 13, a display panel 14, and an operation unit 15. The control unit 11 can be configured with a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), etc.

通信部12は、通信ネットワーク1を介して、サーバ50との間で所要の情報の送受信を行うことができる。 The communication unit 12 can send and receive required information to and from the server 50 via the communication network 1.

記憶部13は、半導体メモリ又はハードディスク等で構成され、所要の情報を記憶することができる。なお、記憶部13に代えて、クラウドサーバ内の記憶装置を用いてもよい。 The storage unit 13 is composed of a semiconductor memory or a hard disk, etc., and can store required information. Note that a storage device in the cloud server may be used instead of the storage unit 13.

表示パネル14は、液晶ディスプレイ又は有機EL(Electro Luminescence)ディスプレイで構成することができる The display panel 14 can be composed of a liquid crystal display or an organic EL (Electro Luminescence) display.

操作部15は、例えば、キーボード、マウス等で構成することができる。また、操作部15は、タッチパネル等で構成され、表示パネル14上で文字の入力操作、表示パネル14に表示されたアイコン、画像又は文字等に対する操作を行うようにしてもよい。 The operation unit 15 can be configured with, for example, a keyboard, a mouse, etc. The operation unit 15 may also be configured with a touch panel or the like, and may be used to input characters on the display panel 14, and to perform operations on icons, images, characters, etc. displayed on the display panel 14.

図3はサーバ50の構成の一例を示すブロック図である。サーバ50は、サーバ50全体を制御する制御部51、取得部52、インタフェース部53、記憶部54、特定部55、及び出力部56を備える。特定部55は、抽出部551、及び算出部552を備える。制御部51は、CPU(Central Processing Unit)、ROM(Read Only Memory)及びRAM(Random Access Memory)などで構成することができる。記憶部54は、半導体メモリ又はハードディスク等で構成することができ、サーバ50の各部での処理結果などの所要の情報を記憶することができる。なお、サーバ50は、複数のサーバによって機能を分散させてもよい。また、サーバ50は、クラウドサーバでもよい。 FIG. 3 is a block diagram showing an example of the configuration of the server 50. The server 50 includes a control unit 51 that controls the entire server 50, an acquisition unit 52, an interface unit 53, a storage unit 54, an identification unit 55, and an output unit 56. The identification unit 55 includes an extraction unit 551 and a calculation unit 552. The control unit 51 can be configured with a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), etc. The storage unit 54 can be configured with a semiconductor memory or a hard disk, etc., and can store required information such as the processing results in each part of the server 50. Note that the functions of the server 50 may be distributed among multiple servers. The server 50 may also be a cloud server.

インタフェース部53は、製品DB71、生産工程DB72、見積DB73、及び営業DB74との間のインタフェース機能を提供する。インタフェース部53は、制御部51の制御の下、製品DB71、生産工程DB72、見積DB73、及び営業DB74にアクセスし、所要の情報の読み出し、書き込みを行うことができる。 The interface unit 53 provides an interface function between the product DB 71, the production process DB 72, the quotation DB 73, and the sales DB 74. Under the control of the control unit 51, the interface unit 53 can access the product DB 71, the production process DB 72, the quotation DB 73, and the sales DB 74 and read and write required information.

取得部52は、通信ネットワーク1を介して、ユーザ端末装置10から所要の情報を取得することができる。取得部52は、ユーザ端末装置10から、対象製品に関する受注関連情報を取得することができる。受注関連情報は、対象製品の営業情報、対象製品(例えば、受注した製品)を特定するとともに対象製品を製造して顧客に納品するのに必要な情報であり、顧客から直接又は間接的に取得した情報とすることができる。営業情報には、受注に結び付いた営業情報だけでなく、受注に結び付かなかった営業情報も含む。受注関連情報は、例えば、顧客のニーズ、対象製品に関する図面情報、対象製品に関する文書情報、対象製品に関する音声情報、対象製品に関する画像情報、動画情報又は数値情報などを含む。顧客のニーズは、例えば、顧客との面談において作成されたメモや議事録、顧客から提示された要望書、依頼書、仕様書、図面、質問、相談などを含む。 The acquisition unit 52 can acquire required information from the user terminal device 10 via the communication network 1. The acquisition unit 52 can acquire order-related information on the target product from the user terminal device 10. The order-related information is sales information on the target product, information necessary to identify the target product (e.g., the ordered product) and to manufacture and deliver the target product to the customer, and can be information acquired directly or indirectly from the customer. Sales information includes not only sales information that is linked to an order, but also sales information that is not linked to an order. The order-related information includes, for example, customer needs, drawing information on the target product, document information on the target product, audio information on the target product, image information, video information, or numerical information on the target product. The customer needs include, for example, memos and minutes created during an interview with the customer, requests, requests, specifications, drawings, questions, consultations, etc. presented by the customer.

特定部55は、取得部52を介して取得した受注関連情報に基づいて、製品DB71を参照して、過去に受注した製品の中から対象製品に関連する関連製品を特定することができる。例えば、受注関連情報によって特定される対象製品と類似する製品を、過去に受注した製品の中から探索し、類似する製品が探索できた場合、当該製品を関連製品として特定することができる。関連製品の特定方法の詳細は後述する。 The identification unit 55 can refer to the product DB 71 based on the order-related information acquired via the acquisition unit 52 to identify related products related to the target product from among products ordered in the past. For example, a product similar to the target product identified by the order-related information can be searched for from among products ordered in the past, and if a similar product is found, the product can be identified as a related product. Details of the method for identifying related products will be described later.

特定部55は、特定した関連製品に基づいて、過去に受注した製品と当該製品の提案情報とを対応付けた提案DB74を参照して、関連製品に関する提案情報を特定する(抽出する)ことができる。提案情報は、例えば、顧客のニーズに対する提案概要書、提案事例、製品の概要書、提案図面などを含む。なお、提案情報に、後述の見積情報や生産工程情報を含めてもよい。 Based on the identified related products, the identification unit 55 can identify (extract) proposal information related to the related products by referring to a proposal DB 74 that associates products ordered in the past with proposal information for the products. The proposal information includes, for example, a proposal summary for customer needs, a proposal example, a product summary, a proposal drawing, etc. The proposal information may also include quotation information and production process information, which will be described later.

特定部55は、特定した関連製品に基づいて、過去に受注した製品と当該製品の見積情報とを対応付けた見積DB73を参照して、関連製品に関する見積情報を特定する(抽出する)ことができる。見積情報の詳細は後述する。 Based on the identified related products, the identification unit 55 can identify (extract) quotation information regarding the related products by referring to the quotation DB 73, which associates products ordered in the past with quotation information for the products. Details of the quotation information will be described later.

特定部55は、特定した関連製品に基づいて、過去に受注した製品と当該製品の生産工程に関する生産工程情報とを対応付けた生産工程DB72を参照して、関連製品に関する生産工程情報を特定する(抽出する)ことができる。生産工程情報の詳細は後述する。 Based on the identified related products, the identification unit 55 can identify (extract) production process information related to the related products by referring to the production process DB 72, which associates products ordered in the past with production process information related to the production process of the products. Details of the production process information will be described later.

出力部56は、通信ネットワーク1を介して、ユーザ端末装置10に対して、所要の情報を出力することができる。出力部56は、特定した関連製品に対応する生産工程情報をユーザ端末装置10に出力することができる。 The output unit 56 can output the required information to the user terminal device 10 via the communication network 1. The output unit 56 can output the production process information corresponding to the identified related product to the user terminal device 10.

上述の構成により、対象製品に類似する関連製品の生産工程情報を得ることができるので、対象製品の生産工程情報を最初から作成しなくても、関連製品の生産工程情報を利用して対象製品の生産工程情報を作成することが可能となり、製品の生産工程における担当者の作業負担を軽減することができる。また、顧客のニーズに対して、過去の顧客ニーズによって収集された提案情報(提案事例)を探し出して参考提案とし、参考事例を必要に応じて修正等を行って顧客に提示することができる。 The above-mentioned configuration makes it possible to obtain production process information for related products that are similar to the target product, so that production process information for the target product can be created using the production process information for related products without having to create the production process information for the target product from scratch, reducing the workload of personnel in charge of the product's production process. In addition, in response to customer needs, proposal information (proposal examples) collected based on past customer needs can be found and used as a reference proposal, and the reference example can be modified as necessary and presented to the customer.

次に、関連製品の特定方法について説明する。以下では、受注関連情報が図面情報である場合と文書情報である場合について説明する。まず、受注関連情報が図面情報、画像情報、動画情報又は数値情報である場合について説明する。 Next, we will explain how to identify related products. Below, we will explain the cases where the order-related information is drawing information and document information. First, we will explain the cases where the order-related information is drawing information, image information, video information, or numerical information.

図4は図面情報に基づく関連製品の特定方法の一例を示す模式図である。対象製品の図面データを図面aとする。抽出部551は、図面aの画像特徴量aを抽出することができる。この場合、抽出部551は、CNN(Convolutional Neural Network:畳み込みニューラルネットワーク)などのニューラルネットワークを用いることができる。抽出部551は、さらに、抽出した画像特徴量aに対して一義的なベクトルを生成するベクトル化演算(例えば、二進数のハッシュ値への変換など)を行ってベクトルaを生成することができる。対象製品の図面が複数の図面で構成される場合には、それぞれの図面についてベクトルを生成し、後述のように、各ベクトルについてのコサイン類似度を算出し、算出したコサイン類似度の統計値(例えば、平均値、中央値など)に基づいて最終的なコサイン類似度を求めてもよい。なお、ニューラルネットワークを用いる構成に代えて、パターンマッチングのような手法を用いてもよい。 Figure 4 is a schematic diagram showing an example of a method for identifying related products based on drawing information. Drawing data of the target product is assumed to be drawing a. The extraction unit 551 can extract image feature a of drawing a. In this case, the extraction unit 551 can use a neural network such as a CNN (Convolutional Neural Network). The extraction unit 551 can further generate vector a by performing a vectorization operation (e.g., conversion to a hash value of a binary number, etc.) that generates a unique vector for the extracted image feature a. When the target product drawing is composed of multiple drawings, a vector may be generated for each drawing, and the cosine similarity for each vector may be calculated as described later, and the final cosine similarity may be obtained based on the statistical value (e.g., average value, median, etc.) of the calculated cosine similarity. Note that instead of a configuration using a neural network, a method such as pattern matching may be used.

図5は製品DB71の構成の一例を示す模式図である。製品DB71は、過去に受注して、製造、出荷等を実際に行った製品について、製品番号、製品名、図面データ、文書データ、音声変換済データ(音声を文字情報に変換したデータ)、画像データ、動画データ又は数値データを対応付けて記録している。1つの製品番号に対応する製品には、1又は複数の部品を含めてもよい。図面データは、例えば、製品の2次元又は3次元CAD(Computer Aided Design)データ、PDF(Portable Document Format)データなどを含む。文書データは、製品に関する仕様書、報告書、説明書、アンケート、顧客のニーズ、質問、依頼、相談などを含み、エクセルファイルやワードファイルなどを含む。音声変換済データは、例えば、製品に関する営業担当者と顧客との間の会話などを含み、顧客のニーズ、質問、依頼、相談などの会話が含まれる。 Figure 5 is a schematic diagram showing an example of the configuration of product DB71. Product DB71 records product numbers, product names, drawing data, document data, voice-converted data (data converted from voice to text information), image data, video data, or numerical data in association with each other for products that have been ordered in the past and have actually been manufactured, shipped, etc. A product corresponding to one product number may include one or more parts. Drawing data includes, for example, two-dimensional or three-dimensional CAD (Computer Aided Design) data of the product, PDF (Portable Document Format) data, etc. Document data includes product-related specifications, reports, instructions, questionnaires, customer needs, questions, requests, consultations, etc., and includes Excel files, Word files, etc. Voice-converted data includes, for example, conversations between sales representatives and customers regarding products, and includes conversations regarding customer needs, questions, requests, consultations, etc.

抽出部551は、製品DB71を参照して、過去の製品の図面データについても同様の処理を行う。図4の例では、製品番号:P0002、製品名BBB1の図面データF0002の画像特徴量Aを抽出する。抽出部551は、抽出した画像特徴量Aに対してベクトル化演算を行ってベクトルAを生成する。抽出部551は、製品DB71に記録されている製品(例えば、全製品でもよく、所要の製品でもよい)について、同様の処理を行ってベクトルを生成する。 The extraction unit 551 performs the same process on drawing data of past products by referring to the product DB 71. In the example of FIG. 4, image feature A of drawing data F0002 with product number: P0002 and product name: BBB1 is extracted. The extraction unit 551 performs a vectorization operation on the extracted image feature A to generate vector A. The extraction unit 551 performs the same process on products recorded in the product DB 71 (for example, all products or required products) to generate vectors.

算出部552は、対象製品の図面データに基づいて生成されたベクトルaと、過去の製品の図面データに基づいて生成されたベクトルA(ベクトルAは、製品毎に複数ある)とのコサイン類似度を算出することができる。コサイン類似度が1に近づくと類似度が高く、コサイン類似度が0に近づくと類似度が低い。これにより、対象製品と関連する関連製品を類似度という尺度で特定することができるとともに、類似度合いの順位を確認することができる。 The calculation unit 552 can calculate the cosine similarity between vector a generated based on the drawing data of the target product and vector A (there are multiple vectors A for each product) generated based on the drawing data of past products. The closer the cosine similarity is to 1, the higher the similarity is, and the closer the cosine similarity is to 0, the lower the similarity is. This makes it possible to identify products related to the target product using the measure of similarity, and to check the ranking of the degree of similarity.

なお、関連製品の特定は、ベクトルを用いる構成に限定されるものではなく、公知の手法を用いてもよい。また、図面に記載された線図から、線で囲まれる領域が占める面積、領域の重心、輪郭の周囲長などを計算できる特徴モーメントを用いてもよい。 The method for identifying related products is not limited to a configuration using vectors, and known methods may be used. Also, feature moments may be used that can calculate the area occupied by an area surrounded by lines, the center of gravity of the area, the perimeter of the outline, etc., from the line diagram depicted in the drawing.

図6は文書情報に基づく関連製品の特定方法の一例を示す模式図である。文書データは、対象製品や過去の製品に関する仕様書、報告書、説明書、アンケート、Q&A、顧客のニーズ、質問、依頼、相談などの文書を含み、エクセルファイルやワードファイルを用いることができる。これらの文書は、定型フォーマットで記載されていることが多い。一例として、図6に示すように、文書データが、複数の項目と、各項目についての内容(文章)とで構成されているとする。 Figure 6 is a schematic diagram showing an example of a method for identifying related products based on document information. Document data includes documents such as specifications, reports, instructions, questionnaires, Q&As, customer needs, questions, requests, and consultations related to the target product and past products, and can be Excel files or Word files. These documents are often written in a standard format. As an example, let us assume that document data is composed of multiple items and content (text) for each item, as shown in Figure 6.

抽出部551は、対象製品の文書データ内の各項目1、2、3、…の文章a、b、c、…に対して、形態素解析を行って、文章を単語単位に分割する。単語に分割した後、文章毎に各単語・類似単語が何回出現したかを計数し、語彙数をベクトル長とするベクトルを生成する。図に示すように、文章aのベクトルa、文章bのベクトルb、文章cのベクトルc、…を生成する。 The extraction unit 551 performs morphological analysis on sentences a, b, c, ... of each item 1, 2, 3, ... in the document data of the target product, and divides the sentences into words. After dividing into words, it counts how many times each word and similar word appears in each sentence, and generates a vector whose vector length is the number of vocabulary words. As shown in the figure, it generates vector a for sentence a, vector b for sentence b, vector c for sentence c, ....

抽出部551は、製品DB71を参照して、過去の製品の文書データについても同様の処理を行う。図6の例では、製品番号:P0004、製品名AAA2の文書データについて、文章AのベクトルA、文章BのベクトルB、文章CのベクトルC、…を生成する。なお、対象製品と過去の製品の文章データ内の項目1、2、3、…は、同じ項目であるとする。 The extraction unit 551 performs the same process on the document data of past products by referring to the product DB 71. In the example of FIG. 6, for the document data of product number: P0004, product name: AAA2, vector A of text A, vector B of text B, vector C of text C, ... are generated. Note that items 1, 2, 3, ... in the text data of the target product and past products are assumed to be the same items.

算出部552は、対象製品の文章データに基づいて生成されたベクトルaと、過去の製品の文章データに基づいて生成されたベクトルAとのコサイン類似度を算出することができる。同様に、算出部552は、対象製品の文章データに基づいて生成されたベクトルbと、過去の製品の文章データに基づいて生成されたベクトルBとのコサイン類似度を算出することができる。複数の項目それぞれについて算出されたコサイン類似度に基づいて、対象製品と過去の製品との類似度を算出することができる。この場合、対象製品と過去の製品との類似度は、複数の項目それぞれについて算出されたコサイン類似度の平均値でもよく、中央値でもよく、最大値又は最小値でもよい。なお、類似度は、コサイン類似度に限定されるものではなく、他の方法を用いて類似度を算出してもよい。 The calculation unit 552 can calculate the cosine similarity between vector a generated based on the text data of the target product and vector A generated based on the text data of a past product. Similarly, the calculation unit 552 can calculate the cosine similarity between vector b generated based on the text data of the target product and vector B generated based on the text data of a past product. The similarity between the target product and past products can be calculated based on the cosine similarity calculated for each of the multiple items. In this case, the similarity between the target product and past products may be the average value, median, maximum value, or minimum value of the cosine similarity calculated for each of the multiple items. Note that the similarity is not limited to the cosine similarity, and other methods may be used to calculate the similarity.

なお、文書類似度の算出は、上述のような単語の出現回数による文書のベクトル化に限定されるものではなく、Word2Vec、Dec2Vecなどの分散表現を用いた手法、ルールベースなどの公知の方法を用いればよい。 The calculation of document similarity is not limited to vectorization of documents based on the frequency of word occurrence as described above, but may use any known method such as a method using distributed representations such as Word2Vec or Dec2Vec, or a rule-based method.

音声データ同士の類似度の算出は、音声データをテキスト変換して文書データとし、文書類似度の算出方法を用いればよい。また、音声データをテキスト化し、機械学習された識別器に入力して類似度を求めてもよい。 The similarity between speech data can be calculated by converting the speech data into text and using a method for calculating document similarity. Alternatively, the speech data can be converted into text and input to a machine-learned classifier to calculate the similarity.

関連製品の特定の際には、図面情報、文書情報、音声情報、画像情報、動画情報及び数値情報の全部を用いてもよく、図面情報と文書情報、図面情報と音声情報、あるいは図面情報のみ、図面情報と画像情報、図面情報と数値情報などの如く、図面情報、文書情報、音声情報、画像情報、動画情報及び数値情報の一部だけを用いてもよい。 When identifying related products, all of the drawing information, document information, audio information, image information, video information and numerical information may be used, or only a part of the drawing information, document information, audio information, image information, video information and numerical information may be used, such as drawing information and document information, drawing information and audio information, or drawing information only, drawing information and image information, drawing information and numerical information, etc.

上述のように、受注関連情報は、対象製品に関する図面情報、文書情報及び音声情報の少なくとも1つを含む。図面情報は、対象製品に関する図面データであり、例えば、2次元又は3次元CADデータ、PDFデータなどを含む。文書情報は、対象製品に関する仕様書、報告書、説明書、アンケートなどを含み、エクセルファイルやワードファイルなどを含む。音声情報は、例えば、対象製品に関する営業担当者と顧客との間の会話などを含み、顧客のニーズ、質問、依頼、相談などの会話が含まれる。これにより、様々な伝達媒体を介して、対象製品に関する情報を顧客から幅広く収集することができる。 As described above, the order-related information includes at least one of drawing information, document information, and audio information related to the target product. Drawing information is drawing data related to the target product, and includes, for example, 2D or 3D CAD data, PDF data, etc. Document information includes specifications, reports, instructions, questionnaires, etc. related to the target product, and includes Excel files and Word files. Audio information includes, for example, conversations between sales representatives and customers regarding the target product, including conversations about customer needs, questions, requests, consultations, etc. This makes it possible to collect a wide range of information related to the target product from customers via various communication media.

次に、本実施の形態の情報処理システムの動作について説明する。 Next, we will explain the operation of the information processing system of this embodiment.

図7は情報処理システムによる情報の流れの第1例を示す模式図である。顧客のニーズを営業部門の担当者が入手すると、営業部門の担当者が使用するユーザ端末装置10において、顧客のニーズが入力され、入力された顧客のニーズは、サーバ50へ出力される。サーバ50は、営業DB74を参照して、顧客のニーズに対応する提案情報を特定し、特定した提案情報を営業部門の担当者が使用するユーザ端末装置10に出力する。ここで、顧客のニーズは、顧客との面談において作成されたメモや議事録、顧客から提示された要望書、依頼書、仕様書、図面などを含む。提案情報は、顧客のニーズに対する提案概要書、製品の概要書、提案図面などを含む。 Figure 7 is a schematic diagram showing a first example of information flow through an information processing system. When a sales department staff member obtains customer needs, the customer needs are input into the user terminal device 10 used by the sales department staff member, and the input customer needs are output to the server 50. The server 50 refers to the sales DB 74 to identify proposal information corresponding to the customer needs, and outputs the identified proposal information to the user terminal device 10 used by the sales department staff member. Here, the customer needs include notes and minutes created during interviews with customers, requests, requests, specifications, drawings, etc. submitted by customers. The proposal information includes a proposal outline for the customer needs, a product outline, proposal drawings, etc.

なお、サーバ50は、入力された顧客のニーズに基づいて、見積DB73を参照して、顧客のニーズに対応する見積情報(例えば、見積金額、見積条件、見積計算書など)を特定し、特定した見積情報を営業部門の担当者が使用するユーザ端末装置10に出力してもよい。また、サーバ50は、入力された顧客のニーズに基づいて、生産工程DB72を参照して、顧客のニーズに対応する生産工程情報(例えば、外観図、構想図、構想設計図など)を特定し、特定した生産工程情報を営業部門の担当者が使用するユーザ端末装置10に出力してもよい。 The server 50 may refer to the quotation DB 73 based on the inputted needs of the customer to identify quotation information (e.g., the estimated amount, the quotation conditions, the quotation invoice, etc.) corresponding to the needs of the customer, and output the identified quotation information to the user terminal device 10 used by the sales department staff. The server 50 may refer to the production process DB 72 based on the inputted needs of the customer to identify production process information (e.g., an exterior drawing, a concept drawing, a concept design drawing, etc.) corresponding to the needs of the customer, and output the identified production process information to the user terminal device 10 used by the sales department staff.

図8は情報処理システムによる情報の流れの第2例を示す模式図である。対象製品の受注に関する受注関連情報を営業部門の担当者が入手すると、営業部門の担当者が使用するユーザ端末装置10において、対象製品の受注関連情報が入力され、入力された受注関連情報は、サーバ50へ出力される。サーバ50は、見積DB73を参照して、対象製品に関連する関連製品の見積情報を特定し、特定した見積情報を営業部門の担当者が使用するユーザ端末装置10に出力する。 Figure 8 is a schematic diagram showing a second example of information flow through the information processing system. When a sales department staff member obtains order-related information regarding an order for a target product, the order-related information for the target product is input into the user terminal device 10 used by the sales department staff member, and the input order-related information is output to the server 50. The server 50 refers to the quotation DB 73 to identify quotation information for related products related to the target product, and outputs the identified quotation information to the user terminal device 10 used by the sales department staff member.

図9は見積DB73の構成の一例を示す模式図である。見積DB73は、例えば、製品名と対応付けて、見積情報及び詳細情報を含む。見積情報は、例えば、見積金額、見積条件などの情報を含む。詳細情報は、例えば、見積日、見積の作成者、商談結果などを含む。製品名を特定すれば、当該製品の見積情報及び詳細情報も特定することができる。なお、見積DBの構成は、図9に例示するものに限定されない。 Figure 9 is a schematic diagram showing an example of the configuration of quotation DB73. Quotation DB73 includes quotation information and detailed information, for example, in association with product names. Quotation information includes information such as the estimated amount and quotation conditions. Detailed information includes information such as the date of quotation, the person who created the quotation, and the results of business negotiations. By identifying the product name, it is possible to identify the quotation information and detailed information for that product. Note that the configuration of the quotation DB is not limited to that shown in the example of Figure 9.

図10は対象製品に関連する関連製品の見積情報を検索する場合の検索画面の一例を示す模式図である。検索画面では、受注関連情報としての図面データのファイル名、文書データのファイル名、音声データのファイル名を選択して入力することができる。なお、図面データ、文書データ、音声データの全てを入力する必要はない。図面データが選択されると、対象製品の図面が表示される。また、文書データが選択されると、対象製品の文書が表示される。また、対象製品に関連する関連製品を何個抽出するかは、上位の類似度のうち何個を抽出するか、又は類似度がいくつ以上のものを抽出するかを選択することができる。「検索」アイコンを操作することにより、受注関連情報がサーバ50へ送信される。 Figure 10 is a schematic diagram showing an example of a search screen when searching for quotation information for related products related to the target product. On the search screen, the file names of drawing data, document data, and voice data can be selected and input as order-related information. It is not necessary to input all of the drawing data, document data, and voice data. When drawing data is selected, a drawing of the target product is displayed. When document data is selected, the document of the target product is displayed. In addition, the number of related products related to the target product to be extracted can be selected by selecting how many of the top similarities to extract, or by selecting products with a certain degree of similarity or higher. By operating the "Search" icon, the order-related information is sent to the server 50.

図11は見積情報の検索結果の一例を示す模式図である。検索結果画面には、類似度の高い順に、順位と関連製品の図面が表示される。図の例では、順位が1位、2位、3位、4位の順に対象製品に関連する関連製品1、関連製品2、関連製品3、関連製品4を図示している。なお、関連製品を表示する場合、類似度が閾値以上の関連製品を表示してもよく、あるいは類似度が上位のものから所定数の関連製品を表示してもよい。図11に示すように、関連製品の図面とともに、関連製品の図面データのファイル名、関連製品の見積金額、類似度を表示することができる。 Figure 11 is a schematic diagram showing an example of a search result for quotation information. The search result screen displays the rankings and drawings of related products in order of similarity. In the example shown, related product 1, related product 2, related product 3, and related product 4 related to the target product are shown in the order of 1st, 2nd, 3rd, and 4th. When displaying related products, related products with a similarity equal to or greater than a threshold value may be displayed, or a predetermined number of related products may be displayed starting from those with the highest similarity. As shown in Figure 11, the file names of the drawing data for the related products, the estimated amount of the related products, and the similarity can be displayed together with the drawings of the related products.

上述のように、関連製品の見積情報(例えば、見積金額)を表示することにより、担当者は、対象製品に関連する関連製品の図面及び見積情報を容易に確認することができる。また、関連製品の図面を確認することができるので、例えば、関連製品の見積情報を対象製品の見積情報として使用できるのか、あるいは若干の修正作業を要するのかを直ちに把握でき、担当者の利便性が向上する。 As described above, by displaying the quotation information (e.g., the estimated amount) of the related product, the person in charge can easily check the drawings and quotation information of the related product related to the target product. In addition, since the drawings of the related product can be checked, it is possible to immediately grasp, for example, whether the quotation information of the related product can be used as quotation information for the target product or whether some modification work is required, improving the convenience for the person in charge.

次に、生産工程について説明する。 Next, we will explain the production process.

図12は生産工程情報の一例を示す模式図である。図12は、過去に受注して製造、出荷等を実際に行った製品(図では、製品番号:XXXX、製品名:ABC)の生産工程情報であり、製品毎に図に示すような生産工程情報が生産工程DB72に記録されている。図に示すように、製品に関わる部門を、例えば、設計部門、製造部門、管理部門、及び検査部門とする。設計部門は、構想設計(生産工程ID=1)、部品設計(生産工程ID=2)の各生産工程を担当する。製造部門は、生産指示(生産工程ID=3)、NC加工、機械加工、板金プレス加工、溶接加工、組立加工等(生産工程ID=4)の各生産工程を担当する。管理部門は、生産計画(生産工程ID=5)、工程管理(生産工程ID=6)、原価管理(生産工程ID=7)の各生産工程を担当する。検査部門は、検査(生産工程ID=8)の生産工程を担当する。なお、部門の名称や区分の仕方、工程の名称や区分の仕方は、図の例に限定されるものではなく、製品の分野や製品の属性に応じて適宜変更してよい。また、生産工程IDは、生産工程を特定できる情報であればIDに限定されない。 Figure 12 is a schematic diagram showing an example of production process information. Figure 12 shows production process information for a product (in the figure, product number: XXXX, product name: ABC) that was ordered in the past and actually manufactured and shipped, and the production process information as shown in the figure is recorded in the production process DB 72 for each product. As shown in the figure, the departments related to the product are, for example, the design department, manufacturing department, management department, and inspection department. The design department is responsible for each production process of concept design (production process ID = 1) and part design (production process ID = 2). The manufacturing department is responsible for each production process of production instructions (production process ID = 3), NC processing, machining, sheet metal pressing, welding processing, assembly processing, etc. (production process ID = 4). The management department is responsible for each production process of production planning (production process ID = 5), process management (production process ID = 6), and cost management (production process ID = 7). The inspection department is responsible for the production process of inspection (production process ID = 8). The names and classifications of departments and processes are not limited to the examples shown in the figure, and may be changed as appropriate depending on the product field and product attributes. Also, the production process ID is not limited to an ID as long as it is information that can identify the production process.

構想設計で使用又は作成される生産工程情報は、例えば、製品の外観図、構想図、構想設計図などを含む。部品設計で使用又は作成される生産工程情報は、例えば、製品の外観図、構想図、構想設計図、部品図、詳細設計図などを含む。 Production process information used or created in concept design includes, for example, product appearance drawings, concept drawings, concept design drawings, etc. Production process information used or created in part design includes, for example, product appearance drawings, concept drawings, concept design drawings, part drawings, detailed design drawings, etc.

生産指示で使用又は作成される生産工程情報は、例えば、製品の外観図、加工指示書、業務指示書、工程指示書などを含む。NC加工で使用又は作成される生産工程情報は、例えば、製品の外観図、加工指示書、業務指示書、工程指示書、NC加工プログラムなどを含む。 Production process information used or created in production instructions includes, for example, product appearance drawings, processing instructions, work instructions, process instructions, etc. Production process information used or created in NC machining includes, for example, product appearance drawings, processing instructions, work instructions, process instructions, NC machining programs, etc.

生産計画で使用又は作成される生産工程情報は、例えば、製品の外観図、加工指示書、業務指示書、工程指示書、発注書、設備機器スペック表、工程管理表、工数管理表などを含む。工程管理で使用又は作成される生産工程情報は、例えば、工程管理表、工数管理表などを含む。原価管理で使用又は作成される生産工程情報は、例えば、原価管理表などを含む。 Production process information used or created in production planning includes, for example, product appearance drawings, processing instructions, work instructions, process instructions, purchase orders, equipment spec sheets, process management sheets, and labor-hour management sheets. Production process information used or created in process management includes, for example, process management sheets and labor-hour management sheets. Production process information used or created in cost management includes, for example, cost management sheets.

検査で使用又は作成される生産工程情報は、例えば、検査表、良品・不良品・故障事例集などを含む。 Production process information used or created during inspection includes, for example, inspection sheets, collections of good and bad products, and failure case studies.

上述のように、生産工程情報は、構想設計、部品設計、部品加工、業務指示、工程指示、NC加工プログラム、生産計画、工程管理、工数管理、原価管理及び検査結果の少なくとも1つに関する情報を含む。これにより、対象製品の生産工程情報を最初から作成するのではなく、既に作成されている、対象製品に関連する(類似する)関連製品の生産工程情報を利用して対象製品用の生産工程情報に作成することができ、製品の生産に関わる生産工程の全工程において、生産性向上、品質向上、付加価値率の向上を図ることができる。 As described above, the production process information includes information on at least one of concept design, part design, part processing, work instructions, process instructions, NC processing programs, production plans, process management, labor-hour management, cost management, and inspection results. This allows production process information for the target product to be created using production process information for related products that are related to (similar to) the target product that has already been created, rather than creating production process information for the target product from scratch, thereby enabling productivity improvements, quality improvements, and added value rates to be achieved in all production processes related to the production of the product.

図13は情報処理システムによる情報の流れの第3例を示す模式図である。対象製品の受注関連情報が営業部門から入力されると、まず設計部門で製品の設計が行われるのが一般的である。図13の例では、設計部門の担当者が使用するユーザ端末装置10において、対象製品の受注関連情報が入力され、入力された受注関連情報は、サーバ50へ出力される。サーバ50は、設計部門の担当者が使用するユーザ端末装置10に対して、対象製品に関連する関連製品の生産工程情報、例えば、部品設計で使用又は生成される生産工程情報を出力する。以下、ユーザ端末装置10において、対象製品の受注関連情報を入力する際に、ユーザ端末装置10が表示する画面を参照して説明する。 Figure 13 is a schematic diagram showing a third example of information flow through an information processing system. When order-related information for a target product is input from the sales department, it is common for the product to be designed in the design department first. In the example of Figure 13, order-related information for the target product is input into a user terminal device 10 used by a member of the design department, and the input order-related information is output to a server 50. The server 50 outputs production process information for related products related to the target product, for example, production process information used or generated in part design, to the user terminal device 10 used by a member of the design department. The following will be described with reference to the screen displayed by the user terminal device 10 when inputting order-related information for the target product in the user terminal device 10.

図14は関連製品の生産工程情報を検索する場合の検索画面の一例を示す模式図である。検索画面は、担当者が対象製品に関連する関連製品及び生産工程情報を検索する際に、受注関連情報を入力するとともに、検索要求をサーバ50に対して出力するための画面である。検索画面では、受注関連情報としての図面データのファイル名、文書データのファイル名、音声データのファイル名を選択して入力することができる。なお、図面データ、文書データ、音声データの全てを入力する必要はない。図面データが選択されると、対象製品の図面が表示される。また、文書データが選択されると、対象製品の文書が表示される。また、関連製品を検索する場合、上位の類似度のうち何個を検索して抽出するか、又は類似度がいくつ以上のものを検索して抽出するかを選択することができる。生産工程IDにIDを入力することにより、担当者が担当する生産工程を特定してサーバ50に通知することができる。「検索」アイコンを操作することにより、受注関連情報、生産工程IDと共に検索要求がサーバ50へ送信される。 Figure 14 is a schematic diagram showing an example of a search screen when searching for production process information of related products. The search screen is a screen for inputting order-related information and outputting a search request to the server 50 when the person in charge searches for related products and production process information related to the target product. On the search screen, the file names of drawing data, document data, and voice data as order-related information can be selected and input. It is not necessary to input all of the drawing data, document data, and voice data. When drawing data is selected, the drawing of the target product is displayed. When document data is selected, the document of the target product is displayed. When searching for related products, it is possible to select how many of the top similarities to search and extract, or to search and extract those with a certain degree of similarity. By inputting an ID in the production process ID, the production process that the person in charge is in charge of can be specified and notified to the server 50. By operating the "search" icon, a search request is sent to the server 50 together with the order-related information and the production process ID.

図15は検索結果画面の一例を示す模式図である。検索結果は、対象製品に関連する(類似する)関連製品の情報を含む。検索結果画面には、類似度の高い順に、順位と関連製品の図面が表示される。図の例では、順位が1位、2位、3位、4位の順に対象製品に類似する関連製品1、関連製品2、関連製品3、関連製品4が表示されている。なお、表示される関連製品の数は、類似度が閾値以上の関連製品を表示してもよく、あるいは類似度が上位のものから所定数の関連製品を表示してもよい。図15に示すように、関連製品の図面とともに、関連製品の図面データのファイル名、関連製品の類似度を表示することができる。 Figure 15 is a schematic diagram showing an example of a search result screen. The search results include information on related products related to (similar to) the target product. The search result screen displays the rankings and drawings of the related products in order of similarity. In the example shown, related products 1, 2, 3, and 4, which are similar to the target product, are displayed in the order of 1st, 2nd, 3rd, and 4th. The number of related products displayed may be related products whose similarity is equal to or exceeds a threshold value, or a predetermined number of related products may be displayed starting from the top of the similarity. As shown in Figure 15, the file names of the drawing data of the related products and the similarity of the related products can be displayed together with the drawings of the related products.

上述のように、対象製品に関連製品を、その類似度、類似順位とともに表示するので、担当者は、対象製品に関連する関連製品を、類似度順に確認することができる。 As described above, products related to the target product are displayed along with their similarity and similarity ranking, allowing the person in charge to check the products related to the target product in order of similarity.

表示された関連製品のうち、所要の関連製品を選択して、「生産工程情報」アイコンを操作することにより、当該関連製品の生産工程情報のうち、生産工程IDで特定される生産工程で使用又は作成される生産工程情報を表示することができる。 By selecting the desired related product from the displayed related products and operating the "production process information" icon, it is possible to display the production process information of the related product that is used or created in the production process identified by the production process ID.

図16は生産工程情報画面の一例を示す模式図である。図16の例では生産工程を「部品設計」としている。生産工程情報画面では、選択された関連製品1の外観図、構想図、構想設計図、部品図、詳細設計図などが表示されている。設計部門の担当者は、対象製品に関連する関連製品の外観図、構想図、構想設計図、部品図、詳細設計図などを入手することができるので、例えば、対象製品の部品図を作成する場合、関連製品の部品図を編集することにより、対象製品の部品図を作成することができ、作業負担の軽減、生産性の向上を図ることができる。また、既に品質上問題なく作成済の部品図を利用できるので、最初から部品図を作成する場合に比べて、ヒューマンエラーが入り込む余地が少なくなり、品質の向上も図ることができる。外観図、構想図、構想設計図、部品図、詳細設計図のいずれかを選択して「編集」アイコンを操作することにより、以下に示すように、編集画面を表示することができる。なお、生産工程情報は、図16の例に限定されない。 Figure 16 is a schematic diagram showing an example of a production process information screen. In the example of Figure 16, the production process is "parts design". In the production process information screen, the appearance diagram, concept diagram, concept design diagram, part diagram, detailed design diagram, etc. of the selected related product 1 are displayed. Since the person in charge of the design department can obtain the appearance diagram, concept diagram, concept design diagram, part diagram, detailed design diagram, etc. of the related product related to the target product, for example, when creating a part diagram of the target product, it is possible to create the part diagram of the target product by editing the part diagram of the related product, thereby reducing the workload and improving productivity. In addition, since a part diagram that has already been created without quality problems can be used, there is less room for human error compared to creating a part diagram from scratch, and quality can also be improved. By selecting one of the appearance diagram, concept diagram, concept design diagram, part diagram, or detailed design diagram and operating the "edit" icon, an editing screen can be displayed as shown below. Note that the production process information is not limited to the example of Figure 16.

図17は編集画面の一例を示す模式図である。図17の例では、部品図の編集画面が表示されている。編集ツールボックスには、編集アイコンEd1~Ed8が配置され、各編集アイコンには、編集に必要な機能が割り当てられている。「プレビュー」アイコンを操作すると、編集後の部品図を表示することができる。「名前を付けて保存」アイコンを操作すると、編集後の部品図に新しいファイル名を付与して保存することができる。「削除」アイコンを操作すると、編集中、あるいは編集後などの部品図を削除することができる。「印刷」アイコンを操作すると、編集後の部品図を印刷することができる。 Figure 17 is a schematic diagram showing an example of an editing screen. In the example of Figure 17, an editing screen for a parts drawing is displayed. Editing icons Ed1 to Ed8 are arranged in the editing tool box, and functions required for editing are assigned to each editing icon. Operating the "Preview" icon allows the edited parts drawing to be displayed. Operating the "Save as" icon allows the edited parts drawing to be saved with a new file name. Operating the "Delete" icon allows the part drawing to be deleted while being edited or after being edited. Operating the "Print" icon allows the edited parts drawing to be printed.

図18は情報処理システムによる情報の流れの第4例を示す模式図である。図13に例示した第3例と同様に、製造部門の担当者が使用するユーザ端末装置10において、対象製品の受注関連情報が入力されると、入力された受注関連情報は、サーバ50へ出力される。サーバ50は、製造部門の担当者が使用するユーザ端末装置10に対して、対象製品に関連する関連製品の生産工程情報、例えば、生産指示で使用又は生成される生産工程情報(例えば、製品の外観図、加工指示書、業務指示書、工程指示書など)を出力することができる。また、図示していないが、管理部門、検査部門においても同様である。 Figure 18 is a schematic diagram showing a fourth example of information flow through an information processing system. As with the third example illustrated in Figure 13, when order-related information for a target product is input to a user terminal device 10 used by a production department staff member, the input order-related information is output to a server 50. The server 50 can output production process information for related products related to the target product, for example, production process information used or generated in production instructions (for example, product appearance diagrams, processing instructions, work instructions, process instructions, etc.), to the user terminal device 10 used by a production department staff member. The same is true for the management department and inspection department, although not shown.

図19は情報処理システムによる情報の流れの第5例を示す模式図である。前述の第3例及び第4例では、受注関連情報がサーバ50へ送信されると、サーバ50は、一連の処理の流れにおいて、関連製品の情報だけでなく関連製品の生産工程情報をユーザ端末装置10に出力する構成であった。第4例では、サーバ50は、関連製品の情報だけをユーザ端末装置10に出力する。図19に示すように、例えば、設計部門の担当者が使用するユーザ端末装置10において、対象製品の受注関連情報が入力されると、サーバ50は、関連製品の情報(製品番号、製品名など)を設計部門の担当者が使用するユーザ端末装置10に出力する。サーバ50は、さらに、対象製品の受注関連情報と関連製品の情報(製品番号、製品名など)を、他の部門である、製造部門、管理部門、検査部門の担当者が使用するユーザ端末装置10にも出力することができる。これにより、全生産工程の担当者間で、対象製品に関連する関連製品の情報を共有することができる。 Figure 19 is a schematic diagram showing a fifth example of information flow by an information processing system. In the third and fourth examples described above, when order-related information is sent to the server 50, the server 50 is configured to output not only related product information but also production process information of the related product to the user terminal device 10 in a series of processing flows. In the fourth example, the server 50 outputs only related product information to the user terminal device 10. As shown in Figure 19, for example, when order-related information of the target product is input in the user terminal device 10 used by the design department staff, the server 50 outputs related product information (product number, product name, etc.) to the user terminal device 10 used by the design department staff. The server 50 can also output order-related information of the target product and related product information (product number, product name, etc.) to the user terminal device 10 used by the staff of other departments, such as the manufacturing department, management department, and inspection department. This allows information on related products related to the target product to be shared among the staff of all production processes.

上述の第5例では、検索画面は、図14の場合と同様であるので、説明は省略する。 In the fifth example described above, the search screen is the same as that shown in Figure 14, so a detailed explanation will be omitted.

図20は検索結果画面の他の例を示す模式図である。図20に例示する検索結果画面は、図19に例示する第5例において、ユーザ端末装置10が表示するものである。図14に例示する検索結果画面との相違点は、「関連製品決定」アイコンを備える点である。例えば、設計部門の担当者が使用するユーザ端末装置10において、担当者が、チェックボックスにチェックを付けて関連製品1を選択して「関連製品決定」アイコンを操作すると、対象製品に関連する関連製品は関連製品1であることが決定され、図19に示すように、決定された関連製品の情報が、他の部門である、製造部門、管理部門、検査部門の担当者が使用するユーザ端末装置10にも出力される。これにより、対象製品に関連する関連製品の情報を生産工程の各担当者間で共有することができる。なお、関連製品の決定は、生産工程の中でも上流側に位置する設計部門の担当者が行うことが望ましいが、他の部門の担当者が行ってもよい。 Figure 20 is a schematic diagram showing another example of the search result screen. The search result screen shown in Figure 20 is displayed by the user terminal device 10 in the fifth example shown in Figure 19. The difference from the search result screen shown in Figure 14 is that it includes a "Related Product Decision" icon. For example, in the user terminal device 10 used by a design department staff member, when the staff member checks the checkbox to select related product 1 and operates the "Related Product Decision" icon, the related product related to the target product is decided to be related product 1, and as shown in Figure 19, information on the decided related product is also output to the user terminal device 10 used by staff members of other departments, such as the manufacturing department, management department, and inspection department. This allows information on related products related to the target product to be shared among the staff members of each production process. Note that it is preferable that the decision on related products is made by a design department staff member who is located upstream in the production process, but it may be made by a staff member of another department.

製品の種類によっては、製品に固有の1つの生産工程で製造される場合だけでなく、同じ製品であっても異なる複数の生産工程のうち所要の生産工程を選定して製造される場合もある。例えば、同じ製品でも、使用される地域や国、環境、要求スペック等の要求事項に応じて最適な生産工程を用いる必要がある。以下では、同一の関連製品に関する複数種類の生産工程情報の中から所要の生産工程情報を選択する方法について説明する。 Depending on the type of product, it may be manufactured not only in one production process specific to the product, but also in other cases, the same product may be manufactured by selecting the required production process from among multiple different production processes. For example, even for the same product, it may be necessary to use the optimal production process depending on requirements such as the region or country where it is used, the environment, and the required specifications. Below, we will explain how to select the required production process information from multiple types of production process information for the same related product.

図21は生産工程情報選択画面の一例を示す模式図である。図21に示すように、類似順位xxの関連製品xxが選択されて表示されているとする。選択された関連製品xxに関連する生産工程情報が、例えば、生産工程情報xx-1(例えば、ハイスペック用)、生産工程情報xx-2(例えば、通常スペック用)、生産工程情報xx-3(例えば、外国向け仕様)の3種類存在するとすると、サーバ50は、生産工程情報xx-1、生産工程情報xx-2、生産工程情報xx-3を表示するとともに、それぞれの生産工程情報の詳細情報を表示するための「詳細」アイコン、所要の生産工程情報を選択するための「選択」アイコンを表示することができる。これにより、担当者は、対象製品の要求事項に適した生産工程情報を得ることができる。 Figure 21 is a schematic diagram showing an example of a production process information selection screen. As shown in Figure 21, assume that a related product xx with a similarity rank of xx is selected and displayed. If there are three types of production process information related to the selected related product xx, for example, production process information xx-1 (for example, for high specifications), production process information xx-2 (for example, for normal specifications), and production process information xx-3 (for example, specifications for overseas markets), the server 50 can display production process information xx-1, production process information xx-2, and production process information xx-3, as well as a "Details" icon for displaying detailed information on each production process information and a "Select" icon for selecting the desired production process information. This allows the person in charge to obtain production process information that suits the requirements of the target product.

上述のように、サーバ50は、生産工程IDで特定される複数の生産工程情報を選択可能にユーザ端末装置へ出力し、ユーザ端末装置から所要の生産工程情報の選択を受け付けた場合、当該関連製品に関する生産工程情報を出力することができる。 As described above, the server 50 can output a plurality of pieces of production process information identified by a production process ID to a user terminal device in a selectable manner, and when a selection of the required production process information is received from the user terminal device, the server 50 can output the production process information relating to the related product.

生産工程情報を必要とするタイミングは、生産工程の上流側と下流側とで異なる場合がある。例えば、設計部門では、受注後、直ちに対象製品の設計を行うため、早いタイミングで生産工程情報が必要になる。一方、製造部門では、設計が完了した後、対象製品の製造が開始される場合が多く、生産工程情報を必要とするタイミングは、設計部門より遅い場合が多い。管理部門や検査部門も同様である。以下では、必要なタイミングで関連製品の生産工程情報を取得できる方法について説明する。 The timing at which production process information is required may differ between the upstream and downstream of the production process. For example, the design department designs the target product immediately after receiving an order, so production process information is required at an early stage. On the other hand, the manufacturing department often starts manufacturing the target product after the design is completed, so the timing at which production process information is required is often later than in the design department. The same is true for the management department and inspection department. Below, we will explain how to obtain production process information for related products when it is needed.

図22は情報処理システムによる情報の流れの第6例を示す模式図である。図19において説明したように、各部門の担当者は、関連製品の情報(製品番号、製品名など)を既に取得している。設計部門の担当者は、対象製品の生産工程情報の作成を開始するタイミングで、生産工程情報検索の処理を行う。具体的には、ユーザ端末装置10を使って、対象製品に関連する関連製品の製品番号・製品名をサーバ50に出力することができる。サーバ50は、設計部門の担当者が使用するユーザ端末装置10に対して、当該関連製品の生産工程情報、例えば、部品設計で使用又は生成される生産工程情報を出力する。 Figure 22 is a schematic diagram showing a sixth example of information flow through an information processing system. As explained in Figure 19, the staff in each department have already acquired information on related products (product number, product name, etc.). The design department staff performs a production process information search process when they start creating production process information for the target product. Specifically, they can use the user terminal device 10 to output the product number and product name of the related product related to the target product to the server 50. The server 50 outputs the production process information of the related product, for example, the production process information used or generated in part design, to the user terminal device 10 used by the design department staff.

図23は生産工程情報検索のための画面の一例を示す模式図である。生産工程情報を検索するためには、各部門の担当者は、関連製品の情報(例えば、製品番号、製品名など)を選択する。図では製品番号を選択している。担当者は、さらに、自身が担当する生産工程の工程IDを選択する。図では部品設計を選択している。関連製品及び工程IDを選択した後、「検索」アイコンを操作することにより、ユーザ端末装置10から、生産工程情報の検索依頼及び生産工程の工程IDがサーバ50に出力される。サーバ50は、取得した関連製品の情報と生産工程の工程IDとに基づいて、生産工程DB72を参照して、所要の生産工程情報を抽出し、抽出した生産工程情報をユーザ端末装置10に出力することができる。この場合、設計部門の担当者は、図16に例示したような生産工程情報を得ることができる。 Figure 23 is a schematic diagram showing an example of a screen for searching production process information. To search for production process information, the person in charge of each department selects information on related products (e.g., product number, product name, etc.). In the figure, the product number is selected. The person in charge further selects the process ID of the production process for which he or she is responsible. In the figure, part design is selected. After selecting the related product and the process ID, the user terminal device 10 outputs a search request for production process information and the process ID of the production process to the server 50 by operating the "Search" icon. The server 50 can refer to the production process DB 72 based on the acquired information on the related product and the process ID of the production process, extract the required production process information, and output the extracted production process information to the user terminal device 10. In this case, the person in charge of the design department can obtain production process information as shown in FIG. 16.

上述のように、サーバ50は、ユーザ端末装置10から、関連製品の情報及び複数の生産工程情報の中から所要の生産工程情報を特定する特定情報を取得することができる。関連製品の情報は、例えば、関連製品の製品番号や製品名とすることができるが、これに限定されない。所要の生産工程情報は、担当者が担当する生産工程において必要となる生産工程情報とすることができる。特定情報は、生産工程情報を特定することができる情報であればよく、例えば、生産工程IDや工程名、部署名等であってもよい。サーバ50は、関連製品の情報に基づいて、取得した特定情報で特定される生産工程情報をユーザ端末装置10へ出力することができる。これにより、各生産工程の担当者は、予め取得した関連製品の情報をユーザ端末装置10に入力することにより、関連製品に関する生産工程情報であって、担当者が担当する生産工程又は担当者が所属する部署において必要となる生産工程情報を所要のタイミングで入手することができる。 As described above, the server 50 can acquire, from the user terminal device 10, information on related products and specific information that identifies the required production process information from among multiple pieces of production process information. The information on related products can be, for example, the product number or product name of the related products, but is not limited to this. The required production process information can be production process information required in the production process that the person in charge is in charge of. The specific information can be any information that can identify the production process information, and can be, for example, a production process ID, a process name, a department name, etc. The server 50 can output the production process information identified by the acquired specific information to the user terminal device 10 based on the information on related products. As a result, the person in charge of each production process can input the previously acquired information on related products into the user terminal device 10, and obtain the production process information on related products that is required in the production process that the person in charge is in charge of or in the department to which the person in charge belongs, at the required timing.

図24は情報処理システムによる情報の流れの第7例を示す模式図である。図22に例示した第6例と同様に、製造部門の担当者は、対象製品の生産工程情報の作成を開始するタイミングで、生産工程情報検索の処理を行うことができる。具体的には、ユーザ端末装置10を使って、対象製品に関連する関連製品の製品番号・製品名をサーバ50に出力することができる。サーバ50は、製造部門の担当者が使用するユーザ端末装置10に対して、当該関連製品の生産工程情報、例えば、生産指示で使用又は生成される生産工程情報(例えば、製品の外観図、加工指示書、業務指示書、工程指示書など)を出力することができる。また、図示していないが、管理部門、検査部門においても同様である。 Figure 24 is a schematic diagram showing a seventh example of information flow by an information processing system. As with the sixth example illustrated in Figure 22, a production department staff member can perform a production process information search process when starting to create production process information for the target product. Specifically, the production number and product name of a related product related to the target product can be output to the server 50 using the user terminal device 10. The server 50 can output the production process information of the related product, for example, production process information used or generated in a production instruction (for example, a product appearance diagram, processing instructions, work instructions, process instructions, etc.), to the user terminal device 10 used by the production department staff member. The same applies to the management department and inspection department, although not shown.

図25はサーバ50の処理手順の一例を示すフローチャートである。以下では便宜上、処理の主体を制御部51として説明する。制御部51は、対象製品の受注関連情報を取得し(S11)、取得した受注関連情報に基づいて対象製品に関連する(類似する)関連製品を特定する(S12)。関連製品の特定には、製品番号や製品名を用いることができる。 Figure 25 is a flowchart showing an example of a processing procedure of the server 50. For convenience, the following description will be given with the control unit 51 acting as the subject of the processing. The control unit 51 acquires order-related information for the target product (S11), and identifies related products related to (similar to) the target product based on the acquired order-related information (S12). Product numbers and product names can be used to identify related products.

制御部51は、特定した関連製品の情報(製品番号、製品名など)をユーザ端末装置10へ出力し(S13)、関連製品の選定を受け付けたか否かを判定する(S14)。関連製品の選定を受け付けていない場合(S14でNO)、制御部51は、ステップS14の処理を続ける。 The control unit 51 outputs information about the identified related product (product number, product name, etc.) to the user terminal device 10 (S13), and determines whether or not the selection of the related product has been accepted (S14). If the selection of the related product has not been accepted (NO in S14), the control unit 51 continues the processing of step S14.

関連製品の選定を受け付けた場合(S14でYES)、制御部51は、関連製品に関する生産工程情報を特定し、特定した生産工程情報をユーザ端末装置10へ出力し(S15)、処理を終了する。 If the selection of a related product is accepted (YES in S14), the control unit 51 identifies production process information related to the related product, outputs the identified production process information to the user terminal device 10 (S15), and ends the process.

サーバ50は、CPU(プロセッサ)、ROM及びRAM(メモリ)などを備えた汎用コンピュータを用いて実現することもできる。すなわち、図25に示すような、各処理の手順を定めたコンピュータプログラムをコンピュータに備えられたRAM(メモリ)にロードし、コンピュータプログラムをCPU(プロセッサ)で実行することにより、コンピュータ上でサーバ50を実現することができる。コンピュータプログラムは記録媒体に記録され流通されてもよく、あるいは、ネットワークを介して、コンピュータにインストールされてもよい。 The server 50 can also be realized using a general-purpose computer equipped with a CPU (processor), ROM, RAM (memory), etc. That is, the server 50 can be realized on a computer by loading a computer program that defines the procedures for each process, such as that shown in FIG. 25, into the RAM (memory) of the computer and executing the computer program with the CPU (processor). The computer program may be recorded on a recording medium and distributed, or may be installed on a computer via a network.

本実施の形態のコンピュータプログラムは、コンピュータに、対象製品の受注に関する受注関連情報を取得し、取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定し、特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関する生産工程情報を出力する、処理を実行させる。 The computer program of this embodiment causes a computer to execute the following process: acquire order-related information regarding an order for a target product; identify related products related to the target product from among products ordered in the past based on the acquired order-related information; and, based on the identified related products, refer to a production process database that associates products ordered in the past with production process information regarding the production process of the products, and output production process information related to the related products.

本実施の形態の情報処理装置は、対象製品の受注に関する受注関連情報を取得する取得部と、取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定する特定部と、特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関する生産工程情報を出力する出力部とを備える。 The information processing device of this embodiment includes an acquisition unit that acquires order-related information related to orders for a target product, an identification unit that identifies related products related to the target product from among products ordered in the past based on the acquired order-related information, and an output unit that outputs production process information related to the related products based on the identified related products by referring to a production process database that associates products ordered in the past with production process information related to the production process of the products.

本実施の形態の情報処理方法は、対象製品の受注に関する受注関連情報を取得し、取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定し、特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関する生産工程情報を出力する。 The information processing method of this embodiment acquires order-related information regarding an order for a target product, identifies related products related to the target product from among products ordered in the past based on the acquired order-related information, and, based on the identified related products, references a production process database that associates products ordered in the past with production process information regarding the production process of the products, and outputs production process information related to the related products.

コンピュータプログラムは、対象製品の受注に関する受注関連情報を取得する。受注関連情報は、対象製品(例えば、受注した製品)を特定するとともに対象製品を製造して顧客に納品するのに必要な情報であり、顧客から直接又は間接的に取得した情報とすることができる。受注関連情報は、例えば、対象製品に関する図面情報、対象製品に関する文書情報、対象製品に関する音声情報などを含む。 The computer program acquires order-related information regarding an order for a target product. The order-related information is information necessary to identify the target product (e.g., an ordered product) and to manufacture and deliver the target product to a customer, and can be information acquired directly or indirectly from a customer. The order-related information includes, for example, drawing information regarding the target product, document information regarding the target product, and audio information regarding the target product.

コンピュータプログラムは、取得した受注関連情報に基づいて、過去に受注した製品の中から対象製品に関連する関連製品を特定する。例えば、受注関連情報によって特定される対象製品と類似する製品を、過去に受注した製品の中から探索し、類似する製品が探索できた場合、当該製品を関連製品として特定することができる。 The computer program identifies related products related to the target product from among products ordered in the past based on the acquired order-related information. For example, it searches among products ordered in the past for products similar to the target product identified by the order-related information, and if a similar product is found, it can identify that product as a related product.

コンピュータプログラムは、特定した関連製品に基づいて、過去に受注した製品と当該製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、関連製品に関する生産工程情報を出力する。すなわち、生産工程データベースを参照して、特定した関連製品に対応する生産工程情報を抽出して出力することができる。 Based on the identified related products, the computer program references a production process database that associates previously ordered products with production process information related to the production process of the products, and outputs production process information related to the related products. In other words, the computer program can reference the production process database to extract and output production process information corresponding to the identified related products.

上述の構成により、対象製品に類似する関連製品の生産工程情報を得ることができるので、対象製品の生産工程情報を最初から作成しなくても、関連製品の生産工程情報を利用して対象製品の生産工程情報を作成することが可能となり、製品の生産工程における担当者の作業負担を軽減することができる。 The above-mentioned configuration makes it possible to obtain production process information for related products that are similar to the target product, so that production process information for the target product can be created using the production process information for the related products without having to create the production process information for the target product from scratch, thereby reducing the workload of personnel in the product production process.

本実施の形態のコンピュータプログラムは、コンピュータに、前記関連製品の情報をユーザ端末装置へ出力する、処理を実行させる。 The computer program of this embodiment causes the computer to execute a process to output information about the related products to a user terminal device.

コンピュータプログラムは、関連製品の情報をユーザ端末装置へ出力する。ユーザ端末装置は、製品の各生産工程における担当者が使用する端末装置とすることができる。対象製品に関連する(類似する)関連製品が特定された場合、関連製品の情報をユーザ端末装置へ出力することにより、対象製品に関連する関連製品の情報を生産工程の各担当者が共有することができる。 The computer program outputs information about related products to a user terminal device. The user terminal device can be a terminal device used by a person in charge of each production process of the product. When a related product related to (similar to) the target product is identified, the information about the related product can be output to the user terminal device, allowing each person in charge of the production process to share information about the related products related to the target product.

本実施の形態のコンピュータプログラムは、コンピュータに、ユーザ端末装置から前記関連製品の情報及び複数の生産工程情報の中から所要の生産工程情報を特定する特定情報を取得し、前記関連製品に関する生産工程情報であって、前記特定情報で特定される生産工程情報を前記ユーザ端末装置へ出力する、処理を実行させる。 The computer program of this embodiment causes a computer to execute a process of acquiring, from a user terminal device, information on the related product and specific information that identifies the required production process information from among multiple pieces of production process information, and outputting, to the user terminal device, the production process information related to the related product that is identified by the specific information.

本実施の形態のユーザ端末装置は、対象製品に関連する関連製品の情報及び複数の生産工程情報の中から所要の生産工程情報を特定する特定情報を情報処理装置へ出力する出力部と、前記関連製品に関する生産工程情報であって前記特定情報で特定される生産工程情報を前記情報処理装置から取得する取得部とを備える。 The user terminal device of this embodiment includes an output unit that outputs information on related products related to the target product and specific information that identifies the required production process information from among multiple pieces of production process information to an information processing device, and an acquisition unit that acquires production process information on the related products, which is identified by the specific information, from the information processing device.

コンピュータプログラムは、ユーザ端末装置から関連製品の情報及び複数の生産工程情報の中から所要の生産工程情報を特定する特定情報を取得する。関連製品の情報は、例えば、関連製品の製品番号や製品名とすることができるが、これに限定されない。所要の生産工程情報は、担当者が担当する生産工程において必要となる生産工程情報とすることができる。特定情報は、生産工程情報を特定することができる情報であればよく、例えば、生産工程IDや工程名、部署名等であってもよい。 The computer program acquires, from the user terminal device, information on related products and specific information that identifies the required production process information from among multiple pieces of production process information. The related product information can be, for example, but is not limited to, the product number or product name of the related product. The required production process information can be production process information required for the production process that the person in charge is in charge of. The specific information can be any information that can identify the production process information, and may be, for example, a production process ID, process name, department name, etc.

コンピュータプログラムは、関連製品に関する生産工程情報であって、取得した特定情報で特定される生産工程情報をユーザ端末装置へ出力する。これにより、各生産工程の担当者は、予め取得した関連製品の情報をユーザ端末装置に入力することにより、関連製品に関する生産工程情報であって、担当者が担当する生産工程又は担当者が所属する部署において必要となる生産工程情報を所要のタイミングで入手することができる。 The computer program outputs production process information about related products that is identified by the acquired specific information to a user terminal device. This allows a person in charge of each production process to input previously acquired information about related products into a user terminal device, thereby obtaining production process information about related products that is required for the production process that the person in charge is in charge of or the department to which the person in charge belongs, at the required timing.

本実施の形態のコンピュータプログラムにおいて、前記受注関連情報は、前記対象製品に関する図面情報、文書情報及び音声情報の少なくとも1つを含む。 In the computer program of this embodiment, the order-related information includes at least one of drawing information, document information, and audio information related to the target product.

受注関連情報は、対象製品に関する図面情報、文書情報及び音声情報の少なくとも1つを含む。図面情報は、対象製品に関する図面データであり、例えば、2次元又は3次元CADデータ、PDFデータなどを含む。文書情報は、対象製品に関する仕様書、報告書、説明書、アンケートなどを含み、エクセルファイルやワードファイルなどを含む。音声情報は、例えば、対象製品に関する営業担当者と顧客との間の会話などを含み、顧客のニーズ、質問、依頼、相談などの会話が含まれる。 The order-related information includes at least one of drawing information, document information, and audio information related to the target product. Drawing information is drawing data related to the target product, and includes, for example, 2D or 3D CAD data, PDF data, etc. Document information includes specifications, reports, instructions, questionnaires, etc. related to the target product, and includes Excel files and Word files. Audio information includes, for example, conversations between sales representatives and customers regarding the target product, including conversations about the customer's needs, questions, requests, consultations, etc.

これにより、様々な伝達媒体を介して、対象製品に関する情報を顧客から幅広く収集することができる。 This allows us to collect a wide range of information about the target product from customers through various communication media.

本実施の形態のコンピュータプログラムにおいて、前記生産工程情報は、構想設計、部品設計、部品加工、業務指示、工程指示、NC加工プログラム、生産計画、工程管理、工数管理、原価管理及び検査結果の少なくとも1つに関する情報を含む。 In the computer program of this embodiment, the production process information includes information on at least one of concept design, part design, part processing, work instructions, process instructions, NC processing programs, production plans, process management, labor-hour management, cost management, and inspection results.

生産工程情報は、構想設計、部品設計、部品加工、業務指示、工程指示、NC加工プログラム、生産計画、工程管理、工数管理、原価管理及び検査結果の少なくとも1つに関する情報を含む。これにより、対象製品の生産工程情報を最初から作成するのではなく、既に作成されている、対象製品に関連する(類似する)関連製品の生産工程情報を利用して対象製品用の生産工程情報に作成することができ、製品の生産に関わる生産工程の全工程において、生産性向上、品質向上、付加価値率の向上を図ることができる。 The production process information includes information related to at least one of concept design, parts design, parts processing, work instructions, process instructions, NC processing programs, production plans, process management, labor-hour management, cost management, and inspection results. This allows production process information for the target product to be created using production process information for related products that are related to (similar to) the target product that has already been created, rather than creating production process information for the target product from scratch, thereby enabling productivity improvements, quality improvements, and added value rates to be achieved in all production processes related to the production of the product.

本実施の形態のコンピュータプログラムは、コンピュータに、特定した関連製品の情報を、生産工程内のユーザ端末装置に配信する。
処理を実行させる
The computer program of the present embodiment causes the computer to distribute information on the identified related products to user terminal devices within the production process.
Execute the process

コンピュータプログラムは、特定した関連製品の情報を、生産工程内のユーザ端末装置に配信する。例えば、生産工程の各部門の中で、対象製品に関連する関連製品を決定する主幹部門を設計部門とすると、設計部門で決定した関連製品の情報を生産工程内の他の部門に通知することができ、関連製品の情報を部門間で共有することができる。 The computer program distributes information on the identified related products to user terminal devices within the production process. For example, if the design department is the lead department in the production process that determines which products are related to the target product, the information on the related products determined by the design department can be notified to other departments within the production process, allowing the information on related products to be shared between departments.

1 通信ネットワーク
10 ユーザ端末装置
11 制御部
12 通信部
13 記憶部
14 表示パネル
15 操作部
50 サーバ
51 制御部
52 取得部
53 インタフェース部
54 記憶部
55 特定部
551 抽出部
552 算出部
56 出力部
71 製品DB
72 生産工程DB
73 見積DB
74 営業DB
REFERENCE SIGNS LIST 1 Communication network 10 User terminal device 11 Control unit 12 Communication unit 13 Storage unit 14 Display panel 15 Operation unit 50 Server 51 Control unit 52 Acquisition unit 53 Interface unit 54 Storage unit 55 Identification unit 551 Extraction unit 552 Calculation unit 56 Output unit 71 Product DB
72 Production process DB
73 Estimate DB
74 Sales DB

Claims (8)

コンピュータに、
対象製品の受注に関し、顧客のニーズを含み前記顧客から取得した情報を含む受注関連情報を取得し、
取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定し、
構想設計、部品設計、及び生産計画の少なくとも一つの生産工程を特定する特定情報を受け付け、
特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関し、受け付けた特定情報で特定される生産工程で使用又は作成される外観図を含む生産工程情報、並びに前記顧客のニーズに対する提案情報及び見積情報を出力する、
処理を実行させるコンピュータプログラム。
On the computer,
Acquire order-related information including customer needs and information acquired from the customer regarding the order for the target product;
Identifying related products related to the target product from among products ordered in the past based on the acquired order-related information;
receiving identification information identifying at least one of a concept design, a part design, and a production plan;
Based on the identified related products, a production process database is referenced, which associates previously ordered products with production process information related to the production processes of the products, and the related products are output with production process information including an external view used or created in the production process identified by the received identification information , as well as proposal information and estimate information for the needs of the customer .
A computer program that executes a process.
コンピュータに、
前記関連製品の情報をユーザ端末装置へ出力する、
処理を実行させる請求項1に記載のコンピュータプログラム。
On the computer,
outputting the related product information to a user terminal device;
2. A computer program product as claimed in claim 1, which causes a process to be carried out.
コンピュータに、
ユーザ端末装置から前記関連製品の情報及び複数の生産工程情報の中から所要の生産工程情報を特定する特定情報を取得し、
前記関連製品に関する生産工程情報であって、前記特定情報で特定される生産工程情報を前記ユーザ端末装置へ出力する、
処理を実行させる請求項1又は請求項2に記載のコンピュータプログラム。
On the computer,
acquiring, from a user terminal device, information on the related products and specific information for identifying a desired production process information from among a plurality of pieces of production process information;
outputting, to the user terminal device, production process information relating to the related product, the production process information being identified by the identification information;
3. A computer program product according to claim 1 or 2, which causes a process to be executed.
前記受注関連情報は、
前記対象製品に関する図面情報、文書情報及び音声情報の少なくとも1つを含む、
請求項1から請求項3のいずれか一項に記載のコンピュータプログラム。
The order-related information is
At least one of drawing information, document information, and audio information relating to the target product is included.
A computer program according to any one of claims 1 to 3.
前記生産工程情報は、
構想設計、部品設計、部品加工、業務指示、工程指示、NC加工プログラム、生産計画、工程管理、工数管理、原価管理及び検査結果の少なくとも1つに関する情報を含む、
請求項1から請求項4のいずれか一項に記載のコンピュータプログラム。
The production process information is
The information includes at least one of information regarding concept design, part design, part processing, work instructions, process instructions, NC processing programs, production plans, process management, labor-hour management, cost management, and inspection results.
A computer program according to any one of claims 1 to 4.
コンピュータに、
特定した関連製品の情報を、生産工程内のユーザ端末装置に配信する、
処理を実行させる請求項1から請求項5のいずれか一項に記載のコンピュータプログラム。
On the computer,
Delivering information on the identified related products to a user terminal device in the production process;
A computer program product according to any one of claims 1 to 5, which is used to execute a process.
対象製品の受注に関し、顧客のニーズを含み前記顧客から取得した情報を含む受注関連情報を取得する取得部と、
取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定する特定部と、
構想設計、部品設計、及び生産計画の少なくとも一つの生産工程を特定する特定情報を受け付ける受付部と、
特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関し、受け付けた特定情報で特定される生産工程で使用又は作成される外観図を含む生産工程情報、並びに前記顧客のニーズに対する提案情報及び見積情報を出力する出力部と
を備える情報処理装置。
an acquisition unit for acquiring order-related information including customer needs and information acquired from the customer regarding the order of the target product;
an identification unit that identifies related products related to the target product from among products ordered in the past based on the acquired order-related information;
a reception unit that receives specification information that specifies at least one of a concept design, a part design, and a production plan;
and an output unit that refers to a production process database that associates previously ordered products with production process information related to the production process of the products based on the identified related products, and outputs production process information including an external view to be used or created in the production process identified by the received identification information for the related products, as well as proposal information and estimate information for the needs of the customer .
対象製品の受注に関し、顧客のニーズを含み前記顧客から取得した情報を含む受注関連情報を取得し、
取得した受注関連情報に基づいて、過去に受注した製品の中から前記対象製品に関連する関連製品を特定し、
構想設計、部品設計、及び生産計画の少なくとも一つの生産工程を特定する特定情報を受け付け、
特定した関連製品に基づいて、過去に受注した製品と前記製品の生産工程に関する生産工程情報とを対応付けた生産工程データベースを参照して、前記関連製品に関し、受け付けた特定情報で特定される生産工程で使用又は作成される外観図を含む生産工程情報、並びに前記顧客のニーズに対する提案情報及び見積情報を出力する、
情報処理方法。
Acquire order-related information including customer needs and information acquired from the customer regarding the order for the target product;
Identifying related products related to the target product from among products ordered in the past based on the acquired order-related information;
receiving identification information identifying at least one of a concept design, a part design, and a production plan;
Based on the identified related products, a production process database is referenced, which associates previously ordered products with production process information related to the production processes of the products, and for the related products, production process information including an external view to be used or created in the production process identified by the received identification information , as well as proposal information and estimate information for the needs of the customer are output.
Information processing methods.
JP2020182940A 2020-10-30 2020-10-30 COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD Active JP7637492B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020182940A JP7637492B2 (en) 2020-10-30 2020-10-30 COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020182940A JP7637492B2 (en) 2020-10-30 2020-10-30 COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD

Publications (2)

Publication Number Publication Date
JP2022073143A JP2022073143A (en) 2022-05-17
JP7637492B2 true JP7637492B2 (en) 2025-02-28

Family

ID=81604787

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020182940A Active JP7637492B2 (en) 2020-10-30 2020-10-30 COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD

Country Status (1)

Country Link
JP (1) JP7637492B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2024043707A (en) * 2022-09-20 2024-04-02 能美防災株式会社 Information provision system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003263216A (en) 2002-03-11 2003-09-19 Toshiba Corp Process design method and apparatus
JP2011158932A (en) 2010-01-29 2011-08-18 Hitachi Ltd Work instruction generation system, method and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003263216A (en) 2002-03-11 2003-09-19 Toshiba Corp Process design method and apparatus
JP2011158932A (en) 2010-01-29 2011-08-18 Hitachi Ltd Work instruction generation system, method and program

Also Published As

Publication number Publication date
JP2022073143A (en) 2022-05-17

Similar Documents

Publication Publication Date Title
CN103678437B (en) Supplier retrieves device and supplier's search method
JP6871759B2 (en) Judgment support system and judgment support method
CN113761334A (en) Visual recommendation method, device, equipment and storage medium
JP7065718B2 (en) Judgment support device and judgment support method
JP7481181B2 (en) Computer system and contribution calculation method
JP2015184723A (en) Document creation support system
Braglia et al. Measuring and benchmarking productive systems performances using DEA: an industrial case
JP2023055219A (en) Information processing device, information processing method and program
CN118302755A (en) Automatic file organization within cloud storage systems
WO2023007769A1 (en) Sales assistance system and sales assistance method
KR101401225B1 (en) System for analyzing documents
JP7637492B2 (en) COMPUTER PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD
US20150379529A1 (en) System, service and methodology of data collection, processing, analysis and effective delivery of dashboard snapshot presentations of organized customer proprietary information on an individualized secure basis to multiple customers
JP6489340B1 (en) Comparison target company selection system
Pustulka et al. Text mining innovation for business
JPH11259564A (en) Sales forecast support system
CN113127597A (en) Processing method and device for search information and electronic equipment
JP5595860B2 (en) Insurance product search system
US11151653B1 (en) Method and system for managing data
TWM654859U (en) System for establishing securities data management process
JP7619452B2 (en) Sales support device, sales support method and program
Azahari et al. The development of an online food ordering system for JomMakan restaurant
JP7097127B2 (en) Material search system, material search program and material search method
JPH09282307A (en) Product sales trend analysis method and system
KR20190097346A (en) Apparatus and method for schedule management with content recommendation functionality

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230906

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20240524

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240625

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20240822

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20241018

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: 20250128

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20250217

R150 Certificate of patent or registration of utility model

Ref document number: 7637492

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150