JP2003140895A - Test system having recombinable software - Google Patents

Test system having recombinable software

Info

Publication number
JP2003140895A
JP2003140895A JP2001340627A JP2001340627A JP2003140895A JP 2003140895 A JP2003140895 A JP 2003140895A JP 2001340627 A JP2001340627 A JP 2001340627A JP 2001340627 A JP2001340627 A JP 2001340627A JP 2003140895 A JP2003140895 A JP 2003140895A
Authority
JP
Japan
Prior art keywords
inspection
software
inspection system
section
development
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
JP2001340627A
Other languages
Japanese (ja)
Inventor
Satoshi Watabe
覚士 渡部
Hirotoshi Kato
博敏 加藤
Ryoichi Imai
亮一 今井
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2001340627A priority Critical patent/JP2003140895A/en
Priority to CN 02150325 priority patent/CN1417728A/en
Publication of JP2003140895A publication Critical patent/JP2003140895A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To structure a software for a test device of a desired purpose without knowledge of programming, and reduce developing costs. SOLUTION: In a computer system, the software for a test device is made to execute a desired purpose of action without changing codes of the software by approaches (setting and means) from an external part in response to the demand from a user. For this purpose, a desired purpose of the software for the test device is constructed by editing the action of each control part with an editor. Also, the software and an information file used for the software are stored in a network server (test device information server) 2 having a database engine, for retrieving and obtaining the file via network.

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 having a program that can be recombined by an external approach, and more particularly, by changing processing operations and execution procedures without changing software code, for example, The present invention relates to an inspection system in which inspection software for a desired purpose can be constructed without any programming knowledge in an inspection device for a printed circuit board or a peripheral device or a measuring device, and development cost can be reduced. .

【0002】[0002]

【従来の技術】従来、少なくともプロセッサと、メモリ
と、入力装置と、表示装置とを有し、前記メモリに記憶
され、前記プロセッサにより読み出されるOSとを有す
るコンピュータ・システム上で、ある所望の目的の検査
を達成するための検査装置用ソフトウェアを必要とする
場合があった。そのような場合には、そのソフトウェア
を開発するため、またはそのソフトウェアの一部の機能
の追加、修正等を行うためには、その都度ソフトウェア
のプログラミングが必要であり、そのための知識を有し
ないユーザは開発作業に携わることができなかった。
2. Description of the Related Art Conventionally, on a computer system having at least a processor, a memory, an input device, and a display device, and having an OS stored in the memory and read by the processor, a desired object is obtained. In some cases, software for the inspection device was required to achieve the inspection. In such a case, in order to develop the software, or to add or modify some functions of the software, it is necessary to program the software each time, and a user who does not have knowledge for that purpose Was unable to engage in development work.

【0003】また、知識を有するユーザーであっても、
追加、修正等に該当するプログラムコードを変更し、コ
ンパイラをかけなくてはならず、また再度検証テストを
やり直さなければならず、そのソフトウェアに関る多大
な開発コストが発生してしまうという不具合があった。
In addition, even a knowledgeable user
You have to change the program code that corresponds to additions, corrections, etc., apply the compiler, and repeat the verification test again, which causes a large development cost related to that software. there were.

【0004】さらに、ソフトウェア構築のためには、開
発環境を整えなければならず、その環境に依存しなけれ
ばならなかった。
Furthermore, in order to build software, a development environment had to be prepared and had to depend on that environment.

【0005】さらに、作成される設定ファイルは、ソフ
トウェアを汎用化することに比例して、情報量が膨大に
なり、複雑、煩雑になるおそれがあり、ユーザーが把握
しきれなくなる。また、変更を行う場合には、この設定
ファイルを再度編集する必要があるため、作業が膨大化
してしまう。
Further, the setting file to be created may have an enormous amount of information in proportion to the generalization of software, which may become complicated and complicated, and the user cannot grasp the information. In addition, when making a change, it is necessary to edit this setting file again, so the work becomes enormous.

【0006】さらに、動作をファイルに記述する際に
は、プログラミング言語のような複雑な方式にすること
は、本末転倒になってしまう。さらに、次回の開発の度
に、コマンドを羅列していく方法は、非常に面倒であ
る。
[0006] Further, when describing the operation in a file, it becomes a nuisance to use a complicated method such as a programming language. Furthermore, the method of enumerating commands each time the next development is performed is very troublesome.

【0007】さらに、ユーザーは、各コマンドに対する
詳細な設定(コマンドオプション)を、そのコマンドに
対応した数値等をファイルに書き込まなくてはならず、
ファイル作成において複雑かつ面倒になってしまう。
Furthermore, the user must write detailed settings (command options) for each command in the file, such as numerical values corresponding to the command,
File creation is complicated and troublesome.

【0008】さらに、これら作成されたファイル群は、
ソフトウェアを汎用化することに比例して、煩雑になる
おそれがある。
Furthermore, these created files are
It may become complicated in proportion to the generalization of software.

【0009】従来のソフト自動作成方法あるいはテスト
・デバッグ方法に関する技術としては、例えば、特開平
9−6702号公報に記載の「周辺装置、デバイスドラ
イバソフト自動作成システム、デバイスドライバ」があ
る。このシステムは、目的とする周辺装置のデバイスド
ライバソフトを作成するために、必要となる制御コマン
ドおよび固有のパラメータを周辺装置に問い合わせるこ
とにより、その周辺装置から送信された制御コマンドと
固有パラメータを受信し、それらのコマンドとパラメー
タから目的とするデバイスドライバソフトを自動的に作
成し、作成したソフトをホストコンピュータにインスト
ールするものである。
As a conventional technique relating to the automatic software creating method or the test / debug method, there is, for example, "Peripheral device, device driver software automatic creating system, device driver" described in Japanese Patent Laid-Open No. 9-6702. This system receives the control commands and unique parameters sent from the peripheral device by inquiring the peripheral device about the necessary control commands and unique parameters in order to create the device driver software for the target peripheral device. The target device driver software is automatically created from these commands and parameters, and the created software is installed in the host computer.

【0010】また、他の例として、特開平9−0814
16号公報に記載の「テスト装置」では、メカ部の機能
を実動作を伴わないソフトウェアの疑似メカ装置を備
え、疑似メカ装置はコマンドを受信すると、予め用意さ
れたファイルからテストデータを入力して、コマンドで
指示された動作を実行し、実行結果をファイルに出力す
る。
As another example, Japanese Unexamined Patent Publication No. 9-0814.
The "test device" described in Japanese Patent No. 16 is provided with a pseudo mechanical device of software that does not actually operate the function of the mechanical part, and when the pseudo mechanical device receives a command, it inputs test data from a file prepared in advance. Command to execute the operation specified by the command and output the execution result to a file.

【0011】また、他の例として、特開平10−301
803号公報に記載の「デバッグ装置、情報処理装置お
よび情報記憶媒体」では、対象装置がデバッグ用プログ
ラムを実行し、その出力をホスト機に送信して、ホスト
機からコマンドが送られてきた場合には、そのコマンド
の処理を行う。ホスト機はホストプログラムを実行し、
自動的またはユーザーの指示により対象装置にプログラ
ムを送って実行させたり、対象装置にメモリ読み出しの
コマンドを送って、結果を受け取り、これを表示する。
As another example, Japanese Patent Laid-Open No. 10-301
In the "debugging device, information processing device and information storage medium" described in Japanese Patent No. 803, the target device executes a debugging program, sends its output to a host machine, and a command is sent from the host machine. Process the command. The host machine executes the host program,
A program is sent to a target device to be executed automatically or by a user's instruction, or a memory read command is sent to the target device to receive a result and display it.

【0012】さらに、他の例として、特開平7−319
950号公報に記載の「テストシステム」では、テスタ
の動作をソフトウェア的に模擬する仮想テスタととも
に、この仮想テスタが実行可能なテストプログラムに変
換するプログラム変換手段を設ける。
Further, as another example, Japanese Patent Laid-Open No. 7-319.
In the "test system" described in Japanese Patent Publication No. 950, a virtual tester that simulates the operation of the tester with software is provided, and a program conversion means that converts the test program into an executable test program by the virtual tester is provided.

【0013】その他にも、例えば、特開平11−118
889号公報に記載の「テストプログラム生成システ
ム」、特開平10−340201号公報に記載の「シス
テムテスト自動化装置」、あるいは、特開平6−139
101号公報に記載の「コンピュータソフトウェアの自
動検査システムおよび方法」等がある。
In addition, for example, Japanese Patent Laid-Open No. 11-118.
889 publication, "Test program generation system", JP-A-10-340201 publication, "System test automation device", or JP-A-6-139.
There is "Automatic inspection system and method of computer software" described in Japanese Patent No. 101.

【0014】[0014]

【発明が解決しようとする課題】前述のように、従来に
おいては、検査装置に用いるソフトウェアを開発するた
め、またはそのソフトウェアの一部の機能の追加、修正
等を行うためには、その都度ソフトウェアのプログラミ
ングが必要であり、そのための知識を有しないユーザは
開発作業に携わることができなかった。また、知識を有
するユーザーにおいても、追加、修正等に該当するプロ
グラムコードを変更し、コンパイラをかけなくてはなら
ず、また再度検証テストをやり直さなければならず、そ
のソフトウェアに関る多大な開発コストが発生してい
た。さらに、検査システムとして、その検査装置を開発
する部署(検査装置開発区)、検査装置を利用する部署
(製造実施区)の各々で個別に当該検査装置一式を用意
しなければならず、開発コストが高くなると共に、各区
間における同一性の確保が困難であった。
As described above, in the past, in order to develop the software used for the inspection device or to add or modify a part of the function of the software, the software is required each time. It was necessary to program, and users who had no knowledge of it could not engage in development work. In addition, even a knowledgeable user must change the program code corresponding to additions and corrections, apply the compiler, and repeat the verification test again, which requires a large amount of development related to the software. There was a cost. Furthermore, as the inspection system, the department that develops the inspection device (inspection device development zone) and the department that uses the inspection device (manufacturing implementation zone) must individually prepare the inspection device set, and the development cost However, it became difficult to secure the sameness in each section.

【0015】そこで、本発明の目的は、これら従来の課
題を解決し、プログラミングの知識がなくても所望の目
的の検査装置用ソフトウェアを構築することができ、か
つ、開発コストも軽減することが可能な組み替え可能な
ソフトウェアを持つ検査システムを提供することにあ
る。
Therefore, an object of the present invention is to solve these conventional problems, to construct the inspection device software for a desired purpose without programming knowledge, and to reduce the development cost. It is to provide an inspection system with possible reconfigurable software.

【0016】[0016]

【課題を解決するための手段】上記目的を達成するた
め、本発明では、少なくとも入力部、表示部、記憶部を
有するコンピュータシステムにおいて、ある検査装置用
ソフトウェアに対し、ユーザーの要求に応じて外部から
のアプローチ(設定・手段)により、ソフトウェアのコ
ードを変更することなく所望の目的の動作を行わせるた
めに、周辺装置制御部、周辺装置通信部、シーケンス制
御部、ファンクション制御部、および各制御部エディタ
を設け、各制御部を制御部エディタで編集することによ
り、所望の目的の検査装置用ソフトウェアを構築すると
共に、当該ソフトウェアを含むソフトウェアファイル
(ソフトウェアとこのソフトウェアで用いる情報ファイ
ル)を、データベースエンジンを有するネットワークサ
ーバに格納し、ネットワークを介して検索・入手可能と
する。これにより、プログラミングの知識無しに、所望
の目的の検査装置用ソフトウェアを、容易に入手して構
築することができ、開発コストを削減できる。
In order to achieve the above object, according to the present invention, in a computer system having at least an input section, a display section and a storage section, an inspection device software is externally operated in response to a user's request. From the approach (settings / means), the peripheral device control unit, the peripheral device communication unit, the sequence control unit, the function control unit, and each control are performed in order to perform the desired operation without changing the software code. A control unit editor is provided, and each control unit is edited by the control unit editor to build inspection device software for a desired purpose, and a software file including the software (software and information file used by this software) is stored in a database. Stored on a network server with an engine, Through the over-click to search and available. As a result, the inspection apparatus software for a desired purpose can be easily obtained and constructed without programming knowledge, and the development cost can be reduced.

【0017】[0017]

【発明の実施の形態】以下、本発明の実施例を、図面に
より詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described in detail below with reference to the drawings.

【0018】図1は、本発明の一実施例を示す組み替え
可能なソフトウェアを持つ検査システムの全体構成図で
あり、図2は、図1におけるホストPCの構成を示すブ
ロック図、図18は、図2におけるコンピュータシステ
ムの汎用検査装置としての構成を示すブロック図、図1
9は、図2におけるコンピュータシステムの汎用検査装
置としての処理動作例を示す説明図である。
FIG. 1 is an overall configuration diagram of an inspection system having reconfigurable software showing an embodiment of the present invention, FIG. 2 is a block diagram showing the configuration of a host PC in FIG. 1, and FIG. 1 is a block diagram showing the configuration of the computer system in FIG. 2 as a general-purpose inspection device.
9 is an explanatory diagram showing an example of processing operation as a general-purpose inspection device of the computer system in FIG.

【0019】まず、図2と図18,19を用いて図1の
検査システムにおける汎用検査装置の構成と動作を説明
する。
First, the configuration and operation of the general-purpose inspection apparatus in the inspection system of FIG. 1 will be described with reference to FIGS. 2 and 18 and 19.

【0020】図2において、破線の内部が、コンピュー
タシステム20(ホストPC)である。コンピュータシ
ステム20とは、少なくとも、OS、メモリ、記憶媒
体、キーボード、ポインティングデバイス、および表示
機能を有するものを指している。本発明は、このような
構成の基で実現される。
In FIG. 2, the inside of the broken line is the computer system 20 (host PC). The computer system 20 means at least an OS, a memory, a storage medium, a keyboard, a pointing device, and a display function. The present invention is realized based on such a configuration.

【0021】図2において、動作実行手順および処理機
能は、各制御部25〜28のソフトウェアコードを変更
することなく、各制御部エディタ部21により設定され
た情報(データ)、あるいは各制御部エディタ部21に
より作成され、記憶部24に格納されたファイルの情報
(データ)により構築される。
In FIG. 2, the operation execution procedure and the processing function are information (data) set by each control section editor section 21 or each control section editor without changing the software code of each control section 25-28. It is constructed by the information (data) of the file created by the unit 21 and stored in the storage unit 24.

【0022】先ず、各制御部エディタ部21は、各制御
部25〜28の機能の選択や処理フローを編集する機能
を持つ。ユーザーは、この各制御部エディタ部21を使
用して、要求する処理動作や実行手順の編集を行って、
目的に合ったソフトウェアを構築する。
First, each control section editor section 21 has a function of selecting a function of each control section 25 to 28 and editing a processing flow. The user edits the requested processing operation and execution procedure using each of the control section editor sections 21,
Build software that suits your purpose.

【0023】表示部22は、CRTディスプレイ等の表
示部であり、ユーザーが各制御部エディタ部21を使用
する際に、この画面をみて編集を行う。
The display unit 22 is a display unit such as a CRT display, and when a user uses each control unit editor unit 21, he or she edits by viewing this screen.

【0024】入力部23は、キーボード213、マウス
214等であり、ユーザーが各制御部エディタ部21を
使用する際に、処理動作や実行手順の編集時の入力手段
として使用する。
The input unit 23 is a keyboard 213, a mouse 214, etc., and is used as an input unit when a user uses each control unit editor unit 21 when editing a processing operation or an execution procedure.

【0025】記憶部24は、HDD(ハードディス
ク)、FDD(フレキシブルディスク)等の記憶媒体で
あり、各制御部エディタ部21で編集された各制御部2
5〜27に対する情報ファイルを格納する。
The storage unit 24 is a storage medium such as an HDD (hard disk) or FDD (flexible disk), and each control unit 2 edited by each control unit editor unit 21.
Stores information files for 5-27.

【0026】シーケンス制御部25は、本発明の装置の
動作実行手順を司る処理部である。すなわち、これは各
制御部エディタ部21により設定された情報(デー
タ)、あるいは各制御部エディタ部21により作成され
て、記憶部24に格納されたファイルの情報(データ)
により構築されるソフトウェアである。このシーケンス
制御部25の処理フローによりシステムが動作する。
The sequence control unit 25 is a processing unit which controls the operation execution procedure of the apparatus of the present invention. That is, this is information (data) set by each control unit editor unit 21 or information (data) of a file created by each control unit editor unit 21 and stored in the storage unit 24.
It is software built by. The system operates according to the processing flow of the sequence control unit 25.

【0027】ファンクション制御部26は、システムの
動作処理を司る処理部である。すなわち、これは各制御
部エディタ部21により設定された情報(データ)、あ
るいは各制御部エディタ部21により作成されて、記憶
部24に格納されたファイルの情報(データ)により構
築されるソフトウェアである。このファンクション制御
部26の制御の基に、周辺装置制御部27、周辺装置通
信部28および内部処理が実行される。
The function control unit 26 is a processing unit that controls the operation processing of the system. That is, this is software (information) set by each control unit editor unit 21, or software created by each control unit editor unit 21 and constructed by information (data) of a file stored in the storage unit 24. is there. Under the control of the function control unit 26, the peripheral device control unit 27, the peripheral device communication unit 28, and internal processing are executed.

【0028】周辺装置制御部27は、外部I/F212
(例えば、パラレルポートやデジタルI/OのようなI
/Fをさす。)をもつ周辺装置に対する制御を行う。各
制御部エディタ部21により設定された情報(デー
タ)、あるいは各制御部エディタ部21により作成さ
れ、記憶部24に格納されたファイルの情報(データ)
により構築されたソフトウェアであって、ファンクショ
ン制御部26の制御下で動作する。
The peripheral device control section 27 uses the external I / F 212.
(For example, I such as parallel port and digital I / O
/ F. ) To control peripheral devices. Information (data) set by each control editor 21 or information (data) of a file created by each control editor 21 and stored in the storage 24
The software constructed by the above-mentioned software operates under the control of the function control unit 26.

【0029】周辺装置通信部28は、通信I/F(例え
ばRS232Cのようなシリアル通信I/Fをさす。)
をもつ周辺装置に対し、ハンドシェークを取りながら通
信制御を行う。各制御部エディタ部21により設定され
た情報(データ)、あるいは各制御部エディタ部21に
より作成され、記憶部24に格納されたファイルの情報
(データ)により構築されたソフトウェアであって、フ
ァンクション制御部26の制御下で動作する。
The peripheral device communication section 28 is a communication I / F (for example, a serial communication I / F such as RS232C).
Communication control is performed while handshake is performed on the peripheral device having the. Information (data) set by each control unit editor unit 21, or software constructed by each control unit editor unit 21 and stored in the storage unit 24 (file) information (data), which is function control It operates under the control of section 26.

【0030】また、記憶装置24の代りに、外部記憶装
置29や、ネットワーク217を介した大容量データベ
ース210への格納や、入力手段としてネットワーク2
17を介した端末211,215あるいはワークステー
ション216からの遠隔操作も可能である。
Further, instead of the storage device 24, storage in the external storage device 29, the large capacity database 210 via the network 217, or the network 2 as an input means.
Remote operation from the terminals 211 and 215 or the workstation 216 via 17 is also possible.

【0031】(検査装置構成例)図18は、図2のコン
ピュータシステムを適用した検査装置の構成を示してお
り、ここでは、図2のコンピュータシステム20を、プ
リント基板(PCB)の検査装置として当てはめた時の
実施例を示している。
(Inspection Device Configuration Example) FIG. 18 shows the configuration of an inspection device to which the computer system of FIG. 2 is applied. Here, the computer system 20 of FIG. 2 is used as an inspection device of a printed circuit board (PCB). An example when applied is shown.

【0032】図18において、検査ホストPC1821
が図2に示すコンピュータシステム20に該当する。図
2における各周辺装置制御部27は、パラレルI/F1
−2、GPIBボード1−3を通して、デジタルオシロ
1825や検査回路1822を制御する。
In FIG. 18, the inspection host PC 1821
Corresponds to the computer system 20 shown in FIG. Each peripheral device control unit 27 in FIG.
-2, the digital oscilloscope 1825 and the inspection circuit 1822 are controlled through the GPIB board 1-3.

【0033】また、図2の周辺装置通信部28は、シリ
アルI/F1−1を通して、ターゲットPCB1824
のROM4−2を介して通信(ハンドシェーク)を行っ
たり、シリアルI/F1−1とパラレルI/F1−2の
切り替えによりシリアルプリンタ3−1、バーコードリ
ーダ3−2、インライン装置3−3と通信を行う。
In addition, the peripheral device communication section 28 of FIG. 2 uses the target PCB 1824 through the serial I / F 1-1.
Communication (handshake) via the ROM 4-2 of the serial I / F 1-1 and the parallel I / F 1-2 by switching the serial printer 3-1, the bar code reader 3-2, and the inline device 3-3. Communicate.

【0034】図2の周辺装置制御部27は、図2の周辺
装置通信部28およびシリアルI/F1−1から検査回
路1822、フィクスチャー1826を介して、ターゲ
ットPCB1824内のI/O制御ブロック4−3、ア
ナログブロック4−4、および画像処理ブロック4−5
との間でデータの転送を行う。
The peripheral device control unit 27 in FIG. 2 is connected to the I / O control block 4 in the target PCB 1824 from the peripheral device communication unit 28 and the serial I / F 1-1 in FIG. 2 via the inspection circuit 1822 and the fixture 1826. -3, analog block 4-4, and image processing block 4-5
Transfer data to and from.

【0035】尚、図2における各制御部エディタ部21
での入力動作は、図2の表示部22の画面上で行われ、
例えば、各検査テストに対して、テストのサブナンバ毎
にコマンド名と、レジスタに書き込まれたデータが画面
上で入力され、図2の記憶部24に記録される。また、
ソースリストとしてファイル名がテストID毎に、さら
に、ターンリストとしてファイル名がターンの回数毎に
画面上で入力され、記憶部24に記録される。また、そ
の画面上では、演算リスト、メインループ、繰り返し回
数等を操作ボタン領域で入力される。
Incidentally, each control section editor section 21 in FIG.
Input operation is performed on the screen of the display unit 22 in FIG.
For example, for each inspection test, the command name for each subnumber of the test and the data written in the register are input on the screen and recorded in the storage unit 24 in FIG. Also,
A file name is input as a source list for each test ID, and a file name is input as a turn list for each number of turns on the screen and recorded in the storage unit 24. Further, on the screen, the operation list, the main loop, the number of repetitions, etc. are input in the operation button area.

【0036】(ソフトウェアとファイルの構成)図19
においては、図2のコンピュータシステム20をプリン
ト基板(PCB)の検査装置として適用させた時のソフ
トウェア例を示しており、実線の円形がシステム内のプ
ロセス、破線の円形がシステム以外のプロセス、三重線
の矩形がシステムに1つしかないファイル(区分A)、
二重線の矩形が1部番について1つしかないファイル
(区分B)、一重線の矩形が1部番について複数存在す
るファイル(区分C)である。
(Structure of software and files) FIG. 19
2 shows an example of software when the computer system 20 of FIG. 2 is applied as an inspection apparatus for a printed circuit board (PCB). A solid line circle is a process in the system, a broken line circle is a process other than the system, and a triple system. Files with only one line rectangle in the system (Category A),
A file having only one double-line rectangle for one copy number (Category B) and a file having a plurality of single-line rectangles for one copy number (Category C).

【0037】システム内のプロセスとしては、検査実行
プロセス42と検査項目定義プロセス35と実行手順定
義プロセス34とオシロ設定情報取得プロセス33の4
つがある。
The processes in the system are the inspection execution process 42, the inspection item definition process 35, the execution procedure definition process 34, and the oscilloscope setting information acquisition process 33.
There is one.

【0038】検査実行プロセス42は、オシロ設定ファ
イル36、オシロマスクファイル37、ログビュアプロ
セス38、セレクトログファイル38a、全ログファイ
ル39、検査環境保存ファイル43、PLDデータ対応
テーブル44、PLDデータファイル46、REFデー
タファイル47、画像処理モード変換テーブル48、P
LTSレジスタ変換テーブル49、検査項目定義ファイ
ル41および検査実行手順ファイル40からデータを参
照している。
The inspection execution process 42 includes an oscilloscope setting file 36, an oscilloscope mask file 37, a log viewer process 38, a select log file 38a, all log files 39, an inspection environment save file 43, a PLD data correspondence table 44, and a PLD data file 46. , REF data file 47, image processing mode conversion table 48, P
Data is referenced from the LTS register conversion table 49, the inspection item definition file 41, and the inspection execution procedure file 40.

【0039】検査項目定義プロセス35は、部番ファイ
ル31、検査項目定義ファイル41、PLTSレジスタ
変換テーブル49、画像処理モード変換テーブル48、
マクロ定義ファイル51および基本コマンドセットファ
イル50からデータを参照している。
The inspection item definition process 35 includes a part number file 31, an inspection item definition file 41, a PLTS register conversion table 49, an image processing mode conversion table 48,
Data is referenced from the macro definition file 51 and the basic command set file 50.

【0040】尚、図19においては、各ファイルの関係
が示されており、キー項目について矢印の方向にファイ
ル内の項目を参照している。また、キー項目の記載のな
い矢印では、ファイル名、フォルダ名の参照を行ってい
る。
Note that FIG. 19 shows the relationship between the files, and the key items refer to the items in the file in the direction of the arrow. Further, the arrow without a key item refers to a file name or a folder name.

【0041】例えば、検査実行手順ファイル40からは
検査環境保存ファイル43内のファイル名を参照し、検
査項目定義ファイル41からは検査実行手順ファイル4
0内の検査項目IDおよびファイル名を参照し、オシロ
設定ファイル36およびオシロマスクファイル37から
は、検査項目定義ファイル41内のファイル名を参照し
ている。また、画像処理モード変換テーブル48から
は、検査項目定義ファイル41内の画像処理モード名を
参照し、PLTSレジスタ変換テーブル49からは、検
査項目定義ファイル41内のPLTSレジスタ名を参照
している。
For example, the inspection execution procedure file 40 refers to the file name in the inspection environment saving file 43, and the inspection item definition file 41 refers to the inspection execution procedure file 4
The inspection item ID and file name in 0 are referenced, and the file name in the inspection item definition file 41 is referenced from the oscilloscope setting file 36 and the oscilloscope mask file 37. Further, the image processing mode conversion table 48 refers to the image processing mode name in the inspection item definition file 41, and the PLTS register conversion table 49 refers to the PLTS register name in the inspection item definition file 41.

【0042】以下、図18,19に基づき、プリント基
板(PCB)の検査装置としての機能動作を説明する。
The functional operation of the printed circuit board (PCB) inspection device will be described below with reference to FIGS.

【0043】図18に示す検査ホストPC1821が、
図2のコンピュータシステム20に該当する。先ず、ユ
ーザーが図2に示す表示部22を見ながら入力部23か
ら、各制御部25〜27の設定を各制御部エディタ部2
1により行う。設定された情報で、シーケンス制御部2
5では全体の動作の流れを制御し、ファンクション制御
部26では各検査の処理フローを制御する。
The inspection host PC 1821 shown in FIG.
This corresponds to the computer system 20 of FIG. First, a user looks at the display unit 22 shown in FIG. 2 and sets the settings of the control units 25 to 27 from the input unit 23 by using the control unit editor unit 2
It does by 1. The sequence control unit 2 uses the set information.
5 controls the flow of the entire operation, and the function control unit 26 controls the processing flow of each inspection.

【0044】ファンクション制御部26の制御の基で
は、検査の流れは周辺装置制御部27が検査回路182
2の制御を行い、フィクスチャー1826を通して、タ
ーゲットPCB1824にテスト信号を送出し、結果デ
ータを受信する。また、この時、図2の周辺装置通信部
28は、ターゲットPCB1824の治具ROM4−2
とのハンドシェークをとり、検査の同期を行う。
Under the control of the function control unit 26, the peripheral device control unit 27 performs the inspection flow in the inspection circuit 182.
2, the test signal is sent to the target PCB 1824 through the fixture 1826, and the result data is received. Further, at this time, the peripheral device communication unit 28 of FIG. 2 uses the jig ROM 4-2 of the target PCB 1824.
Take a handshake with and synchronize the inspection.

【0045】検査のパターンを変更するときは、図2の
各制御部エディタ部21で設定を変更(追加や修正)し
て実現する。
When the inspection pattern is changed, it is realized by changing (adding or correcting) the setting in each controller editor 21 of FIG.

【0046】尚、図18に示す構成において、必要なハ
ードウェアの設定やその装置環境の設定パラメータを各
制御部エディタ部21により編集(選択や設定)するこ
とにより、その環境に応じた設定にソフトウェアがダイ
ナミックに変更される。
In the configuration shown in FIG. 18, necessary hardware settings and device environment setting parameters are edited (selected or set) by the respective control section editor sections 21 to make settings according to the environment. Software changes dynamically.

【0047】また、図19の構成に示すように、検査項
目を定義する検査項目定義ファイル41を設け、検査項
目定義プロセス35により検査項目を設定すると、検査
実行プロセス42は、検査項目定義ファイル41を読み
込み、内容を解釈し検査項目の個々の内容を設定し、設
定された検査項目を順次行う。
Further, as shown in the configuration of FIG. 19, when the inspection item definition file 41 for defining the inspection item is provided and the inspection item is set by the inspection item definition process 35, the inspection execution process 42 causes the inspection item definition file 41 to be executed. Read, interpret the contents, set the individual contents of the inspection item, and perform the set inspection items sequentially.

【0048】また、検査項目定義プロセス35は、予め
各検査の処理パラメータ情報が格納されている基本コマ
ンドセットファイル50を読み込み、各検査項目の処理
定義(編集)を行い、検査項目定義ファイル41として
作成保存する。
Further, the inspection item definition process 35 reads the basic command set file 50 in which the processing parameter information of each inspection is stored in advance, defines (edits) the processing of each inspection item, and creates the inspection item definition file 41. Create and save.

【0049】実行手順定義プロセス34は、検査の手順
を設定する。この検査の手順とは、どの検査項目をどう
いう順番で何回実行するかという動作の流れを設定する
ものであり、先に作成された検査項目定義ファイル41
を参照し、検査項目のピックアップ、順番入れ替え、実
行回数等の設定を行い、その情報を検査実行手順ファイ
ル40として作成保存する。
The execution procedure definition process 34 sets an inspection procedure. The procedure of this inspection is to set the flow of the operation such as which inspection item is executed in what order and how many times, and the inspection item definition file 41 previously created.
The inspection items are picked up, the order is changed, the number of executions is set, and the information is created and saved as an inspection execution procedure file 40.

【0050】実際に動作するソフトウェアは、検査実行
プロセス42であり、先に設定保存された検査実行手順
ファイル40を基に検査を実行する。すなわち、実行手
順ファイル40より順番に検査項目を呼び出し、検査手
順を解釈する。そして、その検査項目に該当する検査項
目定義ファイル41の検査項目の処理情報に従い検査を
行い、指定回数終了すれば、次の検査項目を呼び出し、
同様な処理を行っていく。
The software that actually operates is the inspection execution process 42, and executes the inspection based on the inspection execution procedure file 40 previously set and saved. That is, the inspection items are sequentially called from the execution procedure file 40 to interpret the inspection procedure. Then, the inspection is performed according to the inspection item processing information of the inspection item definition file 41 corresponding to the inspection item, and when the specified number of times is completed, the next inspection item is called,
Similar processing is performed.

【0051】このようにして、新たな検査の手順が設定
され、検査項目定義ファイル41の保存が行われる。
In this way, a new inspection procedure is set and the inspection item definition file 41 is saved.

【0052】また、検査項目定義プロセス35は、プリ
ミティブなコマンド群を定義した基本コマンドセットフ
ァイル50から、プリミティブな基本コマンド群を読み
込み、エディタ上で基本コマンドを一つの検査項目内容
として、一つあるいは複数配置し、その定義内容を検査
項目定義ファイル41に保存する。
The inspection item definition process 35 reads the primitive basic command group from the basic command set file 50 in which the primitive command group is defined, and the basic command is set as one inspection item content on the editor. Multiple items are arranged and the definition contents are saved in the inspection item definition file 41.

【0053】また、検査項目定義プロセス35は、基本
コマンドセットファイル50からプリミティブな基本コ
マンド群を読み込み、エディタ上で基本コマンドを一つ
の検査項目内容として一つあるいは複数配置し、配置さ
れた基本コマンド群にマクロ名をつけマクロとして設定
し、マクロ定義ファイル51へ保存する。
The inspection item definition process 35 reads a primitive basic command group from the basic command set file 50, arranges one or more basic commands as one inspection item content on the editor, and arranges the arranged basic commands. The group is given a macro name, set as a macro, and saved in the macro definition file 51.

【0054】尚、予め各コマンドのパラメータ情報を定
義しておき、コマンドのパラメータ数、各パラメータの
分類、最小値・最大値や選択情報等の情報を基本コマン
ドセットファイル50に収めておくことで、図2の各制
御部エディタ部21は、この情報を基にエディット機能
を実現させる。画面上では、そのパラメータ選択時、ユ
ーザーには、選択肢か、指定範囲内の数値や文字列入力
を可能にする。
By defining the parameter information of each command in advance and storing information such as the number of parameters of the command, classification of each parameter, minimum value / maximum value and selection information in the basic command set file 50. The control section editor section 21 of FIG. 2 realizes the edit function based on this information. On the screen, when the parameter is selected, the user can enter a choice or a numerical value or a character string within a specified range.

【0055】基本コマンドセットファイル50に収める
基本コマンドファイルのフォーマットは、ヘッダ部(フ
ァイルID、バージョン、コマンド数等)とデータ部
(基本コマンド等)からなり、基本コマンドフォーマッ
トは、(コマンド)+(パラメータ1)+(パラメータ
2)の形式をとる。
The format of the basic command file stored in the basic command set file 50 consists of a header part (file ID, version, number of commands, etc.) and a data part (basic command, etc.), and the basic command format is (command) + ( It takes the form of parameter 1) + (parameter 2).

【0056】このような検査装置において、検査するP
CB毎に各種ファイルを、例えば自動的にディレクトリ
毎に収めて管理することにより、該当するPCBの検査
がその必要なファイルを参照することで実現できる。
In such an inspection apparatus, P to be inspected
By managing various files for each CB, for example, by automatically storing them in each directory, inspection of the corresponding PCB can be realized by referring to the necessary files.

【0057】例えば、図19において、制御部のエディ
タを行う検査実行定義プロセス42、実行手順定義プロ
セス34、およびオシロ設定情報取得プロセス33や、
実際に検査するソフトウェアを実行する検査実行プロセ
ス42は、所定の設定画面で、先ず該当するPCB(部
番)を選択することにより、設定や実行を可能とする。
For example, referring to FIG. 19, the inspection execution definition process 42 for executing the editor of the control unit, the execution procedure definition process 34, and the oscilloscope setting information acquisition process 33,
The inspection execution process 42 for executing the software to be actually inspected enables setting and execution by first selecting the corresponding PCB (part number) on a predetermined setting screen.

【0058】図2の各制御部エディタ部21が作成した
ファイルは、必ず選択された部番のファイルディレクト
リに格納され、各制御部(図19の検査実行プロセス4
2)は、自分が起動される時に被検査PCBの部番を選
択することにより、該当するディレクトリを取得し、そ
のPCBに該当するディレクトリから必要なパラメータ
ファイルのデータを参照して実行される。
The files created by the respective control section editor sections 21 in FIG. 2 are always stored in the file directory of the selected section number, and each control section (inspection execution process 4 in FIG. 19).
The step 2) is executed by selecting the part number of the PCB to be inspected when the self is started up, acquiring the corresponding directory, and referring to the data of the necessary parameter file from the directory corresponding to the PCB.

【0059】以上のようにして、図2のシステムでは、
プログラミングの知識がなくても所望の目的の検査装置
用ソフトウェアを構築することができ、開発コストも不
要にすることが可能である。また、環境に依存せず、ユ
ーザーが自由に所望の目的の検査装置用ソフトウェアを
ユーザーの環境下で構築することができる。また、ユー
ザーが把握できる範囲で整理された手順で所望の目的に
応じた設定により、検査装置用ソフトウェアを動作させ
ることができ、また手順の設定ファイルのみを変更する
ことにより、簡単に検査装置全体のシーケンスを変更す
ることが可能である。また、コマンド羅列のファイルを
作成するだけの簡単な方法で検査装置用ソフトウェアを
開発することが可能である。また、用途に応じたマクロ
を作成することにより、ファイルの作成を容易にでき
る。さらに、用途に応じたパラメータを提供すること
で、ファイルの作成が容易になる。また、ユーザー設定
ミスによるファイルのエラーを防止することができる。
さらに、ユーザーが意識すること無く、ある所望の目的
に応じた設定により検査装置用ソフトウェアを動作させ
ることができる。
As described above, in the system of FIG.
Even if there is no programming knowledge, it is possible to construct the inspection device software for a desired purpose and the development cost can be eliminated. In addition, the user can freely build the software for the inspection device of a desired purpose in the user's environment without depending on the environment. In addition, the inspection device software can be operated by setting according to the desired purpose in a procedure organized within the range that can be grasped by the user, and by changing only the procedure setting file, the entire inspection device can be easily It is possible to change the sequence of. Further, it is possible to develop the inspection device software by a simple method of creating a command list file. Moreover, the file can be easily created by creating a macro according to the purpose. Further, by providing the parameters according to the use, it becomes easy to create the file. In addition, it is possible to prevent a file error due to a user setting error.
Further, the inspection apparatus software can be operated by the setting according to a desired purpose without the user's awareness.

【0060】以下、このような効果を有する図2の汎用
検査装置に適用される図1に示す構成の組み替え可能な
ソフトウェアを持つ検査システムについて説明する。
An inspection system having reconfigurable software of the configuration shown in FIG. 1 which is applied to the general-purpose inspection apparatus of FIG. 2 having such an effect will be described below.

【0061】図2と図18,19で説明したように、図
2の汎用検査装置は、被検査機(検査対象機種)へのテ
スト回路をPLDの集合で実現する検査回路部と、少な
くとも入力部、表示部、記憶部を有し、その検査回路部
および対象被検査機とのI/Fを有するコンピュータシ
ステム装置(ホストPC)と、そのホストPCに実装し
てあるこれら検査回路、対象被検査機を制御する制御ソ
フトウェアで構成され、ユーザの要求に応じて外部から
のアプローチ(設定・手段)により、ソフトウェアのコ
ードを変更することなく所望の目的の検査を行うことが
できる。
As described with reference to FIG. 2 and FIGS. 18 and 19, the general-purpose inspection device of FIG. 2 has at least an input of an inspection circuit unit that realizes a test circuit for a device under inspection (model to be inspected) by a set of PLDs. Section, display section, storage section, and computer system unit (host PC) having an I / F with the inspection circuit section and the target inspected machine, and these inspection circuits mounted on the host PC and the target It is composed of control software for controlling the inspection machine, and an external approach (setting / means) can be used to perform a desired inspection without changing the software code in response to a user's request.

【0062】このような検査装置では、検査装置の開発
部署である検査装置開発区、検査装置の利用部署である
製造統括区、製造実施区(製造A社〜N社)等の各々で、
当該検査システム一式を個別に用意するか、(リソース
の共有が必要であれば)機能区を兼務することでリソー
スを共有する必要がある。あるいは、何らの共有をせず
に当該検査装置一式を個別に用意した場合については、
兼務しなかった機能区間における同一性の確保に難があ
る。また、一機能区内において複数の検査装置が稼動す
る場合においても同様の難がある。
In such an inspection apparatus, in each of the inspection apparatus development section, which is the inspection apparatus development section, the manufacturing control section, which is the inspection apparatus utilization section, the manufacturing execution section (manufacturing companies A to N), etc.
It is necessary to share the resources either by individually preparing the inspection system or by sharing the functional area (if sharing of resources is required). Or, in the case of individually preparing the inspection device set without sharing anything,
It is difficult to secure the sameness in the functional sections that did not serve concurrently. Further, the same problem occurs when a plurality of inspection devices operate in one functional area.

【0063】そこで、本例の組み替え可能なソフトウェ
アを持つ検査システムでは、図1で示すように、検査装
置の制御ソフトウェア、PLDファイル、各種設定ファ
イル、検査対象機種固有の検査ソフト等ファイルをデー
タベースエンジンを有するネットワークサーバ(図中
「検査装置情報サーバー」と記載)2に格納し(設計デ
バッグリソースDB2a、要求仕様DB2b、ソフトウ
ェアリソースDB2c、PLDリソースDB2d、RO
MモジュールDB2e、検査設定ファイルリソースDB
2f、ログ情報DB2g、etcDB2h)、検査装置
開発区1と製品開発区3、および、検査システム利用区
4などの関連各区に導入してある検査装置から検索・入
手可能にする。
Therefore, in the inspection system having the reconfigurable software of this example, as shown in FIG. 1, the control engine of the inspection device, the PLD file, various setting files, the inspection software peculiar to the inspection target model, and the like files are stored in the database engine. Stored in a network server (described as “inspection device information server” in the figure) 2 having (design debug resource DB 2a, requirement specification DB 2b, software resource DB 2c, PLD resource DB 2d, RO
M module DB2e, inspection setting file resource DB
2f, log information DB 2g, etcDB 2h), inspection device development zone 1 and product development zone 3, and inspection system use zone 4 and the like, and can be searched and obtained from the inspection equipment introduced in each related zone.

【0064】尚、検査システム利用区4は、製造統括区
5と、製造A社7、製造B社8、製造N社9等の製造実
施区6とからなる。そして、検査装置開発区1、製品開
発区3、製造統括区5、製造A社7、製造B社8、製造
N社9のそれぞれにおいて、ホストPC1a,3a,5
a,7a〜9aと検査回路1b,3b,5b,7b〜9
bが検査装置を構成するものとして設けられている。
The inspection system utilization zone 4 is composed of a production control zone 5 and a production execution zone 6 such as a production A company 7, a production B company 8 and a production N company 9. Then, in each of the inspection device development zone 1, the product development zone 3, the manufacturing control zone 5, the manufacturing company A 7, the manufacturing company B 8, and the manufacturing company N 9, host PCs 1a, 3a, 5
a, 7a to 9a and inspection circuits 1b, 3b, 5b, 7b to 9
b is provided as a component of the inspection device.

【0065】以下、図3から図6を用いて、図1に示す
構成のシステムの動作説明を行う。
The operation of the system having the configuration shown in FIG. 1 will be described below with reference to FIGS.

【0066】図3は、図1における検査システムの第1
の処理動作例を示す説明図であり、図4は、図1におけ
る検査システムの第2の処理動作例を示す説明図、図5
は、図1における検査システムの第3の処理動作例を示
す説明図、図6は、図1における検査システムの第4の
処理動作例を示す説明図である。
FIG. 3 shows the first inspection system in FIG.
5 is an explanatory diagram showing an example of the processing operation of FIG. 4, FIG. 4 is an explanatory diagram showing a second processing operation example of the inspection system in FIG. 1, and FIG.
6 is an explanatory diagram showing a third processing operation example of the inspection system in FIG. 1, and FIG. 6 is an explanatory diagram showing a fourth processing operation example of the inspection system in FIG.

【0067】図1の構成のシステムにおいては、検査シ
ステム全体が機能区(あるいは拠点等)を跨って有機的に
動作する。例えば、図3に示すようにして、検査システ
ム利用区4が検査に関する要求仕様をネットワークサー
バ2に要求使用DB2bとして登録し(ステップ30
1)、検査装置開発区1が、要求仕様DB2bを検索し
て(ステップ312)、所望の検査要求仕様を取得する
(ステップ313)。
In the system having the configuration shown in FIG. 1, the entire inspection system operates organically across functional areas (or bases). For example, as shown in FIG. 3, the inspection system use section 4 registers the required specifications regarding the inspection in the network server 2 as the required use DB 2b (step 30).
1) The inspection device development area 1 searches the requirement specification DB 2b (step 312) and acquires a desired inspection requirement specification (step 313).

【0068】尚、図1においては、検査システム利用区
4を構成する製造統括区5が要求仕様を登録している
が、製造実施区6が1つのみで特に統括区がなくて該当
実施区が要求仕様を登録したり、製造統括区5は特に設
けず複数の製造実施区6(製造A社7、製造B社
8、:、製造N社9)の何れかが代表して要求仕様を登
録しても良い。また、要求仕様の登録・入手に関して
は、この部分のみ、別手段、例えば、電子メールや会議
等に拠っても良い。
In FIG. 1, the manufacturing control section 5 constituting the inspection system use section 4 has registered the required specifications, but there is only one manufacturing control section 6 and there is no control section in particular, and the corresponding control section. Registered the required specifications, or did not provide the manufacturing control area 5 in particular, and any of the plurality of manufacturing execution areas 6 (manufacturing A company 7, manufacturing B company 8,:, manufacturing N company 9) represented the required specifications. You may register. Further, regarding the registration and acquisition of the required specifications, only this part may be based on another means, such as e-mail or a meeting.

【0069】このようにして要求仕様を入手した検査装
置開発区1は、図4に示す処理を行う。すなわち、入手
した要求仕様に基づいて、制御ソフトの開発(追加機能
等)(ステップ411)と開発したソフトリソースのネ
ットワークサーバ2のソフトリソースDB2cへの登録
(ステップ412)、検査環境の開発(設定ファイル
等)(ステップ413)と開発した検査設定ファイルリ
ソースのネットワークサーバ2の検査設定ファイルリソ
ースDB2fへの登録(ステップ414)、PLD(フ
ァーム)の開発(ステップ415)と開発したPLDリ
ソースのネットワークサーバ2のPLDリソースDB2
dへの登録(ステップ416)、および、ROMモジュ
ールの開発(ステップ417)と開発したROMモジュ
ールのネットワークサーバ2のROMモジュールリソー
スDB2eへの登録(ステップ418)を行う。
The inspection device development section 1 which has obtained the required specifications in this way performs the processing shown in FIG. That is, based on the required specifications obtained, control software development (additional functions, etc.) (step 411), registration of the developed software resource in the software resource DB 2c of the network server 2 (step 412), development of inspection environment (setting) File etc.) (step 413) and the developed inspection setting file resource in the inspection setting file resource DB 2f of the network server 2 (step 414), PLD (firm) development (step 415) and the developed PLD resource network server 2 PLD resource DB2
The registration of the ROM module to the d (step 416), the development of the ROM module (step 417), and the registration of the developed ROM module to the ROM module resource DB 2e of the network server 2 (step 418).

【0070】このような登録がなされたネットワークサ
ーバ2にアクセスして、検査システム利用区4では、所
望する、ソフトリソースの検索(ステップ401)と入
手(ステップ402)、検査設定ファイルリソースの検
索(ステップ403)と入手(ステップ404)、PL
Dリソースの検索(ステップ405)と入手(ステップ
406)、および、ROMモジュールの検索(ステップ
407)と入手(ステップ408)を行う。
By accessing the network server 2 registered as described above, the inspection system use section 4 searches for the desired software resource (step 401) and obtains it (step 402) and searches for the inspection setting file resource (step 402). Step 403) and acquisition (step 404), PL
The D resource is searched (step 405) and obtained (step 406), and the ROM module is searched (step 407) and obtained (step 408).

【0071】尚、図4に示す検査装置開発区1の処理動
作は、シーケンシャルに行われているが、例えば、図5
の各ステップ501〜508で示すように、リソースの
種類毎に平行して開発することでも良いし、その他の順
序・単位で開発・登録を行っても良い。
Although the processing operation of the inspection device development zone 1 shown in FIG. 4 is performed sequentially, for example, as shown in FIG.
As shown in each of steps 501 to 508, the development may be performed in parallel for each resource type, or the development / registration may be performed in another order / unit.

【0072】そして、図6に示すように、検査システム
利用区、特に製造実施区6の例えば製造A社7におい
て、検査を実施し(ステップ601)、ログ情報を、ネ
ットワークサーバ2のログ情報DB2gに登録し(ステ
ップ602)、製造統括区5において、ログ情報DB2
gからログ情報を検索して入手し(ステップ611,6
12)、解析等に活用する(ステップ613)。
Then, as shown in FIG. 6, the inspection is carried out in the inspection system utilization section, particularly in the manufacturing execution section 6, for example, the manufacturing company A 7 (step 601), and the log information is stored in the log information DB 2g of the network server 2. (Step 602), log information DB2
The log information is retrieved from g and obtained (steps 611, 6
12), utilize for analysis and the like (step 613).

【0073】このようにして、図1のシステムにおいて
は、各機能区からネットワークを介して一様にサーバ1
のデータベースにアクセス可能となるので、各機能区が
(独立して)各々の機能を果たしつつ、機能区間でリソー
スを共有できる。また、共有できない部分は、一般的な
ホストPC(1a,3a,5a,7a〜9a)と汎用的
な検査回路(1b,3b,5b,7b〜9b)部分だけ
なので、最小限のコストで各区(特に検査システム利用
区4)を追加・拡張できる。さらに、(再現や解析等で)
機能区間で同一性の確保が必要な場合や、同一機能区内
の複数システム間等においても、同一性の確保が容易に
なる。
In this way, in the system of FIG. 1, the server 1 is uniformly distributed from each functional area via the network.
Since it becomes possible to access the database of
Resources can be shared in functional sections while performing each function (independently). Further, since the common host PC (1a, 3a, 5a, 7a to 9a) and the general-purpose inspection circuit (1b, 3b, 5b, 7b to 9b) are the only parts that cannot be shared, each section can be saved at a minimum cost. (In particular, inspection system use area 4) can be added or expanded. In addition (in reproduction and analysis)
When it is necessary to ensure the sameness in the functional section, or between plural systems in the same functional section, it becomes easy to ensure the sameness.

【0074】このように、図1のシステムでは、リソー
スを共有することは可能だが、データ種別およびデータ
量が膨大になると、どのリソースを活用すれば良いかを
見つける為に手間と時間がかかってしまう。
As described above, in the system of FIG. 1, it is possible to share resources, but when the data type and the amount of data become enormous, it takes time and effort to find out which resource should be utilized. I will end up.

【0075】このような問題に対処するために、本例の
システムでは、ネットワークサーバ1において、各リソ
ースを機能単位で分割して登録し、利用区はその機能単
位でリソースを取り寄せることが可能となるようにして
いる。以下、このような実施例を、図7から図9に基づ
き説明する。
In order to cope with such a problem, in the system of this example, it is possible to register each resource in the network server 1 by dividing it by function and register the resource for each function in the use section. I am trying to become. Hereinafter, such an embodiment will be described with reference to FIGS. 7 to 9.

【0076】図7は、図1におけるサーバの構成例を示
すブロック図であり、図8は、図7におけるサーバの処
理動作例を示すフローチャート、図9は、図8における
処理に伴う画面表示例を示す説明図である。
FIG. 7 is a block diagram showing an example of the configuration of the server shown in FIG. 1, FIG. 8 is a flowchart showing an example of processing operation of the server shown in FIG. 7, and FIG. 9 is an example of screen display associated with the processing shown in FIG. FIG.

【0077】図7において、71はユーザ端末であり、
72はネットワークサーバである。ユーザ端末71とや
り取りをするネットワークサーバ72には、データ登録
部74と、データ検索部75と、データ転送部76と、
データを格納する媒体(図中「DB」と記載)77、お
よび、ユーザ端末71の認識とユーザ要求の可否を判定
するセキュリティ部73が設けられている。
In FIG. 7, 71 is a user terminal,
72 is a network server. In the network server 72 that communicates with the user terminal 71, a data registration unit 74, a data search unit 75, a data transfer unit 76,
A medium (described as “DB” in the figure) 77 for storing data, and a security unit 73 for recognizing the user terminal 71 and determining whether or not a user request can be made are provided.

【0078】そして、図8に示すように、ユーザ端末7
1からネットワークサーバ72に検査データを登録する
場合は(ステップ801)、セキュリティ部73を通し
てデータ登録部74に登録を依頼する。
Then, as shown in FIG. 8, the user terminal 7
When the inspection data is registered in the network server 72 from 1 (step 801), the data registration unit 74 is requested to register through the security unit 73.

【0079】この依頼に対応してネットワークサーバ7
2は、セキュリティ部73においてユーザ認証を行い
(ステップ805)、その後、データ登録部74におい
て検査データをDB77に登録する(ステップ806,
804)。この際、データ登録部74は、当該検査デー
タを、利用区がその機能単位で取り寄せることが可能と
なるように、各検査データを機能単位で分割して登録す
る。
In response to this request, the network server 7
In step 2, the security unit 73 authenticates the user (step 805), and then the data registration unit 74 registers the inspection data in the DB 77 (step 806).
804). At this time, the data registration unit 74 divides each inspection data into functional units and registers the inspection data so that the use section can order the inspection data by the functional unit.

【0080】また、ユーザ端末71からネットワークサ
ーバ72に対して、検査データを閲覧・検索する場合は
(ステップ802)、セキュリティ部73を通してデー
タ検索部75に検索を依頼する。
When the user terminal 71 browses and searches the network server 72 for inspection data (step 802), the security searching unit 73 requests the data searching unit 75 to search.

【0081】この依頼に対応してネットワークサーバ7
2は、セキュリティ部73においてユーザ認証を行い
(ステップ807)、その後、データ検索部75におい
て、DB77を検索し(ステップ808)、検索・抽出
した検索結果データや閲覧データをデータ転送部76に
よりセキュリティ部73を通してユーザ端末71に転送
する(ステップ809,804)。
In response to this request, the network server 7
2, the security section 73 authenticates the user (step 807), then the data search section 75 searches the DB 77 (step 808), and the search / extracted search result data and browsing data are secured by the data transfer section 76. The data is transferred to the user terminal 71 through the unit 73 (steps 809 and 804).

【0082】そして、ユーザ端末71でネットワークサ
ーバ71から検査データを取り寄せる場合は(ステップ
803)、セキュリティ部73を通してデータ検索部7
5に検索を依頼する。
When the user terminal 71 requests the inspection data from the network server 71 (step 803), the data search section 7 is passed through the security section 73.
Ask 5 to search.

【0083】この依頼に対応してネットワークサーバ7
2は、セキュリティ部73においてユーザ認証を行い
(ステップ810)、データ検索部75において、DB
77を検索し(ステップ811)、検索・抽出した検査
データをデータ転送部76によりセキュリティ部73を
通してユーザ端末71に転送する(ステップ812,8
04)。
In response to this request, the network server 7
2, the security unit 73 authenticates the user (step 810), and the data search unit 75 uses the DB.
77 is searched (step 811), and the searched / extracted inspection data is transferred to the user terminal 71 through the security part 73 by the data transfer part 76 (steps 812, 8).
04).

【0084】上述の検査データの登録処理では、ユーザ
端末71においてユーザが、ファイル指定や、他アプリ
ケーションからのドラッグアンドドロップなどの操作を
行い、検査データを登録する。このような登録の際、ユ
ーザには、ユーザ端末71においてネットワークサーバ
72上にファイルを置くだけの作業に見えるが、ネット
ワークサーバ72内のデータ登録部74が登録に関する
一切の作業を行う。
In the above-described inspection data registration processing, the user performs an operation such as file specification and drag and drop from another application on the user terminal 71 to register the inspection data. At the time of such registration, it seems to the user to put a file on the network server 72 at the user terminal 71, but the data registration unit 74 in the network server 72 performs all the work related to the registration.

【0085】また、検索データの閲覧・検索では、図9
に示す画面の初期起動の際に登録済みの一覧を表示す
る。この図9の画面における左側のツリー構造で示され
るように、検査内容別(10系、画像系、ASIC
系)、デバイス別(CPU、バス)、メーカ別(A〜
C)で分類され、右側のリストで示されるように、目的
階層の検査データファイルの一覧が表示される。
Further, in browsing and searching the search data, FIG.
Display the registered list at the initial startup of the screen shown in. As shown in the tree structure on the left side of the screen in FIG. 9, the inspection contents are classified (10 system, image system, ASIC
System), device (CPU, bus), maker (A ~
As shown in the list on the right, the list of inspection data files of the target layer is displayed.

【0086】そして、ユーザがメニュー、ボタンから検
索文字列を入力すると、それに対応してネットワークサ
ーバ72内のデータ検索部75がDB77の検索を行
い、検索結果をデータ転送部76とセキュリティ部73
を介してユーザ端末71に転送する。
Then, when the user inputs a search character string from the menu or button, the data search unit 75 in the network server 72 searches the DB 77 correspondingly, and the search result is sent to the data transfer unit 76 and the security unit 73.
To the user terminal 71 via.

【0087】ユーザ端末71では、転送されてきたデー
タをソフトウェアで解析し、その結果を図9の表示画面
にて表示する。検査データの取り寄せは、図9の右側リ
ストからファイルを持ってくるか、同図の左側ツリーか
ら階層単位で取り寄せる。ユーザがメニューまたはGU
I(Graphical User Interface)操作にてこれらの作業
を行うと、ネットワークサーバ72内のデータ検索部7
5がDB77から当該検査データを取り出し、データ転
送部76とセキュリティ部73を介してユーザ端末71
に転送する。
At the user terminal 71, the transferred data is analyzed by software, and the result is displayed on the display screen of FIG. The inspection data can be ordered by either bringing a file from the list on the right side of FIG. 9 or by ordering from the tree on the left side of FIG. User has menu or GU
When these operations are performed by I (Graphical User Interface) operation, the data search unit 7 in the network server 72
5 retrieves the inspection data from the DB 77 and, via the data transfer unit 76 and the security unit 73, the user terminal 71
Transfer to.

【0088】このような処理形態により、ユーザによる
リソースの検索が容易になり、検査装置構築においての
開発効率向上や時間短縮が図れる。
With this processing mode, the user can easily search for resources, and the development efficiency and time for building the inspection apparatus can be improved.

【0089】しかし、システム全体のコスト軽減に、さ
らに、次の技術を適用することができる。すなわち、特
に製造ラインの検査工程や市場不具合の解析において
は、機種毎に、検査または障害解析設備を構築しなけれ
ばならず、その設備導入コストや、検査仕様の検討や解
析手段の検討を行い、検査および解析ツールの構築に設
備導入コストや工数が費やされている。
However, the following technique can be further applied to reduce the cost of the entire system. That is, especially in the inspection process of the production line and the analysis of market defects, it is necessary to construct an inspection or failure analysis facility for each model, and to examine the facility introduction cost, inspection specifications and analysis means. , Equipment installation costs and man-hours are spent to build inspection and analysis tools.

【0090】このような問題に対処するために、さら
に、検査システム利用区4の持つホストPC(5a,7
a〜9a)をネットワークサーバ2にネットワークで接
続し、検査システム利用区4をこのシステムに加入させ
る。そして、汎用検査装置の基本構成部分(汎用的に使
用できる検査回路部)を、無償や、レンタルまたはリー
ス等の低料金で提供する。例えば、検査装置開発区1
が、検査システム利用区4から、検査を行いたい検査対
象機種の開発委託を受けると、検査対象機種の検査機能
モジュール(検査に必要なPLDファイル、各種設定フ
ァイル、検査アプリケーション(制御ソフトウェア)、
機種固有の検査用ソフト等)を開発し、ネットワークを
介して提供する。以下、図10を用いて、このようなシ
ステム例を説明する。
In order to deal with such a problem, the host PCs (5a, 7a) of the inspection system utilization section 4 are further added.
a to 9a) are connected to the network server 2 via a network, and the inspection system use section 4 is added to this system. Then, the basic components of the general-purpose inspection device (inspection circuit unit that can be used universally) are provided free of charge or at a low charge such as rental or lease. For example, inspection device development zone 1
However, when the development contract of the inspection target model to be inspected is received from the inspection system use section 4, the inspection function module of the inspection target model (PLD file necessary for inspection, various setting files, inspection application (control software),
Model-specific inspection software, etc.) will be developed and provided via the network. An example of such a system will be described below with reference to FIG.

【0091】図10は、図1における検査システムの第
5の処理動作例を示すシーケンス図である。
FIG. 10 is a sequence diagram showing a fifth processing operation example of the inspection system in FIG.

【0092】新たな検査システム利用区の本システムへ
の加入(ステップ1001)は、検査システム利用区か
ら検査装置開発区への加入申請により行われる(ステッ
プ1006)。この加入申請を受けた検査装置開発区か
ら申請元の検査システム利用区に基本構成部(汎用的に
使用できる検査回路部)が提供され(ステップ100
7)、かつ、検査システム利用区のホストPCとネット
ワークサーバ間がネットワークで接続され(ステップ1
008)、当該検査システム利用区での基本装置の構築
が完了する(ステップ1002)。
A new inspection system use zone is added to the present system (step 1001) by an application for joining the inspection system use zone to the inspection device development zone (step 1006). The inspection device development area that has received this application for application provides the basic configuration unit (inspection circuit unit that can be used universally) to the inspection system use area of the applicant (step 100).
7) In addition, the host PC in the inspection system use area and the network server are connected by a network (step 1
008), the construction of the basic device in the inspection system use section is completed (step 1002).

【0093】その後、検査システム利用区から要求仕様
をネットワークサーバの要求仕様DBに登録し、検査装
置開発区への開発委託を行う(ステップ1003,10
09)。委託を受けた検査装置開発区は、その要求仕様
をネットワークサーバの要求仕様DBより取得し、該当
する既存の検査機能モジュールの検索および新規開発要
素を割り出し(ステップ1010,1011)、開発見
積りを提示する(ステップ1017)。
Thereafter, the required specifications are registered in the required specification DB of the network server from the inspection system use section, and the development is outsourced to the inspection apparatus development section (steps 1003, 10).
09). The inspection device development zone, which has been entrusted, acquires the required specifications from the required specification DB of the network server, searches for the corresponding existing inspection function module and identifies new development elements (steps 1010, 1011), and presents the development estimate. (Step 1017).

【0094】検査システム利用区と検査装置開発区の双
方で見積りに対し合意がとれた時点で、検査装置開発区
は新規検査機能モジュールの開発を行う(ステップ10
18,1019)。開発区は、完成させた新規検査機能
モジュールを、図4,5で説明した様に順次リソースと
してネットワークサーバに登録し(ステップ101
2)、全て登録終了した時点で、ネットワークサーバに
完了通知を送り、ネットワークサーバから検査システム
利用区に対して契約料金支払い依頼を発行する(ステッ
プ1013)。
When both the inspection system use section and the inspection apparatus development section agree on the quotation, the inspection apparatus development section develops a new inspection function module (step 10).
18, 1019). The development zone sequentially registers the completed new inspection function module in the network server as a resource as described with reference to FIGS.
2) When all registrations are completed, a completion notice is sent to the network server, and the network server issues a contract fee payment request to the inspection system use area (step 1013).

【0095】検査システム利用区が契約料金を支払い
(振り込み)(ステップ1004)、その旨がネットワ
ークサーバを介して検査装置開発区に通知されると(ス
テップ1014)、ネットワークサーバからのその機種
の検査機能モジュール群のロードか可能になり、検査装
置開発区からネットワークサーバに、委託先の検査シス
テム利用区へのロード要求が出され(ステップ101
5)、ネットワークサーバから当該検査システム利用区
のホストPCに、各種ファイルがダウンロードされ(ス
テップ1016)、検査システム利用区での検査装置と
しての構築が完了する(ステップ1005)。
When the inspection system use zone pays (transfers) the contract fee (step 1004) and the fact is notified to the inspection device development zone via the network server (step 1014), the network server inspects the model. It becomes possible to load the functional module group, and the inspection device development area requests the network server to load the inspection system usage area of the consignee (step 101).
5) Then, various files are downloaded from the network server to the host PC of the inspection system use section (step 1016), and the construction as the inspection device in the inspection system use section is completed (step 1005).

【0096】加入後、検査システム利用区では、各情報
をネットワークを介して送受信可能となる。また、料金
支払いにおいてもクレジットカードや、電子マネーシス
テム等を活用することで、全てが本システムのネットワ
ークで可能となる。
After joining, each information can be transmitted and received through the network in the inspection system use area. Also, for payment of charges, by utilizing a credit card, an electronic money system, or the like, everything can be done by the network of this system.

【0097】このようにして利用区が一度、本システム
への加入を行うことで、以降、類似別機種の検査装置を
構築する際には、新たに設備を導入すること無く、その
機種の検査機能モジュール群に対しての開発費を支払え
ばよく、また、ネットワークサーバから検査機能モジュ
ール群をロードすれば、その機種の検査装置が簡単に構
築でき、設備の構築期間や投資を抑えることができる。
In this way, since the usage zone once subscribes to this system, when constructing an inspection device of a similar model after that, the inspection of that model can be performed without introducing new equipment. You only have to pay the development cost for the function module group, and if you load the inspection function module group from the network server, you can easily construct the inspection device of that model, and you can reduce the equipment construction period and investment. .

【0098】しかし、この例では、検査システム利用区
は、機種が変わる度にその機種の検査機能モジュール群
に対しての開発費を支払わなければならない。このよう
な問題には、本システムのネットワークサーバに登録さ
れている既存の検査機能モジュール単位で課金制を設け
る機能をネットワークサーバに持たせることで対処でき
る。
However, in this example, the inspection system use section must pay the development cost for the inspection function module group of the model each time the model changes. Such a problem can be dealt with by providing the network server with a function of providing a charging system for each existing inspection function module registered in the network server of the present system.

【0099】例えば、本システムに加入している検査シ
ステム利用区が、対象機種の検査を行う際、ネットワー
クサーバに登録されている既存の検査機能モジュールで
対象機種の検査が構築できるのであれば、ネットワーク
サーバよりロードする際にそのロード情報で課金を行
う。以下、図11を用いて、このようなシステム例を説
明する。
For example, if the inspection system use section that is subscribing to the present system can inspect the target model by using the existing inspection function module registered in the network server, When loading from the network server, the load information is used to charge. An example of such a system will be described below with reference to FIG.

【0100】図11は、図1における検査システムの第
6の処理動作例を示すシーケンス図である。
FIG. 11 is a sequence diagram showing a sixth processing operation example of the inspection system in FIG.

【0101】本例では、検査システム利用区は既に本シ
ステムに加入し、検査装置のホストPCが本システムの
ネットワークサーバとネットワークで接続されているも
のとする。この状態で、開発委託に伴い(ステップ11
01)検査システム利用区が、機種の検査仕様に合致し
た検査機能モジュールがあるかネットワークサーバに検
索要求を出すと(ステップ1104)。ネットワークサ
ーバは、検査システム利用区からの情報の基に検索を行
い(ステップ1105)、当該モジュールのリストを課
金の料金情報と共に利用区側に提示する(ステップ11
06)。
In this example, it is assumed that the inspection system use section has already joined the system and the host PC of the inspection apparatus is connected to the network server of the system by the network. In this state, along with the development consignment (Step 11
01) When the inspection system utilization section issues a search request to the network server for an inspection function module that matches the inspection specifications of the model (step 1104). The network server performs a search based on the information from the inspection system use zone (step 1105), and presents the list of the modules to the use zone side together with the charging fee information (step 11).
06).

【0102】検査システム利用区は、ネットワークサー
バから提示された内容を確認し、要求に適合しているな
ら、提示された料金を支払い、その検査機能モジュール
のロード要求をネットワークサーバに対して行い(ステ
ップ1101,1107)、ネットワークは、検査装置
開発区に対して、既存の検査機能モジュールの使用要求
の通知を送出する(ステップ1108)。
The inspection system utilization section confirms the content presented by the network server, and if the content meets the request, pays the presented fee and requests the network server to load the inspection function module ( In steps 1101 and 1107), the network sends a notification of the use request of the existing inspection function module to the inspection device development area (step 1108).

【0103】検査装置開発区は、ネットワークサーバか
ら既存の検査機能モジュールの使用要求の通知を受ける
と、利用者からの料金の振込み確認を行い(ステップ1
111)、その後、検査機能モジュールの配信許可をネ
ットワークサーバに送る(ステップ1109)。
When the inspection device development zone receives the notification of the use request of the existing inspection function module from the network server, it confirms the transfer of the charge from the user (step 1
111), and thereafter, the distribution permission of the inspection function module is sent to the network server (step 1109).

【0104】ネットワークサーバは、検査装置開発区か
らの配信許可を受けて、委託元の検査システム利用区に
対する当該検査機能モジュールのロードを行い(ステッ
プ1110)、これにより、検査システム利用区での検
査装置構築が完了する(ステップ1103)。
Upon receipt of the distribution permission from the inspection device development zone, the network server loads the inspection function module in the inspection system use zone of the entrusting source (step 1110), whereby the inspection in the inspection system use zone is carried out. The device construction is completed (step 1103).

【0105】このように、既存の検査機能モジュールの
組合せで対象機種の検査が構築できる場合、検査システ
ム利用区は、検査機能モジュール単位でのロードに対し
て課金を支払えば済むので、その機種の検査装置を簡単
に構築でき、設備の構築期間や投資を抑えることができ
る。
As described above, when the inspection of the target model can be constructed by the combination of the existing inspection function modules, the inspection system use section only has to pay the load for each inspection function module. The inspection equipment can be easily constructed, and the equipment construction period and investment can be suppressed.

【0106】このようにして検査システム利用区の要求
した検査仕様に基づき検査装置開発区が開発を行ってい
るが、外部に開発委託を行いたくない場合等、利用区サ
イドで、システムのリソース等の活用を行い、検査機能
モジュールを開発したい場合がある。
In this way, the inspection device development zone develops based on the inspection specifications requested by the inspection system utilization zone, but when it is desired not to outsource development to the outside, the utilization zone side has system resources, etc. There are cases where you want to utilize the above and develop an inspection function module.

【0107】このような場合、検査システム利用区が検
査装置開発区に開発委託する際に、検査システム利用区
が開発した新規の検査機能モジュールについて、検査装
置開発区がライセンス料を支払い、その新規検査機能モ
ジュールを買い取り、既存検査機能モジュールとして登
録すれば良い。以下、図12を用いて、このようなシス
テム例を説明する。
In such a case, when the inspection system use zone outsources the development to the inspection device development zone, the inspection device development zone pays a license fee for the new inspection function module developed by the inspection system use zone, and the new inspection function module is paid. The inspection function module can be purchased and registered as an existing inspection function module. An example of such a system will be described below with reference to FIG.

【0108】図12は、図1における検査システムの第
7の処理動作例を示すシーケンス図である。
FIG. 12 is a sequence diagram showing a seventh processing operation example of the inspection system in FIG.

【0109】開発委託(ステップ1201)に伴い、検
査システム利用区から機種対応の要求仕様が検査装置開
発区に通知する(ステップ1205)。この際、検査シ
ステム利用区サイドで、システムのリソース等の活用を
行い開発した検査機能モジュールを検査装置開発区に提
供する。
With the development outsourcing (step 1201), the inspection system use section notifies the inspection device development section of the required specifications corresponding to the model (step 1205). At this time, the inspection system module is provided with the inspection function module developed by utilizing the system resources and the like.

【0110】委託を受けた検査装置開発区においては、
当該検査機能モジュールを開発して契約料金支払い依頼
を発行する(ステップ1206)。この際、開発した検
査機能モジュールは、検査システム利用区サイドから提
供された検査機能モジュールを含めて、ネットワークサ
ーバに登録される。
In the inspection device development zone that was entrusted,
The inspection function module is developed and a contract fee payment request is issued (step 1206). At this time, the developed inspection function module is registered in the network server including the inspection function module provided from the inspection system use section side.

【0111】依頼を受けた検査システム利用区が契約料
金を支払い(振り込み)(ステップ1202)、その旨
が検査装置開発区に通知されると(ステップ120
7)、検査装置開発区からネットワークサーバに、委託
先の検査システム利用区へのロード要求が出され(ステ
ップ1208)、ネットワークサーバから当該検査シス
テム利用区のホストPCに、各種ファイルがダウンロー
ドされ(ステップ1209)、検査システム利用区での
検査装置としての構築が完了する(ステップ120
3)。
When the requested inspection system use area pays (transfers) the contract fee (step 1202) and the inspection device development area is notified to that effect (step 120).
7), the inspection device development zone issues a load request to the inspection server utilization zone of the contractor to the network server (step 1208), and various files are downloaded from the network server to the host PC of the inspection system utilization zone. (Step 1209), construction as an inspection device in the inspection system use section is completed (Step 120)
3).

【0112】その後、検査装置開発区から検査システム
利用区に対して、この検査システム利用区サイドで開発
して検査装置開発区に提供された検査機能モジュールに
対するライセンス料の支払いと(ステップ1210)、
当該提供検査機能モジュールのネットワークサーバへの
登録が行われ(ステップ1211)、検査システム利用
区では、自分で開発した検査機能モジュールに関して
は、検査装置開発区からライセンス料が得られる(ステ
ップ1204)。
Thereafter, the inspection device development zone pays a license fee to the inspection system use zone for the inspection function module developed on the side of the inspection system use zone and provided to the inspection system development zone (step 1210).
The provided inspection function module is registered in the network server (step 1211), and in the inspection system use area, a license fee is obtained from the inspection device development area for the inspection function module developed by itself (step 1204).

【0113】このようにして、検査システム利用区では
開発効率の向上が図られ、尚且つ、その開発成果物に対
してのライセンス料を検査装置開発区から受けることが
でき利益にもなる。また、検査装置開発区においても、
検査モジュールのリソースを外部から獲得することがで
き、別の開発時においてリソースの流用が可能となり、
開発効率の向上および開発工数の削減が図れる。
In this way, the development efficiency is improved in the inspection system use section, and the license fee for the development product can be received from the inspection apparatus development section, which is also profitable. Also in the inspection equipment development zone,
The resources of the inspection module can be acquired from the outside, and the resources can be reused during another development.
Development efficiency can be improved and development man-hours can be reduced.

【0114】しかし、このようにして外部開発の検査機
能モジュールをネットワークサーバに登録する場合、検
査機能モジュールの品質、機能に関わらず何でも登録さ
れることとなり、データが煩雑になり、有効な検査機能
モジュールを探しにくくなる。
However, in this way, when the externally developed inspection function module is registered in the network server, anything is registered regardless of the quality and function of the inspection function module, which complicates the data and makes the effective inspection function effective. It is difficult to find the module.

【0115】このような問題に対処するために、次の図
13に示すように、本システムに加入している検査シス
テム利用区が、検査装置開発区から提供された汎用検査
装置およびその機種に対する各種ファイルを使用して、
検査を行った場合、その検査数量(検査実績値)がある
一定値以上になったことをもって、その際に使用した
(検査システム利用区で開発された)検査機能モジュー
ルが安定した品質に達したと判断し、検査装置開発区が
その検査機能モジュールに対し、開発元の検査システム
利用区にライセンス料を支払い買い取りその検査機能モ
ジュールを登録する。
In order to deal with such a problem, as shown in FIG. 13 below, the inspection system utilization zone subscribing to the present system corresponds to the general-purpose inspection device and its model provided by the inspection device development zone. Using various files,
When the inspection was performed, the inspection function module (developed in the inspection system use section) used at that time reached stable quality when the inspection quantity (inspection actual value) exceeded a certain value. The inspection device development zone pays a license fee to the inspection system use zone of the developer for the inspection function module and purchases it to register the inspection function module.

【0116】図13は、図1における検査システムの第
8の処理動作例を示すシーケンス図である。
FIG. 13 is a sequence diagram showing an eighth processing operation example of the inspection system in FIG.

【0117】開発委託(ステップ1301)に伴い、検
査システム利用区から機種対応の要求仕様が検査装置開
発区に通知する(ステップ1307)。この際、検査シ
ステム利用区サイドで、システムのリソース等の活用を
行い開発した検査機能モジュールを検査装置開発区に提
供する。
With the development outsourcing (step 1301), the inspection system use section notifies the inspection device development section of the required specifications corresponding to the model (step 1307). At this time, the inspection system module is provided with the inspection function module developed by utilizing the system resources and the like.

【0118】委託を受けた検査装置開発区においては、
当該検査機能モジュールを開発してネットワークサーバ
に登録すると共に(ステップ1308)、検査システム
利用区に対して契約料金支払い依頼を発行する(ステッ
プ1309)。
In the inspection device development zone that was entrusted,
The inspection function module is developed and registered in the network server (step 1308), and a contract fee payment request is issued to the inspection system use area (step 1309).

【0119】依頼を受けた検査システム利用区が契約料
金を支払い(振り込み)(ステップ1302)、その旨
が検査装置開発区に通知されると(ステップ131
0)、検査装置開発区からネットワークサーバに、委託
先の検査システム利用区へのロード要求が出され(ステ
ップ1311)、ネットワークサーバから当該検査シス
テム利用区のホストPCに、各種ファイルがダウンロー
ドされ(ステップ1312)、検査システム利用区での
検査装置としての構築が完了する(ステップ130
3)。
When the inspection system use area that has received the request pays (transfers) the contract fee (step 1302) and the inspection device development area is notified of that (step 131).
0), the inspection device development zone requests the network server to load the inspection system utilization zone of the outsourcee (step 1311), and various files are downloaded from the network server to the host PC of the inspection system utilization zone. (Step 1312), construction as an inspection device in the inspection system use section is completed (step 130).
3).

【0120】その後、検査システム利用区において、構
築した検査装置を稼動させて(ステップ1304)、検
査を実施する(ステップ1305)。その検査実施稼働
状況をネットワークサーバで監視し(ステップ131
3)、その検査実施において、検査システム利用区で開
発された検査機能モジュールが予め定められた一定量以
上利用されたことが認識されれば(ステップ131
4)、その旨を伝える情報が検査装置開発区に通知され
る(ステップ1315)。
Thereafter, in the inspection system use section, the constructed inspection device is operated (step 1304) and the inspection is carried out (step 1305). The operation status of the inspection is monitored by the network server (step 131
3) If it is recognized that the inspection function module developed in the inspection system use section has been used in a predetermined amount or more in the inspection implementation (step 131).
4) The information to that effect is notified to the inspection device development zone (step 1315).

【0121】この通知を受けると、検査装置開発区は、
検査システム利用区に対して、この検査システム利用区
サイドで開発して検査装置開発区に提供された検査機能
モジュールに対するライセンス料を支払い(ステップ1
316)、当該提供検査機能モジュールをネットワーク
サーバに登録する。以降、この検査機能モジュールは、
本システムのリソースとして、エントリされる。
Upon receiving this notification, the inspection device development zone
The license fee for the inspection function module that was developed on the side of the inspection system use zone and provided to the inspection device development zone is paid to the inspection system use zone (Step 1
316), Register the provided inspection function module in the network server. After that, this inspection function module
It is entered as a resource of this system.

【0122】このように、本例では、一定量以上の利用
実績が確認された後に、検査システム利用区における、
独自に開発した検査機能モジュールに関しての検査装置
開発区からのライセンス料の収入となる(ステップ13
06)。
As described above, in this example, after the usage record of a certain amount or more is confirmed,
License fee income from the inspection device development zone for the independently developed inspection function module (step 13
06).

【0123】これにより、提供された検査機能モジュー
ルの内、実績ベースで品質が検証されたもののみを検査
装置開発区は取得することができる。
As a result, the inspection device development section can acquire only the inspection function modules provided, of which the quality has been verified on the basis of the actual results.

【0124】また、このように検査システム利用区で開
発してネットワークサーバに登録した検査機能モジュー
ルを、他の検査システム利用区でも有償で有効利用可能
とすることができる。以下、図14を用いてこのような
例を説明する。
Further, the inspection function module developed in the inspection system use section and registered in the network server in this way can be effectively used for a fee in another inspection system use section. Hereinafter, such an example will be described with reference to FIG.

【0125】図14は、図1における検査システムの第
9の処理動作例を示すシーケンス図である。
FIG. 14 is a sequence diagram showing a ninth processing operation example of the inspection system in FIG.

【0126】図12,13等での処理により、検査シス
テム利用区Bによって開発された検査機能モジュールが
ネットワークサーバに登録されている状態で(ステップ
1404)、検査システム利用区Aが開発委託のために
(ステップ1401)、機種対応の要求仕様を通知する
と(ステップ1405)、検査装置開発区は、通知され
た要求仕様を基に、既存検査機能モジュールの検索をネ
ットワークサーバに要求する(ステップ1406)。
With the processing in FIGS. 12 and 13 and the like, the inspection system use section A is outsourced for development while the inspection function module developed by the inspection system use section B is registered in the network server (step 1404). (Step 1401), when the required specification corresponding to the model is notified (step 1405), the inspection device development section requests the network server to search for the existing inspection function module based on the notified required specification (step 1406). .

【0127】ネットワークサーバは要求に対応して検索
を行い(ステップ1407)、当該検査機能モジュール
情報を開発区に結果通知として通知する(ステップ14
08)。結果通知を受けた検査装置開発区は、利用区B
に該当の検査機能モジュールに対するライセンス料を支
払う(ステップ1409)。
The network server performs a search in response to the request (step 1407) and notifies the development area of the inspection function module information as a result notification (step 14).
08). The inspection device development area that received the result notification is the usage area B
Pays the license fee for the relevant inspection function module (step 1409).

【0128】そして、検査装置開発区は、他の必要な検
査機能モジュールを開発し(ステップ1410)、開発
した新規検査機能モジュールを、図4,5で説明した様
に順次リソースとしてネットワークサーバに登録し(ス
テップ1411)、全て登録終了した時点で、ネットワ
ークサーバに完了通知を送り、ネットワークサーバから
検査システム利用区Aに対して契約料金支払い依頼を発
行する(ステップ1412)。
Then, the inspection device development section develops other necessary inspection function modules (step 1410), and registers the newly developed inspection function modules in the network server as resources sequentially as described with reference to FIGS. Then (step 1411), when all registration is completed, a completion notice is sent to the network server, and the contract fee payment request is issued from the network server to the inspection system use area A (step 1412).

【0129】検査システム利用区Aが契約料金を支払い
(振り込み)(ステップ1402)、その旨がネットワ
ークサーバを介して検査装置開発区に通知されると(ス
テップ1413)、ネットワークサーバからのその機種
の検査機能モジュール群のロードか可能になり、検査装
置開発区からネットワークサーバに、委託先の検査シス
テム利用区Aへのロード要求が出され(ステップ141
4)、ネットワークサーバから当該検査システム利用区
AのホストPCに、各種ファイルがダウンロードされ
(ステップ1415)、検査システム利用区Aでの検査
装置としての構築が完了する(ステップ1403)。
When the inspection system use zone A pays (transfers) the contract fee (step 1402) and the fact is notified to the inspection apparatus development zone via the network server (step 1413), the model from the network server is confirmed. It becomes possible to load the inspection function module group, and the inspection device development area requests the network server to load the inspection system usage area A of the outsourcee (step 141).
4) Various files are downloaded from the network server to the host PC of the inspection system use section A (step 1415), and the construction as the inspection device in the inspection system use section A is completed (step 1403).

【0130】このように、本例では、本システムに加入
している検査システム利用区Aが検査装置開発区に機種
の検査ツールの開発委託をすると、システム側では、過
去に別の検査システム利用区Bの委託によって開発した
検査機能モジュールを流用し、かつ、検査システム利用
区Bに、その検査機能モジュールに対するライセンス料
を支払う。
As described above, in this example, when the inspection system use zone A subscribing to this system outsources the development of the inspection tool of the model to the inspection device development zone, the system side uses another inspection system in the past. The inspection function module developed by the consignment of the ward B is diverted, and the license fee for the inspection function module is paid to the ward B using the inspection system.

【0131】これにより、本システムに加入している検
査システム利用区は、ライセンス料を受けること(キャ
ッシュバック)ができ、その検査装置開発費の削減につ
ながる。また、検査装置開発区は、外部制作のリソース
を活用することができ、開発効率の向上を図ることがで
きる。
As a result, the inspection system use zone that is subscribing to this system can receive a license fee (cash back), which leads to a reduction in the inspection device development cost. In addition, the inspection device development zone can utilize resources of external production, and can improve development efficiency.

【0132】また、このようにして各検査システム利用
区で作成した検査機能モジュールを流用する技術とし
て、他の形態が考えられる。例えば、本システムに加入
している検査システム利用区Bが制作した検査機能モジ
ュールをシステムサーバに登録し、検査システム利用区
Aがその検査機能モジュールを使用する際に、検査シス
テム利用区Aが検査システム利用区Bに対し、ライセン
ス料を支払うようにすることができる。以下、その処理
動作例を図15で説明する。
Further, as a technique for diverting the inspection function module thus created in each inspection system use section, another form can be considered. For example, when an inspection function module produced by the inspection system use section B that subscribes to this system is registered in the system server and the inspection system use section A uses the inspection function module, the inspection system use section A performs the inspection. A license fee can be paid to the system usage zone B. Hereinafter, an example of the processing operation will be described with reference to FIG.

【0133】図15は、図1における検査システムの第
10の処理動作例を示すシーケンス図である。
FIG. 15 is a sequence diagram showing a tenth processing operation example of the inspection system in FIG.

【0134】図12,13等での処理により、検査シス
テム利用区Bによって開発された検査機能モジュール
(Bモジュール)がネットワークサーバに登録されてい
る状態で(ステップ1504)、検査システム利用区A
が検査装置の構築のために(ステップ1501)、ネッ
トワークサーバに対して既存の検査機能モジュールの検
索を要求すると(ステップ1505)、ネットワークサ
ーバは要求に対応して検索を行い(ステップ150
6)、当該検査機能モジュールを検査システム利用区A
に通知する(ステップ1507)。
With the processing in FIGS. 12 and 13 and the like, the inspection function module (B module) developed by the inspection system use area B is registered in the network server (step 1504), and the inspection system use area A is obtained.
When the client requests the network server to search for an existing inspection function module (step 1501) in order to construct the inspection device (step 1501), the network server performs the search in response to the request (step 150).
6), the inspection function module is the inspection system use area A
(Step 1507).

【0135】通知を受けた検査システム利用区Aは、該
当検査機能モジュールの使用を検査装置開発区に依頼し
(ステップ1508)、依頼を受けた検査装置開発区
は、該当検査機能モジュールの使用料金を検査システム
利用区Aに通知する(ステップ1509)。
Upon receipt of the notification, the inspection system use zone A requests the inspection device development zone to use the relevant inspection function module (step 1508). Is notified to the inspection system use section A (step 1509).

【0136】検査システム利用区Aにおいて支払いが行
われ(ステップ1502)、その旨の通知があると(ス
テップ1510)、検査装置開発区では、検査システム
利用区Bに対して当該検査機能モジュール(Bモジュー
ル)のライセンス料を支払い(ステップ1511)、ネ
ットワークサーバに対して、当該検査機能モジュール
(Bモジュール)の検査システム利用区Aに対する提供
許可を通知する(ステップ1512)。
When payment is made in the inspection system use zone A (step 1502) and there is a notification to that effect (step 1510), the inspection device development zone sends the inspection function module (B) to the inspection system use zone B. The license fee of the module) is paid (step 1511), and the network server is notified of the permission to provide the inspection system module (B module) to the inspection system use area A (step 1512).

【0137】この通知を受けたネットワークサーバは、
当該検査機能モジュールを検査システム利用区Aにロー
ドし(ステップ1513)、検査システム利用区Aにお
いて、検査装置の構築がなされる(ステップ150
3)。尚、これらの処理は、検査機能モジュール単位、
もしくは、検査機能モジュール群単位で行う。
Upon receipt of this notification, the network server
The inspection function module is loaded into the inspection system use section A (step 1513), and the inspection device is constructed in the inspection system use section A (step 150).
3). Note that these processes are performed in units of inspection function modules,
Alternatively, the inspection function module group is used as a unit.

【0138】本例においても、本システムに加入してい
る検査システム利用区は、ライセンス料を受けること
(キャッシュバック)ができ、その検査装置開発費の削
減につながる。また、検査装置開発区は、外部制作のリ
ソースを活用することができ、開発効率の向上を図るこ
とができる。
Also in this example, the inspection system use section that has subscribed to this system can receive a license fee (cash back), which leads to a reduction in the inspection device development cost. In addition, the inspection device development zone can utilize resources of external production, and can improve development efficiency.

【0139】このようにして、ロードする検査機能モジ
ュールに対してライセンス料を払う場合、その使用頻度
が少ない場合等、その検査機能モジュールの使用頻度に
よっては、開発費用に対する償却が困難な場合がある。
In this way, depending on the frequency of use of the inspection function module, such as when paying the license fee for the inspection function module to be loaded or when the usage frequency is low, it may be difficult to amortize the development cost. .

【0140】このような問題に対処するために、例え
ば、ネットワークサーバに、検査システム利用区の検査
実施状況の監視機能を持たせ、検査システム利用区がそ
の検査装置を使用して検査を行った時間(日、時間)や
検査実施数量に基づき課金を行うようにすることが有効
である。以下、その処理動作例を図16で説明する。
In order to deal with such a problem, for example, the network server is provided with a function of monitoring the inspection implementation status of the inspection system use section, and the inspection system use section performs inspection using the inspection device. It is effective to charge based on the time (days, hours) and the quantity of inspection. Hereinafter, an example of the processing operation will be described with reference to FIG.

【0141】図16は、図1における検査システムの第
11の処理動作例を示すフローチャートである。
FIG. 16 is a flow chart showing an eleventh processing operation example of the inspection system in FIG.

【0142】検査システム利用区においては、予めネッ
トワークサーバから提供された検査機能モジュールを用
いた検査装置での検査を実施し(ステップ1601)、
その実施に対応する検査ログファイルを作成する(ステ
ップ1602)。
In the inspection system use area, the inspection is performed by the inspection device using the inspection function module provided from the network server in advance (step 1601).
An inspection log file corresponding to the execution is created (step 1602).

【0143】このように、検査システム利用区が検査を
行う際には、その検査開始情報、例えば検査実行アプリ
ケーションのスタートボタンが押されたイベント等がネ
ットワークサーバに通知され、その通知を受けネットワ
ークサーバは、使用状況監視を開始し、今までの累計検
査情報、例えば、稼動時間もしくは検査実施数量(当該
検査装置を使用して検査を行った機種の数量または枚
数)を取得する(ステップ1611)。
As described above, when the inspection system use section conducts the inspection, the inspection start information, for example, the event of pressing the start button of the inspection execution application is notified to the network server, and the network server receives the notification. Starts usage status monitoring and acquires cumulative inspection information up to now, for example, operating time or inspection execution quantity (quantity or number of models that have been inspected using the inspection apparatus) (step 1611).

【0144】検査システム利用区からは、検査実施終了
時に、そのログデータ(ファイル)がシステムサーバに
送られるので、システムサーバではそのログ情報を収集
して(ステップ1612)、ログ情報を解釈し、累計検
査情報を更新する(ステップ1613)。
Since the log data (file) is sent from the inspection system use section to the system server at the end of the inspection, the system server collects the log information (step 1612) and interprets the log information. The cumulative inspection information is updated (step 1613).

【0145】このようにして更新した累計検査情報が、
規定値を超えていれば(ステップ1614)、今回の累
計課金情報を取得し(ステップ1615)、規定値を超
えた時間もしくは回数を累計課金情報に加算して累計課
金情報を更新し(ステップ1616)、課金情報として
検査システム利用区に通知する。
The cumulative inspection information updated in this way is
If it exceeds the specified value (step 1614), the current cumulative charging information is obtained (step 1615), and the time or the number of times the specified value is exceeded is added to the cumulative charging information to update the cumulative charging information (step 1616). ), Notify the inspection system use area as billing information.

【0146】このようにして、ある一定期間(例えば、
月単位で)もしくはある一定実施数量で検査システム利
用区は、その課金情報の値の支払いを行うこととなる。
尚、その累計検査情報および累計課金情報は、その支払
いの度にクリアされる。
In this way, for a certain period (for example,
The inspection system use zone pays the value of the billing information in units of a certain amount (or on a monthly basis).
The accumulated inspection information and accumulated charging information are cleared each time the payment is made.

【0147】これにより、検査システム利用区では、検
査のための設備の導入にかかる費用を低コストに抑える
ことができ、かつ、その機種が量産されている時のみラ
イセンス料支払い等の費用が発生するので、運用におい
ても必要なコストのみで済ませることができる。
As a result, in the inspection system use area, the cost for introducing the inspection equipment can be kept low, and the license fee is paid only when the model is mass-produced. As a result, it is possible to use only the necessary costs in operation.

【0148】検査システム利用区では、本システムに加
入はするが、全く外部に開発委託を行いたくない場合、
すなわち、検査装置開発区に開発委託を行わずに、自検
査システム利用区サイドにおいて、システムのリソース
等を活用して所望の検査機能モジュールを全て開発する
場合がある。このような場合にも、検査装置開発区がラ
イセンス料を支払い、当該検査機能モジュールを買い取
りネットワークサーバに登録する。以下、その処理動作
例を図17で説明する。
In the inspection system use area, if you want to subscribe to this system but do not want to outsource development at all,
That is, there is a case where all the desired inspection function modules are developed by utilizing the system resources or the like on the side of the self-inspection system use area without outsourcing the development to the inspection device development area. Even in such a case, the inspection device development zone pays the license fee and purchases the inspection function module and registers it in the network server. Hereinafter, an example of the processing operation will be described with reference to FIG.

【0149】図17は、図1における検査システムの第
12の処理動作例を示すシーケンス図である。
FIG. 17 is a sequence diagram showing a twelfth processing operation example of the inspection system in FIG.

【0150】検査システム利用区は、機種の検査に必要
な検査機能モジュールの自己開発を行い(ステップ17
01)、その検査機能モジュールをネットワークサーバ
に仮登録する(ステップ1703)。ネットワークサー
バは、仮登録処理後、検査装置開発区にその情報を通知
する(ステップ1704)。
The inspection system use section self-develops the inspection function module necessary for the inspection of the model (step 17).
01), the inspection function module is provisionally registered in the network server (step 1703). After the temporary registration processing, the network server notifies the inspection device development area of the information (step 1704).

【0151】通知を受けた検査装置開発区は、当該検査
システム利用区に対してライセンス料の支払いを行い、
登録成立通知をネットワークサーバに送る(ステップ1
705)。これにより、当該検査システム利用区ではラ
イセンス料を得ることができる(ステップ1702)。
Upon receipt of the notification, the inspection device development zone pays the license fee to the inspection system use zone,
Send registration completion notification to network server (step 1)
705). As a result, a license fee can be obtained in the inspection system use section (step 1702).

【0152】そして、ネットワークサーバにおいては、
当該検査機能モジュールを正式に登録する(ステップ1
706)。
Then, in the network server,
Officially register the inspection function module (step 1)
706).

【0153】これにより、検査システム利用者での開発
効率の向上が図られ、尚且つその開発成果物に対しての
ライセンス料を受けることができ利益にもなる。また、
検査装置開発区では、検査機能モジュールのリソースを
外部から獲得することができ、別の開発時においてもリ
ソースの流用が可能となり、開発効率の向上および開発
工数の削減が図れる。
As a result, the development efficiency of the inspection system user can be improved, and the license fee for the development product can be received, which is also profitable. Also,
In the inspection device development zone, the resources of the inspection function module can be acquired from the outside, and the resources can be diverted even during another development, so that development efficiency can be improved and development man-hours can be reduced.

【0154】以上、図1〜図19を用いて説明したよう
に、本例では、少なくとも入力部23、表示部22、記
憶部24を有するコンピュータシステム装置において、
あるソフトウェアに対し、ユーザーの要求に応じて外部
からのアプローチ(設定・手段)により、ソフトウェア
のコードを変更することなく所望の目的の動作を行わせ
るために、周辺装置制御部27、周辺装置通信部28、
シーケンス制御部25、ファンクション制御部26、お
よび各制御部エディタ21を設け、各制御部25〜27
を各制御部エディタ21で編集することにより、所望の
目的の検査装置用ソフトウェアを構築すると共に、当該
ソフトウェアを含むソフトウェアファイル(ソフトウェ
アとこのソフトウェアで用いる情報ファイル)を、デー
タベースエンジンを有するネットワークサーバ(検査装
置情報サーバ)2に格納し、ネットワークを介して検索
・入手可能とする。これにより、プログラミングの知識
無しに、所望の目的の検査装置用ソフトウェアを、容易
に入手して構築することができると共に、開発コストを
削減できる。
As described above with reference to FIGS. 1 to 19, in this example, in the computer system device having at least the input unit 23, the display unit 22, and the storage unit 24,
Peripheral device control unit 27 and peripheral device communication are performed in order to perform a desired operation without changing the software code by an external approach (setting / means) to a certain software in response to a user's request. Part 28,
The sequence control unit 25, the function control unit 26, and the control unit editors 21 are provided, and the control units 25 to 27 are provided.
Is edited by each control unit editor 21 to build the inspection device software of a desired purpose, and a software file including the software (software and an information file used by this software) is stored in a network server having a database engine ( It is stored in the inspection device information server) 2 and can be searched and obtained through the network. As a result, it is possible to easily obtain and construct the inspection device software for a desired purpose without programming knowledge, and reduce the development cost.

【0155】具体的には、同検査システムの制御ソフト
ウェア、PLDファイル、各種設定ファイル、検査対象
機種固有の検査ソフト等ファイルをデータベースエンジ
ンを有するネットワークサーバ2に格納し、関連各区
(検査装置開発区1、製品開発区3、検査システム利用
区4)に導入してある各検査システムから検索・入手可
能にする。
Specifically, the control software of the inspection system, PLD files, various setting files, inspection software peculiar to the model to be inspected, etc. are stored in the network server 2 having a database engine, and each related section (inspection apparatus development section) is stored. 1. Search and make available from each inspection system installed in the product development zone 3, the inspection system utilization zone 4).

【0156】これにより、各関連区から一様にアクセス
可能となるので、各関連区が(独立して)各々の機能を果
たしつつ、関連区間でリソースを共有できる。また、共
有できない部分は、一般的なホストPCと汎用的な検査
回路部分だけなので、最小限のコストで各区(特に検査
システム利用区)を追加・拡張できる。さらに、(再現や
解析等で)関連区間で同一性の確保が必要な場合や、同
一区内の複数システム間等においても、同一性の確保が
容易になる。
As a result, since it becomes possible to uniformly access from each related section, it is possible to share the resource in the related section while each related section fulfills its function (independently). Moreover, since the common host PC and the general-purpose inspection circuit are the only parts that cannot be shared, it is possible to add / expand each section (particularly the inspection system use section) at a minimum cost. Furthermore, when it is necessary to secure the sameness in the related section (for reproduction or analysis), or between the multiple systems in the same section, the sameness can be easily ensured.

【0157】また、ネットワークサーバ2においては、
リソースを機能単位で分割して格納・管理し、各関連区
からの問い合わせに対して、機能単位で分割してリソー
スを提供するので、検査システム利用区4はその機能単
位でリソースを取り寄せることが可能である。これによ
り、リソースの検索が容易になり、検査装置構築におい
ての開発効率向上や時間短縮が図れる。
Also, in the network server 2,
Resources are divided into functional units for storage and management, and inquiries from each related area are divided into functional units to provide resources. Therefore, the inspection system use area 4 may order resources for each functional unit. It is possible. As a result, it becomes easy to search for resources, and it is possible to improve development efficiency and reduce time in constructing the inspection apparatus.

【0158】また、検査システム利用区4の持つホスト
PCをネットワークサーバ2にネットワークで接続し、
検査システム利用区4がこのシステムに加入する事によ
り、検査システムの基本構成部分(汎用的に使用できる
検査回路部など)を(無償や、レンタル又はリース等の
低料金で)提供し、そして、検査装置開発区1が検査シ
ステム利用区4の検査を行いたい検査対象機種の開発委
託を受け、検査対象機種の検査機能モジュール(検査に
必要なPLDファイル、各種設定ファイル、検査アプリ
ケーション(制御ソフトウェア)、機種固有の検査用ソ
フト等)に対し課金を行いネットワークを介して提供す
る構成とする。これにより、検査システム利用区4が一
度、本システムへの加入を行うことで、以降、類似する
別機種の検査装置を構築する際には、新たに設備を導入
すること無く、その機種の検査機能モジュール群に対し
ての開発費を支払えばよく、また、ネットワークから検
査機能モジュール群をロードすれば、その機種の検査装
置が簡単に構築でき、設備の構築期間や投資を抑えるこ
とができる。特に、製造ラインの検査工程や市場不具合
の解析において機種毎に、検査又は障害解析設備を構築
する必要がなくなり、その設備導入コストや、検査仕様
の検討や解析手段の検討を行い検査および解析ツールの
構築に費やされる設備導入コストや工数を低減させるこ
とができる。
Further, the host PC of the inspection system use area 4 is connected to the network server 2 via a network,
By providing the inspection system use section 4 to this system, the basic components of the inspection system (inspection circuit unit that can be used for general purpose, etc.) are provided (for free or at a low fee such as rental or lease), and The inspection device development zone 1 receives the development contract of the inspection target model that wants to inspect the inspection system use zone 4, and the inspection function module of the inspection target model (PLD file necessary for inspection, various setting files, inspection application (control software)) , Model-specific inspection software, etc.) is charged and provided via the network. As a result, the inspection system use section 4 once subscribes to this system, so that when a similar inspection device of another model is constructed thereafter, the inspection of that model will be performed without introducing new equipment. You only have to pay the development cost for the functional module group, and if you load the inspection function module group from the network, you can easily construct the inspection device of that model, and you can save the equipment construction period and investment. In particular, it is no longer necessary to build an inspection or failure analysis facility for each model in the inspection process of the production line or in the analysis of market defects, and the inspection and analysis tool is performed by examining the equipment introduction cost, inspection specifications and analysis means. It is possible to reduce the equipment introduction cost and the man-hours required for the construction.

【0159】また、登録している既存の検査機能モジュ
ール単位で課金制を設ける機能をネットワークサーバ2
に設けることで、本システムに加入している検査システ
ム利用区4が、対象機種の検査を行う際に、ネットワー
クサーバ2に登録されている既存の検査機能モジュール
で対象機種の検査が構築できる場合、検査機能モジュー
ルをネットワークサーバ2よりロードする際にそのロー
ド情報で課金を行う構成とする。これにより、例えば既
存の検査機能モジュールの組合せで対象機種の検査が構
築できる場合には、検査機能モジュール単位のロードに
対する課金を支払えば済むので、その機種の検査装置が
簡単に構築でき、設備の構築期間や投資を抑えることが
できる。すなわち、検査システム利用区4は、機種が変
わる度にその機種の検査機能モジュール群に対しての開
発費を支払う必要がなくなる。
Further, the network server 2 has a function of providing a charging system for each registered existing inspection function module.
If the inspection system use zone 4 that is subscribing to this system can inspect the target model, the inspection of the target model can be constructed with the existing inspection function module registered in the network server 2. When the inspection function module is loaded from the network server 2, the load information is used for billing. With this, for example, when the inspection of the target model can be constructed with the combination of the existing inspection function modules, the charge for the load of each inspection function module only has to be paid, so that the inspection device of that model can be easily constructed and The construction period and investment can be reduced. That is, the inspection system use section 4 does not need to pay the development cost for the inspection function module group of the model each time the model changes.

【0160】また、検査システム利用区4が検査装置開
発区1に開発委託した際に、検査システム利用区4サイ
ドで作成した新規の検査機能モジュールについて、検査
装置開発区1が検査システム利用区4に対してライセン
ス料を支払いその新規検査機能モジュールを買い取り、
既存検査機能モジュールとしてネットワークサーバ2に
登録する。このことにより、システム全体としての開発
効率の向上が図られ、尚且つ検査システム利用区4は、
その開発成果物に対してのライセンス料を受けることが
でき利益にもなる。また、検査装置開発区1は、検査モ
ジュールのリソースを外部から容易に獲得することがで
き、別の開発時においてリソースの流用可能となり開発
効率の向上および開発工数の削減が図れる。
When the inspection system utilization zone 4 outsources the development to the inspection device development zone 1, regarding the new inspection function module created on the side of the inspection system utilization zone 4, the inspection system development zone 1 is inspected by the inspection system utilization zone 4. Paid the license fee to and bought the new inspection function module,
It is registered in the network server 2 as an existing inspection function module. As a result, the development efficiency of the entire system is improved, and the inspection system use section 4 is
You can receive a license fee for the development products and it will be a profit. In addition, the inspection device development zone 1 can easily acquire the resources of the inspection module from the outside, and the resources can be diverted during another development, so that the development efficiency can be improved and the development man-hours can be reduced.

【0161】また、本検査システムに加入している検査
システム利用区4が検査装置開発区1から提供された汎
用検査装置およびその機種に対する各種ファイルを使用
して、検査を行った場合、その検査数量(検査実績値)
がある一定値以上になったことをもって、その使用した
検査機能モジュールが安定した品質に達したと判断し、
検査装置開発区1がその検査機能モジュールに対し、開
発元の検査システム利用区4にライセンス料を支払い買
い取りその検査機能モジュールを登録する。これによ
り、検査装置開発区1は、実績ベースで品質が検証され
た検査機能モジュールのみを取得することができるの
で、検査機能モジュールの品質や機能に関わらず何でも
登録されることに比べ、データの煩雑がなくなり、有効
な検査機能モジュールを容易に探すことができる。
When the inspection system use section 4 subscribing to this inspection system uses the various files for the general-purpose inspection apparatus and its model provided by the inspection apparatus development section 1, the inspection is performed. Quantity (inspection actual value)
When it exceeds a certain value, it is judged that the inspection function module used has reached stable quality,
For the inspection function module, the inspection device development zone 1 pays a license fee to the inspection system utilization zone 4 of the developer and purchases it to register the inspection function module. As a result, the inspection device development zone 1 can acquire only the inspection function module whose quality has been verified on the basis of the actual results, so that it is possible to acquire data in comparison with anything registered regardless of the quality or function of the inspection function module. The complexity can be eliminated and an effective inspection function module can be easily found.

【0162】また、検査システム利用区(A)が検査装
置開発区1に機種の検査ツールの開発委託をする際に、
過去に別の検査システム利用区(B)の委託によって開
発された検査機能モジュールを流用する構成とし、か
つ、この際、検査装置開発区1あるいは検査システム利
用区(A)が、検査システム利用区(B)にその検査機
能モジュールに対するライセンス料として料金を支払う
ことで検査機能モジュールをロード(取得)することが
できる構成とする。これにより、検査システム利用区
(B)は、ライセンス料を受けとり(キャッシュバッ
ク)、その検査装置開発費を削減することができる。ま
た、検査装置開発区1は、リソースを活用することがで
き、開発効率の向上を図ることができる。
When the inspection system use zone (A) outsources the development of the inspection tool for the model to the inspection device development zone 1,
The inspection function module developed in the past by consignment of another inspection system use zone (B) is diverted, and at this time, the inspection device development zone 1 or the inspection system use zone (A) is the inspection system use zone. The inspection function module can be loaded (acquired) by paying a fee to (B) as a license fee for the inspection function module. As a result, the inspection system use section (B) can receive the license fee (cash back) and reduce the inspection device development cost. In addition, the inspection device development zone 1 can utilize resources and improve development efficiency.

【0163】また、ネットワークサーバ2に検査システ
ム利用区4での検査実施状況の監視機能を持たせ、検査
システム利用区4がその検査装置を使用して検査を行っ
た時間(日、時間)、あるいは、検査を行った機種の数
量または枚数で課金を行う構成とする。これにより、検
査システム利用区4は、低料金で設備を導入でき、ま
た、その機種が量産されている時のみ費用が発生するの
で、必要なコストのみで済み、検査機能モジュールの使
用頻度が低くても、開発費用に対する償却が容易とな
る。
Further, the network server 2 is provided with a function of monitoring the inspection implementation status in the inspection system use section 4, and the time (day, hour) when the inspection system use section 4 uses the inspection device to perform an inspection, Alternatively, the fee is charged according to the quantity or number of the inspected models. As a result, the inspection system use area 4 can introduce equipment at a low price, and since the cost is incurred only when the model is mass-produced, only the necessary cost is required and the frequency of use of the inspection function module is low. However, depreciation of development costs is easy.

【0164】また、検査システム利用区4サイドで新規
に検査機能モジュールを開発した場合、検査装置開発区
1がライセンス料を支払いその検査機能モジュールを買
い取り、当該検査機能モジュールを登録する構成とす
る。これにより、システム全体での開発効率の向上が図
られ、尚且つ、検査システム利用区4はその開発成果物
に対してのライセンス料を受けることができ利益にもな
る。また、検査装置開発区1は、検査モジュールのリソ
ースを容易に獲得することができ、かつ、別の開発時に
おいて当該リソースを流用でき、開発効率の向上および
開発工数の削減が図れる。
When a new inspection function module is developed on the side of the inspection system use section 4, the inspection apparatus development section 1 pays the license fee, purchases the inspection function module, and registers the inspection function module. As a result, the development efficiency of the entire system can be improved, and the inspection system use section 4 can receive a license fee for the development product, which is also profitable. Further, the inspection device development area 1 can easily acquire the resources of the inspection module and can divert the resources at the time of another development, thereby improving the development efficiency and reducing the development man-hours.

【0165】尚、本発明は、図1〜図19を用いて説明
した例に限定されるものではなく、その要旨を逸脱しな
い範囲において種々変更可能である。例えば、本例で
は、PCBに関しての検査システムへの適用事例を説明
したが、一般的な、検査装置用ソフトウェアの外部委託
システムに適用することができる。
The present invention is not limited to the examples described with reference to FIGS. 1 to 19, and various modifications can be made without departing from the spirit of the invention. For example, although an example of application to the inspection system regarding the PCB has been described in the present example, the present invention can be applied to a general outsourcing system for software for inspection devices.

【0166】[0166]

【発明の効果】本発明によれば、プログラミングの知識
無しに、所望の目的の検査装置用ソフトウェアを、容易
に入手して構築することができると共に、開発コストの
削減を図ることが可能である。
As described above, according to the present invention, it is possible to easily obtain and construct the inspection device software for a desired purpose without programming knowledge, and to reduce the development cost. .

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

【図1】本発明の一実施例を示す組み替え可能なソフト
ウェアを持つ検査システムの全体構成図である。
FIG. 1 is an overall configuration diagram of an inspection system having reconfigurable software according to an embodiment of the present invention.

【図2】図1におけるコンピュータ処理システムを適用
する汎用検査装置システムの構成を示すブロック図であ
る。
2 is a block diagram showing a configuration of a general-purpose inspection device system to which the computer processing system in FIG. 1 is applied.

【図3】図1における検査システムの第1の処理動作例
を示す説明図である。
FIG. 3 is an explanatory diagram showing a first processing operation example of the inspection system in FIG. 1.

【図4】図1における検査システムの第2の処理動作例
を示す説明図である。
FIG. 4 is an explanatory diagram showing a second processing operation example of the inspection system in FIG. 1.

【図5】図1における検査システムの第3の処理動作例
を示す説明図である。
5 is an explanatory diagram showing a third processing operation example of the inspection system in FIG. 1. FIG.

【図6】図1における検査システムの第4の処理動作例
を示す説明図である。
6 is an explanatory diagram showing a fourth processing operation example of the inspection system in FIG. 1. FIG.

【図7】図1におけるサーバの構成例を示すブロック図
である。
FIG. 7 is a block diagram showing a configuration example of a server in FIG.

【図8】図7におけるサーバの処理動作例を示すフロー
チャートである。
8 is a flowchart showing an example of the processing operation of the server in FIG.

【図9】図8における処理に伴う画面表示例を示す説明
図である。
9 is an explanatory diagram showing a screen display example associated with the processing in FIG.

【図10】図1における検査システムの第5の処理動作
例を示すシーケンス図である。
10 is a sequence diagram showing a fifth processing operation example of the inspection system in FIG.

【図11】図1における検査システムの第6の処理動作
例を示すシーケンス図である。
11 is a sequence diagram showing a sixth processing operation example of the inspection system in FIG.

【図12】図1における検査システムの第7の処理動作
例を示すシーケンス図である。
12 is a sequence diagram showing a seventh processing operation example of the inspection system in FIG.

【図13】図1における検査システムの第8の処理動作
例を示すシーケンス図である。
13 is a sequence diagram showing an eighth processing operation example of the inspection system in FIG.

【図14】図1における検査システムの第9の処理動作
例を示すシーケンス図である。
FIG. 14 is a sequence diagram showing a ninth processing operation example of the inspection system in FIG.

【図15】図1における検査システムの第10の処理動
作例を示すシーケンス図である。
15 is a sequence diagram showing a tenth processing operation example of the inspection system in FIG.

【図16】図1における検査システムの第11の処理動
作例を示すフローチャートである。
16 is a flowchart showing an eleventh processing operation example of the inspection system in FIG.

【図17】図1における検査システムの第12の処理動
作例を示すシーケンス図である。
17 is a sequence diagram showing a twelfth processing operation example of the inspection system in FIG. 1. FIG.

【図18】図2における汎用検査装置システムの検査部
分の構成を示すブロック図である。
18 is a block diagram showing a configuration of an inspection portion of the general-purpose inspection device system in FIG.

【図19】図2における汎用検査装置システムの処理動
作例を示す説明図である。
19 is an explanatory diagram showing an example of the processing operation of the general-purpose inspection device system in FIG.

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

1:検査装置開発区、1a,3a,5a,7a〜9a:
ホストPC、1b,3b,5b,7b〜9b:検査回
路、2:ネットワークサーバ(「検査装置情報サーバ
ー」)、2a:設計デバッグリソースDB、2b:要求
仕様DB、2c:ソフトウェアリソースDB、2d:P
LDリソースDB、2e:ROMモジュールDB、2
f:検査設定ファイルリソースDB、2g:ログ情報D
B、2h:etcDB、3:製品開発区、4:検査シス
テム利用区、5:製造統括区、6:製造実施区、7:製
造A社、8:製造B社、9:製造N社、20:コンピュ
ータシステム、21:各制御部エディタ部、22:表示
部、23:入力部、24:記憶部、25:シーケンス制
御部、26:ファンクション制御部、27:周辺装置制
御部、28:周辺装置通信部、29:外部記憶装置、7
1:ユーザ端末、72:ネットワークサーバ、73:セ
キュリティ部、74:データ登録部、75:データ検索
部、76:データ転送部、77:媒体(「DB」)、2
10:データベース、211,215:端末、213:
キーボード、214:マウス、216:ワークステーシ
ョン、217:ネットワーク、1821:検査ホスト、
1822:検査回路、1823:周辺装置、1824:
ターゲットPCB、1825:デジタルオシロ、182
6:フィクスチャー、1−1:シリアルI/F、1−
2:パラレスI/F、1−3:GPIBボード、3−
1:シリアルプリンタ、3−2:バーコードリーダ、3
−3:インライン装置、4−1:CPU、4−2:治具
ROM、4−3:I/O制御ブロック、4−4:アナロ
グブロック、4−5:画像処理ブロック、35:検査項
目定義プロセス、33:オシロ設定情報取得プロセス、
42:検査実行プロセス、34:実行手順定義プロセ
ス、38:ログビュアプロセス、38a:セレクトログ
ファイル、39:全ログファイル、45:テキストエデ
ィタ、52:PLTSH/Wデバッガ、53:MAX+
Plus2、32,54:テキストエディタ。
1: Inspection device development zone 1a, 3a, 5a, 7a to 9a:
Host PC, 1b, 3b, 5b, 7b to 9b: inspection circuit, 2: network server (“inspection device information server”), 2a: design debug resource DB, 2b: required specification DB, 2c: software resource DB, 2d: P
LD resource DB, 2e: ROM module DB, 2
f: inspection setting file resource DB, 2g: log information D
B, 2h: etcDB, 3: product development area, 4: inspection system usage area, 5: manufacturing control area, 6: manufacturing implementation area, 7: manufacturing A company, 8: manufacturing B company, 9: manufacturing N company, 20 : Computer system, 21: Control unit editor unit, 22: Display unit, 23: Input unit, 24: Storage unit, 25: Sequence control unit, 26: Function control unit, 27: Peripheral device control unit, 28: Peripheral device Communication unit, 29: external storage device, 7
1: user terminal, 72: network server, 73: security unit, 74: data registration unit, 75: data search unit, 76: data transfer unit, 77: medium (“DB”), 2
10: database, 211, 215: terminal, 213:
Keyboard, 214: mouse, 216: workstation, 217: network, 1821: inspection host,
1822: inspection circuit, 1823: peripheral device, 1824:
Target PCB, 1825: Digital oscilloscope, 182
6: Fixture, 1-1: Serial I / F, 1-
2: Parallax I / F, 1-3: GPIB board, 3-
1: serial printer, 3-2: bar code reader, 3
-3: In-line device, 4-1: CPU, 4-2: Jig ROM, 4-3: I / O control block, 4-4: Analog block, 4-5: Image processing block, 35: Inspection item definition Process 33: Oscilloscope setting information acquisition process,
42: inspection execution process, 34: execution procedure definition process, 38: log viewer process, 38a: select log file, 39: all log files, 45: text editor, 52: PLTSH / W debugger, 53: MAX +
Plus2, 32, 54: Text editors.

フロントページの続き (72)発明者 今井 亮一 東京都大田区中馬込1丁目3番6号 株式 会社リコー内 Fターム(参考) 5B048 AA14 DD01 FF03 5B076 BB06 DD08 DD10 Continued front page    (72) Inventor Ryoichi Imai             1-3-3 Nakamagome, Ota-ku, Tokyo Stocks             Company Ricoh F term (reference) 5B048 AA14 DD01 FF03                 5B076 BB06 DD08 DD10

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 少なくともプロセッサと、該プロセッサ
で用いるデータおよびプログラムを記憶するメモリと、
データを入力する入力装置と、入力データおよび処理結
果を表示する表示装置を有すると共に、前記入力装置か
らの操作により各制御部の機能の選択、処理フローを編
集する各制御部エディタ部と、前記各制御部エディタ部
から設定された処理フローにより制御動作を行うシーケ
ンス制御部と、前記各制御部エディタ部から設定された
制御指示により各制御部の制御および内部処理を実行す
るファンクション制御部と、前記各制御部エディタ部か
ら設定された制御指示により、前記ファンクション制御
部の制御の下に、周辺装置に対する制御を行う周辺装置
制御部と、前記各制御部エディタ部から設定された制御
指示により、前記ファンクション制御部の制御の下に、
周辺装置との間の通信制御を行う周辺装置通信部とを具
備し、実行するソフトウェアを組み替えて汎用的な検査
を行う検査装置と、該検査装置で実行する上記組み替え
対象のソフトウェアおよび該ソフトウェアで用いる情報
ファイルを格納し、要求に応じてネットワークを介して
送出するサーバ手段とを有することを特徴とする組み替
え可能なソフトウェアを持つ検査システム。
1. At least a processor and a memory for storing data and programs used by the processor,
An input device for inputting data, a display device for displaying the input data and the processing result, each control unit editor unit for selecting a function of each control unit and editing a processing flow by an operation from the input device, and A sequence control unit that performs a control operation according to a processing flow set from each control unit editor unit, and a function control unit that executes control and internal processing of each control unit according to a control instruction set from each control unit editor unit, According to the control instruction set from each control section editor section, under the control of the function control section, a peripheral device control section for controlling a peripheral device, and a control instruction set from each control section editor section, Under the control of the function controller,
An inspection device that includes a peripheral device communication unit that controls communication with a peripheral device, and performs a general-purpose inspection by rearranging software to be executed, and software to be recombined and the software to be executed by the inspection device. An inspection system having reconfigurable software, characterized in that it has a server means for storing an information file to be used and transmitting it via a network in response to a request.
【請求項2】 請求項1に記載の組み替え可能なソフト
ウェアを持つ検査システムであって、上記サーバ手段
に、上記組み替え対象のソフトウェアおよび該ソフトウ
ェアで用いる情報ファイルからなる機能モジュールを、
予め定められた機能単位で格納する手段と、上記機能モ
ジュールを機能単位で抽出・提供する手段とを設けるこ
とを特徴とする組み替え可能なソフトウェアを持つ検査
システム。
2. The inspection system having the software that can be recombined according to claim 1, wherein the server means includes a functional module including the software to be recombined and an information file used by the software.
An inspection system having reconfigurable software, characterized in that it comprises means for storing in predetermined function units and means for extracting and providing the above-mentioned function modules in function units.
【請求項3】 請求項2に記載の組み替え可能なソフト
ウェアを持つ検査システムであって、上記サーバ手段に
おいて、上記機能モジュールを、複数の上記検査装置に
汎用的に使用できる基本構成機能モジュールと、各検査
装置別に使用される用途向け機能モジュールとに分けて
格納・提供する手段を設け、上記基本構成機能モジュー
ルと上記用途向け機能モジュールをそれぞれ個別に抽出
・提供することを特徴とする組み替え可能なソフトウェ
アを持つ検査システム。
3. An inspection system having the reconfigurable software according to claim 2, wherein the function module in the server means can be used universally for a plurality of the inspection devices, and Reconfigurable, characterized by separately providing and storing means for separately storing and providing the function module for the purpose used for each inspection device, and individually extracting and providing the function module for the basic configuration and the function module for the purpose. Inspection system with software.
【請求項4】 請求項3に記載の組み替え可能なソフト
ウェアを持つ検査システムであって、上記サーバ手段に
格納した上記用途向け機能モジュールを課金して提供す
ることを特徴とする組み替え可能なソフトウェアを持つ
検査システム。
4. An inspection system having the reconfigurable software according to claim 3, wherein the reusable software stored in the server means is provided by charging. Inspection system to have.
【請求項5】 請求項2から請求項4のいずれかに記載
の組み替え可能なソフトウェアを持つ検査システムであ
って、開発元で上記検査装置用に作成した各機能モジュ
ールと共に、該検査装置の利用先で該検査装置用に作成
した機能モジュールを上記サーバ手段に格納し、上記開
発元は上記利用先に該利用先で作成した機能モジュール
に対するライセンス料を支払うことを特徴とする組み替
え可能なソフトウェアを持つ検査システム。
5. An inspection system having the reconfigurable software according to any one of claims 2 to 4, wherein each function module created for the inspection device by a developer is used together with the inspection device. Reconfigurable software characterized in that a functional module previously created for the inspection device is stored in the server means, and the developer pays a license fee for the functional module created at the user to the user. Inspection system to have.
【請求項6】 請求項5に記載の組み替え可能なソフト
ウェアを持つ検査システムであって、上記利用先で作成
した機能モジュールの使用実績が予め定められた閾値に
達した場合に、上記開発元から上記利用先へのライセン
ス料の支払を実行することを特徴とする組み替え可能な
ソフトウェアを持つ検査システム。
6. The inspection system having the reconfigurable software according to claim 5, wherein the developer of the functional module created by the user, when the usage record of the functional module reaches a predetermined threshold value. An inspection system having reconfigurable software, characterized in that a license fee is paid to the user.
【請求項7】 請求項5、もしくは、請求項6のいずれ
かに記載の組み替え可能なソフトウェアを持つ検査シス
テムであって、上記開発元は上記ライセンス料を支払っ
た上記機能モジュールを流用することを特徴とする組み
替え可能なソフトウェアを持つ検査システム。
7. An inspection system having the reconfigurable software according to claim 5 or 6, wherein the developer diverts the functional module for which the license fee has been paid. An inspection system that has the characteristic reconfigurable software.
【請求項8】 請求項2から請求項7のいずれかに記載
の組み替え可能なソフトウェアを持つ検査システムであ
って、上記サーバ手段に、上記機能モジュールの使用時
間を監視する手段を設け、該手段の監視結果に基づき時
間単位で当該機能モジュールに対する課金を行うことを
特徴とする組み替え可能なソフトウェアを持つ検査シス
テム。
8. An inspection system having the software that can be recombined according to any one of claims 2 to 7, wherein the server means is provided with means for monitoring a usage time of the functional module, and the means is provided. An inspection system having reconfigurable software, characterized in that the function module is charged on an hourly basis based on the monitoring result of.
【請求項9】 請求項2から請求項7のいずれかに記載
の組み替え可能なソフトウェアを持つ検査システムであ
って、上記サーバ手段に、上記機能モジュールの使用回
数を監視する手段を設け、該手段の監視結果に基づき使
用回数単位で当該機能モジュールに対する課金を行うこ
とを特徴とする組み替え可能なソフトウェアを持つ検査
システム。
9. An inspection system having the software that can be recombined according to any one of claims 2 to 7, wherein the server means is provided with means for monitoring the number of times the functional module is used. An inspection system having reconfigurable software, characterized in that the function module is charged based on the number of times of use based on the monitoring result of.
【請求項10】 請求項2から請求項9のいずれかに記
載の組み替え可能なソフトウェアを持つ検査システムで
あって、上記サーバ手段に格納された機能モジュールに
対するライセンス料の支払に伴い、当該機能モジュール
をライセンス料支払い元に提供することを特徴とする組
み替え可能なソフトウェアを持つ検査システム。
10. An inspection system having the software capable of being recombined according to any one of claims 2 to 9, wherein said functional module is accompanied by payment of a license fee for the functional module stored in said server means. An inspection system with reconfigurable software, characterized in that the license fee payment source is provided.
JP2001340627A 2001-11-06 2001-11-06 Test system having recombinable software Pending JP2003140895A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2001340627A JP2003140895A (en) 2001-11-06 2001-11-06 Test system having recombinable software
CN 02150325 CN1417728A (en) 2001-11-06 2002-11-04 Inspection system with software capable of being recombined

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001340627A JP2003140895A (en) 2001-11-06 2001-11-06 Test system having recombinable software

Publications (1)

Publication Number Publication Date
JP2003140895A true JP2003140895A (en) 2003-05-16

Family

ID=19154796

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001340627A Pending JP2003140895A (en) 2001-11-06 2001-11-06 Test system having recombinable software

Country Status (2)

Country Link
JP (1) JP2003140895A (en)
CN (1) CN1417728A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005300324A (en) * 2004-04-09 2005-10-27 Agilent Technol Inc Method for analyzing measurement data of device under test, program, and measurement data analysis system
JP2012104134A (en) * 2002-11-06 2012-05-31 Cord Bally Corp Pty Ltd Method and apparatus for generating computer executable codes using components
US9140752B2 (en) 2012-06-04 2015-09-22 Advantest Corporation Tester hardware
JP2016505979A (en) * 2012-12-31 2016-02-25 ゼネラル・エレクトリック・カンパニイ Non-destructive inspection content licensing system and method
US9563527B2 (en) 2013-06-04 2017-02-07 Advantest Corporation Test system
US9916610B2 (en) 2002-11-06 2018-03-13 Noel William Lovisa Service implementation

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104007944B (en) * 2014-06-23 2019-11-22 上海斐讯数据通信技术有限公司 A kind of debugging Method of printing and debugging print system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012104134A (en) * 2002-11-06 2012-05-31 Cord Bally Corp Pty Ltd Method and apparatus for generating computer executable codes using components
US9916610B2 (en) 2002-11-06 2018-03-13 Noel William Lovisa Service implementation
JP2005300324A (en) * 2004-04-09 2005-10-27 Agilent Technol Inc Method for analyzing measurement data of device under test, program, and measurement data analysis system
US9140752B2 (en) 2012-06-04 2015-09-22 Advantest Corporation Tester hardware
JP2016505979A (en) * 2012-12-31 2016-02-25 ゼネラル・エレクトリック・カンパニイ Non-destructive inspection content licensing system and method
US9563527B2 (en) 2013-06-04 2017-02-07 Advantest Corporation Test system

Also Published As

Publication number Publication date
CN1417728A (en) 2003-05-14

Similar Documents

Publication Publication Date Title
US10866788B2 (en) System and method for automated generation of integration elements modeling process flow for an integration process with a swagger API
Wasserman et al. The future of programming
US6634008B1 (en) Methodology server based integrated circuit design
CN102902839B (en) The apparatus and method of management integrated circuit (IC) design
CN101482895B (en) Electronic component design, buying and manufacture cooperation
US10198425B2 (en) Methods and apparatus for reusing report design components and templates
EP2228726B1 (en) A method and system for task modeling of mobile phone applications
US10360603B2 (en) Creation and use of constraint templates
US8065204B2 (en) System and method for software integration and factory deployment
CN102193781B (en) Integrated design application
US20080178147A1 (en) Apparatus, system, and method for profiling and reusing software development assets
EP2110781A1 (en) Method and system for automatic tracing of a computerized process using a relationship model
US8180679B2 (en) Computer-implemented method of performance testing software applications
AU2011213842A1 (en) A system and method of managing mapping information
CN112988862A (en) Configurable data visualization method and device
US7305652B2 (en) Standard application development template
JP2003140895A (en) Test system having recombinable software
US20050204338A1 (en) Standard application development framework
WO2013054296A2 (en) Enterprise resource planning system
CN113296912A (en) Task processing method, device and system, storage medium and electronic equipment
CN113377368A (en) Project development method, device, server and storage medium
CN113220592A (en) Processing method and device for automated testing resources, server and storage medium
CN112418796A (en) Sub-process node activation method and device, electronic equipment and storage medium
KR102602534B1 (en) Test automation system and method for testing system-on-chip design validation
US6782523B2 (en) Parallel configurable IP design methodology

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040607

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061018

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061205

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070403