[go: up one dir, main page]

JP2003303011A - Management system for production and processing processes - Google Patents

Management system for production and processing processes

Info

Publication number
JP2003303011A
JP2003303011A JP2002109592A JP2002109592A JP2003303011A JP 2003303011 A JP2003303011 A JP 2003303011A JP 2002109592 A JP2002109592 A JP 2002109592A JP 2002109592 A JP2002109592 A JP 2002109592A JP 2003303011 A JP2003303011 A JP 2003303011A
Authority
JP
Japan
Prior art keywords
processing
database
data
management system
production
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002109592A
Other languages
Japanese (ja)
Inventor
Hiroaki Mitsumizu
宏章 三水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shinko Electric Industries Co Ltd
Original Assignee
Shinko Electric Industries Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shinko Electric Industries Co Ltd filed Critical Shinko Electric Industries Co Ltd
Priority to JP2002109592A priority Critical patent/JP2003303011A/en
Publication of JP2003303011A publication Critical patent/JP2003303011A/en
Pending legal-status Critical Current

Links

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)
  • General Factory Administration (AREA)

Abstract

(57)【要約】 【課題】 生産・処理工程の管理システムに関し、素材
や製品が装置の間を流れながら処理を行われる場合に、
素材や製品、装置をオブジェクト化することにより、処
理の迅速化を達成し、且つ作業者の負担を軽減すること
を課題とする。 【解決手段】 素材が処理される工程において、個々の
素材及び個々の処理に関するデータを記録するデータベ
ースを備え、各素材について各処理段階毎にデータオブ
ジェクトを管理することを特徴とするコンピュータプロ
グラムを使用する生産・処理工程の管理システムであ
る。
(57) [Summary] [Problem] Regarding a management system of a production / processing process, when materials and products are processed while flowing between devices,
It is an object of the present invention to speed up processing and reduce the burden on an operator by converting materials, products, and devices into objects. In a process in which a material is processed, a computer program is used which is provided with a database for recording data relating to each material and each processing, and managing a data object for each processing stage for each material. It is a management system for production and processing steps.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は生産工程又は処理工
程におけるコンピュータプログラムを使用する管理シス
テムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a management system using a computer program in a production process or a processing process.

【0002】生産工程又は処理工程において、データを
処理するにあたって、メモリ上のデータを管理する機能
を設け、同一の記録データにアクセスする場合には、再
読み取りを行なわずにメモリの内容をそのまま使用する
ことで、データへのアクセスの頻度を低減し、プログラ
ム間でのデータの整合性をとり易くすることが望まし
い。
When processing data in a production process or a processing process, a function for managing data on a memory is provided, and when accessing the same recorded data, the contents of the memory are used as they are without rereading. By doing so, it is desirable to reduce the frequency of access to the data and facilitate the consistency of the data between the programs.

【0003】また、生産工程又は処理工程において、素
材や製品が加工装置の間を流れながら処理を行う場合
に、素材や製品或いは装置に関するデータをオブジェク
ト化することで、作業者が実際の装置と対応したような
操作でデータを入力できるようにすることが望ましい。
Further, when a material or a product is processed while flowing between processing devices in a production process or a processing process, the data of the material, the product or the device is converted into an object so that the worker can realize the actual device. It is desirable to be able to input data by a corresponding operation.

【0004】[0004]

【従来の技術】従来の生産工程又は処理工程において
は、データを処理する場合に、データをオブジェクト化
し、複数の処理が共有する場合においても、それぞれの
処理においてデータベースのイメージを複数のメモリ上
に取り込んでいたために、データの不整合が発生し易か
った。また、このようにデータへのアクセスが発生する
毎にデータベースの内容を取り込むための処理を行うこ
とが必要であった。
2. Description of the Related Art In a conventional production process or processing process, when data is processed, the data is made into an object, and even when a plurality of processes share the image of a database in a plurality of memories in each process. Since it was imported, data inconsistency was easy to occur. In addition, it was necessary to perform a process for fetching the contents of the database each time the data was accessed.

【0005】上記のような従来のデータ処理方法を図1
に基づいて説明すると、データベースを処理モジュール
毎のデータオブジェクトに分割する。例えば、図1に
て、ある製品の製造工程において、モジュールAを「実
績投入処理」、モジュールBを「検査投入処理」とす
る。モジュールAにおいて、実績投入処理を行う度にデ
ータベースにアクセスして、データオブジェクトを作成
していた。即ち、モジュールAを実行する毎にモジュー
ルAがデータベースにアクセスしてオブジェクトを書き
換えていた。また、同様に次のモジュールBにおいて、
検査投入処理を行う場合も、その都度、モジュールBが
データベースにアクセスしてデータオブジェクトを書き
換える操作をしていた。
FIG. 1 shows a conventional data processing method as described above.
The database will be divided into data objects for each processing module. For example, in FIG. 1, in a manufacturing process of a certain product, module A is referred to as “actual introduction processing” and module B is referred to as “inspection introduction processing”. In the module A, the database was accessed and the data object was created each time the performance input process was performed. That is, every time the module A is executed, the module A accesses the database and rewrites the object. Similarly, in the next module B,
Even when performing the inspection input process, the module B accesses the database and rewrites the data object each time.

【0006】このように、ある生産工程において、ある
加工処理が終了したと仮定して、その加工が終了した旨
の実績をデータベースから探し出す(SQL実行)。そ
して、モジュールAのためのデータオブジェクトに入力
する。
As described above, on the assumption that a certain machining process is completed in a certain production process, the actual result indicating that the machining process is completed is searched from the database (SQL execution). Then populate the data object for module A.

【0007】このように、従来のデータ処理方法では、
各モジュール毎にデータベースへのアクセスを行い、デ
ータベースの内容を取り込んで書き換え作業を行なって
いたために、データ処理を迅速に行なえないという問題
があった。また、このようにデータベースを各モジュー
ル毎に分割したデータオブジェクト毎に管理することは
甚だ複雑であった。
Thus, in the conventional data processing method,
Since the database is accessed for each module and the contents of the database are fetched and rewriting is performed, there is a problem that data processing cannot be performed quickly. In addition, it is extremely complicated to manage the database for each data object divided into modules.

【0008】また、従来の生産管理システムでは、機能
単位にモジュール化したプログラムを作成し、各プログ
ラムが直接データベースを検索しながら処理を行なって
いた。このため、操作は製品や工程により作業者が処理
を切り分け、運用を行なっていた。
Further, in the conventional production management system, a program modularized for each function is created, and each program performs processing while directly searching the database. For this reason, in the operation, the operator separates the processing depending on the product or process and operates it.

【0009】このような従来の生産管理システムを図2
に基づいて説明すると、例えば、ある製品の製造工程に
おいて、素材が受け入れ検査、第一加工、第二加工、中
間検査、第三加工、第四加工、出荷検査、出荷、の順に
処理が行われる場合を想定している。この場合におい
て、受け入れ検査を行う工程では、作業者はデータベー
スから受け入れ検査のためのデータ(受入検査)を探
し、第一加工、第二加工、第三加工、第四加工の各加工
工程では、データベースに対して実績投入処理を行い、
中間検査及び出荷検査の工程では、検査結果の出力を行
い、出荷工程では、検査結果出力、出荷処理のデータを
出力する。
FIG. 2 shows such a conventional production management system.
For example, in the manufacturing process of a certain product, the material is processed in the order of acceptance inspection, first processing, second processing, intermediate inspection, third processing, fourth processing, shipping inspection, shipping. The case is assumed. In this case, in the process of performing the acceptance inspection, the worker searches the database for the data for the acceptance inspection (acceptance inspection), and in each of the first, second, third, and fourth machining steps, Performs the performance input process to the database,
The inspection result is output in the steps of the intermediate inspection and the shipping inspection, and the inspection result output and the data of the shipping process are output in the shipping step.

【0010】このように、従来の生産管理システムで
は、機能単位である、受入検査、実績投入処理、検査結
果投入、検査結果出力、出荷処理のそれぞれについてモ
ジュール化したプログラムを作成し、各プログラムから
直接データベースを検索する、そして、検索結果に応じ
て各工程の処理を行うという方式を採用していた。
As described above, in the conventional production control system, a modularized program is created for each of the functional units, that is, the acceptance inspection, the actual result input process, the inspection result input, the inspection result output, and the shipping process. The method of directly searching the database and performing the process of each step according to the search result was adopted.

【0011】[0011]

【発明が解決しようとする課題】上述のように、従来の
データ処理方法、或いは従来の生産管理システムによる
と、製品や工程により作業者が処理を切り分ける必要が
あり、作業が煩雑であった。このため、作業者の作業負
担を軽減し、迅速な処理を行なえる生産管理システムに
おけるデータ処理方式が要求されていた。
As described above, according to the conventional data processing method or the conventional production management system, it is necessary for the operator to divide the processing depending on the product or process, and the work is complicated. Therefore, there has been a demand for a data processing method in a production management system that can reduce the work load on the worker and perform a quick process.

【0012】このことに鑑み、本発明では、素材や製品
が装置等の間を流れながら処理を行われる場合に、素材
や製品、装置等をオブジェクト化することにより、処理
の迅速化を達成し、且つ作業者の負担を軽減することを
課題とする。
In view of this, according to the present invention, when a material or a product is processed while flowing between devices or the like, the material, the product, the device, or the like is made into an object to achieve speeding up of the processing. Another object is to reduce the burden on the operator.

【0013】また、従来の生産管理システムでは、デー
タベースへのアクセスが発生する度にデータベースの内
容を取り込む必要があったので、処理がはなはだ煩雑で
あった。
Further, in the conventional production management system, the contents of the database had to be fetched every time the database was accessed, so that the processing was very complicated.

【0014】したがって、本発明では、データベースへ
のアクセスの頻度を少なくし、処理を高速化するととも
に、整合性をとり易いものとすることを課題とする。
Therefore, it is an object of the present invention to reduce the frequency of access to the database, speed up the processing, and facilitate consistency.

【0015】[0015]

【課題を解決するための手段】上記の課題を達成するた
めに、本発明によれば、素材が処理される工程におい
て、個々の素材及び個々の処理に関するデータを記録す
るデータベースを備え、データベースに格納されている
所定の素材についてデータオブジェクトが共通の場合
に、各処理ごとにデータオブジェクトを作成することな
く、複数の処理工程にわたり当該同一データオブジェク
トを参照することを特徴とするコンピュータプログラム
を使用する生産・処理工程の管理システムが提供され
る。この場合において、データベースに格納されている
所定の素材についてデータオブジェクトがない場合にの
み、当該素材についてのデータベースを作成することを
特徴とする。
In order to achieve the above-mentioned object, according to the present invention, a database is provided which records each material and data relating to each processing in the step of processing the material, and the database is provided. When a data object is common to a predetermined stored material, a computer program characterized by referring to the same data object over a plurality of processing steps without creating a data object for each processing is used. A management system for production / treatment processes is provided. In this case, the database for the material is created only when there is no data object for the predetermined material stored in the database.

【0016】また、本発明によれば、素材が処理される
工程において、個々の素材及び個々の処理に関するデー
タを記録するデータベースを備え、各素材について各処
理段階毎にデータオブジェクトを管理することを特徴と
するコンピュータプログラムを使用する生産・処理工程
の管理システムが提供される。
Further, according to the present invention, in the process of processing the material, it is provided with a database for recording the data on each material and each processing, and managing the data object for each processing step for each material. Provided is a management system of production / processing steps using a computer program having the characteristics.

【0017】更にまた、本発明によれば、素材が受け入
れ検査、複数の加工工程、中間検査、複数の加工工程、
出荷検査、出荷の各処理段階を、時系列的に処理される
場合に、個々の素材及び個々の処理に関するデータを記
録するデータベースを備え、各素材について各処理段階
毎にデータベースにアクセスし、該データベースの書き
換え処理を行うことを特徴とするコンピュータプログラ
ムを使用する生産・処理工程の管理システムが提供され
る。
Furthermore, according to the present invention, the material is inspected, a plurality of processing steps, an intermediate inspection, a plurality of processing steps,
When each processing stage of shipping inspection and shipping is processed in time series, a database for recording data on individual materials and individual processing is provided, and the database is accessed for each processing step for each material. There is provided a production / processing process management system using a computer program characterized by performing a database rewriting process.

【0018】更にまた、本発明によれば、商品を箱詰め
し、トラックに積み荷し、所定の地点まで運搬した後、
荷下ろし、荷解きされる場合に、個々の商品、個々の梱
包用箱、個々の運送用トラックに関するデータを記録す
るデータベースを備え、各商品について、箱詰め、トラ
ックへの積み荷し、運搬、荷解き、の各処理工程毎にデ
ータベースにアクセスし、該データベースの書き換え処
理を行うことを特徴とするコンピュータプログラムを使
用する生産・処理工程の管理システムが提供される。
Furthermore, according to the present invention, after the products are packed in a box, loaded on a truck, and transported to a predetermined point,
Equipped with a database that records data on individual products, individual packaging boxes, and individual transportation trucks when unloaded and unloaded There is provided a production / processing step management system using a computer program, characterized in that a database is accessed for each processing step and the database is rewritten.

【0019】更にまた、本発明によれば、会員が商品を
レンタルするレンタル業務において、個々の会員、個々
の商品、これらの商品を保管する個々の保管部に関する
データを記録するデータベースを備え、各会員につい
て、ある商品のレンタルをする場合、及びある商品を返
却する場合に、各段階でデータベースにアクセスし、該
データベースの書き換え処理を行うことを特徴とするコ
ンピュータプログラムを使用する生産・処理工程の管理
システムが提供される。
Furthermore, according to the present invention, in a rental business in which members rent products, a database is provided which records data on individual members, individual products, and individual storage units for storing these products. Regarding the members, when renting a certain product or returning a certain product, the database is accessed at each stage, and the database is rewritten. A management system is provided.

【0020】[0020]

【発明の実施の形態】以下、添付図面を参照して本発明
の実施の形態について詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.

【0021】図3は、本発明によるデータ処理方法を示
す。図3にて、例えば、ある製品の製造工程において、
モジュールAを「実績投入処理」、モジュールBを「検
査投入処理」とする。データベースには、特定の素材に
ついて、1つのデータオブジェクトを有する。
FIG. 3 shows a data processing method according to the present invention. In FIG. 3, for example, in the manufacturing process of a certain product,
Module A is referred to as "actual introduction processing" and module B is referred to as "inspection introduction processing". The database has one data object for a particular material.

【0022】モジュールAについて、実績投入処理を行
う場合は、オブジェクト管理において、データベースに
アクセスする。データベースにおいて、特定の素材につ
いてのデータオブジェクトの有無を確認する。当該素材
についてのデータオブジェクトがない場合は、データオ
ブジェクトを作成する(SQL実行)。
For the module A, when performing the performance input processing, the database is accessed in the object management. Check the database for the presence or absence of data objects for specific materials. If there is no data object for the material, create a data object (execute SQL).

【0023】当該素材についてのデータオブジェクトが
ある場合は、新たなデータオブジェクトを作成すること
なく、次のモジュールBを実行する。モジュールBの実
行に先立って、データベースから当該素材についてのデ
ータオブジェクトの有無を確認する。この場合は、既に
当該素材についてのデータオブジェクトが存在するの
で、そのデータオブジェクトをそのまま使用する(SQ
Lを実行しない)。
If there is a data object for the material, the next module B is executed without creating a new data object. Prior to execution of module B, the presence or absence of a data object for the material is confirmed from the database. In this case, since a data object for the material already exists, that data object is used as it is (SQ
Do not run L).

【0024】このように、メモリ上のデータを管理する
機能を設け、同一の記録にアクセスする場合には、再読
み込みを行なわずに既に存在すくメモリ内容を使用する
ことで、データへのアクセス頻度を低減し、プログラム
間でのデータの整合性をとり易くすることができた。
In this way, when the function of managing the data on the memory is provided and the same record is accessed, the frequency of access to the data can be increased by using the already existing memory contents without re-reading. It was possible to reduce the data loss and make the data consistency between programs easier.

【0025】図4は、本発明による生産管理方式の1つ
の実施形態を示す。図4において、例えば、素材の加工
工程において、時系列的に、受け入れ検査、第一加工、
第二加工、中間検査、第三加工、第四加工、出荷検査の
順に素材の処理が行われる場合を想定している。まず、
受け入れ検査を行う工程では、データベースから作業者
は受け入れ検査のためのデータ(受入検査)を探し、第
一加工を行う工程では、作業者はデータベースから第一
加工工程のためのデータ(第一加工)を探し、以下同様
に、第二加工、中間検査、第三加工、第四加工、出荷検
査、出荷の各工程において、作業者は各工程ごとのデー
タをデータベースから探し出す。
FIG. 4 shows one embodiment of the production control system according to the present invention. In FIG. 4, for example, in the material processing step, the acceptance inspection, the first processing,
It is assumed that the material is processed in the order of second processing, intermediate inspection, third processing, fourth processing, and shipping inspection. First,
In the process of conducting the acceptance inspection, the worker searches the database for data for the acceptance inspection (acceptance inspection), and in the process of performing the first machining, the worker searches the database for the data for the first machining process (first machining). ), And similarly, in each step of the second processing, the intermediate inspection, the third processing, the fourth processing, the shipping inspection, and the shipping, the worker searches the database for the data for each step.

【0026】このように、各素材や製品、各処理装置を
オブジェクト化し、素材や製品が時系列的に各加工・処
理装置を流れながら処理される工程において、作業者
は、実際の装置と同様な又は対応した操作でデータを入
力できるようになる。また、製造ラインにおいて工程や
加工装置の入れ替えがあった場合でも、柔軟に対応可能
となる。
In this way, in the process in which each material or product and each processing device is made into an object, and the material or product is processed while flowing through each processing / processing device in time series, the worker is the same as an actual device. Or, the data can be input by the corresponding operation. Further, even if the process or the processing device is replaced in the manufacturing line, it is possible to flexibly cope with the change.

【0027】例えば、第4加工と出荷検査との間に、第
五加工の工程が新たに加わった場合を想定すると、デー
タベースに、第五加工に関するデータを格納し、第五加
工へ移行するに際して、作業者がデータベースをアクセ
スして、当該第五加工に関するデータを読み出す。この
ように、工程や装置の入れ替えがあった場合において
も、従来の生産管理システムと比較してより柔軟に且つ
迅速に対応可能となる。
For example, assuming that a fifth machining step is newly added between the fourth machining and the shipping inspection, the data regarding the fifth machining is stored in the database, and the process shifts to the fifth machining. , The worker accesses the database and reads the data regarding the fifth processing. As described above, even when the process or the device is replaced, it is possible to respond more flexibly and promptly as compared with the conventional production management system.

【0028】図5は、本発明による生産管理方式の他の
実施形態を示すフローチャートである。この実施形態で
は、半導体装置の製造工程において、基板に半導体チッ
プを搭載する製造工程を例として挙げている。
FIG. 5 is a flow chart showing another embodiment of the production control system according to the present invention. In this embodiment, in the manufacturing process of the semiconductor device, the manufacturing process of mounting the semiconductor chip on the substrate is taken as an example.

【0029】図5において、まず、基板が製造工程に投
入される。当該基板は、それ自体のデータオブジェクト
を有する。次に、基板はマウント工程へ移動されるが、
DSPチップマウント工程へ移行するにあたって仕掛が
幾つかある(nnn)。
In FIG. 5, first, the substrate is put into the manufacturing process. The board has its own data object. Next, the substrate is moved to the mounting process,
There are some work in progress when moving to the DSP chip mounting process (nnn).

【0030】一方、DSPチップの製作工程では、まず
ウエーハが投入される。ウエーハはそれ自体のデータオ
ブジェクトを有する。ウエーハが個々のチップに加工さ
れるにあたって、ピッキング工程へ移動されるが、ピッ
キング工程へ移行するにあたって仕掛が幾つかある(n
nn)。ピッキング工程では、ウエーハから個々のDS
Pチップに加工される。ピッキング装置及びチップ自体
についてそれぞれデータオブジェクトを有する。
On the other hand, in the DSP chip manufacturing process, first, a wafer is loaded. Wafers have their own data objects. When the wafer is processed into individual chips, it is moved to the picking process, but there are some work in progress when moving to the picking process (n
nn). In the picking process, individual DS from wafer
Processed to P chip. It has a data object for each picking device and the chip itself.

【0031】マウント工程では、基板上にチップが搭載
される。ここでは、基板、チップ、マウントについてそ
れぞれデータオブジェクトを有する。
In the mounting process, chips are mounted on the substrate. Here, there are data objects for each of the substrate, chip, and mount.

【0032】DSPチップ搭載の完了した半導体基板
は、次の加工工程、例えばワイヤボンディング又はリフ
ローによるチップ接続工程に移動される。この移行にあ
たって仕掛が幾つかある(nnn)。この加工工程で
は、DSPチップの搭載された基板、当該加工完了のそ
れぞれについてデータオブジェクトを有する。
The semiconductor substrate on which the DSP chips have been mounted is moved to the next processing step, for example, a chip bonding step by wire bonding or reflow. There are some work in progress for this transition (nnn). In this processing step, there is a data object for each of the substrate on which the DSP chip is mounted and the processing completion.

【0033】次に基板は、CMOSチップマウント工程へ移
動されるが、このマウント工程へ移行するにあたって仕
掛がいくつかある(nnn)。
Next, the substrate is moved to the CMOS chip mounting process, and there are some work in progress (nnn) when shifting to this mounting process.

【0034】一方、CMOSチップの製作工程では、まずウ
エーハが投入される。ウエーハはそれ自体のデータオブ
ジェクトを有する。ウエーハが個々のチップに加工され
るにあたって、ピッキング工程へ移動されるが、ピッキ
ング工程へ移行する際に仕掛がいくつかある(nn
n)。ピッキング工程では、ウエーハから個々のCMOSチ
ップに加工される。ピッキング装置及びCMOSチップ自体
についてそれぞれデータオブジェクトを有する。
On the other hand, in the CMOS chip manufacturing process, first, a wafer is loaded. Wafers have their own data objects. When the wafer is processed into individual chips, it is moved to the picking process, but there are some work in progress when moving to the picking process (nn
n). In the picking process, the wafer is processed into individual CMOS chips. It has data objects for the picking device and the CMOS chip itself.

【0035】CMOSチップマウント工程では、基板上にCM
OSチップが搭載される。ここでは、既にDSPチップが
搭載された基板、CMOSチップ、マウントについてそれぞ
れデータオブジェクトを有する。
In the CMOS chip mounting process, CM on the substrate
OS chip is installed. Here, there are data objects for the substrate on which the DSP chip is already mounted, the CMOS chip, and the mount, respectively.

【0036】CMOSチップが基板上に搭載されて、製品の
完了となる。なお、ピッキング工程において、DSPチ
ップ又はCMOSチップにおいて、不良品が発生した場合
は、スクラップとして処理される。この場合において
も、いくつかの仕掛があり、それぞれにデータオブジェ
クトを有する。
The CMOS chip is mounted on the substrate, and the product is completed. In the picking process, if a defective product is generated in the DSP chip or the CMOS chip, it is treated as scrap. Again, there are several tricks, each with a data object.

【0037】図6は、本発明による生産管理方式の更に
他の実施形態を示すものである。この実施形態では、商
品をA地点からB地点へ運送する場合を想定している。
図6の上部に現実の物の流れを示し、下部にコンピュー
タ上の仮想のシステムを示す。
FIG. 6 shows still another embodiment of the production control system according to the present invention. In this embodiment, it is assumed that the product is transported from the point A to the point B.
The upper part of FIG. 6 shows the flow of an actual object, and the lower part shows a virtual system on a computer.

【0038】商品はA地点において、箱詰めされ、トラ
ックに積載される。トラックは所定の道路を通過してB
地点へ到達し、B地点にてトラックから荷下ろしされ、
荷解きされる。
At point A, the products are packed in boxes and loaded on a truck. The truck passes the designated road B
Reached the point and was unloaded from the truck at point B,
Unpacked.

【0039】この一連の運送処理において、商品のデー
タベース、梱包のデータベース、トラックのデータベー
スがそれぞれ使用される。即ち、運送される個々の商品
についてのデータベースオブジェクトがあり、複数の商
品が梱包される個々の箱についてのデータベースオブジ
ェクトがあり、運送に使用される個々のトラックについ
てデータベースオブジェクトがある。
In this series of transportation processes, a product database, a packaging database, and a truck database are used. That is, there is a database object for each item being shipped, a database object for each box in which multiple items are packaged, and a database object for each truck used for shipping.

【0040】図7は、本発明による生産管理方式の更に
他の実施形態として、CD(コンパクトディスク)及び
ビデオテープのレンタル業務に応用した実施形態を示
す。図7の上部に現実のレンタル業務の概略を示し、下
部にコンピュータ上の仮想のシステムを示す。
FIG. 7 shows still another embodiment of the production management system according to the present invention, which is applied to rental of CDs (compact discs) and video tapes. The upper part of FIG. 7 shows an outline of the actual rental business, and the lower part shows a virtual system on a computer.

【0041】会員Aは借りていたCDをレンタル業者へ
返却し、新たなCDを借りるものとする。一方、会員B
は借りていたCDをレンタル業者へ返却し、新たなCD
を借りると同時に、借りていたビデオテープをレンタル
業者へ返却し、新たなCDを借りるものとする。
Member A returns the borrowed CD to the rental company and borrows a new CD. Meanwhile, member B
Returns the borrowed CD to the rental company and creates a new CD
At the same time as renting the CD, the borrowed video tape will be returned to the rental company and a new CD will be rented.

【0042】このようなレンタル業務において、会員に
関するデータベース、CDやビデオテープ等の商品に関
するデータベース、CD及びビデオテープを保管する棚
に関するデータベースがある。そして、会員A,Bのそ
れぞれの会員毎のデータベースオブジェクト、レンタル
商品であるCD、ビデオテープの個々のデータベースオ
ブジェクト、CD及びビデオテープを保管する個々の棚
のデータベースオブジェクトがある。
In such rental business, there are a database regarding members, a database regarding products such as CDs and video tapes, and a database regarding shelves for storing CDs and video tapes. Then, there are database objects for each member of the members A and B, individual database objects for rental products such as CDs and video tapes, and database objects for individual shelves storing the CDs and video tapes.

【0043】以上添付図面を参照して本発明の実施形態
の幾つかについて説明したが、本発明はこれらの実施形
態に限定されるものではわなく、本発明の精神ないし範
囲内において種々の形態、変形、修正等が可能である。
Although some of the embodiments of the present invention have been described above with reference to the accompanying drawings, the present invention is not limited to these embodiments, and various embodiments within the spirit or scope of the present invention. , Deformation, modification, etc. are possible.

【0044】[0044]

【発明の効果】以上説明したように、本発明によれば、
素材や製品が装置の間を流れながら処理を行われる場合
に、素材や製品、装置をオブジェクト化することによ
り、処理の迅速化を端説し、且つ作業者の負担を軽減す
ることが可能となった。 また、従来の生産管理システ
ムでは、データベースへのアクセスの頻度を少なくし、
処理を高速化するとともに、整合性をとり易いものとな
った。
As described above, according to the present invention,
When a material or product is processed while flowing between devices, by making the material, product, or device an object, it is possible to speed up the processing and reduce the burden on the operator. became. Moreover, in the conventional production management system, the frequency of access to the database is reduced,
It speeds up the process and makes it easier to achieve consistency.

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

【図1】従来のデータ処理の方法を示す概略図である。FIG. 1 is a schematic diagram showing a conventional data processing method.

【図2】従来の生産管理方法を示すフローチャートであ
る。
FIG. 2 is a flowchart showing a conventional production management method.

【図3】本発明のデータ処理の方法を示す概略図であ
る。
FIG. 3 is a schematic diagram showing a data processing method of the present invention.

【図4】本発明の生産管理方法を示すフローチャートで
ある。
FIG. 4 is a flowchart showing a production management method of the present invention.

【図5】本発明の生産管理方法を基板にチップを搭載す
る工程に応用した場合のフローチャートである。
FIG. 5 is a flowchart when the production control method of the present invention is applied to a step of mounting a chip on a substrate.

【図6】本発明の生産管理方法を運搬業務に応用した場
合のフローチャートである。
FIG. 6 is a flowchart when the production management method of the present invention is applied to a transportation operation.

【図7】本発明の生産管理方法をレンタル業務に応用し
た場合のフローチャートである。
FIG. 7 is a flowchart when the production management method of the present invention is applied to a rental business.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 素材が処理される工程において、個々の
素材及び個々の処理に関するデータを記録するデータベ
ースを備え、データベースに格納されている所定の素材
についてデータオブジェクトが共通の場合に、各処理ご
とにデータオブジェクトを作成することなく、複数の処
理工程にわたり当該同一データオブジェクトを参照する
ことを特徴とするコンピュータプログラムを使用する生
産・処理工程の管理システム。
1. A process for processing a material, comprising a database for recording data on each material and each processing, and for each processing when a data object is common for a predetermined material stored in the database. A production / processing step management system using a computer program, characterized in that the same data object is referenced over a plurality of processing steps without creating a data object.
【請求項2】 データベースに格納されている所定の素
材についてデータオブジェクトがない場合にのみ、当該
素材についてのデータベースを作成することを特徴とす
る請求項1に記載の生産・処理工程の管理システム。
2. The production / process management system according to claim 1, wherein the database for the material is created only when there is no data object for the predetermined material stored in the database.
【請求項3】 素材が処理される工程において、個々の
素材及び個々の処理に関するデータを記録するデータベ
ースを備え、各素材について各処理段階毎にデータオブ
ジェクトを管理することを特徴とするコンピュータプロ
グラムを使用する生産・処理工程の管理システム。
3. A computer program comprising a database for recording data on individual materials and individual processing in a process of processing the materials, and managing a data object for each processing step for each material. A management system for the production and processing processes used.
【請求項4】 素材が受け入れ検査、複数の加工工程、
中間検査、複数の加工工程、出荷検査、出荷の各処理段
階を、時系列的に処理される場合に、個々の素材及び個
々の処理に関するデータを記録するデータベースを備
え、各素材について各処理段階毎にデータベースにアク
セスし、該データベースの書き換え処理を行うことを特
徴とするコンピュータプログラムを使用する生産・処理
工程の管理システム。
4. Material acceptance inspection, multiple processing steps,
When processing each processing step of intermediate inspection, multiple processing steps, shipping inspection, and shipping in time series, it is equipped with a database that records data on individual materials and individual processing, and each processing step for each material A production / processing management system using a computer program, characterized in that a database is accessed for each time and the database is rewritten.
【請求項5】 商品を箱詰めし、トラックに積み荷し、
所定の地点まで運搬した後、荷下ろし、荷解きされる場
合に、個々の商品、個々の梱包用箱、個々の運送用トラ
ックに関するデータを記録するデータベースを備え、各
商品について、箱詰め、トラックへの積み荷し、運搬、
荷解き、の各処理工程毎にデータベースにアクセスし、
該データベースの書き換え処理を行うことを特徴とする
コンピュータプログラムを使用する生産・処理工程の管
理システム。
5. A product is packed in a box and loaded on a truck,
It has a database that records data on individual products, individual packing boxes, and individual transport trucks when they are unloaded and unpacked after being transported to a predetermined point. Loading, transporting,
Access the database for each process of unpacking,
A production / processing process management system using a computer program, characterized in that the database is rewritten.
【請求項6】 会員が商品をレンタルするレンタル業務
において、個々の会員、個々の商品、これらの商品を保
管する個々の保管部に関するデータを記録するデータベ
ースを備え、各会員について、ある商品のレンタルをす
る場合、及びある商品を返却する場合に、各段階でデー
タベースにアクセスし、該データベースの書き換え処理
を行うことを特徴とするコンピュータプログラムを使用
する生産・処理工程の管理システム。
6. A rental business for a member to rent a product, comprising a database for recording data about each member, each product, and an individual storage section for storing these products, and renting a certain product for each member. A production / processing management system using a computer program, characterized in that a database is accessed at each stage and a rewriting process is performed when a certain product is returned.
JP2002109592A 2002-04-11 2002-04-11 Management system for production and processing processes Pending JP2003303011A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002109592A JP2003303011A (en) 2002-04-11 2002-04-11 Management system for production and processing processes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002109592A JP2003303011A (en) 2002-04-11 2002-04-11 Management system for production and processing processes

Publications (1)

Publication Number Publication Date
JP2003303011A true JP2003303011A (en) 2003-10-24

Family

ID=29393014

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002109592A Pending JP2003303011A (en) 2002-04-11 2002-04-11 Management system for production and processing processes

Country Status (1)

Country Link
JP (1) JP2003303011A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007294623A (en) * 2006-04-25 2007-11-08 Juki Corp Production program creation system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007294623A (en) * 2006-04-25 2007-11-08 Juki Corp Production program creation system

Similar Documents

Publication Publication Date Title
CN109919424B (en) Container determination method and device, medium and computing equipment
CN112241857B (en) Warehouse stock quantity determining method and device
JPWO2017149695A1 (en) Warehouse management system and warehouse management method
US9633329B2 (en) Dynamic item-space allocation and retrieval
JP2003303011A (en) Management system for production and processing processes
CN110228640A (en) A kind of more specification plate packaging methods
CN116280512A (en) Method and device for generating item arrangement
CN117931755A (en) Method, device, equipment and medium for batch import of package library
JPH11120250A (en) Palette management and recovery system
CN109299125A (en) Database update method and device
JP7447867B2 (en) Electronic component packaging manufacturing system
CN111144084B (en) Method and system for configuring article template and method and system for generating article
CN115983443A (en) Storage optimization method and equipment for new energy vehicles
Al Janahi et al. Implementing Kaizen through a lean RACE Model: A case study
JPS6154536A (en) Data regulating circuit
CN116788748A (en) Sorting method, sorting device, electronic equipment and storage medium
CN114626133B (en) Model display method, device and equipment
CN119218602B (en) Cargo storage and retrieval method and cargo storage and retrieval device for mobile robot storage system
JPS62121532A (en) Data search method
CN118735384A (en) A transit information fusion system and method for port containers
JP3109546B2 (en) Manufacturing process control method
JP2000047710A (en) Post-process scheduling device linked to the results of the previous process
JPH05188119A (en) Test data management device and test data management method
CN119852221A (en) Wafer cassette transfer method, electronic device, and readable storage medium
Skowronski Cichosz et al.(43) Pub. Date: Apr. 30, 2015