JP2003015935A - Inspection/inspection-device data processing unit and control method therefor - Google Patents

Inspection/inspection-device data processing unit and control method therefor

Info

Publication number
JP2003015935A
JP2003015935A JP2001195289A JP2001195289A JP2003015935A JP 2003015935 A JP2003015935 A JP 2003015935A JP 2001195289 A JP2001195289 A JP 2001195289A JP 2001195289 A JP2001195289 A JP 2001195289A JP 2003015935 A JP2003015935 A JP 2003015935A
Authority
JP
Japan
Prior art keywords
inspection
queue
inspection result
server
result
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
JP2001195289A
Other languages
Japanese (ja)
Inventor
Takahiro Futamura
高広 二村
Toru Hattori
徹 服部
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2001195289A priority Critical patent/JP2003015935A/en
Publication of JP2003015935A publication Critical patent/JP2003015935A/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)
  • Testing And Monitoring For Control Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a stable inspection device that is hardly susceptible to delay time from when the inspection device makes a request for inspection result registration until a DBMS(database management system) registers the inspection result, the shutdown of a DB server or the like, and that registers the inspection result data in real time. SOLUTION: This invented inspection system has an inspection part for conducting the inspection of an inspection object, the inspection device having a storage part for storing a queue of the inspection result, a registration part that extracts the inspection result in the queue sequentially, a database management system for storing the extracted inspection result and a database server having a nonvolatile memory part.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は検査システム及びそ
の制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inspection system and its control method.

【0002】製造工程において、品質管理等のために、
部品、半製品、完成した製品等を検査し、その検査結果
(例えば製品の計測結果、製品の良否の判断結果等)を
データベースサーバーに蓄積することが行われる。
In the manufacturing process, for quality control,
Parts, semi-finished products, completed products, etc. are inspected, and the inspection results (eg, product measurement results, product quality judgment results, etc.) are stored in a database server.

【0003】[0003]

【従来の技術】図3は、従来例1の検査システムの構成
を図示する。図3において、従来例1の検査システムは
検査装置31及びデータベースサーバー(以下「DBサ
ーバー」と言う。)32を有する。DBサーバー32は
データベースマネージメントサーバー(「DBMS」と
言う。)19を有する。検査装置31とDBサーバー3
2とはLAN33で接続されており、相互に通信をする
ことが出来る。DBMS19は、検査結果を検査ロッ
ト、検査日時、検査装置の番号等と有機的に関連付けた
データベースを管理している。検査装置31は、製品を
検査すると、その検査結果のデータを直ちにDBMS1
9に伝送する。DBMS19は受信した検査結果のデー
タを登録(記憶)する。
2. Description of the Related Art FIG. 3 illustrates the configuration of an inspection system of Conventional Example 1. In FIG. 3, the inspection system of Conventional Example 1 has an inspection device 31 and a database server (hereinafter referred to as “DB server”) 32. The DB server 32 has a database management server (referred to as “DBMS”) 19. Inspection device 31 and DB server 3
2 is connected to the LAN 33 via the LAN 33 and can communicate with each other. The DBMS 19 manages a database in which inspection results are organically associated with inspection lots, inspection dates and times, inspection device numbers, and the like. When the inspection device 31 inspects the product, the inspection result data is immediately sent to the DBMS 1
9 is transmitted. The DBMS 19 registers (stores) the received inspection result data.

【0004】例えば自動製造工程のラインに組み込まれ
た検査装置31は、そのラインのタクト以内に検査を行
って検査結果を登録するというリアルタイム性が要求さ
れる。しかし、DBMS19に登録されているデータ件
数が多くなると新規のデータ登録に時間がかかる。又、
DBサーバー32に多くの検査装置が接続されており、
DBMS19が他の検査装置から伝送されたデータの登
録及び他の検索端末から要求されたデータの検索等のた
めにビジー状態になり、DBMS19が検査装置31か
らのデータ登録要求を直ちに受け付けられない場合が有
る。この時、検査装置31からのデータ登録にかかる時
間がラインタクトの時間以内に収まる保証はない。
For example, the inspection device 31 incorporated in a line of an automatic manufacturing process is required to have a real-time property of performing an inspection within the tact of the line and registering the inspection result. However, when the number of data items registered in the DBMS 19 increases, it takes time to register new data. or,
Many inspection devices are connected to the DB server 32,
When the DBMS 19 is in a busy state for registering data transmitted from another inspection device and searching for data requested by another search terminal, and the DBMS 19 cannot immediately accept the data registration request from the inspection device 31. There is. At this time, there is no guarantee that the time required for data registration from the inspection device 31 will be within the line tact time.

【0005】図4は、従来例2の検査システムの構成を
図示する。図4において、従来例2の検査システムは検
査装置41及びDBサーバー42を有する。DBサーバ
ー42は、ファイル46を一時的に格納するディレクト
リ44と、DBMS19と、登録部45とを有する。検
査装置41とDBサーバー42とはLAN43で接続さ
れており、相互に通信をすることが出来る。図4におい
て、検査装置41は、製品を検査すると、その検査結果
のデータを直ちにDBサーバー42に伝送する。DBサ
ーバー42は、検査結果のデータをディレクトリ44に
ファイル46として一時的に登録する。
FIG. 4 illustrates the configuration of the inspection system of Conventional Example 2. In FIG. 4, the inspection system of Conventional Example 2 has an inspection device 41 and a DB server 42. The DB server 42 has a directory 44 for temporarily storing the file 46, the DBMS 19, and a registration unit 45. The inspection device 41 and the DB server 42 are connected to each other via a LAN 43 and can communicate with each other. In FIG. 4, when the inspection device 41 inspects the product, the inspection device 41 immediately transmits the inspection result data to the DB server 42. The DB server 42 temporarily registers the inspection result data in the directory 44 as a file 46.

【0006】登録部45は、ディレクトリ44に登録さ
れたファイル46(検査結果のデータ)を取り出しDB
MS19に登録する。検査装置41はディレクトリ44
にファイル46を登録するだけなので(検索等が不要で
ある。)、検査装置41とDBサーバー42との通信は
短時間ですむ。しかし、例えばDBサーバー42がトラ
ブルなどで停止した場合、検査装置41はデータをファ
イル46としてディレクトリ44に登録できない。その
ためDBサーバー42が停止すると、自動製造工程のラ
インを停止してDBサーバー42の復旧を待つ必要があ
る。又、検査システムは、DBサーバー42が停止中の
検査結果データを破棄しなければならない。
The registration unit 45 retrieves the file 46 (inspection result data) registered in the directory 44 and stores it in the DB.
Register with MS19. The inspection device 41 is a directory 44
Since the file 46 is only registered in the file (searching is not necessary), the communication between the inspection device 41 and the DB server 42 can be completed in a short time. However, for example, when the DB server 42 is stopped due to a trouble or the like, the inspection device 41 cannot register the data as the file 46 in the directory 44. Therefore, when the DB server 42 stops, it is necessary to stop the line of the automatic manufacturing process and wait for the DB server 42 to recover. Also, the inspection system must discard the inspection result data when the DB server 42 is stopped.

【0007】[0007]

【発明が解決しようとする課題】本発明は、上記問題を
解決し、検査装置が検査結果の登録を要求してからDB
MSが検査結果を登録するまでの遅延時間、又はDBサ
ーバーの停止等の影響を受けにくい、リアルタイムで検
査結果を登録する安定な検査システム及びその制御方法
を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention solves the above-mentioned problems, and after the inspection device requests registration of the inspection result, the DB
An object of the present invention is to provide a stable inspection system that registers an inspection result in real time and a control method thereof that is not easily affected by a delay time until an MS registers an inspection result or a stop of a DB server.

【0008】[0008]

【課題を解決するための手段】請求項1の発明は、被検
査対象の検査を行う検査部、及び検査結果のキュー待ち
行列を記憶する記憶部を有する検査装置と、前記キュー
待ち行列の前記検査結果を順次取り出す登録部、取り出
した前記検査結果を記憶するデータベースマネージメン
トシステム、及び不揮発性記憶部を有するデータベース
サーバーと、を有する検査システムである。
According to a first aspect of the present invention, there is provided an inspection unit having an inspection unit for inspecting an object to be inspected and a storage unit for storing a queue queue of inspection results, and the inspection device for the queue queue. The inspection system includes a registration unit that sequentially extracts inspection results, a database management system that stores the extracted inspection results, and a database server that includes a nonvolatile storage unit.

【0009】請求項2の発明は、前記検査部が1個の被
検査対象を検査して検査結果を出力する毎に、前記記憶
部は前記検査結果のファイルを1個生成し、前記検査結
果のキュー待ち行列に前記ファイルを登録することを特
徴とする請求項1に記載の検査システムである。
According to a second aspect of the invention, each time the inspection unit inspects one inspected object and outputs an inspection result, the storage unit generates one file of the inspection result, and the inspection result is generated. 2. The inspection system according to claim 1, wherein the file is registered in the queue queue of.

【0010】請求項3の発明は、検査装置が被検査対象
を検査して検査結果を生成する検査ステップと、前記検
査装置が内蔵する記憶部に、前記検査結果のファイルが
キュー待ち行列を生成するように記憶させる第1の記憶
ステップと、前記キュー待ち行列の検査結果をファース
トインファーストアウト(FIFO)のルールに従って
前記検査装置からデータベースサーバーに伝送する伝送
ステップと、前記検査結果をデータベースサーバーの不
揮発性記憶部に記憶させる第2の記憶ステップと、前記
検査結果をデータベースマネージメントシステムに登録
する登録ステップと、を有することを特徴とする検査シ
ステムの制御方法である。
According to a third aspect of the present invention, an inspection step in which the inspection device inspects an object to be inspected to generate an inspection result, and a file of the inspection result generates a queue queue in a storage unit built in the inspection device. A first storage step for storing the inspection result of the queue queue, a transmission step of transmitting the inspection result of the queue queue from the inspection device to the database server according to a first-in first-out (FIFO) rule, and the inspection result of the database server. A method of controlling an inspection system, comprising: a second storage step of storing the inspection result in a nonvolatile storage unit; and a registration step of registering the inspection result in a database management system.

【0011】本発明は、検査装置が検査結果の登録を要
求してからDBMSが検査結果を登録するまでの遅延時
間、又はDBサーバーの停止等の影響を受けにくい、リ
アルタイムで検査結果データを登録する安定な検査シス
テム及びその方法を実現出来るという作用を有する。本
発明は、タクトが短い製造工程又は多くの検査装置が接
続された製造工程において使用しても安定に動作する検
査システム及びその制御方法を実現出来るという作用を
有する。好ましくは、記憶部は全て不揮発性の記憶部
(例えばハードディスク装置)である。
According to the present invention, the inspection result data is registered in real time, which is unlikely to be affected by the delay time from the inspection device requesting the inspection result registration to the DBMS registering the inspection result or the stoppage of the DB server. It has the effect of realizing a stable inspection system and its method. INDUSTRIAL APPLICABILITY The present invention has an effect that it is possible to realize an inspection system and a control method thereof that operate stably even when used in a manufacturing process with a short tact or a manufacturing process in which many inspection devices are connected. Preferably, the storage units are all non-volatile storage units (for example, hard disk devices).

【0012】[0012]

【発明の実施の形態】以下本発明の実施をするための最
良の形態を具体的に示した実施例について、図面ととも
に記載する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments specifically showing the best mode for carrying out the present invention will be described below with reference to the drawings.

【0013】《実施例1》図1及び図2を用いて本発明
の実施例の検査システム及びその制御方法を説明する。
図1は実施例の検査システムの構成を示す。図1の検査
システムは、15台の検査装置11、1台のDBサーバ
ー12、複数台の検査端末14を有する。15台の検査
装置11、1台のDBサーバー12、複数台の検査端末
14はLAN13で接続されており、相互にデータを伝
送することが出来る。15台の検査装置11は、1本の
自動製造工程ライン上に順番に配置されている。当該ラ
インのラインタクトは10秒であり、遅延は許されな
い。15台の検査装置11の検査結果は全て1台のDB
サーバー12に送られ、DBサーバー12が有する1つ
のDBMS19に保存される。ユーザは、別の部屋に設
置されている検索端末14を操作して、各検査装置の検
査結果及びDBMS19が有する検査結果を検索でき
る。又検索端末14は、DBMS19に登録されたデー
タを分析するプログラムを内蔵している。
<< Embodiment 1 >> An inspection system and a control method thereof according to an embodiment of the present invention will be described with reference to FIGS.
FIG. 1 shows the configuration of the inspection system of the embodiment. The inspection system of FIG. 1 includes 15 inspection devices 11, one DB server 12, and a plurality of inspection terminals 14. Fifteen inspection devices 11, one DB server 12, and a plurality of inspection terminals 14 are connected by a LAN 13, and data can be mutually transmitted. The 15 inspection devices 11 are sequentially arranged on one automatic manufacturing process line. The line tact of the line is 10 seconds, and no delay is allowed. The inspection results of the 15 inspection devices 11 are all 1 DB
It is sent to the server 12 and stored in one DBMS 19 included in the DB server 12. The user can search the inspection result of each inspection device and the inspection result of the DBMS 19 by operating the search terminal 14 installed in another room. Further, the search terminal 14 has a built-in program for analyzing the data registered in the DBMS 19.

【0014】検査装置11は検査部15及びハードディ
スク装置16を有する。15台の検査装置は全て同一の
構成を有する。DBサーバー12は、各検査装置11に
対応付けられた15組の登録部17及びハードディスク
装置18と、1個のDBMS19(ハードディスク装置
に格納されている。)とを有する。検査部15は被検査
対象を検査して検査結果を生成する。ハードディスク装
置16(記憶部)はキュー待ち行列の形式で検査結果の
ファイル111を蓄積する。ハードディスク装置16
は、検査結果のファイルを生成順に並べ、DBサーバー
12から検査結果のファイルの送付要求(キュー)があ
る毎に、一番古いファイルから順番にDBサーバー12
に送付する。即ちFIFO形式で検査結果のファイルを
入出力する。本明細書及び特許請求の範囲において、こ
のようなファイルの蓄積方法を「キュー待ち行列」と呼
ぶ。ハードディスク装置16の記憶容量は十分にあり、
約1年分の検査結果を蓄積することができる。ハードデ
ィスク装置16は、検査結果のファイルを発生順にソー
トして格納するだけであり、検索等の必要がないので、
極めて短時間で検査結果のファイルをキュー待ち行列に
登録することが出来る。
The inspection device 11 has an inspection unit 15 and a hard disk device 16. All 15 inspection devices have the same configuration. The DB server 12 has 15 sets of a registration unit 17 and a hard disk device 18 associated with each inspection device 11, and one DBMS 19 (stored in the hard disk device). The inspection unit 15 inspects an object to be inspected and generates an inspection result. The hard disk device 16 (storage unit) stores the inspection result file 111 in the form of a queue queue. Hard disk device 16
Arranges the inspection result files in the order of generation, and each time there is a request (queue) for sending the inspection result files from the DB server 12, the DB server 12 is in order from the oldest file.
To send. That is, the file of the inspection result is input / output in the FIFO format. In this specification and in the claims, such a file storage method is called a "queue queue". The hard disk device 16 has a sufficient storage capacity,
It is possible to accumulate the test results for about one year. The hard disk drive 16 only sorts and stores the inspection result files in the order in which they are generated, and does not require searching or the like.
The inspection result file can be registered in the queue queue in an extremely short time.

【0015】1つの登録部(登録ソフト)17と1台の
ハードディスク装置(バックアップ記憶装置)18とを
1セットとして、DBサーバー12は、15台の検査装
置11のそれぞれに対応付けられた15セットの登録部
17及びハードディスク装置18を有する。DBサーバ
ー12は、マルチタスクOSの下で動作しており、15
セットの登録部17及びDBMS19は、実質的にリア
ルタイムで動いている。各登録部17は、それぞれに対
応付けられた検査装置11のハードディスク装置16に
検査結果のファイル111の送付を要求する(キューを
送る)。ハードディスク装置16はキュー待ち行列の形
式で並べられたファイルの中の最も古い検査結果のファ
イル111を登録部17に伝送する。
With one registration unit (registration software) 17 and one hard disk device (backup storage device) 18 as one set, the DB server 12 has 15 sets associated with each of the 15 inspection devices 11. It has a registration unit 17 and a hard disk device 18. The DB server 12 operates under a multitasking OS, and
The set registration unit 17 and the DBMS 19 operate substantially in real time. Each registration unit 17 requests the hard disk device 16 of the inspection device 11 associated with it to send the inspection result file 111 (sends a queue). The hard disk device 16 transmits the file 111 of the oldest inspection result among the files arranged in the queue queue format to the registration unit 17.

【0016】登録部17は、入力した検査結果のファイ
ル111をハードディスク装置18にファイル形式のま
まFIFO形式で格納する。又、登録部17は、入力し
た検査結果のファイル111をDBMS19に送付す
る。DBMS19は、入力した検査結果のファイルをデ
ータベースに変換し、登録する。15個の登録部17は
任意にDBMS19にアクセスする。複数の登録部17
からの登録処理、及び複数の検索端末14からの検索処
理が同時にDBMS19へ集中した場合は、DBMSの
応答は遅くなるが、検査システムは安定して動作する。
ハードディスク装置18は、DBサーバー12が障害を
生じた時に使用するバックアップ記憶装置である。15
個のハードディスク装置18及びDBMS19が格納さ
れたハードディスク装置は、それぞれ物理的に別個のハ
ードディスク装置である。
The registration unit 17 stores the input inspection result file 111 in the hard disk device 18 in the FIFO format as the file format. Further, the registration unit 17 sends the input inspection result file 111 to the DBMS 19. The DBMS 19 converts the input inspection result file into a database and registers it. The fifteen registration units 17 arbitrarily access the DBMS 19. Multiple registration units 17
When the registration processing from the and the search processing from the plurality of search terminals 14 are concentrated on the DBMS 19 at the same time, the response of the DBMS is delayed, but the inspection system operates stably.
The hard disk device 18 is a backup storage device used when the DB server 12 fails. 15
The hard disk devices in which the individual hard disk devices 18 and the DBMS 19 are stored are physically separate hard disk devices.

【0017】図2は、本発明の実施例の検査装置の制御
方法のフローチャートである。最初に検査装置11は被
検査対象の検査を実行する(ステップ201)。次に、
検査装置11は検査結果のファイルをFIFO形式で蓄
積する(ステップ202)。次に、DBサーバー12か
らの要求(キュー)に応じて、検査装置11は一番古い
検査結果から順次DBサーバー12に送信する(ステッ
プ203)。DBサーバー12が検査結果を受信する
(ステップ204)。DBサーバー12は、受信した検
査結果のファイルをFIFO形式でハードディスク装置
18に格納する(ステップ205)。次に、DBサーバ
ー12は、検査結果をDBMS19に登録する(ステッ
プ206)。
FIG. 2 is a flowchart of the control method of the inspection apparatus according to the embodiment of the present invention. First, the inspection device 11 executes the inspection of the inspection target (step 201). next,
The inspection device 11 stores the inspection result file in the FIFO format (step 202). Next, in response to a request (queue) from the DB server 12, the inspection device 11 sequentially transmits the oldest inspection result to the DB server 12 (step 203). The DB server 12 receives the inspection result (step 204). The DB server 12 stores the received inspection result file in the hard disk device 18 in the FIFO format (step 205). Next, the DB server 12 registers the inspection result in the DBMS 19 (step 206).

【0018】本発明の検査装置は、一定のタクトで検査
する被検査対象物の検査結果を直ちにキュー待ち行列の
形式で登録する。記憶部は検査結果を発生順にそのまま
記憶するだけなので、検査結果を記憶するのに要する時
間は極めて短い。検査結果は、DBサーバーに直接伝送
されるのでなくいったん検査装置内部に保存されるた
め、検査装置とDBサーバーとの間の通信障害などの影
響を受けない。記憶部にキュー待ち行列の形式(FIF
O形式)で登録された検査結果は、DBサーバーの登録
ソフトによって一番古い検査結果のファイルから1つず
つ取り出され、DBサーバーのDBMSに登録され、且
つDBサーバーのバックアップ記憶装置である不揮発性
記憶部に保存する。検査装置からDBサーバーに送られ
た検査結果をDBMSに登録することに時間がかかった
としても、記憶部のキュー待ち行列に蓄積される検査結
果のファイル数が増加するだけである。本発明の検査シ
ステムがタクト内に検査結果を登録できなくても検査シ
ステムが障害を発生することはない。
The inspection apparatus of the present invention immediately registers the inspection result of the inspection object to be inspected with a constant tact in the form of queue queue. Since the storage unit only stores the inspection results in the order of occurrence, the time required to store the inspection results is extremely short. Since the inspection result is not directly transmitted to the DB server but is temporarily stored inside the inspection device, it is not affected by a communication failure between the inspection device and the DB server. Queue queue format (FIF
The inspection results registered in the O format) are taken out one by one from the oldest inspection result file by the registration software of the DB server, registered in the DBMS of the DB server, and non-volatile as a backup storage device of the DB server. Save in storage. Even if it takes time to register the inspection results sent from the inspection device to the DB server in the DBMS, the number of inspection result files accumulated in the queue queue of the storage unit only increases. Even if the inspection system of the present invention cannot register the inspection result in the tact, the inspection system does not cause a failure.

【0019】DBサーバーが何らかのトラブルによって
停止した場合、検査装置の記憶部が、DBサーバーの停
止中に生成された検査結果を順次キュー待ち行列に蓄積
する。その後復旧したDBサーバーが、キュー待ち行列
に蓄積された検査結果を順次登録する。従って製造工程
のラインが稼動している最中にDBサーバーが停止して
も、検査システムが障害を発生することはない。又、何
らかの障害によってDBMS19内部のデータが破損し
失われた場合、登録部17は、検査結果の取り出し元を
キュー待ち行列からバックアップ記憶装置に切り替え
て、各ハードディスク装置18から各検査装置11の検
査結果を読み出して、検査結果をDBMS19に再登録
していく。これによってDBMS19自体が障害を発生
した場合にも、検査システムは安定して動作する。
When the DB server is stopped due to some trouble, the storage unit of the inspection device sequentially stores the inspection results generated while the DB server is stopped in the queue queue. After that, the restored DB server sequentially registers the inspection results accumulated in the queue queue. Therefore, even if the DB server is stopped while the manufacturing process line is operating, the inspection system does not cause a failure. When the data inside the DBMS 19 is damaged and lost due to some kind of failure, the registration unit 17 switches the retrieval source of the inspection result from the queue queue to the backup storage device, and inspects each inspection device 11 from each hard disk device 18. The result is read out and the inspection result is re-registered in the DBMS 19. As a result, the inspection system operates stably even if the DBMS 19 itself fails.

【0020】自動製造工程のラインの1日当たりの平均
稼働時間が24時間より短い場合は、検査結果をDBM
Sに登録する時間よりも自動製造工程のタクトの方が短
い場合にも、本発明の検査システムは正常に動作する。
自動製造工程のラインの稼働中には、登録が間に合わな
い検査結果を順次キュー待ち行列に蓄積し、キュー待ち
行列に蓄積された検査結果をラインの停止中にDBMS
に登録することにより、本発明の検査システム及び検査
システムの制御方法は安定して動作する。
If the average daily operating time of the line of the automatic manufacturing process is shorter than 24 hours, the inspection result is DBM.
Even when the tact time of the automatic manufacturing process is shorter than the time of registering in S, the inspection system of the present invention operates normally.
During the operation of the line in the automatic manufacturing process, the inspection results that are not registered in time are sequentially accumulated in the queue queue, and the inspection results accumulated in the queue queue are stored in the DBMS while the line is stopped.
By registering in, the inspection system and the control method of the inspection system of the present invention operate stably.

【0021】[0021]

【発明の効果】本発明によれば、検査装置が検査結果の
登録を要求してからDBMSが検査結果を登録するまで
の遅延時間、又はDBサーバーの停止等の影響を受けに
くい、リアルタイムで検査結果データを登録する安定な
検査システム及びその制御方法を実現出来るという有利
な効果が得られる。本発明によれば、タクトが短い製造
工程又は多くの検査装置が接続された製造工程において
使用しても安定に動作する検査システム及びその制御方
法を実現出来るという有利な効果が得られる。検査装置
のリアルタイム性をそのまま保持しながら、リアルタイ
ム性のないDBMSに結果データを登録することができ
るため、これまで実現できなかった短タクトに対応した
検査システムを実現出来る。また、検索端末からDBM
Sを検索することにより、いつでも検査結果を見ること
ができる。
According to the present invention, the inspection is performed in real time, which is hardly affected by the delay time from the inspection device requesting the registration of the inspection result to the registration of the inspection result by the DBMS or the stoppage of the DB server. The advantageous effect that a stable inspection system for registering result data and its control method can be realized can be obtained. According to the present invention, it is possible to obtain an advantageous effect that it is possible to realize an inspection system and a control method thereof that operate stably even when used in a manufacturing process with a short tact or in a manufacturing process in which many inspection devices are connected. Since the result data can be registered in the DBMS that does not have the real-time property while maintaining the real-time property of the inspection device as it is, it is possible to realize the inspection system corresponding to the short tact that could not be realized until now. In addition, DBM from the search terminal
You can view the test results at any time by searching for S.

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

【図1】 実施例の検査システムの構成図FIG. 1 is a configuration diagram of an inspection system according to an embodiment.

【図2】 実施例の検査システムの制御方法のフローチ
ャート
FIG. 2 is a flowchart of a control method for the inspection system according to the embodiment.

【図3】 従来例1の検査システムの構成図FIG. 3 is a configuration diagram of an inspection system of Conventional Example 1.

【図4】 従来例2の検査システムの構成図FIG. 4 is a configuration diagram of an inspection system of Conventional Example 2.

【符号の説明】[Explanation of symbols]

11、31、41 検査装置 12、32、42 DBサーバー 13、33、43 LAN 14 検索端末 15 検査部 16、18 ハードディスク装置 17、45 登録部 19 DBMS 111、46 ファイル 44 ディレクトリ 11, 31, 41 Inspection device 12, 32, 42 DB server 13, 33, 43 LAN 14 Search terminal 15 Inspection Department 16, 18 Hard disk drive 17,45 Registration Department 19 DBMS 111,46 files 44 directories

フロントページの続き Fターム(参考) 5B082 FA01 5H223 AA05 AA15 CC08 DD03 DD07 DD09 EE06 Continued front page    F-term (reference) 5B082 FA01                 5H223 AA05 AA15 CC08 DD03 DD07                       DD09 EE06

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 被検査対象の検査を行う検査部、及び検
査結果のキュー待ち行列を記憶する記憶部を有する検査
装置と、 前記キュー待ち行列の前記検査結果を順次取り出す登録
部、取り出した前記検査結果を記憶するデータベースマ
ネージメントシステム、及び不揮発性記憶部を有するデ
ータベースサーバーと、 を有する検査システム。
1. An inspection apparatus having an inspection unit for inspecting an object to be inspected, and a storage unit for storing a queue queue of inspection results; a registration unit for sequentially extracting the inspection results of the queue queue; An inspection system comprising: a database management system for storing inspection results; and a database server having a non-volatile storage section.
【請求項2】 前記検査部が1個の被検査対象を検査し
て検査結果を出力する毎に、前記記憶部は前記検査結果
のファイルを1個生成し、前記検査結果のキュー待ち行
列に前記ファイルを登録することを特徴とする請求項1
に記載の検査システム。
2. Each time the inspection unit inspects one inspected object and outputs an inspection result, the storage unit generates one file of the inspection result and stores it in the inspection result queue queue. The file is registered, and the file is registered.
Inspection system described in.
【請求項3】 検査装置が被検査対象を検査して検査結
果を生成する検査ステップと、 前記検査装置が内蔵する記憶部に前記検査結果のファイ
ルがキュー待ち行列を生成するように記憶させる第1の
記憶ステップと、 前記キュー待ち行列の検査結果をファーストインファー
ストアウトのルールに従って前記検査装置からデータベ
ースサーバーに伝送する伝送ステップと、 前記検査結果をデータベースサーバーの不揮発性記憶部
に記憶させる第2の記憶ステップと、 前記検査結果をデータベースマネージメントシステムに
登録する登録ステップと、 を有することを特徴とする検査システムの制御方法。
3. An inspection step in which an inspection device inspects an object to be inspected to generate an inspection result, and a storage unit built in the inspection device stores the inspection result file so as to generate a queue queue. A first storage step, a transmission step of transmitting the inspection result of the queue queue from the inspection device to a database server according to a first-in first-out rule, and a storage step of storing the inspection result in a non-volatile storage unit of the database server. And a registration step of registering the inspection result in the database management system.
JP2001195289A 2001-06-27 2001-06-27 Inspection/inspection-device data processing unit and control method therefor Pending JP2003015935A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001195289A JP2003015935A (en) 2001-06-27 2001-06-27 Inspection/inspection-device data processing unit and control method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001195289A JP2003015935A (en) 2001-06-27 2001-06-27 Inspection/inspection-device data processing unit and control method therefor

Publications (1)

Publication Number Publication Date
JP2003015935A true JP2003015935A (en) 2003-01-17

Family

ID=19033295

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001195289A Pending JP2003015935A (en) 2001-06-27 2001-06-27 Inspection/inspection-device data processing unit and control method therefor

Country Status (1)

Country Link
JP (1) JP2003015935A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013225333A (en) * 2006-10-02 2013-10-31 Fisher Rosemount Systems Inc Analytical server integrated in process control network

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013225333A (en) * 2006-10-02 2013-10-31 Fisher Rosemount Systems Inc Analytical server integrated in process control network

Similar Documents

Publication Publication Date Title
CN109240886B (en) Exception handling method, exception handling device, computer equipment and storage medium
US20180374086A1 (en) Blockchain transaction commitment ordering
US20030187868A1 (en) Data acquisition system
CN109885453B (en) Big data platform monitoring system based on stream data processing
CN107818120A (en) Data processing method and device based on big data
CN104584524A (en) Aggregating data in a mediation system
CN111209467A (en) Data real-time query system under multi-concurrency multi-channel environment
CN112150203A (en) Real estate client visit identification method and device, electronic equipment and storage medium
US9641600B2 (en) System, method, computer-readable medium and apparatus
KR101666440B1 (en) Data processing method in In-memory Database System based on Circle-Queue
CN112363838A (en) Data processing method and device, storage medium and electronic device
JP2003015935A (en) Inspection/inspection-device data processing unit and control method therefor
EP1372074B1 (en) System and method for event management
WO2020237878A1 (en) Data deduplication method and apparatus, computer device, and storage medium
KR100311619B1 (en) How to send and receive messages between processors in a distributed processing system
TWI808367B (en) Blockchain intermediary system and method
CN111782588A (en) File reading method, device, equipment and medium
CN106528577B (en) Method and device for setting file to be cleaned
CN113496155B (en) Method, apparatus, device and computer readable medium for information processing
WO2022206054A1 (en) Material incremental processing method and apparatus, electronic device, and computer storage medium
CN117216011B (en) File transmission method and device and electronic equipment
KR101016320B1 (en) Method of managing ubiquitous sensor network based real-time data and system
KR100423840B1 (en) method of data processing for dispersion database
JP2007316719A (en) Message communication method, device and program
JP2002251500A (en) System and method for collecting log information

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050523

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20061129